claws.git
14 years ago2009-11-21 [holger] 3.7.3cvs19
Holger Berndt [Sat, 21 Nov 2009 02:41:37 +0000 (02:41 +0000)]
2009-11-21 [holger] 3.7.3cvs19

* src/printing.c
Modify cairo clip handling in preview windows,
to prevent print preview windows from being blank
with GTK+ 2.18. Follow recommendation of the GTK+
documentation (section "Migrating to client side windows")
and create a new cairo context for each expose event.

14 years ago2009-11-19 [pawel] 3.7.3cvs18
Paweł Pękala [Thu, 19 Nov 2009 17:00:45 +0000 (17:00 +0000)]
2009-11-19 [pawel] 3.7.3cvs18

* Makefile.am
complete 3.7.3cvs15 so install is DESTDIR safe
remove icons with changed names on uninstall

14 years ago2009-11-18 [pawel] 3.7.3cvs17
Paweł Pękala [Wed, 18 Nov 2009 21:05:50 +0000 (21:05 +0000)]
2009-11-18 [pawel] 3.7.3cvs17

* src/news_gtk.c
remove unneeded and code-duplicating function

14 years ago2009-11-18 [pawel] 3.7.3cvs16
Paweł Pękala [Wed, 18 Nov 2009 20:40:19 +0000 (20:40 +0000)]
2009-11-18 [pawel] 3.7.3cvs16

* src/news_gtk.c
Fix Bug 2057 'Claws mail does not keep renamed names
of nntp-subscribed groups'
Check for already subscribed group using item->path for group
comparision as folders item->path != item->name may be truth
since we allowed renaming of newsgroups folders -> 3.5.0cvs11

14 years ago2009-11-17 [pawel] 3.7.3cvs15
Paweł Pękala [Tue, 17 Nov 2009 20:01:21 +0000 (20:01 +0000)]
2009-11-17 [pawel] 3.7.3cvs15

* Makefile.am
Fix Bug 2049 'some icons not copied?'
Install additional 64x64 and 128x128 icons

14 years ago2009-11-17 [holger] 3.7.3cvs14
Holger Berndt [Tue, 17 Nov 2009 15:15:15 +0000 (15:15 +0000)]
2009-11-17 [holger] 3.7.3cvs14

* src/prefs_toolbar.c
* src/prefs_toolbar.h
* src/toolbar.c
* src/toolbar.h
Allow plugins to register toolbar items

14 years agofreebsd date lacks --utc
Paweł Pękala [Wed, 11 Nov 2009 18:08:36 +0000 (18:08 +0000)]
freebsd date lacks --utc
add my alias

14 years ago*** empty log message ***
Paweł Pękala [Wed, 11 Nov 2009 13:47:42 +0000 (13:47 +0000)]
*** empty log message ***

14 years ago [pawel] 3.7.3cvs13
Paweł Pękala [Wed, 11 Nov 2009 13:38:28 +0000 (13:38 +0000)]
 [pawel] 3.7.3cvs13

* src/addressbook.c
* src/compose.c
* src/compose.h
* src/filtering.c
Fix Bug 1867 Changing account does not change BCC address
Set account specific headers when changing account
in compose window.

14 years ago2009-11-07 [colin] 3.7.3cvs12
Colin Leroy [Sat, 7 Nov 2009 17:42:56 +0000 (17:42 +0000)]
2009-11-07 [colin] 3.7.3cvs12

* src/gtk/prefswindow.c
Fix bug 2041, "add autonomical scrolled windows to prefs pages"
Patch by Pawel

14 years ago2009-11-07 [colin] 3.7.3cvs11
Colin Leroy [Sat, 7 Nov 2009 17:41:42 +0000 (17:41 +0000)]
2009-11-07 [colin] 3.7.3cvs11

* src/gtk/spell_entry.c
Fix bug 2040, 'numbers in subject entry marked as misspelled'
Patch by Pawel Pekala

14 years ago2009-10-27 [colin] 3.7.3cvs10
Colin Leroy [Tue, 27 Oct 2009 07:31:54 +0000 (07:31 +0000)]
2009-10-27 [colin] 3.7.3cvs10

* src/folder.c
Fix bug 2028, 'Attempts to connect to all accounts on exit'
Don't try to check whether the folder is up-to-date if
the folder class doesn't implement set_mtime, as we don't
care in this case. This code exists since a long time, but
the bug was triggered by more scanning of queue folders
since recently (when we added \Deleted handling).

