1 2007-01-18 [wwp] 2.7.1cvs27
4 fix conflicting address-copy/paste when focus is set
5 to the embedded edit-person form.
8 2007-01-18 [wwp] 2.7.1cvs26
11 complete 2.7.1cvs23 (one more file was missing from that
14 2007-01-18 [colin] 2.7.1cvs25
17 Provide a way to migrate without backup
18 Re-ask for migration on next start if
19 it has been refused and wizard has been
22 2007-01-18 [wwp] 2.7.1cvs24
25 complete 2.7.1.cvs23 (file was missing from previous
28 2007-01-18 [wwp] 2.7.1cvs23
31 fix potential crashes in address book's focus_in/out signal handlers,
32 force focus to the edit-person form when clicked the Edit menu entry or
33 button (this only matters if the edit-person form is embedded to the
34 AB window, in that case, focus is not set when browsing the contacts
35 list w/ keys or mouse clicks).
37 2007-01-18 [paul] 2.7.1cvs22
40 add command line options:
42 -q and --quit for --exit
44 print "Unknown option" for unknown options
46 2007-01-18 [paul] 2.7.1cvs21
49 updated by Pavlo Bohmat
51 2007-01-18 [paul] 2.7.1cvs20
54 fix sensitivity issues of Mark as Spam/Ham
56 2007-01-17 [fabien] 2.7.1cvs19
62 Add a 'gtk_can_change_accels' pref in Preferences/Other which
63 control the corresponding gtk property. It could be used to lock
64 all shortcuts (avoid to set one of them by inadvertency).
66 2007-01-17 [colin] 2.7.1cvs18
69 Fix bug 1100, 'Highlighted e-mail data not visible
70 when color label applied.'. Use a weighted average
71 between normal selected foreground color and color
72 label instead of a simple one (3/1 instead 1/1).
74 2007-01-17 [colin] 2.7.1cvs17
77 Better fix for bug 1088, 'Ctrl-h produces repeatable
78 crash' - don't prevent mail switching while loading
80 2007-01-17 [colin] 2.7.1cvs16
89 Manage recursive search of unsubscribed folders
90 Rescan tree without checking for new messages
91 after subscriptions changed
93 2007-01-17 [paul] 2.7.1cvs15
96 * src/gtk/pluginwindow.c
97 fix bug 1101, '"Load plugin" button is
99 unset (-1) initial width in prefs_common,
100 fix overlapping buttons,
103 2007-01-17 [paul] 2.7.1cvs14
106 add #include <errno.h>, it's needed
109 2007-01-17 [paul] 2.7.1cvs13
112 * tools/make.themes.project
113 rename .sylpheed_themeinfo to .claws_themeinfo
115 * src/etpan/etpan-errors.h
116 * src/etpan/etpan-log.c
117 * src/etpan/etpan-log.h
118 * src/etpan/etpan-thread-manager-types.h
119 * src/etpan/etpan-thread-manager.c
120 * src/etpan/etpan-thread-manager.h
121 * src/etpan/imap-thread.c
122 * src/etpan/imap-thread.h
125 2007-01-17 [colin] 2.7.1cvs12
127 * src/plugins/pgpcore/select-keys.c
128 * src/gtk/pluginwindow.c
129 * src/prefs_account.c
132 2007-01-16 [colin] 2.7.1cvs11
137 Manage subscribing to subfolders when only
138 subscribed folders are shown.
140 2007-01-16 [colin] 2.7.1cvs10
143 Fix annoying vscrollbar going back to top
144 on Check for new folders
146 2007-01-16 [colin] 2.7.1cvs9
151 2007-01-16 [colin] 2.7.1cvs8
154 Bigger buffer for errors
158 * src/prefs_account.c
159 * src/prefs_account.h
161 * src/etpan/imap-thread.c
162 * src/etpan/imap-thread.h
163 * manual/handling.xml
164 Add subscriptions management. What it changes:
165 Creating a folder subscribes to it
166 Deleting a folder unsubscribes it
167 New contextual menu item allowing to switch between
168 All folders and Subscribed folders, subscribe, and
169 unsubscribe. "Creating" an existing but unsubscribed
170 folder will subscribe it.
171 By default for new accounts, only subscribed folders
175 2007-01-16 [paul] 2.7.1cvs7
178 Allow folder classes to specify only sort_key or
179 sort_type instead of both or none.
181 2007-01-16 [paul] 2.7.1cvs6
188 Save and use errno for procmime_get_part
190 2007-01-16 [colin] 2.7.1cvs5
193 Never remove INBOX when scanning for
194 new folders. It's a special folder
197 2007-01-15 [colin] 2.7.1cvs4
200 Fix 'Check for new folders' when IMAP subdirectory
202 * src/etpan/imap-thread.c
205 2007-01-15 [colin] 2.7.1cvs3
207 * src/etpan/imap-thread.c
208 Fix invalid free on command-connection
211 2007-01-15 [wwp] 2.7.1cvs2
213 * src/matcher_parser_lex.l
214 * src/quote_fmt_lex.l
215 * src/matcher_parser_parse.y
216 fix copyright header in lexers and parsers.
218 2007-01-15 [paul] 2.7.1cvs1
224 bump up version number following
227 2007-01-15 [paul] 2.7.0cvs31
231 add Fabien to the Team list
232 add the recent contributors
233 make a few corrections
235 2007-01-15 [paul] 2.7.0cvs30
239 * src/plugins/pgpcore/prefs_gpg.c
240 * src/plugins/pgpcore/prefs_gpg.h
244 2007-01-14 [colin] 2.7.0cvs29
247 Use the 'gtk+' backend. Avoids gnome-vfs use,
248 two benefits: faster to open, will fix strange
249 dbus-related crash. Thanks to Pascal Terjan.
251 2007-01-14 [colin] 2.7.0cvs28
253 * src/etpan/imap-thread.c
254 Delete the old imap just after allocating
255 the new one. Makes sure we don't get the
256 same pointer by sheer luck, which feels
257 strange in the debug log.
259 2007-01-14 [colin] 2.7.0cvs27
261 * src/gtk/inputdialog.c
262 Make sure we don't print passwords in
263 clear text when in debug mode
265 2007-01-14 [colin] 2.7.0cvs26
267 * src/gtk/gtksctree.c
268 Fix bug 1098, 'bogus last row display
269 after expanding a thread'. Patch by
270 Jindrich Makovicka <makovick@gmail.com>
272 2007-01-14 [colin] 2.7.0cvs25
274 * src/etpan/imap-thread.c
275 Close socket manually before
276 freeing the imap struct
278 2007-01-14 [colin] 2.7.0cvs24
280 * src/etpan/imap-thread.c
281 Maybe fix new reconnection issues
283 2007-01-13 [colin] 2.7.0cvs23
286 Freeze/thaw on thread selection
288 2007-01-13 [paul] 2.7.0cvs22
293 add 'Edit/Delete thread'
295 2007-01-13 [colin] 2.7.0cvs21
297 * src/prefs_account.c
298 * src/prefs_compose_writing.c
299 * src/prefs_message.c
300 * src/prefs_msg_colors.c
302 * src/prefs_receive.c
303 * src/prefs_spelling.c
304 * src/prefs_summaries.c
308 * src/plugins/pgpcore/prefs_gpg.c
309 * src/plugins/spamassassin/spamassassin_gtk.c
310 Factorize gtk frame creation
313 2007-01-13 [colin] 2.7.0cvs20
315 * src/message_search.c
316 * src/summary_search.c
317 Fix Enter in search windows
319 Fix body search starting at the
320 end of the mail (and asking for loop)
322 2007-01-13 [colin] 2.7.0cvs19
324 * src/etpan/imap-thread.c
325 Make sure we don't free the same imap
328 2007-01-13 [colin] 2.7.0cvs18
331 Allow multiple commitHelpers to
334 2007-01-12 [colin] 2.7.0cvs17
336 * src/etpan/imap-thread.c
337 Make sure we get rid of the previous mailimap
338 when connecting - just in case disconnect was
341 2007-01-12 [paul] 2.7.0cvs16
344 Strip S/MIME signatures when re-editing
345 S/MIME signed messages.
347 2007-01-12 [paul] 2.7.0cvs15
354 no need to define CLAWS anymore, remove
357 2007-01-12 [paul] 2.7.0cvs14
360 check if the mail's signed as
361 it can change the mail structure
364 2007-01-12 [paul] 2.7.0cvs13
367 fix Forwarding msgs with attachments
368 that have dos line endings
371 2007-01-12 [wwp] 2.7.0cvs12
374 Revert accidentally committed extra version tag.
376 2007-01-12 [wwp] 2.7.0cvs11
378 * src/prefs_account.c
379 Fix compilation w/o aspell (completes 2.7.0cvs7).
381 2007-01-11 [colin] 2.7.0cvs10
384 move g_warning to debug_print
385 it scares people for no reason
387 2007-01-11 [colin] 2.7.0cvs9
390 Fix files to translate. Patch by
393 2007-01-11 [paul] 2.7.0cvs8
396 Fix recursion when server lists the
397 current subfolder in the response
399 Fix updating of icon_list/ctree
400 * src/plugins/pgpcore/select-keys.c
401 Fix a few annoyances when choosing
402 keys for the CMS (S/MIME) protocol
404 2007-01-11 [wwp] 2.7.0cvs7
407 * src/prefs_account.c
408 * src/prefs_account.h
409 Add per-account spellcheck default dictionaries settings.
411 2007-01-10 [colin] 2.7.0cvs6
413 * src/prefs_folder_item.c
414 Factorize strings - patch by Fabien
416 2007-01-10 [colin] 2.7.0cvs5
419 Fix bug 1095, 'Crash while changing folder
420 columns during incorporation'
422 2007-01-09 [colin] 2.7.0cvs4
424 * src/gtk/pluginwindow.c
425 Set the plugin window transient. Seems
426 like some window managers hide it in
427 the background after "load plugin"...
429 2007-01-09 [colin] 2.7.0cvs3
432 Use the same type for alloc and free
434 2007-01-08 [paul] 2.7.0cvs2
437 updated by Tim Dijkstra
439 2007-01-08 [paul] 2.7.0cvs1
445 2007-01-08 [paul] 2.7.0
452 2007-01-08 [paul] 2.6.1cvs119
454 * doc/man/claws-mail.1
457 2007-01-08 [paul] 2.6.1cvs118
459 * doc/man/claws-mail.1
461 * manual/advanced.xml
462 improved English usage
464 2007-01-08 [paul] 2.6.1cvs117
475 updated by Miquel Oliete, Stephan Sachse, me,
476 Tommi Pirinen, Andrea Spadaccini, Frederico
477 Goncalves Guimaraes, Andrej Kacian, Aleksandar
478 Urosevic, and Ralgh Young
480 2007-01-07 [mones] 2.6.1cvs116
482 * manual/es/advanced.xml
484 Synced manual (unhide mark_as_read_delay)
485 and updated translation for release
487 2007-01-07 [paul] 2.6.1cvs115
489 * src/prefs_matcher.c
490 make the hbox content fit better under
493 2007-01-07 [colin] 2.6.1cvs114
496 Fix bug 1088, 'Ctrl-h produces repeatable
499 2007-01-06 [colin] 2.6.1cvs113
501 * src/etpan/imap-thread.c
502 Add casts to int to get certs. Fixes
503 bug 1064, 'crash @ etpan_certificate_check()
504 when opening an IMAP folder', with latest
505 libetpan CVS or >= 0.49
510 * src/prefs_folder_item.c
511 Grey out the "synchronise" menu items if
512 there's nothing to synchronise.
513 * src/plugins/pgpcore/sgpgme.c
514 Make an error clearer than "Unknown error"
516 2007-01-06 [colin] 2.6.1cvs112
519 Don't try to show a message if updating
520 Maybe fixes bug 1088, 'ctrl-h produces
523 2007-01-06 [colin] 2.6.1cvs111
526 Disable Control-Space (handle it as Space).
528 2007-01-05 [paul] 2.6.1cvs110
531 Fix bug 934, 'sylpheed claws 2.1
532 doesn't show Exchanges Public Folders'
533 Thanks to Hoa and Colin
535 Refuse to allocate more than 2 MB for a
536 single field, it's a good indication of
539 2007-01-05 [colin] 2.6.1cvs109
542 Allow --select'ing emails by Message-ID too
544 2007-01-05 [colin] 2.6.1cvs108
546 * src/common/quoted-printable.c
549 2007-01-05 [colin] 2.6.1cvs107
551 * src/common/quoted-printable.c
552 Fix previous commit about bug 1089
555 2007-01-05 [colin] 2.6.1cvs106
557 * src/common/quoted-printable.c
558 Fix my previous commit on bug 1089
561 2007-01-04 [colin] 2.6.1cvs105
563 * src/common/quoted-printable.c
564 Fix bug 1089, 'NUL characters in Subject
565 line are misinterpreted'. Not a pain to
572 2007-01-04 [wwp] 2.6.1cvs104
575 Force operator precedence (fix a compiler warning).
577 2007-01-04 [colin] 2.6.1cvs103
580 Be cautious there too (same fix as the one
581 in textview from cvs33)
583 Don't use any MimeViewer plugin when showing
586 2007-01-03 [wwp] 2.6.1cvs102
590 fixed "cent" sign (use the existing ASCII one),
591 decode more HTML entities,
592 converted table ASCII entries to UTF-8,
593 moved a switch() into a hashtable.
595 2007-01-03 [paul] 2.6.1cvs101
601 When possible, use move_msg instead of
602 copy_msg + remove_msg to move sent mail
605 2007-01-03 [paul] 2.6.1cvs100
608 add more html entity recognition:
609 pounds, euros, and cents
611 2007-01-03 [colin] 2.6.1cvs99
614 Don't display an error on NOSELECT
615 folders when synchronising
617 2007-01-03 [paul] 2.6.1cvs98
619 * tools/maildir2claws-mail.pl
620 only substitute 'sent-mail' if it's
621 the full directory name
623 2007-01-03 [paul] 2.6.1cvs97
628 archive a chunk of ChangeLog in
631 * doc/src/ChangeLog.claws-pre0.8.0
632 remove ChangeLog.claws-pre0.8.0, adding
633 its contents to ChangeLog.gtk1
635 2007-01-03 [paul] 2.6.1cvs96
656 * src/addressbook_foldersel.c
657 * src/addressbook_foldersel.h
680 * src/displayheader.c
681 * src/displayheader.h
692 * src/editldap_basedn.c
693 * src/editldap_basedn.h
710 * src/folder_item_prefs.c
711 * src/folder_item_prefs.h
718 * src/grouplistdialog.c
719 * src/grouplistdialog.h
760 * src/message_search.c
761 * src/message_search.h
778 * src/partial_download.c
779 * src/partial_download.h
784 * src/prefs_account.c
785 * src/prefs_account.h
786 * src/prefs_actions.c
787 * src/prefs_actions.h
790 * src/prefs_compose_writing.c
791 * src/prefs_compose_writing.h
792 * src/prefs_customheader.c
793 * src/prefs_customheader.h
794 * src/prefs_display_header.c
795 * src/prefs_display_header.h
796 * src/prefs_filtering.c
797 * src/prefs_filtering.h
798 * src/prefs_filtering_action.c
799 * src/prefs_filtering_action.h
800 * src/prefs_folder_column.c
801 * src/prefs_folder_column.h
802 * src/prefs_folder_item.c
803 * src/prefs_folder_item.h
808 * src/prefs_image_viewer.c
809 * src/prefs_image_viewer.h
810 * src/prefs_matcher.c
811 * src/prefs_matcher.h
812 * src/prefs_message.c
813 * src/prefs_msg_colors.c
814 * src/prefs_msg_colors.h
817 * src/prefs_receive.c
819 * src/prefs_spelling.c
820 * src/prefs_spelling.h
821 * src/prefs_summaries.c
822 * src/prefs_summaries.h
823 * src/prefs_summary_column.c
824 * src/prefs_summary_column.h
825 * src/prefs_template.c
826 * src/prefs_template.h
829 * src/prefs_toolbar.c
830 * src/prefs_toolbar.h
831 * src/prefs_wrapping.c
832 * src/prefs_wrapping.h
842 * src/quote_fmt_parse.y
859 * src/summary_search.c
860 * src/summary_search.h
875 * src/common/base64.c
876 * src/common/base64.h
882 * src/common/mgutils.c
883 * src/common/mgutils.h
886 * src/common/passcrypt.c
887 * src/common/passcrypt.h.in
888 * src/common/plugin.c
889 * src/common/plugin.h
892 * src/common/progressindicator.c
893 * src/common/progressindicator.h
894 * src/common/quoted-printable.c
895 * src/common/quoted-printable.h
896 * src/common/session.c
897 * src/common/session.h
900 * src/common/socket.c
901 * src/common/socket.h
904 * src/common/ssl_certificate.c
905 * src/common/ssl_certificate.h
906 * src/common/stringtable.c
907 * src/common/stringtable.h
908 * src/common/template.c
909 * src/common/template.h
910 * src/common/timing.h
913 * src/common/version.h.in
916 * src/common/xmlprops.c
917 * src/common/xmlprops.h
919 * src/gtk/colorlabel.c
924 * src/gtk/description_window.c
925 * src/gtk/description_window.h
928 * src/gtk/foldersort.c
929 * src/gtk/foldersort.h
930 * src/gtk/gtksctree.c
933 * src/gtk/inputdialog.c
934 * src/gtk/inputdialog.h
935 * src/gtk/logwindow.c
936 * src/gtk/logwindow.h
937 * src/gtk/manage_window.c
938 * src/gtk/manage_window.h
941 * src/gtk/pluginwindow.c
942 * src/gtk/pluginwindow.h
943 * src/gtk/prefswindow.c
944 * src/gtk/prefswindow.h
945 * src/gtk/progressdialog.c
946 * src/gtk/progressdialog.h
947 * src/gtk/sslcertwindow.c
948 * src/gtk/sslcertwindow.h
949 * src/plugins/bogofilter/bogofilter.c
950 * src/plugins/bogofilter/bogofilter.h
951 * src/plugins/bogofilter/bogofilter_gtk.c
952 * src/plugins/clamav/clamav_plugin.c
953 * src/plugins/clamav/clamav_plugin.h
954 * src/plugins/clamav/clamav_plugin_gtk.c
955 * src/plugins/demo/demo.c
956 * src/plugins/dillo_viewer/dillo_prefs.c
957 * src/plugins/dillo_viewer/dillo_prefs.h
958 * src/plugins/dillo_viewer/dillo_viewer.c
959 * src/plugins/pgpcore/passphrase.c
960 * src/plugins/pgpcore/passphrase.h
961 * src/plugins/pgpcore/pgp_viewer.c
962 * src/plugins/pgpcore/pgp_viewer.h
963 * src/plugins/pgpcore/plugin.c
964 * src/plugins/pgpcore/select-keys.c
965 * src/plugins/pgpcore/select-keys.h
966 * src/plugins/pgpcore/sgpgme.c
967 * src/plugins/pgpcore/sgpgme.h
968 * src/plugins/pgpinline/pgpinline.c
969 * src/plugins/pgpinline/pgpinline.h
970 * src/plugins/pgpinline/plugin.c
971 * src/plugins/pgpmime/pgpmime.c
972 * src/plugins/pgpmime/pgpmime.h
973 * src/plugins/pgpmime/plugin.c
974 * src/plugins/spamassassin/spamassassin.c
975 * src/plugins/spamassassin/spamassassin.h
976 * src/plugins/spamassassin/spamassassin_gtk.c
977 * src/plugins/trayicon/trayicon.c
978 it's 2007, update the year in the copyright headers
980 2007-01-03 [paul] 2.6.1cvs95
983 it is 2007, use it in the copyright string
985 2007-01-03 [paul] 2.6.1cvs94
988 html entity conversion:
989 move ™ to a more suitable place
990 add • and –
991 make sure — and — are both
994 2007-01-02 [colin] 2.6.1cvs93
998 * src/common/plugin.c
1000 * src/etpan/imap-thread.c
1003 2006-12-31 [paul] 2.6.1cvs92
1005 * src/prefs_summaries.c
1006 use gtk_button_new_from_stock()
1008 2006-12-30 [colin] 2.6.1cvs91
1013 Don't update filtering and account paths
1014 when copying folders
1016 2006-12-30 [colin] 2.6.1cvs90
1018 * src/prefs_compose_writing.c
1020 * src/prefs_template.c
1021 Use message font for Writing and
1022 Quoting prefs, as well as Templates.
1024 2006-12-30 [colin] 2.6.1cvs89
1026 * src/prefs_summaries.c
1027 Rework GUI; patch by Pawel
1029 2006-12-29 [colin] 2.6.1cvs88
1031 * src/prefs_folder_item.c
1032 Fix bug 1085, 'Apply to subfolder
1033 doesn't work' - I was mistaken saying
1034 it worked in every case
1036 2006-12-28 [colin] 2.6.1cvs87
1038 * src/gtk/gtkaspell.c
1039 Don't assert if use_alternate is true
1040 and alt_dictionary isn't set -- this
1041 is what happens on upgrade! Rather,
1044 2006-12-28 [colin] 2.6.1cvs86
1047 Fix desktop/icon simplification
1049 2006-12-28 [colin] 2.6.1cvs85
1052 Make desktop and icon not
1053 dependant on the desktop
1055 2006-12-28 [wwp] 2.6.1cvs84
1057 * src/plugins/pgpmime/claws.def
1058 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1060 2006-12-28 [wwp] 2.6.1cvs83
1062 * src/prefs_folder_item.c
1063 Fix coloring of "simplify subject regexp" (folder prefs),
1064 which might be left to red whereas the regexp gets empty.
1066 2006-12-28 [wwp] 2.6.1cvs82
1068 * src/prefs_common.c
1069 * src/prefs_common.h
1072 Save addressbook mainwindow's horizontal and vertical splitter position.
1074 2006-12-27 [wwp] 2.6.1cvs81
1076 * src/gtk/gtkaspell.c
1077 * src/gtk/gtkaspell.h
1079 Fix assignment of compose's default and alternate dictionary from
1080 account or folder settings. Now gtkaspell_change_dict does rotate
1081 dicts only when it's called from a menu cb.
1083 2006-12-27 [wwp] 2.6.1cvs80
1085 * src/folder_item_prefs.c
1086 Fix randomly initialized default-alt-dictionary (folder prefs),
1087 complete 2.6.1cvs72.
1089 2006-12-27 [paul] 2.6.1cvs79
1093 Add Copy folder in the folder's contextual
1096 2006-12-27 [wwp] 2.6.1cvs78
1099 Clean up session locking, thanks to Colin.
1101 2006-12-26 [colin] 2.6.1cvs77
1104 Revert previous patch
1106 2006-12-26 [colin] 2.6.1cvs76
1112 * src/etpan/imap-thread.c
1113 Fix previous commit warnings
1114 Make statusbar update every second if total < 20
1115 Make IMAP APPEND faster by simplifying log
1117 2006-12-26 [colin] 2.6.1cvs75
1125 Make it possible to copy folders accross
1126 mailboxes (this was an arbitrary limitation).
1127 Still make it impossible to move folders
1130 2006-12-26 [colin] 2.6.1cvs74
1132 * src/etpan/imap-thread.c
1133 Fix bug 1081, 'claws-mail
1134 segfaults when going offline
1135 while it transfers mails via
1138 2006-12-26 [colin] 2.6.1cvs73
1140 * src/folder_item_prefs.c
1141 Don't forget alt dictionary when
1142 renaming/moving folders
1144 2006-12-26 [wwp] 2.6.1cvs72
1146 * src/folder_item_prefs.c
1147 Add missing defaults for per-folder alt dict
1148 (forgotten in 2.6.1cvs61).
1150 2006-12-26 [colin] 2.6.1cvs71
1153 Add tooltip to state that specifying
1154 full path to mailbox is possible
1156 2006-12-26 [wwp] 2.6.1cvs70
1158 * src/partial_download.c
1159 * src/gtk/gtkvscrollbutton.c
1160 * src/plugins/pgpinline/plugin.c
1161 Fix for few compiler warnings that matter.
1163 2006-12-25 [colin] 2.6.1cvs69
1165 * src/partial_download.c
1166 Fix marking for download or deletion
1167 when the header isn't the first
1168 * src/gtk/logwindow.c
1169 Fix start of scrolling
1171 2006-12-23 [paul] 2.6.1cvs68
1174 change last commit to use the 'academic'
1175 method instead. Thanks to wwp
1177 2006-12-23 [paul] 2.6.1cvs67
1180 don't warn about empty subject when
1183 2006-12-22 [colin] 2.6.1cvs66
1185 * src/summary_search.c
1188 2006-12-22 [colin] 2.6.1cvs65
1190 * src/gtk/gtkutils.c
1193 * src/summary_search.c
1200 2006-12-22 [colin] 2.6.1cvs64
1204 Add a combo to the learn spam button
1205 * src/plugins/bogofilter/bogofilter.c
1206 * src/plugins/bogofilter/bogofilter_gtk.c
1207 * src/plugins/bogofilter/bogofilter.h
1208 Allow to store Unsure mails in a specific
1209 folder to make better teaching easier
1211 2006-12-21 [wwp] 2.6.1cvs63
1214 * src/prefs_common.c
1215 * src/prefs_common.h
1216 * src/prefs_spelling.c
1217 * src/gtk/gtkaspell.c
1218 * src/gtk/gtkaspell.h
1219 Allow spell-checking using both current and alternate dictionaries
1222 2006-12-21 [wwp] 2.6.1cvs62
1224 * src/gtk/gtkaspell.c
1225 Apply recheck_when_changing_dict (highlight all mispelled words)
1226 when switching to alternate dictionary.
1228 2006-12-21 [wwp] 2.6.1cvs61
1231 * src/folder_item_prefs.h
1232 * src/prefs_common.c
1233 * src/prefs_common.h
1234 * src/prefs_folder_item.c
1235 * src/prefs_spelling.c
1236 * src/gtk/gtkaspell.c
1237 * src/gtk/gtkaspell.h
1238 Add global and per-folder prefs to set the default
1239 alternate dictionary.
1241 2006-12-21 [colin] 2.6.1cvs60
1244 Look for folders by path in all folders
1248 2006-12-20 [colin] 2.6.1cvs59
1250 * src/gtk/quicksearch.c
1251 Make sure in_typing is false when clearing
1253 2006-12-20 [wwp] 2.6.1cvs58
1256 change manual's target dir to be LFH-compliant (thanks to Colin).
1258 2006-12-20 [wwp] 2.6.1cvs57
1260 * src/prefs_common.c
1261 * src/prefs_summaries.c
1262 i18n fix and factorize patch, thanks to Fabien.
1264 2006-12-20 [paul] 2.6.1cvs56
1267 last of the renaming (??)
1269 correct --help info of --status-full
1270 * src/plugins/bogofilter/bogofilter.c
1271 make FALSE default of whitelist_ab
1273 2006-12-19 [colin] 2.6.1cvs55
1276 Same as before, without depending on
1279 2006-12-19 [colin] 2.6.1cvs54
1282 Fix bug 1059, 'Better jpilot charset
1283 handling'. Use libpisync's charset conversion
1286 2006-12-19 [colin] 2.6.1cvs53
1291 2006-12-19 [wwp] 2.6.1cvs52
1294 Add missing #include (thanks to Colin).
1296 2006-12-19 [wwp] 2.6.1cvs51
1298 * src/prefs_receive.c
1299 Better spacing between widgets in prefs.
1301 2006-12-18 [colin] 2.6.1cvs50
1304 Fix failure to get separator on LIST "" ""
1305 Try LIST "" "INBOX" too.
1307 2006-12-18 [wwp] 2.6.1cvs49
1309 * src/common/session.c
1310 Fix a compiler warning (thanks to Fabien).
1312 2006-12-18 [wwp] 2.6.1cvs48
1316 Factorize some strings for translation (it's about error
1317 messages when applying or checking template/quote format).
1319 2006-12-18 [colin] 2.6.1cvs47
1323 * src/gtk/Makefile.am
1325 Add a Release notes tab from the contents of
1326 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1328 2006-12-17 [colin] 2.6.1cvs46
1333 Correctly convert from/to UTF8/filename encoding
1334 when loading and saving files. Probably fixes
1335 bug 1068, 'Claws-Mail uses 100% CPU when looking
1336 for a file to attach and is blocked...'
1338 2006-12-17 [colin] 2.6.1cvs45
1340 * src/gtk/logwindow.c
1341 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
1342 IMAP folder and is blocked on main thread':
1343 make sure we put utf8 in the log.
1345 2006-12-16 [colin] 2.6.1cvs44
1349 Fix bug 1055, 'Add the 'cancel receive'
1350 in the available events for the toolbar buttons'
1352 2006-12-16 [colin] 2.6.1cvs43
1357 * src/common/session.c
1358 Log error when SSL handshakes fail.
1359 Fixes bug 1082, 'incorrect / imprecise
1360 error message when imap server provides
1361 ssl only through STARTTLS but SSL is
1364 2006-12-15 [wwp] 2.6.1cvs42
1366 * src/plugins/bogofilter/bogofilter_gtk.c
1367 set proper sensitivity to widgets I've recently added.
1373 2006-12-15 [wwp] 2.6.1cvs41
1375 * src/plugins/bogofilter/bogofilter.c
1376 * src/plugins/bogofilter/bogofilter.h
1377 * src/plugins/bogofilter/bogofilter_gtk.c
1378 bogofilter's whitelist can now use a subset of
1379 the addressbook (either a book, a subfolder of a book,
1380 or the whole addressbook by using "Any"). Re-used there
1381 some pref_matcher widgets and mechanisms to match a subset
1384 2006-12-15 [wwp] 2.6.1cvs40
1387 * src/common/plugin.c
1388 * src/common/plugin.h
1390 * src/plugins/bogofilter/bogofilter.c
1391 * src/plugins/clamav/clamav_plugin.c
1392 * src/plugins/demo/demo.c
1393 * src/plugins/dillo_viewer/dillo_viewer.c
1394 * src/plugins/pgpcore/plugin.c
1395 * src/plugins/pgpinline/plugin.c
1396 * src/plugins/pgpmime/plugin.c
1397 * src/plugins/spamassassin/spamassassin.c
1398 * src/plugins/trayicon/trayicon.c
1399 factorize some translatable strings (plugins-related),
1400 fix missing punctuation in several places,
1401 remove useless translatable \n in about.c,
1402 and factorize plugin init code w/ a new function
1403 check_plugin_version() in common/plugin.c.
1404 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1406 2006-12-15 [wwp] 2.6.1cvs39
1408 * src/plugins/bogofilter/bogofilter.c
1409 * src/plugins/bogofilter/bogofilter_gtk.c
1410 flag whitelisted spams as spam, but don't filter it to the spam
1411 folder. Thanks to Colin.
1413 2006-12-15 [ticho] 2.6.1cvs38
1415 * src/plugins/bogofilter/bogofilter.c
1416 * src/plugins/bogofilter/bogofilter.h
1417 * src/plugins/bogofilter/bogofilter_gtk.c
1418 Add option to whitelist senders found in addressbook. Patch by colin.
1420 2006-12-15 [paul] 2.6.1cvs37
1423 add missing #include "log.h"
1425 2006-12-15 [paul] 2.6.1cvs36
1427 * src/plugins/bogofilter/bogofilter.c
1428 * src/plugins/bogofilter/bogofilter.h
1429 * src/plugins/bogofilter/bogofilter_gtk.c
1430 Add an option to allow inserting an
1431 X-Claws-Bogosity header (on MH folders
1432 only). Patch by Colin
1434 2006-12-14 [colin] 2.6.1cvs35
1437 "Yes" should be the default choice for
1438 migration configuration
1440 2006-12-14 [paul] 2.6.1cvs34
1442 * src/prefs_summaries.c
1443 * manual/advanced.xml
1444 Unhide mark_as_read_delay
1446 2006-12-14 [paul] 2.6.1cvs33
1455 Fix printing of selection
1456 Fix printing of message parts
1457 Fix printing of images
1458 * src/gtk/gtksourceprintjob.c
1459 Fix page count when there are images
1461 2006-12-14 [wwp] 2.6.1cvs32
1466 * src/gtk/quicksearch.c
1467 fix quicksearch 'magnify' button status when QS is closed
1468 using the Escape key, thanks to Colin.
1470 2006-12-14 [wwp] 2.6.1cvs31
1475 * src/gtk/quicksearch.c
1476 fix quicksearch 'magnify' button status when QS is closed
1477 using the Escape key, thanks to Colin.
1479 2006-12-13 [colin] 2.6.1cvs30
1483 Use the binary safe version of ldap_get_values,
1484 to make sure we manipulate null-terminated
1485 strings. Maybe fixes bug 1075, 'claws mail
1486 segfault when completing ldap adresses'
1487 * src/syldap.c ** REMOVED **
1488 * src/syldap.h ** REMOVED **
1491 2006-12-13 [mones] 2.6.1cvs29
1494 Fixed piped strings, fixed click translation
1496 2006-12-13 [paul] 2.6.1cvs28
1499 don't translate these strings
1501 2006-12-13 [paul] 2.6.1cvs27
1506 2006-12-13 [colin] 2.6.1cvs26
1510 Add claws_is_starting()
1512 2006-12-13 [mones] 2.6.1cvs25
1514 * manual/es/advanced.xml
1516 Synced manual and updated translation
1518 2006-12-12 [colin] 2.6.1cvs24
1521 Add an option to use STARTTLS in the
1522 welcome wizard. Fixes bug 1080,
1523 'Using SSL option in wizard for incoming
1524 server does not activate SSL with STARTTLS'
1526 2006-12-12 [colin] 2.6.1cvs23
1529 Don't exit when there's an incomplete
1530 mailbox configured - leaves a chance
1531 to fix a failing IMAP account. Exit
1532 if no mailbox at all is loaded (case
1534 Completes bug 1077's fix (I was wrong
1535 in this bug's comment #3).
1537 2006-12-12 [colin] 2.6.1cvs22
1540 Add another menu data type
1541 * src/prefs_account.c
1542 Complete the completion of bug 1076
1543 (doesn't lose the pref on apply)
1545 2006-12-12 [paul] 2.6.1cvs21
1547 * src/prefs_account.c
1548 complete the fix of bug 1076
1549 also be more verbose with the text
1551 2006-12-12 [paul] 2.6.1cvs20
1553 * src/gtk/combobox.c
1554 fix compilation warning
1556 2006-12-11 [colin] 2.6.1cvs19
1559 Document :port in server entry tooltips
1561 2006-12-11 [colin] 2.6.1cvs18
1566 2006-12-11 [colin] 2.6.1cvs17
1569 Add failing IMAP as a reason for no
1572 2006-12-11 [colin] 2.6.1cvs16
1574 * src/prefs_account.c
1575 Check for existence of inbox for local
1578 Allow setting the port to use for servers
1579 by using the usual "server.example.com:port"
1580 syntax. Fixes bug 1077, 'sylpheed-claws does
1581 not start when IMAP server is unavailable'
1583 2006-12-11 [colin] 2.6.1cvs15
1585 * src/prefs_account.c
1586 Prevent use of non-existing default inbox
1588 2006-12-11 [colin] 2.6.1cvs14
1590 * src/prefs_account.c
1591 Fix sensitivity. Fixes bug 1076, 'privacy
1592 options are displayed even when pgp plugin
1593 not loaded / available'
1595 2006-12-09 [colin] 2.6.1cvs13
1597 * manual/advanced.xml
1598 * src/prefs_common.c
1599 * src/prefs_common.h
1600 * src/common/ssl_certificate.c
1601 Add a new hidden preference, 'unsafe_ssl_certs',
1602 which allows to store multiple certificates per
1603 server/port. This is disabled by default because
1604 it's less secure (presenting a new certificate
1605 instead of a changed one raises less alarms).
1606 This will cause Claws to ask about an unknown
1607 certificate for people who have used 2.6.1cvs8
1610 2006-12-09 [colin] 2.6.1cvs12
1613 Fix cache updating after action
1615 2006-12-07 [wwp] 2.6.1cvs11
1618 fix email address comparison when replying to all
1619 (avoid replying to ourselves), thanks to Colin.
1621 2006-12-06 [paul] 2.6.1cvs10
1628 * src/common/utils.c
1629 ...and more renaming
1632 2006-12-06 [paul] 2.6.1cvs9
1643 2006-12-06 [colin] 2.6.1cvs8
1646 * src/common/ssl_certificate.c
1647 * src/common/ssl_certificate.h
1648 Handle multiple certificates per host/port
1650 2006-12-06 [colin] 2.6.1cvs7
1652 * src/etpan/imap-thread.c
1653 Fix certificate checking on IMAP
1655 2006-12-06 [colin] 2.6.1cvs6
1658 Fix bug 1072, 'Claws stops fetching newsgroups
1659 from server when newsgroup got deleted': continue
1660 checking other groups
1662 2006-12-05 [wwp] 2.6.1cvs5
1664 * src/message_search.c
1665 * src/summary_search.c
1666 * src/gtk/combobox.c
1667 * src/gtk/combobox.h
1668 * src/gtk/gtkutils.c
1669 * src/gtk/gtkutils.h
1670 make up and down arrow keys in modern gtk_combo_box_entry widgets
1671 behave like w/ old comboboxes (summary and message search only).
1673 2006-12-05 [paul] 2.6.1cvs4
1679 2006-12-05 [paul] 2.6.1cvs3
1682 * tools/textviewer.pl
1683 script updated and description added
1685 2006-12-04 [colin] 2.6.1cvs2
1688 Run pre-send hook only when checking
1691 2006-12-04 [paul] 2.6.1cvs1
1698 bump up version number following stable release
1700 2006-12-04 [paul] 2.6.0cvs83
1703 updates and corrections
1705 2006-12-04 [colin] 2.6.0cvs82
1707 * src/common/utils.c
1708 Probably fix bug 1066, 'Incorrect mailbox
1711 2006-12-04 [colin] 2.6.0cvs81
1713 * src/common/utils.c
1714 Trim tabs from mailcap file too.
1716 2006-12-02 [paul] 2.6.0cvs80
1719 fix broken GUI under certain languages
1721 put the Cancel button to the right
1723 2006-12-01 [paul] 2.6.0cvs79
1726 remove reference to removed file
1728 2006-12-01 [wwp] 2.6.0cvs78
1732 remove forgotten debug statements.
1734 2006-12-01 [wwp] 2.6.0cvs77
1736 * manual/advanced.xml
1737 * manual/fr/advanced.xml
1743 * src/prefs_common.c
1744 * src/prefs_common.h
1745 * src/gtk/gtkutils.c
1746 * src/gtk/gtkutils.h
1747 add a hidden option to allow embedding the editaddress (edit contact details)
1748 dialog into the addressbook's window. This doesn't change the default
1751 2006-12-01 [wwp] 2.6.0cvs76
1753 * src/message_search.c
1754 * src/summary_search.c
1755 fix more focus issues (don't set focus to combobox's entry widget when
1756 entry's value changed, if entry widget has focus already).
1758 2006-12-01 [wwp] 2.6.0cvs75
1760 * src/gtk/quicksearch.c
1761 revert last changes to the quicksearch gtk_combo_box, this needs more
1764 2006-12-01 [paul] 2.6.0cvs74
1766 * tools/kdeservicemenu/README
1767 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1768 * tools/kdeservicemenu/install.sh
1769 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1770 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1771 simplify this stuff, and in so doing,
1772 fix it. (possibly re-extend it again at
1775 2006-12-01 [wwp] 2.6.0cvs73
1777 * src/gtk/quicksearch.c
1778 adapt quicksearch code to use modern gtk_combo_box'es.
1780 2006-12-01 [wwp] 2.6.0cvs72
1783 * src/prefs_common.c
1784 * src/prefs_common.h
1785 * src/message_search.c
1786 * src/summary_search.c
1787 * src/gtk/combobox.c
1788 * src/gtk/combobox.h
1789 add history combos to all message and summary search fields.
1791 2006-12-01 [wwp] 2.6.0cvs71
1794 As the list may change while the mark as read delay
1795 runs, we can't rely on the 'row' pointer, which can
1796 be invalid when the timeout is called. As the mark
1797 as read is only done if the message is still selected,
1798 use summaryview->selected instead. Thanks to Colin.
1800 2006-11-30 [paul] 2.6.0cvs70
1803 give emphasis to "Sylpheed-Claws"
1804 as well as "Claws Mail"
1806 2006-11-30 [colin] 2.6.0cvs69
1809 Put the SSL checkboxes in the receiving
1810 and sending server pages.
1812 2006-11-29 [colin] 2.6.0cvs68
1814 * src/gtk/gtkutils.c
1815 * src/gtk/gtkvscrollbutton.c
1816 Revert some deprecated fixes - they seem to
1817 deprecate stuff as soon as a new one gets out.
1818 g_object_ref_sink needed glib-2.10.
1820 2006-11-29 [colin] 2.6.0cvs67
1822 * src/common/utils.c
1823 Create .mailcap if it doesn't exist
1825 2006-11-29 [colin] 2.6.0cvs66
1828 Followup to cvs60: use original list
1829 of recipients if replying to a mail
1830 in Sent Drafts or Queue.
1832 2006-11-27 [paul] 2.6.0cvs65
1834 * src/image_viewer.c
1835 revert the last change for now (it's broken)
1837 2006-11-27 [paul] 2.6.0cvs64
1841 * m4/aclocal-include.m4
1858 * src/common/Makefile.am
1859 * src/common/claws.c
1860 * src/common/claws.h
1862 * src/common/sylpheed.c
1863 * src/common/sylpheed.h
1864 * src/etpan/Makefile.am
1865 * src/gtk/Makefile.am
1866 * src/gtk/claws-marshal.list
1868 * src/gtk/gtksctree.c
1869 * src/gtk/quicksearch.c
1870 * src/gtk/sylpheed-marshal.list
1871 * src/plugins/bogofilter/bogofilter.c
1872 * src/plugins/bogofilter/bogofilter_gtk.c
1873 * src/plugins/clamav/clamav_plugin.c
1874 * src/plugins/clamav/clamav_plugin_gtk.c
1875 * src/plugins/demo/demo.c
1876 * src/plugins/dillo_viewer/dillo_viewer.c
1877 * src/plugins/pgpcore/Makefile.am
1878 * src/plugins/pgpcore/claws.def
1879 * src/plugins/pgpcore/pgp_viewer.c
1880 * src/plugins/pgpcore/plugin.c
1881 * src/plugins/pgpcore/sylpheed.def
1882 * src/plugins/pgpinline/Makefile.am
1883 * src/plugins/pgpinline/claws.def
1884 * src/plugins/pgpinline/plugin.c
1885 * src/plugins/pgpinline/sylpheed.def
1886 * src/plugins/pgpmime/Makefile.am
1887 * src/plugins/pgpmime/claws.def
1888 * src/plugins/pgpmime/plugin.c
1889 * src/plugins/pgpmime/sylpheed.def
1890 * src/plugins/spamassassin/spamassassin.c
1891 * src/plugins/spamassassin/spamassassin_gtk.c
1892 * src/plugins/trayicon/trayicon.c
1894 remove deprecated gtk_tooltips_set_delay()
1896 2006-11-26 [paul] 2.6.0cvs63
1900 * src/image_viewer.c
1902 * src/gtk/gtkutils.c
1903 * src/gtk/gtkvscrollbutton.c
1904 * src/gtk/prefswindow.c
1905 * src/plugins/pgpcore/prefs_gpg.c
1906 replace more deprecated GTK+ functions
1908 2006-11-26 [paul] 2.6.0cvs62
1913 replace deprecated gtk_idle_... functions
1915 2006-11-26 [paul] 2.6.0cvs61
1921 * src/gtk/gtkvscrollbutton.c
1922 * src/gtk/quicksearch.c
1923 * src/plugins/pgpcore/passphrase.c
1924 replace deprecated gtk_timeout_add and
1927 2006-11-26 [paul] 2.6.0cvs60
1930 fix bug that caused the wrong recipient
1931 to be selected when replying to a msg
1932 which is From one of our accounts to
1933 another of our accounts
1935 2006-11-25 [paul] 2.6.0cvs59
1938 don't change the From column title to
1939 To if the To column is visible
1941 2006-11-24 [paul] 2.6.0cvs58
1944 fix bug 1069, 'Sent mails disappear, BCC
1945 or locking problem?'
1947 2006-11-21 [wwp] 2.6.0cvs57
1950 fix spelling menu when replying (same as 2.3.1cvs39):
1951 discrepancy between context menu and top menu when
1952 folder's dictionary isn't the default one.
1954 2006-11-19 [paul] 2.6.0cvs56
1957 obey always_show_msg option when
1959 * src/plugins/bogofilter/bogofilter.c
1962 2006-11-18 [paul] 2.6.0cvs55
1972 * src/gtk/icon_legend.c
1973 * src/gtk/icon_legend.h
1974 * tools/OOo2claws-mail.pl
1976 * tools/acroread2claws-mail.pl
1977 * tools/claws.i18n.status.pl
1978 * tools/filter_conv.pl
1979 * tools/filter_conv_new.pl
1980 * tools/freshmeat_search.pl
1981 * tools/google_search.pl
1982 * tools/kmail2claws-mail.pl
1983 * tools/kmail2claws-mail_v2.pl
1984 * tools/maildir2claws-mail.pl
1985 * tools/make.themes.project
1986 * tools/multiwebsearch.pl
1987 * tools/outlook2claws-mail.pl
1988 * tools/tb2claws-mail
1989 * tools/kdeservicemenu/README
1990 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1991 update mine and wwp's email addresses in
1994 * src/prefs_compose_writing.c
1995 set sensitivity on 'new message format' frame
1997 2006-11-17 [paul] 2.6.0cvs54
2000 more reworking of the GUI
2001 Patch by Fabien Vantard
2003 2006-11-16 [paul] 2.6.0cvs53
2006 set a minimum size for the window, allow
2007 it to automatically expand as necessary
2009 2006-11-16 [wwp] 2.6.0cvs52
2012 better wrap of copyright info on some systems.
2014 2006-11-16 [paul] 2.6.0cvs51
2017 move the tech info from the upper panel
2019 use a gtk_text_view for the features tab
2021 2006-11-16 [paul] 2.6.0cvs50
2024 update my email address
2031 * src/plugins/trayicon/trayicon.c
2032 don't offer simple menu separators
2035 add separator between 'mark all read'
2038 2006-11-15 [wwp] 2.6.0cvs49
2041 updated manuals authors.
2043 2006-11-14 [paul] 2.6.0cvs48
2046 Fix Options/Reply mode after draft save
2048 2006-11-14 [paul] 2.6.0cvs47
2051 Fix make DESTDIR=...
2054 * src/plugins/pgpinline/pgpinline.c
2055 Probably fix bug 1061
2057 2006-11-14 [paul] 2.6.0cvs46
2062 * src/stock_pixmap.c
2063 * src/stock_pixmap.h
2065 * src/pixmaps/active.xpm
2066 * src/pixmaps/inactive.xpm
2067 add a new page, 'Features', to the About dialog
2068 showing which features are compiled in and which
2071 2006-11-14 [paul] 2.6.0cvs45
2074 updated by Pavlo Bohmat
2076 2006-11-14 [colin] 2.6.0cvs44
2084 * src/gtk/gtkaspell.c
2085 Fix 64-bit-related warnings
2087 Fix possible infinite loop
2088 * src/plugins/pgpcore/sgpgme.c
2089 Remove useless check
2091 2006-11-13 [colin] 2.6.0cvs43
2093 * src/gtk/Makefile.am
2094 authors.h isn't generated
2096 2006-11-13 [colin] 2.6.0cvs42
2098 * src/plugins/pgpinline/pgpinline.c
2099 * src/plugins/pgpmime/pgpmime.c
2100 Very probably fix bug 1061, 'crash on
2101 opening signed email'. Another cast
2104 2006-11-13 [colin] 2.6.0cvs41
2106 * src/plugins/pgpcore/sgpgme.c
2107 Maybe fix bug 1061, 'crash on opening
2110 2006-11-13 [wwp] 2.6.0cvs40
2112 * src/plugins/pgpinline/pgpinline.c
2113 fix candidate for bug #1057, thanks to Colin.
2115 2006-11-13 [wwp] 2.6.0cvs39
2118 * src/quote_fmt_parse.y
2119 fix bug 1052: current parser buffer was not always
2120 allocated, ptr to this buffer could be returned as
2121 NULL whereas no parser error has occurred. in
2122 consequence, defining a template body as "%d"
2123 (w/o the quotes) for the first time of the instance
2124 of claws-mail, was reporting a parser error. make
2125 sure that the buffer is always allocated, even to
2127 fix mis-unescaping in compose.:compose_quote_fmt():
2128 unescaping of the fmt string was always done
2129 whereas it must be done *only* when receiving
2130 quote format strings issued from the prefs
2131 (compose new message, reply, forward, redirect
2132 formats), *not* when applying templates. in
2133 consequences, applying templates w/ sequences
2134 like \\|p{echo} were failing. make sure that
2135 unescaping is done only when necessary.
2137 2006-11-12 [colin] 2.6.0cvs38
2142 2006-11-12 [colin] 2.6.0cvs37
2144 * src/plugins/pgpinline/pgpinline.c
2145 * src/plugins/pgpmime/pgpmime.c
2146 Release GPG context at the latest
2147 possible moment. Maybe fixes
2148 bug 1057, 'crash on sending signed
2149 message to a newsgroup'
2152 2006-11-12 [colin] 2.6.0cvs36
2154 * src/plugins/pgpcore/sgpgme.c
2155 Tell a bit more when gpg's status doesn't
2156 contain any signature
2158 2006-11-12 [colin] 2.6.0cvs35
2161 Fix bug 1060, 'compilation error with
2164 2006-11-12 [paul] 2.6.0cvs34
2166 * doc/man/claws-mail.1
2168 * src/plugins/clamav/README
2169 * src/plugins/spamassassin/README
2171 * tools/freshmeat_search.pl
2172 * tools/google_search.pl
2173 * tools/multiwebsearch.pl
2175 * src/plugins/trayicon/trayicon.c
2176 fix compiliation warning
2178 2006-11-11 [colin] 2.6.0cvs33
2181 Forbid drag and drop from/to different
2182 folders of type F_UNKNOWN
2184 2006-11-11 [colin] 2.6.0cvs32
2186 * src/plugins/pgpinline/pgpinline.c
2187 Fix typo in previous commit:
2189 + if ((err = gpgme_new(&data->ctx)) ...)
2191 2006-11-11 [colin] 2.6.0cvs31
2193 * src/plugins/pgpinline/pgpinline.c
2194 * src/plugins/pgpmime/pgpmime.c
2195 Check success after calling gpgme_new
2196 Maybe fixes bug 1057, 'crash on sending
2197 signed message to a newsgroup'
2199 2006-11-11 [colin] 2.6.0cvs30
2202 init undostruct to 0s (from
2203 valgrind log of bug 1057)
2205 2006-11-10 [colin] 2.6.0cvs29
2208 Set cursor to wait before filtering
2209 duplicates in all folders
2210 * src/plugins/bogofilter/bogofilter.c
2211 * src/plugins/bogofilter/bogofilter.h
2212 * src/plugins/bogofilter/bogofilter_gtk.c
2213 Completely thread away the bogofilter
2216 2006-11-10 [mones] 2.6.0cvs28
2220 added COMPOSE_CHECK_BEFORE_SEND hook
2222 2006-11-10 [paul] 2.6.0cvs27
2226 add libSM to get_compiled_in_features()
2230 2006-11-10 [colin] 2.6.0cvs26
2232 * src/etpan/imap-thread.c
2233 Add a reference to libetpan's sasl engine
2234 so that sasl_done() doesn't get called by
2235 libetpan, and doesn't break openssl.
2236 Should fix bug 1053, 'SC fails to reestablish
2237 a secure connection'
2240 2006-11-10 [colin] 2.6.0cvs25
2242 * manual/addrbook.xml
2243 * manual/advanced.xml
2248 2006-11-09 [colin] 2.6.0cvs24
2250 * src/plugins/bogofilter/bogofilter_gtk.c
2251 Add comment about annoyance
2253 2006-11-09 [colin] 2.6.0cvs23
2255 * src/plugins/bogofilter/bogofilter.c
2256 * src/plugins/bogofilter/bogofilter_gtk.c
2257 Prepare things needed to thread bogofilter
2258 filtering: separate bogo stuff and possible GUI
2261 2006-11-09 [colin] 2.6.0cvs22
2265 Search for one of our accounts in Delivered-To
2266 (helps for auto-account selection when
2267 replying/forwarding)
2271 * src/plugins/trayicon/trayicon.c
2272 Allow opening a new mail with any account from
2275 2006-11-09 [wwp] 2.6.0cvs21
2278 * src/prefs_common.c
2279 * src/prefs_common.h
2280 * src/prefs_compose_writing.c
2281 add a compose new message format (in prefs/compose/writing), it's a
2282 simple subject+body template to use when opening a new composition
2283 window. It's similar to the existent reply and forward formats.
2285 enhanced the template/format % symbols substitution mechanism to
2286 use current composition window information when % are used in
2287 the compose new message format or in templates applied to new
2288 messages (there were useless in that situations before). When
2289 applied to new messages, %d corresponds to the system time/date.
2291 2006-11-09 [paul] 2.6.0cvs20
2296 2006-11-09 [paul] 2.6.0cvs19
2299 keep tje alphabetical order
2301 2006-11-08 [colin] 2.6.0cvs18
2303 * src/etpan/imap-thread.c
2304 Fix bug 1054, 'Slowness logging big
2307 2006-11-08 [paul] 2.6.0cvs17
2312 2006-11-08 [paul] 2.6.0cvs16
2317 2006-11-08 [paul] 2.6.0cvs15
2320 * tools/OOo2claws-mail.pl
2321 * tools/OOo2sylpheed.pl
2323 * tools/acroread2claws-mail.pl
2324 * tools/acroread2sylpheed.pl
2325 * tools/kmail2claws-mail.pl
2326 * tools/kmail2claws-mail_v2.pl
2327 * tools/kmail2sylpheed.pl
2328 * tools/kmail2sylpheed_v2.pl
2329 * tools/maildir2claws-mail.pl
2330 * tools/maildir2sylpheed.pl
2331 * tools/nautilus2claws-mail.sh
2332 * tools/nautilus2sylpheed.sh
2333 * tools/outlook2claws-mail.pl
2334 * tools/outlook2sylpheed.pl
2335 * tools/tb2claws-mail
2337 * tools/tbird2claws.py
2338 * tools/tbird2syl.py
2339 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2340 * tools/kdeservicemenu/install.sh
2341 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2342 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2343 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2344 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2345 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2346 renamed (removed, added) tools files
2348 2006-11-08 [paul] 2.6.0cvs14
2352 Migrate sylpheedrc to clawsrc, and fix the standard
2353 plugins path in the process
2355 2006-11-07 [colin] 2.6.0cvs13
2358 Symlink sylpheed-claws relative to
2361 2006-11-07 [colin] 2.6.0cvs12
2364 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2366 2006-11-07 [paul] 2.6.0cvs11
2369 Fix a missed occurence of
2372 2006-11-07 [paul] 2.6.0cvs10
2375 Fix symlink installation
2377 2006-11-07 [paul] 2.6.0cvs9
2380 Symlink claws-mail to sylpheed-claws
2381 * src/common/utils.c
2382 Fix migrating symlinks
2383 * src/etpan/imap-thread.c
2384 check certificate only when there's
2387 2006-11-07 [paul] 2.6.0cvs8
2390 Fix icon breakages with Gtk, which needs a
2391 cache updated to see them.
2393 2006-11-07 [paul] 2.6.0cvs7
2404 * claws-mail-128x128.png
2405 * claws-mail-64x64.png
2410 * sylpheed-claws-128x128.png
2411 * sylpheed-claws-64x64.png
2412 * sylpheed-claws.desktop
2413 * sylpheed-claws.ico
2414 * sylpheed-claws.pc.in
2415 * sylpheed-claws.png
2416 * debian/README.Debian
2418 * debian/claws-mail.desktop
2419 * debian/claws-mail.menu
2420 * debian/claws-mail.postinst.debhelper
2421 * debian/claws-mail.postrm.debhelper
2426 * debian/sylpheed-claws.desktop
2427 * debian/sylpheed-claws.menu
2428 * debian/sylpheed-claws.postinst.debhelper
2429 * debian/sylpheed-claws.postrm.debhelper
2430 * doc/man/Makefile.am
2431 * doc/man/claws-mail.1
2432 * doc/man/sylpheed-claws.1
2433 * doc/src/ChangeLog.claws-pre0.8.0
2434 * manual/Makefile.am
2435 * manual/account.xml
2437 * manual/addrbook.xml
2438 * manual/advanced.xml
2439 * manual/claws-mail-manual.xml
2441 * manual/glossary.xml
2442 * manual/handling.xml
2444 * manual/keyboard.xml
2445 * manual/plugins.xml
2446 * manual/starting.xml
2447 * manual/sylpheed-claws-manual.xml
2449 * manual/dist/.cvsignore
2450 * manual/dist/html/.cvsignore
2451 * manual/dist/html/Makefile.am
2452 * manual/dist/pdf/.cvsignore
2453 * manual/dist/pdf/Makefile.am
2454 * manual/dist/ps/.cvsignore
2455 * manual/dist/ps/Makefile.am
2456 * manual/dist/txt/.cvsignore
2457 * manual/dist/txt/Makefile.am
2458 * manual/es/Makefile.am
2459 * manual/es/advanced.xml
2460 * manual/es/claws-mail-manual.xml
2462 * manual/es/glossary.xml
2463 * manual/es/handling.xml
2464 * manual/es/intro.xml
2465 * manual/es/plugins.xml
2466 * manual/es/sylpheed-claws-manual.xml
2467 * manual/es/dist/.cvsignore
2468 * manual/es/dist/html/.cvsignore
2469 * manual/es/dist/html/Makefile.am
2470 * manual/es/dist/pdf/.cvsignore
2471 * manual/es/dist/pdf/Makefile.am
2472 * manual/es/dist/ps/.cvsignore
2473 * manual/es/dist/ps/Makefile.am
2474 * manual/es/dist/txt/.cvsignore
2475 * manual/es/dist/txt/Makefile.am
2476 * manual/fr/Makefile.am
2477 * manual/fr/account.xml
2479 * manual/fr/addrbook.xml
2480 * manual/fr/advanced.xml
2481 * manual/fr/claws-mail-manual.xml
2483 * manual/fr/glossary.xml
2484 * manual/fr/handling.xml
2485 * manual/fr/intro.xml
2486 * manual/fr/keyboard.xml
2487 * manual/fr/plugins.xml
2488 * manual/fr/starting.xml
2489 * manual/fr/sylpheed-claws-manual.xml
2490 * manual/fr/dist/.cvsignore
2491 * manual/fr/dist/html/.cvsignore
2492 * manual/fr/dist/html/Makefile.am
2493 * manual/fr/dist/pdf/.cvsignore
2494 * manual/fr/dist/pdf/Makefile.am
2495 * manual/fr/dist/ps/.cvsignore
2496 * manual/fr/dist/ps/Makefile.am
2497 * manual/fr/dist/txt/.cvsignore
2498 * manual/fr/dist/txt/Makefile.am
2499 * manual/pl/Makefile.am
2500 * manual/pl/account.xml
2502 * manual/pl/addrbook.xml
2503 * manual/pl/advanced.xml
2504 * manual/pl/claws-mail-manual.xml
2506 * manual/pl/glossary.xml
2507 * manual/pl/handling.xml
2508 * manual/pl/intro.xml
2509 * manual/pl/keyboard.xml
2510 * manual/pl/plugins.xml
2511 * manual/pl/starting.xml
2512 * manual/pl/sylpheed-claws-manual.xml
2513 * manual/pl/dist/.cvsignore
2514 * manual/pl/dist/html/.cvsignore
2515 * manual/pl/dist/html/Makefile.am
2516 * manual/pl/dist/pdf/.cvsignore
2517 * manual/pl/dist/pdf/Makefile.am
2518 * manual/pl/dist/ps/.cvsignore
2519 * manual/pl/dist/ps/Makefile.am
2520 * manual/pl/dist/txt/.cvsignore
2521 * manual/pl/dist/txt/Makefile.am
2545 * src/addressbook_foldersel.c
2546 * src/addressbook_foldersel.h
2568 * src/customheader.c
2569 * src/customheader.h
2570 * src/displayheader.c
2571 * src/displayheader.h
2582 * src/editldap_basedn.c
2583 * src/editldap_basedn.h
2599 * src/folder_item_prefs.c
2600 * src/folder_item_prefs.h
2607 * src/grouplistdialog.c
2608 * src/grouplistdialog.h
2611 * src/image_viewer.c
2612 * src/image_viewer.h
2651 * src/matcher_parser.h
2652 * src/matcher_parser_lex.l
2653 * src/matcher_parser_parse.y
2656 * src/message_search.c
2657 * src/message_search.h
2676 * src/partial_download.c
2677 * src/partial_download.h
2682 * src/prefs_account.c
2683 * src/prefs_account.h
2684 * src/prefs_actions.c
2685 * src/prefs_actions.h
2686 * src/prefs_common.c
2687 * src/prefs_common.h
2688 * src/prefs_compose_writing.c
2689 * src/prefs_compose_writing.h
2690 * src/prefs_customheader.c
2691 * src/prefs_customheader.h
2692 * src/prefs_display_header.c
2693 * src/prefs_display_header.h
2694 * src/prefs_ext_prog.c
2695 * src/prefs_ext_prog.h
2696 * src/prefs_filtering.c
2697 * src/prefs_folder_column.c
2698 * src/prefs_folder_column.h
2699 * src/prefs_folder_item.c
2700 * src/prefs_folder_item.h
2705 * src/prefs_image_viewer.c
2706 * src/prefs_image_viewer.h
2707 * src/prefs_matcher.c
2708 * src/prefs_matcher.h
2709 * src/prefs_message.c
2710 * src/prefs_message.h
2711 * src/prefs_msg_colors.c
2712 * src/prefs_msg_colors.h
2717 * src/prefs_receive.c
2718 * src/prefs_receive.h
2721 * src/prefs_spelling.c
2722 * src/prefs_spelling.h
2723 * src/prefs_summaries.c
2724 * src/prefs_summaries.h
2725 * src/prefs_summary_column.c
2726 * src/prefs_summary_column.h
2727 * src/prefs_template.c
2728 * src/prefs_template.h
2729 * src/prefs_themes.c
2730 * src/prefs_themes.h
2731 * src/prefs_toolbar.c
2732 * src/prefs_toolbar.h
2733 * src/prefs_wrapping.c
2734 * src/prefs_wrapping.h
2744 * src/quote_fmt_parse.y
2747 * src/remotefolder.c
2748 * src/remotefolder.h
2749 * src/send_message.c
2750 * src/send_message.h
2753 * src/sourcewindow.c
2754 * src/sourcewindow.h
2759 * src/stock_pixmap.c
2760 * src/stock_pixmap.h
2761 * src/summary_search.c
2762 * src/summary_search.h
2779 * src/common/base64.c
2780 * src/common/base64.h
2782 * src/common/hooks.c
2783 * src/common/hooks.h
2786 * src/common/mgutils.c
2787 * src/common/mgutils.h
2790 * src/common/passcrypt.c
2791 * src/common/passcrypt.h.in
2792 * src/common/plugin.c
2793 * src/common/plugin.h
2794 * src/common/prefs.c
2795 * src/common/prefs.h
2796 * src/common/progressindicator.c
2797 * src/common/progressindicator.h
2798 * src/common/quoted-printable.c
2799 * src/common/quoted-printable.h
2800 * src/common/session.c
2801 * src/common/session.h
2804 * src/common/socket.c
2805 * src/common/socket.h
2808 * src/common/stringtable.c
2809 * src/common/stringtable.h
2810 * src/common/sylpheed.c
2811 * src/common/sylpheed.h
2812 * src/common/template.c
2813 * src/common/template.h
2814 * src/common/timing.h
2815 * src/common/utils.c
2816 * src/common/utils.h
2817 * src/common/version.h.in
2820 * src/common/xmlprops.c
2821 * src/common/xmlprops.h
2823 * src/gtk/colorlabel.c
2824 * src/gtk/colorlabel.h
2825 * src/gtk/colorsel.c
2826 * src/gtk/colorsel.h
2827 * src/gtk/combobox.c
2828 * src/gtk/combobox.h
2829 * src/gtk/description_window.c
2830 * src/gtk/description_window.h
2833 * src/gtk/foldersort.c
2834 * src/gtk/foldersort.h
2835 * src/gtk/gtkaspell.c
2836 * src/gtk/gtkaspell.h
2837 * src/gtk/gtksctree.c
2838 * src/gtk/gtkshruler.c
2839 * src/gtk/gtkshruler.h
2840 * src/gtk/gtkutils.c
2841 * src/gtk/gtkutils.h
2842 * src/gtk/icon_legend.c
2843 * src/gtk/icon_legend.h
2844 * src/gtk/logwindow.c
2845 * src/gtk/logwindow.h
2846 * src/gtk/manage_window.c
2847 * src/gtk/manage_window.h
2848 * src/gtk/pluginwindow.c
2849 * src/gtk/pluginwindow.h
2850 * src/gtk/prefswindow.c
2851 * src/gtk/prefswindow.h
2852 * src/gtk/quicksearch.c
2853 * src/gtk/quicksearch.h
2854 * src/pixmaps/claws-mail.xpm
2855 * src/pixmaps/claws-mail_icon.xpm
2856 * src/pixmaps/claws-mail_logo.xpm
2857 * src/pixmaps/sylpheed-claws.xpm
2858 * src/pixmaps/sylpheed-claws_icon.xpm
2859 * src/pixmaps/sylpheed-claws_logo.xpm
2860 * src/plugins/bogofilter/Makefile.am
2861 * src/plugins/bogofilter/bogofilter.c
2862 * src/plugins/bogofilter/bogofilter.h
2863 * src/plugins/bogofilter/bogofilter_gtk.c
2864 * src/plugins/clamav/Makefile.am
2865 * src/plugins/clamav/clamav_plugin.c
2866 * src/plugins/clamav/clamav_plugin.h
2867 * src/plugins/clamav/clamav_plugin_gtk.c
2868 * src/plugins/demo/Makefile.am
2869 * src/plugins/demo/demo.c
2870 * src/plugins/dillo_viewer/Makefile.am
2871 * src/plugins/dillo_viewer/README
2872 * src/plugins/dillo_viewer/dillo_prefs.c
2873 * src/plugins/dillo_viewer/dillo_prefs.h
2874 * src/plugins/dillo_viewer/dillo_viewer.c
2875 * src/plugins/pgpcore/Makefile.am
2876 * src/plugins/pgpcore/passphrase.c
2877 * src/plugins/pgpcore/passphrase.h
2878 * src/plugins/pgpcore/pgp_viewer.c
2879 * src/plugins/pgpcore/pgp_viewer.h
2880 * src/plugins/pgpcore/plugin.c
2881 * src/plugins/pgpcore/prefs_gpg.c
2882 * src/plugins/pgpcore/prefs_gpg.h
2883 * src/plugins/pgpcore/select-keys.c
2884 * src/plugins/pgpcore/select-keys.h
2885 * src/plugins/pgpcore/sgpgme.c
2886 * src/plugins/pgpcore/sgpgme.h
2887 * src/plugins/pgpcore/sylpheed.def
2888 * src/plugins/pgpcore/version.rc
2889 * src/plugins/pgpinline/Makefile.am
2890 * src/plugins/pgpinline/pgpinline.c
2891 * src/plugins/pgpinline/pgpinline.h
2892 * src/plugins/pgpinline/plugin.c
2893 * src/plugins/pgpinline/sylpheed.def
2894 * src/plugins/pgpinline/version.rc
2895 * src/plugins/pgpmime/Makefile.am
2896 * src/plugins/pgpmime/pgpmime.c
2897 * src/plugins/pgpmime/pgpmime.h
2898 * src/plugins/pgpmime/plugin.c
2899 * src/plugins/pgpmime/sylpheed.def
2900 * src/plugins/pgpmime/version.rc
2901 * src/plugins/spamassassin/Makefile.am
2902 * src/plugins/spamassassin/README
2903 * src/plugins/spamassassin/spamassassin.c
2904 * src/plugins/spamassassin/spamassassin.h
2905 * src/plugins/spamassassin/spamassassin_gtk.c
2906 * src/plugins/trayicon/Makefile.am
2907 * src/plugins/trayicon/trayicon.c
2908 * tools/OOo2sylpheed.pl
2910 * tools/README.sylprint
2911 * tools/acroread2sylpheed.pl
2912 * tools/claws.i18n.status.pl
2913 * tools/filter_conv.pl
2914 * tools/filter_conv_new.pl
2915 * tools/freshmeat_search.pl
2916 * tools/google_search.pl
2917 * tools/kmail2sylpheed.pl
2918 * tools/kmail2sylpheed_v2.pl
2919 * tools/make.themes.project
2920 * tools/multiwebsearch.pl
2921 * tools/nautilus2sylpheed.sh
2922 * tools/outlook2sylpheed.pl
2926 * tools/textviewer.sh
2927 * tools/vcard2xml.py
2928 * tools/kdeservicemenu/README
2929 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2930 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2931 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2932 Change name to Claws Mail. Announce to follow...
2934 2006-11-06 [wwp] 2.6.0cvs6
2936 * src/prefs_template.c
2937 unify messages related to quote format/template errors (fix
2938 capitalization), again.
2940 2006-11-06 [wwp] 2.6.0cvs5
2943 unify messages related to quote format/template errors.
2945 2006-11-06 [wwp] 2.6.0cvs4
2947 * src/prefs_msg_colors.c
2948 more uses of Q_ macro for contextual translations, thanks
2951 2006-11-06 [wwp] 2.6.0cvs3
2954 * src/common/utils.c
2955 * src/common/utils.h
2956 show an alertpanel to make sure users are aware that sensitive
2957 files are attached (it's file blacklist-based). This will fix
2958 interaction w/ GoogleEarth for instance, thanks to Colin.
2960 2006-11-06 [wwp] 2.6.0cvs2
2963 * src/prefs_template.c
2964 * src/prefs_template.h
2965 check quote format when applying/closing prefs. For now this only
2966 shows up an error dialog box, not preventing the user from using
2967 a broken quote (reply, forwards) format.
2969 2006-11-06 [wwp] 2.6.0cvs1
2971 * src/prefs_template.c
2972 fix missing checks of some template fields.
2974 2006-11-06 [paul] 2.6.0
2981 2006-11-06 [paul] 2.5.6cvs22
2983 * manual/advanced.xml
2984 * manual/es/advanced.xml
2985 put 'respect_flowed_format' info in the correct
2988 2006-11-06 [mones] 2.5.6cvs21
2991 Minor fixes for release
2993 2006-11-06 [paul] 2.5.6cvs20
3004 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
3005 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
3006 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
3009 2006-11-02 [colin] 2.5.6cvs19
3013 * src/prefs_account.c
3014 * src/etpan/imap-thread.c
3015 Add GSSAPI support - fixes Debian bug #383274
3017 2006-11-01 [colin] 2.5.6cvs18
3020 Handle libpisock12 support. Probably
3021 fixes bug 1046, 'jpilot AddressDB.pdb
3024 2006-11-01 [colin] 2.5.6cvs17
3027 debug_print() folderutils_mark_all_read()
3029 2006-11-01 [colin] 2.5.6cvs16
3032 Add missed files to the Apache exception
3034 2006-10-31 [colin] 2.5.6cvs15
3038 Add a copy_private_data() func to FolderClasses
3039 Doesn't break the feature freeze, because we
3040 won't use it (right now) in the core.
3042 2006-10-31 [colin] 2.5.6cvs14
3045 Allow linking with the Apache licensed files in
3046 src/plugins/spamassassin. Hopefully fixes
3047 bug 1048, 'Spamassassin plugin license problem'
3049 2006-10-31 [wwp] 2.5.6cvs13
3052 fix and optimize trimming of leading linefeeds in body loop.
3054 2006-10-31 [colin] 2.5.6cvs12
3056 * src/etpan/imap-thread.c
3058 Make really sure to have NULL sets in case
3061 2006-10-30 [wwp] 2.5.6cvs11
3063 * src/prefs_common.c
3064 * src/prefs_common.h
3066 fix broken storage of quote format template when it contains \-escape
3067 sequences. The application of such sequences is also fixed now (\t
3068 in quote format will be a real tab instead of a 't', for instance).
3070 2006-10-27 [colin] 2.5.6cvs10
3073 Probably fix bug 1045, 'sylpheed-claws
3074 doesn't remove the mail from the IMAP
3075 Queue folder after sending'. From
3078 2006-10-27 [colin] 2.5.6cvs9
3081 Require libetpan-0.48. I'm so annoying,
3084 2006-10-27 [colin] 2.5.6cvs8
3088 Probably fix bug 1044, 'sylpheed-claws
3089 segfaults while moving mails' - Fix relation
3090 usage when moving to an IMAP mailbox from another
3093 2006-10-26 [paul] 2.5.6cvs7
3096 add libSM to compiled-in features
3099 2006-10-24 [colin] 2.5.6cvs6
3102 * src/gtk/gtkutils.c
3103 Fix crash when printing emails with an
3106 2006-10-24 [mones] 2.5.6cvs5
3108 * manual/es/advanced.xml
3109 Synchronize hidden option respect_flowed_format
3113 2006-10-21 [paul] 2.5.6cvs4
3116 * src/plugins/pgpcore/pgp_viewer.c
3117 * src/plugins/pgpcore/sgpgme.c
3118 fix building on BSDs
3119 Thanks to Michael Hughes
3120 <Sylpheed-Claws_user@thehugheslogcabin.net>
3122 2006-10-20 [colin] 2.5.6cvs3
3125 Bump up libetpan requirement
3126 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3127 * src/common/utils.c
3128 * src/common/utils.h
3129 Add convenience get_file_mtime()
3131 * src/etpan/imap-thread.c
3132 * src/etpan/imap-thread.h
3133 Implement UIDPLUS support if the server
3134 supports it - faster sending in this case
3136 2006-10-19 [colin] 2.5.6cvs2
3138 * src/gtk/quicksearch.c
3139 Fix emptying in type-ahead+extended mode
3142 Add a hook for offline state change
3143 * src/plugins/trayicon/trayicon.c
3144 Use it to display offline icons
3145 * src/plugins/trayicon/Makefile.am
3146 * src/plugins/trayicon/newmail.offline.xpm
3147 * src/plugins/trayicon/newmarkedmail.offline.xpm
3148 * src/plugins/trayicon/nomail.offline.xpm
3149 * src/plugins/trayicon/unreadmail.offline.xpm
3150 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3153 2006-10-12 [paul] 2.5.6cvs1
3158 Update version number following
3161 2006-10-19 [colin] 2.5.5cvs18
3163 * manual/handling.xml
3164 Add type-ahead search
3166 2006-10-18 [colin] 2.5.5cvs17
3168 * src/gtk/quicksearch.c
3169 Remove "save to history only if there's
3170 no syntax error", it breaks for some
3171 reason which I'll investigate later.
3173 2006-10-18 [colin] 2.5.5cvs16
3175 * src/prefs_common.c
3176 * src/prefs_common.h
3178 * src/gtk/quicksearch.c
3179 * src/gtk/quicksearch.h
3180 Add a type-ahead option for fast searches
3181 Patch by Fabien Vantard
3183 2006-10-18 [colin] 2.5.5cvs15
3187 Add Options/Reply mode/ menu to be able to
3188 change the recipients of a reply on the fly
3190 2006-10-18 [colin] 2.5.5cvs14
3193 Fix redirecting of our own sent mails
3195 2006-10-17 [wwp] 2.5.5cvs13
3197 * src/send_message.c
3198 Fix duplicate error messages when sending, and missing
3199 newline in such error messages.
3201 2006-10-17 [colin] 2.5.5cvs12
3204 Compare addresses case-insensitive
3206 2006-10-17 [colin] 2.5.5cvs11
3208 * src/plugins/pgpcore/sgpgme.c
3211 2006-10-17 [colin] 2.5.5cvs10
3213 * src/plugins/pgpcore/pgp_viewer.c
3216 2006-10-17 [colin] 2.5.5cvs9
3219 Fix a typo (thanks to Fabien)
3221 2006-10-16 [colin] 2.5.5cvs8
3224 Fix problem with quote-folding when emails
3225 don't convert cleanly to UTF-8
3227 2006-10-14 [colin] 2.5.5cvs7
3229 * src/prefs_template.c
3230 Reset fields when reopening
3233 2006-10-13 [paul] 2.5.5cvs6
3235 * manual/advanced.xml
3236 * src/prefs_message.c
3237 make 'respect_flowed_format' a hidden
3238 option, and add a manual entry for it
3241 2006-10-12 [colin] 2.5.5cvs5
3244 Revert part of 2.5.2cvs21:
3245 Don't optimise by reusing the
3246 last iconv converter if possible:
3247 it seems slightly broken in a
3248 very hard way to reproduce
3250 2006-10-12 [colin] 2.5.5cvs4
3252 * src/prefs_common.c
3253 * src/prefs_common.h
3254 * src/prefs_message.c
3256 Fix bug 1035, 'Incorrect handling
3257 of flowed lines'. We now optionnaly
3258 handle this format (preference is in
3259 Message View/Text options section)
3261 2006-10-12 [colin] 2.5.5cvs3
3265 * src/plugins/pgpcore/pgp_viewer.c
3266 * src/plugins/pgpcore/sgpgme.c
3267 Don't try to import without asking
3269 2006-10-12 [colin] 2.5.5cvs2
3272 Fix bug 1036, 'Forwarding a mutlipart
3273 mail with a "text/html" block to ms
3274 outlook users leeds to freeze of
3275 outlook'. Poor outlook users...
3277 2006-10-12 [paul] 2.5.5cvs1
3282 Update version number following
3285 2006-10-11 [paul] 2.5.4cvs1
3290 Update version number following
3293 2006-10-11 [paul] 2.5.3cvs32
3296 fix bug 1032, 'Segmentation fault when showing
3297 message' (bug in quote folding)
3300 2006-10-10 [colin] 2.5.3cvs31
3303 Rephrase english a bit
3305 2006-10-10 [colin] 2.5.3cvs30
3307 * src/prefs_compose_writing.c
3308 Stop making the page larger than the window
3310 2006-10-10 [wwp] 2.5.3cvs29
3313 * src/prefs_template.c
3316 * src/quote_fmt_lex.l
3317 * src/quote_fmt_parse.y
3318 Extend the quote parser a bit: allow to get access to
3319 basic (composing) account info.
3321 2006-10-10 [colin] 2.5.3cvs28
3324 Fix this \t problem in subject
3326 2006-10-09 [colin] 2.5.3cvs27
3330 Prepare cache a bit later
3331 If section already exists, skip the new one
3332 (as previously); avoid writing the same block
3333 twice - if we find a second block with the
3335 * src/plugins/pgpcore/pgp_viewer.c
3336 Set cursor to busy when retrieving a key
3337 * src/plugins/pgpcore/sgpgme.c
3338 allow 5 seconds for gpg to export the key
3341 2006-10-09 [colin] 2.5.3cvs26
3346 Check for existence of fgets_unlocked
3349 2006-10-09 [paul] 2.5.3cvs25
3351 * src/prefs_summaries.c
3352 replace strftime() with fast_strftime() and in
3353 the consequence fix the bug in the display of
3354 AM/PM in the 'Example' string
3356 2006-10-09 [ticho] 2.5.3cvs24
3359 Updated (and fixed up somewhat) Slovak translation.
3361 2006-10-08 [colin] 2.5.3cvs23
3363 * src/prefs_folder_item.c
3364 Explain why prefs in the top-level folder
3365 aren't retained, but are still useful
3367 2006-10-08 [colin] 2.5.3cvs22
3370 Don't cache anything if caching fails
3372 2006-10-08 [colin] 2.5.3cvs21
3374 * src/common/utils.c
3375 always include gi18n.h
3377 2006-10-07 [colin] 2.5.3cvs20
3379 * src/plugins/pgpcore/pgp_viewer.c
3380 Kill gpg after 5 seconds wait
3382 2006-10-07 [colin] 2.5.3cvs19
3384 * src/plugins/pgpcore/pgp_viewer.c
3385 * src/plugins/pgpcore/pgp_viewer.h
3388 2006-10-07 [colin] 2.5.3cvs18
3390 * src/plugins/pgpcore/pgp_viewer.c
3391 * src/plugins/pgpcore/pgp_viewer.h
3392 Actually add the files to CVS
3394 2006-10-07 [colin] 2.5.3cvs17
3396 * src/plugins/pgpcore/sgpgme.c
3397 Be sure not to crash on 'application/pgp-signature' that
3398 are not application/pgp-signatures
3400 2006-10-07 [colin] 2.5.3cvs16
3404 Make a bit more of the API available
3405 * src/plugins/pgpcore/Makefile.am
3406 * src/plugins/pgpcore/plugin.c
3407 * src/plugins/pgpcore/sgpgme.c
3408 Add basic key import/export
3410 2006-10-07 [colin] 2.5.3cvs15
3414 * src/prefs_account.c
3416 Warn users *everywhere* if libetpan's not
3419 2006-10-06 [mones] 2.5.3cvs14
3423 updated by Stephan Sachse and me
3425 2006-10-06 [colin] 2.5.3cvs13
3428 * src/common/sylpheed.c
3429 Don't load common plugins if --exit is passed
3432 Implement a cache to avoid reading the same
3433 files over and over again at startup
3435 2006-10-06 [colin] 2.5.3cvs12
3438 * src/gtk/quicksearch.c
3439 Update display every 5k mails on fast searches
3441 2006-10-06 [colin] 2.5.3cvs11
3444 Don't do quote folding on HTML or ERTF.
3445 May fix the Cygwin issues if they were
3446 happening with HTML mails?
3448 2006-10-05 [colin] 2.5.3cvs10
3453 2006-10-05 [colin] 2.5.3cvs9
3456 Use unlocked_stdio here too
3458 2006-10-05 [colin] 2.5.3cvs8
3461 Fix go to next * after preferences apply
3463 Do the fd lock/unlock ourselves instead of
3464 letting the libc do it at each write
3466 2006-10-05 [colin] 2.5.3cvs7
3468 * src/common/utils.c
3469 Faster division, thanks to Jean Diraison
3471 2006-10-05 [paul] 2.5.3cvs6
3473 * src/common/utils.c
3474 fix building with --disable-nls
3476 2006-10-04 [colin] 2.5.3cvs5
3479 Maybe fix a segfault
3481 2006-10-04 [wwp] 2.5.3cvs4
3483 * src/prefs_folder_item.c
3484 Fine-tune layouts in folder item prefs. Suggested by
3485 Fabien Vantard <fzzzzz@gmail.com>.
3487 2006-10-04 [wwp] 2.5.3cvs3
3489 * src/prefs_folder_item.c
3490 Kill the clandestine passengers. You didn't see anything.
3492 2006-10-04 [wwp] 2.5.3cvs2
3494 * src/prefs_folder_item.c
3495 Add a way to test the subject simplify regexp in
3496 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3497 w/ few layout changes.
3499 2006-20-04 [paul] 2.5.3cvs1
3504 Update version number following
3507 2006-10-04 [colin] 2.5.2cvs42
3512 Provide a way for folder classes to set their sort
3515 2006-10-03 [colin] 2.5.2cvs41
3518 Don't use strlen() to know if the
3521 2006-10-03 [colin] 2.5.2cvs40
3524 Fix "check for new folders" with accentued folders
3526 2006-10-03 [ticho] 2.5.2cvs39
3532 Colin's fix for "copy" filtering rules.
3534 2006-10-02 [colin] 2.5.2cvs38
3537 Fix for double-click too
3539 2006-10-02 [colin] 2.5.2cvs37
3542 correct fix for cvs36
3544 2006-10-02 [colin] 2.5.2cvs36
3547 Fix 'goto next unread' after collapsing/expanding
3550 2006-10-02 [colin] 2.5.2cvs35
3553 Fix double freeze/thaw
3554 * src/common/utils.c
3555 * src/common/utils.h
3556 Reimplement strftime
3561 2006-10-02 [colin] 2.5.2cvs34
3564 Time mh_write_sequences() - it's fast
3566 Init a variable to shut up gcc
3568 2006-10-01 [colin] 2.5.2cvs33
3574 Add helper mh_set_mtime(), and set mtime to stat()'s result
3575 Add fsync but disable it, it's slow as hell
3577 2006-10-01 [colin] 2.5.2cvs32
3581 fflush() caches and mh_sequences before
3584 2006-10-01 [colin] 2.5.2cvs31
3587 Don't ftruncate when not using mmap
3589 2006-09-30 [colin] 2.5.2cvs30
3592 Write folder list *after* saving caches
3594 2006-09-30 [colin] 2.5.2cvs29
3598 Debug forced mtime changes
3600 2006-09-30 [colin] 2.5.2cvs28
3604 Remove useless debug_print()s (code
3607 2006-09-30 [colin] 2.5.2cvs27
3610 Do stuff faster when writing mh_sequences
3612 2006-09-30 [colin] 2.5.2cvs26
3615 Don't let the writing of .mh_sequences, which
3616 can change the folder's mtime, let us think
3619 2006-09-30 [colin] 2.5.2cvs25
3622 Move a debug_print where it belongs
3625 Don't mess with a huge slow subject
3626 table if we're not threading by
3629 2006-09-30 [colin] 2.5.2cvs24
3632 Reenable mmaped reads (*not* writes!)
3634 Don't destroy and recreate hashtables just
3636 * src/common/utils.c
3637 Remove useless reply prefixes (it's case
3640 2006-09-30 [wwp] 2.5.2cvs23
3643 Fixed a minor bug in date value extraction, added a switch
3644 to replace non RFC-compliant Date: value, added a switch
3645 to use strict RFC matching patterns for dates.
3647 2006-09-29 [colin] 2.5.2cvs22
3649 * src/matcher_parser.h
3650 * src/matcher_parser_parse.y
3651 * src/prefs_filtering.c
3653 * src/summary_search.c
3655 * src/gtk/quicksearch.c
3656 * src/gtk/quicksearch.h
3657 Optimise searches by setting different
3658 refresh intervals (depending if the
3659 search is fast or not)
3661 2006-09-29 [colin] 2.5.2cvs21
3664 Optimise by reusing the last iconv converter
3667 Optimise a bit (the foldable quotes feature
3668 still has an awful O(n^2) algo
3670 2006-09-29 [colin] 2.5.2cvs20
3672 * src/gtk/gtksctree.c
3673 * src/gtk/gtksctree.h
3674 Optimise de-selection via up/down or
3677 2006-09-28 [colin] 2.5.2cvs19
3684 * src/summary_search.c
3686 Avoid using summaryview->ctree directly
3688 2006-09-28 [colin] 2.5.2cvs18
3692 Add helpers to freeze/thaw/grab_focus
3693 Factorize calls to freeze/thaw/grab_focus
3696 2006-09-28 [colin] 2.5.2cvs17
3699 More guards for the session management
3701 2006-09-28 [colin] 2.5.2cvs16
3704 * src/gtk/gtksctree.c
3705 * src/gtk/gtksctree.h
3706 Make expanding not recursive in folderview
3708 2006-09-28 [colin] 2.5.2cvs15
3711 If nothing is selected in the list (right part)
3712 and a group is selected in the tree (left part),
3715 2006-09-28 [colin] 2.5.2cvs14
3718 Actually use SM_LIBS
3720 2006-09-28 [ticho] 2.5.2cvs13
3727 * src/prefs_themes.c
3729 Small i18n string optimization.
3730 * src/send_message.c
3732 * src/common/session.c
3734 * src/common/ssl_certificate.c
3735 * src/common/utils.c
3736 Use "Couldn't" instead of "Can't" in UI messages,
3739 2006-09-28 [colin] 2.5.2cvs12
3742 Possibly fix link errors
3744 2006-09-27 [wwp] 2.5.2cvs11
3747 * doc/man/sylpheed-claws.1
3752 Updated authors info (me, myself and I).
3754 2006-09-27 [colin] 2.5.2cvs10
3757 Remove useless printf
3759 2006-09-27 [wwp] 2.5.2cvs9
3762 * src/send_message.c
3764 * src/prefs_common.c
3765 * src/prefs_common.h
3766 * src/gtk/progressdialog.c
3767 remember more windows' sizes (send dialog, received dialog,
3768 edit group in addressbook).
3770 2006-09-27 [colin] 2.5.2cvs8
3775 Use libSM to communicate with the session
3776 manager, so that we can know when the
3777 session ends, save our caches, and draft
3778 our compose windows.
3780 2006-09-27 [colin] 2.5.2cvs7
3784 o Allow Book and Group creation from the tree's
3786 o Do not actually delete the contacts when
3787 deleting groups from the tree (duh!)
3789 2006-09-27 [colin] 2.5.2cvs6
3796 o Allow passing an email address to
3797 compose_new_with_folderitem
3799 o Use current folderitem when clicking
3800 on a TextView mailto: link
3801 o Fix a possible leak in TextView
3803 2006-09-27 [colin] 2.5.2cvs5
3806 Use UTF-8 chars to replace HTML entities
3808 2006-09-27 [colin] 2.5.2cvs4
3811 * src/prefs_account.c
3813 Fix bug #1024 (Array index out of
3814 range in sylpheed-claws-2.5.2)
3815 Patch by Ales Nosek <anosek@suse.cz>
3817 2006-09-27 [colin] 2.5.2cvs3
3820 Actually do the test
3822 2006-09-27 [colin] 2.5.2cvs2
3826 Allow completing with comma (in certain cases: vCalendar
3827 for example doesn't support that)
3828 Patch by Fabien Vantard
3830 2006-09-26 [colin] 2.5.2cvs1
3841 * src/prefs_common.c
3842 * src/prefs_filtering_action.c
3843 * src/prefs_folder_item.c
3844 * src/prefs_template.c
3845 * src/stock_pixmap.c
3846 * src/stock_pixmap.h
3847 * src/pixmaps/addr_one.xpm
3848 * src/pixmaps/addr_two.xpm