1 2008-11-25 [colin] 3.6.1cvs42
4 Fix line length in MIME parameters
6 2008-11-22 [paul] 3.6.1cvs41
9 grab Return key press in attachments Properties
12 2008-11-21 [colin] 3.6.1cvs40
16 Fix bug 1776, 'use encoded name parameters
17 for attachments instead of ascii'.
18 Break the RFC 2047 by using B-encoded
19 filename parameter, like everyone does,
20 following advice from the RFC author.
22 2008-11-21 [colin] 3.6.1cvs39
25 Rehandshake if server asks to
27 2008-11-21 [colin] 3.6.1cvs38
31 * src/common/session.h
33 Move conditional-compilation members to
36 2008-11-19 [wwp] 3.6.1cvs37
39 Fixed wrong behaviour when pressing Escape (was not cancelling
42 2008-11-19 [wwp] 3.6.1cvs36
49 * src/prefs_filtering_action.c
54 Replace occurrences of "command line" with "command-line" everywhere.
55 Enforce code style (mostly indentation) in prefs_actions.c.
57 2008-11-19 [colin] 3.6.1cvs35
62 Add primary_paste_unselects hidden preference
63 to change how middle-click pasting changes
64 the selection and insert point; defaults to
67 2008-11-19 [colin] 3.6.1cvs34
70 Always give focus to summaryview, even if
71 the folder is empty, in small screen layout.
72 Allows to go back to folderlist using the
75 2008-11-18 [colin] 3.6.1cvs33
78 Put back conditional at the end of struct
80 2008-11-18 [colin] 3.6.1cvs32
83 * src/common/w32_reg.c
84 Fix crash on win32 when browsing to a
87 2008-11-15 [colin] 3.6.1cvs31
90 After a mid-click paste, deselect selection
91 and go to end of paste.
93 2008-11-15 [colin] 3.6.1cvs30
96 Auto-save draft after external editor quits
98 2008-11-15 [colin] 3.6.1cvs29
100 * src/plugins/pgpcore/sgpgme.c
101 Fix wrong error display, thanks to
104 2008-11-14 [colin] 3.6.1cvs28
106 * src/prefs_actions.c
107 Comment out bogus (IMO) warning
109 2008-11-14 [colin] 3.6.1cvs27
116 Share summaryview's context menu actions with
117 the equivalent menu items of the main menu;
118 this allows to share accelerators and de-
121 2008-11-14 [colin] 3.6.1cvs26
123 * src/plugins/pgpcore/sgpgme.c
124 Fix bug 1768, 'claws-mail crashes while
125 checking smime bad signature'
127 2008-11-13 [colin] 3.6.1cvs25
131 Fix redefinition of PREFSBUFSIZE
133 2008-11-13 [wwp] 3.6.1cvs24
135 * tools/popfile-link.sh
136 Add support for reusing existing POPFile session ID.
138 2008-11-12 [colin] 3.6.1cvs23
141 Fix bug 1771, 'Folder template gets
142 truncated when exiting the application'
143 Use a 32k buffer for string preferences
145 2008-11-11 [colin] 3.6.1cvs22
148 Fix "display sender using addressbook" when
149 prefs_common.swap_from is in use. Patch by
152 2008-11-11 [colin] 3.6.1cvs21
157 Make a few functions static
159 2008-11-07 [colin] 3.6.1cvs20
163 Fix crash when rebuilding colorlabel
167 * src/prefs_account.c
168 * src/prefs_compose_writing.c
169 * src/prefs_logging.c
170 * src/prefs_message.c
172 * src/prefs_receive.c
173 * src/prefs_summaries.c
174 * src/prefs_wrapping.c
175 * src/plugins/bogofilter/bogofilter_gtk.c
176 * src/plugins/pgpcore/prefs_gpg.c
177 * src/plugins/spamassassin/spamassassin_gtk.c
178 Fix deprecated use of page_size in
179 gtkspinbutton adjustments
181 2008-11-06 [mones] 3.6.1cvs19
184 Fix missing "About" in Help menu
185 * tools/claws.i18n.status.pl
188 2008-11-05 [colin] 3.6.1cvs18
193 * src/common/socket.c
194 * src/common/socket.h
197 w32: Implement single launch (lock
198 socket); always put debug log to
199 the rc_dir; fix Start menu update
200 after registering as default Mail
203 2008-11-05 [colin] 3.6.1cvs17
206 Setting the Mail start menu item in HKCU
207 confuses the Internet Options dialog. Do
208 it in HKLM as this dialog does.
210 2008-11-04 [colin] 3.6.1cvs16
212 * src/common/w32_reg.c
215 2008-11-04 [colin] 3.6.1cvs15
218 w32: Fix getting content-type
222 * src/prefs_ext_prog.c
224 w32: better integration (use the
225 standard file associations instead
226 of our platform-unadapted open
230 * src/common/w32_reg.c
231 * src/common/w32lib.h
232 w32: better integration (allow
233 setting Claws as default MUA)
235 2008-11-01 [colin] 3.6.1cvs14
238 Fix wrongly converted non-ascii characters
239 when locale's charset is US-ASCII (strict-mode
240 was failing in this case)
242 2008-10-30 [colin] 3.6.1cvs13
248 Use one UI Manager per mimeview, instead of
249 the global one -- else user_data pointer gets
250 broken if opening and closing another message-
251 view, then using right-click on a mimeview's
252 mimepart. Probably fixes bug 1711, 'Save-as
255 2008-10-24 [paul] 3.6.1cvs12
258 * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
259 * tools/kdeservicemenu/install.sh
260 another, possibly the final?, attempt on getting this
263 2008-10-24 [paul] 3.6.1cvs11
265 * tools/kdeservicemenu/install.sh
266 fix servicemenu installation directory on kde4
268 2008-10-24 [paul] 3.6.1cvs10
270 * tools/kdeservicemenu/README
271 * tools/kdeservicemenu/install.sh
272 add support for kde4 in addition to kde3.
273 a rework involving checking for kde4-config, then
274 kde-config, finally prompting the user for the
275 location of either if they cannot be found
278 2008-10-18 [paul] 3.6.1cvs9
280 * tools/claws.i18n.status.pl
281 updated with latest translator info.
282 only print for languages defined in %langname
284 2008-10-17 [paul] 3.6.1cvs8
286 * src/plugins/pgpcore/sgpgme.c
287 when listing the uid's, show the uid validity
289 2008-10-16 [paul] 3.6.1cvs7
294 2008-10-13 [wwp] 3.6.1cvs6
297 Updated French translation.
299 2008-10-11 [colin] 3.6.1cvs5
302 Fix bug 1756, "Outdated translators list in About
303 dialogue". Patch by Aleksei Miheev.
305 2008-10-11 [colin] 3.6.1cvs4
315 * src/prefs_account.c
323 * src/common/session.c
324 * src/common/session.h
327 * src/common/socket.c
328 * src/common/socket.h
331 * src/common/ssl_certificate.c
332 * src/common/ssl_certificate.h
334 * src/gtk/sslcertwindow.c
335 * src/gtk/sslcertwindow.h
338 2008-10-11 [colin] 3.6.1cvs3
340 * src/common/ssl_certificate.c
341 Make local function static
343 2008-10-10 [colin] 3.6.1cvs2
346 * src/common/ssl_certificate.c
347 * src/gtk/sslcertwindow.c
348 Add offline certificate verification,
349 thanks to Nikos Mavrogiannopoulos for the
352 2008-10-10 [colin] 3.6.1cvs1
354 * src/common/ssl_certificate.c
355 * src/gtk/sslcertwindow.c
358 2008-10-10 [paul] 3.6.1
368 2008-10-10 [colin] 3.6.0cvs25
371 Tell libetpan it doesn't need to init
374 2008-10-10 [colin] 3.6.0cvs24
377 Remove references to openssl
379 2008-10-09 [colin] 3.6.0cvs23
384 2008-10-09 [colin] 3.6.0cvs22
387 Error out when building against openssl
389 2008-10-09 [colin] 3.6.0cvs21
396 Disable OpenSSL due to requirement of
397 OpenSSL exception. Code not removed yet,
398 just in case, but disabled.
400 2008-10-09 [colin] 3.6.0cvs20
410 * src/prefs_ext_prog.c
412 * src/prefs_image_viewer.c
416 * src/gtk/Makefile.am
418 * src/gtk/gtksourceprintjob.c
419 * src/gtk/gtksourceprintjob.h
420 Revert previous patch. It'd be better to remove
421 OpenSSL instead, as GnuTLS works as well.
423 2008-10-09 [colin] 3.6.0cvs19
433 * src/prefs_ext_prog.c
435 * src/prefs_image_viewer.c
439 * src/gtk/Makefile.am
441 * src/gtk/gtksourceprintjob.c
442 * src/gtk/gtksourceprintjob.h
443 Remove the libgnomeprint interface (deprecated,
444 and fixes Debian's #501570, 'Copyright confusion')
446 2008-10-09 [colin] 3.6.0cvs18
449 Require libetpan 0.57 (important fixes)
451 2008-10-08 [paul] 3.6.0cvs17
453 * src/prefs_filtering_action.c
454 * src/prefs_matcher.c
455 enable re-ordering of the filtering/processing
456 condition and actions lists by drag'n'drop
458 2008-10-08 [colin] 3.6.0cvs16
463 2008-10-07 [colin] 3.6.0cvs15
466 After thinking, revert this. It's only a minor
467 annoyance to GSSAPI users, and I can't test this
468 right now. Postponed until after next good release.
470 2008-10-07 [colin] 3.6.0cvs14
473 Don't ask for a password when using GSSAPI
475 2008-10-07 [colin] 3.6.0cvs13
478 Fix build with GTK+ < 2.14
480 2008-10-07 [colin] 3.6.0cvs12
487 * src/gtk/colorlabel.c
488 Fix bug 1749, 'Shortcut keys for color labels
490 Make fullscreen a setting remembered between
493 2008-10-07 [colin] 3.6.0cvs11
496 Fix bug 1747, 'Wanderlust keybindings no longer
497 working (regression)'
499 2008-10-07 [colin] 3.6.0cvs10
502 Make fullscreen a real menu item
504 2008-10-07 [colin] 3.6.0cvs9
507 Make sure we won't save size when
510 2008-10-06 [colin] 3.6.0cvs8
514 Handle fullscreen via F11. Patch by
517 2008-10-06 [colin] 3.6.0cvs7
520 Fix return value when setting client cert
522 2008-10-04 [colin] 3.6.0cvs6
525 Fix bug 1742, 'Attachment list contents not
528 2008-10-04 [paul] 3.6.0cvs5
531 fix failure of Hide toolbar option on restart
533 2008-10-04 [colin] 3.6.0cvs4
540 Maemo: Fix bug 1737, Crashes upon opening
542 2008-10-04 [paul] 3.6.0cvs3
545 submitted (just a little late) by Frederico
548 2008-10-03 [wwp] 3.6.0cvs2
551 Many fixes, mostly in menus and accelerators.
553 2008-10-03 [colin] 3.6.0cvs1
556 Allow network mounts with new GTKs: they're
557 available via FUSE mounts and we don't need
560 2008-10-03 [paul] 3.6.0
567 2008-10-03 [paul] 3.5.0cvs145
574 new translations. added by Yasen Pramatarov,
575 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
584 updated translations. submitted by Miquel Oliete,
585 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
586 Andrea Spadaccini, Emilian Nowak, and Ralph Young
588 2008-10-02 [colin] 3.5.0cvs144
590 * src/common/session.c
591 Fix crash when connection fails on windows
593 2008-10-01 [colin] 3.5.0cvs143
596 Real fix for FS-unsafe chars on win32
598 2008-10-01 [colin] 3.5.0cvs142
601 Encode prohibited filenames on win32
603 2008-09-30 [mones] 3.5.0cvs141
609 Fix output of some debug messages
611 2008-09-30 [colin] 3.5.0cvs140
623 * src/gtk/sslcertwindow.c
624 Win32: Fix time usage; use g_stat
626 2008-09-29 [colin] 3.5.0cvs139
629 Fix case-sensitive match of subject
632 2008-09-29 [colin] 3.5.0cvs138
634 * src/folder_item_prefs.c
635 * src/folder_item_prefs.h
637 * src/prefs_folder_item.c
638 * src/prefs_matcher.c
640 * src/common/string_match.c
642 Fix a huge leak (dozens of megs per folder
643 change) on Windows: disable regexps
645 2008-09-28 [paul] 3.5.0cvs137
650 2008-09-27 [colin] 3.5.0cvs136
654 Add accessor for cur_account
656 2008-09-27 [colin] 3.5.0cvs135
659 Fix crash when error happen on session establishment
661 2008-09-26 [mones] 3.5.0cvs134
666 2008-09-26 [colin] 3.5.0cvs133
668 * src/plugins/pgpcore/claws.def
671 2008-09-26 [colin] 3.5.0cvs132
675 * src/plugins/pgpcore/pgp_viewer.c
676 Add an accessor to prefs_common for plugins
679 2008-09-25 [colin] 3.5.0cvs131
682 Fix bug 1725, 'useless lines in clawsrc'
683 * src/plugins/smime/mypgpcore.def
686 2008-09-25 [paul] 3.5.0cvs130
688 * src/plugins/smime/mypgpcore.def
689 * src/plugins/smime/plugin.def
690 * src/plugins/smime/version.rc
691 add these windows-specific files
694 2008-09-25 [colin] 3.5.0cvs129
697 Load standard plugins only on first run
699 2008-09-25 [colin] 3.5.0cvs128
704 2008-09-24 [colin] 3.5.0cvs127
707 Add nb_NO's charset (iso-8859-1)
709 2008-09-24 [colin] 3.5.0cvs126
712 Fix get_mail_base_dir() on windows
713 (was synced from main ages ago)
715 2008-09-24 [colin] 3.5.0cvs125
719 Integrate better with Windows' style
721 2008-09-23 [paul] 3.5.0cvs124
726 offer these strings to translators too
728 2008-09-23 [colin] 3.5.0cvs123
731 Add a --disable-dbus flag in case we want
732 no DBUS even if headers are available (like
733 for building gpg4win)
736 * src/prefs_logging.c
738 * src/plugins/pgpcore/sgpgme.c
739 * src/plugins/smime/claws.def
741 - disable filtering log (it's crashy for
743 - fix gmtime_r when time is -1 (before 01/01/70)
744 - add symbols for smime
746 2008-09-22 [colin] 3.5.0cvs122
752 Fix cursor position after changing account
756 Fix absolute path detection
758 2008-09-21 [colin] 3.5.0cvs121
760 * src/gtk/gtkaspell.c
761 Don't try to use empty dictionaries
763 2008-09-20 [colin] 3.5.0cvs120
766 Add the new files to the translations
768 2008-09-20 [colin] 3.5.0cvs119
771 * src/plugins/Makefile.am
772 * src/plugins/smime/Makefile.am
773 * src/plugins/smime/plugin.c
774 * src/plugins/smime/smime.c
775 * src/plugins/smime/smime.deps
776 * src/plugins/smime/smime.h
777 Include S/Mime plugin in the main plugins
778 Will ease the Gpg4win team's work
780 2008-09-20 [colin] 3.5.0cvs118
787 * src/common/socket.c
789 * src/plugins/pgpcore/claws.def
790 Windows: more fixes, thanks to wwp and
793 2008-09-20 [colin] 3.5.0cvs117
796 Tell on which server errors happened
798 2008-09-20 [colin] 3.5.0cvs116
800 * src/etpan/etpan-thread-manager.c
801 * src/etpan/imap-thread.c
802 * src/etpan/nntp-thread.c
803 Windows: Fix hang on IMAP/NNTP
805 2008-09-20 [colin] 3.5.0cvs115
808 Fix bug 1723, "Buffer overflow crash caused by
809 preview in 'Date format help' dialog box"
810 Also, optimise fast_strftime a bit :)
812 2008-09-18 [colin] 3.5.0cvs114
816 Check for NULLs before str* functions
818 2008-09-18 [colin] 3.5.0cvs113
823 Handle html parts in multipart/related
824 Decode ISO-8859-1 as Windows-1252 (the former
825 is a subset of the latter) in order to
826 workaround Outlook mails misencoding
827 * src/gtk/logwindow.c
828 * src/gtk/logwindow.h
829 Clear mainwindow's error pixmap when the
830 error scrolls out of the log
832 2008-09-17 [colin] 3.5.0cvs112
835 Fix image loading (multiple childs added to
836 scrolledwindow, break of the resize functionality)
838 * src/prefs_folder_item.c
839 * src/prefs_spelling.c
840 * src/gtk/gtkaspell.c
841 Better fix problems with dictionaries updates
843 2008-09-17 [colin] 3.5.0cvs111
846 Fix double-opening (fixes multiple signatures when
849 2008-09-16 [colin] 3.5.0cvs110
851 * src/prefs_account.c
852 * src/prefs_folder_item.c
853 * src/prefs_spelling.c
854 * src/gtk/gtkaspell.c
855 Better stripping of aspell dictionaries names
861 2008-09-16 [colin] 3.5.0cvs109
866 * src/prefs_account.h
869 * src/gtk/inputdialog.c
870 Don't add a pref to allow remembering passwords
871 (Just not checking the checkbox is enough)
873 2008-09-16 [colin] 3.5.0cvs108
876 Require libetpan 0.56 as 0.55 is crashy
879 * src/gtk/inputdialog.c
880 * src/gtk/inputdialog.h
883 2008-09-16 [wwp] 3.5.0cvs107
886 Complete 3.5.0cvs106 by removing a function that got
887 moved to account.[ch].
889 2008-09-16 [wwp] 3.5.0cvs106
895 * src/quote_fmt_lex.l
896 * src/quote_fmt_parse.y
897 Add account signature (path and value string) manipulation
898 keywords to the template processor. It's now possible in
899 all templates to insert the account signature to an
900 arbitrary location or to pass it to a external script for
904 2008-09-16 [mones] 3.5.0cvs105
911 * src/prefs_account.h
916 * src/gtk/inputdialog.c
917 * src/gtk/inputdialog.h
918 Implement session passwords: unsaved passwords for receiving
919 or sending of accounts can be remembered while running to
920 avoid repetitive typing.
921 As keeping passwords in memory is unsafe a new preference
922 in Other page is added to activate or not such capability.
924 2008-09-14 [colin] 3.5.0cvs104
928 Make conv_iconv_strdup static
930 2008-09-12 [colin] 3.5.0cvs103
937 * src/folder_item_prefs.c
938 * src/folder_item_prefs.h
940 * src/prefs_account.c
943 * src/prefs_folder_item.c
944 * src/prefs_spelling.c
945 * src/prefs_template.c
947 * src/quote_fmt_parse.y
950 * src/gtk/Makefile.am
953 * src/gtk/gtkaspell.c
954 * src/gtk/gtkaspell.h
955 * src/plugins/bogofilter/Makefile.am
956 * src/plugins/dillo_viewer/Makefile.am
957 * src/plugins/spamassassin/Makefile.am
958 * src/plugins/trayicon/Makefile.am
959 Switch spellchecker to Enchant
961 2008-09-12 [paul] 3.5.0cvs102
964 * tools/csv2addressbook.pl
965 add support for Fox Mail
967 2008-09-12 [paul] 3.5.0cvs101
970 * src/prefs_wrapping.c
973 2008-09-12 [paul] 3.5.0cvs100
976 revert cvs99's libenchant commit error
978 2008-09-12 [colin] 3.5.0cvs99
981 Only go to inbox if there are new mails
982 (and fetch was manual)
984 2008-09-10 [colin] 3.5.0cvs98
988 * src/common/session.c
989 Use g_timeout_add_seconds instead of g_timeout_add
990 on glib >= 2.14 when we don't need precision on the
991 delay. This helps reducing power consumption:
992 http://mjg59.livejournal.com/74651.html
994 2008-09-10 [colin] 3.5.0cvs97
997 Don't save window size and position when
998 compose is hidden (filtering action)
1000 2008-09-09 [colin] 3.5.0cvs96
1006 * src/addressbook_foldersel.c
1012 * src/editaddress_other_attributes_ldap.h
1016 * src/editldap_basedn.c
1025 * src/grouplistdialog.c
1028 * src/image_viewer.c
1039 * src/prefs_actions.c
1040 * src/prefs_filtering.c
1041 * src/prefs_folder_column.c
1043 * src/prefs_summary_column.c
1044 * src/prefs_toolbar.c
1045 * src/send_message.c
1047 * src/sourcewindow.c
1048 * src/sourcewindow.h
1052 * src/stock_pixmap.c
1053 * src/stock_pixmap.h
1062 * src/common/utils.c
1064 * src/gtk/colorlabel.c
1065 * src/gtk/colorlabel.h
1066 * src/gtk/combobox.h
1067 * src/gtk/description_window.c
1069 * src/gtk/gtkaspell.c
1070 * src/gtk/gtkaspell.h
1071 * src/gtk/gtkcmclist.c
1072 * src/gtk/gtkcmclist.h
1073 * src/gtk/gtkcmctree.c
1074 * src/gtk/gtkcmctree.h
1075 * src/gtk/gtkcmoptionmenu.h
1076 * src/gtk/gtksctree.c
1077 * src/gtk/gtksctree.h
1078 * src/gtk/gtkshruler.c
1079 * src/gtk/gtkshruler.h
1080 * src/gtk/gtksourceprintjob.c
1081 * src/gtk/gtksourceprintjob.h
1082 * src/gtk/gtkutils.c
1083 * src/gtk/gtkutils.h
1084 * src/gtk/gtkvscrollbutton.c
1085 * src/gtk/gtkvscrollbutton.h
1086 * src/gtk/icon_legend.c
1087 * src/gtk/inputdialog.c
1088 * src/gtk/logwindow.c
1089 * src/gtk/logwindow.h
1090 * src/gtk/manage_window.c
1091 * src/gtk/manage_window.h
1093 * src/gtk/prefswindow.c
1094 * src/gtk/progressdialog.c
1095 * src/gtk/progressdialog.h
1096 * src/plugins/bogofilter/bogofilter_gtk.c
1097 * src/plugins/pgpcore/passphrase.c
1098 * src/plugins/spamassassin/spamassassin_gtk.c
1099 * src/plugins/trayicon/trayicon.c
1100 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1101 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1102 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1103 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1104 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1105 Complete GTK+ 2.14 undeprecation
1106 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
1108 2008-09-09 [colin] 3.5.0cvs95
1110 * src/gtk/gtkcmclist.h
1111 Fix build on GTK+ 2.14
1113 2008-09-08 [colin] 3.5.0cvs94
1117 Remove GtkSignalFunc
1119 2008-09-07 [colin] 3.5.0cvs93
1122 * src/addressbook_foldersel.c
1123 * src/gtk/gtkcmclist.c
1124 * src/gtk/gtkcmclist.h
1125 * src/gtk/gtkcmctree.c
1126 * src/gtk/gtkcmctree.h
1127 * src/gtk/gtksctree.c
1128 * src/gtk/prefswindow.c
1129 * src/gtk/prefswindow.h
1130 Use GDestroyNotify instead of GtkDestroyNotify
1131 (deprecated in GTK+ 2.14)
1133 2008-09-07 [colin] 3.5.0cvs92
1136 Fix bug 1712, 'invalid "Phishing attempt warning"
1137 when linked text ends with spaces'
1139 2008-09-05 [colin] 3.5.0cvs91
1142 Maybe fix bug 1711, 'Save-as attachment crashes'
1143 Possibly wrong free() due to pointer shifting
1145 2008-09-05 [colin] 3.5.0cvs90
1148 Fix bug 1710, 'User misreads "Discard Message"
1149 as "Discard Changes"'. Propose to save or discard
1150 only the latest changes when closing an existing
1151 draft. Autosave may still have saved parts of the
1154 2008-09-04 [colin] 3.5.0cvs89
1157 Fix bug 1707, 'Segfault when sorting on non-visible column'
1159 2008-09-01 [colin] 3.5.0cvs88
1164 * src/etpan/imap-thread.c
1165 * src/etpan/imap-thread.h
1166 Store spam flag on IMAP (Junk/NonJunk, as
1167 ThunderBird does - this is nonstandard)
1169 2008-08-31 [wwp] 3.5.0cvs87
1172 Fix globish edition^Wediting.
1174 2008-08-31 [wwp] 3.5.0cvs86
1177 Don't break nickname editing for non-LDAP books (nickname
1178 value was overwritten when editing existing contact, this
1179 came from 3.0.2cvs109).
1181 2008-08-30 [colin] 3.5.0cvs85
1185 Fix "Apply tags..." key shortcut
1187 2008-08-29 [iwkse] 3.5.0cvs84
1192 2008-08-29 [iwkse] 3.5.0cvs83
1195 Disable "Move to trash" action if
1196 we are in a trash-like folder.
1199 2008-08-29 [paul] 3.5.0cvs82
1202 bump up libetpan version requirement since
1203 0.55 is released now
1205 2008-08-28 [wwp] 3.5.0cvs81
1209 * src/prefs_account.c
1210 * src/prefs_account.h
1211 Add finer granularity to the POP3's remove-after delay (now in
1212 hours in addition to in days), patch by Paul Rolland.
1214 2008-08-28 [wwp] 3.5.0cvs80
1216 * src/gtk/combobox.c
1217 Fix a typo in a comment.
1219 2008-08-28 [iwkse] 3.5.0cvs79
1222 * src/prefs_actions.c
1223 * src/prefs_filtering.c
1224 * src/prefs_template.c
1225 Add search feature to the account,
1226 template and action dialog.
1227 It's turned on selecting one row
1228 of the list and typing some random
1229 letter. Thanks to wwp, colinl
1231 2008-08-28 [colin] 3.5.0cvs78
1236 * src/prefs_account.c
1237 * src/prefs_account.h
1241 * src/stock_pixmap.c
1242 * src/stock_pixmap.h
1244 * src/pixmaps/key_gpg_signed.xpm
1245 Fix bug 1412, "Sign reply, if mail was signed"
1246 Add an account preference to sign replies to signed mails
1248 2008-08-28 [iwkse] 3.5.0cvs77
1250 * src/prefs_filtering.c
1251 Making the search more useful,
1252 jumping directly to the relative rule.
1254 2008-08-27 [colin] 3.5.0cvs76
1259 2008-08-27 [colin] 3.5.0cvs75
1261 * src/gtk/gtkcmctree.c
1264 2008-08-26 [colin] 3.5.0cvs74
1266 * src/gtk/gtkcmctree.c
1267 Fix missing inits on old glib
1269 2008-08-26 [wwp] 3.5.0cvs73
1271 * src/common/utils.c
1272 Added 'Fwd' to the list of known common subject prefixes.
1274 2008-08-25 [iwkse] 3.5.0cvs72
1276 * src/image_viewer.c
1277 Add animated gif support to the
1280 2008-08-25 [colin] 3.5.0cvs71
1282 * src/gtk/gtkcmctree.c
1283 Make sure work isn't null
1285 2008-08-24 [colin] 3.5.0cvs70
1288 Fix typo on SSL_CERT_DIR
1290 2008-08-23 [holger] 3.5.0cvs69
1293 Fix bug 1699 'Separator line mis-placed when
1294 printing some e-mails'. The number of header lines
1295 was not correctly calculated when Pango inserts
1298 2008-08-23 [colin] 3.5.0cvs68
1301 Fix the account selector button; thanks
1304 2008-08-21 [colin] 3.5.0cvs67
1308 Add a compose preference for auto-indent
1311 Make colorlabel accels a bit less hacky
1313 2008-08-21 [colin] 3.5.0cvs66
1316 * src/prefs_common.c
1317 * src/prefs_common.h
1318 * src/prefs_wrapping.c
1319 Add a preference for autoindent; fix no_join tag
1320 being applied to whole lines instead of just \n when
1323 2008-08-21 [colin] 3.5.0cvs65
1326 Add support for auto-indentation
1328 2008-08-19 [colin] 3.5.0cvs64
1331 Save Autowrap status in drafts/queued mails
1333 2008-08-19 [colin] 3.5.0cvs63
1336 Fix a comment (in reality, test commit on
1339 2008-08-17 [colin] 3.5.0cvs62
1341 * src/prefs_actions.c
1344 * src/common/socket.h
1345 * src/gtk/gtkcmctree.c
1348 2008-08-16 [colin] 3.5.0cvs61
1350 * src/editaddress_other_attributes_ldap.h
1351 Add 'l' field (localityName)
1353 2008-08-16 [colin] 3.5.0cvs60
1356 * src/gtk/gtkcmclist.c
1357 * src/gtk/gtkcmclist.h
1358 * src/gtk/gtkcmctree.c
1359 * src/gtk/gtksctree.c
1360 * src/gtk/gtkutils.c
1361 * src/gtk/gtkvscrollbutton.c
1362 Fix Maemo build (OS2007)
1364 2008-08-14 [colin] 3.5.0cvs59
1367 Don't crash if parent is null when creating
1369 * src/gtk/pluginwindow.c
1370 Don't crash on race when closing window while
1371 a plugin is loading and does gtk_iterations
1373 2008-08-13 [colin] 3.5.0cvs58
1378 Fix bug 1696, 'Viewing binary attachements
1379 as text over 1 MB' (various buglets)
1381 2008-08-10 [colin] 3.5.0cvs57
1384 * src/gtk/gtkcmclist.c
1385 Continue fixing GTK < 2.12 build, thanks to
1388 2008-08-10 [colin] 3.5.0cvs56
1390 * src/gtk/gtksctree.c
1391 Fix build on GTK < 2.12
1393 2008-08-09 [colin] 3.5.0cvs55
1396 Fix untranslatable strings, thanks to
1399 2008-08-07 [colin] 3.5.0cvs54
1405 * src/message_search.c
1408 * src/prefs_account.c
1409 * src/prefs_common.c
1410 * src/prefs_customheader.c
1411 * src/prefs_ext_prog.c
1412 * src/prefs_filtering_action.c
1414 * src/prefs_logging.c
1415 * src/prefs_matcher.c
1416 * src/prefs_msg_colors.c
1418 * src/summary_search.c
1421 * src/gtk/colorsel.c
1422 * src/gtk/gtkaspell.c
1423 * src/gtk/gtkutils.c
1424 * src/gtk/gtkutils.h
1425 * src/gtk/inputdialog.c
1426 * src/gtk/pluginwindow.c
1427 * src/gtk/quicksearch.c
1428 * src/plugins/bogofilter/bogofilter_gtk.c
1429 * src/plugins/dillo_viewer/dillo_prefs.c
1430 * src/plugins/spamassassin/spamassassin_gtk.c
1431 - Fix Ctrl-Space shortcut
1432 - Fix mime-parsing bug in procmime (cvs52)
1433 - Fix double-free in procmime (cvs52)
1434 - Use gtk_bin_get_child instead of GTK_BIN()->child
1435 - Fix Goto menu in mainwindow
1437 2008-08-07 [mones] 3.5.0cvs53
1440 Updated translation (lots of changes!)
1442 Add missing accelerator key
1444 Restored 'v' key function (thanks Colin!)
1446 2008-08-06 [colin] 3.5.0cvs52
1450 * src/addrduplicates.c
1461 Fix my use of g_utf8_strdown (it returns
1462 a newly allocated string and doesn't
1463 change the parameter)
1465 2008-08-06 [colin] 3.5.0cvs51
1468 Fix bug 1690, 'Copy/Paste in edit window may
1469 break Undo'; middle-click pastes aren't
1470 REPLACE_INSERT but just INSERT.
1471 Also, fix privacy menu selection
1473 2008-08-05 [colin] 3.5.0cvs50
1479 * src/addrduplicates.c
1491 * src/common/socket.c
1492 * src/gtk/gtkutils.c
1493 * src/gtk/gtkutils.h
1495 * src/plugins/spamassassin/spamassassin.c
1496 More undeprecation (Glib)
1498 2008-08-05 [colin] 3.5.0cvs49
1500 * src/prefs_account.c
1501 * src/prefs_filtering_action.c
1502 * src/prefs_matcher.c
1503 * src/gtk/Makefile.am
1504 * src/gtk/claws-marshal.list
1505 * src/gtk/colorlabel.c
1506 * src/gtk/colorsel.c
1507 * src/gtk/foldersort.c
1508 * src/gtk/gtkaspell.c
1509 * src/gtk/gtkcmclist.c
1510 * src/gtk/gtkcmclist.h
1511 * src/gtk/gtkcmctree.c
1512 * src/gtk/gtkcmctree.h
1513 * src/gtk/gtkcmoptionmenu.c
1514 * src/gtk/gtkcmoptionmenu.h
1515 * src/gtk/gtksctree.c
1516 * src/gtk/gtksctree.h
1517 * src/gtk/gtkutils.c
1518 * src/gtk/gtkutils.h
1519 * src/gtk/gtkvscrollbutton.c
1522 * src/gtk/quicksearch.c
1523 * src/plugins/dillo_viewer/dillo_viewer.c
1524 * src/plugins/pgpcore/select-keys.c
1525 Try to finish yesterday's commit
1527 2008-08-04 [colin] 3.5.0cvs48
1531 * src/addressbook_foldersel.c
1538 * src/editaddress_other_attributes_ldap.c
1540 * src/editldap_basedn.c
1543 * src/grouplistdialog.c
1544 * src/image_viewer.c
1549 * src/message_search.c
1555 * src/prefs_account.c
1556 * src/prefs_filtering_action.c
1557 * src/prefs_matcher.c
1558 * src/prefs_msg_colors.c
1559 * src/prefs_summaries.c
1561 * src/stock_pixmap.c
1562 * src/summary_search.c
1567 * src/gtk/Makefile.am
1568 * src/gtk/claws-marshal.list
1569 * src/gtk/colorsel.c
1570 * src/gtk/foldersort.c
1571 * src/gtk/gtkaspell.c
1572 * src/gtk/gtkcmclist.c
1573 * src/gtk/gtkcmclist.h
1574 * src/gtk/gtkcmctree.c
1575 * src/gtk/gtkcmctree.h
1576 * src/gtk/gtksctree.c
1577 * src/gtk/gtksctree.h
1578 * src/gtk/gtkutils.c
1579 * src/gtk/gtkutils.h
1580 * src/gtk/gtkvscrollbutton.c
1583 * src/gtk/quicksearch.c
1584 * src/plugins/dillo_viewer/dillo_viewer.c
1585 * src/plugins/pgpcore/select-keys.c
1586 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
1587 Undeprecate their implementation (GtkArg, GtkType, ...)
1588 Undeprecate a few other things here and there
1589 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
1590 Add #undef GTK_DISABLE_DEPRECATED in the files where we
1591 still have work to do
1593 2008-08-04 [colin] 3.5.0cvs47
1599 * src/stock_pixmap.c
1604 * src/image_viewer.c
1605 * src/gtk/gtkaspell.c
1606 * src/gtk/gtkvscrollbutton.c
1607 * src/plugins/dillo_viewer/dillo_viewer.c
1608 Undeprecate more things
1610 2008-08-02 [colin] 3.5.0cvs46
1613 Fix toggle menu activation state
1616 2008-08-02 [paul] 3.5.0cvs45
1620 /View/Show or hide/Message View
1622 2008-08-01 [paul] 3.5.0cvs44
1624 * src/common/utils.c
1625 * src/plugins/pgpcore/claws.def
1626 * src/plugins/pgpinline/claws.def
1627 fix compilation problems on mingw32,
1628 (bug 1688) Patch by Marcus Brinkmann
1630 2008-08-01 [colin] 3.5.0cvs43
1632 * src/gtk/gtkutils.c
1633 * src/gtk/gtkvscrollbutton.c
1636 2008-08-01 [colin] 3.5.0cvs42
1641 * src/prefs_account.c
1642 * src/prefs_folder_item.c
1645 * src/gtk/gtkaspell.c
1646 * src/gtk/gtkutils.c
1647 * src/gtk/gtkvscrollbutton.c
1648 Replace a few deprecated function calls
1650 2008-08-01 [paul] 3.5.0cvs41
1653 fix crash that occurs because of recent GtkUIManager
1654 changes. Thanks to Colin
1656 2008-07-31 [colin] 3.5.0cvs40
1665 Remove deprecated helper funcs
1667 2008-07-30 [colin] 3.5.0cvs39
1674 Move the folderview popup menu to GtkUIManager
1676 2008-07-29 [colin] 3.5.0cvs38
1691 Switch the main menu to GtkUIManager
1694 2008-07-29 [colin] 3.5.0cvs37
1697 Fix bug 1684, 'view news messages with large
1698 attachements segfaults'
1700 2008-07-29 [colin] 3.5.0cvs36
1713 More switches to GtkUIManager
1715 2008-07-26 [colin] 3.5.0cvs35
1721 2008-07-25 [colin] 3.5.0cvs34
1723 * src/addrcustomattr.c
1727 * src/editaddress_other_attributes_ldap.h
1731 * src/prefs_actions.c
1732 * src/prefs_filtering.c
1733 * src/prefs_template.c
1741 * src/plugins/trayicon/trayicon.c
1742 More changes from GtkItemFactory to GtkUIManager
1744 2008-07-25 [colin] 3.5.0cvs33
1747 Add a macro to remove menu items
1748 Make the gui_manager variable useless
1750 2008-07-24 [colin] 3.5.0cvs32
1753 Fix a gtk warning on clear
1757 Switch the message list popup menu to
1760 2008-07-23 [colin] 3.5.0cvs31
1762 * src/plugins/pgpcore/pgp_viewer.c
1763 * src/plugins/pgpcore/sgpgme.c
1764 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
1765 Patch by Thomas Wiegner <wiegner@gmx.de>
1767 2008-07-20 [paul] 3.5.0cvs30
1769 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1770 remove redundant GTK version check
1772 2008-07-20 [ticho] 3.5.0cvs29
1777 Moved sensitivity setting for "Download messages" for IMAP and
1778 news folders from folderview.c to imap_gtk.c and news_gtk.c
1779 respectively for better code readability.
1780 Fixed indentation in news' set_sensitivity().
1782 2008-07-20 [paul] 3.5.0cvs28
1785 remove more redundant code following cvs27
1787 2008-07-20 [paul] 3.5.0cvs27
1790 remove now redundant code
1793 fix bug 1673, 'Tools/Harvest adresses is
1794 grayed out if folder is empty'
1796 2008-07-19 [ticho] 3.5.0cvs26
1802 * src/gtk/gtkutils.c
1803 * src/gtk/gtkutils.h
1806 Use GtkUIManager for mimeview and tag edit dialog popup menus,
1807 instead of deprecated GtkItemFactory.
1809 2008-07-19 [colin] 3.5.0cvs25
1821 * src/prefs_account.c
1822 * src/prefs_actions.c
1823 * src/prefs_ext_prog.c
1824 * src/prefs_filtering.c
1825 * src/prefs_folder_item.c
1826 * src/prefs_image_viewer.c
1827 * src/prefs_logging.c
1828 * src/prefs_msg_colors.c
1831 * src/prefs_spelling.c
1832 * src/prefs_summaries.c
1833 * src/prefs_template.c
1836 * src/summary_search.c
1840 * src/common/Makefile.am
1841 * src/gtk/gtksctree.c
1842 * src/gtk/gtkutils.h
1843 * src/gtk/pluginwindow.c
1844 * src/gtk/quicksearch.c
1845 * src/plugins/bogofilter/bogofilter_gtk.c
1846 * src/plugins/dillo_viewer/dillo_prefs.c
1847 * src/plugins/pgpcore/prefs_gpg.c
1848 * src/plugins/spamassassin/spamassassin_gtk.c
1849 * src/plugins/trayicon/trayicon.c
1850 * src/plugins/trayicon/trayicon_prefs.c
1851 Use the shiny new GTK tooltips API when possible (GTK+ 2.12
1852 or greater). Use the old deprecated one on GTK+ < 2.12.
1853 Easy! Straightforward! I'm not annoyed at all! It's not a loss
1856 2008-07-16 [colin] 3.5.0cvs24
1859 Fix folderview's scrolbar when starting minimised
1860 to tray, and popping up the mainwindow by calling
1861 claws-mail from the command line
1863 2008-07-08 [colin] 3.5.0cvs23
1866 Possibly fix po-headers appearing on empty
1869 2008-07-08 [colin] 3.5.0cvs22
1873 Finish the always_open tristate patch, by Jonathan
1876 2008-07-07 [paul] 3.5.0cvs21
1879 fix typo (missing ")
1881 2008-07-07 [paul] 3.5.0cvs20
1884 fit the menu style a bit better
1886 2008-07-07 [colin] 3.5.0cvs19
1888 * src/prefs_themes.c
1889 Make upgrading themes easier
1891 2008-07-07 [colin] 3.5.0cvs18
1894 * src/prefs_toolbar.c
1895 * src/stock_pixmap.c
1896 Finish fixing bug 1609, 'Icon issues'
1898 2008-07-07 [colin] 3.5.0cvs17
1900 * src/prefs_common.c
1901 Fix the default value
1903 2008-07-07 [colin] 3.5.0cvs16
1905 * src/prefs_summaries.c
1906 Revert my fix to the string, the correct term
1907 is indeed Message View
1909 2008-07-07 [colin] 3.5.0cvs15
1913 * src/prefs_common.c
1914 * src/prefs_common.h
1915 * src/prefs_summaries.c
1918 Change "Always open message when selected" to
1919 a tristate (Never/Always/When preview is visible)
1920 Patch by Jonathan Corbet <corbet@lwn.net>.
1922 2008-07-06 [paul] 3.5.0cvs14
1925 improve the layout of the dialogue
1928 fix some of the nasty coding style
1931 add some missing mnemonics
1933 2008-07-05 [paul] 3.5.0cvs13
1937 fix bug 1398, '"Change current account" is
1938 available even when there's only one account'
1939 * src/plugins/pgpcore/prefs_gpg.c
1940 put back a needed include, removed in error
1942 2008-07-05 [colin] 3.5.0cvs12
1945 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
1947 2008-07-05 [colin] 3.5.0cvs11
1951 Provide ability to rename newsgroups. Closes
1952 bug 1444, 'Add GUI option for renaming
1953 newsgroups'. Patch by Pawel Pekala
1955 2008-07-05 [colin] 3.5.0cvs10
1957 * src/plugins/pgpcore/passphrase.c
1958 * src/plugins/pgpcore/prefs_gpg.c
1959 * src/plugins/pgpcore/select-keys.c
1960 Simplify GTK includes (with the advantage
1961 of compiling against GTK+2.13); patch by
1964 2008-07-05 [colin] 3.5.0cvs9
1967 Add SSL client certificates
1969 2008-07-05 [colin] 3.5.0cvs8
1971 * src/prefs_account.c
1972 * src/common/session.h
1975 Add one path for certs
1977 2008-07-05 [colin] 3.5.0cvs7
1979 * src/prefs_account.c
1982 2008-07-04 [colin] 3.5.0cvs6
1986 * src/common/ssl_certificate.c
1987 Workaround distro bugs and fix certificate checking
1990 2008-07-04 [colin] 3.5.0cvs5
1993 * src/common/ssl_certificate.c
1994 * src/common/ssl_certificate.h
1995 * src/etpan/imap-thread.c
1996 * src/etpan/nntp-thread.c
1997 Fix some leaks, thanks to Martin Zwickel
1998 Rename gnutls functions that do the same
1999 as OpenSSL ones, to avoid symbol clashing
2000 when Claws is built against GnuTLS and
2001 libetpan against OpenSSL
2003 2008-07-04 [paul] 3.5.0cvs4
2005 * src/prefs_account.c
2006 remove 1 forgotten '.'
2008 2008-07-04 [paul] 3.5.0cvs3
2010 * src/prefs_account.c
2011 layout/engrish fixes to the 'Client
2014 2008-07-03 [colin] 3.5.0cvs2
2019 * src/prefs_account.c
2020 * src/prefs_account.h
2021 * src/prefs_common.c
2022 * src/send_message.c
2023 * src/common/session.c
2024 * src/common/session.h
2027 * src/common/socket.h
2030 * src/common/ssl_certificate.c
2031 * src/common/ssl_certificate.h
2032 * src/etpan/imap-thread.c
2033 * src/etpan/nntp-thread.c
2034 * src/gtk/inputdialog.c
2035 Add support for SSL client certificates (either PEM files
2036 with certificate and private key, either PKCS12 files)
2038 2008-06-28 [colin] 3.5.0cvs1
2041 Fix compilation with older GTKs
2043 2008-06-27 [paul] 3.5.0
2050 2008-06-27 [paul] 3.4.0cvs116
2055 2008-06-27 [paul] 3.4.0cvs115
2059 no longer build unmaintained translations
2061 2008-06-27 [paul] 3.4.0cvs114
2066 updated by Stephan Sachse, Flammie Pirinen, and
2067 Frederico Goncalves Guimaraes
2069 2008-06-26 [wwp] 3.4.0cvs113
2071 * manual/fr/advanced.xml
2072 Update French version of the manual (AutoFaces documentation).
2074 2008-06-26 [wwp] 3.4.0cvs112
2076 * manual/fr/advanced.xml
2077 * manual/fr/plugins.xml
2078 Updated French version of the manual (completed
2079 hidden options list, added note about Clawsker
2080 and new mail archiver plugin).
2082 2008-06-25 [colin] 3.4.0cvs111
2084 * src/gtk/gtkaspell.c
2085 Fix non-UTF8 in the replace with dialog
2086 * src/prefs_actions.c
2087 Fix possible crasher
2090 2008-06-24 [mones] 3.4.0cvs110
2093 Fix non-warning message, downgraded to debug info
2095 2008-06-24 [colin] 3.4.0cvs109
2098 Fix bug 1650, Message line too small after
2099 changing columns in "three columns" layout
2101 2008-06-24 [colin] 3.4.0cvs108
2104 Fix Spam button sensitivity in newsgroups
2106 2008-06-23 [wwp] 3.4.0cvs107
2109 Updated French translation.
2111 2008-06-23 [mones] 3.4.0cvs106
2114 Updated translation for release
2116 2008-06-22 [mones] 3.4.0cvs105
2118 * manual/es/plugins.xml
2119 Synced new entry for Mail Archiver plugin
2121 2008-06-22 [colin] 3.4.0cvs104
2124 Fix initial cursor position
2126 2008-06-21 [paul] 3.4.0cvs103
2128 * manual/plugins.xml
2129 add an entry for the new Mail Archiver plugin
2131 2008-06-21 [paul] 3.4.0cvs102
2134 we're in 'string freeze', put back the
2137 2008-06-21 [paul] 3.4.0cvs101
2139 * manual/advanced.xml
2140 * manual/es/advanced.xml
2141 fix build warning: <emphasis> cannot be contained
2144 fix non-clickable link on License page and drop
2145 the containing < > symbols to match other links
2147 2008-06-20 [mones] 3.4.0cvs100
2149 * manual/advanced.xml
2150 Added autofaces documentation, note about clawsker in hidden
2151 preferences, minor markup fix. Thanks Paul for proofreading
2152 * manual/es/advanced.xml
2153 Synchronised Spanish manual
2155 2008-06-16 [colin] 3.4.0cvs99
2158 Fix cursor placing on signature change
2160 2008-06-16 [paul] 3.4.0cvs98
2164 * src/gtk/inputdialog.c
2165 really fussy coding style fixes
2167 2008-06-16 [paul] 3.4.0cvs97
2170 keep the alphabetical order
2172 2008-06-13 [mones] 3.4.0cvs96
2176 * src/prefs_filtering_action.c
2177 Fixed cosmetic bug, processing also displays "Filtering"
2179 2008-06-13 [mones] 3.4.0cvs95
2182 * src/autofaces.c ** NEW FILE **
2183 * src/autofaces.h ** NEW FILE **
2185 Allow setting Faces and X-Faces globally and per-account
2186 from configuration files under ~/.claws-mail/autofaces
2188 2008-06-13 [holger] 3.4.0cvs94
2191 More files to ignore
2192 * src/gtk/inputdialog.c
2193 * src/gtk/inputdialog.h
2194 Make input dialog more generic so that a checkbox
2195 with custom text can be used in addition to the
2196 "remember this" checkbox
2199 * src/prefs_common.c
2200 * src/prefs_common.h
2201 Allow new folders to inherit the properties of the
2202 parent folder during folder creation
2204 2008-06-13 [wwp] 3.4.0cvs93
2207 a better fix for this string, won't break up translations,
2208 and is conform to other similar ones.
2210 2008-06-13 [wwp] 3.4.0cvs92
2212 * src/addrduplicates.c
2215 * src/addressbook_foldersel.c
2217 use tree decorations everywhere AB folders are used (AB tree pane,
2218 add address to AB, select AB folder, edit group, custom attr, find dup
2219 results), in order to match global style
2220 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
2221 double clicking on groups in tree pane does open the group edit dialog
2222 double clicking on other items in tree pane does expand/collapse
2223 fix a missing space in AB's delete-folder dialog
2224 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
2227 make foldersel dialog show dotted lines according to global (hidden) prefs
2229 2008-06-12 [colin] 3.4.0cvs91
2233 Fix bug 1635, 'Last character of message is truncated
2234 when changing accounts w/ sigs'
2236 Fix bug 1636, 'Can't select "properties" on "folders
2239 2008-06-11 [colin] 3.4.0cvs90
2242 Maybe fix bug 1623, 'exits with segfault when
2243 logging in to certain imap-servers'
2245 2008-06-10 [mones] 3.4.0cvs89
2250 * tools/convert_mbox.sh
2251 Undo cvs86 and cvs87, it really should be a patch to
2254 2008-06-10 [wwp] 3.4.0cvs88
2257 Updated French translation.
2259 2008-06-10 [mones] 3.4.0cvs87
2262 Oops, forgot to add previous script for distribution
2264 2008-06-10 [mones] 3.4.0cvs86
2268 * tools/convert_mbox.sh
2269 Added script to convert Evolution mail folders contributed
2270 by Daniel Dickinson <cshore@fionavar.ca>
2271 Fixes debian bug 461435
2273 2008-06-09 [colin] 3.4.0cvs85
2276 Integrate AWN information bubble if dbus is
2279 Fix crash when calling scan_required() on
2280 folder classes that don't implement them
2281 * src/common/session.c
2284 2008-06-09 [colin] 3.4.0cvs84
2287 Fix bug 1447, 'If user tries to close while starting
2288 up, it will not close ever.'
2290 2008-06-09 [colin] 3.4.0cvs83
2293 Fix bug 1628, 'Claws Mail crashes when
2294 filtering selected messages'
2296 2008-06-04 [colin] 3.4.0cvs82
2299 Complete handling of html parts in multipart/alternative
2302 2008-06-03 [paul] 3.4.0cvs81
2304 * src/prefs_message.c
2305 make always the english good
2307 2008-06-03 [colin] 3.4.0cvs80
2311 Fix bug 1624, '[PATCH] Quick search should be
2312 disabled for folder view'; based on a patch by
2315 2008-06-03 [iwkse] 3.4.0cvs79
2318 Fix little gui bug on button sensitivity
2320 * src/prefs_common.c
2321 * src/prefs_common.h
2322 * src/prefs_message.c
2323 Allow by default to show html in multipart/alternative
2325 2008-06-02 [colin] 3.4.0cvs78
2327 * src/prefs_actions.c
2328 GUI rework, patch by Pawel
2330 2008-06-02 [colin] 3.4.0cvs77
2333 Fix sensitivity/alignment, patch from
2336 2008-05-31 [colin] 3.4.0cvs76
2339 Fix login issue introduced in cvs75.
2341 2008-05-31 [colin] 3.4.0cvs75
2344 Fix more possible double-frees. Also, fix the root cause
2345 of these double-frees by just noting the Session is to
2346 be destroyed instead of destroying it in flight
2348 2008-05-29 [paul] 3.4.0cvs74
2350 * manual/keyboard.xml
2351 'Makes' these entries like the others
2353 2008-05-29 [colin] 3.4.0cvs73
2356 Include utils.h in case we
2357 need to pull goffset definition
2359 2008-05-29 [colin] 3.4.0cvs72
2361 * src/common/utils.h
2362 Workaround a stupid Glib issue, where
2363 goffset happens to be undefined.
2365 2008-05-28 [colin] 3.4.0cvs71
2369 * src/grouplistdialog.c
2370 * src/image_viewer.c
2377 * src/prefs_themes.c
2383 * src/common/utils.c
2384 * src/common/utils.h
2385 Use goffset instead of off_t for MsgInfo's size
2386 Allows using MsgInfo structure from plugins
2387 compiled with largefile support
2389 2008-05-26 [colin] 3.4.0cvs70
2393 Define THEME_CHANGED_HOOKLIST and invoke
2395 * src/plugins/trayicon/trayicon.c
2396 Listen to THEME_CHANGED_HOOKLIST and
2399 2008-05-26 [paul] 3.4.0cvs69
2402 plug a leak in mimeview_save_all()
2404 2008-05-24 [colin] 3.4.0cvs68
2406 * src/common/utils.h
2407 Fix wrong define on old glibs
2409 2008-05-24 [paul] 3.4.0cvs67
2412 * src/stock_pixmap.c
2413 * src/stock_pixmap.h
2415 * src/pixmaps/cancel.xpm
2416 * src/pixmaps/close.xpm
2417 add a specific icon for A_CANCEL_INC (addresses
2418 point 1 of bug 1609 'Icon issues')
2419 replace close.xpm with an icon of the standard
2422 2008-05-24 [paul] 3.4.0cvs66
2424 * src/pixmaps/insert_file.xpm
2427 2008-05-23 [paul] 3.4.0cvs65
2431 add the possibility to check md5 on binary files,
2434 2008-05-23 [colin] 3.4.0cvs64
2438 Fix bug 1610, 'claws crash after opening/closing
2439 preferences and window update'
2441 2008-05-22 [colin] 3.4.0cvs63
2443 * src/prefs_filtering_action.c
2444 * src/gtk/combobox.c
2445 * src/gtk/combobox.h
2446 Fix reselecting of Tags actions in
2447 filtering actions dialog
2449 2008-05-22 [colin] 3.4.0cvs62
2452 * src/prefs_toolbar.c
2453 * src/stock_pixmap.c
2454 * src/stock_pixmap.h
2456 * src/pixmaps/delete_btn.xpm
2457 * src/pixmaps/insert_file.xpm
2458 * src/pixmaps/mail_reply_to_list.xpm
2459 Fix more of bug 1609:
2460 - Add a Delete button icon
2461 - Add a Reply to list button icon
2462 - Fix Insert file button icon
2463 Artwork by Ciprian Popovici.
2465 2008-05-21 [colin] 3.4.0cvs61
2467 * src/common/utils.c
2470 2008-05-21 [wwp] 3.4.0cvs60
2472 * src/prefs_filtering.c
2473 Don't show SMTP-only accounts in accounts list, as they are
2474 irrelevant for filtering incoming messages.
2476 2008-05-21 [colin] 3.4.0cvs59
2479 Don't put SMTP-only accounts in receive menus
2481 2008-05-21 [colin] 3.4.0cvs58
2484 Fix cvs56 (brain fart)
2486 2008-05-21 [colin] 3.4.0cvs57
2488 * src/common/utils.c
2489 Fix bug 1615, 'hang on FIFO when the other end's not
2492 2008-05-21 [colin] 3.4.0cvs56
2497 2008-05-19 [colin] 3.4.0cvs55
2499 * src/plugins/pgpcore/sgpgme.c
2500 Maybe fix debian bug 481856, 'Segmentation fault
2501 when verifying a GPG signature'. Although it
2502 looks like a race condition...
2504 2008-05-19 [colin] 3.4.0cvs54
2506 * src/prefs_filtering_action.c
2507 * src/prefs_matcher.c
2510 * src/gtk/combobox.c
2511 * src/gtk/combobox.h
2512 Patch by Pawel: disabled Tags menus in filtering dialogs
2514 2008-05-19 [colin] 3.4.0cvs53
2516 * src/prefs_account.c
2517 GUI patch by Pawel: align ports entries
2519 2008-05-19 [colin] 3.4.0cvs52
2522 Fix bug 1616, 'strange question while emptying trash'
2524 2008-05-18 [colin] 3.4.0cvs51
2526 * src/common/plugin.c
2527 * src/etpan/imap-thread.c
2528 * src/etpan/nntp-thread.c
2529 * src/gtk/gtksctree.c
2530 Fix bug 1613, 'Various memory leaks';
2531 based on a patch by Didier Barvaux.
2533 2008-05-18 [colin] 3.4.0cvs50
2539 * src/plugins/pgpcore/sgpgme.c
2540 Fix more parts of bug 1609:
2541 - Make use of specific Expired privacy icon
2542 - Use CLOSE instead of NOTICE_ERROR for cancel
2544 - Allow a Preferences button in the main toolbar
2546 2008-05-18 [colin] 3.4.0cvs49
2548 * src/stock_pixmap.c
2549 Fix bug with non-updating icons after theme change:
2550 If fetching pixbuf for a given icon after a theme
2551 change, the next pixmap fetch would return the old
2552 cached one, as the theme change was forgotten at
2553 this time. (and vice-versa). This was mostly
2554 visible on open folder icons
2556 2008-05-17 [colin] 3.4.0cvs48
2558 * src/prefs_summaries.c
2560 Fix bug 1608, 'Inconsistent behaviour of mark as read
2561 options'. Patch by Pawel
2563 2008-05-16 [colin] 3.4.0cvs47
2566 Fix another possible crash (on fatal errors
2567 at login, like stream error).
2569 2008-05-16 [paul] 3.4.0cvs46
2571 * tools/thunderbird-filters-convertor.pl
2573 fix reading a tb rule that contains something
2574 like that: \"Sender\"
2576 2008-05-16 [paul] 3.4.0cvs45
2579 * tools/csv2addressbook.pl
2580 add support for gmail exported csv address book
2582 2008-05-16 [colin] 3.4.0cvs44
2586 Fix ldap deprecated calls. Patch by
2589 2008-05-16 [paul] 3.4.0cvs43
2591 * manual/de/account.xml
2592 * manual/it/account.xml
2594 * manual/it/addrbook.xml
2595 * manual/it/claws-mail-manual.xml
2597 * manual/it/intro.xml
2598 * manual/it/starting.xml
2599 add pages towards German and Italian manuals.
2600 (just for storage, they are not built yet, due
2601 to being incomplete.) submitted by Speckmade
2602 <Speckmade@gmx.net> and Salvatore De Paolis
2603 <iwkse@claws-mail.org>
2605 2008-05-16 [colin] 3.4.0cvs42
2607 * src/gtk/sslcertwindow.c
2608 Fix SHA1 fingerprint with GnuTLS
2610 2008-05-15 [colin] 3.4.0cvs41
2612 * src/gtk/sslcertwindow.c
2613 Print SHA1 fingerprint too
2615 2008-05-15 [colin] 3.4.0cvs40
2618 Fix certificate port on TLS. It was
2619 previously always 0.
2620 **IMPORTANT INFORMATION**: this will trigger
2621 one wrong "New certificate" warning at the
2622 first connection with this fix, if using STARTTLS
2624 * src/gtk/sslcertwindow.c
2625 Make labels selectable
2627 2008-05-15 [colin] 3.4.0cvs39
2630 Fix double free when STARTTLS fails (for
2631 example due to refusing the certificate)
2633 2008-05-15 [paul] 3.4.0cvs38
2635 * manual/advanced.xml
2638 2008-05-15 [paul] 3.4.0cvs37
2640 * manual/advanced.xml
2642 make outgoing_fallback_to_ascii a hidden pref
2644 2008-05-14 [colin] 3.4.0cvs36
2649 Make it possible to cancel quit when Claws
2650 ask whether to empty trash.
2652 2008-05-14 [colin] 3.4.0cvs35
2655 * src/prefs_common.c
2656 * src/prefs_common.h
2658 Add a preference to be able to specify an
2659 outgoing charset/encoding but still fallback
2660 to 7bit US-ASCII when possible (default TRUE,
2661 same behavior as pre-cvs34)
2663 2008-05-14 [colin] 3.4.0cvs34
2666 Always use the specified encoding and charset if it is
2667 specified, even if the mail is ASCII.
2669 2008-05-13 [paul] 3.4.0cvs33
2672 fix the build warnings the easy way for now
2674 2008-05-13 [colin] 3.4.0cvs32
2676 * src/prefs_themes.c
2677 Count .png files as icons too (fixes part
2678 of bug 1609, 'Icon issues')
2680 2008-05-13 [wwp] 3.4.0cvs31
2682 * src/addressbook_foldersel.c
2683 Fix wrong check (completes 3.4.0.cvs30).
2685 2008-05-12 [wwp] 3.4.0cvs30
2688 * src/addressbook_foldersel.c
2691 * src/prefs_matcher.c
2692 * src/plugins/bogofilter/bogofilter.c
2693 * src/plugins/bogofilter/bogofilter_gtk.c
2694 * src/plugins/dillo_viewer/dillo_prefs.c
2695 * src/plugins/spamassassin/spamassassin.c
2696 * src/plugins/spamassassin/spamassassin_gtk.c
2697 Fix for bug 1604 "found_in_addressbook in Any in non English local",
2698 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
2699 translated string "Any" in plugins (whitelisting) and
2702 2008-05-07 [colin] 3.4.0cvs29
2705 Fix --enable-maemo (assume --enable-generic-umpc)
2707 2008-05-07 [colin] 3.4.0cvs28
2718 * src/prefs_account.c
2719 * src/prefs_common.c
2720 * src/prefs_display_header.c
2721 * src/prefs_filtering.c
2722 * src/prefs_summaries.c
2723 * src/prefs_template.c
2724 * src/prefs_toolbar.c
2725 * src/stock_pixmap.c
2731 * src/gtk/gtksctree.c
2733 * src/gtk/prefswindow.c
2734 * src/gtk/sslcertwindow.c
2735 Separate generic UMPC code (layouts, ...) from
2736 MAEMO code (Hildon, ...)
2738 2008-05-06 [paul] 3.4.0cvs27
2740 * tools/claws.i18n.status.pl
2743 2008-05-06 [colin] 3.4.0cvs26
2745 * src/common/utils.c
2746 Maybe fix crash on FreeBSD
2748 2008-05-05 [colin] 3.4.0cvs25
2751 Fix bug 1602, 'Crash when sending return receipt for
2752 messages with no subject'
2754 2008-05-05 [colin] 3.4.0cvs24
2757 Don't overwrite temporary files with same
2758 name when drag and dropping. Fixes bug 1599,
2759 'attach multiple files with the same name from
2760 one mail to another'
2762 2008-05-04 [paul] 3.4.0cvs23
2765 * src/prefs_common.c
2766 fix bug 1587 'can not replay with quote'
2768 2008-05-03 [colin] 3.4.0cvs22
2771 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
2773 2008-05-03 [colin] 3.4.0cvs21
2776 Fix bug 1597, 'In news folders, "Move Message to Wastebin"
2777 icon isn't grayed although ineffective'
2779 2008-05-02 [wwp] 3.4.0cvs20
2784 * src/prefs_folder_item.c
2785 Add missing notice in folder properties (templates) when
2786 folder is a root node.
2788 2008-04-30 [colin] 3.4.0cvs19
2790 * src/prefs_toolbar.c
2791 Add Trash and Delete icons to the icon chooser
2793 2008-04-30 [colin] 3.4.0cvs18
2796 Remove "Delete entire line" which was a noop
2797 and should be the same as "Delete line" :)
2799 2008-04-30 [colin] 3.4.0cvs17
2802 Fix 'Delete line' and 'Delete to end of line'
2803 on the last line. Patch by <seelenhirt@gmx.net>
2805 2008-04-28 [colin] 3.4.0cvs16
2808 Fix bug 1589, 'tagsdb file not removed when
2810 * src/common/utils.c
2811 Make sure claws_unlink accepts NULL arg.
2813 2008-04-25 [colin] 3.4.0cvs15
2816 Fix/simplify previous commit
2818 2008-04-25 [colin] 3.4.0cvs14
2821 * src/common/ssl_certificate.c
2822 Patch by Marcus: Fix Win32 build
2824 Fix build with GnuTLS/no pthread, thanks
2827 2008-04-25 [colin] 3.4.0cvs13
2830 Fix bug 1586, '3-pane vertical layout now and then
2831 still shows sender column'
2833 2008-04-25 [colin] 3.4.0cvs12
2837 * src/w32-resource.rc
2838 Patch from Marcus Brinkmann to set an icon on w32.
2840 2008-04-24 [colin] 3.4.0cvs11
2847 Fix bug 1581, 'Bad File Format during Import LDIF':
2848 Use dynamically allocated buffers; also, allow
2849 importing contacts with no email address
2851 2008-04-24 [colin] 3.4.0cvs10
2853 * src/prefs_common.c
2854 Increment the timeout a bit on OpenBSD, 75 isn't enough
2856 2008-04-23 [colin] 3.4.0cvs9
2859 * src/prefs_folder_item.c
2860 * src/prefs_template.c
2862 Fix bug 1576: Fix unescaping of templates when testing them
2863 I think it breaks nothing. (wwp, you're welcome to double-check)
2865 2008-04-23 [paul] 3.4.0cvs8
2867 * manual/advanced.xml
2868 add info about the "two_line_vertical" hidden
2871 2008-04-22 [paul] 3.4.0cvs7
2873 * src/prefs_common.c
2874 * src/prefs_common.h
2876 make the 2-line view in summaryview when in three
2877 columns mode configurable. hidden pref: "two_line_vertical"
2879 2008-04-22 [colin] 3.4.0cvs6
2882 Fix missing inc_unlock()
2883 * src/prefs_matcher.c
2884 * src/send_message.c
2887 2008-04-22 [colin] 3.4.0cvs5
2889 * src/etpan/imap-thread.c
2890 Use g_(un)setenv instead of (un)setenv which
2891 doesn't exist on IRIX 6.5
2893 2008-04-22 [colin] 3.4.0cvs4
2896 * src/prefs_common.c
2897 * src/send_message.c
2898 Fix bug 1566, 'too short I/O timeout on OpenBSD'
2899 Set the default timeout to 75 seconds
2901 2008-04-20 [colin] 3.4.0cvs3
2903 * src/pixmaps/tray_newmail.offline.xpm
2904 * src/pixmaps/tray_newmail.xpm
2905 * src/pixmaps/tray_newmarkedmail.offline.xpm
2906 * src/pixmaps/tray_newmarkedmail.xpm
2907 * src/pixmaps/tray_nomail.offline.xpm
2908 * src/pixmaps/tray_nomail.xpm
2909 * src/pixmaps/tray_unreadmail.offline.xpm
2910 * src/pixmaps/tray_unreadmail.xpm
2911 * src/pixmaps/tray_unreadmarkedmail.offline.xpm
2912 * src/pixmaps/tray_unreadmarkedmail.xpm
2913 Make the tray icons a bit nicer. Would be
2914 nice to get really nice icons from someone
2915 who's good at Gimp :)
2917 2008-04-18 [colin] 3.4.0cvs2
2922 lease complete the changelog entry below
2923 2008-04-18 [colin] 3.4.0cvs1
2925 * src/addrduplicates.c
2931 * src/image_viewer.c
2940 * src/partial_download.c
2942 * src/prefs_common.c
2943 * src/prefs_common.h
2945 * src/prefs_themes.c
2951 * src/common/prefs.c
2952 * src/common/ssl_certificate.c
2953 * src/common/template.c
2954 * src/common/utils.c
2955 * src/common/utils.h
2956 * src/etpan/imap-thread.c
2957 * src/plugins/dillo_viewer/dillo_viewer.c
2958 * src/plugins/pgpcore/sgpgme.c
2959 * src/plugins/pgpinline/pgpinline.c
2960 Add an option to shred temporary files and messages
2961 instead of just removing them. Slows deletions down!
2963 2008-04-18 [paul] 3.4.0
2971 2008-04-18 [paul] 3.3.1cvs61
2977 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
2978 and Frederico Goncalves Guimaraes
2980 updated on the last minute by a lazy Ricardo Mones
2982 2008-04-18 [colin] 3.3.1cvs60
2985 Update translation (Fabien Vantard)
2987 2008-04-17 [colin] 3.3.1cvs59
2990 Fix debian bug 474712, 'claws seg faults when IMAP
2991 connection breaks after an IMAP protocol error
2992 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
2996 2008-04-17 [colin] 3.3.1cvs58
2999 Fix log size getting out of control (claws-mail
3000 getting SIGXFSZ): rotate if every 10MB
3002 2008-04-10 [paul] 3.3.1cvs57
3005 improvements to english usage
3007 2008-04-10 [paul] 3.3.1cvs56
3009 * src/prefs_receive.c
3010 add an accurate description
3012 2008-04-08 [colin] 3.3.1cvs55
3015 Probably fix corruption, introduced in cvs53
3017 2008-04-04 [iwkse] 3.3.1cvs54
3020 undo should works properly again
3022 2008-04-04 [iwkse] 3.3.1cvs53
3025 Fix a segfault but breaks undo
3026 on a specific case (eg. double paste with
3027 middle-mouse button)
3029 2008-04-04 [iwkse] 3.3.1cvs52
3031 * src/prefs_filtering.c
3032 Fix previous Tab mess
3034 2008-04-03 [iwkse] 3.3.1cvs51
3036 * src/prefs_filtering.c
3037 Add search in filtering rules list
3039 2008-04-02 [colin] 3.3.1cvs50
3042 Revert part of the previous patch: we do
3043 want to parse ~/.claws-mail/gtkrc-2.0 if it
3046 2008-04-02 [colin] 3.3.1cvs49
3049 Fix bug 1562, 'Claws-Mail does not completely
3050 respect settings in GTK2_RC_FILES environment'
3051 Remove manual parsing of .gtkrc-2.0 and
3052 .gtk/gtkrc-2.0. GTK does it itself these days.
3054 2008-04-01 [colin] 3.3.1cvs48
3057 Fix bug 1561, 'Crashes leaving unsubscribed folder after
3058 ticking "Show only subscribed"'
3060 2008-03-31 [colin] 3.3.1cvs47
3063 Fix bug 1553, 'File lock not respected'
3064 Regression due to the implementation of
3067 2008-03-31 [colin] 3.3.1cvs46
3070 Fix tags menu update, thanks to Paul
3072 2008-03-29 [wwp] 3.3.1cvs45
3074 * src/prefs_account.c
3075 * src/prefs_common.c
3076 * src/prefs_folder_item.c
3080 Fix compose template formats (in global preferences)
3081 being translated under specific conditions.
3082 Add a button to restore factory defaults for current
3085 2008-03-27 [colin] 3.3.1cvs44
3087 * src/common/prefs.c
3088 * src/common/xmlprops.c
3089 Fix RedHat bug 431735, 'segfault if /home is full'
3090 (when starting): Fix double fclose() in prefs.c
3091 and potentially xmlprops.c
3093 2008-03-27 [colin] 3.3.1cvs43
3096 Fix bug 1559, 'Claws Mail crashed deleting all
3099 2008-03-27 [wwp] 3.3.1cvs42
3104 2008-03-27 [wwp] 3.3.1cvs41
3107 Prevent list flickering when deleting addresses.
3109 2008-03-26 [colin] 3.3.1cvs40
3112 Clean up session disconnection. Possibly
3113 fix Ubuntu bug #204290
3115 2008-03-26 [colin] 3.3.1cvs39
3118 Fix bug 1555: current folder wasn't used when
3119 right-clicking on an email address
3121 2008-03-25 [colin] 3.3.1cvs38
3123 * src/plugins/bogofilter/bogofilter.c
3124 * src/plugins/bogofilter/bogofilter.h
3125 * src/plugins/bogofilter/bogofilter_gtk.c
3126 Add a "learn from whitelist" preference
3127 Whitelist Unsure mails too.
3129 2008-03-24 [paul] 3.3.1cvs37
3131 * src/prefs_account.c
3132 If no MH mailbox and no account exists, when
3133 creating a POP/Local account, just create and
3134 use the default one instead of bailing with a
3135 "Mailbox doesn't exist" error
3137 2008-03-21 [colin] 3.3.1cvs36
3140 strstrip mime subtype
3142 2008-03-21 [paul] 3.3.1cvs35
3144 * manual/advanced.xml
3145 correct and update the info about Actions
3147 2008-03-20 [colin] 3.3.1cvs34
3152 Show at max 1MB of text, add a noticeview to
3153 show everything optionally.
3155 2008-03-20 [colin] 3.3.1cvs33
3157 * src/stock_pixmap.c
3158 Add support for png themes
3160 2008-03-19 [wwp] 3.3.1cvs32
3165 2008-03-18 [colin] 3.3.1cvs31
3167 * src/common/utils.c
3168 * src/common/utils.h
3169 Handle size_t instead of off_t in to_human_readable
3171 2008-03-18 [colin] 3.3.1cvs30
3176 2008-03-16 [colin] 3.3.1cvs29
3179 Fix build on GTK < 2.12
3181 2008-03-16 [colin] 3.3.1cvs28
3184 Refresh non-list widget when switching
3187 2008-03-16 [colin] 3.3.1cvs27
3190 Revert cvs25: This wasn't a typo :) :
3191 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
3194 2008-03-16 [colin] 3.3.1cvs26
3197 * src/gtk/gtksctree.c
3198 * src/gtk/gtksctree.h
3199 Implement 2-lines items in Summaryview when in
3202 2008-03-16 [paul] 3.3.1cvs25
3207 2008-03-14 [colin] 3.3.1cvs24
3209 * src/prefs_filtering_action.c
3210 Fix buglet on setting recipient when
3211 reediting forward rules.
3213 2008-03-12 [colin] 3.3.1cvs23
3216 Fix a new unused variable warning
3217 * src/plugins/trayicon/trayicon.c
3218 Fix folderview's scrollbar at startup
3221 2008-03-12 [colin] 3.3.1cvs22
3225 Use item_opened at the beginning of showing
3226 a folder instead of the end. Fixes flicker.
3228 2008-03-12 [paul] 3.3.1cvs21
3235 * src/plugins/trayicon/trayicon.c
3236 add tooltip with extended folder stats
3238 2008-03-10 [colin] 3.3.1cvs20
3243 2008-03-07 [colin] 3.3.1cvs19
3246 Fix blinking of the taskbar entry
3248 2008-03-07 [colin] 3.3.1cvs18
3251 MAEMO: Fix bug 1494, 'Trayicon
3252 plugin breaks UI...'
3254 2008-03-07 [paul] 3.3.1cvs17
3257 reflect reality a bit more closely
3259 2008-03-06 [colin] 3.3.1cvs16
3266 Integrate things better wrt the new
3267 summaryview extensibility.
3269 2008-03-06 [wwp] 3.3.1cvs15
3272 Fix some gcc warnings.
3274 2008-03-06 [wwp] 3.3.1cvs14
3276 * src/prefs_account.c
3277 * src/prefs_folder_item.c
3279 * src/prefs_template.c
3280 * src/gtk/prefswindow.c
3281 * src/gtk/prefswindow.h
3282 prefs_templates: fix missing unregistering of addr_completion widgets
3283 and and ending of addr_completion service.
3284 prefs_folder_item: fix missing registering/unregistering of widgets,
3285 and rework the way add_completion service is started and stopped.
3286 Plus few prefswindow API changes (opening).
3288 2008-03-06 [wwp] 3.3.1cvs13
3290 * src/folder_item_prefs.c
3291 * src/prefs_template.c
3292 * src/prefs_template.h
3294 * src/common/template.c
3295 Complete 3.3.1cvs12, thanks to Colin.
3297 2008-03-06 [wwp] 3.3.1cvs12
3300 * src/folder_item_prefs.c
3301 * src/folder_item_prefs.h
3302 * src/prefs_account.c
3303 * src/prefs_folder_item.c
3305 * src/prefs_template.c
3308 * src/common/template.c
3309 * src/common/template.h
3310 Global and per-folder templates can now override the from name (this
3311 doesn't change the account being used).
3313 "My other name" <%account_email> (just changes the name)
3314 my.faked.email@address.org (overrides the address too)
3316 2008-03-05 [colin] 3.3.1cvs11
3320 Replace that hbox with a notebook
3322 2008-03-05 [colin] 3.3.1cvs10
3326 Add klass functions for notification of folder
3327 opening/closing via the GUI
3330 Add a specific container for the scrolledwin
3332 2008-03-05 [colin] 3.3.1cvs9
3336 Add klass functions for notification of folder
3337 opening/closing via the GUI
3340 Add a specific container for the scrolledwin
3342 2008-03-02 [colin] 3.3.1cvs8
3345 MAEMO: Fix bug 1541, 'Deleting message from within
3346 read window displays next message then closes.'
3348 2008-03-02 [colin] 3.3.1cvs7
3351 Probably fix bug 1539, 'Program crashes':
3352 Setup Gcrypt's thread functions when built
3355 2008-03-01 [colin] 3.3.1cvs6
3359 Get rid of stale folders with no account
3361 2008-02-28 [colin] 3.3.1cvs5
3364 Fix bug 1534, 'Segmentation fault when doing
3365 some draft saving and then throwing away'
3367 Fix bug 1533, 'Claws is unable to mark messages
3368 as "read" in IMAP shared folders'
3369 * src/etpan/imap-thread.c
3370 Fix bug 1515, 'large messages crash claws when
3371 syncing for offline mode'. This is rather a
3372 workaround, and mails > 64MB will still be
3373 problematic if there's less than 64MB available
3374 on the dataroot volume.
3376 MAEMO: Add information when fetching big messages
3378 2008-02-26 [colin] 3.3.1cvs4
3381 fix bug 1532, '"login refused" message insufficiently
3384 2008-02-26 [paul] 3.3.1cvs3
3388 remove mentions of ClamAV and a few other
3389 old bits of information
3391 2008-02-23 [colin] 3.3.1cvs2
3394 Fix log output (missing \n)
3396 2008-02-23 [colin] 3.3.1cvs1
3399 Bump version number for stable release
3401 2008-02-23 [paul] 3.3.0cvs21
3406 2008-02-21 [colin] 3.3.0cvs20
3409 Fix bug 1527, 'filtering is case sensitive when it
3412 2008-02-20 [colin] 3.3.0cvs19
3415 Fix file attachments from older Thunar
3417 2008-02-19 [colin] 3.3.0cvs18
3419 * manual/plugins.xml
3420 * manual/es/plugins.xml
3421 * manual/fr/plugins.xml
3422 * manual/pl/plugins.xml
3425 2008-02-19 [paul] 3.3.0cvs17
3428 * tools/csv2addressbook.pl
3429 add support for Kmail/Kaddressbook
3431 2008-02-18 [colin] 3.3.0cvs16
3434 Unset folder's session before creating a
3437 * src/prefs_common.c
3438 * src/prefs_common.h
3439 * manual/advanced.xml
3440 Add an hidden use_networkmanager pref, to
3441 disable NetworkManager handling. Also,
3442 consider UNKNOWN state to be CONNECTED.
3444 2008-02-18 [wwp] 3.3.0cvs15
3447 Fix Engrish and make 'not' more visible in filtering debug logs.
3449 2008-02-15 [colin] 3.3.0cvs14
3452 Revert cvs10 for now, it breaks the feature
3454 2008-02-15 [colin] 3.3.0cvs13
3457 Always focus folder tree at startup
3459 Fix bug 1521, 'Cannot close compose window after
3460 replying to a non-existent news message'
3462 2008-02-13 [colin] 3.3.0cvs12
3465 Fix important warnings
3467 2008-02-12 [colin] 3.3.0cvs11
3470 * src/etpan/imap-thread.c
3471 * src/etpan/imap-thread.h
3472 Fix handling of $Forwarded flag on Exchange:
3473 check for the existence or creatability of a
3474 flag before using it.
3476 2008-02-12 [colin] 3.3.0cvs10
3479 Optimise matching on Found in addressbook if
3480 the matched header is in cache (From, etc)
3482 2008-02-12 [colin] 3.3.0cvs9
3485 Fix crashy stuff when changing displayed
3488 2008-02-12 [wwp] 3.3.0cvs8
3491 Remove duplicate func declaration and restore the one
3494 2008-02-12 [wwp] 3.3.0cvs7
3507 * src/prefs_account.c
3508 * src/prefs_filtering_action.c
3510 * src/plugins/bogofilter/bogofilter_gtk.c
3511 * src/plugins/spamassassin/spamassassin_gtk.c
3512 Allow moving/copying folders to root folders when using
3513 the folder selection dialog (it was not possible to
3514 maemo users to reparent a subfolder to a root folder
3517 2008-02-12 [fabien] 3.3.0cvs6
3520 a few days late for i18n fr update. Sorry.
3522 2008-02-11 [colin] 3.3.0cvs5
3525 Implement support for future /dev/mem_notify.
3526 This Linux kernel feature will allow applications
3527 to be notified that memory has to be freed
3528 before getting OOM-killed. For more information:
3529 http://lwn.net/Articles/267013/
3531 2008-02-10 [paul] 3.3.0cvs4
3535 * src/prefs_toolbar.c
3536 * src/stock_pixmap.c
3537 * src/stock_pixmap.h
3538 * src/pixmaps/mime_text_patch.xpm
3539 add an icon for attached patches
3541 2008-02-09 [paul] 3.3.0cvs3
3546 2008-02-09 [wwp] 3.3.0cvs2
3549 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
3551 2008-02-08 [colin] 3.3.0cvs1
3553 * src/common/utils.c
3554 Forbid attaching anything containing "../" or ".ssh/"
3557 2008-02-08 [paul] 3.3.0
3564 2008-02-08 [paul] 3.2.0cvs77
3567 updated with new translators
3569 added he to ALL_LINGUAS
3578 updated by Tim Brain and Petr Vanek, Stephan Sachse,
3579 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
3580 Andrea Spadaccini, Frederico Goncalves Guimaraes,
3583 new Hebrew translation by Ofer <oc666@netvision.net.il>
3585 updated with new translators and bumped (c) year
3587 updated with new translators
3589 2008-02-05 [colin] 3.2.0cvs76
3594 Special case text/calendar parts: if there's one in
3595 the mail, and a plugin handling text/calendar is
3596 loaded, show that part. That'll avoid rendering
3597 meetings as plain text, which just looks broken to
3600 2008-02-04 [colin] 3.2.0cvs75
3603 Maemo: Fix LED handling on OS 2008
3605 2008-02-01 [colin] 3.2.0cvs74
3608 Possibly fix the annoying and hard-to reproduce bug
3615 2008-02-01 [paul] 3.2.0cvs73
3617 * src/common/utils.c
3618 fix bug 1502, 'Plus signs are stripped from
3619 email addresses when calling from command line'
3622 2008-01-31 [colin] 3.2.0cvs72
3627 Fix building of URIs from filenames
3629 2008-01-31 [wwp] 3.2.0cvs71
3632 Fixes debug output of compiled-in features list
3633 (completes 3.2.0cvs60).
3635 2008-01-31 [colin] 3.2.0cvs70
3640 * src/plugins/Makefile.am
3641 * src/plugins/clamav/.cvsignore
3642 * src/plugins/clamav/Makefile.am
3643 * src/plugins/clamav/README
3644 * src/plugins/clamav/clamav_plugin.c
3645 * src/plugins/clamav/clamav_plugin.h
3646 * src/plugins/clamav/clamav_plugin_gtk.c
3647 * src/plugins/clamav/clamav_plugin_gtk.deps
3648 Remove the Clamav plugin from the core
3650 2008-01-28 [wwp] 3.2.0cvs69
3653 * src/prefs_template.c
3654 * src/prefs_template.h
3657 * src/quote_fmt_lex.l
3658 * src/quote_fmt_parse.y
3659 Fix for bug #1493: count lines (\n chars) according to the way
3660 format body is passed (i.e. \-escaped or not).
3662 2008-01-27 [paul] 3.2.0cvs68
3666 * src/prefs_actions.c
3667 * src/prefs_filtering.c
3668 * src/prefs_folder_item.c
3669 * src/prefs_template.c
3671 some minor changes to the English
3673 2008-01-24 [colin] 3.2.0cvs67
3675 * src/etpan/imap-thread.c
3676 * src/etpan/nntp-thread.c
3677 Fix bug 1348, 'Hang ups at exit time with
3678 pgp plugin since 3.0.2'
3680 2008-01-23 [colin] 3.2.0cvs66
3683 Fix translation of something that shouldn't be
3685 2008-01-23 [colin] 3.2.0cvs65
3688 Fix bug 1486, 'Re: Incorrect content when replying'
3689 Revert to full scan if short scan found only 0-length
3692 2008-01-23 [paul] 3.2.0cvs64
3694 * src/prefs_folder_item.c
3695 fix bug 1485, 'selecting a folder's default
3696 account if name contains '&''
3698 2008-01-23 [colin] 3.2.0cvs63
3704 Fix bug 1480, 'should be able to display mail file
3705 from command line'. Let 'claws-mail --select' accept
3706 absolute paths in addition to folder identifiers.
3708 2008-01-22 [wwp] 3.2.0cvs62
3715 * src/common/utils.c
3716 * src/common/utils.h
3717 Allow from=address in mailto sequence:
3718 --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
3719 The 'from' will try to select the first account matching in accounts list,
3720 otherwise will use the usual account selection mechanism but override with
3721 this 'from' address.
3722 Allow mailto with NNTP accounts
3723 mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
3724 is the default one or if a NNTP account address is used with 'from'.
3725 This is more or less a bugfix as it was possible to use mailto with a NNTP
3726 default account but the complete mailto sequence was put in To.
3728 2008-01-22 [wwp] 3.2.0cvs61
3730 * doc/man/claws-mail.1
3731 Updated the man page: status of few features, command-line
3732 usage (--version-full) and completed list of config files
3735 2008-01-22 [wwp] 3.2.0cvs60
3738 Added --version-full to display version and compiled-in
3739 features list (for later use by Clawsker for instance).
3741 2008-01-22 [holger] 3.2.0cvs59
3743 * src/addrduplicates.c
3744 Fix scrolling in addressbook duplicate
3745 finder result dialog
3747 2008-01-21 [colin] 3.2.0cvs58
3750 Fix bug 1457, 'sorting messages on, say, from,
3751 should subsort on previous sort choice'. Subsort
3752 by date when sort is Subject, From, To, Tags.
3754 2008-01-21 [colin] 3.2.0cvs57
3761 Fix bug 1478, 'Wrong pthread_create calls all
3762 over the place'. Patch by Christian Cornelssen
3764 2008-01-20 [colin] 3.2.0cvs56
3767 * src/etpan/imap-thread.c
3768 * src/etpan/imap-thread.h
3769 Fix bug 1468, 'Use IMAP keyword to
3770 store "forwarded" flag'
3772 2008-01-20 [colin] 3.2.0cvs55
3775 Make list operations faster
3777 2008-01-20 [colin] 3.2.0cvs54
3780 Fix bug 1353, 'on startup with small screen
3781 layout, keyboard input gets lost'
3783 2008-01-20 [colin] 3.2.0cvs53
3786 Complete 3.2.0cvs49, and fixes bug 1477,
3787 'Claws Mail crashes when view PGP-encrypted
3790 2008-01-20 [colin] 3.2.0cvs52
3793 Fix privacy menu update when replying to
3794 encrypted mail and no default privacy
3797 2008-01-19 [colin] 3.2.0cvs51
3801 * src/plugins/bogofilter/bogofilter.c
3802 * src/plugins/clamav/clamav_plugin.c
3803 * src/plugins/spamassassin/spamassassin.c
3804 Batch filtering deletions too (and save 4 bytes
3805 per MsgInfo in the process :)
3807 2008-01-19 [colin] 3.2.0cvs50
3810 Make cache update after copies much faster
3813 2008-01-19 [colin] 3.2.0cvs49
3816 Check g_fopen() success
3818 2008-01-17 [wwp] 3.2.0cvs48
3824 Sylpheed? No idea what this means.
3826 2008-01-17 [colin] 3.2.0cvs47
3828 * src/gtk/gtksctree.c
3829 Make dnd threshold higher on Maemo
3831 2008-01-16 [colin] 3.2.0cvs46
3833 * src/common/passcrypt.c
3834 Fix build on FreeBSD, thanks to Pawel
3836 2008-01-15 [colin] 3.2.0cvs45
3839 Fix bug 1472, 'Keyboard "Menu" key doesn't call
3840 spell check of actuall word'
3842 Temporarily disable immediate execution when learning
3843 spam *only* if the summaryview isn't locked
3845 2008-01-15 [wwp] 3.2.0cvs44
3847 * src/prefs_filtering.c
3848 Fix filtering prefs layout (Maemo port), moving page up/down
3849 from buttons to context menu.
3851 2008-01-15 [colin] 3.2.0cvs43
3854 Fix bug 1465, 'First line in new message does not mark URLs'
3856 2008-01-15 [colin] 3.2.0cvs42