14 years ago2009-10-27 [colin] 3.7.3cvs9
Colin Leroy [Tue, 27 Oct 2009 07:28:14 +0000 (07:28 +0000)]
2009-10-27 [colin] 3.7.3cvs9

* src/mainwindow.c
Try to fix registering as default client
on windows 7

14 years ago2009-10-21 [wwp] 3.7.3cvs8
Tristan Chabredier [Wed, 21 Oct 2009 14:31:02 +0000 (14:31 +0000)]
2009-10-21 [wwp] 3.7.3cvs8

* src/common/utils.c
Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).

14 years ago2009-10-21 [wwp] 3.7.3cvs7
Tristan Chabredier [Wed, 21 Oct 2009 14:07:50 +0000 (14:07 +0000)]
2009-10-21 [wwp] 3.7.3cvs7

* src/common/utils.c
Don't core dump when attempting to insert a non-existing
file using a mailto: uri (g_error does core dump).

14 years ago2009-10-20 [colin] 3.7.3cvs6
Colin Leroy [Tue, 20 Oct 2009 18:39:12 +0000 (18:39 +0000)]
2009-10-20 [colin] 3.7.3cvs6

* src/common/utils.c
Don't g_error on normal warnings...

14 years ago2009-10-20 [colin] 3.7.3cvs5
Colin Leroy [Tue, 20 Oct 2009 17:40:30 +0000 (17:40 +0000)]
2009-10-20 [colin] 3.7.3cvs5

* src/plugins/pgpcore/sgpgme.c
Fix bug 1996, 'S/MIME key not selected'
Check for S/MIME certs too

14 years ago2009-10-20 [colin] 3.7.3cvs4
Colin Leroy [Tue, 20 Oct 2009 17:39:22 +0000 (17:39 +0000)]
2009-10-20 [colin] 3.7.3cvs4

* src/common/w32lib.h
Fix win32 build on latest mingw32

14 years ago2009-10-20 [colin] 3.7.3cvs3
Colin Leroy [Tue, 20 Oct 2009 06:37:05 +0000 (06:37 +0000)]
2009-10-20 [colin] 3.7.3cvs3

* src/exportldif.c
* src/ldif.c
* src/ldif.h
Fix LDIF export. Patch by Michael Rasmussen

14 years ago2009-10-18 [paul] 3.7.3cvs2
Paul Mangan [Sun, 18 Oct 2009 09:52:04 +0000 (09:52 +0000)]
2009-10-18 [paul] 3.7.3cvs2

* tools/claws.i18n.status.pl
increase the value of $transolddays since we're relasing less
often now.
rework the en_GB.po hack so that en_GB is always 100% translated
and recently updated

14 years ago2009-10-17 [paul] 3.7.3cvs1
Paul Mangan [Sat, 17 Oct 2009 04:10:33 +0000 (04:10 +0000)]
2009-10-17 [paul] 3.7.3cvs1

* src/prefs_account.c
* src/prefs_compose_writing.c
* src/prefs_receive.c
* src/prefs_summaries.c
* src/prefs_wrapping.c
reword a few labels. (this incorporates everything
that seemed worthwhile from bug 2020)
* src/prefs_customheader.c
use a 'Browse' button instead of button with
label 'From file...'

14 years agobring in line with 3.7.3 release rel_3_7_3
Paul Mangan [Mon, 12 Oct 2009 18:34:56 +0000 (18:34 +0000)]
bring in line with 3.7.3 release

14 years agoFix typo
Colin Leroy [Mon, 12 Oct 2009 12:06:00 +0000 (12:06 +0000)]
Fix typo

14 years agoNew repo in place. Testing
Colin Leroy [Mon, 12 Oct 2009 12:04:12 +0000 (12:04 +0000)]
New repo in place. Testing

14 years ago2009-10-07 [paul] 3.7.2cvs49
Paul Mangan [Wed, 7 Oct 2009 08:42:18 +0000 (08:42 +0000)]
2009-10-07 [paul] 3.7.2cvs49

* src/folderview.c
* src/folderview.h
* src/mainwindow.c
fix  Bug 1994 -  Changing colors required restart.
in the process rename folderview_reflect_prefs_pixmap_theme() to the
more accurate folderview_reinit_fonts()

14 years ago2009-10-07 [paul] 3.7.2cvs48
Paul Mangan [Wed, 7 Oct 2009 07:34:01 +0000 (07:34 +0000)]
2009-10-07 [paul] 3.7.2cvs48

