1 2007-01-16 [colin] 2.7.1cvs9
6 2007-01-16 [colin] 2.7.1cvs8
9 Bigger buffer for errors
16 * src/etpan/imap-thread.c
17 * src/etpan/imap-thread.h
19 Add subscriptions management. What it changes:
20 Creating a folder subscribes to it
21 Deleting a folder unsubscribes it
22 New contextual menu item allowing to switch between
23 All folders and Subscribed folders, subscribe, and
24 unsubscribe. "Creating" an existing but unsubscribed
25 folder will subscribe it.
26 By default for new accounts, only subscribed folders
30 2007-01-16 [paul] 2.7.1cvs7
33 Allow folder classes to specify only sort_key or
34 sort_type instead of both or none.
36 2007-01-16 [paul] 2.7.1cvs6
43 Save and use errno for procmime_get_part
45 2007-01-16 [colin] 2.7.1cvs5
48 Never remove INBOX when scanning for
49 new folders. It's a special folder
52 2007-01-15 [colin] 2.7.1cvs4
55 Fix 'Check for new folders' when IMAP subdirectory
57 * src/etpan/imap-thread.c
60 2007-01-15 [colin] 2.7.1cvs3
62 * src/etpan/imap-thread.c
63 Fix invalid free on command-connection
66 2007-01-15 [wwp] 2.7.1cvs2
68 * src/matcher_parser_lex.l
70 * src/matcher_parser_parse.y
71 fix copyright header in lexers and parsers.
73 2007-01-15 [paul] 2.7.1cvs1
79 bump up version number following
82 2007-01-15 [paul] 2.7.0cvs31
86 add Fabien to the Team list
87 add the recent contributors
88 make a few corrections
90 2007-01-15 [paul] 2.7.0cvs30
94 * src/plugins/pgpcore/prefs_gpg.c
95 * src/plugins/pgpcore/prefs_gpg.h
99 2007-01-14 [colin] 2.7.0cvs29
102 Use the 'gtk+' backend. Avoids gnome-vfs use,
103 two benefits: faster to open, will fix strange
104 dbus-related crash. Thanks to Pascal Terjan.
106 2007-01-14 [colin] 2.7.0cvs28
108 * src/etpan/imap-thread.c
109 Delete the old imap just after allocating
110 the new one. Makes sure we don't get the
111 same pointer by sheer luck, which feels
112 strange in the debug log.
114 2007-01-14 [colin] 2.7.0cvs27
116 * src/gtk/inputdialog.c
117 Make sure we don't print passwords in
118 clear text when in debug mode
120 2007-01-14 [colin] 2.7.0cvs26
122 * src/gtk/gtksctree.c
123 Fix bug 1098, 'bogus last row display
124 after expanding a thread'. Patch by
125 Jindrich Makovicka <makovick@gmail.com>
127 2007-01-14 [colin] 2.7.0cvs25
129 * src/etpan/imap-thread.c
130 Close socket manually before
131 freeing the imap struct
133 2007-01-14 [colin] 2.7.0cvs24
135 * src/etpan/imap-thread.c
136 Maybe fix new reconnection issues
138 2007-01-13 [colin] 2.7.0cvs23
141 Freeze/thaw on thread selection
143 2007-01-13 [paul] 2.7.0cvs22
148 add 'Edit/Delete thread'
150 2007-01-13 [colin] 2.7.0cvs21
152 * src/prefs_account.c
153 * src/prefs_compose_writing.c
154 * src/prefs_message.c
155 * src/prefs_msg_colors.c
157 * src/prefs_receive.c
158 * src/prefs_spelling.c
159 * src/prefs_summaries.c
163 * src/plugins/pgpcore/prefs_gpg.c
164 * src/plugins/spamassassin/spamassassin_gtk.c
165 Factorize gtk frame creation
168 2007-01-13 [colin] 2.7.0cvs20
170 * src/message_search.c
171 * src/summary_search.c
172 Fix Enter in search windows
174 Fix body search starting at the
175 end of the mail (and asking for loop)
177 2007-01-13 [colin] 2.7.0cvs19
179 * src/etpan/imap-thread.c
180 Make sure we don't free the same imap
183 2007-01-13 [colin] 2.7.0cvs18
186 Allow multiple commitHelpers to
189 2007-01-12 [colin] 2.7.0cvs17
191 * src/etpan/imap-thread.c
192 Make sure we get rid of the previous mailimap
193 when connecting - just in case disconnect was
196 2007-01-12 [paul] 2.7.0cvs16
199 Strip S/MIME signatures when re-editing
200 S/MIME signed messages.
202 2007-01-12 [paul] 2.7.0cvs15
209 no need to define CLAWS anymore, remove
212 2007-01-12 [paul] 2.7.0cvs14
215 check if the mail's signed as
216 it can change the mail structure
219 2007-01-12 [paul] 2.7.0cvs13
222 fix Forwarding msgs with attachments
223 that have dos line endings
226 2007-01-12 [wwp] 2.7.0cvs12
229 Revert accidentally committed extra version tag.
231 2007-01-12 [wwp] 2.7.0cvs11
233 * src/prefs_account.c
234 Fix compilation w/o aspell (completes 2.7.0cvs7).
236 2007-01-11 [colin] 2.7.0cvs10
239 move g_warning to debug_print
240 it scares people for no reason
242 2007-01-11 [colin] 2.7.0cvs9
245 Fix files to translate. Patch by
248 2007-01-11 [paul] 2.7.0cvs8
251 Fix recursion when server lists the
252 current subfolder in the response
254 Fix updating of icon_list/ctree
255 * src/plugins/pgpcore/select-keys.c
256 Fix a few annoyances when choosing
257 keys for the CMS (S/MIME) protocol
259 2007-01-11 [wwp] 2.7.0cvs7
262 * src/prefs_account.c
263 * src/prefs_account.h
264 Add per-account spellcheck default dictionaries settings.
266 2007-01-10 [colin] 2.7.0cvs6
268 * src/prefs_folder_item.c
269 Factorize strings - patch by Fabien
271 2007-01-10 [colin] 2.7.0cvs5
274 Fix bug 1095, 'Crash while changing folder
275 columns during incorporation'
277 2007-01-09 [colin] 2.7.0cvs4
279 * src/gtk/pluginwindow.c
280 Set the plugin window transient. Seems
281 like some window managers hide it in
282 the background after "load plugin"...
284 2007-01-09 [colin] 2.7.0cvs3
287 Use the same type for alloc and free
289 2007-01-08 [paul] 2.7.0cvs2
292 updated by Tim Dijkstra
294 2007-01-08 [paul] 2.7.0cvs1
300 2007-01-08 [paul] 2.7.0
307 2007-01-08 [paul] 2.6.1cvs119
309 * doc/man/claws-mail.1
312 2007-01-08 [paul] 2.6.1cvs118
314 * doc/man/claws-mail.1
316 * manual/advanced.xml
317 improved English usage
319 2007-01-08 [paul] 2.6.1cvs117
330 updated by Miquel Oliete, Stephan Sachse, me,
331 Tommi Pirinen, Andrea Spadaccini, Frederico
332 Goncalves Guimaraes, Andrej Kacian, Aleksandar
333 Urosevic, and Ralgh Young
335 2007-01-07 [mones] 2.6.1cvs116
337 * manual/es/advanced.xml
339 Synced manual (unhide mark_as_read_delay)
340 and updated translation for release
342 2007-01-07 [paul] 2.6.1cvs115
344 * src/prefs_matcher.c
345 make the hbox content fit better under
348 2007-01-07 [colin] 2.6.1cvs114
351 Fix bug 1088, 'Ctrl-h produces repeatable
354 2007-01-06 [colin] 2.6.1cvs113
356 * src/etpan/imap-thread.c
357 Add casts to int to get certs. Fixes
358 bug 1064, 'crash @ etpan_certificate_check()
359 when opening an IMAP folder', with latest
360 libetpan CVS or >= 0.49
365 * src/prefs_folder_item.c
366 Grey out the "synchronise" menu items if
367 there's nothing to synchronise.
368 * src/plugins/pgpcore/sgpgme.c
369 Make an error clearer than "Unknown error"
371 2007-01-06 [colin] 2.6.1cvs112
374 Don't try to show a message if updating
375 Maybe fixes bug 1088, 'ctrl-h produces
378 2007-01-06 [colin] 2.6.1cvs111
381 Disable Control-Space (handle it as Space).
383 2007-01-05 [paul] 2.6.1cvs110
386 Fix bug 934, 'sylpheed claws 2.1
387 doesn't show Exchanges Public Folders'
388 Thanks to Hoa and Colin
390 Refuse to allocate more than 2 MB for a
391 single field, it's a good indication of
394 2007-01-05 [colin] 2.6.1cvs109
397 Allow --select'ing emails by Message-ID too
399 2007-01-05 [colin] 2.6.1cvs108
401 * src/common/quoted-printable.c
404 2007-01-05 [colin] 2.6.1cvs107
406 * src/common/quoted-printable.c
407 Fix previous commit about bug 1089
410 2007-01-05 [colin] 2.6.1cvs106
412 * src/common/quoted-printable.c
413 Fix my previous commit on bug 1089
416 2007-01-04 [colin] 2.6.1cvs105
418 * src/common/quoted-printable.c
419 Fix bug 1089, 'NUL characters in Subject
420 line are misinterpreted'. Not a pain to
427 2007-01-04 [wwp] 2.6.1cvs104
430 Force operator precedence (fix a compiler warning).
432 2007-01-04 [colin] 2.6.1cvs103
435 Be cautious there too (same fix as the one
436 in textview from cvs33)
438 Don't use any MimeViewer plugin when showing
441 2007-01-03 [wwp] 2.6.1cvs102
445 fixed "cent" sign (use the existing ASCII one),
446 decode more HTML entities,
447 converted table ASCII entries to UTF-8,
448 moved a switch() into a hashtable.
450 2007-01-03 [paul] 2.6.1cvs101
456 When possible, use move_msg instead of
457 copy_msg + remove_msg to move sent mail
460 2007-01-03 [paul] 2.6.1cvs100
463 add more html entity recognition:
464 pounds, euros, and cents
466 2007-01-03 [colin] 2.6.1cvs99
469 Don't display an error on NOSELECT
470 folders when synchronising
472 2007-01-03 [paul] 2.6.1cvs98
474 * tools/maildir2claws-mail.pl
475 only substitute 'sent-mail' if it's
476 the full directory name
478 2007-01-03 [paul] 2.6.1cvs97
483 archive a chunk of ChangeLog in
486 * doc/src/ChangeLog.claws-pre0.8.0
487 remove ChangeLog.claws-pre0.8.0, adding
488 its contents to ChangeLog.gtk1
490 2007-01-03 [paul] 2.6.1cvs96
511 * src/addressbook_foldersel.c
512 * src/addressbook_foldersel.h
535 * src/displayheader.c
536 * src/displayheader.h
547 * src/editldap_basedn.c
548 * src/editldap_basedn.h
565 * src/folder_item_prefs.c
566 * src/folder_item_prefs.h
573 * src/grouplistdialog.c
574 * src/grouplistdialog.h
615 * src/message_search.c
616 * src/message_search.h
633 * src/partial_download.c
634 * src/partial_download.h
639 * src/prefs_account.c
640 * src/prefs_account.h
641 * src/prefs_actions.c
642 * src/prefs_actions.h
645 * src/prefs_compose_writing.c
646 * src/prefs_compose_writing.h
647 * src/prefs_customheader.c
648 * src/prefs_customheader.h
649 * src/prefs_display_header.c
650 * src/prefs_display_header.h
651 * src/prefs_filtering.c
652 * src/prefs_filtering.h
653 * src/prefs_filtering_action.c
654 * src/prefs_filtering_action.h
655 * src/prefs_folder_column.c
656 * src/prefs_folder_column.h
657 * src/prefs_folder_item.c
658 * src/prefs_folder_item.h
663 * src/prefs_image_viewer.c
664 * src/prefs_image_viewer.h
665 * src/prefs_matcher.c
666 * src/prefs_matcher.h
667 * src/prefs_message.c
668 * src/prefs_msg_colors.c
669 * src/prefs_msg_colors.h
672 * src/prefs_receive.c
674 * src/prefs_spelling.c
675 * src/prefs_spelling.h
676 * src/prefs_summaries.c
677 * src/prefs_summaries.h
678 * src/prefs_summary_column.c
679 * src/prefs_summary_column.h
680 * src/prefs_template.c
681 * src/prefs_template.h
684 * src/prefs_toolbar.c
685 * src/prefs_toolbar.h
686 * src/prefs_wrapping.c
687 * src/prefs_wrapping.h
697 * src/quote_fmt_parse.y
714 * src/summary_search.c
715 * src/summary_search.h
730 * src/common/base64.c
731 * src/common/base64.h
737 * src/common/mgutils.c
738 * src/common/mgutils.h
741 * src/common/passcrypt.c
742 * src/common/passcrypt.h.in
743 * src/common/plugin.c
744 * src/common/plugin.h
747 * src/common/progressindicator.c
748 * src/common/progressindicator.h
749 * src/common/quoted-printable.c
750 * src/common/quoted-printable.h
751 * src/common/session.c
752 * src/common/session.h
755 * src/common/socket.c
756 * src/common/socket.h
759 * src/common/ssl_certificate.c
760 * src/common/ssl_certificate.h
761 * src/common/stringtable.c
762 * src/common/stringtable.h
763 * src/common/template.c
764 * src/common/template.h
765 * src/common/timing.h
768 * src/common/version.h.in
771 * src/common/xmlprops.c
772 * src/common/xmlprops.h
774 * src/gtk/colorlabel.c
779 * src/gtk/description_window.c
780 * src/gtk/description_window.h
783 * src/gtk/foldersort.c
784 * src/gtk/foldersort.h
785 * src/gtk/gtksctree.c
788 * src/gtk/inputdialog.c
789 * src/gtk/inputdialog.h
790 * src/gtk/logwindow.c
791 * src/gtk/logwindow.h
792 * src/gtk/manage_window.c
793 * src/gtk/manage_window.h
796 * src/gtk/pluginwindow.c
797 * src/gtk/pluginwindow.h
798 * src/gtk/prefswindow.c
799 * src/gtk/prefswindow.h
800 * src/gtk/progressdialog.c
801 * src/gtk/progressdialog.h
802 * src/gtk/sslcertwindow.c
803 * src/gtk/sslcertwindow.h
804 * src/plugins/bogofilter/bogofilter.c
805 * src/plugins/bogofilter/bogofilter.h
806 * src/plugins/bogofilter/bogofilter_gtk.c
807 * src/plugins/clamav/clamav_plugin.c
808 * src/plugins/clamav/clamav_plugin.h
809 * src/plugins/clamav/clamav_plugin_gtk.c
810 * src/plugins/demo/demo.c
811 * src/plugins/dillo_viewer/dillo_prefs.c
812 * src/plugins/dillo_viewer/dillo_prefs.h
813 * src/plugins/dillo_viewer/dillo_viewer.c
814 * src/plugins/pgpcore/passphrase.c
815 * src/plugins/pgpcore/passphrase.h
816 * src/plugins/pgpcore/pgp_viewer.c
817 * src/plugins/pgpcore/pgp_viewer.h
818 * src/plugins/pgpcore/plugin.c
819 * src/plugins/pgpcore/select-keys.c
820 * src/plugins/pgpcore/select-keys.h
821 * src/plugins/pgpcore/sgpgme.c
822 * src/plugins/pgpcore/sgpgme.h
823 * src/plugins/pgpinline/pgpinline.c
824 * src/plugins/pgpinline/pgpinline.h
825 * src/plugins/pgpinline/plugin.c
826 * src/plugins/pgpmime/pgpmime.c
827 * src/plugins/pgpmime/pgpmime.h
828 * src/plugins/pgpmime/plugin.c
829 * src/plugins/spamassassin/spamassassin.c
830 * src/plugins/spamassassin/spamassassin.h
831 * src/plugins/spamassassin/spamassassin_gtk.c
832 * src/plugins/trayicon/trayicon.c
833 it's 2007, update the year in the copyright headers
835 2007-01-03 [paul] 2.6.1cvs95
838 it is 2007, use it in the copyright string
840 2007-01-03 [paul] 2.6.1cvs94
843 html entity conversion:
844 move ™ to a more suitable place
845 add • and –
846 make sure — and — are both
849 2007-01-02 [colin] 2.6.1cvs93
853 * src/common/plugin.c
855 * src/etpan/imap-thread.c
858 2006-12-31 [paul] 2.6.1cvs92
860 * src/prefs_summaries.c
861 use gtk_button_new_from_stock()
863 2006-12-30 [colin] 2.6.1cvs91
868 Don't update filtering and account paths
871 2006-12-30 [colin] 2.6.1cvs90
873 * src/prefs_compose_writing.c
875 * src/prefs_template.c
876 Use message font for Writing and
877 Quoting prefs, as well as Templates.
879 2006-12-30 [colin] 2.6.1cvs89
881 * src/prefs_summaries.c
882 Rework GUI; patch by Pawel
884 2006-12-29 [colin] 2.6.1cvs88
886 * src/prefs_folder_item.c
887 Fix bug 1085, 'Apply to subfolder
888 doesn't work' - I was mistaken saying
889 it worked in every case
891 2006-12-28 [colin] 2.6.1cvs87
893 * src/gtk/gtkaspell.c
894 Don't assert if use_alternate is true
895 and alt_dictionary isn't set -- this
896 is what happens on upgrade! Rather,
899 2006-12-28 [colin] 2.6.1cvs86
902 Fix desktop/icon simplification
904 2006-12-28 [colin] 2.6.1cvs85
907 Make desktop and icon not
908 dependant on the desktop
910 2006-12-28 [wwp] 2.6.1cvs84
912 * src/plugins/pgpmime/claws.def
913 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
915 2006-12-28 [wwp] 2.6.1cvs83
917 * src/prefs_folder_item.c
918 Fix coloring of "simplify subject regexp" (folder prefs),
919 which might be left to red whereas the regexp gets empty.
921 2006-12-28 [wwp] 2.6.1cvs82
927 Save addressbook mainwindow's horizontal and vertical splitter position.
929 2006-12-27 [wwp] 2.6.1cvs81
931 * src/gtk/gtkaspell.c
932 * src/gtk/gtkaspell.h
934 Fix assignment of compose's default and alternate dictionary from
935 account or folder settings. Now gtkaspell_change_dict does rotate
936 dicts only when it's called from a menu cb.
938 2006-12-27 [wwp] 2.6.1cvs80
940 * src/folder_item_prefs.c
941 Fix randomly initialized default-alt-dictionary (folder prefs),
944 2006-12-27 [paul] 2.6.1cvs79
948 Add Copy folder in the folder's contextual
951 2006-12-27 [wwp] 2.6.1cvs78
954 Clean up session locking, thanks to Colin.
956 2006-12-26 [colin] 2.6.1cvs77
959 Revert previous patch
961 2006-12-26 [colin] 2.6.1cvs76
967 * src/etpan/imap-thread.c
968 Fix previous commit warnings
969 Make statusbar update every second if total < 20
970 Make IMAP APPEND faster by simplifying log
972 2006-12-26 [colin] 2.6.1cvs75
980 Make it possible to copy folders accross
981 mailboxes (this was an arbitrary limitation).
982 Still make it impossible to move folders
985 2006-12-26 [colin] 2.6.1cvs74
987 * src/etpan/imap-thread.c
988 Fix bug 1081, 'claws-mail
989 segfaults when going offline
990 while it transfers mails via
993 2006-12-26 [colin] 2.6.1cvs73
995 * src/folder_item_prefs.c
996 Don't forget alt dictionary when
997 renaming/moving folders
999 2006-12-26 [wwp] 2.6.1cvs72
1001 * src/folder_item_prefs.c
1002 Add missing defaults for per-folder alt dict
1003 (forgotten in 2.6.1cvs61).
1005 2006-12-26 [colin] 2.6.1cvs71
1008 Add tooltip to state that specifying
1009 full path to mailbox is possible
1011 2006-12-26 [wwp] 2.6.1cvs70
1013 * src/partial_download.c
1014 * src/gtk/gtkvscrollbutton.c
1015 * src/plugins/pgpinline/plugin.c
1016 Fix for few compiler warnings that matter.
1018 2006-12-25 [colin] 2.6.1cvs69
1020 * src/partial_download.c
1021 Fix marking for download or deletion
1022 when the header isn't the first
1023 * src/gtk/logwindow.c
1024 Fix start of scrolling
1026 2006-12-23 [paul] 2.6.1cvs68
1029 change last commit to use the 'academic'
1030 method instead. Thanks to wwp
1032 2006-12-23 [paul] 2.6.1cvs67
1035 don't warn about empty subject when
1038 2006-12-22 [colin] 2.6.1cvs66
1040 * src/summary_search.c
1043 2006-12-22 [colin] 2.6.1cvs65
1045 * src/gtk/gtkutils.c
1048 * src/summary_search.c
1055 2006-12-22 [colin] 2.6.1cvs64
1059 Add a combo to the learn spam button
1060 * src/plugins/bogofilter/bogofilter.c
1061 * src/plugins/bogofilter/bogofilter_gtk.c
1062 * src/plugins/bogofilter/bogofilter.h
1063 Allow to store Unsure mails in a specific
1064 folder to make better teaching easier
1066 2006-12-21 [wwp] 2.6.1cvs63
1069 * src/prefs_common.c
1070 * src/prefs_common.h
1071 * src/prefs_spelling.c
1072 * src/gtk/gtkaspell.c
1073 * src/gtk/gtkaspell.h
1074 Allow spell-checking using both current and alternate dictionaries
1077 2006-12-21 [wwp] 2.6.1cvs62
1079 * src/gtk/gtkaspell.c
1080 Apply recheck_when_changing_dict (highlight all mispelled words)
1081 when switching to alternate dictionary.
1083 2006-12-21 [wwp] 2.6.1cvs61
1086 * src/folder_item_prefs.h
1087 * src/prefs_common.c
1088 * src/prefs_common.h
1089 * src/prefs_folder_item.c
1090 * src/prefs_spelling.c
1091 * src/gtk/gtkaspell.c
1092 * src/gtk/gtkaspell.h
1093 Add global and per-folder prefs to set the default
1094 alternate dictionary.
1096 2006-12-21 [colin] 2.6.1cvs60
1099 Look for folders by path in all folders
1103 2006-12-20 [colin] 2.6.1cvs59
1105 * src/gtk/quicksearch.c
1106 Make sure in_typing is false when clearing
1108 2006-12-20 [wwp] 2.6.1cvs58
1111 change manual's target dir to be LFH-compliant (thanks to Colin).
1113 2006-12-20 [wwp] 2.6.1cvs57
1115 * src/prefs_common.c
1116 * src/prefs_summaries.c
1117 i18n fix and factorize patch, thanks to Fabien.
1119 2006-12-20 [paul] 2.6.1cvs56
1122 last of the renaming (??)
1124 correct --help info of --status-full
1125 * src/plugins/bogofilter/bogofilter.c
1126 make FALSE default of whitelist_ab
1128 2006-12-19 [colin] 2.6.1cvs55
1131 Same as before, without depending on
1134 2006-12-19 [colin] 2.6.1cvs54
1137 Fix bug 1059, 'Better jpilot charset
1138 handling'. Use libpisync's charset conversion
1141 2006-12-19 [colin] 2.6.1cvs53
1146 2006-12-19 [wwp] 2.6.1cvs52
1149 Add missing #include (thanks to Colin).
1151 2006-12-19 [wwp] 2.6.1cvs51
1153 * src/prefs_receive.c
1154 Better spacing between widgets in prefs.
1156 2006-12-18 [colin] 2.6.1cvs50
1159 Fix failure to get separator on LIST "" ""
1160 Try LIST "" "INBOX" too.
1162 2006-12-18 [wwp] 2.6.1cvs49
1164 * src/common/session.c
1165 Fix a compiler warning (thanks to Fabien).
1167 2006-12-18 [wwp] 2.6.1cvs48
1171 Factorize some strings for translation (it's about error
1172 messages when applying or checking template/quote format).
1174 2006-12-18 [colin] 2.6.1cvs47
1178 * src/gtk/Makefile.am
1180 Add a Release notes tab from the contents of
1181 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1183 2006-12-17 [colin] 2.6.1cvs46
1188 Correctly convert from/to UTF8/filename encoding
1189 when loading and saving files. Probably fixes
1190 bug 1068, 'Claws-Mail uses 100% CPU when looking
1191 for a file to attach and is blocked...'
1193 2006-12-17 [colin] 2.6.1cvs45
1195 * src/gtk/logwindow.c
1196 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
1197 IMAP folder and is blocked on main thread':
1198 make sure we put utf8 in the log.
1200 2006-12-16 [colin] 2.6.1cvs44
1204 Fix bug 1055, 'Add the 'cancel receive'
1205 in the available events for the toolbar buttons'
1207 2006-12-16 [colin] 2.6.1cvs43
1212 * src/common/session.c
1213 Log error when SSL handshakes fail.
1214 Fixes bug 1082, 'incorrect / imprecise
1215 error message when imap server provides
1216 ssl only through STARTTLS but SSL is
1219 2006-12-15 [wwp] 2.6.1cvs42
1221 * src/plugins/bogofilter/bogofilter_gtk.c
1222 set proper sensitivity to widgets I've recently added.
1228 2006-12-15 [wwp] 2.6.1cvs41
1230 * src/plugins/bogofilter/bogofilter.c
1231 * src/plugins/bogofilter/bogofilter.h
1232 * src/plugins/bogofilter/bogofilter_gtk.c
1233 bogofilter's whitelist can now use a subset of
1234 the addressbook (either a book, a subfolder of a book,
1235 or the whole addressbook by using "Any"). Re-used there
1236 some pref_matcher widgets and mechanisms to match a subset
1239 2006-12-15 [wwp] 2.6.1cvs40
1242 * src/common/plugin.c
1243 * src/common/plugin.h
1245 * src/plugins/bogofilter/bogofilter.c
1246 * src/plugins/clamav/clamav_plugin.c
1247 * src/plugins/demo/demo.c
1248 * src/plugins/dillo_viewer/dillo_viewer.c
1249 * src/plugins/pgpcore/plugin.c
1250 * src/plugins/pgpinline/plugin.c
1251 * src/plugins/pgpmime/plugin.c
1252 * src/plugins/spamassassin/spamassassin.c
1253 * src/plugins/trayicon/trayicon.c
1254 factorize some translatable strings (plugins-related),
1255 fix missing punctuation in several places,
1256 remove useless translatable \n in about.c,
1257 and factorize plugin init code w/ a new function
1258 check_plugin_version() in common/plugin.c.
1259 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1261 2006-12-15 [wwp] 2.6.1cvs39
1263 * src/plugins/bogofilter/bogofilter.c
1264 * src/plugins/bogofilter/bogofilter_gtk.c
1265 flag whitelisted spams as spam, but don't filter it to the spam
1266 folder. Thanks to Colin.
1268 2006-12-15 [ticho] 2.6.1cvs38
1270 * src/plugins/bogofilter/bogofilter.c
1271 * src/plugins/bogofilter/bogofilter.h
1272 * src/plugins/bogofilter/bogofilter_gtk.c
1273 Add option to whitelist senders found in addressbook. Patch by colin.
1275 2006-12-15 [paul] 2.6.1cvs37
1278 add missing #include "log.h"
1280 2006-12-15 [paul] 2.6.1cvs36
1282 * src/plugins/bogofilter/bogofilter.c
1283 * src/plugins/bogofilter/bogofilter.h
1284 * src/plugins/bogofilter/bogofilter_gtk.c
1285 Add an option to allow inserting an
1286 X-Claws-Bogosity header (on MH folders
1287 only). Patch by Colin
1289 2006-12-14 [colin] 2.6.1cvs35
1292 "Yes" should be the default choice for
1293 migration configuration
1295 2006-12-14 [paul] 2.6.1cvs34
1297 * src/prefs_summaries.c
1298 * manual/advanced.xml
1299 Unhide mark_as_read_delay
1301 2006-12-14 [paul] 2.6.1cvs33
1310 Fix printing of selection
1311 Fix printing of message parts
1312 Fix printing of images
1313 * src/gtk/gtksourceprintjob.c
1314 Fix page count when there are images
1316 2006-12-14 [wwp] 2.6.1cvs32
1321 * src/gtk/quicksearch.c
1322 fix quicksearch 'magnify' button status when QS is closed
1323 using the Escape key, thanks to Colin.
1325 2006-12-14 [wwp] 2.6.1cvs31
1330 * src/gtk/quicksearch.c
1331 fix quicksearch 'magnify' button status when QS is closed
1332 using the Escape key, thanks to Colin.
1334 2006-12-13 [colin] 2.6.1cvs30
1338 Use the binary safe version of ldap_get_values,
1339 to make sure we manipulate null-terminated
1340 strings. Maybe fixes bug 1075, 'claws mail
1341 segfault when completing ldap adresses'
1342 * src/syldap.c ** REMOVED **
1343 * src/syldap.h ** REMOVED **
1346 2006-12-13 [mones] 2.6.1cvs29
1349 Fixed piped strings, fixed click translation
1351 2006-12-13 [paul] 2.6.1cvs28
1354 don't translate these strings
1356 2006-12-13 [paul] 2.6.1cvs27
1361 2006-12-13 [colin] 2.6.1cvs26
1365 Add claws_is_starting()
1367 2006-12-13 [mones] 2.6.1cvs25
1369 * manual/es/advanced.xml
1371 Synced manual and updated translation
1373 2006-12-12 [colin] 2.6.1cvs24
1376 Add an option to use STARTTLS in the
1377 welcome wizard. Fixes bug 1080,
1378 'Using SSL option in wizard for incoming
1379 server does not activate SSL with STARTTLS'
1381 2006-12-12 [colin] 2.6.1cvs23
1384 Don't exit when there's an incomplete
1385 mailbox configured - leaves a chance
1386 to fix a failing IMAP account. Exit
1387 if no mailbox at all is loaded (case
1389 Completes bug 1077's fix (I was wrong
1390 in this bug's comment #3).
1392 2006-12-12 [colin] 2.6.1cvs22
1395 Add another menu data type
1396 * src/prefs_account.c
1397 Complete the completion of bug 1076
1398 (doesn't lose the pref on apply)
1400 2006-12-12 [paul] 2.6.1cvs21
1402 * src/prefs_account.c
1403 complete the fix of bug 1076
1404 also be more verbose with the text
1406 2006-12-12 [paul] 2.6.1cvs20
1408 * src/gtk/combobox.c
1409 fix compilation warning
1411 2006-12-11 [colin] 2.6.1cvs19
1414 Document :port in server entry tooltips
1416 2006-12-11 [colin] 2.6.1cvs18
1421 2006-12-11 [colin] 2.6.1cvs17
1424 Add failing IMAP as a reason for no
1427 2006-12-11 [colin] 2.6.1cvs16
1429 * src/prefs_account.c
1430 Check for existence of inbox for local
1433 Allow setting the port to use for servers
1434 by using the usual "server.example.com:port"
1435 syntax. Fixes bug 1077, 'sylpheed-claws does
1436 not start when IMAP server is unavailable'
1438 2006-12-11 [colin] 2.6.1cvs15
1440 * src/prefs_account.c
1441 Prevent use of non-existing default inbox
1443 2006-12-11 [colin] 2.6.1cvs14
1445 * src/prefs_account.c
1446 Fix sensitivity. Fixes bug 1076, 'privacy
1447 options are displayed even when pgp plugin
1448 not loaded / available'
1450 2006-12-09 [colin] 2.6.1cvs13
1452 * manual/advanced.xml
1453 * src/prefs_common.c
1454 * src/prefs_common.h
1455 * src/common/ssl_certificate.c
1456 Add a new hidden preference, 'unsafe_ssl_certs',
1457 which allows to store multiple certificates per
1458 server/port. This is disabled by default because
1459 it's less secure (presenting a new certificate
1460 instead of a changed one raises less alarms).
1461 This will cause Claws to ask about an unknown
1462 certificate for people who have used 2.6.1cvs8
1465 2006-12-09 [colin] 2.6.1cvs12
1468 Fix cache updating after action
1470 2006-12-07 [wwp] 2.6.1cvs11
1473 fix email address comparison when replying to all
1474 (avoid replying to ourselves), thanks to Colin.
1476 2006-12-06 [paul] 2.6.1cvs10
1483 * src/common/utils.c
1484 ...and more renaming
1487 2006-12-06 [paul] 2.6.1cvs9
1498 2006-12-06 [colin] 2.6.1cvs8
1501 * src/common/ssl_certificate.c
1502 * src/common/ssl_certificate.h
1503 Handle multiple certificates per host/port
1505 2006-12-06 [colin] 2.6.1cvs7
1507 * src/etpan/imap-thread.c
1508 Fix certificate checking on IMAP
1510 2006-12-06 [colin] 2.6.1cvs6
1513 Fix bug 1072, 'Claws stops fetching newsgroups
1514 from server when newsgroup got deleted': continue
1515 checking other groups
1517 2006-12-05 [wwp] 2.6.1cvs5
1519 * src/message_search.c
1520 * src/summary_search.c
1521 * src/gtk/combobox.c
1522 * src/gtk/combobox.h
1523 * src/gtk/gtkutils.c
1524 * src/gtk/gtkutils.h
1525 make up and down arrow keys in modern gtk_combo_box_entry widgets
1526 behave like w/ old comboboxes (summary and message search only).
1528 2006-12-05 [paul] 2.6.1cvs4
1534 2006-12-05 [paul] 2.6.1cvs3
1537 * tools/textviewer.pl
1538 script updated and description added
1540 2006-12-04 [colin] 2.6.1cvs2
1543 Run pre-send hook only when checking
1546 2006-12-04 [paul] 2.6.1cvs1
1553 bump up version number following stable release
1555 2006-12-04 [paul] 2.6.0cvs83
1558 updates and corrections
1560 2006-12-04 [colin] 2.6.0cvs82
1562 * src/common/utils.c
1563 Probably fix bug 1066, 'Incorrect mailbox
1566 2006-12-04 [colin] 2.6.0cvs81
1568 * src/common/utils.c
1569 Trim tabs from mailcap file too.
1571 2006-12-02 [paul] 2.6.0cvs80
1574 fix broken GUI under certain languages
1576 put the Cancel button to the right
1578 2006-12-01 [paul] 2.6.0cvs79
1581 remove reference to removed file
1583 2006-12-01 [wwp] 2.6.0cvs78
1587 remove forgotten debug statements.
1589 2006-12-01 [wwp] 2.6.0cvs77
1591 * manual/advanced.xml
1592 * manual/fr/advanced.xml
1598 * src/prefs_common.c
1599 * src/prefs_common.h
1600 * src/gtk/gtkutils.c
1601 * src/gtk/gtkutils.h
1602 add a hidden option to allow embedding the editaddress (edit contact details)
1603 dialog into the addressbook's window. This doesn't change the default
1606 2006-12-01 [wwp] 2.6.0cvs76
1608 * src/message_search.c
1609 * src/summary_search.c
1610 fix more focus issues (don't set focus to combobox's entry widget when
1611 entry's value changed, if entry widget has focus already).
1613 2006-12-01 [wwp] 2.6.0cvs75
1615 * src/gtk/quicksearch.c
1616 revert last changes to the quicksearch gtk_combo_box, this needs more
1619 2006-12-01 [paul] 2.6.0cvs74
1621 * tools/kdeservicemenu/README
1622 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1623 * tools/kdeservicemenu/install.sh
1624 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1625 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1626 simplify this stuff, and in so doing,
1627 fix it. (possibly re-extend it again at
1630 2006-12-01 [wwp] 2.6.0cvs73
1632 * src/gtk/quicksearch.c
1633 adapt quicksearch code to use modern gtk_combo_box'es.
1635 2006-12-01 [wwp] 2.6.0cvs72
1638 * src/prefs_common.c
1639 * src/prefs_common.h
1640 * src/message_search.c
1641 * src/summary_search.c
1642 * src/gtk/combobox.c
1643 * src/gtk/combobox.h
1644 add history combos to all message and summary search fields.
1646 2006-12-01 [wwp] 2.6.0cvs71
1649 As the list may change while the mark as read delay
1650 runs, we can't rely on the 'row' pointer, which can
1651 be invalid when the timeout is called. As the mark
1652 as read is only done if the message is still selected,
1653 use summaryview->selected instead. Thanks to Colin.
1655 2006-11-30 [paul] 2.6.0cvs70
1658 give emphasis to "Sylpheed-Claws"
1659 as well as "Claws Mail"
1661 2006-11-30 [colin] 2.6.0cvs69
1664 Put the SSL checkboxes in the receiving
1665 and sending server pages.
1667 2006-11-29 [colin] 2.6.0cvs68
1669 * src/gtk/gtkutils.c
1670 * src/gtk/gtkvscrollbutton.c
1671 Revert some deprecated fixes - they seem to
1672 deprecate stuff as soon as a new one gets out.
1673 g_object_ref_sink needed glib-2.10.
1675 2006-11-29 [colin] 2.6.0cvs67
1677 * src/common/utils.c
1678 Create .mailcap if it doesn't exist
1680 2006-11-29 [colin] 2.6.0cvs66
1683 Followup to cvs60: use original list
1684 of recipients if replying to a mail
1685 in Sent Drafts or Queue.
1687 2006-11-27 [paul] 2.6.0cvs65
1689 * src/image_viewer.c
1690 revert the last change for now (it's broken)
1692 2006-11-27 [paul] 2.6.0cvs64
1696 * m4/aclocal-include.m4
1713 * src/common/Makefile.am
1714 * src/common/claws.c
1715 * src/common/claws.h
1717 * src/common/sylpheed.c
1718 * src/common/sylpheed.h
1719 * src/etpan/Makefile.am
1720 * src/gtk/Makefile.am
1721 * src/gtk/claws-marshal.list
1723 * src/gtk/gtksctree.c
1724 * src/gtk/quicksearch.c
1725 * src/gtk/sylpheed-marshal.list
1726 * src/plugins/bogofilter/bogofilter.c
1727 * src/plugins/bogofilter/bogofilter_gtk.c
1728 * src/plugins/clamav/clamav_plugin.c
1729 * src/plugins/clamav/clamav_plugin_gtk.c
1730 * src/plugins/demo/demo.c
1731 * src/plugins/dillo_viewer/dillo_viewer.c
1732 * src/plugins/pgpcore/Makefile.am
1733 * src/plugins/pgpcore/claws.def
1734 * src/plugins/pgpcore/pgp_viewer.c
1735 * src/plugins/pgpcore/plugin.c
1736 * src/plugins/pgpcore/sylpheed.def
1737 * src/plugins/pgpinline/Makefile.am
1738 * src/plugins/pgpinline/claws.def
1739 * src/plugins/pgpinline/plugin.c
1740 * src/plugins/pgpinline/sylpheed.def
1741 * src/plugins/pgpmime/Makefile.am
1742 * src/plugins/pgpmime/claws.def
1743 * src/plugins/pgpmime/plugin.c
1744 * src/plugins/pgpmime/sylpheed.def
1745 * src/plugins/spamassassin/spamassassin.c
1746 * src/plugins/spamassassin/spamassassin_gtk.c
1747 * src/plugins/trayicon/trayicon.c
1749 remove deprecated gtk_tooltips_set_delay()
1751 2006-11-26 [paul] 2.6.0cvs63
1755 * src/image_viewer.c
1757 * src/gtk/gtkutils.c
1758 * src/gtk/gtkvscrollbutton.c
1759 * src/gtk/prefswindow.c
1760 * src/plugins/pgpcore/prefs_gpg.c
1761 replace more deprecated GTK+ functions
1763 2006-11-26 [paul] 2.6.0cvs62
1768 replace deprecated gtk_idle_... functions
1770 2006-11-26 [paul] 2.6.0cvs61
1776 * src/gtk/gtkvscrollbutton.c
1777 * src/gtk/quicksearch.c
1778 * src/plugins/pgpcore/passphrase.c
1779 replace deprecated gtk_timeout_add and
1782 2006-11-26 [paul] 2.6.0cvs60
1785 fix bug that caused the wrong recipient
1786 to be selected when replying to a msg
1787 which is From one of our accounts to
1788 another of our accounts
1790 2006-11-25 [paul] 2.6.0cvs59
1793 don't change the From column title to
1794 To if the To column is visible
1796 2006-11-24 [paul] 2.6.0cvs58
1799 fix bug 1069, 'Sent mails disappear, BCC
1800 or locking problem?'
1802 2006-11-21 [wwp] 2.6.0cvs57
1805 fix spelling menu when replying (same as 2.3.1cvs39):
1806 discrepancy between context menu and top menu when
1807 folder's dictionary isn't the default one.
1809 2006-11-19 [paul] 2.6.0cvs56
1812 obey always_show_msg option when
1814 * src/plugins/bogofilter/bogofilter.c
1817 2006-11-18 [paul] 2.6.0cvs55
1827 * src/gtk/icon_legend.c
1828 * src/gtk/icon_legend.h
1829 * tools/OOo2claws-mail.pl
1831 * tools/acroread2claws-mail.pl
1832 * tools/claws.i18n.status.pl
1833 * tools/filter_conv.pl
1834 * tools/filter_conv_new.pl
1835 * tools/freshmeat_search.pl
1836 * tools/google_search.pl
1837 * tools/kmail2claws-mail.pl
1838 * tools/kmail2claws-mail_v2.pl
1839 * tools/maildir2claws-mail.pl
1840 * tools/make.themes.project
1841 * tools/multiwebsearch.pl
1842 * tools/outlook2claws-mail.pl
1843 * tools/tb2claws-mail
1844 * tools/kdeservicemenu/README
1845 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1846 update mine and wwp's email addresses in
1849 * src/prefs_compose_writing.c
1850 set sensitivity on 'new message format' frame
1852 2006-11-17 [paul] 2.6.0cvs54
1855 more reworking of the GUI
1856 Patch by Fabien Vantard
1858 2006-11-16 [paul] 2.6.0cvs53
1861 set a minimum size for the window, allow
1862 it to automatically expand as necessary
1864 2006-11-16 [wwp] 2.6.0cvs52
1867 better wrap of copyright info on some systems.
1869 2006-11-16 [paul] 2.6.0cvs51
1872 move the tech info from the upper panel
1874 use a gtk_text_view for the features tab
1876 2006-11-16 [paul] 2.6.0cvs50
1879 update my email address
1886 * src/plugins/trayicon/trayicon.c
1887 don't offer simple menu separators
1890 add separator between 'mark all read'
1893 2006-11-15 [wwp] 2.6.0cvs49
1896 updated manuals authors.
1898 2006-11-14 [paul] 2.6.0cvs48
1901 Fix Options/Reply mode after draft save
1903 2006-11-14 [paul] 2.6.0cvs47
1906 Fix make DESTDIR=...
1909 * src/plugins/pgpinline/pgpinline.c
1910 Probably fix bug 1061
1912 2006-11-14 [paul] 2.6.0cvs46
1917 * src/stock_pixmap.c
1918 * src/stock_pixmap.h
1920 * src/pixmaps/active.xpm
1921 * src/pixmaps/inactive.xpm
1922 add a new page, 'Features', to the About dialog
1923 showing which features are compiled in and which
1926 2006-11-14 [paul] 2.6.0cvs45
1929 updated by Pavlo Bohmat
1931 2006-11-14 [colin] 2.6.0cvs44
1939 * src/gtk/gtkaspell.c
1940 Fix 64-bit-related warnings
1942 Fix possible infinite loop
1943 * src/plugins/pgpcore/sgpgme.c
1944 Remove useless check
1946 2006-11-13 [colin] 2.6.0cvs43
1948 * src/gtk/Makefile.am
1949 authors.h isn't generated
1951 2006-11-13 [colin] 2.6.0cvs42
1953 * src/plugins/pgpinline/pgpinline.c
1954 * src/plugins/pgpmime/pgpmime.c
1955 Very probably fix bug 1061, 'crash on
1956 opening signed email'. Another cast
1959 2006-11-13 [colin] 2.6.0cvs41
1961 * src/plugins/pgpcore/sgpgme.c
1962 Maybe fix bug 1061, 'crash on opening
1965 2006-11-13 [wwp] 2.6.0cvs40
1967 * src/plugins/pgpinline/pgpinline.c
1968 fix candidate for bug #1057, thanks to Colin.
1970 2006-11-13 [wwp] 2.6.0cvs39
1973 * src/quote_fmt_parse.y
1974 fix bug 1052: current parser buffer was not always
1975 allocated, ptr to this buffer could be returned as
1976 NULL whereas no parser error has occurred. in
1977 consequence, defining a template body as "%d"
1978 (w/o the quotes) for the first time of the instance
1979 of claws-mail, was reporting a parser error. make
1980 sure that the buffer is always allocated, even to
1982 fix mis-unescaping in compose.:compose_quote_fmt():
1983 unescaping of the fmt string was always done
1984 whereas it must be done *only* when receiving
1985 quote format strings issued from the prefs
1986 (compose new message, reply, forward, redirect
1987 formats), *not* when applying templates. in
1988 consequences, applying templates w/ sequences
1989 like \\|p{echo} were failing. make sure that
1990 unescaping is done only when necessary.
1992 2006-11-12 [colin] 2.6.0cvs38
1997 2006-11-12 [colin] 2.6.0cvs37
1999 * src/plugins/pgpinline/pgpinline.c
2000 * src/plugins/pgpmime/pgpmime.c
2001 Release GPG context at the latest
2002 possible moment. Maybe fixes
2003 bug 1057, 'crash on sending signed
2004 message to a newsgroup'
2007 2006-11-12 [colin] 2.6.0cvs36
2009 * src/plugins/pgpcore/sgpgme.c
2010 Tell a bit more when gpg's status doesn't
2011 contain any signature
2013 2006-11-12 [colin] 2.6.0cvs35
2016 Fix bug 1060, 'compilation error with
2019 2006-11-12 [paul] 2.6.0cvs34
2021 * doc/man/claws-mail.1
2023 * src/plugins/clamav/README
2024 * src/plugins/spamassassin/README
2026 * tools/freshmeat_search.pl
2027 * tools/google_search.pl
2028 * tools/multiwebsearch.pl
2030 * src/plugins/trayicon/trayicon.c
2031 fix compiliation warning
2033 2006-11-11 [colin] 2.6.0cvs33
2036 Forbid drag and drop from/to different
2037 folders of type F_UNKNOWN
2039 2006-11-11 [colin] 2.6.0cvs32
2041 * src/plugins/pgpinline/pgpinline.c
2042 Fix typo in previous commit:
2044 + if ((err = gpgme_new(&data->ctx)) ...)
2046 2006-11-11 [colin] 2.6.0cvs31
2048 * src/plugins/pgpinline/pgpinline.c
2049 * src/plugins/pgpmime/pgpmime.c
2050 Check success after calling gpgme_new
2051 Maybe fixes bug 1057, 'crash on sending
2052 signed message to a newsgroup'
2054 2006-11-11 [colin] 2.6.0cvs30
2057 init undostruct to 0s (from
2058 valgrind log of bug 1057)
2060 2006-11-10 [colin] 2.6.0cvs29
2063 Set cursor to wait before filtering
2064 duplicates in all folders
2065 * src/plugins/bogofilter/bogofilter.c
2066 * src/plugins/bogofilter/bogofilter.h
2067 * src/plugins/bogofilter/bogofilter_gtk.c
2068 Completely thread away the bogofilter
2071 2006-11-10 [mones] 2.6.0cvs28
2075 added COMPOSE_CHECK_BEFORE_SEND hook
2077 2006-11-10 [paul] 2.6.0cvs27
2081 add libSM to get_compiled_in_features()
2085 2006-11-10 [colin] 2.6.0cvs26
2087 * src/etpan/imap-thread.c
2088 Add a reference to libetpan's sasl engine
2089 so that sasl_done() doesn't get called by
2090 libetpan, and doesn't break openssl.
2091 Should fix bug 1053, 'SC fails to reestablish
2092 a secure connection'
2095 2006-11-10 [colin] 2.6.0cvs25
2097 * manual/addrbook.xml
2098 * manual/advanced.xml
2103 2006-11-09 [colin] 2.6.0cvs24
2105 * src/plugins/bogofilter/bogofilter_gtk.c
2106 Add comment about annoyance
2108 2006-11-09 [colin] 2.6.0cvs23
2110 * src/plugins/bogofilter/bogofilter.c
2111 * src/plugins/bogofilter/bogofilter_gtk.c
2112 Prepare things needed to thread bogofilter
2113 filtering: separate bogo stuff and possible GUI
2116 2006-11-09 [colin] 2.6.0cvs22
2120 Search for one of our accounts in Delivered-To
2121 (helps for auto-account selection when
2122 replying/forwarding)
2126 * src/plugins/trayicon/trayicon.c
2127 Allow opening a new mail with any account from
2130 2006-11-09 [wwp] 2.6.0cvs21
2133 * src/prefs_common.c
2134 * src/prefs_common.h
2135 * src/prefs_compose_writing.c
2136 add a compose new message format (in prefs/compose/writing), it's a
2137 simple subject+body template to use when opening a new composition
2138 window. It's similar to the existent reply and forward formats.
2140 enhanced the template/format % symbols substitution mechanism to
2141 use current composition window information when % are used in
2142 the compose new message format or in templates applied to new
2143 messages (there were useless in that situations before). When
2144 applied to new messages, %d corresponds to the system time/date.
2146 2006-11-09 [paul] 2.6.0cvs20
2151 2006-11-09 [paul] 2.6.0cvs19
2154 keep tje alphabetical order
2156 2006-11-08 [colin] 2.6.0cvs18
2158 * src/etpan/imap-thread.c
2159 Fix bug 1054, 'Slowness logging big
2162 2006-11-08 [paul] 2.6.0cvs17
2167 2006-11-08 [paul] 2.6.0cvs16
2172 2006-11-08 [paul] 2.6.0cvs15
2175 * tools/OOo2claws-mail.pl
2176 * tools/OOo2sylpheed.pl
2178 * tools/acroread2claws-mail.pl
2179 * tools/acroread2sylpheed.pl
2180 * tools/kmail2claws-mail.pl
2181 * tools/kmail2claws-mail_v2.pl
2182 * tools/kmail2sylpheed.pl
2183 * tools/kmail2sylpheed_v2.pl
2184 * tools/maildir2claws-mail.pl
2185 * tools/maildir2sylpheed.pl
2186 * tools/nautilus2claws-mail.sh
2187 * tools/nautilus2sylpheed.sh
2188 * tools/outlook2claws-mail.pl
2189 * tools/outlook2sylpheed.pl
2190 * tools/tb2claws-mail
2192 * tools/tbird2claws.py
2193 * tools/tbird2syl.py
2194 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2195 * tools/kdeservicemenu/install.sh
2196 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2197 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2198 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2199 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2200 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2201 renamed (removed, added) tools files
2203 2006-11-08 [paul] 2.6.0cvs14
2207 Migrate sylpheedrc to clawsrc, and fix the standard
2208 plugins path in the process
2210 2006-11-07 [colin] 2.6.0cvs13
2213 Symlink sylpheed-claws relative to
2216 2006-11-07 [colin] 2.6.0cvs12
2219 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2221 2006-11-07 [paul] 2.6.0cvs11
2224 Fix a missed occurence of
2227 2006-11-07 [paul] 2.6.0cvs10
2230 Fix symlink installation
2232 2006-11-07 [paul] 2.6.0cvs9
2235 Symlink claws-mail to sylpheed-claws
2236 * src/common/utils.c
2237 Fix migrating symlinks
2238 * src/etpan/imap-thread.c
2239 check certificate only when there's
2242 2006-11-07 [paul] 2.6.0cvs8
2245 Fix icon breakages with Gtk, which needs a
2246 cache updated to see them.
2248 2006-11-07 [paul] 2.6.0cvs7
2259 * claws-mail-128x128.png
2260 * claws-mail-64x64.png
2265 * sylpheed-claws-128x128.png
2266 * sylpheed-claws-64x64.png
2267 * sylpheed-claws.desktop
2268 * sylpheed-claws.ico
2269 * sylpheed-claws.pc.in
2270 * sylpheed-claws.png
2271 * debian/README.Debian
2273 * debian/claws-mail.desktop
2274 * debian/claws-mail.menu
2275 * debian/claws-mail.postinst.debhelper
2276 * debian/claws-mail.postrm.debhelper
2281 * debian/sylpheed-claws.desktop
2282 * debian/sylpheed-claws.menu
2283 * debian/sylpheed-claws.postinst.debhelper
2284 * debian/sylpheed-claws.postrm.debhelper
2285 * doc/man/Makefile.am
2286 * doc/man/claws-mail.1
2287 * doc/man/sylpheed-claws.1
2288 * doc/src/ChangeLog.claws-pre0.8.0
2289 * manual/Makefile.am
2290 * manual/account.xml
2292 * manual/addrbook.xml
2293 * manual/advanced.xml
2294 * manual/claws-mail-manual.xml
2296 * manual/glossary.xml
2297 * manual/handling.xml
2299 * manual/keyboard.xml
2300 * manual/plugins.xml
2301 * manual/starting.xml
2302 * manual/sylpheed-claws-manual.xml
2304 * manual/dist/.cvsignore
2305 * manual/dist/html/.cvsignore
2306 * manual/dist/html/Makefile.am
2307 * manual/dist/pdf/.cvsignore
2308 * manual/dist/pdf/Makefile.am
2309 * manual/dist/ps/.cvsignore
2310 * manual/dist/ps/Makefile.am
2311 * manual/dist/txt/.cvsignore
2312 * manual/dist/txt/Makefile.am
2313 * manual/es/Makefile.am
2314 * manual/es/advanced.xml
2315 * manual/es/claws-mail-manual.xml
2317 * manual/es/glossary.xml
2318 * manual/es/handling.xml
2319 * manual/es/intro.xml
2320 * manual/es/plugins.xml
2321 * manual/es/sylpheed-claws-manual.xml
2322 * manual/es/dist/.cvsignore
2323 * manual/es/dist/html/.cvsignore
2324 * manual/es/dist/html/Makefile.am
2325 * manual/es/dist/pdf/.cvsignore
2326 * manual/es/dist/pdf/Makefile.am
2327 * manual/es/dist/ps/.cvsignore
2328 * manual/es/dist/ps/Makefile.am
2329 * manual/es/dist/txt/.cvsignore
2330 * manual/es/dist/txt/Makefile.am
2331 * manual/fr/Makefile.am
2332 * manual/fr/account.xml
2334 * manual/fr/addrbook.xml
2335 * manual/fr/advanced.xml
2336 * manual/fr/claws-mail-manual.xml
2338 * manual/fr/glossary.xml
2339 * manual/fr/handling.xml
2340 * manual/fr/intro.xml
2341 * manual/fr/keyboard.xml
2342 * manual/fr/plugins.xml
2343 * manual/fr/starting.xml
2344 * manual/fr/sylpheed-claws-manual.xml
2345 * manual/fr/dist/.cvsignore
2346 * manual/fr/dist/html/.cvsignore
2347 * manual/fr/dist/html/Makefile.am
2348 * manual/fr/dist/pdf/.cvsignore
2349 * manual/fr/dist/pdf/Makefile.am
2350 * manual/fr/dist/ps/.cvsignore
2351 * manual/fr/dist/ps/Makefile.am
2352 * manual/fr/dist/txt/.cvsignore
2353 * manual/fr/dist/txt/Makefile.am
2354 * manual/pl/Makefile.am
2355 * manual/pl/account.xml
2357 * manual/pl/addrbook.xml
2358 * manual/pl/advanced.xml
2359 * manual/pl/claws-mail-manual.xml
2361 * manual/pl/glossary.xml
2362 * manual/pl/handling.xml
2363 * manual/pl/intro.xml
2364 * manual/pl/keyboard.xml
2365 * manual/pl/plugins.xml
2366 * manual/pl/starting.xml
2367 * manual/pl/sylpheed-claws-manual.xml
2368 * manual/pl/dist/.cvsignore
2369 * manual/pl/dist/html/.cvsignore
2370 * manual/pl/dist/html/Makefile.am
2371 * manual/pl/dist/pdf/.cvsignore
2372 * manual/pl/dist/pdf/Makefile.am
2373 * manual/pl/dist/ps/.cvsignore
2374 * manual/pl/dist/ps/Makefile.am
2375 * manual/pl/dist/txt/.cvsignore
2376 * manual/pl/dist/txt/Makefile.am
2400 * src/addressbook_foldersel.c
2401 * src/addressbook_foldersel.h
2423 * src/customheader.c
2424 * src/customheader.h
2425 * src/displayheader.c
2426 * src/displayheader.h
2437 * src/editldap_basedn.c
2438 * src/editldap_basedn.h
2454 * src/folder_item_prefs.c
2455 * src/folder_item_prefs.h
2462 * src/grouplistdialog.c
2463 * src/grouplistdialog.h
2466 * src/image_viewer.c
2467 * src/image_viewer.h
2506 * src/matcher_parser.h
2507 * src/matcher_parser_lex.l
2508 * src/matcher_parser_parse.y
2511 * src/message_search.c
2512 * src/message_search.h
2531 * src/partial_download.c
2532 * src/partial_download.h
2537 * src/prefs_account.c
2538 * src/prefs_account.h
2539 * src/prefs_actions.c
2540 * src/prefs_actions.h
2541 * src/prefs_common.c
2542 * src/prefs_common.h
2543 * src/prefs_compose_writing.c
2544 * src/prefs_compose_writing.h
2545 * src/prefs_customheader.c
2546 * src/prefs_customheader.h
2547 * src/prefs_display_header.c
2548 * src/prefs_display_header.h
2549 * src/prefs_ext_prog.c
2550 * src/prefs_ext_prog.h
2551 * src/prefs_filtering.c
2552 * src/prefs_folder_column.c
2553 * src/prefs_folder_column.h
2554 * src/prefs_folder_item.c
2555 * src/prefs_folder_item.h
2560 * src/prefs_image_viewer.c
2561 * src/prefs_image_viewer.h
2562 * src/prefs_matcher.c
2563 * src/prefs_matcher.h
2564 * src/prefs_message.c
2565 * src/prefs_message.h
2566 * src/prefs_msg_colors.c
2567 * src/prefs_msg_colors.h
2572 * src/prefs_receive.c
2573 * src/prefs_receive.h
2576 * src/prefs_spelling.c
2577 * src/prefs_spelling.h
2578 * src/prefs_summaries.c
2579 * src/prefs_summaries.h
2580 * src/prefs_summary_column.c
2581 * src/prefs_summary_column.h
2582 * src/prefs_template.c
2583 * src/prefs_template.h
2584 * src/prefs_themes.c
2585 * src/prefs_themes.h
2586 * src/prefs_toolbar.c
2587 * src/prefs_toolbar.h
2588 * src/prefs_wrapping.c
2589 * src/prefs_wrapping.h
2599 * src/quote_fmt_parse.y
2602 * src/remotefolder.c
2603 * src/remotefolder.h
2604 * src/send_message.c
2605 * src/send_message.h
2608 * src/sourcewindow.c
2609 * src/sourcewindow.h
2614 * src/stock_pixmap.c
2615 * src/stock_pixmap.h
2616 * src/summary_search.c
2617 * src/summary_search.h
2634 * src/common/base64.c
2635 * src/common/base64.h
2637 * src/common/hooks.c
2638 * src/common/hooks.h
2641 * src/common/mgutils.c
2642 * src/common/mgutils.h
2645 * src/common/passcrypt.c
2646 * src/common/passcrypt.h.in
2647 * src/common/plugin.c
2648 * src/common/plugin.h
2649 * src/common/prefs.c
2650 * src/common/prefs.h
2651 * src/common/progressindicator.c
2652 * src/common/progressindicator.h
2653 * src/common/quoted-printable.c
2654 * src/common/quoted-printable.h
2655 * src/common/session.c
2656 * src/common/session.h
2659 * src/common/socket.c
2660 * src/common/socket.h
2663 * src/common/stringtable.c
2664 * src/common/stringtable.h
2665 * src/common/sylpheed.c
2666 * src/common/sylpheed.h
2667 * src/common/template.c
2668 * src/common/template.h
2669 * src/common/timing.h
2670 * src/common/utils.c
2671 * src/common/utils.h
2672 * src/common/version.h.in
2675 * src/common/xmlprops.c
2676 * src/common/xmlprops.h
2678 * src/gtk/colorlabel.c
2679 * src/gtk/colorlabel.h
2680 * src/gtk/colorsel.c
2681 * src/gtk/colorsel.h
2682 * src/gtk/combobox.c
2683 * src/gtk/combobox.h
2684 * src/gtk/description_window.c
2685 * src/gtk/description_window.h
2688 * src/gtk/foldersort.c
2689 * src/gtk/foldersort.h
2690 * src/gtk/gtkaspell.c
2691 * src/gtk/gtkaspell.h
2692 * src/gtk/gtksctree.c
2693 * src/gtk/gtkshruler.c
2694 * src/gtk/gtkshruler.h
2695 * src/gtk/gtkutils.c
2696 * src/gtk/gtkutils.h
2697 * src/gtk/icon_legend.c
2698 * src/gtk/icon_legend.h
2699 * src/gtk/logwindow.c
2700 * src/gtk/logwindow.h
2701 * src/gtk/manage_window.c
2702 * src/gtk/manage_window.h
2703 * src/gtk/pluginwindow.c
2704 * src/gtk/pluginwindow.h
2705 * src/gtk/prefswindow.c
2706 * src/gtk/prefswindow.h
2707 * src/gtk/quicksearch.c
2708 * src/gtk/quicksearch.h
2709 * src/pixmaps/claws-mail.xpm
2710 * src/pixmaps/claws-mail_icon.xpm
2711 * src/pixmaps/claws-mail_logo.xpm
2712 * src/pixmaps/sylpheed-claws.xpm
2713 * src/pixmaps/sylpheed-claws_icon.xpm
2714 * src/pixmaps/sylpheed-claws_logo.xpm
2715 * src/plugins/bogofilter/Makefile.am
2716 * src/plugins/bogofilter/bogofilter.c
2717 * src/plugins/bogofilter/bogofilter.h
2718 * src/plugins/bogofilter/bogofilter_gtk.c
2719 * src/plugins/clamav/Makefile.am
2720 * src/plugins/clamav/clamav_plugin.c
2721 * src/plugins/clamav/clamav_plugin.h
2722 * src/plugins/clamav/clamav_plugin_gtk.c
2723 * src/plugins/demo/Makefile.am
2724 * src/plugins/demo/demo.c
2725 * src/plugins/dillo_viewer/Makefile.am
2726 * src/plugins/dillo_viewer/README
2727 * src/plugins/dillo_viewer/dillo_prefs.c
2728 * src/plugins/dillo_viewer/dillo_prefs.h
2729 * src/plugins/dillo_viewer/dillo_viewer.c
2730 * src/plugins/pgpcore/Makefile.am
2731 * src/plugins/pgpcore/passphrase.c
2732 * src/plugins/pgpcore/passphrase.h
2733 * src/plugins/pgpcore/pgp_viewer.c
2734 * src/plugins/pgpcore/pgp_viewer.h
2735 * src/plugins/pgpcore/plugin.c
2736 * src/plugins/pgpcore/prefs_gpg.c
2737 * src/plugins/pgpcore/prefs_gpg.h
2738 * src/plugins/pgpcore/select-keys.c
2739 * src/plugins/pgpcore/select-keys.h
2740 * src/plugins/pgpcore/sgpgme.c
2741 * src/plugins/pgpcore/sgpgme.h
2742 * src/plugins/pgpcore/sylpheed.def
2743 * src/plugins/pgpcore/version.rc
2744 * src/plugins/pgpinline/Makefile.am
2745 * src/plugins/pgpinline/pgpinline.c
2746 * src/plugins/pgpinline/pgpinline.h
2747 * src/plugins/pgpinline/plugin.c
2748 * src/plugins/pgpinline/sylpheed.def
2749 * src/plugins/pgpinline/version.rc
2750 * src/plugins/pgpmime/Makefile.am
2751 * src/plugins/pgpmime/pgpmime.c
2752 * src/plugins/pgpmime/pgpmime.h
2753 * src/plugins/pgpmime/plugin.c
2754 * src/plugins/pgpmime/sylpheed.def
2755 * src/plugins/pgpmime/version.rc
2756 * src/plugins/spamassassin/Makefile.am
2757 * src/plugins/spamassassin/README
2758 * src/plugins/spamassassin/spamassassin.c
2759 * src/plugins/spamassassin/spamassassin.h
2760 * src/plugins/spamassassin/spamassassin_gtk.c
2761 * src/plugins/trayicon/Makefile.am
2762 * src/plugins/trayicon/trayicon.c
2763 * tools/OOo2sylpheed.pl
2765 * tools/README.sylprint
2766 * tools/acroread2sylpheed.pl
2767 * tools/claws.i18n.status.pl
2768 * tools/filter_conv.pl
2769 * tools/filter_conv_new.pl
2770 * tools/freshmeat_search.pl
2771 * tools/google_search.pl
2772 * tools/kmail2sylpheed.pl
2773 * tools/kmail2sylpheed_v2.pl
2774 * tools/make.themes.project
2775 * tools/multiwebsearch.pl
2776 * tools/nautilus2sylpheed.sh
2777 * tools/outlook2sylpheed.pl
2781 * tools/textviewer.sh
2782 * tools/vcard2xml.py
2783 * tools/kdeservicemenu/README
2784 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2785 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2786 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2787 Change name to Claws Mail. Announce to follow...
2789 2006-11-06 [wwp] 2.6.0cvs6
2791 * src/prefs_template.c
2792 unify messages related to quote format/template errors (fix
2793 capitalization), again.
2795 2006-11-06 [wwp] 2.6.0cvs5
2798 unify messages related to quote format/template errors.
2800 2006-11-06 [wwp] 2.6.0cvs4
2802 * src/prefs_msg_colors.c
2803 more uses of Q_ macro for contextual translations, thanks
2806 2006-11-06 [wwp] 2.6.0cvs3
2809 * src/common/utils.c
2810 * src/common/utils.h
2811 show an alertpanel to make sure users are aware that sensitive
2812 files are attached (it's file blacklist-based). This will fix
2813 interaction w/ GoogleEarth for instance, thanks to Colin.
2815 2006-11-06 [wwp] 2.6.0cvs2
2818 * src/prefs_template.c
2819 * src/prefs_template.h
2820 check quote format when applying/closing prefs. For now this only
2821 shows up an error dialog box, not preventing the user from using
2822 a broken quote (reply, forwards) format.
2824 2006-11-06 [wwp] 2.6.0cvs1
2826 * src/prefs_template.c
2827 fix missing checks of some template fields.
2829 2006-11-06 [paul] 2.6.0
2836 2006-11-06 [paul] 2.5.6cvs22
2838 * manual/advanced.xml
2839 * manual/es/advanced.xml
2840 put 'respect_flowed_format' info in the correct
2843 2006-11-06 [mones] 2.5.6cvs21
2846 Minor fixes for release
2848 2006-11-06 [paul] 2.5.6cvs20
2859 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
2860 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
2861 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
2864 2006-11-02 [colin] 2.5.6cvs19
2868 * src/prefs_account.c
2869 * src/etpan/imap-thread.c
2870 Add GSSAPI support - fixes Debian bug #383274
2872 2006-11-01 [colin] 2.5.6cvs18
2875 Handle libpisock12 support. Probably
2876 fixes bug 1046, 'jpilot AddressDB.pdb
2879 2006-11-01 [colin] 2.5.6cvs17
2882 debug_print() folderutils_mark_all_read()
2884 2006-11-01 [colin] 2.5.6cvs16
2887 Add missed files to the Apache exception
2889 2006-10-31 [colin] 2.5.6cvs15
2893 Add a copy_private_data() func to FolderClasses
2894 Doesn't break the feature freeze, because we
2895 won't use it (right now) in the core.
2897 2006-10-31 [colin] 2.5.6cvs14
2900 Allow linking with the Apache licensed files in
2901 src/plugins/spamassassin. Hopefully fixes
2902 bug 1048, 'Spamassassin plugin license problem'
2904 2006-10-31 [wwp] 2.5.6cvs13
2907 fix and optimize trimming of leading linefeeds in body loop.
2909 2006-10-31 [colin] 2.5.6cvs12
2911 * src/etpan/imap-thread.c
2913 Make really sure to have NULL sets in case
2916 2006-10-30 [wwp] 2.5.6cvs11
2918 * src/prefs_common.c
2919 * src/prefs_common.h
2921 fix broken storage of quote format template when it contains \-escape
2922 sequences. The application of such sequences is also fixed now (\t
2923 in quote format will be a real tab instead of a 't', for instance).
2925 2006-10-27 [colin] 2.5.6cvs10
2928 Probably fix bug 1045, 'sylpheed-claws
2929 doesn't remove the mail from the IMAP
2930 Queue folder after sending'. From
2933 2006-10-27 [colin] 2.5.6cvs9
2936 Require libetpan-0.48. I'm so annoying,
2939 2006-10-27 [colin] 2.5.6cvs8
2943 Probably fix bug 1044, 'sylpheed-claws
2944 segfaults while moving mails' - Fix relation
2945 usage when moving to an IMAP mailbox from another
2948 2006-10-26 [paul] 2.5.6cvs7
2951 add libSM to compiled-in features
2954 2006-10-24 [colin] 2.5.6cvs6
2957 * src/gtk/gtkutils.c
2958 Fix crash when printing emails with an
2961 2006-10-24 [mones] 2.5.6cvs5
2963 * manual/es/advanced.xml
2964 Synchronize hidden option respect_flowed_format
2968 2006-10-21 [paul] 2.5.6cvs4
2971 * src/plugins/pgpcore/pgp_viewer.c
2972 * src/plugins/pgpcore/sgpgme.c
2973 fix building on BSDs
2974 Thanks to Michael Hughes
2975 <Sylpheed-Claws_user@thehugheslogcabin.net>
2977 2006-10-20 [colin] 2.5.6cvs3
2980 Bump up libetpan requirement
2981 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
2982 * src/common/utils.c
2983 * src/common/utils.h
2984 Add convenience get_file_mtime()
2986 * src/etpan/imap-thread.c
2987 * src/etpan/imap-thread.h
2988 Implement UIDPLUS support if the server
2989 supports it - faster sending in this case
2991 2006-10-19 [colin] 2.5.6cvs2
2993 * src/gtk/quicksearch.c
2994 Fix emptying in type-ahead+extended mode
2997 Add a hook for offline state change
2998 * src/plugins/trayicon/trayicon.c
2999 Use it to display offline icons
3000 * src/plugins/trayicon/Makefile.am
3001 * src/plugins/trayicon/newmail.offline.xpm
3002 * src/plugins/trayicon/newmarkedmail.offline.xpm
3003 * src/plugins/trayicon/nomail.offline.xpm
3004 * src/plugins/trayicon/unreadmail.offline.xpm
3005 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3008 2006-10-12 [paul] 2.5.6cvs1
3013 Update version number following
3016 2006-10-19 [colin] 2.5.5cvs18
3018 * manual/handling.xml
3019 Add type-ahead search
3021 2006-10-18 [colin] 2.5.5cvs17
3023 * src/gtk/quicksearch.c
3024 Remove "save to history only if there's
3025 no syntax error", it breaks for some
3026 reason which I'll investigate later.
3028 2006-10-18 [colin] 2.5.5cvs16
3030 * src/prefs_common.c
3031 * src/prefs_common.h
3033 * src/gtk/quicksearch.c
3034 * src/gtk/quicksearch.h
3035 Add a type-ahead option for fast searches
3036 Patch by Fabien Vantard
3038 2006-10-18 [colin] 2.5.5cvs15
3042 Add Options/Reply mode/ menu to be able to
3043 change the recipients of a reply on the fly
3045 2006-10-18 [colin] 2.5.5cvs14
3048 Fix redirecting of our own sent mails
3050 2006-10-17 [wwp] 2.5.5cvs13
3052 * src/send_message.c
3053 Fix duplicate error messages when sending, and missing
3054 newline in such error messages.
3056 2006-10-17 [colin] 2.5.5cvs12
3059 Compare addresses case-insensitive
3061 2006-10-17 [colin] 2.5.5cvs11
3063 * src/plugins/pgpcore/sgpgme.c
3066 2006-10-17 [colin] 2.5.5cvs10
3068 * src/plugins/pgpcore/pgp_viewer.c
3071 2006-10-17 [colin] 2.5.5cvs9
3074 Fix a typo (thanks to Fabien)
3076 2006-10-16 [colin] 2.5.5cvs8
3079 Fix problem with quote-folding when emails
3080 don't convert cleanly to UTF-8
3082 2006-10-14 [colin] 2.5.5cvs7
3084 * src/prefs_template.c
3085 Reset fields when reopening
3088 2006-10-13 [paul] 2.5.5cvs6
3090 * manual/advanced.xml
3091 * src/prefs_message.c
3092 make 'respect_flowed_format' a hidden
3093 option, and add a manual entry for it
3096 2006-10-12 [colin] 2.5.5cvs5
3099 Revert part of 2.5.2cvs21:
3100 Don't optimise by reusing the
3101 last iconv converter if possible:
3102 it seems slightly broken in a
3103 very hard way to reproduce
3105 2006-10-12 [colin] 2.5.5cvs4
3107 * src/prefs_common.c
3108 * src/prefs_common.h
3109 * src/prefs_message.c
3111 Fix bug 1035, 'Incorrect handling
3112 of flowed lines'. We now optionnaly
3113 handle this format (preference is in
3114 Message View/Text options section)
3116 2006-10-12 [colin] 2.5.5cvs3
3120 * src/plugins/pgpcore/pgp_viewer.c
3121 * src/plugins/pgpcore/sgpgme.c
3122 Don't try to import without asking
3124 2006-10-12 [colin] 2.5.5cvs2
3127 Fix bug 1036, 'Forwarding a mutlipart
3128 mail with a "text/html" block to ms
3129 outlook users leeds to freeze of
3130 outlook'. Poor outlook users...
3132 2006-10-12 [paul] 2.5.5cvs1
3137 Update version number following
3140 2006-10-11 [paul] 2.5.4cvs1
3145 Update version number following
3148 2006-10-11 [paul] 2.5.3cvs32
3151 fix bug 1032, 'Segmentation fault when showing
3152 message' (bug in quote folding)
3155 2006-10-10 [colin] 2.5.3cvs31
3158 Rephrase english a bit
3160 2006-10-10 [colin] 2.5.3cvs30
3162 * src/prefs_compose_writing.c
3163 Stop making the page larger than the window
3165 2006-10-10 [wwp] 2.5.3cvs29
3168 * src/prefs_template.c
3171 * src/quote_fmt_lex.l
3172 * src/quote_fmt_parse.y
3173 Extend the quote parser a bit: allow to get access to
3174 basic (composing) account info.
3176 2006-10-10 [colin] 2.5.3cvs28
3179 Fix this \t problem in subject
3181 2006-10-09 [colin] 2.5.3cvs27
3185 Prepare cache a bit later
3186 If section already exists, skip the new one
3187 (as previously); avoid writing the same block
3188 twice - if we find a second block with the
3190 * src/plugins/pgpcore/pgp_viewer.c
3191 Set cursor to busy when retrieving a key
3192 * src/plugins/pgpcore/sgpgme.c
3193 allow 5 seconds for gpg to export the key
3196 2006-10-09 [colin] 2.5.3cvs26
3201 Check for existence of fgets_unlocked
3204 2006-10-09 [paul] 2.5.3cvs25
3206 * src/prefs_summaries.c
3207 replace strftime() with fast_strftime() and in
3208 the consequence fix the bug in the display of
3209 AM/PM in the 'Example' string
3211 2006-10-09 [ticho] 2.5.3cvs24
3214 Updated (and fixed up somewhat) Slovak translation.
3216 2006-10-08 [colin] 2.5.3cvs23
3218 * src/prefs_folder_item.c
3219 Explain why prefs in the top-level folder
3220 aren't retained, but are still useful
3222 2006-10-08 [colin] 2.5.3cvs22
3225 Don't cache anything if caching fails
3227 2006-10-08 [colin] 2.5.3cvs21
3229 * src/common/utils.c
3230 always include gi18n.h
3232 2006-10-07 [colin] 2.5.3cvs20
3234 * src/plugins/pgpcore/pgp_viewer.c
3235 Kill gpg after 5 seconds wait
3237 2006-10-07 [colin] 2.5.3cvs19
3239 * src/plugins/pgpcore/pgp_viewer.c
3240 * src/plugins/pgpcore/pgp_viewer.h
3243 2006-10-07 [colin] 2.5.3cvs18
3245 * src/plugins/pgpcore/pgp_viewer.c
3246 * src/plugins/pgpcore/pgp_viewer.h
3247 Actually add the files to CVS
3249 2006-10-07 [colin] 2.5.3cvs17
3251 * src/plugins/pgpcore/sgpgme.c
3252 Be sure not to crash on 'application/pgp-signature' that
3253 are not application/pgp-signatures
3255 2006-10-07 [colin] 2.5.3cvs16
3259 Make a bit more of the API available
3260 * src/plugins/pgpcore/Makefile.am
3261 * src/plugins/pgpcore/plugin.c
3262 * src/plugins/pgpcore/sgpgme.c
3263 Add basic key import/export
3265 2006-10-07 [colin] 2.5.3cvs15
3269 * src/prefs_account.c
3271 Warn users *everywhere* if libetpan's not
3274 2006-10-06 [mones] 2.5.3cvs14
3278 updated by Stephan Sachse and me
3280 2006-10-06 [colin] 2.5.3cvs13
3283 * src/common/sylpheed.c
3284 Don't load common plugins if --exit is passed
3287 Implement a cache to avoid reading the same
3288 files over and over again at startup
3290 2006-10-06 [colin] 2.5.3cvs12
3293 * src/gtk/quicksearch.c
3294 Update display every 5k mails on fast searches
3296 2006-10-06 [colin] 2.5.3cvs11
3299 Don't do quote folding on HTML or ERTF.
3300 May fix the Cygwin issues if they were
3301 happening with HTML mails?
3303 2006-10-05 [colin] 2.5.3cvs10
3308 2006-10-05 [colin] 2.5.3cvs9
3311 Use unlocked_stdio here too
3313 2006-10-05 [colin] 2.5.3cvs8
3316 Fix go to next * after preferences apply
3318 Do the fd lock/unlock ourselves instead of
3319 letting the libc do it at each write
3321 2006-10-05 [colin] 2.5.3cvs7
3323 * src/common/utils.c
3324 Faster division, thanks to Jean Diraison
3326 2006-10-05 [paul] 2.5.3cvs6
3328 * src/common/utils.c
3329 fix building with --disable-nls
3331 2006-10-04 [colin] 2.5.3cvs5
3334 Maybe fix a segfault
3336 2006-10-04 [wwp] 2.5.3cvs4
3338 * src/prefs_folder_item.c
3339 Fine-tune layouts in folder item prefs. Suggested by
3340 Fabien Vantard <fzzzzz@gmail.com>.
3342 2006-10-04 [wwp] 2.5.3cvs3
3344 * src/prefs_folder_item.c
3345 Kill the clandestine passengers. You didn't see anything.
3347 2006-10-04 [wwp] 2.5.3cvs2
3349 * src/prefs_folder_item.c
3350 Add a way to test the subject simplify regexp in
3351 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3352 w/ few layout changes.
3354 2006-20-04 [paul] 2.5.3cvs1
3359 Update version number following
3362 2006-10-04 [colin] 2.5.2cvs42
3367 Provide a way for folder classes to set their sort
3370 2006-10-03 [colin] 2.5.2cvs41
3373 Don't use strlen() to know if the
3376 2006-10-03 [colin] 2.5.2cvs40
3379 Fix "check for new folders" with accentued folders
3381 2006-10-03 [ticho] 2.5.2cvs39
3387 Colin's fix for "copy" filtering rules.
3389 2006-10-02 [colin] 2.5.2cvs38
3392 Fix for double-click too
3394 2006-10-02 [colin] 2.5.2cvs37
3397 correct fix for cvs36
3399 2006-10-02 [colin] 2.5.2cvs36
3402 Fix 'goto next unread' after collapsing/expanding
3405 2006-10-02 [colin] 2.5.2cvs35
3408 Fix double freeze/thaw
3409 * src/common/utils.c
3410 * src/common/utils.h
3411 Reimplement strftime
3416 2006-10-02 [colin] 2.5.2cvs34
3419 Time mh_write_sequences() - it's fast
3421 Init a variable to shut up gcc
3423 2006-10-01 [colin] 2.5.2cvs33
3429 Add helper mh_set_mtime(), and set mtime to stat()'s result
3430 Add fsync but disable it, it's slow as hell
3432 2006-10-01 [colin] 2.5.2cvs32
3436 fflush() caches and mh_sequences before
3439 2006-10-01 [colin] 2.5.2cvs31
3442 Don't ftruncate when not using mmap
3444 2006-09-30 [colin] 2.5.2cvs30
3447 Write folder list *after* saving caches
3449 2006-09-30 [colin] 2.5.2cvs29
3453 Debug forced mtime changes
3455 2006-09-30 [colin] 2.5.2cvs28
3459 Remove useless debug_print()s (code
3462 2006-09-30 [colin] 2.5.2cvs27
3465 Do stuff faster when writing mh_sequences
3467 2006-09-30 [colin] 2.5.2cvs26
3470 Don't let the writing of .mh_sequences, which
3471 can change the folder's mtime, let us think
3474 2006-09-30 [colin] 2.5.2cvs25
3477 Move a debug_print where it belongs
3480 Don't mess with a huge slow subject
3481 table if we're not threading by
3484 2006-09-30 [colin] 2.5.2cvs24
3487 Reenable mmaped reads (*not* writes!)
3489 Don't destroy and recreate hashtables just
3491 * src/common/utils.c
3492 Remove useless reply prefixes (it's case
3495 2006-09-30 [wwp] 2.5.2cvs23
3498 Fixed a minor bug in date value extraction, added a switch
3499 to replace non RFC-compliant Date: value, added a switch
3500 to use strict RFC matching patterns for dates.
3502 2006-09-29 [colin] 2.5.2cvs22
3504 * src/matcher_parser.h
3505 * src/matcher_parser_parse.y
3506 * src/prefs_filtering.c
3508 * src/summary_search.c
3510 * src/gtk/quicksearch.c
3511 * src/gtk/quicksearch.h
3512 Optimise searches by setting different
3513 refresh intervals (depending if the
3514 search is fast or not)
3516 2006-09-29 [colin] 2.5.2cvs21
3519 Optimise by reusing the last iconv converter
3522 Optimise a bit (the foldable quotes feature
3523 still has an awful O(n^2) algo
3525 2006-09-29 [colin] 2.5.2cvs20
3527 * src/gtk/gtksctree.c
3528 * src/gtk/gtksctree.h
3529 Optimise de-selection via up/down or
3532 2006-09-28 [colin] 2.5.2cvs19
3539 * src/summary_search.c
3541 Avoid using summaryview->ctree directly
3543 2006-09-28 [colin] 2.5.2cvs18
3547 Add helpers to freeze/thaw/grab_focus
3548 Factorize calls to freeze/thaw/grab_focus
3551 2006-09-28 [colin] 2.5.2cvs17
3554 More guards for the session management
3556 2006-09-28 [colin] 2.5.2cvs16
3559 * src/gtk/gtksctree.c
3560 * src/gtk/gtksctree.h
3561 Make expanding not recursive in folderview
3563 2006-09-28 [colin] 2.5.2cvs15
3566 If nothing is selected in the list (right part)
3567 and a group is selected in the tree (left part),
3570 2006-09-28 [colin] 2.5.2cvs14
3573 Actually use SM_LIBS
3575 2006-09-28 [ticho] 2.5.2cvs13
3582 * src/prefs_themes.c
3584 Small i18n string optimization.
3585 * src/send_message.c
3587 * src/common/session.c
3589 * src/common/ssl_certificate.c
3590 * src/common/utils.c
3591 Use "Couldn't" instead of "Can't" in UI messages,
3594 2006-09-28 [colin] 2.5.2cvs12
3597 Possibly fix link errors
3599 2006-09-27 [wwp] 2.5.2cvs11
3602 * doc/man/sylpheed-claws.1
3607 Updated authors info (me, myself and I).
3609 2006-09-27 [colin] 2.5.2cvs10
3612 Remove useless printf
3614 2006-09-27 [wwp] 2.5.2cvs9
3617 * src/send_message.c
3619 * src/prefs_common.c
3620 * src/prefs_common.h
3621 * src/gtk/progressdialog.c
3622 remember more windows' sizes (send dialog, received dialog,
3623 edit group in addressbook).
3625 2006-09-27 [colin] 2.5.2cvs8
3630 Use libSM to communicate with the session
3631 manager, so that we can know when the
3632 session ends, save our caches, and draft
3633 our compose windows.
3635 2006-09-27 [colin] 2.5.2cvs7
3639 o Allow Book and Group creation from the tree's
3641 o Do not actually delete the contacts when
3642 deleting groups from the tree (duh!)
3644 2006-09-27 [colin] 2.5.2cvs6
3651 o Allow passing an email address to
3652 compose_new_with_folderitem
3654 o Use current folderitem when clicking
3655 on a TextView mailto: link
3656 o Fix a possible leak in TextView
3658 2006-09-27 [colin] 2.5.2cvs5
3661 Use UTF-8 chars to replace HTML entities
3663 2006-09-27 [colin] 2.5.2cvs4
3666 * src/prefs_account.c
3668 Fix bug #1024 (Array index out of
3669 range in sylpheed-claws-2.5.2)
3670 Patch by Ales Nosek <anosek@suse.cz>
3672 2006-09-27 [colin] 2.5.2cvs3
3675 Actually do the test
3677 2006-09-27 [colin] 2.5.2cvs2
3681 Allow completing with comma (in certain cases: vCalendar
3682 for example doesn't support that)
3683 Patch by Fabien Vantard
3685 2006-09-26 [colin] 2.5.2cvs1
3696 * src/prefs_common.c
3697 * src/prefs_filtering_action.c
3698 * src/prefs_folder_item.c
3699 * src/prefs_template.c
3700 * src/stock_pixmap.c
3701 * src/stock_pixmap.h
3702 * src/pixmaps/addr_one.xpm
3703 * src/pixmaps/addr_two.xpm
3704 Add auto-completion on groups
3706 2006-09-26 [colin] 2.5.2
3713 2006-09-26 [colin] 2.5.1cvs5
3718 2006-09-26 [colin] 2.5.1cvs4
3721 Revert cvs1 (useless as the message is printed
3724 2006-09-26 [colin] 2.5.1cvs3
3726 * src/partial_download.c
3727 Fix crasher found by Alexsandar Urosevic
3729 2006-09-26 [colin] 2.5.1cvs2
3732 Fix bug #1023 (Sylpheed deletes too much messages)
3734 2006-09-26 [ticho] 2.5.1cvs1
3737 Make use of gettext's multiple plurals for statusbar
3740 2006-09-25 [paul] 2.5.1
3747 2006-09-25 [colin] 2.5.0cvs3
3749 * src/plugins/bogofilter/bogofilter.c
3750 * src/plugins/clamav/clamav_plugin.c
3751 * src/plugins/spamassassin/spamassassin.c
3752 BogoFilter, Spamassassin: Fix double hook registering after
3753 visiting preferences
3754 Spamassassin, Clamav: Just set the mails to move instead of
3755 doing the move - caller will move the things at once.
3757 2006-09-25 [colin] 2.5.0cvs2
3760 * src/etpan/imap-thread.c
3761 Use UID SEARCH ALL instead of UID 1:*
3762 (braindead servers can't figure out that's
3765 2006-09-25 [wwp] 2.5.0cvs1
3767 * src/message_search.c
3768 Added the ability to stop a running search (in message body).
3770 2006-09-25 [paul] 2.5.0
3777 2006-09-25 [paul] 2.4.0cvs214
3788 updated by Tim, Stephan Sachse, Flammie Pirinen,
3789 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
3790 Ticho, Aleksander Urosevic, Ralgh Young
3792 2006-09-24 [mones] 2.4.0cvs213
3797 2006-09-23 [colin] 2.4.0cvs212
3799 * src/gtk/inputdialog.c
3800 Fix [ ] remember this appearing in normal
3801 input dialogs after it's been used by
3809 * src/common/timing.h
3810 Enable timings in debug mode and make it
3813 2006-09-22 [colin] 2.4.0cvs211
3818 ping the correct URI
3820 2006-09-22 [colin] 2.4.0cvs210
3823 Let's see if bug #1022 is fixed
3825 2006-09-21 [colin] 2.4.0cvs209
3828 * src/common/plugin.c
3829 Prepare infra to load predefined plugins when
3830 no configuration existed. Don't actually load
3831 anything yet (feat. freeze)
3833 2006-09-21 [wwp] 2.4.0cvs208
3836 Partial sync w/ 2.4.0cvs72:
3837 wrap file and minor updates.
3839 2006-09-21 [wwp] 2.4.0cvs207
3842 several fixes and enhancements. A new --force switch has been
3843 added to prevent overriding by default Date: header when
3846 2006-09-21 [paul] 2.4.0cvs206
3848 * src/common/utils.c
3849 add Chinese UTF8 Re prefix
3851 2006-09-21 [wwp] 2.4.0cvs205
3854 Fics alfabettical order.
3856 2006-09-21 [wwp] 2.4.0cvs204
3860 Added an action tool to fix missing Date field in emails.
3861 Updated Makefile.am to reflect those last two additions.
3863 2006-09-21 [wwp] 2.4.0cvs203
3866 Added a action tool to open uuencoded docs w/
3867 OpenOffice (based on uudec method).
3869 2006-09-21 [colin] 2.4.0cvs202
3873 Workaround possible GTK crash: remove selection
3874 clipboard before destroying widget, or GTK+-2.10
3875 dies. Thanks to Hiro.
3877 2006-09-20 [colin] 2.4.0cvs201
3880 Fix free-after-use in some cases (when
3881 procmime_encode_content() frees mimeinfo->data.mem
3882 and turns it to a temp file)
3884 2006-09-20 [colin] 2.4.0cvs200
3888 * src/gtk/gtksctree.c
3889 * src/gtk/gtksctree.h
3890 Add tooltips in the folderview and summaryview
3891 (Doesn't break string freeze as they already
3894 Put the spam button in the default configuration
3895 if compiled with bogo plugin too
3897 2006-09-19 [colin] 2.4.0cvs199
3901 Update folder name label on folder rename
3902 * src/prefs_matcher.c
3903 * src/gtk/logwindow.h
3907 2006-09-19 [wwp] 2.4.0cvs198
3909 * src/summary_search.c
3910 fix can't click forward/backward buttons in the
3913 2006-09-18 [paul] 2.4.0cvs197
3916 add missing bracket, capitalise the A of
3919 2006-09-18 [paul] 2.4.0cvs196
3922 fix bug 1012 'crashed upon sending mail
3923 from compose window'
3926 2006-09-16 [colin] 2.4.0cvs195
3929 Fix "real-time" sorting by freezing/thawing
3931 2006-09-16 [colin] 2.4.0cvs194
3934 Fix the anti-spam entry a bit
3936 2006-09-16 [colin] 2.4.0cvs193
3939 Make sure reviewers have no excuse when stating
3940 Sylpheed-Claws doesn't have antispam capabilities.
3942 2006-09-16 [colin] 2.4.0cvs192
3945 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
3946 as if the SIGPIPE comes from etpan's thread we could
3947 trigger a GUI update from this thread.
3949 2006-09-16 [colin] 2.4.0cvs191
3952 Init all members of the struct
3954 2006-09-16 [paul] 2.4.0cvs190
3957 improvements to the English
3959 2006-09-15 [colin] 2.4.0cvs189
3964 2006-09-14 [colin] 2.4.0cvs188
3966 * src/common/socket.c
3967 * src/common/socket.h
3969 * src/common/ssl_certificate.c
3970 * src/common/ssl_certificate.h
3971 * src/etpan/imap-thread.c
3972 the get_fqdn() call done to get canonical name when
3973 checking an SSL certificate is blocking, which is
3974 sad as we just did a non-blocking lookup to connect.
3975 Fix that by letting the fqdn available to the SockInfo,
3976 and use that in ssl_certificate_check(). For IMAP,
3977 we don't do it as the lookup's done by libetpan, but
3978 it's less annoying as IMAP connections as much more
3979 rare than POP3 connections.
3981 2006-09-14 [paul] 2.4.0cvs187
3983 * manual/advanced.xml
3984 improvements to the English,
3985 properly place the new hidden options
3986 within the alphabetical order
3987 * src/gtk/pluginwindow.c
3988 improvements to the English
3990 2006-09-14 [colin] 2.4.0cvs186
3992 * src/prefs_common.c
3993 * src/prefs_common.h
3994 * src/gtk/gtksctree.c
3995 * manual/advanced.xml
3996 New hidden pref, stripes_color_offset, to change
3997 the value added/substracted to normal bgcolor to
3998 create the stripes in summaries
4000 2006-09-13 [colin] 2.4.0cvs185
4007 Fix misc. printing issues:
4008 - Bad font for linkified headers
4009 - Different font if the mail was displayed or not
4010 - Factorize the thing
4012 2006-09-13 [colin] 2.4.0cvs184
4014 * src/common/ssl_certificate.c
4015 Only get FQDN once when checking certificate
4017 2006-09-13 [colin] 2.4.0cvs183
4020 * src/gtk/pluginwindow.c
4021 Misc. GUI fixes by Fabien
4023 2006-09-13 [wwp] 2.4.0cvs182
4026 * src/common/utils.h
4027 * src/common/utils.c
4028 get rid of unused wide-char functions.
4030 2006-09-13 [wwp] 2.4.0cvs181
4032 * src/plugins/pgpinline/sylpheed.def
4034 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
4035 add privacy_reset_error to the .def file,
4036 do not fork for an external textviewer.
4038 2006-09-13 [wwp] 2.4.0cvs180
4040 * src/prefs_common.c
4041 fix broken font entry in prefs (patch issued by the gpg4win team,
4042 probably by Marcus Brinkmann <marcus@g10code.de>).
4044 2006-09-13 [colin] 2.4.0cvs179
4047 Fix a warning in summaryview.c
4051 Add missing Mark/* elements in the
4054 2006-09-12 [colin] 2.4.0cvs178
4056 * src/prefs_actions.c
4057 * src/prefs_filtering_action.c
4058 * src/prefs_matcher.c
4059 Use (New) instead of New everywhere
4061 2006-09-12 [wwp] 2.4.0cvs177
4063 * manual/fr/addrbook.xml
4064 * manual/fr/handling.xml
4065 updated some quotes in the fr manual to match the fr translation.
4067 2006-09-12 [wwp] 2.4.0cvs176
4069 * src/prefs_matcher.c
4070 don't store translated string elements in matcher expressions.
4071 Also fixed a misused of Q_().
4073 2006-09-11 [wwp] 2.4.0cvs175
4075 * src/plugins//bogofilter/bogofilter.c
4076 * src/plugins//clamav/clamav_plugin.c
4077 * src/plugins//demo/demo.c
4078 * src/plugins//dillo_viewer/dillo_viewer.c
4079 * src/plugins//pgpcore/plugin.c
4080 * src/plugins//pgpinline/plugin.c
4081 * src/plugins//pgpmime/plugin.c
4082 * src/plugins//spamassassin/spamassassin.c
4083 gettext-ize more strings (mostly plugin error messages).
4085 2006-09-11 [colin] 2.4.0cvs174
4088 Make maximum buffer size bigger to avoid
4089 truncating translated messages. Patch by
4092 2006-09-11 [colin] 2.4.0cvs173
4094 * src/etpan/imap-thread.c
4095 Fix compilation on OpenBSD, thanks to
4098 2006-09-10 [wwp] 2.4.0cvs172
4100 * manual/account.xml
4101 * manual/addrbook.xml
4102 * manual/handling.xml
4103 * manual/es/handling.xml
4104 * manual/fr/account.xml
4105 * manual/fr/addrbook.xml
4106 * manual/fr/handling.xml
4107 documented addressbook matching (condition configuration):
4109 documented per-account filtering rules (handling/filtering
4110 section, account section):
4111 account.xml, handling.xml, en fr
4112 slightly updated the handling/searching section to tell few
4113 words about the extended search ability:
4115 added missing <quote></quotes> to Quick Search:
4116 handling.xml, en fr es
4117 fixed a typo (auomatically):
4119 changes revisited by Paul.
4121 2006-09-10 [paul] 2.4.0cvs171
4123 * src/prefs_actions.c
4124 * src/prefs_filtering.c
4125 * src/prefs_template.c
4126 adjustments to the gui
4127 Patch by Fabien Vantard (slightly modified)
4129 2006-09-10 [colin] 2.4.0cvs170
4132 Check folderitem/summaryview consistency
4133 (basically automates Update summary). Fixes
4134 #1011 (wrong (negative) count on unread
4137 2006-09-10 [colin] 2.4.0cvs169
4139 * src/gtk/gtksctree.c
4140 Fix recursive expansion via mouse
4141 * src/plugins/bogofilter/bogofilter.c
4142 Use normal filtering way of moving
4143 messages (batching), possibly fixing
4144 bug #1015 (Bogofilter plugin doubles
4147 2006-09-09 [wwp] 2.4.0cvs168
4149 * src/prefs_filtering.c
4150 better place for this fix.
4152 2006-09-09 [wwp] 2.4.0cvs167
4154 * src/prefs_filtering.c
4155 fix a minor bug when the enabled status of a filtering/processing
4156 rule always got set to TRUE when replacing this rule. That still
4157 make sense when adding a new rule, but now when replacing, we
4158 don't override the value of 'enabled'.
4159 Also renamed the func prefs_filtering_list_view_get_rule_name()
4160 to prefs_filtering_list_view_get_info() as this function not only
4161 returns the name, but also the account_id and the enabled status.
4163 2006-09-09 [mones] 2.4.0cvs166
4165 * manual/glossary.xml
4166 * manual/plugins.xml
4167 Minor format corrections
4169 Fix misplaced NO WARRANTY section
4170 * manual/es/advanced.xml
4172 * manual/es/glossary.xml
4174 * manual/es/handling.xml
4175 * manual/es/plugins.xml
4176 * manual/es/starting.xml
4177 Incorporate changes from English version
4181 Fix address, (add translation credits in es version)
4185 2006-09-09 [wwp] 2.4.0cvs165
4187 * src/prefs_filtering.c
4188 fix a crash when opening filtering prefs, if matcherrc file contains
4189 broken data (non-existing account id, which is theoretically not
4192 2006-09-08 [colin] 2.4.0cvs164
4195 Wrong assert, make it an if()
4196 * src/gtk/gtksctree.c
4197 Fix bug #1013 (expand selected thread
4198 tree) - expanding is now recursive
4200 2006-09-07 [wwp] 2.4.0cvs163
4202 * src/prefs_matcher.c
4203 make better sentences about addressbook matching in the
4204 matcher prefs. This should make translators' work easier
4207 2006-09-07 [wwp] 2.4.0cvs162
4209 * src/prefs_filtering.c
4210 code simplification (get rid of dup var. assignment).
4212 2006-09-07 [wwp] 2.4.0cvs161
4215 use GTK_STOCK icons when possible, patch by Fabien Vantard
4218 2006-09-07 [paul] 2.4.0cvs160
4221 fix compilation warnings
4224 2006-09-07 [paul] 2.4.0cvs159
4227 select the mimepart icon when
4231 2006-09-06 [paul] 2.4.0cvs158
4233 * src/prefs_filtering.c
4234 fix labels and table element spacing
4235 Patch by Fabien Vantard
4241 2006-09-06 [paul] 2.4.0cvs157
4243 * manual/es/advanced.xml
4246 2006-09-06 [wwp] 2.4.0cvs156
4249 fix an dup launch issue when iconified, thanks to Colin.
4251 2006-09-06 [wwp] 2.4.0cvs155
4253 * src/gtk//gtksctree.h
4254 oops, forgot that one!
4256 2006-09-06 [wwp] 2.4.0cvs154
4258 * manual/pl/advanced.xml
4259 * manual/advanced.xml
4260 * manual/es/advanced.xml
4261 * manual/fr/advanced.xml
4262 * src/prefs_customheader.c
4263 * src/prefs_filtering_action.c
4265 * src/prefs_summaries.c
4266 * src/prefs_filtering.c
4269 * src/prefs_summary_column.c
4271 * src/prefs_actions.c
4272 * src/prefs_folder_column.c
4274 * src/prefs_template.c
4275 * src/prefs_display_header.c
4276 * src/prefs_common.h
4277 * src/prefs_matcher.c
4278 * src/prefs_common.c
4279 * src/prefs_toolbar.c
4282 * src/gtk/gtksctree.c
4283 * src/gtk/pluginwindow.c
4284 * src/gtk/progressdialog.c
4285 * src/gtk/prefswindow.c
4286 renamed hidden option enable_rules_hint to use_stripes_everywhere
4287 to make its meaning more obvious (all versions of the manual reflect
4289 added an extra hidden option use_stripes_in_summary to allow
4290 discarding these stripes in mainwindow's folder and message lists;
4291 en and fr manuals only are OK towards this.
4293 2006-09-06 [colin] 2.4.0cvs153
4296 Hide Sylpheed-Claws' internal queue headers
4297 when showing all headers. They'll be present
4298 only in Source window.
4300 2006-09-05 [colin] 2.4.0cvs152
4302 * src/plugins/trayicon/trayicon.c
4303 Fix crash at exit - we have to disconnect
4305 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4306 Update eggtrayicon - patch adapted from a
4307 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
4310 2006-09-05 [colin] 2.4.0cvs151
4313 * src/gtk/logwindow.c
4314 Fix race condition when something writes
4315 to the log too soon during init. Thanks
4318 2006-09-05 [colin] 2.4.0cvs150
4321 Don't select part on right-click either
4323 2006-09-05 [paul] 2.4.0cvs149
4326 completion of previous commit
4329 2006-09-05 [colin] 2.4.0cvs148
4332 Don't force selection on middle-click, just open
4334 2006-09-04 [colin] 2.4.0cvs147
4337 Looks like gtk_notebook_set_current_page()
4338 sometimes steals focus, and this annoys us
4339 in MimeViewers as it renders navigation
4340 keys useless. Take back focus after switching
4343 2006-09-04 [colin] 2.4.0cvs146
4346 Set stop_loading when clicking on Next
4347 during load. Don't add a callback to
4348 avoid over-complicating things.
4350 2006-09-04 [colin] 2.4.0cvs145
4354 Fix multiple loads in separate messageview
4356 2006-09-04 [colin] 2.4.0cvs144
4359 Let navigation keys be handled during
4362 2006-09-04 [colin] 2.4.0cvs143
4368 Make loading of huge mails (lots of text and/or
4369 images) cancellable, so the GUI doesn't block
4371 2006-09-04 [colin] 2.4.0cvs142
4373 * src/plugins/trayicon/trayicon.c
4374 Fix annoyance when removing a folder with
4375 unread mails: trayicon didn't update
4377 2006-09-04 [paul] 2.4.0cvs141
4379 * src/gtk/icon_legend.c
4380 straighten up columns
4381 Patch by Fabien Vantard
4383 2006-09-04 [wwp] 2.4.0cvs140
4385 * src/prefs_filtering.c
4386 fix new line's account name in filtering prefs:
4387 was "All", is now "(New)".
4389 2006-09-04 [paul] 2.4.0cvs139
4391 * tools/make.themes.project
4392 use "AUTOMAKE_OPTIONS = dist-bzip2"
4393 instead of homebrewed "make release"
4395 2006-09-03 [colin] 2.4.0cvs138
4398 Fix bug #1007 (Wrong folder highlighted)
4400 2006-09-03 [colin] 2.4.0cvs137
4403 Don't set Newsgroup: header to a mail folder
4406 2006-09-03 [paul] 2.4.0cvs136
4409 * src/prefs_spelling.c
4412 2006-09-03 [paul] 2.4.0cvs135
4414 * src/prefs_summaries.c
4415 correct menu item text in prefs_keybind_apply_clicked()
4417 2006-09-03 [paul] 2.4.0cvs134
4419 * manual/advanced.xml
4420 some improvements to the descriptions
4425 fix menu sensitivity issues
4426 * src/prefs_message.c
4427 drop the useless word 'short'
4429 add the word 'lines' indicating log length
4430 is a measure of lines
4432 fix compilation warnings
4434 2006-09-02 [colin] 2.4.0cvs133
4437 Display a special return-receipt message
4438 if the message is from the user
4440 Fix missing freeze of the list when marking
4441 all read and unthreading for exec. Thanks
4444 2006-09-02 [paul] 2.4.0cvs132
4447 * src/prefs_message.c
4451 2006-09-02 [wwp] 2.4.0cvs131
4453 * src/prefs_filtering.c
4454 added an account name column to the filtering rules
4457 2006-09-02 [colin] 2.4.0cvs130
4459 * src/gtk/logwindow.c
4460 * src/gtk/logwindow.h
4461 Block scrolling if we're not at the end
4464 2006-09-02 [colin] 2.4.0cvs129
4467 Make sure account-specific rules can't
4468 be used in {pre-,post-,}processing
4470 * src/gtk/logwindow.c
4471 * src/gtk/logwindow.h
4472 Jump to last error when clicking on the
4475 2006-09-02 [colin] 2.4.0cvs128
4485 Let proc_mbox know its account, for
4486 account-specific rules
4488 2006-09-01 [colin] 2.4.0cvs127
4491 Don't uselessly use iconv to convert from
4497 Fix certain log cases, disable warning icon
4498 for now, the correct way to display it when
4499 necessary and only when necessary is probably
4500 to do it manually rather than use error logs
4501 * src/etpan/imap-thread.c
4502 Clean up UID logging a bit
4503 * src/gtk/logwindow.c
4504 * src/gtk/logwindow.h
4505 Make logging faster when the window's closed
4507 2006-09-01 [wwp] 2.4.0cvs126
4509 * manual/fr/account.xml
4510 reflect changes to the ref. manual (parts of cvs72):
4511 fix tabnames and quotes.
4513 2006-09-01 [wwp] 2.4.0cvs125
4515 * manual/fr/plugins.xml
4516 reflect changes to the reference manual (cvs42):
4517 update IRC channel info.
4519 2006-09-01 [wwp] 2.4.0cvs124
4522 use CVSEDITOR env. var. if set, according to `man cvs`.
4524 2006-09-01 [wwp] 2.4.0cvs123
4526 * manual/advanced.xml
4527 better sentence again (thanks to Paul).
4529 2006-09-01 [wwp] 2.4.0cvs122
4531 * manual/advanced.xml
4532 fix definition of toolbar_detachable and rework a bit the one of
4533 enable_dotted_lines.
4535 2006-09-01 [mones] 2.4.0cvs121
4537 * manual/advanced.xml
4538 Document enable_dotted_lines
4540 2006-09-01 [paul] 2.4.0cvs120
4547 obey the 'When entering folder...' option
4548 when using the /View/Go to/... menu items
4551 2006-08-31 [colin] 2.4.0cvs119
4554 Revert 2.4.0cvs116, wrong fix.
4556 2006-08-31 [colin] 2.4.0cvs118
4558 * src/gtk/gtksctree.c
4559 Better state the various copyrights
4561 2006-08-31 [colin] 2.4.0cvs117
4563 * src/prefs_common.c
4564 fix enable_dotted_lines
4566 2006-08-31 [colin] 2.4.0cvs116
4569 Use pref "Always open on select" when going
4570 to next unread folder
4571 * src/gtk/gtksctree.c
4572 Fix link failure to _gtk_clist_create_cell_layout
4573 on certain computers. (Why not mine, I wonder)
4575 2006-08-31 [colin] 2.4.0cvs115
4579 * src/plugins/bogofilter/bogofilter.c
4580 * src/plugins/spamassassin/spamassassin.c
4581 Requalify some "errors" to warnings
4585 Add an icon in the statusbar to notify