1 2007-01-18 [colin] 2.7.1cvs25
4 Provide a way to migrate without backup
5 Re-ask for migration on next start if
6 it has been refused and wizard has been
9 2007-01-18 [wwp] 2.7.1cvs24
12 complete 2.7.1.cvs23 (file was missing from previous
15 2007-01-18 [wwp] 2.7.1cvs23
18 fix potential crashes in address book's focus_in/out signal handlers,
19 force focus to the edit-person form when clicked the Edit menu entry or
20 button (this only matters if the edit-person form is embedded to the
21 AB window, in that case, focus is not set when browsing the contacts
22 list w/ keys or mouse clicks).
24 2007-01-18 [paul] 2.7.1cvs22
27 add command line options:
29 -q and --quit for --exit
31 print "Unknown option" for unknown options
33 2007-01-18 [paul] 2.7.1cvs21
36 updated by Pavlo Bohmat
38 2007-01-18 [paul] 2.7.1cvs20
41 fix sensitivity issues of Mark as Spam/Ham
43 2007-01-17 [fabien] 2.7.1cvs19
49 Add a 'gtk_can_change_accels' pref in Preferences/Other which
50 control the corresponding gtk property. It could be used to lock
51 all shortcuts (avoid to set one of them by inadvertency).
53 2007-01-17 [colin] 2.7.1cvs18
56 Fix bug 1100, 'Highlighted e-mail data not visible
57 when color label applied.'. Use a weighted average
58 between normal selected foreground color and color
59 label instead of a simple one (3/1 instead 1/1).
61 2007-01-17 [colin] 2.7.1cvs17
64 Better fix for bug 1088, 'Ctrl-h produces repeatable
65 crash' - don't prevent mail switching while loading
67 2007-01-17 [colin] 2.7.1cvs16
76 Manage recursive search of unsubscribed folders
77 Rescan tree without checking for new messages
78 after subscriptions changed
80 2007-01-17 [paul] 2.7.1cvs15
83 * src/gtk/pluginwindow.c
84 fix bug 1101, '"Load plugin" button is
86 unset (-1) initial width in prefs_common,
87 fix overlapping buttons,
90 2007-01-17 [paul] 2.7.1cvs14
93 add #include <errno.h>, it's needed
96 2007-01-17 [paul] 2.7.1cvs13
99 * tools/make.themes.project
100 rename .sylpheed_themeinfo to .claws_themeinfo
102 * src/etpan/etpan-errors.h
103 * src/etpan/etpan-log.c
104 * src/etpan/etpan-log.h
105 * src/etpan/etpan-thread-manager-types.h
106 * src/etpan/etpan-thread-manager.c
107 * src/etpan/etpan-thread-manager.h
108 * src/etpan/imap-thread.c
109 * src/etpan/imap-thread.h
112 2007-01-17 [colin] 2.7.1cvs12
114 * src/plugins/pgpcore/select-keys.c
115 * src/gtk/pluginwindow.c
116 * src/prefs_account.c
119 2007-01-16 [colin] 2.7.1cvs11
124 Manage subscribing to subfolders when only
125 subscribed folders are shown.
127 2007-01-16 [colin] 2.7.1cvs10
130 Fix annoying vscrollbar going back to top
131 on Check for new folders
133 2007-01-16 [colin] 2.7.1cvs9
138 2007-01-16 [colin] 2.7.1cvs8
141 Bigger buffer for errors
145 * src/prefs_account.c
146 * src/prefs_account.h
148 * src/etpan/imap-thread.c
149 * src/etpan/imap-thread.h
150 * manual/handling.xml
151 Add subscriptions management. What it changes:
152 Creating a folder subscribes to it
153 Deleting a folder unsubscribes it
154 New contextual menu item allowing to switch between
155 All folders and Subscribed folders, subscribe, and
156 unsubscribe. "Creating" an existing but unsubscribed
157 folder will subscribe it.
158 By default for new accounts, only subscribed folders
162 2007-01-16 [paul] 2.7.1cvs7
165 Allow folder classes to specify only sort_key or
166 sort_type instead of both or none.
168 2007-01-16 [paul] 2.7.1cvs6
175 Save and use errno for procmime_get_part
177 2007-01-16 [colin] 2.7.1cvs5
180 Never remove INBOX when scanning for
181 new folders. It's a special folder
184 2007-01-15 [colin] 2.7.1cvs4
187 Fix 'Check for new folders' when IMAP subdirectory
189 * src/etpan/imap-thread.c
192 2007-01-15 [colin] 2.7.1cvs3
194 * src/etpan/imap-thread.c
195 Fix invalid free on command-connection
198 2007-01-15 [wwp] 2.7.1cvs2
200 * src/matcher_parser_lex.l
201 * src/quote_fmt_lex.l
202 * src/matcher_parser_parse.y
203 fix copyright header in lexers and parsers.
205 2007-01-15 [paul] 2.7.1cvs1
211 bump up version number following
214 2007-01-15 [paul] 2.7.0cvs31
218 add Fabien to the Team list
219 add the recent contributors
220 make a few corrections
222 2007-01-15 [paul] 2.7.0cvs30
226 * src/plugins/pgpcore/prefs_gpg.c
227 * src/plugins/pgpcore/prefs_gpg.h
231 2007-01-14 [colin] 2.7.0cvs29
234 Use the 'gtk+' backend. Avoids gnome-vfs use,
235 two benefits: faster to open, will fix strange
236 dbus-related crash. Thanks to Pascal Terjan.
238 2007-01-14 [colin] 2.7.0cvs28
240 * src/etpan/imap-thread.c
241 Delete the old imap just after allocating
242 the new one. Makes sure we don't get the
243 same pointer by sheer luck, which feels
244 strange in the debug log.
246 2007-01-14 [colin] 2.7.0cvs27
248 * src/gtk/inputdialog.c
249 Make sure we don't print passwords in
250 clear text when in debug mode
252 2007-01-14 [colin] 2.7.0cvs26
254 * src/gtk/gtksctree.c
255 Fix bug 1098, 'bogus last row display
256 after expanding a thread'. Patch by
257 Jindrich Makovicka <makovick@gmail.com>
259 2007-01-14 [colin] 2.7.0cvs25
261 * src/etpan/imap-thread.c
262 Close socket manually before
263 freeing the imap struct
265 2007-01-14 [colin] 2.7.0cvs24
267 * src/etpan/imap-thread.c
268 Maybe fix new reconnection issues
270 2007-01-13 [colin] 2.7.0cvs23
273 Freeze/thaw on thread selection
275 2007-01-13 [paul] 2.7.0cvs22
280 add 'Edit/Delete thread'
282 2007-01-13 [colin] 2.7.0cvs21
284 * src/prefs_account.c
285 * src/prefs_compose_writing.c
286 * src/prefs_message.c
287 * src/prefs_msg_colors.c
289 * src/prefs_receive.c
290 * src/prefs_spelling.c
291 * src/prefs_summaries.c
295 * src/plugins/pgpcore/prefs_gpg.c
296 * src/plugins/spamassassin/spamassassin_gtk.c
297 Factorize gtk frame creation
300 2007-01-13 [colin] 2.7.0cvs20
302 * src/message_search.c
303 * src/summary_search.c
304 Fix Enter in search windows
306 Fix body search starting at the
307 end of the mail (and asking for loop)
309 2007-01-13 [colin] 2.7.0cvs19
311 * src/etpan/imap-thread.c
312 Make sure we don't free the same imap
315 2007-01-13 [colin] 2.7.0cvs18
318 Allow multiple commitHelpers to
321 2007-01-12 [colin] 2.7.0cvs17
323 * src/etpan/imap-thread.c
324 Make sure we get rid of the previous mailimap
325 when connecting - just in case disconnect was
328 2007-01-12 [paul] 2.7.0cvs16
331 Strip S/MIME signatures when re-editing
332 S/MIME signed messages.
334 2007-01-12 [paul] 2.7.0cvs15
341 no need to define CLAWS anymore, remove
344 2007-01-12 [paul] 2.7.0cvs14
347 check if the mail's signed as
348 it can change the mail structure
351 2007-01-12 [paul] 2.7.0cvs13
354 fix Forwarding msgs with attachments
355 that have dos line endings
358 2007-01-12 [wwp] 2.7.0cvs12
361 Revert accidentally committed extra version tag.
363 2007-01-12 [wwp] 2.7.0cvs11
365 * src/prefs_account.c
366 Fix compilation w/o aspell (completes 2.7.0cvs7).
368 2007-01-11 [colin] 2.7.0cvs10
371 move g_warning to debug_print
372 it scares people for no reason
374 2007-01-11 [colin] 2.7.0cvs9
377 Fix files to translate. Patch by
380 2007-01-11 [paul] 2.7.0cvs8
383 Fix recursion when server lists the
384 current subfolder in the response
386 Fix updating of icon_list/ctree
387 * src/plugins/pgpcore/select-keys.c
388 Fix a few annoyances when choosing
389 keys for the CMS (S/MIME) protocol
391 2007-01-11 [wwp] 2.7.0cvs7
394 * src/prefs_account.c
395 * src/prefs_account.h
396 Add per-account spellcheck default dictionaries settings.
398 2007-01-10 [colin] 2.7.0cvs6
400 * src/prefs_folder_item.c
401 Factorize strings - patch by Fabien
403 2007-01-10 [colin] 2.7.0cvs5
406 Fix bug 1095, 'Crash while changing folder
407 columns during incorporation'
409 2007-01-09 [colin] 2.7.0cvs4
411 * src/gtk/pluginwindow.c
412 Set the plugin window transient. Seems
413 like some window managers hide it in
414 the background after "load plugin"...
416 2007-01-09 [colin] 2.7.0cvs3
419 Use the same type for alloc and free
421 2007-01-08 [paul] 2.7.0cvs2
424 updated by Tim Dijkstra
426 2007-01-08 [paul] 2.7.0cvs1
432 2007-01-08 [paul] 2.7.0
439 2007-01-08 [paul] 2.6.1cvs119
441 * doc/man/claws-mail.1
444 2007-01-08 [paul] 2.6.1cvs118
446 * doc/man/claws-mail.1
448 * manual/advanced.xml
449 improved English usage
451 2007-01-08 [paul] 2.6.1cvs117
462 updated by Miquel Oliete, Stephan Sachse, me,
463 Tommi Pirinen, Andrea Spadaccini, Frederico
464 Goncalves Guimaraes, Andrej Kacian, Aleksandar
465 Urosevic, and Ralgh Young
467 2007-01-07 [mones] 2.6.1cvs116
469 * manual/es/advanced.xml
471 Synced manual (unhide mark_as_read_delay)
472 and updated translation for release
474 2007-01-07 [paul] 2.6.1cvs115
476 * src/prefs_matcher.c
477 make the hbox content fit better under
480 2007-01-07 [colin] 2.6.1cvs114
483 Fix bug 1088, 'Ctrl-h produces repeatable
486 2007-01-06 [colin] 2.6.1cvs113
488 * src/etpan/imap-thread.c
489 Add casts to int to get certs. Fixes
490 bug 1064, 'crash @ etpan_certificate_check()
491 when opening an IMAP folder', with latest
492 libetpan CVS or >= 0.49
497 * src/prefs_folder_item.c
498 Grey out the "synchronise" menu items if
499 there's nothing to synchronise.
500 * src/plugins/pgpcore/sgpgme.c
501 Make an error clearer than "Unknown error"
503 2007-01-06 [colin] 2.6.1cvs112
506 Don't try to show a message if updating
507 Maybe fixes bug 1088, 'ctrl-h produces
510 2007-01-06 [colin] 2.6.1cvs111
513 Disable Control-Space (handle it as Space).
515 2007-01-05 [paul] 2.6.1cvs110
518 Fix bug 934, 'sylpheed claws 2.1
519 doesn't show Exchanges Public Folders'
520 Thanks to Hoa and Colin
522 Refuse to allocate more than 2 MB for a
523 single field, it's a good indication of
526 2007-01-05 [colin] 2.6.1cvs109
529 Allow --select'ing emails by Message-ID too
531 2007-01-05 [colin] 2.6.1cvs108
533 * src/common/quoted-printable.c
536 2007-01-05 [colin] 2.6.1cvs107
538 * src/common/quoted-printable.c
539 Fix previous commit about bug 1089
542 2007-01-05 [colin] 2.6.1cvs106
544 * src/common/quoted-printable.c
545 Fix my previous commit on bug 1089
548 2007-01-04 [colin] 2.6.1cvs105
550 * src/common/quoted-printable.c
551 Fix bug 1089, 'NUL characters in Subject
552 line are misinterpreted'. Not a pain to
559 2007-01-04 [wwp] 2.6.1cvs104
562 Force operator precedence (fix a compiler warning).
564 2007-01-04 [colin] 2.6.1cvs103
567 Be cautious there too (same fix as the one
568 in textview from cvs33)
570 Don't use any MimeViewer plugin when showing
573 2007-01-03 [wwp] 2.6.1cvs102
577 fixed "cent" sign (use the existing ASCII one),
578 decode more HTML entities,
579 converted table ASCII entries to UTF-8,
580 moved a switch() into a hashtable.
582 2007-01-03 [paul] 2.6.1cvs101
588 When possible, use move_msg instead of
589 copy_msg + remove_msg to move sent mail
592 2007-01-03 [paul] 2.6.1cvs100
595 add more html entity recognition:
596 pounds, euros, and cents
598 2007-01-03 [colin] 2.6.1cvs99
601 Don't display an error on NOSELECT
602 folders when synchronising
604 2007-01-03 [paul] 2.6.1cvs98
606 * tools/maildir2claws-mail.pl
607 only substitute 'sent-mail' if it's
608 the full directory name
610 2007-01-03 [paul] 2.6.1cvs97
615 archive a chunk of ChangeLog in
618 * doc/src/ChangeLog.claws-pre0.8.0
619 remove ChangeLog.claws-pre0.8.0, adding
620 its contents to ChangeLog.gtk1
622 2007-01-03 [paul] 2.6.1cvs96
643 * src/addressbook_foldersel.c
644 * src/addressbook_foldersel.h
667 * src/displayheader.c
668 * src/displayheader.h
679 * src/editldap_basedn.c
680 * src/editldap_basedn.h
697 * src/folder_item_prefs.c
698 * src/folder_item_prefs.h
705 * src/grouplistdialog.c
706 * src/grouplistdialog.h
747 * src/message_search.c
748 * src/message_search.h
765 * src/partial_download.c
766 * src/partial_download.h
771 * src/prefs_account.c
772 * src/prefs_account.h
773 * src/prefs_actions.c
774 * src/prefs_actions.h
777 * src/prefs_compose_writing.c
778 * src/prefs_compose_writing.h
779 * src/prefs_customheader.c
780 * src/prefs_customheader.h
781 * src/prefs_display_header.c
782 * src/prefs_display_header.h
783 * src/prefs_filtering.c
784 * src/prefs_filtering.h
785 * src/prefs_filtering_action.c
786 * src/prefs_filtering_action.h
787 * src/prefs_folder_column.c
788 * src/prefs_folder_column.h
789 * src/prefs_folder_item.c
790 * src/prefs_folder_item.h
795 * src/prefs_image_viewer.c
796 * src/prefs_image_viewer.h
797 * src/prefs_matcher.c
798 * src/prefs_matcher.h
799 * src/prefs_message.c
800 * src/prefs_msg_colors.c
801 * src/prefs_msg_colors.h
804 * src/prefs_receive.c
806 * src/prefs_spelling.c
807 * src/prefs_spelling.h
808 * src/prefs_summaries.c
809 * src/prefs_summaries.h
810 * src/prefs_summary_column.c
811 * src/prefs_summary_column.h
812 * src/prefs_template.c
813 * src/prefs_template.h
816 * src/prefs_toolbar.c
817 * src/prefs_toolbar.h
818 * src/prefs_wrapping.c
819 * src/prefs_wrapping.h
829 * src/quote_fmt_parse.y
846 * src/summary_search.c
847 * src/summary_search.h
862 * src/common/base64.c
863 * src/common/base64.h
869 * src/common/mgutils.c
870 * src/common/mgutils.h
873 * src/common/passcrypt.c
874 * src/common/passcrypt.h.in
875 * src/common/plugin.c
876 * src/common/plugin.h
879 * src/common/progressindicator.c
880 * src/common/progressindicator.h
881 * src/common/quoted-printable.c
882 * src/common/quoted-printable.h
883 * src/common/session.c
884 * src/common/session.h
887 * src/common/socket.c
888 * src/common/socket.h
891 * src/common/ssl_certificate.c
892 * src/common/ssl_certificate.h
893 * src/common/stringtable.c
894 * src/common/stringtable.h
895 * src/common/template.c
896 * src/common/template.h
897 * src/common/timing.h
900 * src/common/version.h.in
903 * src/common/xmlprops.c
904 * src/common/xmlprops.h
906 * src/gtk/colorlabel.c
911 * src/gtk/description_window.c
912 * src/gtk/description_window.h
915 * src/gtk/foldersort.c
916 * src/gtk/foldersort.h
917 * src/gtk/gtksctree.c
920 * src/gtk/inputdialog.c
921 * src/gtk/inputdialog.h
922 * src/gtk/logwindow.c
923 * src/gtk/logwindow.h
924 * src/gtk/manage_window.c
925 * src/gtk/manage_window.h
928 * src/gtk/pluginwindow.c
929 * src/gtk/pluginwindow.h
930 * src/gtk/prefswindow.c
931 * src/gtk/prefswindow.h
932 * src/gtk/progressdialog.c
933 * src/gtk/progressdialog.h
934 * src/gtk/sslcertwindow.c
935 * src/gtk/sslcertwindow.h
936 * src/plugins/bogofilter/bogofilter.c
937 * src/plugins/bogofilter/bogofilter.h
938 * src/plugins/bogofilter/bogofilter_gtk.c
939 * src/plugins/clamav/clamav_plugin.c
940 * src/plugins/clamav/clamav_plugin.h
941 * src/plugins/clamav/clamav_plugin_gtk.c
942 * src/plugins/demo/demo.c
943 * src/plugins/dillo_viewer/dillo_prefs.c
944 * src/plugins/dillo_viewer/dillo_prefs.h
945 * src/plugins/dillo_viewer/dillo_viewer.c
946 * src/plugins/pgpcore/passphrase.c
947 * src/plugins/pgpcore/passphrase.h
948 * src/plugins/pgpcore/pgp_viewer.c
949 * src/plugins/pgpcore/pgp_viewer.h
950 * src/plugins/pgpcore/plugin.c
951 * src/plugins/pgpcore/select-keys.c
952 * src/plugins/pgpcore/select-keys.h
953 * src/plugins/pgpcore/sgpgme.c
954 * src/plugins/pgpcore/sgpgme.h
955 * src/plugins/pgpinline/pgpinline.c
956 * src/plugins/pgpinline/pgpinline.h
957 * src/plugins/pgpinline/plugin.c
958 * src/plugins/pgpmime/pgpmime.c
959 * src/plugins/pgpmime/pgpmime.h
960 * src/plugins/pgpmime/plugin.c
961 * src/plugins/spamassassin/spamassassin.c
962 * src/plugins/spamassassin/spamassassin.h
963 * src/plugins/spamassassin/spamassassin_gtk.c
964 * src/plugins/trayicon/trayicon.c
965 it's 2007, update the year in the copyright headers
967 2007-01-03 [paul] 2.6.1cvs95
970 it is 2007, use it in the copyright string
972 2007-01-03 [paul] 2.6.1cvs94
975 html entity conversion:
976 move ™ to a more suitable place
977 add • and –
978 make sure — and — are both
981 2007-01-02 [colin] 2.6.1cvs93
985 * src/common/plugin.c
987 * src/etpan/imap-thread.c
990 2006-12-31 [paul] 2.6.1cvs92
992 * src/prefs_summaries.c
993 use gtk_button_new_from_stock()
995 2006-12-30 [colin] 2.6.1cvs91
1000 Don't update filtering and account paths
1001 when copying folders
1003 2006-12-30 [colin] 2.6.1cvs90
1005 * src/prefs_compose_writing.c
1007 * src/prefs_template.c
1008 Use message font for Writing and
1009 Quoting prefs, as well as Templates.
1011 2006-12-30 [colin] 2.6.1cvs89
1013 * src/prefs_summaries.c
1014 Rework GUI; patch by Pawel
1016 2006-12-29 [colin] 2.6.1cvs88
1018 * src/prefs_folder_item.c
1019 Fix bug 1085, 'Apply to subfolder
1020 doesn't work' - I was mistaken saying
1021 it worked in every case
1023 2006-12-28 [colin] 2.6.1cvs87
1025 * src/gtk/gtkaspell.c
1026 Don't assert if use_alternate is true
1027 and alt_dictionary isn't set -- this
1028 is what happens on upgrade! Rather,
1031 2006-12-28 [colin] 2.6.1cvs86
1034 Fix desktop/icon simplification
1036 2006-12-28 [colin] 2.6.1cvs85
1039 Make desktop and icon not
1040 dependant on the desktop
1042 2006-12-28 [wwp] 2.6.1cvs84
1044 * src/plugins/pgpmime/claws.def
1045 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
1047 2006-12-28 [wwp] 2.6.1cvs83
1049 * src/prefs_folder_item.c
1050 Fix coloring of "simplify subject regexp" (folder prefs),
1051 which might be left to red whereas the regexp gets empty.
1053 2006-12-28 [wwp] 2.6.1cvs82
1055 * src/prefs_common.c
1056 * src/prefs_common.h
1059 Save addressbook mainwindow's horizontal and vertical splitter position.
1061 2006-12-27 [wwp] 2.6.1cvs81
1063 * src/gtk/gtkaspell.c
1064 * src/gtk/gtkaspell.h
1066 Fix assignment of compose's default and alternate dictionary from
1067 account or folder settings. Now gtkaspell_change_dict does rotate
1068 dicts only when it's called from a menu cb.
1070 2006-12-27 [wwp] 2.6.1cvs80
1072 * src/folder_item_prefs.c
1073 Fix randomly initialized default-alt-dictionary (folder prefs),
1074 complete 2.6.1cvs72.
1076 2006-12-27 [paul] 2.6.1cvs79
1080 Add Copy folder in the folder's contextual
1083 2006-12-27 [wwp] 2.6.1cvs78
1086 Clean up session locking, thanks to Colin.
1088 2006-12-26 [colin] 2.6.1cvs77
1091 Revert previous patch
1093 2006-12-26 [colin] 2.6.1cvs76
1099 * src/etpan/imap-thread.c
1100 Fix previous commit warnings
1101 Make statusbar update every second if total < 20
1102 Make IMAP APPEND faster by simplifying log
1104 2006-12-26 [colin] 2.6.1cvs75
1112 Make it possible to copy folders accross
1113 mailboxes (this was an arbitrary limitation).
1114 Still make it impossible to move folders
1117 2006-12-26 [colin] 2.6.1cvs74
1119 * src/etpan/imap-thread.c
1120 Fix bug 1081, 'claws-mail
1121 segfaults when going offline
1122 while it transfers mails via
1125 2006-12-26 [colin] 2.6.1cvs73
1127 * src/folder_item_prefs.c
1128 Don't forget alt dictionary when
1129 renaming/moving folders
1131 2006-12-26 [wwp] 2.6.1cvs72
1133 * src/folder_item_prefs.c
1134 Add missing defaults for per-folder alt dict
1135 (forgotten in 2.6.1cvs61).
1137 2006-12-26 [colin] 2.6.1cvs71
1140 Add tooltip to state that specifying
1141 full path to mailbox is possible
1143 2006-12-26 [wwp] 2.6.1cvs70
1145 * src/partial_download.c
1146 * src/gtk/gtkvscrollbutton.c
1147 * src/plugins/pgpinline/plugin.c
1148 Fix for few compiler warnings that matter.
1150 2006-12-25 [colin] 2.6.1cvs69
1152 * src/partial_download.c
1153 Fix marking for download or deletion
1154 when the header isn't the first
1155 * src/gtk/logwindow.c
1156 Fix start of scrolling
1158 2006-12-23 [paul] 2.6.1cvs68
1161 change last commit to use the 'academic'
1162 method instead. Thanks to wwp
1164 2006-12-23 [paul] 2.6.1cvs67
1167 don't warn about empty subject when
1170 2006-12-22 [colin] 2.6.1cvs66
1172 * src/summary_search.c
1175 2006-12-22 [colin] 2.6.1cvs65
1177 * src/gtk/gtkutils.c
1180 * src/summary_search.c
1187 2006-12-22 [colin] 2.6.1cvs64
1191 Add a combo to the learn spam button
1192 * src/plugins/bogofilter/bogofilter.c
1193 * src/plugins/bogofilter/bogofilter_gtk.c
1194 * src/plugins/bogofilter/bogofilter.h
1195 Allow to store Unsure mails in a specific
1196 folder to make better teaching easier
1198 2006-12-21 [wwp] 2.6.1cvs63
1201 * src/prefs_common.c
1202 * src/prefs_common.h
1203 * src/prefs_spelling.c
1204 * src/gtk/gtkaspell.c
1205 * src/gtk/gtkaspell.h
1206 Allow spell-checking using both current and alternate dictionaries
1209 2006-12-21 [wwp] 2.6.1cvs62
1211 * src/gtk/gtkaspell.c
1212 Apply recheck_when_changing_dict (highlight all mispelled words)
1213 when switching to alternate dictionary.
1215 2006-12-21 [wwp] 2.6.1cvs61
1218 * src/folder_item_prefs.h
1219 * src/prefs_common.c
1220 * src/prefs_common.h
1221 * src/prefs_folder_item.c
1222 * src/prefs_spelling.c
1223 * src/gtk/gtkaspell.c
1224 * src/gtk/gtkaspell.h
1225 Add global and per-folder prefs to set the default
1226 alternate dictionary.
1228 2006-12-21 [colin] 2.6.1cvs60
1231 Look for folders by path in all folders
1235 2006-12-20 [colin] 2.6.1cvs59
1237 * src/gtk/quicksearch.c
1238 Make sure in_typing is false when clearing
1240 2006-12-20 [wwp] 2.6.1cvs58
1243 change manual's target dir to be LFH-compliant (thanks to Colin).
1245 2006-12-20 [wwp] 2.6.1cvs57
1247 * src/prefs_common.c
1248 * src/prefs_summaries.c
1249 i18n fix and factorize patch, thanks to Fabien.
1251 2006-12-20 [paul] 2.6.1cvs56
1254 last of the renaming (??)
1256 correct --help info of --status-full
1257 * src/plugins/bogofilter/bogofilter.c
1258 make FALSE default of whitelist_ab
1260 2006-12-19 [colin] 2.6.1cvs55
1263 Same as before, without depending on
1266 2006-12-19 [colin] 2.6.1cvs54
1269 Fix bug 1059, 'Better jpilot charset
1270 handling'. Use libpisync's charset conversion
1273 2006-12-19 [colin] 2.6.1cvs53
1278 2006-12-19 [wwp] 2.6.1cvs52
1281 Add missing #include (thanks to Colin).
1283 2006-12-19 [wwp] 2.6.1cvs51
1285 * src/prefs_receive.c
1286 Better spacing between widgets in prefs.
1288 2006-12-18 [colin] 2.6.1cvs50
1291 Fix failure to get separator on LIST "" ""
1292 Try LIST "" "INBOX" too.
1294 2006-12-18 [wwp] 2.6.1cvs49
1296 * src/common/session.c
1297 Fix a compiler warning (thanks to Fabien).
1299 2006-12-18 [wwp] 2.6.1cvs48
1303 Factorize some strings for translation (it's about error
1304 messages when applying or checking template/quote format).
1306 2006-12-18 [colin] 2.6.1cvs47
1310 * src/gtk/Makefile.am
1312 Add a Release notes tab from the contents of
1313 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1315 2006-12-17 [colin] 2.6.1cvs46
1320 Correctly convert from/to UTF8/filename encoding
1321 when loading and saving files. Probably fixes
1322 bug 1068, 'Claws-Mail uses 100% CPU when looking
1323 for a file to attach and is blocked...'
1325 2006-12-17 [colin] 2.6.1cvs45
1327 * src/gtk/logwindow.c
1328 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
1329 IMAP folder and is blocked on main thread':
1330 make sure we put utf8 in the log.
1332 2006-12-16 [colin] 2.6.1cvs44
1336 Fix bug 1055, 'Add the 'cancel receive'
1337 in the available events for the toolbar buttons'
1339 2006-12-16 [colin] 2.6.1cvs43
1344 * src/common/session.c
1345 Log error when SSL handshakes fail.
1346 Fixes bug 1082, 'incorrect / imprecise
1347 error message when imap server provides
1348 ssl only through STARTTLS but SSL is
1351 2006-12-15 [wwp] 2.6.1cvs42
1353 * src/plugins/bogofilter/bogofilter_gtk.c
1354 set proper sensitivity to widgets I've recently added.
1360 2006-12-15 [wwp] 2.6.1cvs41
1362 * src/plugins/bogofilter/bogofilter.c
1363 * src/plugins/bogofilter/bogofilter.h
1364 * src/plugins/bogofilter/bogofilter_gtk.c
1365 bogofilter's whitelist can now use a subset of
1366 the addressbook (either a book, a subfolder of a book,
1367 or the whole addressbook by using "Any"). Re-used there
1368 some pref_matcher widgets and mechanisms to match a subset
1371 2006-12-15 [wwp] 2.6.1cvs40
1374 * src/common/plugin.c
1375 * src/common/plugin.h
1377 * src/plugins/bogofilter/bogofilter.c
1378 * src/plugins/clamav/clamav_plugin.c
1379 * src/plugins/demo/demo.c
1380 * src/plugins/dillo_viewer/dillo_viewer.c
1381 * src/plugins/pgpcore/plugin.c
1382 * src/plugins/pgpinline/plugin.c
1383 * src/plugins/pgpmime/plugin.c
1384 * src/plugins/spamassassin/spamassassin.c
1385 * src/plugins/trayicon/trayicon.c
1386 factorize some translatable strings (plugins-related),
1387 fix missing punctuation in several places,
1388 remove useless translatable \n in about.c,
1389 and factorize plugin init code w/ a new function
1390 check_plugin_version() in common/plugin.c.
1391 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1393 2006-12-15 [wwp] 2.6.1cvs39
1395 * src/plugins/bogofilter/bogofilter.c
1396 * src/plugins/bogofilter/bogofilter_gtk.c
1397 flag whitelisted spams as spam, but don't filter it to the spam
1398 folder. Thanks to Colin.
1400 2006-12-15 [ticho] 2.6.1cvs38
1402 * src/plugins/bogofilter/bogofilter.c
1403 * src/plugins/bogofilter/bogofilter.h
1404 * src/plugins/bogofilter/bogofilter_gtk.c
1405 Add option to whitelist senders found in addressbook. Patch by colin.
1407 2006-12-15 [paul] 2.6.1cvs37
1410 add missing #include "log.h"
1412 2006-12-15 [paul] 2.6.1cvs36
1414 * src/plugins/bogofilter/bogofilter.c
1415 * src/plugins/bogofilter/bogofilter.h
1416 * src/plugins/bogofilter/bogofilter_gtk.c
1417 Add an option to allow inserting an
1418 X-Claws-Bogosity header (on MH folders
1419 only). Patch by Colin
1421 2006-12-14 [colin] 2.6.1cvs35
1424 "Yes" should be the default choice for
1425 migration configuration
1427 2006-12-14 [paul] 2.6.1cvs34
1429 * src/prefs_summaries.c
1430 * manual/advanced.xml
1431 Unhide mark_as_read_delay
1433 2006-12-14 [paul] 2.6.1cvs33
1442 Fix printing of selection
1443 Fix printing of message parts
1444 Fix printing of images
1445 * src/gtk/gtksourceprintjob.c
1446 Fix page count when there are images
1448 2006-12-14 [wwp] 2.6.1cvs32
1453 * src/gtk/quicksearch.c
1454 fix quicksearch 'magnify' button status when QS is closed
1455 using the Escape key, thanks to Colin.
1457 2006-12-14 [wwp] 2.6.1cvs31
1462 * src/gtk/quicksearch.c
1463 fix quicksearch 'magnify' button status when QS is closed
1464 using the Escape key, thanks to Colin.
1466 2006-12-13 [colin] 2.6.1cvs30
1470 Use the binary safe version of ldap_get_values,
1471 to make sure we manipulate null-terminated
1472 strings. Maybe fixes bug 1075, 'claws mail
1473 segfault when completing ldap adresses'
1474 * src/syldap.c ** REMOVED **
1475 * src/syldap.h ** REMOVED **
1478 2006-12-13 [mones] 2.6.1cvs29
1481 Fixed piped strings, fixed click translation
1483 2006-12-13 [paul] 2.6.1cvs28
1486 don't translate these strings
1488 2006-12-13 [paul] 2.6.1cvs27
1493 2006-12-13 [colin] 2.6.1cvs26
1497 Add claws_is_starting()
1499 2006-12-13 [mones] 2.6.1cvs25
1501 * manual/es/advanced.xml
1503 Synced manual and updated translation
1505 2006-12-12 [colin] 2.6.1cvs24
1508 Add an option to use STARTTLS in the
1509 welcome wizard. Fixes bug 1080,
1510 'Using SSL option in wizard for incoming
1511 server does not activate SSL with STARTTLS'
1513 2006-12-12 [colin] 2.6.1cvs23
1516 Don't exit when there's an incomplete
1517 mailbox configured - leaves a chance
1518 to fix a failing IMAP account. Exit
1519 if no mailbox at all is loaded (case
1521 Completes bug 1077's fix (I was wrong
1522 in this bug's comment #3).
1524 2006-12-12 [colin] 2.6.1cvs22
1527 Add another menu data type
1528 * src/prefs_account.c
1529 Complete the completion of bug 1076
1530 (doesn't lose the pref on apply)
1532 2006-12-12 [paul] 2.6.1cvs21
1534 * src/prefs_account.c
1535 complete the fix of bug 1076
1536 also be more verbose with the text
1538 2006-12-12 [paul] 2.6.1cvs20
1540 * src/gtk/combobox.c
1541 fix compilation warning
1543 2006-12-11 [colin] 2.6.1cvs19
1546 Document :port in server entry tooltips
1548 2006-12-11 [colin] 2.6.1cvs18
1553 2006-12-11 [colin] 2.6.1cvs17
1556 Add failing IMAP as a reason for no
1559 2006-12-11 [colin] 2.6.1cvs16
1561 * src/prefs_account.c
1562 Check for existence of inbox for local
1565 Allow setting the port to use for servers
1566 by using the usual "server.example.com:port"
1567 syntax. Fixes bug 1077, 'sylpheed-claws does
1568 not start when IMAP server is unavailable'
1570 2006-12-11 [colin] 2.6.1cvs15
1572 * src/prefs_account.c
1573 Prevent use of non-existing default inbox
1575 2006-12-11 [colin] 2.6.1cvs14
1577 * src/prefs_account.c
1578 Fix sensitivity. Fixes bug 1076, 'privacy
1579 options are displayed even when pgp plugin
1580 not loaded / available'
1582 2006-12-09 [colin] 2.6.1cvs13
1584 * manual/advanced.xml
1585 * src/prefs_common.c
1586 * src/prefs_common.h
1587 * src/common/ssl_certificate.c
1588 Add a new hidden preference, 'unsafe_ssl_certs',
1589 which allows to store multiple certificates per
1590 server/port. This is disabled by default because
1591 it's less secure (presenting a new certificate
1592 instead of a changed one raises less alarms).
1593 This will cause Claws to ask about an unknown
1594 certificate for people who have used 2.6.1cvs8
1597 2006-12-09 [colin] 2.6.1cvs12
1600 Fix cache updating after action
1602 2006-12-07 [wwp] 2.6.1cvs11
1605 fix email address comparison when replying to all
1606 (avoid replying to ourselves), thanks to Colin.
1608 2006-12-06 [paul] 2.6.1cvs10
1615 * src/common/utils.c
1616 ...and more renaming
1619 2006-12-06 [paul] 2.6.1cvs9
1630 2006-12-06 [colin] 2.6.1cvs8
1633 * src/common/ssl_certificate.c
1634 * src/common/ssl_certificate.h
1635 Handle multiple certificates per host/port
1637 2006-12-06 [colin] 2.6.1cvs7
1639 * src/etpan/imap-thread.c
1640 Fix certificate checking on IMAP
1642 2006-12-06 [colin] 2.6.1cvs6
1645 Fix bug 1072, 'Claws stops fetching newsgroups
1646 from server when newsgroup got deleted': continue
1647 checking other groups
1649 2006-12-05 [wwp] 2.6.1cvs5
1651 * src/message_search.c
1652 * src/summary_search.c
1653 * src/gtk/combobox.c
1654 * src/gtk/combobox.h
1655 * src/gtk/gtkutils.c
1656 * src/gtk/gtkutils.h
1657 make up and down arrow keys in modern gtk_combo_box_entry widgets
1658 behave like w/ old comboboxes (summary and message search only).
1660 2006-12-05 [paul] 2.6.1cvs4
1666 2006-12-05 [paul] 2.6.1cvs3
1669 * tools/textviewer.pl
1670 script updated and description added
1672 2006-12-04 [colin] 2.6.1cvs2
1675 Run pre-send hook only when checking
1678 2006-12-04 [paul] 2.6.1cvs1
1685 bump up version number following stable release
1687 2006-12-04 [paul] 2.6.0cvs83
1690 updates and corrections
1692 2006-12-04 [colin] 2.6.0cvs82
1694 * src/common/utils.c
1695 Probably fix bug 1066, 'Incorrect mailbox
1698 2006-12-04 [colin] 2.6.0cvs81
1700 * src/common/utils.c
1701 Trim tabs from mailcap file too.
1703 2006-12-02 [paul] 2.6.0cvs80
1706 fix broken GUI under certain languages
1708 put the Cancel button to the right
1710 2006-12-01 [paul] 2.6.0cvs79
1713 remove reference to removed file
1715 2006-12-01 [wwp] 2.6.0cvs78
1719 remove forgotten debug statements.
1721 2006-12-01 [wwp] 2.6.0cvs77
1723 * manual/advanced.xml
1724 * manual/fr/advanced.xml
1730 * src/prefs_common.c
1731 * src/prefs_common.h
1732 * src/gtk/gtkutils.c
1733 * src/gtk/gtkutils.h
1734 add a hidden option to allow embedding the editaddress (edit contact details)
1735 dialog into the addressbook's window. This doesn't change the default
1738 2006-12-01 [wwp] 2.6.0cvs76
1740 * src/message_search.c
1741 * src/summary_search.c
1742 fix more focus issues (don't set focus to combobox's entry widget when
1743 entry's value changed, if entry widget has focus already).
1745 2006-12-01 [wwp] 2.6.0cvs75
1747 * src/gtk/quicksearch.c
1748 revert last changes to the quicksearch gtk_combo_box, this needs more
1751 2006-12-01 [paul] 2.6.0cvs74
1753 * tools/kdeservicemenu/README
1754 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1755 * tools/kdeservicemenu/install.sh
1756 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1757 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1758 simplify this stuff, and in so doing,
1759 fix it. (possibly re-extend it again at
1762 2006-12-01 [wwp] 2.6.0cvs73
1764 * src/gtk/quicksearch.c
1765 adapt quicksearch code to use modern gtk_combo_box'es.
1767 2006-12-01 [wwp] 2.6.0cvs72
1770 * src/prefs_common.c
1771 * src/prefs_common.h
1772 * src/message_search.c
1773 * src/summary_search.c
1774 * src/gtk/combobox.c
1775 * src/gtk/combobox.h
1776 add history combos to all message and summary search fields.
1778 2006-12-01 [wwp] 2.6.0cvs71
1781 As the list may change while the mark as read delay
1782 runs, we can't rely on the 'row' pointer, which can
1783 be invalid when the timeout is called. As the mark
1784 as read is only done if the message is still selected,
1785 use summaryview->selected instead. Thanks to Colin.
1787 2006-11-30 [paul] 2.6.0cvs70
1790 give emphasis to "Sylpheed-Claws"
1791 as well as "Claws Mail"
1793 2006-11-30 [colin] 2.6.0cvs69
1796 Put the SSL checkboxes in the receiving
1797 and sending server pages.
1799 2006-11-29 [colin] 2.6.0cvs68
1801 * src/gtk/gtkutils.c
1802 * src/gtk/gtkvscrollbutton.c
1803 Revert some deprecated fixes - they seem to
1804 deprecate stuff as soon as a new one gets out.
1805 g_object_ref_sink needed glib-2.10.
1807 2006-11-29 [colin] 2.6.0cvs67
1809 * src/common/utils.c
1810 Create .mailcap if it doesn't exist
1812 2006-11-29 [colin] 2.6.0cvs66
1815 Followup to cvs60: use original list
1816 of recipients if replying to a mail
1817 in Sent Drafts or Queue.
1819 2006-11-27 [paul] 2.6.0cvs65
1821 * src/image_viewer.c
1822 revert the last change for now (it's broken)
1824 2006-11-27 [paul] 2.6.0cvs64
1828 * m4/aclocal-include.m4
1845 * src/common/Makefile.am
1846 * src/common/claws.c
1847 * src/common/claws.h
1849 * src/common/sylpheed.c
1850 * src/common/sylpheed.h
1851 * src/etpan/Makefile.am
1852 * src/gtk/Makefile.am
1853 * src/gtk/claws-marshal.list
1855 * src/gtk/gtksctree.c
1856 * src/gtk/quicksearch.c
1857 * src/gtk/sylpheed-marshal.list
1858 * src/plugins/bogofilter/bogofilter.c
1859 * src/plugins/bogofilter/bogofilter_gtk.c
1860 * src/plugins/clamav/clamav_plugin.c
1861 * src/plugins/clamav/clamav_plugin_gtk.c
1862 * src/plugins/demo/demo.c
1863 * src/plugins/dillo_viewer/dillo_viewer.c
1864 * src/plugins/pgpcore/Makefile.am
1865 * src/plugins/pgpcore/claws.def
1866 * src/plugins/pgpcore/pgp_viewer.c
1867 * src/plugins/pgpcore/plugin.c
1868 * src/plugins/pgpcore/sylpheed.def
1869 * src/plugins/pgpinline/Makefile.am
1870 * src/plugins/pgpinline/claws.def
1871 * src/plugins/pgpinline/plugin.c
1872 * src/plugins/pgpinline/sylpheed.def
1873 * src/plugins/pgpmime/Makefile.am
1874 * src/plugins/pgpmime/claws.def
1875 * src/plugins/pgpmime/plugin.c
1876 * src/plugins/pgpmime/sylpheed.def
1877 * src/plugins/spamassassin/spamassassin.c
1878 * src/plugins/spamassassin/spamassassin_gtk.c
1879 * src/plugins/trayicon/trayicon.c
1881 remove deprecated gtk_tooltips_set_delay()
1883 2006-11-26 [paul] 2.6.0cvs63
1887 * src/image_viewer.c
1889 * src/gtk/gtkutils.c
1890 * src/gtk/gtkvscrollbutton.c
1891 * src/gtk/prefswindow.c
1892 * src/plugins/pgpcore/prefs_gpg.c
1893 replace more deprecated GTK+ functions
1895 2006-11-26 [paul] 2.6.0cvs62
1900 replace deprecated gtk_idle_... functions
1902 2006-11-26 [paul] 2.6.0cvs61
1908 * src/gtk/gtkvscrollbutton.c
1909 * src/gtk/quicksearch.c
1910 * src/plugins/pgpcore/passphrase.c
1911 replace deprecated gtk_timeout_add and
1914 2006-11-26 [paul] 2.6.0cvs60
1917 fix bug that caused the wrong recipient
1918 to be selected when replying to a msg
1919 which is From one of our accounts to
1920 another of our accounts
1922 2006-11-25 [paul] 2.6.0cvs59
1925 don't change the From column title to
1926 To if the To column is visible
1928 2006-11-24 [paul] 2.6.0cvs58
1931 fix bug 1069, 'Sent mails disappear, BCC
1932 or locking problem?'
1934 2006-11-21 [wwp] 2.6.0cvs57
1937 fix spelling menu when replying (same as 2.3.1cvs39):
1938 discrepancy between context menu and top menu when
1939 folder's dictionary isn't the default one.
1941 2006-11-19 [paul] 2.6.0cvs56
1944 obey always_show_msg option when
1946 * src/plugins/bogofilter/bogofilter.c
1949 2006-11-18 [paul] 2.6.0cvs55
1959 * src/gtk/icon_legend.c
1960 * src/gtk/icon_legend.h
1961 * tools/OOo2claws-mail.pl
1963 * tools/acroread2claws-mail.pl
1964 * tools/claws.i18n.status.pl
1965 * tools/filter_conv.pl
1966 * tools/filter_conv_new.pl
1967 * tools/freshmeat_search.pl
1968 * tools/google_search.pl
1969 * tools/kmail2claws-mail.pl
1970 * tools/kmail2claws-mail_v2.pl
1971 * tools/maildir2claws-mail.pl
1972 * tools/make.themes.project
1973 * tools/multiwebsearch.pl
1974 * tools/outlook2claws-mail.pl
1975 * tools/tb2claws-mail
1976 * tools/kdeservicemenu/README
1977 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1978 update mine and wwp's email addresses in
1981 * src/prefs_compose_writing.c
1982 set sensitivity on 'new message format' frame
1984 2006-11-17 [paul] 2.6.0cvs54
1987 more reworking of the GUI
1988 Patch by Fabien Vantard
1990 2006-11-16 [paul] 2.6.0cvs53
1993 set a minimum size for the window, allow
1994 it to automatically expand as necessary
1996 2006-11-16 [wwp] 2.6.0cvs52
1999 better wrap of copyright info on some systems.
2001 2006-11-16 [paul] 2.6.0cvs51
2004 move the tech info from the upper panel
2006 use a gtk_text_view for the features tab
2008 2006-11-16 [paul] 2.6.0cvs50
2011 update my email address
2018 * src/plugins/trayicon/trayicon.c
2019 don't offer simple menu separators
2022 add separator between 'mark all read'
2025 2006-11-15 [wwp] 2.6.0cvs49
2028 updated manuals authors.
2030 2006-11-14 [paul] 2.6.0cvs48
2033 Fix Options/Reply mode after draft save
2035 2006-11-14 [paul] 2.6.0cvs47
2038 Fix make DESTDIR=...
2041 * src/plugins/pgpinline/pgpinline.c
2042 Probably fix bug 1061
2044 2006-11-14 [paul] 2.6.0cvs46
2049 * src/stock_pixmap.c
2050 * src/stock_pixmap.h
2052 * src/pixmaps/active.xpm
2053 * src/pixmaps/inactive.xpm
2054 add a new page, 'Features', to the About dialog
2055 showing which features are compiled in and which
2058 2006-11-14 [paul] 2.6.0cvs45
2061 updated by Pavlo Bohmat
2063 2006-11-14 [colin] 2.6.0cvs44
2071 * src/gtk/gtkaspell.c
2072 Fix 64-bit-related warnings
2074 Fix possible infinite loop
2075 * src/plugins/pgpcore/sgpgme.c
2076 Remove useless check
2078 2006-11-13 [colin] 2.6.0cvs43
2080 * src/gtk/Makefile.am
2081 authors.h isn't generated
2083 2006-11-13 [colin] 2.6.0cvs42
2085 * src/plugins/pgpinline/pgpinline.c
2086 * src/plugins/pgpmime/pgpmime.c
2087 Very probably fix bug 1061, 'crash on
2088 opening signed email'. Another cast
2091 2006-11-13 [colin] 2.6.0cvs41
2093 * src/plugins/pgpcore/sgpgme.c
2094 Maybe fix bug 1061, 'crash on opening
2097 2006-11-13 [wwp] 2.6.0cvs40
2099 * src/plugins/pgpinline/pgpinline.c
2100 fix candidate for bug #1057, thanks to Colin.
2102 2006-11-13 [wwp] 2.6.0cvs39
2105 * src/quote_fmt_parse.y
2106 fix bug 1052: current parser buffer was not always
2107 allocated, ptr to this buffer could be returned as
2108 NULL whereas no parser error has occurred. in
2109 consequence, defining a template body as "%d"
2110 (w/o the quotes) for the first time of the instance
2111 of claws-mail, was reporting a parser error. make
2112 sure that the buffer is always allocated, even to
2114 fix mis-unescaping in compose.:compose_quote_fmt():
2115 unescaping of the fmt string was always done
2116 whereas it must be done *only* when receiving
2117 quote format strings issued from the prefs
2118 (compose new message, reply, forward, redirect
2119 formats), *not* when applying templates. in
2120 consequences, applying templates w/ sequences
2121 like \\|p{echo} were failing. make sure that
2122 unescaping is done only when necessary.
2124 2006-11-12 [colin] 2.6.0cvs38
2129 2006-11-12 [colin] 2.6.0cvs37
2131 * src/plugins/pgpinline/pgpinline.c
2132 * src/plugins/pgpmime/pgpmime.c
2133 Release GPG context at the latest
2134 possible moment. Maybe fixes
2135 bug 1057, 'crash on sending signed
2136 message to a newsgroup'
2139 2006-11-12 [colin] 2.6.0cvs36
2141 * src/plugins/pgpcore/sgpgme.c
2142 Tell a bit more when gpg's status doesn't
2143 contain any signature
2145 2006-11-12 [colin] 2.6.0cvs35
2148 Fix bug 1060, 'compilation error with
2151 2006-11-12 [paul] 2.6.0cvs34
2153 * doc/man/claws-mail.1
2155 * src/plugins/clamav/README
2156 * src/plugins/spamassassin/README
2158 * tools/freshmeat_search.pl
2159 * tools/google_search.pl
2160 * tools/multiwebsearch.pl
2162 * src/plugins/trayicon/trayicon.c
2163 fix compiliation warning
2165 2006-11-11 [colin] 2.6.0cvs33
2168 Forbid drag and drop from/to different
2169 folders of type F_UNKNOWN
2171 2006-11-11 [colin] 2.6.0cvs32
2173 * src/plugins/pgpinline/pgpinline.c
2174 Fix typo in previous commit:
2176 + if ((err = gpgme_new(&data->ctx)) ...)
2178 2006-11-11 [colin] 2.6.0cvs31
2180 * src/plugins/pgpinline/pgpinline.c
2181 * src/plugins/pgpmime/pgpmime.c
2182 Check success after calling gpgme_new
2183 Maybe fixes bug 1057, 'crash on sending
2184 signed message to a newsgroup'
2186 2006-11-11 [colin] 2.6.0cvs30
2189 init undostruct to 0s (from
2190 valgrind log of bug 1057)
2192 2006-11-10 [colin] 2.6.0cvs29
2195 Set cursor to wait before filtering
2196 duplicates in all folders
2197 * src/plugins/bogofilter/bogofilter.c
2198 * src/plugins/bogofilter/bogofilter.h
2199 * src/plugins/bogofilter/bogofilter_gtk.c
2200 Completely thread away the bogofilter
2203 2006-11-10 [mones] 2.6.0cvs28
2207 added COMPOSE_CHECK_BEFORE_SEND hook
2209 2006-11-10 [paul] 2.6.0cvs27
2213 add libSM to get_compiled_in_features()
2217 2006-11-10 [colin] 2.6.0cvs26
2219 * src/etpan/imap-thread.c
2220 Add a reference to libetpan's sasl engine
2221 so that sasl_done() doesn't get called by
2222 libetpan, and doesn't break openssl.
2223 Should fix bug 1053, 'SC fails to reestablish
2224 a secure connection'
2227 2006-11-10 [colin] 2.6.0cvs25
2229 * manual/addrbook.xml
2230 * manual/advanced.xml
2235 2006-11-09 [colin] 2.6.0cvs24
2237 * src/plugins/bogofilter/bogofilter_gtk.c
2238 Add comment about annoyance
2240 2006-11-09 [colin] 2.6.0cvs23
2242 * src/plugins/bogofilter/bogofilter.c
2243 * src/plugins/bogofilter/bogofilter_gtk.c
2244 Prepare things needed to thread bogofilter
2245 filtering: separate bogo stuff and possible GUI
2248 2006-11-09 [colin] 2.6.0cvs22
2252 Search for one of our accounts in Delivered-To
2253 (helps for auto-account selection when
2254 replying/forwarding)
2258 * src/plugins/trayicon/trayicon.c
2259 Allow opening a new mail with any account from
2262 2006-11-09 [wwp] 2.6.0cvs21
2265 * src/prefs_common.c
2266 * src/prefs_common.h
2267 * src/prefs_compose_writing.c
2268 add a compose new message format (in prefs/compose/writing), it's a
2269 simple subject+body template to use when opening a new composition
2270 window. It's similar to the existent reply and forward formats.
2272 enhanced the template/format % symbols substitution mechanism to
2273 use current composition window information when % are used in
2274 the compose new message format or in templates applied to new
2275 messages (there were useless in that situations before). When
2276 applied to new messages, %d corresponds to the system time/date.
2278 2006-11-09 [paul] 2.6.0cvs20
2283 2006-11-09 [paul] 2.6.0cvs19
2286 keep tje alphabetical order
2288 2006-11-08 [colin] 2.6.0cvs18
2290 * src/etpan/imap-thread.c
2291 Fix bug 1054, 'Slowness logging big
2294 2006-11-08 [paul] 2.6.0cvs17
2299 2006-11-08 [paul] 2.6.0cvs16
2304 2006-11-08 [paul] 2.6.0cvs15
2307 * tools/OOo2claws-mail.pl
2308 * tools/OOo2sylpheed.pl
2310 * tools/acroread2claws-mail.pl
2311 * tools/acroread2sylpheed.pl
2312 * tools/kmail2claws-mail.pl
2313 * tools/kmail2claws-mail_v2.pl
2314 * tools/kmail2sylpheed.pl
2315 * tools/kmail2sylpheed_v2.pl
2316 * tools/maildir2claws-mail.pl
2317 * tools/maildir2sylpheed.pl
2318 * tools/nautilus2claws-mail.sh
2319 * tools/nautilus2sylpheed.sh
2320 * tools/outlook2claws-mail.pl
2321 * tools/outlook2sylpheed.pl
2322 * tools/tb2claws-mail
2324 * tools/tbird2claws.py
2325 * tools/tbird2syl.py
2326 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2327 * tools/kdeservicemenu/install.sh
2328 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2329 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2330 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2331 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2332 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2333 renamed (removed, added) tools files
2335 2006-11-08 [paul] 2.6.0cvs14
2339 Migrate sylpheedrc to clawsrc, and fix the standard
2340 plugins path in the process
2342 2006-11-07 [colin] 2.6.0cvs13
2345 Symlink sylpheed-claws relative to
2348 2006-11-07 [colin] 2.6.0cvs12
2351 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2353 2006-11-07 [paul] 2.6.0cvs11
2356 Fix a missed occurence of
2359 2006-11-07 [paul] 2.6.0cvs10
2362 Fix symlink installation
2364 2006-11-07 [paul] 2.6.0cvs9
2367 Symlink claws-mail to sylpheed-claws
2368 * src/common/utils.c
2369 Fix migrating symlinks
2370 * src/etpan/imap-thread.c
2371 check certificate only when there's
2374 2006-11-07 [paul] 2.6.0cvs8
2377 Fix icon breakages with Gtk, which needs a
2378 cache updated to see them.
2380 2006-11-07 [paul] 2.6.0cvs7
2391 * claws-mail-128x128.png
2392 * claws-mail-64x64.png
2397 * sylpheed-claws-128x128.png
2398 * sylpheed-claws-64x64.png
2399 * sylpheed-claws.desktop
2400 * sylpheed-claws.ico
2401 * sylpheed-claws.pc.in
2402 * sylpheed-claws.png
2403 * debian/README.Debian
2405 * debian/claws-mail.desktop
2406 * debian/claws-mail.menu
2407 * debian/claws-mail.postinst.debhelper
2408 * debian/claws-mail.postrm.debhelper
2413 * debian/sylpheed-claws.desktop
2414 * debian/sylpheed-claws.menu
2415 * debian/sylpheed-claws.postinst.debhelper
2416 * debian/sylpheed-claws.postrm.debhelper
2417 * doc/man/Makefile.am
2418 * doc/man/claws-mail.1
2419 * doc/man/sylpheed-claws.1
2420 * doc/src/ChangeLog.claws-pre0.8.0
2421 * manual/Makefile.am
2422 * manual/account.xml
2424 * manual/addrbook.xml
2425 * manual/advanced.xml
2426 * manual/claws-mail-manual.xml
2428 * manual/glossary.xml
2429 * manual/handling.xml
2431 * manual/keyboard.xml
2432 * manual/plugins.xml
2433 * manual/starting.xml
2434 * manual/sylpheed-claws-manual.xml
2436 * manual/dist/.cvsignore
2437 * manual/dist/html/.cvsignore
2438 * manual/dist/html/Makefile.am
2439 * manual/dist/pdf/.cvsignore
2440 * manual/dist/pdf/Makefile.am
2441 * manual/dist/ps/.cvsignore
2442 * manual/dist/ps/Makefile.am
2443 * manual/dist/txt/.cvsignore
2444 * manual/dist/txt/Makefile.am
2445 * manual/es/Makefile.am
2446 * manual/es/advanced.xml
2447 * manual/es/claws-mail-manual.xml
2449 * manual/es/glossary.xml
2450 * manual/es/handling.xml
2451 * manual/es/intro.xml
2452 * manual/es/plugins.xml
2453 * manual/es/sylpheed-claws-manual.xml
2454 * manual/es/dist/.cvsignore
2455 * manual/es/dist/html/.cvsignore
2456 * manual/es/dist/html/Makefile.am
2457 * manual/es/dist/pdf/.cvsignore
2458 * manual/es/dist/pdf/Makefile.am
2459 * manual/es/dist/ps/.cvsignore
2460 * manual/es/dist/ps/Makefile.am
2461 * manual/es/dist/txt/.cvsignore
2462 * manual/es/dist/txt/Makefile.am
2463 * manual/fr/Makefile.am
2464 * manual/fr/account.xml
2466 * manual/fr/addrbook.xml
2467 * manual/fr/advanced.xml
2468 * manual/fr/claws-mail-manual.xml
2470 * manual/fr/glossary.xml
2471 * manual/fr/handling.xml
2472 * manual/fr/intro.xml
2473 * manual/fr/keyboard.xml
2474 * manual/fr/plugins.xml
2475 * manual/fr/starting.xml
2476 * manual/fr/sylpheed-claws-manual.xml
2477 * manual/fr/dist/.cvsignore
2478 * manual/fr/dist/html/.cvsignore
2479 * manual/fr/dist/html/Makefile.am
2480 * manual/fr/dist/pdf/.cvsignore
2481 * manual/fr/dist/pdf/Makefile.am
2482 * manual/fr/dist/ps/.cvsignore
2483 * manual/fr/dist/ps/Makefile.am
2484 * manual/fr/dist/txt/.cvsignore
2485 * manual/fr/dist/txt/Makefile.am
2486 * manual/pl/Makefile.am
2487 * manual/pl/account.xml
2489 * manual/pl/addrbook.xml
2490 * manual/pl/advanced.xml
2491 * manual/pl/claws-mail-manual.xml
2493 * manual/pl/glossary.xml
2494 * manual/pl/handling.xml
2495 * manual/pl/intro.xml
2496 * manual/pl/keyboard.xml
2497 * manual/pl/plugins.xml
2498 * manual/pl/starting.xml
2499 * manual/pl/sylpheed-claws-manual.xml
2500 * manual/pl/dist/.cvsignore
2501 * manual/pl/dist/html/.cvsignore
2502 * manual/pl/dist/html/Makefile.am
2503 * manual/pl/dist/pdf/.cvsignore
2504 * manual/pl/dist/pdf/Makefile.am
2505 * manual/pl/dist/ps/.cvsignore
2506 * manual/pl/dist/ps/Makefile.am
2507 * manual/pl/dist/txt/.cvsignore
2508 * manual/pl/dist/txt/Makefile.am
2532 * src/addressbook_foldersel.c
2533 * src/addressbook_foldersel.h
2555 * src/customheader.c
2556 * src/customheader.h
2557 * src/displayheader.c
2558 * src/displayheader.h
2569 * src/editldap_basedn.c
2570 * src/editldap_basedn.h
2586 * src/folder_item_prefs.c
2587 * src/folder_item_prefs.h
2594 * src/grouplistdialog.c
2595 * src/grouplistdialog.h
2598 * src/image_viewer.c
2599 * src/image_viewer.h
2638 * src/matcher_parser.h
2639 * src/matcher_parser_lex.l
2640 * src/matcher_parser_parse.y
2643 * src/message_search.c
2644 * src/message_search.h
2663 * src/partial_download.c
2664 * src/partial_download.h
2669 * src/prefs_account.c
2670 * src/prefs_account.h
2671 * src/prefs_actions.c
2672 * src/prefs_actions.h
2673 * src/prefs_common.c
2674 * src/prefs_common.h
2675 * src/prefs_compose_writing.c
2676 * src/prefs_compose_writing.h
2677 * src/prefs_customheader.c
2678 * src/prefs_customheader.h
2679 * src/prefs_display_header.c
2680 * src/prefs_display_header.h
2681 * src/prefs_ext_prog.c
2682 * src/prefs_ext_prog.h
2683 * src/prefs_filtering.c
2684 * src/prefs_folder_column.c
2685 * src/prefs_folder_column.h
2686 * src/prefs_folder_item.c
2687 * src/prefs_folder_item.h
2692 * src/prefs_image_viewer.c
2693 * src/prefs_image_viewer.h
2694 * src/prefs_matcher.c
2695 * src/prefs_matcher.h
2696 * src/prefs_message.c
2697 * src/prefs_message.h
2698 * src/prefs_msg_colors.c
2699 * src/prefs_msg_colors.h
2704 * src/prefs_receive.c
2705 * src/prefs_receive.h
2708 * src/prefs_spelling.c
2709 * src/prefs_spelling.h
2710 * src/prefs_summaries.c
2711 * src/prefs_summaries.h
2712 * src/prefs_summary_column.c
2713 * src/prefs_summary_column.h
2714 * src/prefs_template.c
2715 * src/prefs_template.h
2716 * src/prefs_themes.c
2717 * src/prefs_themes.h
2718 * src/prefs_toolbar.c
2719 * src/prefs_toolbar.h
2720 * src/prefs_wrapping.c
2721 * src/prefs_wrapping.h
2731 * src/quote_fmt_parse.y
2734 * src/remotefolder.c
2735 * src/remotefolder.h
2736 * src/send_message.c
2737 * src/send_message.h
2740 * src/sourcewindow.c
2741 * src/sourcewindow.h
2746 * src/stock_pixmap.c
2747 * src/stock_pixmap.h
2748 * src/summary_search.c
2749 * src/summary_search.h
2766 * src/common/base64.c
2767 * src/common/base64.h
2769 * src/common/hooks.c
2770 * src/common/hooks.h
2773 * src/common/mgutils.c
2774 * src/common/mgutils.h
2777 * src/common/passcrypt.c
2778 * src/common/passcrypt.h.in
2779 * src/common/plugin.c
2780 * src/common/plugin.h
2781 * src/common/prefs.c
2782 * src/common/prefs.h
2783 * src/common/progressindicator.c
2784 * src/common/progressindicator.h
2785 * src/common/quoted-printable.c
2786 * src/common/quoted-printable.h
2787 * src/common/session.c
2788 * src/common/session.h
2791 * src/common/socket.c
2792 * src/common/socket.h
2795 * src/common/stringtable.c
2796 * src/common/stringtable.h
2797 * src/common/sylpheed.c
2798 * src/common/sylpheed.h
2799 * src/common/template.c
2800 * src/common/template.h
2801 * src/common/timing.h
2802 * src/common/utils.c
2803 * src/common/utils.h
2804 * src/common/version.h.in
2807 * src/common/xmlprops.c
2808 * src/common/xmlprops.h
2810 * src/gtk/colorlabel.c
2811 * src/gtk/colorlabel.h
2812 * src/gtk/colorsel.c
2813 * src/gtk/colorsel.h
2814 * src/gtk/combobox.c
2815 * src/gtk/combobox.h
2816 * src/gtk/description_window.c
2817 * src/gtk/description_window.h
2820 * src/gtk/foldersort.c
2821 * src/gtk/foldersort.h
2822 * src/gtk/gtkaspell.c
2823 * src/gtk/gtkaspell.h
2824 * src/gtk/gtksctree.c
2825 * src/gtk/gtkshruler.c
2826 * src/gtk/gtkshruler.h
2827 * src/gtk/gtkutils.c
2828 * src/gtk/gtkutils.h
2829 * src/gtk/icon_legend.c
2830 * src/gtk/icon_legend.h
2831 * src/gtk/logwindow.c
2832 * src/gtk/logwindow.h
2833 * src/gtk/manage_window.c
2834 * src/gtk/manage_window.h
2835 * src/gtk/pluginwindow.c
2836 * src/gtk/pluginwindow.h
2837 * src/gtk/prefswindow.c
2838 * src/gtk/prefswindow.h
2839 * src/gtk/quicksearch.c
2840 * src/gtk/quicksearch.h
2841 * src/pixmaps/claws-mail.xpm
2842 * src/pixmaps/claws-mail_icon.xpm
2843 * src/pixmaps/claws-mail_logo.xpm
2844 * src/pixmaps/sylpheed-claws.xpm
2845 * src/pixmaps/sylpheed-claws_icon.xpm
2846 * src/pixmaps/sylpheed-claws_logo.xpm
2847 * src/plugins/bogofilter/Makefile.am
2848 * src/plugins/bogofilter/bogofilter.c
2849 * src/plugins/bogofilter/bogofilter.h
2850 * src/plugins/bogofilter/bogofilter_gtk.c
2851 * src/plugins/clamav/Makefile.am
2852 * src/plugins/clamav/clamav_plugin.c
2853 * src/plugins/clamav/clamav_plugin.h
2854 * src/plugins/clamav/clamav_plugin_gtk.c
2855 * src/plugins/demo/Makefile.am
2856 * src/plugins/demo/demo.c
2857 * src/plugins/dillo_viewer/Makefile.am
2858 * src/plugins/dillo_viewer/README
2859 * src/plugins/dillo_viewer/dillo_prefs.c
2860 * src/plugins/dillo_viewer/dillo_prefs.h
2861 * src/plugins/dillo_viewer/dillo_viewer.c
2862 * src/plugins/pgpcore/Makefile.am
2863 * src/plugins/pgpcore/passphrase.c
2864 * src/plugins/pgpcore/passphrase.h
2865 * src/plugins/pgpcore/pgp_viewer.c
2866 * src/plugins/pgpcore/pgp_viewer.h
2867 * src/plugins/pgpcore/plugin.c
2868 * src/plugins/pgpcore/prefs_gpg.c
2869 * src/plugins/pgpcore/prefs_gpg.h
2870 * src/plugins/pgpcore/select-keys.c
2871 * src/plugins/pgpcore/select-keys.h
2872 * src/plugins/pgpcore/sgpgme.c
2873 * src/plugins/pgpcore/sgpgme.h
2874 * src/plugins/pgpcore/sylpheed.def
2875 * src/plugins/pgpcore/version.rc
2876 * src/plugins/pgpinline/Makefile.am
2877 * src/plugins/pgpinline/pgpinline.c
2878 * src/plugins/pgpinline/pgpinline.h
2879 * src/plugins/pgpinline/plugin.c
2880 * src/plugins/pgpinline/sylpheed.def
2881 * src/plugins/pgpinline/version.rc
2882 * src/plugins/pgpmime/Makefile.am
2883 * src/plugins/pgpmime/pgpmime.c
2884 * src/plugins/pgpmime/pgpmime.h
2885 * src/plugins/pgpmime/plugin.c
2886 * src/plugins/pgpmime/sylpheed.def
2887 * src/plugins/pgpmime/version.rc
2888 * src/plugins/spamassassin/Makefile.am
2889 * src/plugins/spamassassin/README
2890 * src/plugins/spamassassin/spamassassin.c
2891 * src/plugins/spamassassin/spamassassin.h
2892 * src/plugins/spamassassin/spamassassin_gtk.c
2893 * src/plugins/trayicon/Makefile.am
2894 * src/plugins/trayicon/trayicon.c
2895 * tools/OOo2sylpheed.pl
2897 * tools/README.sylprint
2898 * tools/acroread2sylpheed.pl
2899 * tools/claws.i18n.status.pl
2900 * tools/filter_conv.pl
2901 * tools/filter_conv_new.pl
2902 * tools/freshmeat_search.pl
2903 * tools/google_search.pl
2904 * tools/kmail2sylpheed.pl
2905 * tools/kmail2sylpheed_v2.pl
2906 * tools/make.themes.project
2907 * tools/multiwebsearch.pl
2908 * tools/nautilus2sylpheed.sh
2909 * tools/outlook2sylpheed.pl
2913 * tools/textviewer.sh
2914 * tools/vcard2xml.py
2915 * tools/kdeservicemenu/README
2916 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2917 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2918 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2919 Change name to Claws Mail. Announce to follow...
2921 2006-11-06 [wwp] 2.6.0cvs6
2923 * src/prefs_template.c
2924 unify messages related to quote format/template errors (fix
2925 capitalization), again.
2927 2006-11-06 [wwp] 2.6.0cvs5
2930 unify messages related to quote format/template errors.
2932 2006-11-06 [wwp] 2.6.0cvs4
2934 * src/prefs_msg_colors.c
2935 more uses of Q_ macro for contextual translations, thanks
2938 2006-11-06 [wwp] 2.6.0cvs3
2941 * src/common/utils.c
2942 * src/common/utils.h
2943 show an alertpanel to make sure users are aware that sensitive
2944 files are attached (it's file blacklist-based). This will fix
2945 interaction w/ GoogleEarth for instance, thanks to Colin.
2947 2006-11-06 [wwp] 2.6.0cvs2
2950 * src/prefs_template.c
2951 * src/prefs_template.h
2952 check quote format when applying/closing prefs. For now this only
2953 shows up an error dialog box, not preventing the user from using
2954 a broken quote (reply, forwards) format.
2956 2006-11-06 [wwp] 2.6.0cvs1
2958 * src/prefs_template.c
2959 fix missing checks of some template fields.
2961 2006-11-06 [paul] 2.6.0
2968 2006-11-06 [paul] 2.5.6cvs22
2970 * manual/advanced.xml
2971 * manual/es/advanced.xml
2972 put 'respect_flowed_format' info in the correct
2975 2006-11-06 [mones] 2.5.6cvs21
2978 Minor fixes for release
2980 2006-11-06 [paul] 2.5.6cvs20
2991 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
2992 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
2993 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
2996 2006-11-02 [colin] 2.5.6cvs19
3000 * src/prefs_account.c
3001 * src/etpan/imap-thread.c
3002 Add GSSAPI support - fixes Debian bug #383274
3004 2006-11-01 [colin] 2.5.6cvs18
3007 Handle libpisock12 support. Probably
3008 fixes bug 1046, 'jpilot AddressDB.pdb
3011 2006-11-01 [colin] 2.5.6cvs17
3014 debug_print() folderutils_mark_all_read()
3016 2006-11-01 [colin] 2.5.6cvs16
3019 Add missed files to the Apache exception
3021 2006-10-31 [colin] 2.5.6cvs15
3025 Add a copy_private_data() func to FolderClasses
3026 Doesn't break the feature freeze, because we
3027 won't use it (right now) in the core.
3029 2006-10-31 [colin] 2.5.6cvs14
3032 Allow linking with the Apache licensed files in
3033 src/plugins/spamassassin. Hopefully fixes
3034 bug 1048, 'Spamassassin plugin license problem'
3036 2006-10-31 [wwp] 2.5.6cvs13
3039 fix and optimize trimming of leading linefeeds in body loop.
3041 2006-10-31 [colin] 2.5.6cvs12
3043 * src/etpan/imap-thread.c
3045 Make really sure to have NULL sets in case
3048 2006-10-30 [wwp] 2.5.6cvs11
3050 * src/prefs_common.c
3051 * src/prefs_common.h
3053 fix broken storage of quote format template when it contains \-escape
3054 sequences. The application of such sequences is also fixed now (\t
3055 in quote format will be a real tab instead of a 't', for instance).
3057 2006-10-27 [colin] 2.5.6cvs10
3060 Probably fix bug 1045, 'sylpheed-claws
3061 doesn't remove the mail from the IMAP
3062 Queue folder after sending'. From
3065 2006-10-27 [colin] 2.5.6cvs9
3068 Require libetpan-0.48. I'm so annoying,
3071 2006-10-27 [colin] 2.5.6cvs8
3075 Probably fix bug 1044, 'sylpheed-claws
3076 segfaults while moving mails' - Fix relation
3077 usage when moving to an IMAP mailbox from another
3080 2006-10-26 [paul] 2.5.6cvs7
3083 add libSM to compiled-in features
3086 2006-10-24 [colin] 2.5.6cvs6
3089 * src/gtk/gtkutils.c
3090 Fix crash when printing emails with an
3093 2006-10-24 [mones] 2.5.6cvs5
3095 * manual/es/advanced.xml
3096 Synchronize hidden option respect_flowed_format
3100 2006-10-21 [paul] 2.5.6cvs4
3103 * src/plugins/pgpcore/pgp_viewer.c
3104 * src/plugins/pgpcore/sgpgme.c
3105 fix building on BSDs
3106 Thanks to Michael Hughes
3107 <Sylpheed-Claws_user@thehugheslogcabin.net>
3109 2006-10-20 [colin] 2.5.6cvs3
3112 Bump up libetpan requirement
3113 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
3114 * src/common/utils.c
3115 * src/common/utils.h
3116 Add convenience get_file_mtime()
3118 * src/etpan/imap-thread.c
3119 * src/etpan/imap-thread.h
3120 Implement UIDPLUS support if the server
3121 supports it - faster sending in this case
3123 2006-10-19 [colin] 2.5.6cvs2
3125 * src/gtk/quicksearch.c
3126 Fix emptying in type-ahead+extended mode
3129 Add a hook for offline state change
3130 * src/plugins/trayicon/trayicon.c
3131 Use it to display offline icons
3132 * src/plugins/trayicon/Makefile.am
3133 * src/plugins/trayicon/newmail.offline.xpm
3134 * src/plugins/trayicon/newmarkedmail.offline.xpm
3135 * src/plugins/trayicon/nomail.offline.xpm
3136 * src/plugins/trayicon/unreadmail.offline.xpm
3137 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
3140 2006-10-12 [paul] 2.5.6cvs1
3145 Update version number following
3148 2006-10-19 [colin] 2.5.5cvs18
3150 * manual/handling.xml
3151 Add type-ahead search
3153 2006-10-18 [colin] 2.5.5cvs17
3155 * src/gtk/quicksearch.c
3156 Remove "save to history only if there's
3157 no syntax error", it breaks for some
3158 reason which I'll investigate later.
3160 2006-10-18 [colin] 2.5.5cvs16
3162 * src/prefs_common.c
3163 * src/prefs_common.h
3165 * src/gtk/quicksearch.c
3166 * src/gtk/quicksearch.h
3167 Add a type-ahead option for fast searches
3168 Patch by Fabien Vantard
3170 2006-10-18 [colin] 2.5.5cvs15
3174 Add Options/Reply mode/ menu to be able to
3175 change the recipients of a reply on the fly
3177 2006-10-18 [colin] 2.5.5cvs14
3180 Fix redirecting of our own sent mails
3182 2006-10-17 [wwp] 2.5.5cvs13
3184 * src/send_message.c
3185 Fix duplicate error messages when sending, and missing
3186 newline in such error messages.
3188 2006-10-17 [colin] 2.5.5cvs12
3191 Compare addresses case-insensitive
3193 2006-10-17 [colin] 2.5.5cvs11
3195 * src/plugins/pgpcore/sgpgme.c
3198 2006-10-17 [colin] 2.5.5cvs10
3200 * src/plugins/pgpcore/pgp_viewer.c
3203 2006-10-17 [colin] 2.5.5cvs9
3206 Fix a typo (thanks to Fabien)
3208 2006-10-16 [colin] 2.5.5cvs8
3211 Fix problem with quote-folding when emails
3212 don't convert cleanly to UTF-8
3214 2006-10-14 [colin] 2.5.5cvs7
3216 * src/prefs_template.c
3217 Reset fields when reopening
3220 2006-10-13 [paul] 2.5.5cvs6
3222 * manual/advanced.xml
3223 * src/prefs_message.c
3224 make 'respect_flowed_format' a hidden
3225 option, and add a manual entry for it
3228 2006-10-12 [colin] 2.5.5cvs5
3231 Revert part of 2.5.2cvs21:
3232 Don't optimise by reusing the
3233 last iconv converter if possible:
3234 it seems slightly broken in a
3235 very hard way to reproduce
3237 2006-10-12 [colin] 2.5.5cvs4
3239 * src/prefs_common.c
3240 * src/prefs_common.h
3241 * src/prefs_message.c
3243 Fix bug 1035, 'Incorrect handling
3244 of flowed lines'. We now optionnaly
3245 handle this format (preference is in
3246 Message View/Text options section)
3248 2006-10-12 [colin] 2.5.5cvs3
3252 * src/plugins/pgpcore/pgp_viewer.c
3253 * src/plugins/pgpcore/sgpgme.c
3254 Don't try to import without asking
3256 2006-10-12 [colin] 2.5.5cvs2
3259 Fix bug 1036, 'Forwarding a mutlipart
3260 mail with a "text/html" block to ms
3261 outlook users leeds to freeze of
3262 outlook'. Poor outlook users...
3264 2006-10-12 [paul] 2.5.5cvs1
3269 Update version number following
3272 2006-10-11 [paul] 2.5.4cvs1
3277 Update version number following
3280 2006-10-11 [paul] 2.5.3cvs32
3283 fix bug 1032, 'Segmentation fault when showing
3284 message' (bug in quote folding)
3287 2006-10-10 [colin] 2.5.3cvs31
3290 Rephrase english a bit
3292 2006-10-10 [colin] 2.5.3cvs30
3294 * src/prefs_compose_writing.c
3295 Stop making the page larger than the window
3297 2006-10-10 [wwp] 2.5.3cvs29
3300 * src/prefs_template.c
3303 * src/quote_fmt_lex.l
3304 * src/quote_fmt_parse.y
3305 Extend the quote parser a bit: allow to get access to
3306 basic (composing) account info.
3308 2006-10-10 [colin] 2.5.3cvs28
3311 Fix this \t problem in subject
3313 2006-10-09 [colin] 2.5.3cvs27
3317 Prepare cache a bit later
3318 If section already exists, skip the new one
3319 (as previously); avoid writing the same block
3320 twice - if we find a second block with the
3322 * src/plugins/pgpcore/pgp_viewer.c
3323 Set cursor to busy when retrieving a key
3324 * src/plugins/pgpcore/sgpgme.c
3325 allow 5 seconds for gpg to export the key
3328 2006-10-09 [colin] 2.5.3cvs26
3333 Check for existence of fgets_unlocked
3336 2006-10-09 [paul] 2.5.3cvs25
3338 * src/prefs_summaries.c
3339 replace strftime() with fast_strftime() and in
3340 the consequence fix the bug in the display of
3341 AM/PM in the 'Example' string
3343 2006-10-09 [ticho] 2.5.3cvs24
3346 Updated (and fixed up somewhat) Slovak translation.
3348 2006-10-08 [colin] 2.5.3cvs23
3350 * src/prefs_folder_item.c
3351 Explain why prefs in the top-level folder
3352 aren't retained, but are still useful
3354 2006-10-08 [colin] 2.5.3cvs22
3357 Don't cache anything if caching fails
3359 2006-10-08 [colin] 2.5.3cvs21
3361 * src/common/utils.c
3362 always include gi18n.h
3364 2006-10-07 [colin] 2.5.3cvs20
3366 * src/plugins/pgpcore/pgp_viewer.c
3367 Kill gpg after 5 seconds wait
3369 2006-10-07 [colin] 2.5.3cvs19
3371 * src/plugins/pgpcore/pgp_viewer.c
3372 * src/plugins/pgpcore/pgp_viewer.h
3375 2006-10-07 [colin] 2.5.3cvs18
3377 * src/plugins/pgpcore/pgp_viewer.c
3378 * src/plugins/pgpcore/pgp_viewer.h
3379 Actually add the files to CVS
3381 2006-10-07 [colin] 2.5.3cvs17
3383 * src/plugins/pgpcore/sgpgme.c
3384 Be sure not to crash on 'application/pgp-signature' that
3385 are not application/pgp-signatures
3387 2006-10-07 [colin] 2.5.3cvs16
3391 Make a bit more of the API available
3392 * src/plugins/pgpcore/Makefile.am
3393 * src/plugins/pgpcore/plugin.c
3394 * src/plugins/pgpcore/sgpgme.c
3395 Add basic key import/export
3397 2006-10-07 [colin] 2.5.3cvs15
3401 * src/prefs_account.c
3403 Warn users *everywhere* if libetpan's not
3406 2006-10-06 [mones] 2.5.3cvs14
3410 updated by Stephan Sachse and me
3412 2006-10-06 [colin] 2.5.3cvs13
3415 * src/common/sylpheed.c
3416 Don't load common plugins if --exit is passed
3419 Implement a cache to avoid reading the same
3420 files over and over again at startup
3422 2006-10-06 [colin] 2.5.3cvs12
3425 * src/gtk/quicksearch.c
3426 Update display every 5k mails on fast searches
3428 2006-10-06 [colin] 2.5.3cvs11
3431 Don't do quote folding on HTML or ERTF.
3432 May fix the Cygwin issues if they were
3433 happening with HTML mails?
3435 2006-10-05 [colin] 2.5.3cvs10
3440 2006-10-05 [colin] 2.5.3cvs9
3443 Use unlocked_stdio here too
3445 2006-10-05 [colin] 2.5.3cvs8
3448 Fix go to next * after preferences apply
3450 Do the fd lock/unlock ourselves instead of
3451 letting the libc do it at each write
3453 2006-10-05 [colin] 2.5.3cvs7
3455 * src/common/utils.c
3456 Faster division, thanks to Jean Diraison
3458 2006-10-05 [paul] 2.5.3cvs6
3460 * src/common/utils.c
3461 fix building with --disable-nls
3463 2006-10-04 [colin] 2.5.3cvs5
3466 Maybe fix a segfault
3468 2006-10-04 [wwp] 2.5.3cvs4
3470 * src/prefs_folder_item.c
3471 Fine-tune layouts in folder item prefs. Suggested by
3472 Fabien Vantard <fzzzzz@gmail.com>.
3474 2006-10-04 [wwp] 2.5.3cvs3
3476 * src/prefs_folder_item.c
3477 Kill the clandestine passengers. You didn't see anything.
3479 2006-10-04 [wwp] 2.5.3cvs2
3481 * src/prefs_folder_item.c
3482 Add a way to test the subject simplify regexp in
3483 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3484 w/ few layout changes.
3486 2006-20-04 [paul] 2.5.3cvs1
3491 Update version number following
3494 2006-10-04 [colin] 2.5.2cvs42
3499 Provide a way for folder classes to set their sort
3502 2006-10-03 [colin] 2.5.2cvs41
3505 Don't use strlen() to know if the
3508 2006-10-03 [colin] 2.5.2cvs40
3511 Fix "check for new folders" with accentued folders
3513 2006-10-03 [ticho] 2.5.2cvs39
3519 Colin's fix for "copy" filtering rules.
3521 2006-10-02 [colin] 2.5.2cvs38
3524 Fix for double-click too
3526 2006-10-02 [colin] 2.5.2cvs37
3529 correct fix for cvs36
3531 2006-10-02 [colin] 2.5.2cvs36
3534 Fix 'goto next unread' after collapsing/expanding
3537 2006-10-02 [colin] 2.5.2cvs35
3540 Fix double freeze/thaw
3541 * src/common/utils.c
3542 * src/common/utils.h
3543 Reimplement strftime
3548 2006-10-02 [colin] 2.5.2cvs34
3551 Time mh_write_sequences() - it's fast
3553 Init a variable to shut up gcc
3555 2006-10-01 [colin] 2.5.2cvs33
3561 Add helper mh_set_mtime(), and set mtime to stat()'s result
3562 Add fsync but disable it, it's slow as hell
3564 2006-10-01 [colin] 2.5.2cvs32
3568 fflush() caches and mh_sequences before
3571 2006-10-01 [colin] 2.5.2cvs31
3574 Don't ftruncate when not using mmap
3576 2006-09-30 [colin] 2.5.2cvs30
3579 Write folder list *after* saving caches
3581 2006-09-30 [colin] 2.5.2cvs29
3585 Debug forced mtime changes
3587 2006-09-30 [colin] 2.5.2cvs28
3591 Remove useless debug_print()s (code
3594 2006-09-30 [colin] 2.5.2cvs27
3597 Do stuff faster when writing mh_sequences
3599 2006-09-30 [colin] 2.5.2cvs26
3602 Don't let the writing of .mh_sequences, which
3603 can change the folder's mtime, let us think
3606 2006-09-30 [colin] 2.5.2cvs25
3609 Move a debug_print where it belongs
3612 Don't mess with a huge slow subject
3613 table if we're not threading by
3616 2006-09-30 [colin] 2.5.2cvs24
3619 Reenable mmaped reads (*not* writes!)
3621 Don't destroy and recreate hashtables just
3623 * src/common/utils.c
3624 Remove useless reply prefixes (it's case
3627 2006-09-30 [wwp] 2.5.2cvs23
3630 Fixed a minor bug in date value extraction, added a switch
3631 to replace non RFC-compliant Date: value, added a switch
3632 to use strict RFC matching patterns for dates.
3634 2006-09-29 [colin] 2.5.2cvs22
3636 * src/matcher_parser.h
3637 * src/matcher_parser_parse.y
3638 * src/prefs_filtering.c
3640 * src/summary_search.c
3642 * src/gtk/quicksearch.c
3643 * src/gtk/quicksearch.h
3644 Optimise searches by setting different
3645 refresh intervals (depending if the
3646 search is fast or not)
3648 2006-09-29 [colin] 2.5.2cvs21
3651 Optimise by reusing the last iconv converter
3654 Optimise a bit (the foldable quotes feature
3655 still has an awful O(n^2) algo
3657 2006-09-29 [colin] 2.5.2cvs20
3659 * src/gtk/gtksctree.c
3660 * src/gtk/gtksctree.h
3661 Optimise de-selection via up/down or
3664 2006-09-28 [colin] 2.5.2cvs19
3671 * src/summary_search.c
3673 Avoid using summaryview->ctree directly
3675 2006-09-28 [colin] 2.5.2cvs18
3679 Add helpers to freeze/thaw/grab_focus
3680 Factorize calls to freeze/thaw/grab_focus
3683 2006-09-28 [colin] 2.5.2cvs17
3686 More guards for the session management
3688 2006-09-28 [colin] 2.5.2cvs16
3691 * src/gtk/gtksctree.c
3692 * src/gtk/gtksctree.h
3693 Make expanding not recursive in folderview
3695 2006-09-28 [colin] 2.5.2cvs15
3698 If nothing is selected in the list (right part)
3699 and a group is selected in the tree (left part),
3702 2006-09-28 [colin] 2.5.2cvs14
3705 Actually use SM_LIBS
3707 2006-09-28 [ticho] 2.5.2cvs13
3714 * src/prefs_themes.c
3716 Small i18n string optimization.
3717 * src/send_message.c
3719 * src/common/session.c
3721 * src/common/ssl_certificate.c
3722 * src/common/utils.c
3723 Use "Couldn't" instead of "Can't" in UI messages,
3726 2006-09-28 [colin] 2.5.2cvs12
3729 Possibly fix link errors
3731 2006-09-27 [wwp] 2.5.2cvs11
3734 * doc/man/sylpheed-claws.1
3739 Updated authors info (me, myself and I).
3741 2006-09-27 [colin] 2.5.2cvs10
3744 Remove useless printf
3746 2006-09-27 [wwp] 2.5.2cvs9
3749 * src/send_message.c
3751 * src/prefs_common.c
3752 * src/prefs_common.h
3753 * src/gtk/progressdialog.c
3754 remember more windows' sizes (send dialog, received dialog,
3755 edit group in addressbook).
3757 2006-09-27 [colin] 2.5.2cvs8
3762 Use libSM to communicate with the session
3763 manager, so that we can know when the
3764 session ends, save our caches, and draft
3765 our compose windows.
3767 2006-09-27 [colin] 2.5.2cvs7
3771 o Allow Book and Group creation from the tree's
3773 o Do not actually delete the contacts when
3774 deleting groups from the tree (duh!)
3776 2006-09-27 [colin] 2.5.2cvs6
3783 o Allow passing an email address to
3784 compose_new_with_folderitem
3786 o Use current folderitem when clicking
3787 on a TextView mailto: link
3788 o Fix a possible leak in TextView
3790 2006-09-27 [colin] 2.5.2cvs5
3793 Use UTF-8 chars to replace HTML entities
3795 2006-09-27 [colin] 2.5.2cvs4
3798 * src/prefs_account.c
3800 Fix bug #1024 (Array index out of
3801 range in sylpheed-claws-2.5.2)
3802 Patch by Ales Nosek <anosek@suse.cz>
3804 2006-09-27 [colin] 2.5.2cvs3
3807 Actually do the test
3809 2006-09-27 [colin] 2.5.2cvs2
3813 Allow completing with comma (in certain cases: vCalendar
3814 for example doesn't support that)
3815 Patch by Fabien Vantard
3817 2006-09-26 [colin] 2.5.2cvs1
3828 * src/prefs_common.c
3829 * src/prefs_filtering_action.c
3830 * src/prefs_folder_item.c
3831 * src/prefs_template.c
3832 * src/stock_pixmap.c
3833 * src/stock_pixmap.h
3834 * src/pixmaps/addr_one.xpm
3835 * src/pixmaps/addr_two.xpm
3836 Add auto-completion on groups
3838 2006-09-26 [colin] 2.5.2
3845 2006-09-26 [colin] 2.5.1cvs5