* src/addrgather.c
* src/prefs_common.c
* src/prefs_common.h
fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
patch by Pawel Pekala

14 years ago2009-10-07 [paul] 3.7.2cvs47
Paul Mangan [Wed, 7 Oct 2009 06:58:17 +0000 (06:58 +0000)]
2009-10-07 [paul] 3.7.2cvs47

* po/cs.po
* po/de.po
* po/hu.po
* po/id.po
* po/ja.po
* po/pt_BR.po
updated by David Vachulka, Stephan Sachse and Marc Arens,
Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
Goncalves Guimaraes

14 years ago2009-10-06 [colin] 3.7.2cvs46
Colin Leroy [Tue, 6 Oct 2009 17:04:39 +0000 (17:04 +0000)]
2009-10-06 [colin] 3.7.2cvs46

* po/fr.po
French translation update

14 years ago2009-10-05 [paul] 3.7.2cvs45
Paul Mangan [Mon, 5 Oct 2009 13:36:37 +0000 (13:36 +0000)]
2009-10-05 [paul] 3.7.2cvs45

* src/printing.c
enable Page Size and Orientation in the print dialog,
GTK+ >= 2.18.x only. Patch by Mark__T

14 years ago2009-10-05 [paul] 3.7.2cvs44
Paul Mangan [Mon, 5 Oct 2009 04:18:25 +0000 (04:18 +0000)]
2009-10-05 [paul] 3.7.2cvs44

* src/prefs_summaries.c
fix label, startup --> start-up, to match other uses of the
term

14 years ago2009-10-05 [paul] 3.7.2cvs43
Paul Mangan [Mon, 5 Oct 2009 04:08:46 +0000 (04:08 +0000)]
2009-10-05 [paul] 3.7.2cvs43

* po/pl.po
updated by Emilian Nowak

14 years ago2009-10-03 [colin] 3.7.2cvs42
Colin Leroy [Sat, 3 Oct 2009 19:27:40 +0000 (19:27 +0000)]
2009-10-03 [colin] 3.7.2cvs42

* src/mimeview.c
* src/noticeview.c
* src/gtk/gtkcmclist.c
* src/gtk/gtkvscrollbutton.c
* src/gtk/logwindow.c
GTK+ 2.18 fixes:
Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
Fix warning at start

14 years ago2009-09-28 [colin] 3.7.2cvs41
Colin Leroy [Mon, 28 Sep 2009 07:06:42 +0000 (07:06 +0000)]
2009-09-28 [colin] 3.7.2cvs41

* src/matcher.c
* src/mimeview.c
* src/prefs_folder_item.c
Fix bug 2007, 'Small memory leaks'. Patch by Pawel

14 years ago2009-09-28 [colin] 3.7.2cvs40
Colin Leroy [Mon, 28 Sep 2009 07:04:15 +0000 (07:04 +0000)]
2009-09-28 [colin] 3.7.2cvs40

* src/prefs_summaries.c
* src/gtk/sslcertwindow.c
Fix bug 2006, 'Non-utf8 strftime(3) date strings
shows up garbled in GUI'. Patch by Pawel Pekala

14 years ago2009-09-24 [iwkse] 3.7.2cvs39
Salvatore De Paolis [Thu, 24 Sep 2009 16:37:52 +0000 (16:37 +0000)]
2009-09-24 [iwkse] 3.7.2cvs39

* configure.ac
            That's only for statistics, of course :)

14 years ago2009-09-24 [iwkse] 3.7.2cvs38
Salvatore De Paolis [Thu, 24 Sep 2009 16:28:20 +0000 (16:28 +0000)]
2009-09-24 [iwkse] 3.7.2cvs38

* configure.ac
            ...

14 years ago2009-09-24 [iwkse] 3.7.2cvs37
Salvatore De Paolis [Thu, 24 Sep 2009 16:26:23 +0000 (16:26 +0000)]
2009-09-24 [iwkse] 3.7.2cvs37

* configure.ac
            Revert unwanted change

14 years ago2009-09-24 [iwkse] 3.7.2cvs36
Salvatore De Paolis [Thu, 24 Sep 2009 12:52:13 +0000 (12:52 +0000)]
2009-09-24 [iwkse] 3.7.2cvs36

* src/action.c
            Fix issue with filtering actions and
            parsed parameters

14 years ago2009-09-20 [mones] 3.7.2cvs35
Ricardo Mones [Sun, 20 Sep 2009 12:57:21 +0000 (12:57 +0000)]
2009-09-20 [mones] 3.7.2cvs35

