1 2007-01-16 [colin] 2.7.1cvs10
4 Fix annoying vscrollbar going back to top
5 on Check for new folders
7 2007-01-16 [colin] 2.7.1cvs9
12 2007-01-16 [colin] 2.7.1cvs8
15 Bigger buffer for errors
22 * src/etpan/imap-thread.c
23 * src/etpan/imap-thread.h
25 Add subscriptions management. What it changes:
26 Creating a folder subscribes to it
27 Deleting a folder unsubscribes it
28 New contextual menu item allowing to switch between
29 All folders and Subscribed folders, subscribe, and
30 unsubscribe. "Creating" an existing but unsubscribed
31 folder will subscribe it.
32 By default for new accounts, only subscribed folders
36 2007-01-16 [paul] 2.7.1cvs7
39 Allow folder classes to specify only sort_key or
40 sort_type instead of both or none.
42 2007-01-16 [paul] 2.7.1cvs6
49 Save and use errno for procmime_get_part
51 2007-01-16 [colin] 2.7.1cvs5
54 Never remove INBOX when scanning for
55 new folders. It's a special folder
58 2007-01-15 [colin] 2.7.1cvs4
61 Fix 'Check for new folders' when IMAP subdirectory
63 * src/etpan/imap-thread.c
66 2007-01-15 [colin] 2.7.1cvs3
68 * src/etpan/imap-thread.c
69 Fix invalid free on command-connection
72 2007-01-15 [wwp] 2.7.1cvs2
74 * src/matcher_parser_lex.l
76 * src/matcher_parser_parse.y
77 fix copyright header in lexers and parsers.
79 2007-01-15 [paul] 2.7.1cvs1
85 bump up version number following
88 2007-01-15 [paul] 2.7.0cvs31
92 add Fabien to the Team list
93 add the recent contributors
94 make a few corrections
96 2007-01-15 [paul] 2.7.0cvs30
100 * src/plugins/pgpcore/prefs_gpg.c
101 * src/plugins/pgpcore/prefs_gpg.h
105 2007-01-14 [colin] 2.7.0cvs29
108 Use the 'gtk+' backend. Avoids gnome-vfs use,
109 two benefits: faster to open, will fix strange
110 dbus-related crash. Thanks to Pascal Terjan.
112 2007-01-14 [colin] 2.7.0cvs28
114 * src/etpan/imap-thread.c
115 Delete the old imap just after allocating
116 the new one. Makes sure we don't get the
117 same pointer by sheer luck, which feels
118 strange in the debug log.
120 2007-01-14 [colin] 2.7.0cvs27
122 * src/gtk/inputdialog.c
123 Make sure we don't print passwords in
124 clear text when in debug mode
126 2007-01-14 [colin] 2.7.0cvs26
128 * src/gtk/gtksctree.c
129 Fix bug 1098, 'bogus last row display
130 after expanding a thread'. Patch by
131 Jindrich Makovicka <makovick@gmail.com>
133 2007-01-14 [colin] 2.7.0cvs25
135 * src/etpan/imap-thread.c
136 Close socket manually before
137 freeing the imap struct
139 2007-01-14 [colin] 2.7.0cvs24
141 * src/etpan/imap-thread.c
142 Maybe fix new reconnection issues
144 2007-01-13 [colin] 2.7.0cvs23
147 Freeze/thaw on thread selection
149 2007-01-13 [paul] 2.7.0cvs22
154 add 'Edit/Delete thread'
156 2007-01-13 [colin] 2.7.0cvs21
158 * src/prefs_account.c
159 * src/prefs_compose_writing.c
160 * src/prefs_message.c
161 * src/prefs_msg_colors.c
163 * src/prefs_receive.c
164 * src/prefs_spelling.c
165 * src/prefs_summaries.c
169 * src/plugins/pgpcore/prefs_gpg.c
170 * src/plugins/spamassassin/spamassassin_gtk.c
171 Factorize gtk frame creation
174 2007-01-13 [colin] 2.7.0cvs20
176 * src/message_search.c
177 * src/summary_search.c
178 Fix Enter in search windows
180 Fix body search starting at the
181 end of the mail (and asking for loop)
183 2007-01-13 [colin] 2.7.0cvs19
185 * src/etpan/imap-thread.c
186 Make sure we don't free the same imap
189 2007-01-13 [colin] 2.7.0cvs18
192 Allow multiple commitHelpers to
195 2007-01-12 [colin] 2.7.0cvs17
197 * src/etpan/imap-thread.c
198 Make sure we get rid of the previous mailimap
199 when connecting - just in case disconnect was
202 2007-01-12 [paul] 2.7.0cvs16
205 Strip S/MIME signatures when re-editing
206 S/MIME signed messages.
208 2007-01-12 [paul] 2.7.0cvs15
215 no need to define CLAWS anymore, remove
218 2007-01-12 [paul] 2.7.0cvs14
221 check if the mail's signed as
222 it can change the mail structure
225 2007-01-12 [paul] 2.7.0cvs13
228 fix Forwarding msgs with attachments
229 that have dos line endings
232 2007-01-12 [wwp] 2.7.0cvs12
235 Revert accidentally committed extra version tag.
237 2007-01-12 [wwp] 2.7.0cvs11
239 * src/prefs_account.c
240 Fix compilation w/o aspell (completes 2.7.0cvs7).
242 2007-01-11 [colin] 2.7.0cvs10
245 move g_warning to debug_print
246 it scares people for no reason
248 2007-01-11 [colin] 2.7.0cvs9
251 Fix files to translate. Patch by
254 2007-01-11 [paul] 2.7.0cvs8
257 Fix recursion when server lists the
258 current subfolder in the response
260 Fix updating of icon_list/ctree
261 * src/plugins/pgpcore/select-keys.c
262 Fix a few annoyances when choosing
263 keys for the CMS (S/MIME) protocol
265 2007-01-11 [wwp] 2.7.0cvs7
268 * src/prefs_account.c
269 * src/prefs_account.h
270 Add per-account spellcheck default dictionaries settings.
272 2007-01-10 [colin] 2.7.0cvs6
274 * src/prefs_folder_item.c
275 Factorize strings - patch by Fabien
277 2007-01-10 [colin] 2.7.0cvs5
280 Fix bug 1095, 'Crash while changing folder
281 columns during incorporation'
283 2007-01-09 [colin] 2.7.0cvs4
285 * src/gtk/pluginwindow.c
286 Set the plugin window transient. Seems
287 like some window managers hide it in
288 the background after "load plugin"...
290 2007-01-09 [colin] 2.7.0cvs3
293 Use the same type for alloc and free
295 2007-01-08 [paul] 2.7.0cvs2
298 updated by Tim Dijkstra
300 2007-01-08 [paul] 2.7.0cvs1
306 2007-01-08 [paul] 2.7.0
313 2007-01-08 [paul] 2.6.1cvs119
315 * doc/man/claws-mail.1
318 2007-01-08 [paul] 2.6.1cvs118
320 * doc/man/claws-mail.1
322 * manual/advanced.xml
323 improved English usage
325 2007-01-08 [paul] 2.6.1cvs117
336 updated by Miquel Oliete, Stephan Sachse, me,
337 Tommi Pirinen, Andrea Spadaccini, Frederico
338 Goncalves Guimaraes, Andrej Kacian, Aleksandar
339 Urosevic, and Ralgh Young
341 2007-01-07 [mones] 2.6.1cvs116
343 * manual/es/advanced.xml
345 Synced manual (unhide mark_as_read_delay)
346 and updated translation for release
348 2007-01-07 [paul] 2.6.1cvs115
350 * src/prefs_matcher.c
351 make the hbox content fit better under
354 2007-01-07 [colin] 2.6.1cvs114
357 Fix bug 1088, 'Ctrl-h produces repeatable
360 2007-01-06 [colin] 2.6.1cvs113
362 * src/etpan/imap-thread.c
363 Add casts to int to get certs. Fixes
364 bug 1064, 'crash @ etpan_certificate_check()
365 when opening an IMAP folder', with latest
366 libetpan CVS or >= 0.49
371 * src/prefs_folder_item.c
372 Grey out the "synchronise" menu items if
373 there's nothing to synchronise.
374 * src/plugins/pgpcore/sgpgme.c
375 Make an error clearer than "Unknown error"
377 2007-01-06 [colin] 2.6.1cvs112
380 Don't try to show a message if updating
381 Maybe fixes bug 1088, 'ctrl-h produces
384 2007-01-06 [colin] 2.6.1cvs111
387 Disable Control-Space (handle it as Space).
389 2007-01-05 [paul] 2.6.1cvs110
392 Fix bug 934, 'sylpheed claws 2.1
393 doesn't show Exchanges Public Folders'
394 Thanks to Hoa and Colin
396 Refuse to allocate more than 2 MB for a
397 single field, it's a good indication of
400 2007-01-05 [colin] 2.6.1cvs109
403 Allow --select'ing emails by Message-ID too
405 2007-01-05 [colin] 2.6.1cvs108
407 * src/common/quoted-printable.c
410 2007-01-05 [colin] 2.6.1cvs107
412 * src/common/quoted-printable.c
413 Fix previous commit about bug 1089
416 2007-01-05 [colin] 2.6.1cvs106
418 * src/common/quoted-printable.c
419 Fix my previous commit on bug 1089
422 2007-01-04 [colin] 2.6.1cvs105
424 * src/common/quoted-printable.c
425 Fix bug 1089, 'NUL characters in Subject
426 line are misinterpreted'. Not a pain to
433 2007-01-04 [wwp] 2.6.1cvs104
436 Force operator precedence (fix a compiler warning).
438 2007-01-04 [colin] 2.6.1cvs103
441 Be cautious there too (same fix as the one
442 in textview from cvs33)
444 Don't use any MimeViewer plugin when showing
447 2007-01-03 [wwp] 2.6.1cvs102
451 fixed "cent" sign (use the existing ASCII one),
452 decode more HTML entities,
453 converted table ASCII entries to UTF-8,
454 moved a switch() into a hashtable.
456 2007-01-03 [paul] 2.6.1cvs101
462 When possible, use move_msg instead of
463 copy_msg + remove_msg to move sent mail
466 2007-01-03 [paul] 2.6.1cvs100
469 add more html entity recognition:
470 pounds, euros, and cents
472 2007-01-03 [colin] 2.6.1cvs99
475 Don't display an error on NOSELECT
476 folders when synchronising
478 2007-01-03 [paul] 2.6.1cvs98
480 * tools/maildir2claws-mail.pl
481 only substitute 'sent-mail' if it's
482 the full directory name
484 2007-01-03 [paul] 2.6.1cvs97
489 archive a chunk of ChangeLog in
492 * doc/src/ChangeLog.claws-pre0.8.0
493 remove ChangeLog.claws-pre0.8.0, adding
494 its contents to ChangeLog.gtk1
496 2007-01-03 [paul] 2.6.1cvs96
517 * src/addressbook_foldersel.c
518 * src/addressbook_foldersel.h
541 * src/displayheader.c
542 * src/displayheader.h
553 * src/editldap_basedn.c
554 * src/editldap_basedn.h
571 * src/folder_item_prefs.c
572 * src/folder_item_prefs.h
579 * src/grouplistdialog.c
580 * src/grouplistdialog.h
621 * src/message_search.c
622 * src/message_search.h
639 * src/partial_download.c
640 * src/partial_download.h
645 * src/prefs_account.c
646 * src/prefs_account.h
647 * src/prefs_actions.c
648 * src/prefs_actions.h
651 * src/prefs_compose_writing.c
652 * src/prefs_compose_writing.h
653 * src/prefs_customheader.c
654 * src/prefs_customheader.h
655 * src/prefs_display_header.c
656 * src/prefs_display_header.h
657 * src/prefs_filtering.c
658 * src/prefs_filtering.h
659 * src/prefs_filtering_action.c
660 * src/prefs_filtering_action.h
661 * src/prefs_folder_column.c
662 * src/prefs_folder_column.h
663 * src/prefs_folder_item.c
664 * src/prefs_folder_item.h
669 * src/prefs_image_viewer.c
670 * src/prefs_image_viewer.h
671 * src/prefs_matcher.c
672 * src/prefs_matcher.h
673 * src/prefs_message.c
674 * src/prefs_msg_colors.c
675 * src/prefs_msg_colors.h
678 * src/prefs_receive.c
680 * src/prefs_spelling.c
681 * src/prefs_spelling.h
682 * src/prefs_summaries.c
683 * src/prefs_summaries.h
684 * src/prefs_summary_column.c
685 * src/prefs_summary_column.h
686 * src/prefs_template.c
687 * src/prefs_template.h
690 * src/prefs_toolbar.c
691 * src/prefs_toolbar.h
692 * src/prefs_wrapping.c
693 * src/prefs_wrapping.h
703 * src/quote_fmt_parse.y
720 * src/summary_search.c
721 * src/summary_search.h
736 * src/common/base64.c
737 * src/common/base64.h
743 * src/common/mgutils.c
744 * src/common/mgutils.h
747 * src/common/passcrypt.c
748 * src/common/passcrypt.h.in
749 * src/common/plugin.c
750 * src/common/plugin.h
753 * src/common/progressindicator.c
754 * src/common/progressindicator.h
755 * src/common/quoted-printable.c
756 * src/common/quoted-printable.h
757 * src/common/session.c
758 * src/common/session.h
761 * src/common/socket.c
762 * src/common/socket.h
765 * src/common/ssl_certificate.c
766 * src/common/ssl_certificate.h
767 * src/common/stringtable.c
768 * src/common/stringtable.h
769 * src/common/template.c
770 * src/common/template.h
771 * src/common/timing.h
774 * src/common/version.h.in
777 * src/common/xmlprops.c
778 * src/common/xmlprops.h
780 * src/gtk/colorlabel.c
785 * src/gtk/description_window.c
786 * src/gtk/description_window.h
789 * src/gtk/foldersort.c
790 * src/gtk/foldersort.h
791 * src/gtk/gtksctree.c
794 * src/gtk/inputdialog.c
795 * src/gtk/inputdialog.h
796 * src/gtk/logwindow.c
797 * src/gtk/logwindow.h
798 * src/gtk/manage_window.c
799 * src/gtk/manage_window.h
802 * src/gtk/pluginwindow.c
803 * src/gtk/pluginwindow.h
804 * src/gtk/prefswindow.c
805 * src/gtk/prefswindow.h
806 * src/gtk/progressdialog.c
807 * src/gtk/progressdialog.h
808 * src/gtk/sslcertwindow.c
809 * src/gtk/sslcertwindow.h
810 * src/plugins/bogofilter/bogofilter.c
811 * src/plugins/bogofilter/bogofilter.h
812 * src/plugins/bogofilter/bogofilter_gtk.c
813 * src/plugins/clamav/clamav_plugin.c
814 * src/plugins/clamav/clamav_plugin.h
815 * src/plugins/clamav/clamav_plugin_gtk.c
816 * src/plugins/demo/demo.c
817 * src/plugins/dillo_viewer/dillo_prefs.c
818 * src/plugins/dillo_viewer/dillo_prefs.h
819 * src/plugins/dillo_viewer/dillo_viewer.c
820 * src/plugins/pgpcore/passphrase.c
821 * src/plugins/pgpcore/passphrase.h
822 * src/plugins/pgpcore/pgp_viewer.c
823 * src/plugins/pgpcore/pgp_viewer.h
824 * src/plugins/pgpcore/plugin.c
825 * src/plugins/pgpcore/select-keys.c
826 * src/plugins/pgpcore/select-keys.h
827 * src/plugins/pgpcore/sgpgme.c
828 * src/plugins/pgpcore/sgpgme.h
829 * src/plugins/pgpinline/pgpinline.c
830 * src/plugins/pgpinline/pgpinline.h
831 * src/plugins/pgpinline/plugin.c
832 * src/plugins/pgpmime/pgpmime.c
833 * src/plugins/pgpmime/pgpmime.h
834 * src/plugins/pgpmime/plugin.c
835 * src/plugins/spamassassin/spamassassin.c
836 * src/plugins/spamassassin/spamassassin.h
837 * src/plugins/spamassassin/spamassassin_gtk.c
838 * src/plugins/trayicon/trayicon.c
839 it's 2007, update the year in the copyright headers
841 2007-01-03 [paul] 2.6.1cvs95
844 it is 2007, use it in the copyright string
846 2007-01-03 [paul] 2.6.1cvs94
849 html entity conversion:
850 move ™ to a more suitable place
851 add • and –
852 make sure — and — are both
855 2007-01-02 [colin] 2.6.1cvs93
859 * src/common/plugin.c
861 * src/etpan/imap-thread.c
864 2006-12-31 [paul] 2.6.1cvs92
866 * src/prefs_summaries.c
867 use gtk_button_new_from_stock()
869 2006-12-30 [colin] 2.6.1cvs91
874 Don't update filtering and account paths
877 2006-12-30 [colin] 2.6.1cvs90
879 * src/prefs_compose_writing.c
881 * src/prefs_template.c
882 Use message font for Writing and
883 Quoting prefs, as well as Templates.
885 2006-12-30 [colin] 2.6.1cvs89
887 * src/prefs_summaries.c
888 Rework GUI; patch by Pawel
890 2006-12-29 [colin] 2.6.1cvs88
892 * src/prefs_folder_item.c
893 Fix bug 1085, 'Apply to subfolder
894 doesn't work' - I was mistaken saying
895 it worked in every case
897 2006-12-28 [colin] 2.6.1cvs87
899 * src/gtk/gtkaspell.c
900 Don't assert if use_alternate is true
901 and alt_dictionary isn't set -- this
902 is what happens on upgrade! Rather,
905 2006-12-28 [colin] 2.6.1cvs86
908 Fix desktop/icon simplification
910 2006-12-28 [colin] 2.6.1cvs85
913 Make desktop and icon not
914 dependant on the desktop
916 2006-12-28 [wwp] 2.6.1cvs84
918 * src/plugins/pgpmime/claws.def
919 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
921 2006-12-28 [wwp] 2.6.1cvs83
923 * src/prefs_folder_item.c
924 Fix coloring of "simplify subject regexp" (folder prefs),
925 which might be left to red whereas the regexp gets empty.
927 2006-12-28 [wwp] 2.6.1cvs82
933 Save addressbook mainwindow's horizontal and vertical splitter position.
935 2006-12-27 [wwp] 2.6.1cvs81
937 * src/gtk/gtkaspell.c
938 * src/gtk/gtkaspell.h
940 Fix assignment of compose's default and alternate dictionary from
941 account or folder settings. Now gtkaspell_change_dict does rotate
942 dicts only when it's called from a menu cb.
944 2006-12-27 [wwp] 2.6.1cvs80
946 * src/folder_item_prefs.c
947 Fix randomly initialized default-alt-dictionary (folder prefs),
950 2006-12-27 [paul] 2.6.1cvs79
954 Add Copy folder in the folder's contextual
957 2006-12-27 [wwp] 2.6.1cvs78
960 Clean up session locking, thanks to Colin.
962 2006-12-26 [colin] 2.6.1cvs77
965 Revert previous patch
967 2006-12-26 [colin] 2.6.1cvs76
973 * src/etpan/imap-thread.c
974 Fix previous commit warnings
975 Make statusbar update every second if total < 20
976 Make IMAP APPEND faster by simplifying log
978 2006-12-26 [colin] 2.6.1cvs75
986 Make it possible to copy folders accross
987 mailboxes (this was an arbitrary limitation).
988 Still make it impossible to move folders
991 2006-12-26 [colin] 2.6.1cvs74
993 * src/etpan/imap-thread.c
994 Fix bug 1081, 'claws-mail
995 segfaults when going offline
996 while it transfers mails via
999 2006-12-26 [colin] 2.6.1cvs73
1001 * src/folder_item_prefs.c
1002 Don't forget alt dictionary when
1003 renaming/moving folders
1005 2006-12-26 [wwp] 2.6.1cvs72
1007 * src/folder_item_prefs.c
1008 Add missing defaults for per-folder alt dict
1009 (forgotten in 2.6.1cvs61).
1011 2006-12-26 [colin] 2.6.1cvs71
1014 Add tooltip to state that specifying
1015 full path to mailbox is possible
1017 2006-12-26 [wwp] 2.6.1cvs70
1019 * src/partial_download.c
1020 * src/gtk/gtkvscrollbutton.c
1021 * src/plugins/pgpinline/plugin.c
1022 Fix for few compiler warnings that matter.
1024 2006-12-25 [colin] 2.6.1cvs69
1026 * src/partial_download.c
1027 Fix marking for download or deletion
1028 when the header isn't the first
1029 * src/gtk/logwindow.c
1030 Fix start of scrolling
1032 2006-12-23 [paul] 2.6.1cvs68
1035 change last commit to use the 'academic'
1036 method instead. Thanks to wwp
1038 2006-12-23 [paul] 2.6.1cvs67
1041 don't warn about empty subject when
1044 2006-12-22 [colin] 2.6.1cvs66
1046 * src/summary_search.c
1049 2006-12-22 [colin] 2.6.1cvs65
1051 * src/gtk/gtkutils.c
1054 * src/summary_search.c
1061 2006-12-22 [colin] 2.6.1cvs64
1065 Add a combo to the learn spam button
1066 * src/plugins/bogofilter/bogofilter.c
1067 * src/plugins/bogofilter/bogofilter_gtk.c
1068 * src/plugins/bogofilter/bogofilter.h
1069 Allow to store Unsure mails in a specific
1070 folder to make better teaching easier
1072 2006-12-21 [wwp] 2.6.1cvs63
1075 * src/prefs_common.c
1076 * src/prefs_common.h
1077 * src/prefs_spelling.c
1078 * src/gtk/gtkaspell.c
1079 * src/gtk/gtkaspell.h
1080 Allow spell-checking using both current and alternate dictionaries
1083 2006-12-21 [wwp] 2.6.1cvs62
1085 * src/gtk/gtkaspell.c
1086 Apply recheck_when_changing_dict (highlight all mispelled words)
1087 when switching to alternate dictionary.
1089 2006-12-21 [wwp] 2.6.1cvs61
1092 * src/folder_item_prefs.h
1093 * src/prefs_common.c
1094 * src/prefs_common.h
1095 * src/prefs_folder_item.c
1096 * src/prefs_spelling.c
1097 * src/gtk/gtkaspell.c
1098 * src/gtk/gtkaspell.h
1099 Add global and per-folder prefs to set the default
1100 alternate dictionary.
1102 2006-12-21 [colin] 2.6.1cvs60
1105 Look for folders by path in all folders
1109 2006-12-20 [colin] 2.6.1cvs59
1111 * src/gtk/quicksearch.c
1112 Make sure in_typing is false when clearing
1114 2006-12-20 [wwp] 2.6.1cvs58
1117 change manual's target dir to be LFH-compliant (thanks to Colin).
1119 2006-12-20 [wwp] 2.6.1cvs57
1121 * src/prefs_common.c
1122 * src/prefs_summaries.c
1123 i18n fix and factorize patch, thanks to Fabien.
1125 2006-12-20 [paul] 2.6.1cvs56
1128 last of the renaming (??)
1130 correct --help info of --status-full
1131 * src/plugins/bogofilter/bogofilter.c
1132 make FALSE default of whitelist_ab
1134 2006-12-19 [colin] 2.6.1cvs55
1137 Same as before, without depending on
1140 2006-12-19 [colin] 2.6.1cvs54
1143 Fix bug 1059, 'Better jpilot charset
1144 handling'. Use libpisync's charset conversion
1147 2006-12-19 [colin] 2.6.1cvs53
1152 2006-12-19 [wwp] 2.6.1cvs52
1155 Add missing #include (thanks to Colin).
1157 2006-12-19 [wwp] 2.6.1cvs51
1159 * src/prefs_receive.c
1160 Better spacing between widgets in prefs.
1162 2006-12-18 [colin] 2.6.1cvs50
1165 Fix failure to get separator on LIST "" ""
1166 Try LIST "" "INBOX" too.
1168 2006-12-18 [wwp] 2.6.1cvs49
1170 * src/common/session.c
1171 Fix a compiler warning (thanks to Fabien).
1173 2006-12-18 [wwp] 2.6.1cvs48
1177 Factorize some strings for translation (it's about error
1178 messages when applying or checking template/quote format).
1180 2006-12-18 [colin] 2.6.1cvs47
1184 * src/gtk/Makefile.am
1186 Add a Release notes tab from the contents of
1187 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1189 2006-12-17 [colin] 2.6.1cvs46
1194 Correctly convert from/to UTF8/filename encoding
1195 when loading and saving files. Probably fixes
1196 bug 1068, 'Claws-Mail uses 100% CPU when looking
1197 for a file to attach and is blocked...'
1199 2006-12-17 [colin] 2.6.1cvs45
1201 * src/gtk/logwindow.c
1202 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
1203 IMAP folder and is blocked on main thread':
1204 make sure we put utf8 in the log.
1206 2006-12-16 [colin] 2.6.1cvs44
1210 Fix bug 1055, 'Add the 'cancel receive'
1211 in the available events for the toolbar buttons'
1213 2006-12-16 [colin] 2.6.1cvs43
1218 * src/common/session.c
1219 Log error when SSL handshakes fail.
1220 Fixes bug 1082, 'incorrect / imprecise
1221 error message when imap server provides
1222 ssl only through STARTTLS but SSL is
1225 2006-12-15 [wwp] 2.6.1cvs42
1227 * src/plugins/bogofilter/bogofilter_gtk.c
1228 set proper sensitivity to widgets I've recently added.
1234 2006-12-15 [wwp] 2.6.1cvs41
1236 * src/plugins/bogofilter/bogofilter.c
1237 * src/plugins/bogofilter/bogofilter.h
1238 * src/plugins/bogofilter/bogofilter_gtk.c
1239 bogofilter's whitelist can now use a subset of
1240 the addressbook (either a book, a subfolder of a book,
1241 or the whole addressbook by using "Any"). Re-used there
1242 some pref_matcher widgets and mechanisms to match a subset
1245 2006-12-15 [wwp] 2.6.1cvs40
1248 * src/common/plugin.c
1249 * src/common/plugin.h
1251 * src/plugins/bogofilter/bogofilter.c
1252 * src/plugins/clamav/clamav_plugin.c
1253 * src/plugins/demo/demo.c
1254 * src/plugins/dillo_viewer/dillo_viewer.c
1255 * src/plugins/pgpcore/plugin.c
1256 * src/plugins/pgpinline/plugin.c
1257 * src/plugins/pgpmime/plugin.c
1258 * src/plugins/spamassassin/spamassassin.c
1259 * src/plugins/trayicon/trayicon.c
1260 factorize some translatable strings (plugins-related),
1261 fix missing punctuation in several places,
1262 remove useless translatable \n in about.c,
1263 and factorize plugin init code w/ a new function
1264 check_plugin_version() in common/plugin.c.
1265 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1267 2006-12-15 [wwp] 2.6.1cvs39
1269 * src/plugins/bogofilter/bogofilter.c
1270 * src/plugins/bogofilter/bogofilter_gtk.c
1271 flag whitelisted spams as spam, but don't filter it to the spam
1272 folder. Thanks to Colin.
1274 2006-12-15 [ticho] 2.6.1cvs38
1276 * src/plugins/bogofilter/bogofilter.c
1277 * src/plugins/bogofilter/bogofilter.h
1278 * src/plugins/bogofilter/bogofilter_gtk.c
1279 Add option to whitelist senders found in addressbook. Patch by colin.
1281 2006-12-15 [paul] 2.6.1cvs37
1284 add missing #include "log.h"
1286 2006-12-15 [paul] 2.6.1cvs36
1288 * src/plugins/bogofilter/bogofilter.c
1289 * src/plugins/bogofilter/bogofilter.h
1290 * src/plugins/bogofilter/bogofilter_gtk.c
1291 Add an option to allow inserting an
1292 X-Claws-Bogosity header (on MH folders
1293 only). Patch by Colin
1295 2006-12-14 [colin] 2.6.1cvs35
1298 "Yes" should be the default choice for
1299 migration configuration
1301 2006-12-14 [paul] 2.6.1cvs34
1303 * src/prefs_summaries.c
1304 * manual/advanced.xml
1305 Unhide mark_as_read_delay
1307 2006-12-14 [paul] 2.6.1cvs33
1316 Fix printing of selection
1317 Fix printing of message parts
1318 Fix printing of images
1319 * src/gtk/gtksourceprintjob.c
1320 Fix page count when there are images
1322 2006-12-14 [wwp] 2.6.1cvs32
1327 * src/gtk/quicksearch.c
1328 fix quicksearch 'magnify' button status when QS is closed
1329 using the Escape key, thanks to Colin.
1331 2006-12-14 [wwp] 2.6.1cvs31
1336 * src/gtk/quicksearch.c
1337 fix quicksearch 'magnify' button status when QS is closed
1338 using the Escape key, thanks to Colin.
1340 2006-12-13 [colin] 2.6.1cvs30
1344 Use the binary safe version of ldap_get_values,
1345 to make sure we manipulate null-terminated
1346 strings. Maybe fixes bug 1075, 'claws mail
1347 segfault when completing ldap adresses'
1348 * src/syldap.c ** REMOVED **
1349 * src/syldap.h ** REMOVED **
1352 2006-12-13 [mones] 2.6.1cvs29
1355 Fixed piped strings, fixed click translation
1357 2006-12-13 [paul] 2.6.1cvs28
1360 don't translate these strings
1362 2006-12-13 [paul] 2.6.1cvs27
1367 2006-12-13 [colin] 2.6.1cvs26
1371 Add claws_is_starting()
1373 2006-12-13 [mones] 2.6.1cvs25
1375 * manual/es/advanced.xml
1377 Synced manual and updated translation
1379 2006-12-12 [colin] 2.6.1cvs24
1382 Add an option to use STARTTLS in the
1383 welcome wizard. Fixes bug 1080,
1384 'Using SSL option in wizard for incoming
1385 server does not activate SSL with STARTTLS'
1387 2006-12-12 [colin] 2.6.1cvs23
1390 Don't exit when there's an incomplete
1391 mailbox configured - leaves a chance
1392 to fix a failing IMAP account. Exit
1393 if no mailbox at all is loaded (case
1395 Completes bug 1077's fix (I was wrong
1396 in this bug's comment #3).
1398 2006-12-12 [colin] 2.6.1cvs22
1401 Add another menu data type
1402 * src/prefs_account.c
1403 Complete the completion of bug 1076
1404 (doesn't lose the pref on apply)
1406 2006-12-12 [paul] 2.6.1cvs21
1408 * src/prefs_account.c
1409 complete the fix of bug 1076
1410 also be more verbose with the text
1412 2006-12-12 [paul] 2.6.1cvs20
1414 * src/gtk/combobox.c
1415 fix compilation warning
1417 2006-12-11 [colin] 2.6.1cvs19
1420 Document :port in server entry tooltips
1422 2006-12-11 [colin] 2.6.1cvs18
1427 2006-12-11 [colin] 2.6.1cvs17
1430 Add failing IMAP as a reason for no
1433 2006-12-11 [colin] 2.6.1cvs16
1435 * src/prefs_account.c
1436 Check for existence of inbox for local
1439 Allow setting the port to use for servers
1440 by using the usual "server.example.com:port"
1441 syntax. Fixes bug 1077, 'sylpheed-claws does
1442 not start when IMAP server is unavailable'
1444 2006-12-11 [colin] 2.6.1cvs15
1446 * src/prefs_account.c
1447 Prevent use of non-existing default inbox
1449 2006-12-11 [colin] 2.6.1cvs14
1451 * src/prefs_account.c
1452 Fix sensitivity. Fixes bug 1076, 'privacy
1453 options are displayed even when pgp plugin
1454 not loaded / available'
1456 2006-12-09 [colin] 2.6.1cvs13
1458 * manual/advanced.xml
1459 * src/prefs_common.c
1460 * src/prefs_common.h
1461 * src/common/ssl_certificate.c
1462 Add a new hidden preference, 'unsafe_ssl_certs',
1463 which allows to store multiple certificates per
1464 server/port. This is disabled by default because
1465 it's less secure (presenting a new certificate
1466 instead of a changed one raises less alarms).
1467 This will cause Claws to ask about an unknown
1468 certificate for people who have used 2.6.1cvs8
1471 2006-12-09 [colin] 2.6.1cvs12
1474 Fix cache updating after action
1476 2006-12-07 [wwp] 2.6.1cvs11
1479 fix email address comparison when replying to all
1480 (avoid replying to ourselves), thanks to Colin.
1482 2006-12-06 [paul] 2.6.1cvs10
1489 * src/common/utils.c
1490 ...and more renaming
1493 2006-12-06 [paul] 2.6.1cvs9
1504 2006-12-06 [colin] 2.6.1cvs8
1507 * src/common/ssl_certificate.c
1508 * src/common/ssl_certificate.h
1509 Handle multiple certificates per host/port
1511 2006-12-06 [colin] 2.6.1cvs7
1513 * src/etpan/imap-thread.c
1514 Fix certificate checking on IMAP
1516 2006-12-06 [colin] 2.6.1cvs6
1519 Fix bug 1072, 'Claws stops fetching newsgroups
1520 from server when newsgroup got deleted': continue
1521 checking other groups
1523 2006-12-05 [wwp] 2.6.1cvs5
1525 * src/message_search.c
1526 * src/summary_search.c
1527 * src/gtk/combobox.c
1528 * src/gtk/combobox.h
1529 * src/gtk/gtkutils.c
1530 * src/gtk/gtkutils.h
1531 make up and down arrow keys in modern gtk_combo_box_entry widgets
1532 behave like w/ old comboboxes (summary and message search only).
1534 2006-12-05 [paul] 2.6.1cvs4
1540 2006-12-05 [paul] 2.6.1cvs3
1543 * tools/textviewer.pl
1544 script updated and description added
1546 2006-12-04 [colin] 2.6.1cvs2
1549 Run pre-send hook only when checking
1552 2006-12-04 [paul] 2.6.1cvs1
1559 bump up version number following stable release
1561 2006-12-04 [paul] 2.6.0cvs83
1564 updates and corrections
1566 2006-12-04 [colin] 2.6.0cvs82
1568 * src/common/utils.c
1569 Probably fix bug 1066, 'Incorrect mailbox
1572 2006-12-04 [colin] 2.6.0cvs81
1574 * src/common/utils.c
1575 Trim tabs from mailcap file too.
1577 2006-12-02 [paul] 2.6.0cvs80
1580 fix broken GUI under certain languages
1582 put the Cancel button to the right
1584 2006-12-01 [paul] 2.6.0cvs79
1587 remove reference to removed file
1589 2006-12-01 [wwp] 2.6.0cvs78
1593 remove forgotten debug statements.
1595 2006-12-01 [wwp] 2.6.0cvs77
1597 * manual/advanced.xml
1598 * manual/fr/advanced.xml
1604 * src/prefs_common.c
1605 * src/prefs_common.h
1606 * src/gtk/gtkutils.c
1607 * src/gtk/gtkutils.h
1608 add a hidden option to allow embedding the editaddress (edit contact details)
1609 dialog into the addressbook's window. This doesn't change the default
1612 2006-12-01 [wwp] 2.6.0cvs76
1614 * src/message_search.c
1615 * src/summary_search.c
1616 fix more focus issues (don't set focus to combobox's entry widget when
1617 entry's value changed, if entry widget has focus already).
1619 2006-12-01 [wwp] 2.6.0cvs75
1621 * src/gtk/quicksearch.c
1622 revert last changes to the quicksearch gtk_combo_box, this needs more
1625 2006-12-01 [paul] 2.6.0cvs74
1627 * tools/kdeservicemenu/README
1628 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1629 * tools/kdeservicemenu/install.sh
1630 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1631 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1632 simplify this stuff, and in so doing,
1633 fix it. (possibly re-extend it again at
1636 2006-12-01 [wwp] 2.6.0cvs73
1638 * src/gtk/quicksearch.c
1639 adapt quicksearch code to use modern gtk_combo_box'es.
1641 2006-12-01 [wwp] 2.6.0cvs72
1644 * src/prefs_common.c
1645 * src/prefs_common.h
1646 * src/message_search.c
1647 * src/summary_search.c
1648 * src/gtk/combobox.c
1649 * src/gtk/combobox.h
1650 add history combos to all message and summary search fields.
1652 2006-12-01 [wwp] 2.6.0cvs71
1655 As the list may change while the mark as read delay
1656 runs, we can't rely on the 'row' pointer, which can
1657 be invalid when the timeout is called. As the mark
1658 as read is only done if the message is still selected,
1659 use summaryview->selected instead. Thanks to Colin.
1661 2006-11-30 [paul] 2.6.0cvs70
1664 give emphasis to "Sylpheed-Claws"
1665 as well as "Claws Mail"
1667 2006-11-30 [colin] 2.6.0cvs69
1670 Put the SSL checkboxes in the receiving
1671 and sending server pages.
1673 2006-11-29 [colin] 2.6.0cvs68
1675 * src/gtk/gtkutils.c
1676 * src/gtk/gtkvscrollbutton.c
1677 Revert some deprecated fixes - they seem to
1678 deprecate stuff as soon as a new one gets out.
1679 g_object_ref_sink needed glib-2.10.
1681 2006-11-29 [colin] 2.6.0cvs67
1683 * src/common/utils.c
1684 Create .mailcap if it doesn't exist
1686 2006-11-29 [colin] 2.6.0cvs66
1689 Followup to cvs60: use original list
1690 of recipients if replying to a mail
1691 in Sent Drafts or Queue.
1693 2006-11-27 [paul] 2.6.0cvs65
1695 * src/image_viewer.c
1696 revert the last change for now (it's broken)
1698 2006-11-27 [paul] 2.6.0cvs64
1702 * m4/aclocal-include.m4
1719 * src/common/Makefile.am
1720 * src/common/claws.c
1721 * src/common/claws.h
1723 * src/common/sylpheed.c
1724 * src/common/sylpheed.h
1725 * src/etpan/Makefile.am
1726 * src/gtk/Makefile.am
1727 * src/gtk/claws-marshal.list
1729 * src/gtk/gtksctree.c
1730 * src/gtk/quicksearch.c
1731 * src/gtk/sylpheed-marshal.list
1732 * src/plugins/bogofilter/bogofilter.c
1733 * src/plugins/bogofilter/bogofilter_gtk.c
1734 * src/plugins/clamav/clamav_plugin.c
1735 * src/plugins/clamav/clamav_plugin_gtk.c
1736 * src/plugins/demo/demo.c
1737 * src/plugins/dillo_viewer/dillo_viewer.c
1738 * src/plugins/pgpcore/Makefile.am
1739 * src/plugins/pgpcore/claws.def
1740 * src/plugins/pgpcore/pgp_viewer.c
1741 * src/plugins/pgpcore/plugin.c
1742 * src/plugins/pgpcore/sylpheed.def
1743 * src/plugins/pgpinline/Makefile.am
1744 * src/plugins/pgpinline/claws.def
1745 * src/plugins/pgpinline/plugin.c
1746 * src/plugins/pgpinline/sylpheed.def
1747 * src/plugins/pgpmime/Makefile.am
1748 * src/plugins/pgpmime/claws.def
1749 * src/plugins/pgpmime/plugin.c
1750 * src/plugins/pgpmime/sylpheed.def
1751 * src/plugins/spamassassin/spamassassin.c
1752 * src/plugins/spamassassin/spamassassin_gtk.c
1753 * src/plugins/trayicon/trayicon.c
1755 remove deprecated gtk_tooltips_set_delay()
1757 2006-11-26 [paul] 2.6.0cvs63
1761 * src/image_viewer.c
1763 * src/gtk/gtkutils.c
1764 * src/gtk/gtkvscrollbutton.c
1765 * src/gtk/prefswindow.c
1766 * src/plugins/pgpcore/prefs_gpg.c
1767 replace more deprecated GTK+ functions
1769 2006-11-26 [paul] 2.6.0cvs62
1774 replace deprecated gtk_idle_... functions
1776 2006-11-26 [paul] 2.6.0cvs61
1782 * src/gtk/gtkvscrollbutton.c
1783 * src/gtk/quicksearch.c
1784 * src/plugins/pgpcore/passphrase.c
1785 replace deprecated gtk_timeout_add and
1788 2006-11-26 [paul] 2.6.0cvs60
1791 fix bug that caused the wrong recipient
1792 to be selected when replying to a msg
1793 which is From one of our accounts to
1794 another of our accounts
1796 2006-11-25 [paul] 2.6.0cvs59
1799 don't change the From column title to
1800 To if the To column is visible
1802 2006-11-24 [paul] 2.6.0cvs58
1805 fix bug 1069, 'Sent mails disappear, BCC
1806 or locking problem?'
1808 2006-11-21 [wwp] 2.6.0cvs57
1811 fix spelling menu when replying (same as 2.3.1cvs39):
1812 discrepancy between context menu and top menu when
1813 folder's dictionary isn't the default one.
1815 2006-11-19 [paul] 2.6.0cvs56
1818 obey always_show_msg option when
1820 * src/plugins/bogofilter/bogofilter.c
1823 2006-11-18 [paul] 2.6.0cvs55
1833 * src/gtk/icon_legend.c
1834 * src/gtk/icon_legend.h
1835 * tools/OOo2claws-mail.pl
1837 * tools/acroread2claws-mail.pl
1838 * tools/claws.i18n.status.pl
1839 * tools/filter_conv.pl
1840 * tools/filter_conv_new.pl
1841 * tools/freshmeat_search.pl
1842 * tools/google_search.pl
1843 * tools/kmail2claws-mail.pl
1844 * tools/kmail2claws-mail_v2.pl
1845 * tools/maildir2claws-mail.pl
1846 * tools/make.themes.project
1847 * tools/multiwebsearch.pl
1848 * tools/outlook2claws-mail.pl
1849 * tools/tb2claws-mail
1850 * tools/kdeservicemenu/README
1851 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1852 update mine and wwp's email addresses in
1855 * src/prefs_compose_writing.c
1856 set sensitivity on 'new message format' frame
1858 2006-11-17 [paul] 2.6.0cvs54
1861 more reworking of the GUI
1862 Patch by Fabien Vantard
1864 2006-11-16 [paul] 2.6.0cvs53
1867 set a minimum size for the window, allow
1868 it to automatically expand as necessary
1870 2006-11-16 [wwp] 2.6.0cvs52
1873 better wrap of copyright info on some systems.
1875 2006-11-16 [paul] 2.6.0cvs51
1878 move the tech info from the upper panel
1880 use a gtk_text_view for the features tab
1882 2006-11-16 [paul] 2.6.0cvs50
1885 update my email address
1892 * src/plugins/trayicon/trayicon.c
1893 don't offer simple menu separators
1896 add separator between 'mark all read'
1899 2006-11-15 [wwp] 2.6.0cvs49
1902 updated manuals authors.
1904 2006-11-14 [paul] 2.6.0cvs48
1907 Fix Options/Reply mode after draft save
1909 2006-11-14 [paul] 2.6.0cvs47
1912 Fix make DESTDIR=...
1915 * src/plugins/pgpinline/pgpinline.c
1916 Probably fix bug 1061
1918 2006-11-14 [paul] 2.6.0cvs46
1923 * src/stock_pixmap.c
1924 * src/stock_pixmap.h
1926 * src/pixmaps/active.xpm
1927 * src/pixmaps/inactive.xpm
1928 add a new page, 'Features', to the About dialog
1929 showing which features are compiled in and which
1932 2006-11-14 [paul] 2.6.0cvs45
1935 updated by Pavlo Bohmat
1937 2006-11-14 [colin] 2.6.0cvs44
1945 * src/gtk/gtkaspell.c
1946 Fix 64-bit-related warnings
1948 Fix possible infinite loop
1949 * src/plugins/pgpcore/sgpgme.c
1950 Remove useless check
1952 2006-11-13 [colin] 2.6.0cvs43
1954 * src/gtk/Makefile.am
1955 authors.h isn't generated
1957 2006-11-13 [colin] 2.6.0cvs42
1959 * src/plugins/pgpinline/pgpinline.c
1960 * src/plugins/pgpmime/pgpmime.c
1961 Very probably fix bug 1061, 'crash on
1962 opening signed email'. Another cast
1965 2006-11-13 [colin] 2.6.0cvs41
1967 * src/plugins/pgpcore/sgpgme.c
1968 Maybe fix bug 1061, 'crash on opening
1971 2006-11-13 [wwp] 2.6.0cvs40
1973 * src/plugins/pgpinline/pgpinline.c
1974 fix candidate for bug #1057, thanks to Colin.
1976 2006-11-13 [wwp] 2.6.0cvs39
1979 * src/quote_fmt_parse.y
1980 fix bug 1052: current parser buffer was not always
1981 allocated, ptr to this buffer could be returned as
1982 NULL whereas no parser error has occurred. in
1983 consequence, defining a template body as "%d"
1984 (w/o the quotes) for the first time of the instance
1985 of claws-mail, was reporting a parser error. make
1986 sure that the buffer is always allocated, even to
1988 fix mis-unescaping in compose.:compose_quote_fmt():
1989 unescaping of the fmt string was always done
1990 whereas it must be done *only* when receiving
1991 quote format strings issued from the prefs
1992 (compose new message, reply, forward, redirect
1993 formats), *not* when applying templates. in
1994 consequences, applying templates w/ sequences
1995 like \\|p{echo} were failing. make sure that
1996 unescaping is done only when necessary.
1998 2006-11-12 [colin] 2.6.0cvs38
2003 2006-11-12 [colin] 2.6.0cvs37
2005 * src/plugins/pgpinline/pgpinline.c
2006 * src/plugins/pgpmime/pgpmime.c
2007 Release GPG context at the latest
2008 possible moment. Maybe fixes
2009 bug 1057, 'crash on sending signed
2010 message to a newsgroup'
2013 2006-11-12 [colin] 2.6.0cvs36
2015 * src/plugins/pgpcore/sgpgme.c
2016 Tell a bit more when gpg's status doesn't
2017 contain any signature
2019 2006-11-12 [colin] 2.6.0cvs35
2022 Fix bug 1060, 'compilation error with
2025 2006-11-12 [paul] 2.6.0cvs34
2027 * doc/man/claws-mail.1
2029 * src/plugins/clamav/README
2030 * src/plugins/spamassassin/README
2032 * tools/freshmeat_search.pl
2033 * tools/google_search.pl
2034 * tools/multiwebsearch.pl
2036 * src/plugins/trayicon/trayicon.c
2037 fix compiliation warning
2039 2006-11-11 [colin] 2.6.0cvs33
2042 Forbid drag and drop from/to different
2043 folders of type F_UNKNOWN
2045 2006-11-11 [colin] 2.6.0cvs32
2047 * src/plugins/pgpinline/pgpinline.c
2048 Fix typo in previous commit:
2050 + if ((err = gpgme_new(&data->ctx)) ...)
2052 2006-11-11 [colin] 2.6.0cvs31
2054 * src/plugins/pgpinline/pgpinline.c
2055 * src/plugins/pgpmime/pgpmime.c
2056 Check success after calling gpgme_new
2057 Maybe fixes bug 1057, 'crash on sending
2058 signed message to a newsgroup'
2060 2006-11-11 [colin] 2.6.0cvs30
2063 init undostruct to 0s (from
2064 valgrind log of bug 1057)
2066 2006-11-10 [colin] 2.6.0cvs29
2069 Set cursor to wait before filtering
2070 duplicates in all folders
2071 * src/plugins/bogofilter/bogofilter.c
2072 * src/plugins/bogofilter/bogofilter.h
2073 * src/plugins/bogofilter/bogofilter_gtk.c
2074 Completely thread away the bogofilter
2077 2006-11-10 [mones] 2.6.0cvs28
2081 added COMPOSE_CHECK_BEFORE_SEND hook
2083 2006-11-10 [paul] 2.6.0cvs27
2087 add libSM to get_compiled_in_features()
2091 2006-11-10 [colin] 2.6.0cvs26
2093 * src/etpan/imap-thread.c
2094 Add a reference to libetpan's sasl engine
2095 so that sasl_done() doesn't get called by
2096 libetpan, and doesn't break openssl.
2097 Should fix bug 1053, 'SC fails to reestablish
2098 a secure connection'
2101 2006-11-10 [colin] 2.6.0cvs25
2103 * manual/addrbook.xml
2104 * manual/advanced.xml
2109 2006-11-09 [colin] 2.6.0cvs24
2111 * src/plugins/bogofilter/bogofilter_gtk.c
2112 Add comment about annoyance
2114 2006-11-09 [colin] 2.6.0cvs23
2116 * src/plugins/bogofilter/bogofilter.c
2117 * src/plugins/bogofilter/bogofilter_gtk.c
2118 Prepare things needed to thread bogofilter
2119 filtering: separate bogo stuff and possible GUI
2122 2006-11-09 [colin] 2.6.0cvs22
2126 Search for one of our accounts in Delivered-To
2127 (helps for auto-account selection when
2128 replying/forwarding)
2132 * src/plugins/trayicon/trayicon.c
2133 Allow opening a new mail with any account from
2136 2006-11-09 [wwp] 2.6.0cvs21
2139 * src/prefs_common.c
2140 * src/prefs_common.h
2141 * src/prefs_compose_writing.c
2142 add a compose new message format (in prefs/compose/writing), it's a
2143 simple subject+body template to use when opening a new composition
2144 window. It's similar to the existent reply and forward formats.
2146 enhanced the template/format % symbols substitution mechanism to
2147 use current composition window information when % are used in
2148 the compose new message format or in templates applied to new
2149 messages (there were useless in that situations before). When
2150 applied to new messages, %d corresponds to the system time/date.
2152 2006-11-09 [paul] 2.6.0cvs20
2157 2006-11-09 [paul] 2.6.0cvs19
2160 keep tje alphabetical order
2162 2006-11-08 [colin] 2.6.0cvs18
2164 * src/etpan/imap-thread.c
2165 Fix bug 1054, 'Slowness logging big
2168 2006-11-08 [paul] 2.6.0cvs17
2173 2006-11-08 [paul] 2.6.0cvs16
2178 2006-11-08 [paul] 2.6.0cvs15
2181 * tools/OOo2claws-mail.pl
2182 * tools/OOo2sylpheed.pl
2184 * tools/acroread2claws-mail.pl
2185 * tools/acroread2sylpheed.pl
2186 * tools/kmail2claws-mail.pl
2187 * tools/kmail2claws-mail_v2.pl
2188 * tools/kmail2sylpheed.pl
2189 * tools/kmail2sylpheed_v2.pl
2190 * tools/maildir2claws-mail.pl
2191 * tools/maildir2sylpheed.pl
2192 * tools/nautilus2claws-mail.sh
2193 * tools/nautilus2sylpheed.sh
2194 * tools/outlook2claws-mail.pl
2195 * tools/outlook2sylpheed.pl
2196 * tools/tb2claws-mail
2198 * tools/tbird2claws.py
2199 * tools/tbird2syl.py
2200 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2201 * tools/kdeservicemenu/install.sh
2202 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2203 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2204 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2205 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2206 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2207 renamed (removed, added) tools files
2209 2006-11-08 [paul] 2.6.0cvs14
2213 Migrate sylpheedrc to clawsrc, and fix the standard
2214 plugins path in the process
2216 2006-11-07 [colin] 2.6.0cvs13
2219 Symlink sylpheed-claws relative to
2222 2006-11-07 [colin] 2.6.0cvs12
2225 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2227 2006-11-07 [paul] 2.6.0cvs11
2230 Fix a missed occurence of
2233 2006-11-07 [paul] 2.6.0cvs10
2236 Fix symlink installation
2238 2006-11-07 [paul] 2.6.0cvs9
2241 Symlink claws-mail to sylpheed-claws
2242 * src/common/utils.c
2243 Fix migrating symlinks
2244 * src/etpan/imap-thread.c
2245 check certificate only when there's
2248 2006-11-07 [paul] 2.6.0cvs8
2251 Fix icon breakages with Gtk, which needs a
2252 cache updated to see them.
2254 2006-11-07 [paul] 2.6.0cvs7
2265 * claws-mail-128x128.png
2266 * claws-mail-64x64.png
2271 * sylpheed-claws-128x128.png
2272 * sylpheed-claws-64x64.png
2273 * sylpheed-claws.desktop
2274 * sylpheed-claws.ico
2275 * sylpheed-claws.pc.in
2276 * sylpheed-claws.png
2277 * debian/README.Debian
2279 * debian/claws-mail.desktop
2280 * debian/claws-mail.menu
2281 * debian/claws-mail.postinst.debhelper
2282 * debian/claws-mail.postrm.debhelper
2287 * debian/sylpheed-claws.desktop
2288 * debian/sylpheed-claws.menu
2289 * debian/sylpheed-claws.postinst.debhelper
2290 * debian/sylpheed-claws.postrm.debhelper
2291 * doc/man/Makefile.am
2292 * doc/man/claws-mail.1
2293 * doc/man/sylpheed-claws.1
2294 * doc/src/ChangeLog.claws-pre0.8.0
2295 * manual/Makefile.am
2296 * manual/account.xml
2298 * manual/addrbook.xml
2299 * manual/advanced.xml
2300 * manual/claws-mail-manual.xml
2302 * manual/glossary.xml
2303 * manual/handling.xml
2305 * manual/keyboard.xml
2306 * manual/plugins.xml
2307 * manual/starting.xml
2308 * manual/sylpheed-claws-manual.xml
2310 * manual/dist/.cvsignore
2311 * manual/dist/html/.cvsignore
2312 * manual/dist/html/Makefile.am
2313 * manual/dist/pdf/.cvsignore
2314 * manual/dist/pdf/Makefile.am
2315 * manual/dist/ps/.cvsignore
2316 * manual/dist/ps/Makefile.am
2317 * manual/dist/txt/.cvsignore
2318 * manual/dist/txt/Makefile.am
2319 * manual/es/Makefile.am
2320 * manual/es/advanced.xml
2321 * manual/es/claws-mail-manual.xml
2323 * manual/es/glossary.xml
2324 * manual/es/handling.xml
2325 * manual/es/intro.xml
2326 * manual/es/plugins.xml
2327 * manual/es/sylpheed-claws-manual.xml
2328 * manual/es/dist/.cvsignore
2329 * manual/es/dist/html/.cvsignore
2330 * manual/es/dist/html/Makefile.am
2331 * manual/es/dist/pdf/.cvsignore
2332 * manual/es/dist/pdf/Makefile.am
2333 * manual/es/dist/ps/.cvsignore
2334 * manual/es/dist/ps/Makefile.am
2335 * manual/es/dist/txt/.cvsignore
2336 * manual/es/dist/txt/Makefile.am
2337 * manual/fr/Makefile.am
2338 * manual/fr/account.xml
2340 * manual/fr/addrbook.xml
2341 * manual/fr/advanced.xml
2342 * manual/fr/claws-mail-manual.xml
2344 * manual/fr/glossary.xml
2345 * manual/fr/handling.xml
2346 * manual/fr/intro.xml
2347 * manual/fr/keyboard.xml
2348 * manual/fr/plugins.xml
2349 * manual/fr/starting.xml
2350 * manual/fr/sylpheed-claws-manual.xml
2351 * manual/fr/dist/.cvsignore
2352 * manual/fr/dist/html/.cvsignore
2353 * manual/fr/dist/html/Makefile.am
2354 * manual/fr/dist/pdf/.cvsignore
2355 * manual/fr/dist/pdf/Makefile.am
2356 * manual/fr/dist/ps/.cvsignore
2357 * manual/fr/dist/ps/Makefile.am
2358 * manual/fr/dist/txt/.cvsignore
2359 * manual/fr/dist/txt/Makefile.am
2360 * manual/pl/Makefile.am
2361 * manual/pl/account.xml
2363 * manual/pl/addrbook.xml
2364 * manual/pl/advanced.xml
2365 * manual/pl/claws-mail-manual.xml
2367 * manual/pl/glossary.xml
2368 * manual/pl/handling.xml
2369 * manual/pl/intro.xml
2370 * manual/pl/keyboard.xml
2371 * manual/pl/plugins.xml
2372 * manual/pl/starting.xml
2373 * manual/pl/sylpheed-claws-manual.xml
2374 * manual/pl/dist/.cvsignore
2375 * manual/pl/dist/html/.cvsignore
2376 * manual/pl/dist/html/Makefile.am
2377 * manual/pl/dist/pdf/.cvsignore
2378 * manual/pl/dist/pdf/Makefile.am
2379 * manual/pl/dist/ps/.cvsignore
2380 * manual/pl/dist/ps/Makefile.am
2381 * manual/pl/dist/txt/.cvsignore
2382 * manual/pl/dist/txt/Makefile.am
2406 * src/addressbook_foldersel.c
2407 * src/addressbook_foldersel.h
2429 * src/customheader.c
2430 * src/customheader.h
2431 * src/displayheader.c
2432 * src/displayheader.h
2443 * src/editldap_basedn.c
2444 * src/editldap_basedn.h
2460 * src/folder_item_prefs.c
2461 * src/folder_item_prefs.h
2468 * src/grouplistdialog.c
2469 * src/grouplistdialog.h
2472 * src/image_viewer.c
2473 * src/image_viewer.h
2512 * src/matcher_parser.h
2513 * src/matcher_parser_lex.l
2514 * src/matcher_parser_parse.y
2517 * src/message_search.c
2518 * src/message_search.h
2537 * src/partial_download.c
2538 * src/partial_download.h
2543 * src/prefs_account.c
2544 * src/prefs_account.h
2545 * src/prefs_actions.c
2546 * src/prefs_actions.h
2547 * src/prefs_common.c
2548 * src/prefs_common.h
2549 * src/prefs_compose_writing.c
2550 * src/prefs_compose_writing.h
2551 * src/prefs_customheader.c
2552 * src/prefs_customheader.h
2553 * src/prefs_display_header.c
2554 * src/prefs_display_header.h
2555 * src/prefs_ext_prog.c
2556 * src/prefs_ext_prog.h
2557 * src/prefs_filtering.c
2558 * src/prefs_folder_column.c
2559 * src/prefs_folder_column.h
2560 * src/prefs_folder_item.c
2561 * src/prefs_folder_item.h
2566 * src/prefs_image_viewer.c
2567 * src/prefs_image_viewer.h
2568 * src/prefs_matcher.c
2569 * src/prefs_matcher.h
2570 * src/prefs_message.c
2571 * src/prefs_message.h
2572 * src/prefs_msg_colors.c
2573 * src/prefs_msg_colors.h
2578 * src/prefs_receive.c
2579 * src/prefs_receive.h
2582 * src/prefs_spelling.c
2583 * src/prefs_spelling.h
2584 * src/prefs_summaries.c
2585 * src/prefs_summaries.h
2586 * src/prefs_summary_column.c
2587 * src/prefs_summary_column.h
2588 * src/prefs_template.c
2589 * src/prefs_template.h
2590 * src/prefs_themes.c
2591 * src/prefs_themes.h
2592 * src/prefs_toolbar.c
2593 * src/prefs_toolbar.h
2594 * src/prefs_wrapping.c
2595 * src/prefs_wrapping.h
2605 * src/quote_fmt_parse.y
2608 * src/remotefolder.c
2609 * src/remotefolder.h
2610 * src/send_message.c
2611 * src/send_message.h
2614 * src/sourcewindow.c
2615 * src/sourcewindow.h
2620 * src/stock_pixmap.c
2621 * src/stock_pixmap.h
2622 * src/summary_search.c
2623 * src/summary_search.h
2640 * src/common/base64.c
2641 * src/common/base64.h
2643 * src/common/hooks.c
2644 * src/common/hooks.h
2647 * src/common/mgutils.c
2648 * src/common/mgutils.h
2651 * src/common/passcrypt.c
2652 * src/common/passcrypt.h.in
2653 * src/common/plugin.c
2654 * src/common/plugin.h
2655 * src/common/prefs.c
2656 * src/common/prefs.h
2657 * src/common/progressindicator.c
2658 * src/common/progressindicator.h
2659 * src/common/quoted-printable.c
2660 * src/common/quoted-printable.h
2661 * src/common/session.c
2662 * src/common/session.h
2665 * src/common/socket.c
2666 * src/common/socket.h
2669 * src/common/stringtable.c
2670 * src/common/stringtable.h
2671 * src/common/sylpheed.c
2672 * src/common/sylpheed.h
2673 * src/common/template.c
2674 * src/common/template.h
2675 * src/common/timing.h
2676 * src/common/utils.c
2677 * src/common/utils.h
2678 * src/common/version.h.in
2681 * src/common/xmlprops.c
2682 * src/common/xmlprops.h
2684 * src/gtk/colorlabel.c
2685 * src/gtk/colorlabel.h
2686 * src/gtk/colorsel.c
2687 * src/gtk/colorsel.h
2688 * src/gtk/combobox.c
2689 * src/gtk/combobox.h
2690 * src/gtk/description_window.c
2691 * src/gtk/description_window.h
2694 * src/gtk/foldersort.c
2695 * src/gtk/foldersort.h
2696 * src/gtk/gtkaspell.c
2697 * src/gtk/gtkaspell.h
2698 * src/gtk/gtksctree.c
2699 * src/gtk/gtkshruler.c
2700 * src/gtk/gtkshruler.h
2701 * src/gtk/gtkutils.c
2702 * src/gtk/gtkutils.h
2703 * src/gtk/icon_legend.c
2704 * src/gtk/icon_legend.h
2705 * src/gtk/logwindow.c
2706 * src/gtk/logwindow.h
2707 * src/gtk/manage_window.c
2708 * src/gtk/manage_window.h
2709 * src/gtk/pluginwindow.c
2710 * src/gtk/pluginwindow.h
2711 * src/gtk/prefswindow.c
2712 * src/gtk/prefswindow.h
2713 * src/gtk/quicksearch.c
2714 * src/gtk/quicksearch.h
2715 * src/pixmaps/claws-mail.xpm
2716 * src/pixmaps/claws-mail_icon.xpm
2717 * src/pixmaps/claws-mail_logo.xpm
2718 * src/pixmaps/sylpheed-claws.xpm
2719 * src/pixmaps/sylpheed-claws_icon.xpm
2720 * src/pixmaps/sylpheed-claws_logo.xpm
2721 * src/plugins/bogofilter/Makefile.am
2722 * src/plugins/bogofilter/bogofilter.c
2723 * src/plugins/bogofilter/bogofilter.h
2724 * src/plugins/bogofilter/bogofilter_gtk.c
2725 * src/plugins/clamav/Makefile.am
2726 * src/plugins/clamav/clamav_plugin.c
2727 * src/plugins/clamav/clamav_plugin.h
2728 * src/plugins/clamav/clamav_plugin_gtk.c
2729 * src/plugins/demo/Makefile.am
2730 * src/plugins/demo/demo.c
2731 * src/plugins/dillo_viewer/Makefile.am
2732 * src/plugins/dillo_viewer/README
2733 * src/plugins/dillo_viewer/dillo_prefs.c
2734 * src/plugins/dillo_viewer/dillo_prefs.h
2735 * src/plugins/dillo_viewer/dillo_viewer.c
2736 * src/plugins/pgpcore/Makefile.am
2737 * src/plugins/pgpcore/passphrase.c
2738 * src/plugins/pgpcore/passphrase.h
2739 * src/plugins/pgpcore/pgp_viewer.c
2740 * src/plugins/pgpcore/pgp_viewer.h
2741 * src/plugins/pgpcore/plugin.c
2742 * src/plugins/pgpcore/prefs_gpg.c
2743 * src/plugins/pgpcore/prefs_gpg.h
2744 * src/plugins/pgpcore/select-keys.c
2745 * src/plugins/pgpcore/select-keys.h
2746 * src/plugins/pgpcore/sgpgme.c
2747 * src/plugins/pgpcore/sgpgme.h
2748 * src/plugins/pgpcore/sylpheed.def
2749 * src/plugins/pgpcore/version.rc
2750 * src/plugins/pgpinline/Makefile.am
2751 * src/plugins/pgpinline/pgpinline.c
2752 * src/plugins/pgpinline/pgpinline.h
2753 * src/plugins/pgpinline/plugin.c
2754 * src/plugins/pgpinline/sylpheed.def
2755 * src/plugins/pgpinline/version.rc
2756 * src/plugins/pgpmime/Makefile.am
2757 * src/plugins/pgpmime/pgpmime.c
2758 * src/plugins/pgpmime/pgpmime.h
2759 * src/plugins/pgpmime/plugin.c
2760 * src/plugins/pgpmime/sylpheed.def
2761 * src/plugins/pgpmime/version.rc
2762 * src/plugins/spamassassin/Makefile.am
2763 * src/plugins/spamassassin/README
2764 * src/plugins/spamassassin/spamassassin.c
2765 * src/plugins/spamassassin/spamassassin.h
2766 * src/plugins/spamassassin/spamassassin_gtk.c
2767 * src/plugins/trayicon/Makefile.am
2768 * src/plugins/trayicon/trayicon.c
2769 * tools/OOo2sylpheed.pl
2771 * tools/README.sylprint
2772 * tools/acroread2sylpheed.pl
2773 * tools/claws.i18n.status.pl
2774 * tools/filter_conv.pl
2775 * tools/filter_conv_new.pl
2776 * tools/freshmeat_search.pl
2777 * tools/google_search.pl
2778 * tools/kmail2sylpheed.pl
2779 * tools/kmail2sylpheed_v2.pl
2780 * tools/make.themes.project
2781 * tools/multiwebsearch.pl
2782 * tools/nautilus2sylpheed.sh
2783 * tools/outlook2sylpheed.pl
2787 * tools/textviewer.sh
2788 * tools/vcard2xml.py
2789 * tools/kdeservicemenu/README
2790 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2791 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2792 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2793 Change name to Claws Mail. Announce to follow...
2795 2006-11-06 [wwp] 2.6.0cvs6
2797 * src/prefs_template.c
2798 unify messages related to quote format/template errors (fix
2799 capitalization), again.
2801 2006-11-06 [wwp] 2.6.0cvs5
2804 unify messages related to quote format/template errors.
2806 2006-11-06 [wwp] 2.6.0cvs4
2808 * src/prefs_msg_colors.c
2809 more uses of Q_ macro for contextual translations, thanks
2812 2006-11-06 [wwp] 2.6.0cvs3
2815 * src/common/utils.c
2816 * src/common/utils.h
2817 show an alertpanel to make sure users are aware that sensitive
2818 files are attached (it's file blacklist-based). This will fix
2819 interaction w/ GoogleEarth for instance, thanks to Colin.
2821 2006-11-06 [wwp] 2.6.0cvs2
2824 * src/prefs_template.c
2825 * src/prefs_template.h
2826 check quote format when applying/closing prefs. For now this only
2827 shows up an error dialog box, not preventing the user from using
2828 a broken quote (reply, forwards) format.
2830 2006-11-06 [wwp] 2.6.0cvs1
2832 * src/prefs_template.c
2833 fix missing checks of some template fields.
2835 2006-11-06 [paul] 2.6.0
2842 2006-11-06 [paul] 2.5.6cvs22
2844 * manual/advanced.xml
2845 * manual/es/advanced.xml
2846 put 'respect_flowed_format' info in the correct
2849 2006-11-06 [mones] 2.5.6cvs21
2852 Minor fixes for release
2854 2006-11-06 [paul] 2.5.6cvs20
2865 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
2866 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
2867 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
2870 2006-11-02 [colin] 2.5.6cvs19
2874 * src/prefs_account.c
2875 * src/etpan/imap-thread.c
2876 Add GSSAPI support - fixes Debian bug #383274
2878 2006-11-01 [colin] 2.5.6cvs18
2881 Handle libpisock12 support. Probably
2882 fixes bug 1046, 'jpilot AddressDB.pdb
2885 2006-11-01 [colin] 2.5.6cvs17
2888 debug_print() folderutils_mark_all_read()
2890 2006-11-01 [colin] 2.5.6cvs16
2893 Add missed files to the Apache exception
2895 2006-10-31 [colin] 2.5.6cvs15
2899 Add a copy_private_data() func to FolderClasses
2900 Doesn't break the feature freeze, because we
2901 won't use it (right now) in the core.
2903 2006-10-31 [colin] 2.5.6cvs14
2906 Allow linking with the Apache licensed files in
2907 src/plugins/spamassassin. Hopefully fixes
2908 bug 1048, 'Spamassassin plugin license problem'
2910 2006-10-31 [wwp] 2.5.6cvs13
2913 fix and optimize trimming of leading linefeeds in body loop.
2915 2006-10-31 [colin] 2.5.6cvs12
2917 * src/etpan/imap-thread.c
2919 Make really sure to have NULL sets in case
2922 2006-10-30 [wwp] 2.5.6cvs11
2924 * src/prefs_common.c
2925 * src/prefs_common.h
2927 fix broken storage of quote format template when it contains \-escape
2928 sequences. The application of such sequences is also fixed now (\t
2929 in quote format will be a real tab instead of a 't', for instance).
2931 2006-10-27 [colin] 2.5.6cvs10
2934 Probably fix bug 1045, 'sylpheed-claws
2935 doesn't remove the mail from the IMAP
2936 Queue folder after sending'. From
2939 2006-10-27 [colin] 2.5.6cvs9
2942 Require libetpan-0.48. I'm so annoying,
2945 2006-10-27 [colin] 2.5.6cvs8
2949 Probably fix bug 1044, 'sylpheed-claws
2950 segfaults while moving mails' - Fix relation
2951 usage when moving to an IMAP mailbox from another
2954 2006-10-26 [paul] 2.5.6cvs7
2957 add libSM to compiled-in features
2960 2006-10-24 [colin] 2.5.6cvs6
2963 * src/gtk/gtkutils.c
2964 Fix crash when printing emails with an
2967 2006-10-24 [mones] 2.5.6cvs5
2969 * manual/es/advanced.xml
2970 Synchronize hidden option respect_flowed_format
2974 2006-10-21 [paul] 2.5.6cvs4
2977 * src/plugins/pgpcore/pgp_viewer.c
2978 * src/plugins/pgpcore/sgpgme.c
2979 fix building on BSDs
2980 Thanks to Michael Hughes
2981 <Sylpheed-Claws_user@thehugheslogcabin.net>
2983 2006-10-20 [colin] 2.5.6cvs3
2986 Bump up libetpan requirement
2987 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
2988 * src/common/utils.c
2989 * src/common/utils.h
2990 Add convenience get_file_mtime()
2992 * src/etpan/imap-thread.c
2993 * src/etpan/imap-thread.h
2994 Implement UIDPLUS support if the server
2995 supports it - faster sending in this case
2997 2006-10-19 [colin] 2.5.6cvs2
2999 * src/gtk/quicksearch.c
3000 Fix emptying in type-ahead+extended mode
3003 Add a hook for offline state change
3004 * src/plugins/trayicon/trayicon.c
3005 Use it to display offline icons
3006 * src/plugins/trayicon/Makefile.am
3007 * src/plugins/trayicon/newmail.offline.xpm
3008 * src/plugins/trayicon/newmarkedmail.offline.xpm
3009 * src/plugins/trayicon/nomail.offline.xpm
3010 * src/plugins/trayicon/unreadmail.offline.xpm
3011 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3014 2006-10-12 [paul] 2.5.6cvs1
3019 Update version number following
3022 2006-10-19 [colin] 2.5.5cvs18
3024 * manual/handling.xml
3025 Add type-ahead search
3027 2006-10-18 [colin] 2.5.5cvs17
3029 * src/gtk/quicksearch.c
3030 Remove "save to history only if there's
3031 no syntax error", it breaks for some
3032 reason which I'll investigate later.
3034 2006-10-18 [colin] 2.5.5cvs16
3036 * src/prefs_common.c
3037 * src/prefs_common.h
3039 * src/gtk/quicksearch.c
3040 * src/gtk/quicksearch.h
3041 Add a type-ahead option for fast searches
3042 Patch by Fabien Vantard
3044 2006-10-18 [colin] 2.5.5cvs15
3048 Add Options/Reply mode/ menu to be able to
3049 change the recipients of a reply on the fly
3051 2006-10-18 [colin] 2.5.5cvs14
3054 Fix redirecting of our own sent mails
3056 2006-10-17 [wwp] 2.5.5cvs13
3058 * src/send_message.c
3059 Fix duplicate error messages when sending, and missing
3060 newline in such error messages.
3062 2006-10-17 [colin] 2.5.5cvs12
3065 Compare addresses case-insensitive
3067 2006-10-17 [colin] 2.5.5cvs11
3069 * src/plugins/pgpcore/sgpgme.c
3072 2006-10-17 [colin] 2.5.5cvs10
3074 * src/plugins/pgpcore/pgp_viewer.c
3077 2006-10-17 [colin] 2.5.5cvs9
3080 Fix a typo (thanks to Fabien)
3082 2006-10-16 [colin] 2.5.5cvs8
3085 Fix problem with quote-folding when emails
3086 don't convert cleanly to UTF-8
3088 2006-10-14 [colin] 2.5.5cvs7
3090 * src/prefs_template.c
3091 Reset fields when reopening
3094 2006-10-13 [paul] 2.5.5cvs6
3096 * manual/advanced.xml
3097 * src/prefs_message.c
3098 make 'respect_flowed_format' a hidden
3099 option, and add a manual entry for it
3102 2006-10-12 [colin] 2.5.5cvs5
3105 Revert part of 2.5.2cvs21:
3106 Don't optimise by reusing the
3107 last iconv converter if possible:
3108 it seems slightly broken in a
3109 very hard way to reproduce
3111 2006-10-12 [colin] 2.5.5cvs4
3113 * src/prefs_common.c
3114 * src/prefs_common.h
3115 * src/prefs_message.c
3117 Fix bug 1035, 'Incorrect handling
3118 of flowed lines'. We now optionnaly
3119 handle this format (preference is in
3120 Message View/Text options section)
3122 2006-10-12 [colin] 2.5.5cvs3
3126 * src/plugins/pgpcore/pgp_viewer.c
3127 * src/plugins/pgpcore/sgpgme.c
3128 Don't try to import without asking
3130 2006-10-12 [colin] 2.5.5cvs2
3133 Fix bug 1036, 'Forwarding a mutlipart
3134 mail with a "text/html" block to ms
3135 outlook users leeds to freeze of
3136 outlook'. Poor outlook users...
3138 2006-10-12 [paul] 2.5.5cvs1
3143 Update version number following
3146 2006-10-11 [paul] 2.5.4cvs1
3151 Update version number following
3154 2006-10-11 [paul] 2.5.3cvs32
3157 fix bug 1032, 'Segmentation fault when showing
3158 message' (bug in quote folding)
3161 2006-10-10 [colin] 2.5.3cvs31
3164 Rephrase english a bit
3166 2006-10-10 [colin] 2.5.3cvs30
3168 * src/prefs_compose_writing.c
3169 Stop making the page larger than the window
3171 2006-10-10 [wwp] 2.5.3cvs29
3174 * src/prefs_template.c
3177 * src/quote_fmt_lex.l
3178 * src/quote_fmt_parse.y
3179 Extend the quote parser a bit: allow to get access to
3180 basic (composing) account info.
3182 2006-10-10 [colin] 2.5.3cvs28
3185 Fix this \t problem in subject
3187 2006-10-09 [colin] 2.5.3cvs27
3191 Prepare cache a bit later
3192 If section already exists, skip the new one
3193 (as previously); avoid writing the same block
3194 twice - if we find a second block with the
3196 * src/plugins/pgpcore/pgp_viewer.c
3197 Set cursor to busy when retrieving a key
3198 * src/plugins/pgpcore/sgpgme.c
3199 allow 5 seconds for gpg to export the key
3202 2006-10-09 [colin] 2.5.3cvs26
3207 Check for existence of fgets_unlocked
3210 2006-10-09 [paul] 2.5.3cvs25
3212 * src/prefs_summaries.c
3213 replace strftime() with fast_strftime() and in
3214 the consequence fix the bug in the display of
3215 AM/PM in the 'Example' string
3217 2006-10-09 [ticho] 2.5.3cvs24
3220 Updated (and fixed up somewhat) Slovak translation.
3222 2006-10-08 [colin] 2.5.3cvs23
3224 * src/prefs_folder_item.c
3225 Explain why prefs in the top-level folder
3226 aren't retained, but are still useful
3228 2006-10-08 [colin] 2.5.3cvs22
3231 Don't cache anything if caching fails
3233 2006-10-08 [colin] 2.5.3cvs21
3235 * src/common/utils.c
3236 always include gi18n.h
3238 2006-10-07 [colin] 2.5.3cvs20
3240 * src/plugins/pgpcore/pgp_viewer.c
3241 Kill gpg after 5 seconds wait
3243 2006-10-07 [colin] 2.5.3cvs19
3245 * src/plugins/pgpcore/pgp_viewer.c
3246 * src/plugins/pgpcore/pgp_viewer.h
3249 2006-10-07 [colin] 2.5.3cvs18
3251 * src/plugins/pgpcore/pgp_viewer.c
3252 * src/plugins/pgpcore/pgp_viewer.h
3253 Actually add the files to CVS
3255 2006-10-07 [colin] 2.5.3cvs17
3257 * src/plugins/pgpcore/sgpgme.c
3258 Be sure not to crash on 'application/pgp-signature' that
3259 are not application/pgp-signatures
3261 2006-10-07 [colin] 2.5.3cvs16
3265 Make a bit more of the API available
3266 * src/plugins/pgpcore/Makefile.am
3267 * src/plugins/pgpcore/plugin.c
3268 * src/plugins/pgpcore/sgpgme.c
3269 Add basic key import/export
3271 2006-10-07 [colin] 2.5.3cvs15
3275 * src/prefs_account.c
3277 Warn users *everywhere* if libetpan's not
3280 2006-10-06 [mones] 2.5.3cvs14
3284 updated by Stephan Sachse and me
3286 2006-10-06 [colin] 2.5.3cvs13
3289 * src/common/sylpheed.c
3290 Don't load common plugins if --exit is passed
3293 Implement a cache to avoid reading the same
3294 files over and over again at startup
3296 2006-10-06 [colin] 2.5.3cvs12
3299 * src/gtk/quicksearch.c
3300 Update display every 5k mails on fast searches
3302 2006-10-06 [colin] 2.5.3cvs11
3305 Don't do quote folding on HTML or ERTF.
3306 May fix the Cygwin issues if they were
3307 happening with HTML mails?
3309 2006-10-05 [colin] 2.5.3cvs10
3314 2006-10-05 [colin] 2.5.3cvs9
3317 Use unlocked_stdio here too
3319 2006-10-05 [colin] 2.5.3cvs8
3322 Fix go to next * after preferences apply
3324 Do the fd lock/unlock ourselves instead of
3325 letting the libc do it at each write
3327 2006-10-05 [colin] 2.5.3cvs7
3329 * src/common/utils.c
3330 Faster division, thanks to Jean Diraison
3332 2006-10-05 [paul] 2.5.3cvs6
3334 * src/common/utils.c
3335 fix building with --disable-nls
3337 2006-10-04 [colin] 2.5.3cvs5
3340 Maybe fix a segfault
3342 2006-10-04 [wwp] 2.5.3cvs4
3344 * src/prefs_folder_item.c
3345 Fine-tune layouts in folder item prefs. Suggested by
3346 Fabien Vantard <fzzzzz@gmail.com>.
3348 2006-10-04 [wwp] 2.5.3cvs3
3350 * src/prefs_folder_item.c
3351 Kill the clandestine passengers. You didn't see anything.
3353 2006-10-04 [wwp] 2.5.3cvs2
3355 * src/prefs_folder_item.c
3356 Add a way to test the subject simplify regexp in
3357 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3358 w/ few layout changes.
3360 2006-20-04 [paul] 2.5.3cvs1
3365 Update version number following
3368 2006-10-04 [colin] 2.5.2cvs42
3373 Provide a way for folder classes to set their sort
3376 2006-10-03 [colin] 2.5.2cvs41
3379 Don't use strlen() to know if the
3382 2006-10-03 [colin] 2.5.2cvs40
3385 Fix "check for new folders" with accentued folders
3387 2006-10-03 [ticho] 2.5.2cvs39
3393 Colin's fix for "copy" filtering rules.
3395 2006-10-02 [colin] 2.5.2cvs38
3398 Fix for double-click too
3400 2006-10-02 [colin] 2.5.2cvs37
3403 correct fix for cvs36
3405 2006-10-02 [colin] 2.5.2cvs36
3408 Fix 'goto next unread' after collapsing/expanding
3411 2006-10-02 [colin] 2.5.2cvs35
3414 Fix double freeze/thaw
3415 * src/common/utils.c
3416 * src/common/utils.h
3417 Reimplement strftime
3422 2006-10-02 [colin] 2.5.2cvs34
3425 Time mh_write_sequences() - it's fast
3427 Init a variable to shut up gcc
3429 2006-10-01 [colin] 2.5.2cvs33
3435 Add helper mh_set_mtime(), and set mtime to stat()'s result
3436 Add fsync but disable it, it's slow as hell
3438 2006-10-01 [colin] 2.5.2cvs32
3442 fflush() caches and mh_sequences before
3445 2006-10-01 [colin] 2.5.2cvs31
3448 Don't ftruncate when not using mmap
3450 2006-09-30 [colin] 2.5.2cvs30
3453 Write folder list *after* saving caches
3455 2006-09-30 [colin] 2.5.2cvs29
3459 Debug forced mtime changes
3461 2006-09-30 [colin] 2.5.2cvs28
3465 Remove useless debug_print()s (code
3468 2006-09-30 [colin] 2.5.2cvs27
3471 Do stuff faster when writing mh_sequences
3473 2006-09-30 [colin] 2.5.2cvs26
3476 Don't let the writing of .mh_sequences, which
3477 can change the folder's mtime, let us think
3480 2006-09-30 [colin] 2.5.2cvs25
3483 Move a debug_print where it belongs
3486 Don't mess with a huge slow subject
3487 table if we're not threading by
3490 2006-09-30 [colin] 2.5.2cvs24
3493 Reenable mmaped reads (*not* writes!)
3495 Don't destroy and recreate hashtables just
3497 * src/common/utils.c
3498 Remove useless reply prefixes (it's case
3501 2006-09-30 [wwp] 2.5.2cvs23
3504 Fixed a minor bug in date value extraction, added a switch
3505 to replace non RFC-compliant Date: value, added a switch
3506 to use strict RFC matching patterns for dates.
3508 2006-09-29 [colin] 2.5.2cvs22
3510 * src/matcher_parser.h
3511 * src/matcher_parser_parse.y
3512 * src/prefs_filtering.c
3514 * src/summary_search.c
3516 * src/gtk/quicksearch.c
3517 * src/gtk/quicksearch.h
3518 Optimise searches by setting different
3519 refresh intervals (depending if the
3520 search is fast or not)
3522 2006-09-29 [colin] 2.5.2cvs21
3525 Optimise by reusing the last iconv converter
3528 Optimise a bit (the foldable quotes feature
3529 still has an awful O(n^2) algo
3531 2006-09-29 [colin] 2.5.2cvs20
3533 * src/gtk/gtksctree.c
3534 * src/gtk/gtksctree.h
3535 Optimise de-selection via up/down or
3538 2006-09-28 [colin] 2.5.2cvs19
3545 * src/summary_search.c
3547 Avoid using summaryview->ctree directly
3549 2006-09-28 [colin] 2.5.2cvs18
3553 Add helpers to freeze/thaw/grab_focus
3554 Factorize calls to freeze/thaw/grab_focus
3557 2006-09-28 [colin] 2.5.2cvs17
3560 More guards for the session management
3562 2006-09-28 [colin] 2.5.2cvs16
3565 * src/gtk/gtksctree.c
3566 * src/gtk/gtksctree.h
3567 Make expanding not recursive in folderview
3569 2006-09-28 [colin] 2.5.2cvs15
3572 If nothing is selected in the list (right part)
3573 and a group is selected in the tree (left part),
3576 2006-09-28 [colin] 2.5.2cvs14
3579 Actually use SM_LIBS
3581 2006-09-28 [ticho] 2.5.2cvs13
3588 * src/prefs_themes.c
3590 Small i18n string optimization.
3591 * src/send_message.c
3593 * src/common/session.c
3595 * src/common/ssl_certificate.c
3596 * src/common/utils.c
3597 Use "Couldn't" instead of "Can't" in UI messages,
3600 2006-09-28 [colin] 2.5.2cvs12
3603 Possibly fix link errors
3605 2006-09-27 [wwp] 2.5.2cvs11
3608 * doc/man/sylpheed-claws.1
3613 Updated authors info (me, myself and I).
3615 2006-09-27 [colin] 2.5.2cvs10
3618 Remove useless printf
3620 2006-09-27 [wwp] 2.5.2cvs9
3623 * src/send_message.c
3625 * src/prefs_common.c
3626 * src/prefs_common.h
3627 * src/gtk/progressdialog.c
3628 remember more windows' sizes (send dialog, received dialog,
3629 edit group in addressbook).
3631 2006-09-27 [colin] 2.5.2cvs8
3636 Use libSM to communicate with the session
3637 manager, so that we can know when the
3638 session ends, save our caches, and draft
3639 our compose windows.
3641 2006-09-27 [colin] 2.5.2cvs7
3645 o Allow Book and Group creation from the tree's
3647 o Do not actually delete the contacts when
3648 deleting groups from the tree (duh!)
3650 2006-09-27 [colin] 2.5.2cvs6
3657 o Allow passing an email address to
3658 compose_new_with_folderitem
3660 o Use current folderitem when clicking
3661 on a TextView mailto: link
3662 o Fix a possible leak in TextView
3664 2006-09-27 [colin] 2.5.2cvs5
3667 Use UTF-8 chars to replace HTML entities
3669 2006-09-27 [colin] 2.5.2cvs4
3672 * src/prefs_account.c
3674 Fix bug #1024 (Array index out of
3675 range in sylpheed-claws-2.5.2)
3676 Patch by Ales Nosek <anosek@suse.cz>
3678 2006-09-27 [colin] 2.5.2cvs3
3681 Actually do the test
3683 2006-09-27 [colin] 2.5.2cvs2
3687 Allow completing with comma (in certain cases: vCalendar
3688 for example doesn't support that)
3689 Patch by Fabien Vantard
3691 2006-09-26 [colin] 2.5.2cvs1
3702 * src/prefs_common.c
3703 * src/prefs_filtering_action.c
3704 * src/prefs_folder_item.c
3705 * src/prefs_template.c
3706 * src/stock_pixmap.c
3707 * src/stock_pixmap.h
3708 * src/pixmaps/addr_one.xpm
3709 * src/pixmaps/addr_two.xpm
3710 Add auto-completion on groups
3712 2006-09-26 [colin] 2.5.2
3719 2006-09-26 [colin] 2.5.1cvs5
3724 2006-09-26 [colin] 2.5.1cvs4
3727 Revert cvs1 (useless as the message is printed
3730 2006-09-26 [colin] 2.5.1cvs3
3732 * src/partial_download.c
3733 Fix crasher found by Alexsandar Urosevic
3735 2006-09-26 [colin] 2.5.1cvs2
3738 Fix bug #1023 (Sylpheed deletes too much messages)
3740 2006-09-26 [ticho] 2.5.1cvs1
3743 Make use of gettext's multiple plurals for statusbar
3746 2006-09-25 [paul] 2.5.1
3753 2006-09-25 [colin] 2.5.0cvs3
3755 * src/plugins/bogofilter/bogofilter.c
3756 * src/plugins/clamav/clamav_plugin.c
3757 * src/plugins/spamassassin/spamassassin.c
3758 BogoFilter, Spamassassin: Fix double hook registering after
3759 visiting preferences
3760 Spamassassin, Clamav: Just set the mails to move instead of
3761 doing the move - caller will move the things at once.
3763 2006-09-25 [colin] 2.5.0cvs2
3766 * src/etpan/imap-thread.c
3767 Use UID SEARCH ALL instead of UID 1:*
3768 (braindead servers can't figure out that's
3771 2006-09-25 [wwp] 2.5.0cvs1
3773 * src/message_search.c
3774 Added the ability to stop a running search (in message body).
3776 2006-09-25 [paul] 2.5.0
3783 2006-09-25 [paul] 2.4.0cvs214
3794 updated by Tim, Stephan Sachse, Flammie Pirinen,
3795 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
3796 Ticho, Aleksander Urosevic, Ralgh Young
3798 2006-09-24 [mones] 2.4.0cvs213
3803 2006-09-23 [colin] 2.4.0cvs212
3805 * src/gtk/inputdialog.c
3806 Fix [ ] remember this appearing in normal
3807 input dialogs after it's been used by
3815 * src/common/timing.h
3816 Enable timings in debug mode and make it
3819 2006-09-22 [colin] 2.4.0cvs211
3824 ping the correct URI
3826 2006-09-22 [colin] 2.4.0cvs210
3829 Let's see if bug #1022 is fixed
3831 2006-09-21 [colin] 2.4.0cvs209
3834 * src/common/plugin.c
3835 Prepare infra to load predefined plugins when
3836 no configuration existed. Don't actually load
3837 anything yet (feat. freeze)
3839 2006-09-21 [wwp] 2.4.0cvs208
3842 Partial sync w/ 2.4.0cvs72:
3843 wrap file and minor updates.
3845 2006-09-21 [wwp] 2.4.0cvs207
3848 several fixes and enhancements. A new --force switch has been
3849 added to prevent overriding by default Date: header when
3852 2006-09-21 [paul] 2.4.0cvs206
3854 * src/common/utils.c