* tools/convert_mbox.pl
Add -R flag to support recursive conversions
of arbitrary Evolution mail folders, based on
bash script by Daniel Dickinson (fixes debian
bug #461435)
* tools/popfile-link.sh
Set required shell for script (fixes debian
bug #530057)

14 years ago2009-09-16 [colin] 3.7.2cvs34
Colin Leroy [Wed, 16 Sep 2009 16:32:32 +0000 (16:32 +0000)]
2009-09-16 [colin] 3.7.2cvs34

* src/main.c
Go grab files in /etc/skel if they exist
at first startup

14 years ago2009-09-15 [colin] 3.7.2cvs33
Colin Leroy [Tue, 15 Sep 2009 19:13:30 +0000 (19:13 +0000)]
2009-09-15 [colin] 3.7.2cvs33

* src/procmime.c
Complete 3.7.1cvs42: only output directly to
final file if we get NULL byes at the start.
Still fixes saving UTF16 files, but also
fixes displaying Base64 parts with decoding
errors (parts without errors get displayed)

14 years ago2009-09-14 [colin] 3.7.2cvs32
Colin Leroy [Mon, 14 Sep 2009 07:27:38 +0000 (07:27 +0000)]
2009-09-14 [colin] 3.7.2cvs32

* src/matcher.c
* src/matcher.h
* src/matcher_parser_parse.y
* src/prefs_matcher.c
Add 'has_attachment' and 'signed' matcher
expressions. Patch by Aleksei Miheev, fixes
bug 1997.

14 years ago2009-09-14 [colin] 3.7.2cvs31
Colin Leroy [Mon, 14 Sep 2009 07:11:23 +0000 (07:11 +0000)]
2009-09-14 [colin] 3.7.2cvs31

* src/common/utils.c
Add "Re :" prefix from french Yahoo mail.
Patch by Didier Barvaux, fixes bug 1999

14 years ago2009-09-10 [mones] 3.7.2cvs30
Ricardo Mones [Thu, 10 Sep 2009 19:14:52 +0000 (19:14 +0000)]
2009-09-10 [mones] 3.7.2cvs30

* manual/plugins.xml
Fix sites supported by SpamReport
* manual/es/plugins.xml
Synchronise Spanish manual

14 years ago2009-09-07 [holger] 3.7.2cvs29
Holger Berndt [Mon, 7 Sep 2009 20:14:15 +0000 (20:14 +0000)]
2009-09-07 [holger] 3.7.2cvs29

* Makefile.am
Also update the icon cache on uninstall.
This prevents possible problems when Claws Mail was
uninstalled and installed again into a different location,
see http://bugzilla.gnome.org/show_bug.cgi?id=362604
and the blog post linked therein

14 years ago2009-09-07 [paul] 3.7.2cvs28
Paul Mangan [Mon, 7 Sep 2009 19:43:07 +0000 (19:43 +0000)]
2009-09-07 [paul] 3.7.2cvs28

* src/prefs_toolbar.c
when updating the main toolbar icons just update
the main toolbar (and consequently fix a bug where
folderview icons would disappear)

14 years ago2009-08-30 [holger] 3.7.2cvs27
Holger Berndt [Sun, 30 Aug 2009 23:46:33 +0000 (23:46 +0000)]
2009-08-30 [holger] 3.7.2cvs27

* src/compose.c
Do case-insensitive comparison against
header names when extracting recipients
from composed mails

14 years ago2009-08-23 [colin] 3.7.2cvs26
Colin Leroy [Sun, 23 Aug 2009 12:16:17 +0000 (12:16 +0000)]
2009-08-23 [colin] 3.7.2cvs26

* src/mbox.c
Probably fix RH bug 512024, " folder.c:3543
Condition msglist != NULL failed"

14 years ago2009-08-23 [colin] 3.7.2cvs25
Colin Leroy [Sun, 23 Aug 2009 11:01:01 +0000 (11:01 +0000)]
2009-08-23 [colin] 3.7.2cvs25

* src/prefs_compose_writing.c
Make the maximum size warning bigger. Patch
by Didier Barvaux on bug 1986.

14 years ago2009-08-21 [colin] 3.7.2cvs24
Colin Leroy [Fri, 21 Aug 2009 16:15:13 +0000 (16:15 +0000)]
2009-08-21 [colin] 3.7.2cvs24

* src/compose.c
Previous commit: move the function into compose_insert_file
so that it's also used on drag-n-drop

14 years ago2009-08-21 [colin] 3.7.2cvs23
Colin Leroy [Fri, 21 Aug 2009 15:58:32 +0000 (15:58 +0000)]
2009-08-21 [colin] 3.7.2cvs23

* src/compose.c
Fix scrolling when adding an header

14 years ago2009-08-21 [colin] 3.7.2cvs22
Colin Leroy [Fri, 21 Aug 2009 15:56:29 +0000 (15:56 +0000)]
2009-08-21 [colin] 3.7.2cvs22

* src/compose.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_compose_writing.c
* src/common/utils.c
Fix bug 1986, "New feature: warn user when inserting
a large file in the message body". Patch by Didier
Barvaux

14 years ago2009-08-21 [colin] 3.7.2cvs21
Colin Leroy [Fri, 21 Aug 2009 15:54:01 +0000 (15:54 +0000)]
2009-08-21 [colin] 3.7.2cvs21

* AUTHORS
* src/gtk/authors.h
* src/common/utils.c
Add Réf. : reply prefix (french Lotus Notes); patch
by Didier Barvaux

14 years ago2009-08-21 [colin] 3.7.2cvs20
Colin Leroy [Fri, 21 Aug 2009 05:42:47 +0000 (05:42 +0000)]
2009-08-21 [colin] 3.7.2cvs20

* src/codeconv.c
* src/codeconv.h
Fix bug 1969, 'Bad guess for outgoing encoding'
Make sure the specific converters (japanese in
this case) can return success/error in strict
mode, instead of silently failing back to
strncpy

14 years ago2009-08-20 [holger] 3.7.2cvs19
Holger Berndt [Thu, 20 Aug 2009 22:04:58 +0000 (22:04 +0000)]
2009-08-20 [holger] 3.7.2cvs19

* src/compose.c
* src/compose.h
Make it possible for code outside
compose (e.g. plugins) to attach files

14 years ago2009-08-20 [colin] 3.7.2cvs18
Colin Leroy [Thu, 20 Aug 2009 21:03:17 +0000 (21:03 +0000)]
2009-08-20 [colin] 3.7.2cvs18

* src/main.c
Fix crash when accessing IMAP soon

14 years ago2009-08-18 [colin] 3.7.2cvs17
Colin Leroy [Tue, 18 Aug 2009 05:45:57 +0000 (05:45 +0000)]
2009-08-18 [colin] 3.7.2cvs17

* src/ldapquery.c
Maybe fix crash on non-existent LDAP server

14 years ago2009-08-04 [colin] 3.7.2cvs16
Colin Leroy [Tue, 4 Aug 2009 19:35:30 +0000 (19:35 +0000)]
2009-08-04 [colin] 3.7.2cvs16

* src/toolbar.c
Fix toolbar's spacing that breaks dark
themes (patch from http://blogs.igalia.com/aperez/
2009/07/making-claws-mail-look-better/)

14 years ago2009-07-28 [colin] 3.7.2cvs15
Colin Leroy [Tue, 28 Jul 2009 18:42:52 +0000 (18:42 +0000)]
2009-07-28 [colin] 3.7.2cvs15

* src/account.c
* src/addrcustomattr.c
* src/addressadd.c
* src/addressbook_foldersel.c
* src/addrgather.c
* src/browseldap.c
* src/compose.c
* src/editbook.c
* src/editgroup.c
* src/editjpilot.c
* src/editldap.c
* src/editldap_basedn.c
* src/edittags.c
* src/editvcard.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/export.c
* src/foldersel.c
* src/import.c
* src/importldif.c
* src/importmutt.c
* src/importpine.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_column.c
* src/prefs_matcher.c
* src/prefs_summary_column.c
* src/prefs_summary_open.c
* src/prefs_template.c
* src/textview.c
* src/uri_opener.c
Fix bug 1950, 'Program freeze up during folder selection'
Don't leave hidden windows modal

14 years ago2009-07-28 [colin] 3.7.2cvs14
Colin Leroy [Tue, 28 Jul 2009 18:39:47 +0000 (18:39 +0000)]
2009-07-28 [colin] 3.7.2cvs14

* src/ldapquery.c
Fix bug 1957, 'LDAP errs out after searching too
many search bases'

14 years ago2009-07-28 [colin] 3.7.2cvs13
Colin Leroy [Tue, 28 Jul 2009 18:38:06 +0000 (18:38 +0000)]
2009-07-28 [colin] 3.7.2cvs13

* src/summaryview.c
Fix bug 1966, '"Collapse all threads" slower than
"Expand all threads"'

14 years ago2009-07-28 [colin] 3.7.2cvs12
Colin Leroy [Tue, 28 Jul 2009 18:35:59 +0000 (18:35 +0000)]
2009-07-28 [colin] 3.7.2cvs12

* src/common/session.c
Fix bug 1967, 'Claws gets stuck after accepting
a certificate warning dialog'

14 years ago2009-07-19 [paul] 3.7.2cvs11
Paul Mangan [Sun, 19 Jul 2009 10:45:37 +0000 (10:45 +0000)]
2009-07-19 [paul] 3.7.2cvs11

* manual/plugins.xml
a few small changes to the English

14 years ago2009-07-18 [mones] 3.7.2cvs10
Ricardo Mones [Sat, 18 Jul 2009 16:27:20 +0000 (16:27 +0000)]
2009-07-18 [mones] 3.7.2cvs10

* manual/plugins.xml
Add new bsfilter and fancy plugins to the docs
and a note about dealing with plugins of the same class
* src/prefs_account.c
Fix extra space at the end typo

14 years ago2009-07-16 [colin] 3.7.2cvs9
Colin Leroy [Thu, 16 Jul 2009 16:06:54 +0000 (16:06 +0000)]
2009-07-16 [colin] 3.7.2cvs9

* src/summaryview.c
Fix wrong return without unlocking; thanks
to mupuf_

14 years ago2009-07-14 [colin] 3.7.2cvs8
Colin Leroy [Tue, 14 Jul 2009 15:37:14 +0000 (15:37 +0000)]
2009-07-14 [colin] 3.7.2cvs8

* src/imap.c
Fix bug 1954, 'Segfault on reading wrong STATUS'

14 years ago2009-07-10 [colin] 3.7.2cvs7
Colin Leroy [Fri, 10 Jul 2009 16:50:08 +0000 (16:50 +0000)]
2009-07-10 [colin] 3.7.2cvs7

* src/plugins/pgpcore/plugin.def
* src/common/utils.h
Fix windows port

14 years ago2009-07-10 [colin] 3.7.2cvs6
Colin Leroy [Fri, 10 Jul 2009 07:40:27 +0000 (07:40 +0000)]
2009-07-10 [colin] 3.7.2cvs6

* src/prefs_display_header.c
Fix bug 1951, 'C-Mail dumps core when editing
displayed headers'. Patch by Alexey Rusakov

14 years ago2009-07-10 [colin] 3.7.2cvs5
Colin Leroy [Fri, 10 Jul 2009 07:18:52 +0000 (07:18 +0000)]
2009-07-10 [colin] 3.7.2cvs5

* src/folderview.c
Fix bug 1952, 'Deleted mails in Queue folder
highlight it'.

14 years ago2009-07-09 [colin] 3.7.2cvs4
Colin Leroy [Thu, 9 Jul 2009 06:41:35 +0000 (06:41 +0000)]
2009-07-09 [colin] 3.7.2cvs4

* src/gtk/spell_entry.c
Fix bug 1949, 'Spell checker doesn't recognise
certain word in Subject header, but does in
message body'. Patch by Pawel Pekala.

14 years ago2009-07-09 [paul] 3.7.2cvs3
Paul Mangan [Thu, 9 Jul 2009 05:56:45 +0000 (05:56 +0000)]
2009-07-09 [paul] 3.7.2cvs3

* configure.ac
use pkgconfig to check for the minimum required
version of GnuTLS

14 years ago2009-07-06 [colin] 3.7.2cvs2
Colin Leroy [Mon, 6 Jul 2009 07:35:54 +0000 (07:35 +0000)]
2009-07-06 [colin] 3.7.2cvs2

* src/prefs_customheader.c
Fix build failure

14 years ago2009-07-04 [paul] 3.7.2cvs1
Paul Mangan [Sat, 4 Jul 2009 09:11:30 +0000 (09:11 +0000)]
2009-07-04 [paul] 3.7.2cvs1

* tools/claws.i18n.status.pl
updated

14 years ago3.7.2 unleashed rel_3_7_2
Paul Mangan [Fri, 3 Jul 2009 08:42:29 +0000 (08:42 +0000)]
3.7.2 unleashed

14 years agofix file encoding issues
Paul Mangan [Fri, 3 Jul 2009 07:13:52 +0000 (07:13 +0000)]
fix file encoding issues

14 years ago2009-07-03 [paul] 3.7.1cvs85
Paul Mangan [Fri, 3 Jul 2009 06:37:17 +0000 (06:37 +0000)]
2009-07-03 [paul] 3.7.1cvs85

* AUTHORS
* configure.ac
* po/pt_PT.po
* po/sk.po
* src/gtk/authors.h
added new translations by Tiago Faria and Slavko
* po/bg.po
* po/cs.po
* po/de.po
* po/es.po
* po/fi.po
* po/fr.po
* po/hu.po
* po/id.po
* po/it.po
* po/ja.po
* po/pt_BR.po
* po/ru.po
updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
Goncalves Guimaraes, Aleksei Miheev

14 years ago2009-07-01 [colin] 3.7.1cvs84
Colin Leroy [Wed, 1 Jul 2009 15:51:03 +0000 (15:51 +0000)]
2009-07-01 [colin] 3.7.1cvs84

* src/prefs_common.c
Fix bug 1940, 'Doesn't open links in
user's default browser'. Turn the preference
to TRUE by default; that will only change the
behaviour for new users.

14 years ago2009-06-29 [colin] 3.7.1cvs83
Colin Leroy [Mon, 29 Jun 2009 20:11:38 +0000 (20:11 +0000)]
2009-06-29 [colin] 3.7.1cvs83

* src/filtering.c
* src/filtering.h
* src/prefs_filtering_action.c
Fix bug 1935, 'problems with very long filtering actions':
Use a dynamic buffer in action to string, and a bigger
buffer in string to action

14 years ago2009-06-29 [colin] 3.7.1cvs82
Colin Leroy [Mon, 29 Jun 2009 20:08:54 +0000 (20:08 +0000)]
2009-06-29 [colin] 3.7.1cvs82

* src/matcher_parser_lex.l
Fix bug 1878, 'Processing rules for folders with brackets aren't saved'

14 years ago2009-06-29 [colin] 3.7.1cvs81
Colin Leroy [Mon, 29 Jun 2009 20:05:13 +0000 (20:05 +0000)]
2009-06-29 [colin] 3.7.1cvs81

* src/addressbook.c
Fix warnings
* src/editgroup.c
Fix crash (out-of-bounds tree column)
* src/gtk/gtkcmctree.c
* src/gtk/gtksctree.c
Prevent using an out-of-bounds tree column

14 years ago2009-06-29 [colin] 3.7.1cvs80
Colin Leroy [Mon, 29 Jun 2009 07:12:24 +0000 (07:12 +0000)]
2009-06-29 [colin] 3.7.1cvs80

* src/ldapupdate.c
* src/ldif.c
Leak fixes; patch by Pawel Pekala.

14 years ago2009-06-26 [colin] 3.7.1cvs79
Colin Leroy [Fri, 26 Jun 2009 06:45:11 +0000 (06:45 +0000)]
2009-06-26 [colin] 3.7.1cvs79

* src/summaryview.c
Sort by msgnum if dates are equal

14 years ago2009-06-24 [paul] 3.7.1cvs78
Paul Mangan [Wed, 24 Jun 2009 21:02:54 +0000 (21:02 +0000)]
2009-06-24 [paul] 3.7.1cvs78

* src/summaryview.c
make some (forgotten) strings translatable

14 years ago2009-06-19 [colin] 3.7.1cvs77
Colin Leroy [Fri, 19 Jun 2009 20:58:27 +0000 (20:58 +0000)]
2009-06-19 [colin] 3.7.1cvs77

* src/summaryview.c
Fix menu sensitiveness

14 years ago2009-06-18 [colin] 3.7.1cvs76
Colin Leroy [Thu, 18 Jun 2009 18:01:23 +0000 (18:01 +0000)]
2009-06-18 [colin] 3.7.1cvs76

* configure.ac
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpcore/sgpgme.h
* src/plugins/pgpmime/mypgpcore.def
* src/plugins/pgpmime/pgpmime.c
* src/plugins/smime/mypgpcore.def
* src/plugins/smime/smime.c
Use largefile support (and stop using our old GPGME
hack on gpgme_data_seek/rewind)
(See 1.9.12cvs44 to 46 - if this breaks things we
should soon know :)

14 years ago2009-06-13 [colin] 3.7.1cvs75
Colin Leroy [Sat, 13 Jun 2009 10:12:45 +0000 (10:12 +0000)]
2009-06-13 [colin] 3.7.1cvs75

* src/gtk/spell_entry.c
Fix assertion. We can put a NULL gtkaspell to
an entry; it just means it won't be spell-checked.

14 years ago2009-06-12 [mones] 3.7.1cvs74
Ricardo Mones [Fri, 12 Jun 2009 10:02:11 +0000 (10:02 +0000)]
2009-06-12 [mones] 3.7.1cvs74

* src/compose.c
* src/messageview.c
* src/prefs_account.c
* src/prefs_account.h
* src/common/utils.c
* src/common/utils.h
Added preference to use account address in generated
Message-Id. Fixes Debian bug #531052

14 years ago2009-06-12 [colin] 3.7.1cvs73
Colin Leroy [Fri, 12 Jun 2009 07:30:37 +0000 (07:30 +0000)]
2009-06-12 [colin] 3.7.1cvs73

* src/common/ssl.c
Better fix, API-compatible with libgnutls13

14 years ago2009-06-12 [colin] 3.7.1cvs72
Colin Leroy [Fri, 12 Jun 2009 07:02:01 +0000 (07:02 +0000)]
2009-06-12 [colin] 3.7.1cvs72

* src/common/ssl.c
Use compatibility mode in GnuTLS, and avoid problems with
servers that don't comply 100% with the spec, but still
exist.

14 years ago2009-06-06 [iwkse] 3.7.1cvs71
Salvatore De Paolis [Sat, 6 Jun 2009 08:56:21 +0000 (08:56 +0000)]
2009-06-06 [iwkse] 3.7.1cvs71

* src/compose.c
Ops..revert a mix with another patch

14 years ago2009-06-06 [iwkse] 3.7.1cvs70
Salvatore De Paolis [Sat, 6 Jun 2009 08:44:38 +0000 (08:44 +0000)]
2009-06-06 [iwkse] 3.7.1cvs70

* src/compose.c
A better fix for the previous commit's issue

14 years ago2009-06-06 [iwkse] 3.7.1cvs69
Salvatore De Paolis [Sat, 6 Jun 2009 00:17:45 +0000 (00:17 +0000)]
2009-06-06 [iwkse] 3.7.1cvs69

* src/compose.c
Fix shutting down of Claws Mail while a GTK_Return keypress
event is sent to the Attach property window

14 years ago2009-06-05 [colin] 3.7.1cvs68
Colin Leroy [Fri, 5 Jun 2009 10:14:02 +0000 (10:14 +0000)]
2009-06-05 [colin] 3.7.1cvs68

* src/compose.c
Fix build on GTK+ 2.6

14 years ago2009-06-03 [mones] 3.7.1cvs67
Ricardo Mones [Wed, 3 Jun 2009 13:39:51 +0000 (13:39 +0000)]
2009-06-03 [mones] 3.7.1cvs67

* tools/make.themes.project
Oops! fix header, sorry Paul ;-)

14 years ago2009-06-03 [mones] 3.7.1cvs66
Ricardo Mones [Wed, 3 Jun 2009 10:56:32 +0000 (10:56 +0000)]
2009-06-03 [mones] 3.7.1cvs66

* tools/make.themes.project
Add support for PNG themes and other
fixes i don't remember now... :)

14 years ago2009-06-02 [colin] 3.7.1cvs65
Colin Leroy [Tue, 2 Jun 2009 06:45:57 +0000 (06:45 +0000)]
2009-06-02 [colin] 3.7.1cvs65

* src/compose.c
* src/prefs_template.c
* src/quote_fmt.c
Fix error messages in templates, and fix their
checking

14 years ago2009-05-22 [colin] 3.7.1cvs64
Colin Leroy [Fri, 22 May 2009 10:51:08 +0000 (10:51 +0000)]
2009-05-22 [colin] 3.7.1cvs64

* src/compose.c
And remove hbox too

14 years ago2009-05-22 [colin] 3.7.1cvs63
Colin Leroy [Fri, 22 May 2009 10:50:08 +0000 (10:50 +0000)]
2009-05-22 [colin] 3.7.1cvs63

* src/compose.c
Fix phantom button behind entry when
changing fields via Tools/Reply mode.

14 years ago2009-05-22 [colin] 3.7.1cvs62
Colin Leroy [Fri, 22 May 2009 07:51:50 +0000 (07:51 +0000)]
2009-05-22 [colin] 3.7.1cvs62

* src/compose.c
Fix icon size

14 years ago2009-05-21 [mones] 3.7.1cvs61
Ricardo Mones [Thu, 21 May 2009 20:59:42 +0000 (20:59 +0000)]
2009-05-21 [mones] 3.7.1cvs61

* src/compose.c
* src/compose.h
Add button to empty header lines with one click