1 2007-08-21 [wwp] 2.10.0cvs141
11 * src/editaddress_other_attributes_ldap.c
28 * src/prefs_customheader.c
29 * src/prefs_msg_colors.c
36 * src/common/ssl_certificate.c
39 * src/gtk/description_window.c
40 * src/plugins/demo/demo.c
41 * src/plugins/pgpcore/prefs_gpg.c
42 * src/plugins/spamassassin/libspamc.c
43 Make sure we use glib functions to send text messages (information,
44 debug, warning, errors) to stdout/stderr - no more direct puts
45 fputs printf fprintf to stdout/stderr when it can be done using
46 g_log*() and g_print/g_printerr. Doing this, we make sure every
47 stdout/stderr message is saved to log in Windows.
50 2007-08-21 [wwp] 2.10.0cvs140
54 Route glib's stdout/stderr messages to a log file (Windows only),
55 instead of loosing them.
57 2007-08-21 [paul] 2.10.0cvs139
60 replace deprecated g_strncasecmp()
64 2007-08-20 [ticho] 2.10.0cvs138
68 Copy all account preferences in account_clone() - some
71 Handle empty privacy system combobox gracefully (warning
74 2007-08-20 [colin] 2.10.0cvs137
79 2007-08-20 [paul] 2.10.0cvs136
89 patch by Michael Rasmussen
91 2007-08-19 [colin] 2.10.0cvs135
94 Fix previous commit. Sensitivity update is needed
95 for "Cancel receiving". However when batching we
96 don't need to do it for every message flag change,
97 just once at the start and once at the end.
99 2007-08-19 [colin] 2.10.0cvs134
102 Remove useless menu updates on session lock/unlock
104 2007-08-19 [colin] 2.10.0cvs133
106 * src/etpan/imap-thread.c
107 Make all fetch logs less verbose
109 2007-08-19 [paul] 2.10.0cvs132
114 fix bug 1286, 'Can't move a folder into a "Folders
117 2007-08-18 [ticho] 2.10.0cvs131
119 * src/editaddress_other_attributes_ldap.c
120 Converted option menu for other ldap attributes to GtkComboBox.
122 2007-08-18 [colin] 2.10.0cvs130
129 Revert 'send_dialog_mode' meaning to
130 'send_dialog_invisible', so that the
131 new checkbox doesn't change the
134 2007-08-18 [paul] 2.10.0cvs129
137 add missing menu update
139 2007-08-17 [colin] 2.10.0cvs128
142 Set batching after getting flags - maybe fixes
143 bug 1292, 'CM crashes on writing mail'
145 2007-08-16 [ticho] 2.10.0cvs127
148 Convert two GtkOptionMenu widgets to new GtkComboBox.
151 Allow NULL for GtkComboBox menuitem label, rendering such
152 items as row separators.
154 2007-08-16 [paul] 2.10.0cvs126
156 * src/plugins/trayicon/trayicon.c
157 remove wrongly used gettextisation
159 2007-08-15 [ticho] 2.10.0cvs125
162 Fixed a runtime warning where an attempt to pack an
163 already packed GtkLabel was made.
165 2007-08-15 [ticho] 2.10.0cvs124
167 * src/prefs_compose_writing.c
168 Convert the insert-or-attach-dragged-files GtkOptionMenu
171 2007-08-14 [ticho] 2.10.0cvs123
175 Changed return receipt account selector to GtkComboBox.
176 Fixed a runtime warning where GTK tried to parse
177 "name <email@address" as a Pango markup in an alertpanel label.
179 2007-08-14 [ticho] 2.10.0cvs122
181 * src/prefs_logging.c
182 Changed GtkOptionMenu in logging preferences to GtkComboBox.
184 2007-08-14 [wwp] 2.10.0cvs121
188 * tools/popfile-link.sh
189 Added a new tool: POPFile helper, to open
190 selected messages in POPFile control center,
191 in order to change the messages' status.
193 2007-08-14 [ticho] 2.10.0cvs120
200 Change "Show send dialog" optionmenu to a checkbutton.
201 * src/prefs_receive.c
202 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
204 2007-08-13 [wwp] 2.10.0cvs119
215 * src/partial_download.c
221 * src/gtk/gtkaspell.c
223 Make sure we never pass NULL pointers for %s substitutions
224 (prevent from crashing in Windows).
226 2007-08-13 [wwp] 2.10.0cvs118
229 Re-enable mmap_reads in Windows with some missing
230 CloseHandle of mapping objects, thanks to
233 2007-08-13 [paul] 2.10.0cvs117
236 fix bug 1287, 'Compile time problem on Solaris
237 (nexenta gnu/Solaris) utils.c'
238 Thanks to Piotr Chrzczonowicz
240 2007-08-12 [wwp] 2.10.0cvs116
242 * src/plugins/pgpcore/prefs_gpg.c
243 Don't try to unset a GPG_AGENT_INFO that was not
244 set (and don't use a NULL string in Windows, it was
245 crashing with --debug if GPG_AGENT_INFO was not set).
247 2007-08-12 [wwp] 2.10.0cvs115
250 Make gcc type-check arguments passed to privacy_set_error().
252 2007-08-12 [ticho] 2.10.0cvs114
254 * src/prefs_folder_item.c
255 Make sure that folder default account combobox always has some
258 Handle empty combobox gracefully (warning instead of crash).
260 2007-08-12 [ticho] 2.10.0cvs114
262 * src/prefs_folder_item.c
263 Make sure that folder default account combobox is not empty.
265 Handle empty combobox gracefully (warning instead of crash).
267 2007-08-11 [paul] 2.10.0cvs113
271 use 'subfolder' instead of 'sub-folder', matching
272 everywhere else the term is used
276 2007-08-10 [wwp] 2.10.0cvs112
279 Disable mmap reads in Windows only (at least temporarily), they
280 prevent from renaming/removing target cache files.
286 2007-08-10 [wwp] 2.10.0cvs111
289 fix unpredictable crashes in Windows due to broken
290 cache/mark/tags files writting (file were opened for
291 writing in text mode).
294 use gettimeofday() from w32lib.h on Windows.
296 2007-08-10 [colin] 2.10.0cvs110
299 * src/etpan/imap-thread.c
300 * src/etpan/imap-thread.h
301 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
303 2007-08-09 [colin] 2.10.0cvs109
306 Fix port being reset to 636 on SSL
308 Fix folder_item_get_msg_num_by_file
309 on drafts/queue folders
311 2007-08-09 [wwp] 2.10.0cvs108
314 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
315 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
318 2007-08-09 [colin] 2.10.0cvs107
322 * src/gtk/prefswindow.c
323 A few Maemo layout fixes
325 2007-08-09 [paul] 2.10.0cvs106
327 * src/prefs_account.c
328 remove the hyphen from plug-ins to
329 match everywhere else
331 2007-08-08 [wwp] 2.10.0cvs105
333 * src/prefs_folder_item.c
334 Fix an extraneous stealth ^L char.
336 2007-08-08 [wwp] 2.10.0cvs104
338 * src/prefs_folder_item.c
339 Better fix, group variables declarations (USE_ASPELL).
341 2007-08-08 [wwp] 2.10.0cvs103
343 * src/prefs_folder_item.c
344 Fix compilation w/ USE_ASPELL set (broken
347 2007-08-08 [ticho] 2.10.0cvs102
349 * src/prefs_folder_item.c
350 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
352 2007-08-08 [colin] 2.10.0cvs101
355 * src/etpan/imap-thread.c
356 * src/etpan/imap-thread.h
357 Close selected mailbox before doing
360 2007-08-08 [colin] 2.10.0cvs100
363 Complete symbol table, thanks to wwp.
364 Fixes bug 1284, 'The html -> text
365 converter ignores entities'
369 2007-08-08 [colin] 2.10.0cvs99
372 Better way to fetch UIDs on non-UIDPLUS servers
374 2007-08-07 [colin] 2.10.0cvs98
377 fix bug 1275, 'auto-saved draft messages not
378 always being removed'; Also, make multiple
379 copy (in the same account) faster by matching
380 source/destination message UIDs.
382 Don't try to reshow deleted mail
384 Fix leak on error path
386 2007-08-07 [wwp] 2.10.0cvs97
389 * manual/advanced.xml
390 * manual/fr/account.xml
391 * manual/fr/advanced.xml
392 Updated the reference manual and the French translation to
393 reflect 2.10.0cvs84: enable running folder Processing
396 2007-08-06 [wwp] 2.10.0cvs96
401 Allow changing the emphasis color used to highlight
402 the newsreader/x-mailer header value when it matches
403 our preferred mail agent (hidden pref 'emphasis_col' added
406 2007-08-06 [colin] 2.10.0cvs95
410 Re-commit 2.10.0cvs86, with a protection
411 against Pango bug. Also, try to fix
412 bug 1275, 'auto-saved draft messages not
413 always being removed'
415 2007-08-06 [wwp] 2.10.0cvs94
417 * src/gtk/quicksearch.c
418 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
420 2007-08-06 [ticho] 2.10.0cvs93
422 * src/prefs_account.c
424 Use GtkComboBox instead of GtkOptionMenu for privacy system
425 selection in account preferences.
427 2007-08-06 [wwp] 2.10.0cvs92
429 * src/plugins/pgpcore/plugin.def
430 Apply one more chunk from gpg4win's 03-w32-port patch.
432 2007-08-05 [colin] 2.10.0cvs91
436 reverting buggy patch for now
438 2007-08-05 [colin] 2.10.0cvs90
443 2007-08-04 [colin] 2.10.0cvs89
445 * src/prefs_summaries.c
446 * src/summary_search.c
447 Replace deprecated widgets. Patch by
450 2007-08-04 [colin] 2.10.0cvs88
453 Refresh GUI only every 2000 mails on mh_get_last_num
454 This is fast (readdir) and done only once per
457 2007-08-03 [colin] 2.10.0cvs87
459 * src/prefs_account.c
462 Fix a deprecated widget. Patch by
465 2007-08-03 [colin] 2.10.0cvs86
469 Make colorisation and wrapping algorithms
470 faster. Fixes bug 1246, 'compose becomes
471 increasingly slow replying to complex emails'
473 2007-08-03 [paul] 2.10.0cvs85
476 keep the window painted
478 2007-08-02 [paul] 2.10.0cvs84
483 enable running folder Processing
486 2007-08-02 [paul] 2.10.0cvs83
489 speed up/clean up rendering of larger
493 2007-08-01 [paul] 2.10.0cvs82
498 change default toolbar layout on maemo
499 * src/pixmaps/close.xpm
500 make the red cross a grey cross
501 * src/pixmaps/jpilot.xpm
502 make icon smaller so it fits better
504 2007-07-31 [paul] 2.10.0cvs81
508 fix crash on maemo on first launch
510 2007-07-30 [paul] 2.10.0cvs80
512 * src/prefs_matcher.c
513 specify the units of age and size
515 2007-07-30 [paul] 2.10.0cvs79
518 Fix IMAP timeout setting
520 2007-07-30 [colin] 2.10.0cvs78
522 * src/prefs_account.c
523 Fix a deprecated widget. Patch by
526 2007-07-27 [paul] 2.10.0cvs77
528 * src/matcher_parser_parse.y
529 * src/prefs_filtering_action.c
530 * src/prefs_matcher.c
531 these changes forgotten in cvs74's
532 'watch thread' feature
534 2007-07-27 [paul] 2.10.0cvs76
537 fix potential crasher
540 2007-07-27 [paul] 2.10.0cvs75
546 make mainwindow's /Help/Manual point to the
547 remote copy if the local copy doesn't exist
549 2007-07-27 [paul] 2.10.0cvs74
557 * src/matcher_parser_parse.y
566 * src/pixmaps/watchthread.xpm
567 add 'watch thread' feature
569 2007-07-27 [paul] 2.10.0cvs73
571 * src/prefs_folder_item.c
572 adjust labels, add tooltips
574 2007-07-27 [colin] 2.10.0cvs72
577 Maemo: Remove less used menu items
579 2007-07-26 [colin] 2.10.0cvs71
582 Maemo: destroy messageview after trashing mail.
583 Maybe should be done on X11 too
585 2007-07-26 [colin] 2.10.0cvs70
592 Add View/Show or Hide/Column headers
594 2007-07-26 [colin] 2.10.0cvs69
599 2007-07-26 [colin] 2.10.0cvs68
602 Fix possible crash on cache invalidation
606 * src/quote_fmt_parse.y
607 Make replying to mails with big attachments
608 much faster. Fixes bug 1224, 'The process of
609 Replying to emails with large attachments
610 seems unreasonably long...'
612 2007-07-26 [colin] 2.10.0cvs67
617 Fix threads use on BSDs
619 2007-07-26 [paul] 2.10.0cvs66
621 * src/gtk/prefswindow.c
622 fix account prefs breakage
625 2007-07-26 [paul] 2.10.0cvs65
628 standardise ./configure --help messages
630 2007-07-26 [colin] 2.10.0cvs64
634 Fix two vCard-related crashes
636 2007-07-25 [colin] 2.10.0cvs63
641 * src/prefs_receive.c
642 Maemo: Add a better way to notify of
648 Maemo: Various layout fixes
649 * src/gtk/prefswindow.c
650 Maemo: Better prefs layout
652 2007-07-25 [paul] 2.10.0cvs62
655 fix the layout on maemo
658 2007-07-25 [iwkse] 2.10.0cvs61
661 add 'o' shortcut on summaryview
663 2007-07-25 [iwkse] 2.10.0cvs60
668 2007-07-24 [colin] 2.10.0cvs59
671 Fix missing timestamp update on source
675 Better text layout on part's choices
677 2007-07-23 [colin] 2.10.0cvs58
681 Maemo: Automatically choose the correct application
683 * src/gtk/quicksearch.c
684 Make search run on GDK_KP_Enter too
686 2007-07-23 [wwp] 2.10.0cvs57
688 * src/quote_fmt_lex.l
689 Revert accidentaly committed lines (account_sig) in
692 2007-07-23 [wwp] 2.10.0cvs56
694 * src/quote_fmt_lex.l
695 Fix typos around long form expressions in the quote lexer.
701 2007-07-23 [colin] 2.10.0cvs55
704 Fix auto-completion on Maemo
706 2007-07-23 [colin] 2.10.0cvs54
709 Maemo: Fix sticking statusbars
711 2007-07-22 [colin] 2.10.0cvs53
714 Maemo: Fix the strange "top_application" info
715 at startup. We should do something when
716 receiving such a message.
718 2007-07-20 [paul] 2.10.0cvs52
721 add missing #include "statusbar.h"
723 2007-07-20 [colin] 2.10.0cvs51
727 * src/folder_item_prefs.c
728 * src/folder_item_prefs.h
736 * src/prefs_folder_item.c
737 Implement age-based caching: allow to
738 specify a threshold for the offline synchronisation
739 feature, and whether old cached bodies should
744 * src/plugins/dillo_viewer/dillo_viewer.c
745 Check that Dillo's installed
747 2007-07-20 [wwp] 2.10.0cvs50
751 Draw a frame around the selected mimeview part icon (instead of the
752 shifted 'dancing' icon).
754 2007-07-20 [colin] 2.10.0cvs49
757 Unref stuff even on error
759 disconnect signals only at the very
760 end of the wizard save.
762 2007-07-20 [colin] 2.10.0cvs48
768 Fix random crashes while navigating
771 2007-07-19 [colin] 2.10.0cvs47
780 Maemo: add an easy way to store data (mails
781 and IMAP/NNTP caches) on one of the SD cards,
782 and protect against unmounts if needed
784 2007-07-19 [paul] 2.10.0cvs46
789 * src/pixmaps/claws-mail_logo-small.xpm
790 implement a (slightly) different About
791 dialog for maemo and add a small version
794 use a scrolled window for wizard page 1
797 2007-07-19 [paul] 2.10.0cvs45
800 too soon for this line
802 2007-07-19 [paul] 2.10.0cvs44
807 2007-07-19 [colin] 2.10.0cvs43
810 Solve Mail/Mailbox name when specifying
813 2007-07-18 [colin] 2.10.0cvs42
819 2007-07-18 [colin] 2.10.0cvs41
822 Maemo: plug the online/offline system into
823 maemo's interfaces to have Claws automatically
824 switch according to the system status
826 Maemo: use HildonBanners to display status
827 messages. Renders the main statusbar useless.
829 2007-07-18 [paul] 2.10.0cvs40
832 fix screen blanking on moving/copying many msgs
834 fix processing progressbar and screen blanking
837 2007-07-18 [paul] 2.10.0cvs39
840 revert cvs37, breakage on maemo
842 2007-07-18 [paul] 2.10.0cvs38
845 make sure we can still build with older GTK's
847 2007-07-18 [colin] 2.10.0cvs37
850 Only hide the small layout's messageview, instead
851 of destroying it when closing
853 Use gtk_window_present_with_time to popup windows,
854 it seems to make things better with modern WMs
857 2007-07-17 [colin] 2.10.0cvs36
860 Simplify layout on Maemo
863 * src/prefs_display_header.c
864 Remove some headers by default on Maemo
866 2007-07-17 [paul] 2.10.0cvs35
870 * src/prefs_logging.c
872 add options to stop/enable writing logs to disc
874 2007-07-17 [paul] 2.10.0cvs34
877 fix some issues with the Apply tags window:
878 - set search column (enables autocompl in the treeview)
879 - apply tag from "New tag" if it existed
880 - clears New tag entry when adding it with the button
883 2007-07-17 [paul] 2.10.0cvs33
886 fix 'apply tags' dialogue weirdness
888 2007-07-16 [colin] 2.10.0cvs32
891 Fix double-loading of mails on Maemo
893 2007-07-16 [colin] 2.10.0cvs31
896 Prevent double-loading of the same part under some
897 conditions; hide statusbar on Maemo
899 2007-07-16 [colin] 2.10.0cvs30
905 Improve the tag interface - allow
906 to set/unset tags from a special
908 * src/gtk/gtkvscrollbutton.c
912 Fix Mimeview's ugly hacks in the
915 2007-07-16 [paul] 2.10.0cvs29
919 * src/gtk/icon_legend.c
920 put it all in a scrolled window
922 2007-07-15 [colin] 2.10.0cvs28
925 Maemo: force layout to be Small screen; the
926 others don't make sense
928 2007-07-14 [colin] 2.10.0cvs27
931 * src/gtk/gtkvscrollbutton.c
932 Maemo: Fix mimeview's buttons size
934 2007-07-14 [colin] 2.10.0cvs26
937 Fix the button workaround fix.
938 (Use the correct variable)
940 2007-07-14 [colin] 2.10.0cvs25
944 Maemo: put the progress bar in the
947 2007-07-14 [colin] 2.10.0cvs24
950 Maemo: hide statusbar by default
955 * src/pixmaps/go_folders.xpm
956 Maemo: Add a specific icon to go back to
959 2007-07-14 [colin] 2.10.0cvs23
962 Don't set homogeneous finally
964 2007-07-14 [colin] 2.10.0cvs22
967 Fix button show/hide issues
969 2007-07-14 [colin] 2.10.0cvs21
973 Fix button workaround to be able to click
974 if mouse was on button when it went un-
976 Revert previous commit, gtk_tool_item_set_homogeneous
977 doesn't mean what it seems to mean ;-)
979 2007-07-14 [paul] 2.10.0cvs20
982 make homogeneous FALSE always
984 2007-07-13 [colin] 2.10.0cvs19
988 Rework to fit the non-deprecated API
994 Maemo layout changes. Better toolbars,
995 removal of CTree headers.
997 2007-07-13 [paul] 2.10.0cvs18
999 * src/gtk/colorlabel.c
1000 fix bug 1261, '[DE] coloring messages in overview
1001 keys are not localised'
1002 the string is now included in claws-mail.pot
1004 2007-07-13 [colin] 2.10.0cvs17
1007 Fix bug 1267, 'printing mutliple messages
1008 opens one message-dialog after the other'
1009 Ask for confirmation when printing 10
1012 2007-07-11 [colin] 2.10.0cvs16
1017 * manual/claws-mail-manual.xml
1019 * manual/es/claws-mail-manual.xml
1021 * manual/fr/claws-mail-manual.xml
1044 * src/addressbook_foldersel.c
1045 * src/addressbook_foldersel.h
1069 * src/customheader.c
1070 * src/customheader.h
1071 * src/displayheader.c
1072 * src/displayheader.h
1075 * src/editaddress_other_attributes_ldap.c
1076 * src/editaddress_other_attributes_ldap.h
1085 * src/editldap_basedn.c
1086 * src/editldap_basedn.h
1107 * src/folder_item_prefs.c
1108 * src/folder_item_prefs.h
1117 * src/grouplistdialog.c
1118 * src/grouplistdialog.h
1123 * src/image_viewer.c
1124 * src/image_viewer.h
1165 * src/matcher_parser.h
1166 * src/matcher_parser_lex.l
1167 * src/matcher_parser_parse.y
1170 * src/message_search.c
1171 * src/message_search.h
1190 * src/partial_download.c
1191 * src/partial_download.h
1196 * src/prefs_account.c
1197 * src/prefs_account.h
1198 * src/prefs_actions.c
1199 * src/prefs_actions.h
1200 * src/prefs_common.c
1201 * src/prefs_common.h
1202 * src/prefs_compose_writing.c
1203 * src/prefs_compose_writing.h
1204 * src/prefs_customheader.c
1205 * src/prefs_customheader.h
1206 * src/prefs_display_header.c
1207 * src/prefs_display_header.h
1208 * src/prefs_ext_prog.c
1209 * src/prefs_ext_prog.h
1210 * src/prefs_filtering.c
1211 * src/prefs_filtering.h
1212 * src/prefs_filtering_action.c
1213 * src/prefs_filtering_action.h
1214 * src/prefs_folder_column.c
1215 * src/prefs_folder_column.h
1216 * src/prefs_folder_item.c
1217 * src/prefs_folder_item.h
1222 * src/prefs_image_viewer.c
1223 * src/prefs_image_viewer.h
1224 * src/prefs_logging.c
1225 * src/prefs_logging.h
1226 * src/prefs_matcher.c
1227 * src/prefs_matcher.h
1228 * src/prefs_message.c
1229 * src/prefs_message.h
1230 * src/prefs_msg_colors.c
1231 * src/prefs_msg_colors.h
1236 * src/prefs_receive.c
1237 * src/prefs_receive.h
1240 * src/prefs_spelling.c
1241 * src/prefs_spelling.h
1242 * src/prefs_summaries.c
1243 * src/prefs_summaries.h
1244 * src/prefs_summary_column.c
1245 * src/prefs_summary_column.h
1246 * src/prefs_summary_open.c
1247 * src/prefs_summary_open.h
1248 * src/prefs_template.c
1249 * src/prefs_template.h
1250 * src/prefs_themes.c
1251 * src/prefs_themes.h
1252 * src/prefs_toolbar.c
1253 * src/prefs_toolbar.h
1254 * src/prefs_wrapping.c
1255 * src/prefs_wrapping.h
1265 * src/quote_fmt_lex.l
1266 * src/quote_fmt_parse.y
1269 * src/remotefolder.c
1270 * src/remotefolder.h
1271 * src/send_message.c
1272 * src/send_message.h
1275 * src/simple-gettext.c
1276 * src/sourcewindow.c
1277 * src/sourcewindow.h
1282 * src/stock_pixmap.c
1283 * src/stock_pixmap.h
1284 * src/summary_search.c
1285 * src/summary_search.h
1302 * src/common/base64.c
1303 * src/common/base64.h
1304 * src/common/claws.c
1305 * src/common/claws.h
1307 * src/common/fnmatch.c
1308 * src/common/fnmatch.h
1309 * src/common/fnmatch_loop.c
1310 * src/common/hooks.c
1311 * src/common/hooks.h
1316 * src/common/mgutils.c
1317 * src/common/mgutils.h
1320 * src/common/passcrypt.c
1321 * src/common/passcrypt.h.in
1322 * src/common/plugin.c
1323 * src/common/plugin.h
1324 * src/common/prefs.c
1325 * src/common/prefs.h
1326 * src/common/progressindicator.c
1327 * src/common/progressindicator.h
1328 * src/common/quoted-printable.c
1329 * src/common/quoted-printable.h
1330 * src/common/session.c
1331 * src/common/session.h
1334 * src/common/socket.c
1335 * src/common/socket.h
1338 * src/common/ssl_certificate.c
1339 * src/common/ssl_certificate.h
1340 * src/common/string_match.c
1341 * src/common/string_match.h
1342 * src/common/stringtable.c
1343 * src/common/stringtable.h
1346 * src/common/template.c
1347 * src/common/template.h
1348 * src/common/timing.h
1349 * src/common/utils.c
1350 * src/common/utils.h
1351 * src/common/uuencode.c
1352 * src/common/uuencode.h
1353 * src/common/version.h.in
1354 * src/common/w32_dirent.c
1355 * src/common/w32_reg.c
1356 * src/common/w32_signal.c
1357 * src/common/w32_stat.c
1358 * src/common/w32_stdlib.c
1359 * src/common/w32_string.c
1360 * src/common/w32_time.c
1361 * src/common/w32_unistd.c
1362 * src/common/w32_wait.c
1363 * src/common/w32lib.h
1366 * src/common/xmlprops.c
1367 * src/common/xmlprops.h
1368 * src/etpan/etpan-errors.h
1369 * src/etpan/etpan-thread-manager-types.h
1370 * src/etpan/etpan-thread-manager.c
1371 * src/etpan/etpan-thread-manager.h
1372 * src/etpan/imap-thread.c
1373 * src/etpan/imap-thread.h
1376 * src/gtk/colorlabel.c
1377 * src/gtk/colorlabel.h
1378 * src/gtk/colorsel.c
1379 * src/gtk/colorsel.h
1380 * src/gtk/combobox.c
1381 * src/gtk/combobox.h
1382 * src/gtk/description_window.c
1383 * src/gtk/description_window.h
1386 * src/gtk/foldersort.c
1387 * src/gtk/foldersort.h
1388 * src/gtk/gtkaspell.c
1389 * src/gtk/gtkaspell.h
1390 * src/gtk/gtksctree.c
1391 * src/gtk/gtkshruler.c
1392 * src/gtk/gtkshruler.h
1393 * src/gtk/gtksourceprintjob.c
1394 * src/gtk/gtksourceprintjob.h
1395 * src/gtk/gtkutils.c
1396 * src/gtk/gtkutils.h
1397 * src/gtk/gtkvscrollbutton.c
1398 * src/gtk/gtkvscrollbutton.h
1399 * src/gtk/icon_legend.c
1400 * src/gtk/icon_legend.h
1401 * src/gtk/inputdialog.c
1402 * src/gtk/inputdialog.h
1403 * src/gtk/logwindow.c
1404 * src/gtk/logwindow.h
1405 * src/gtk/manage_window.c
1406 * src/gtk/manage_window.h
1409 * src/gtk/pluginwindow.c
1410 * src/gtk/pluginwindow.h
1411 * src/gtk/prefswindow.c
1412 * src/gtk/prefswindow.h
1413 * src/gtk/progressdialog.c
1414 * src/gtk/progressdialog.h
1415 * src/gtk/quicksearch.c
1416 * src/gtk/quicksearch.h
1417 * src/gtk/sslcertwindow.c
1418 * src/gtk/sslcertwindow.h
1419 * src/plugins/bogofilter/bogofilter.c
1420 * src/plugins/bogofilter/bogofilter.h
1421 * src/plugins/bogofilter/bogofilter_gtk.c
1422 * src/plugins/clamav/clamav_plugin.c
1423 * src/plugins/clamav/clamav_plugin.h
1424 * src/plugins/clamav/clamav_plugin_gtk.c
1425 * src/plugins/demo/demo.c
1426 * src/plugins/dillo_viewer/dillo_prefs.c
1427 * src/plugins/dillo_viewer/dillo_prefs.h
1428 * src/plugins/dillo_viewer/dillo_viewer.c
1429 * src/plugins/pgpcore/passphrase.c
1430 * src/plugins/pgpcore/passphrase.h
1431 * src/plugins/pgpcore/pgp_viewer.c
1432 * src/plugins/pgpcore/pgp_viewer.h
1433 * src/plugins/pgpcore/plugin.c
1434 * src/plugins/pgpcore/prefs_gpg.c
1435 * src/plugins/pgpcore/prefs_gpg.h
1436 * src/plugins/pgpcore/select-keys.c
1437 * src/plugins/pgpcore/select-keys.h
1438 * src/plugins/pgpcore/sgpgme.c
1439 * src/plugins/pgpcore/sgpgme.h
1440 * src/plugins/pgpinline/pgpinline.c
1441 * src/plugins/pgpinline/pgpinline.h
1442 * src/plugins/pgpinline/plugin.c
1443 * src/plugins/pgpmime/pgpmime.c
1444 * src/plugins/pgpmime/pgpmime.h
1445 * src/plugins/pgpmime/plugin.c
1446 * src/plugins/spamassassin/spamassassin.c
1447 * src/plugins/spamassassin/spamassassin.h
1448 * src/plugins/spamassassin/spamassassin_gtk.c
1449 * src/plugins/trayicon/trayicon.c
1450 * src/plugins/trayicon/trayicon_prefs.c
1451 * src/plugins/trayicon/trayicon_prefs.h
1452 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1453 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1454 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1455 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1456 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1457 * tools/OOo2claws-mail.pl
1458 * tools/README.sylprint
1459 * tools/acroread2claws-mail.pl
1460 * tools/claws-mail-compose-insert-files.pl
1461 * tools/convert_mbox.pl
1462 * tools/filter_conv.pl
1463 * tools/filter_conv_new.pl
1465 * tools/freshmeat_search.pl
1466 * tools/google_search.pl
1467 * tools/kmail-mailbox2claws-mail.pl
1468 * tools/kmail2claws-mail.pl
1469 * tools/kmail2claws-mail_v2.pl
1471 * tools/make.themes.project
1472 * tools/multiwebsearch.pl
1473 * tools/nautilus2claws-mail.sh
1474 * tools/outlook2claws-mail.pl
1475 * tools/textviewer.sh
1476 * tools/thunderbird-filters-convertor.pl
1479 * tools/vcard2xml.py
1480 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1481 Upgrade to GPLv3 or later.
1483 2007-07-10 [wwp] 2.10.0cvs15
1486 Fix re-opening of all composing messages that were
1487 opened when closing the previous instance, thanks
1490 2007-07-10 [paul] 2.10.0cvs14
1492 * src/editaddress_other_attributes_ldap.c
1494 fix crash on selecting 'other attributes' combo
1495 for either a new entry or an old entry with no
1496 existing attributes.
1497 fix bug on editing multiple attributes which
1498 resulted them all having the value of the last
1502 2007-07-10 [colin] 2.10.0cvs13
1505 * src/editaddress_other_attributes_ldap.h
1507 Fix --disable-ldap build
1509 2007-07-09 [colin] 2.10.0cvs12
1515 * src/editaddress_other_attributes_ldap.c
1516 * src/editaddress_other_attributes_ldap.h
1521 Add capability to edit all inetOrgPerson
1522 attributes on LDAP. Patch by Michael
1525 2007-07-09 [colin] 2.10.0cvs11
1531 * src/prefs_summaries.c
1532 * src/prefs_themes.c
1534 * src/common/Makefile.am
1536 * src/common/timing.h
1537 * src/common/utils.c
1538 * src/common/utils.h
1539 * src/common/w32_account.c
1540 * src/common/w32lib.h
1541 * src/gtk/Makefile.am
1542 * src/gtk/colorlabel.c
1543 * src/plugins/pgpcore/Makefile.am
1544 * src/plugins/pgpcore/claws.def
1545 * src/plugins/pgpcore/passphrase.c
1546 * src/plugins/pgpcore/pgp_viewer.c
1547 * src/plugins/pgpcore/plugin.def
1548 * src/plugins/pgpcore/sgpgme.c
1549 * src/plugins/pgpinline/Makefile.am
1550 * src/plugins/pgpinline/claws.def
1551 * src/plugins/pgpinline/mypgpcore.def
1552 * src/plugins/pgpinline/plugin.def
1553 * src/plugins/pgpmime/Makefile.am
1554 * src/plugins/pgpmime/claws.def
1555 * src/plugins/pgpmime/mypgpcore.def
1556 * src/plugins/pgpmime/plugin.def
1557 Commit win32 patch, from Werner Koch and
1560 2007-07-09 [colin] 2.10.0cvs10
1562 * src/prefs_toolbar.c
1563 Fix crash when no actions exist
1565 2007-07-07 [paul] 2.10.0cvs9
1568 * manual/claws-mail-manual.xml
1569 update copyright year
1571 updated by Flammie Pirinen
1573 2007-07-05 [wwp] 2.10.0cvs8
1575 * src/plugins/clamav/clamav_plugin_gtk.c
1576 Make vertical spacing like in other plugin prefs pages.
1578 2007-07-05 [wwp] 2.10.0cvs7
1581 It's %am that works, not %ae (this doc incoherence has been
1582 introduced with 2.9.2cvs13).
1584 2007-07-04 [wwp] 2.10.0cvs6
1586 * src/plugins/bogofilter/bogofilter.c
1587 Gettext-ize an occurrence of "Any" that wasn't.
1589 2007-07-04 [colin] 2.10.0cvs5
1592 Fix untranslated strings; thanks
1595 2007-07-03 [colin] 2.10.0cvs4
1599 Fix saving of sort mode for tags and
1600 thread date. Thanks to Pierre Ossman.
1601 Completes fix for bug 1233
1603 2007-07-03 [paul] 2.10.0cvs3
1611 2007-07-02 [colin] 2.10.0cvs2
1617 Add View/Sort/by Thread date
1618 Fixes bug 1233, 'Capability to sort
1619 threads by most recent message'
1620 Based on a patch by Paul Rolland
1622 2007-07-02 [colin] 2.10.0cvs1
1639 * src/matcher_parser_parse.y
1643 * src/prefs_common.c
1644 * src/prefs_common.h
1645 * src/prefs_filtering_action.c
1646 * src/prefs_matcher.c
1647 * src/prefs_summary_column.c
1651 * src/quote_fmt_lex.l
1652 * src/quote_fmt_parse.y
1656 * src/common/Makefile.am
1660 * src/gtk/quicksearch.c
1661 * src/gtk/quicksearch.h
1662 Add Tags implementation. Tags are arbitrary labels
1663 that can be applied to messages. It is possible
1664 to create, edit, remove tags; apply them to mails;
1665 filter on tags or tag presence; apply or unset
1666 tags via filtering actions; reference tags in
1669 2007-07-02 [paul] 2.10.0
1676 2007-07-02 [paul] 2.9.2cvs78
1686 updated by Stephan Sachse, me, Ricardo Mones
1687 Lastra, Fabien Vantard, Pader Rezso, Frederico
1688 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1690 2007-07-02 [paul] 2.9.2cvs77
1695 2007-06-29 [wwp] 2.9.2cvs76
1698 Fix a typo (thanks to Ricardo for finding this out).
1700 2007-06-28 [paul] 2.9.2cvs75
1705 2007-06-28 [paul] 2.9.2cvs74
1708 fix bug in the autotools build system.
1709 Files cataloged under EXTRA_DIST were never
1710 automatically copied to the build tree.
1711 (fix 'make distcheck')
1712 Patch by Michael Rasmussen.
1714 2007-06-24 [colin] 2.9.2cvs73
1717 Fix bug 1249, 'Error handling for
1718 news errors needs modification'
1719 Only popup error if the according
1720 pref in Prefs/Receive is set.
1722 2007-06-21 [colin] 2.9.2cvs72
1724 * src/common/plugin.c
1725 * src/common/plugin.h
1726 Change plugin API to know whether it's safe to
1727 unload plugins or whether we should just hide
1728 them. Fixes bug 1248, 'Core dumps after
1729 unloading plugin and clicking on load plugins'
1730 * src/plugins/bogofilter/bogofilter.c
1731 * src/plugins/clamav/clamav_plugin.c
1732 * src/plugins/demo/demo.c
1733 * src/plugins/dillo_viewer/dillo_viewer.c
1734 * src/plugins/pgpcore/plugin.c
1735 * src/plugins/pgpinline/plugin.c
1736 * src/plugins/pgpmime/plugin.c
1737 * src/plugins/spamassassin/spamassassin.c
1738 * src/plugins/trayicon/trayicon.c
1741 2007-06-19 [colin] 2.9.2cvs71
1745 Fix crash mentioned in bug 1246
1746 Race condition when automatically drafting
1747 due to insertion on reedit.
1749 2007-06-18 [wwp] 2.9.2cvs70
1752 LDIF import: use a "Proceed" button to complete
1755 2007-06-18 [paul] 2.9.2cvs69
1758 use pkgconfig to check for gtk and glib
1760 2007-06-17 [wwp] 2.9.2cvs68
1764 LDIF import: better error handling, minor code
1765 and UI cleanup, and renamed the Save button
1766 to Close, as imported stuff is already saved
1767 when the Save button is shown.
1769 2007-06-17 [colin] 2.9.2cvs67
1771 * src/prefs_summaries.c
1773 Don't set as read when forwarded, only replied to
1775 2007-06-17 [paul] 2.9.2cvs66
1778 add missing #include
1780 2007-06-16 [colin] 2.9.2cvs65
1782 * src/prefs_summaries.c
1784 Change the pref "Only mark as read when opened
1785 in new window" to "..., replied to or forwarded".
1786 Based on a patch by Paul Rolland.
1788 2007-06-16 [paul] 2.9.2cvs64
1791 alphabetical order! :)
1793 2007-06-16 [colin] 2.9.2cvs63
1797 Add Michael Rasmussen in authors list
1799 2007-06-16 [colin] 2.9.2cvs62
1802 Fix messageview_copy_clipboard to take advantage
1803 of plugins' get_selection.
1805 2007-06-15 [colin] 2.9.2cvs61
1811 * src/message_search.c
1813 * src/summary_search.c
1816 Allow GDK_KP_Enter to do the same as GDK_Return
1817 Patch by Michael Rasmussen
1819 2007-06-15 [paul] 2.9.2cvs60
1822 fix bug when closing a compose window
1825 2007-06-14 [paul] 2.9.2cvs59
1829 migrate sylpheed config
1831 2007-06-14 [wwp] 2.9.2cvs58
1833 * src/gtk/pluginwindow.c
1834 Yet another attempt to fix sizing/alignment of the
1835 button bar in plugins window.
1837 2007-06-12 [colin] 2.9.2cvs57
1842 * src/prefs_common.c
1843 * src/prefs_common.h
1844 * src/prefs_summaries.c
1845 * src/prefs_summary_open.c
1846 * src/prefs_summary_open.h
1848 Make "when entering a folder" actions more personalisable
1850 2007-06-12 [wwp] 2.9.2cvs56
1853 Use short description from Paul (mairix.sh).
1855 2007-06-12 [wwp] 2.9.2cvs55
1858 Updated info about mairix.sh.
1860 2007-06-11 [paul] 2.9.2cvs54
1862 * src/prefs_logging.c
1863 rework log window length widgets
1864 and some sensitivity fixes
1866 2007-06-11 [paul] 2.9.2cvs53
1869 * src/prefs_logging.c
1870 rename 'Protocol Log' to 'Network Log'
1871 and some function renaming
1873 2007-06-10 [wwp] 2.9.2cvs52
1875 * src/gtk/pluginwindow.c
1878 2007-06-10 [wwp] 2.9.2cvs51
1880 * src/gtk/pluginwindow.c
1881 Fix button bar in plugin window, was centered and not
1882 behaving like other dialogs w/ such button bar.
1884 2007-06-08 [wwp] 2.9.2cvs50
1891 Provide a way out of automatic draft saving on IMAP, when
1893 Prevent drafting while sending and quitting while sending.
1898 2007-06-08 [wwp] 2.9.2cvs49
1900 * src/prefs_account.c
1901 * src/gtk/prefswindow.c
1902 * src/gtk/prefswindow.h
1903 Activate the Basic page when opening account prefs.
1905 2007-06-08 [wwp] 2.9.2cvs48
1907 * src/common/socket.c
1908 Don't crash if fork() fails, thanks to Colin.
1910 2007-06-08 [wwp] 2.9.2cvs47
1912 * src/gtk/prefswindow.c
1913 Wrap some long lines, and reset horizontal scroller's adjusment
1914 (this was already done, vertically), when changing tab (not page)
1917 2007-06-08 [paul] 2.9.2cvs46
1919 * src/common/utils.c
1920 use gethostname() instead of uname()
1921 based on a patch by Michael Hughes
1922 <Sylpheed-Claws_user@thehugheslogcabin.net>
1924 2007-06-07 [wwp] 2.9.2cvs45
1926 * src/prefs_common.c
1927 Fix some useless warnings, thanks to Colin.
1929 2007-06-06 [colin] 2.9.2cvs44
1932 Fix strange allocations.
1934 2007-06-06 [colin] 2.9.2cvs43
1937 Patch by Michael Rasmussus to help
1940 2007-06-05 [wwp] 2.9.2cvs42
1942 * src/prefs_account.c
1943 * src/prefs_folder_item.c
1947 Per-folder templates can now be applied recursively.
1948 Always save per-folder templates (formats were erroneously
1949 saved only if they were enabled).
1950 Check for validity of quotation marks everywhere there
1953 2007-06-05 [wwp] 2.9.2cvs41
1956 Fix incoming messages from local accounts always getting filtered
1957 (even if the account prefs say don't), thanks to Colin.
1959 2007-06-05 [wwp] 2.9.2cvs40
1963 Use per-folder/per-account quote chars when applying a
1964 template or inserting text as well. Const'ify some
1967 2007-06-04 [colin] 2.9.2cvs39
1970 More work for wwp :)
1972 2007-06-04 [wwp] 2.9.2cvs38
1975 Same as 2.9.2cvs36 but for forwarding.
1977 2007-06-04 [colin] 2.9.2cvs37
1980 Use original mail file for forward/redirect
1981 Fixes some forwarded mails to be attached as
1982 application/octet-stream (when they have binary
1983 parts), and incidentally fixes bug 848
1984 'Redirect breaks GnuPG'
1986 2007-06-04 [wwp] 2.9.2cvs36
1989 Fix quote mark mis-initialisation when replying/forwarding
1990 (introduced w/ 2.9.2cvs20).
1992 2007-06-04 [wwp] 2.9.2cvs35
1994 * src/prefs_compose_writing.c
1996 Fix a bug where Quotation characters (prefs/compose/writing)
1997 was cleared (introduced w/ 2.9.2cvs26).
1999 2007-06-04 [wwp] 2.9.2cvs34
2001 * src/prefs_account.c
2002 * src/prefs_account.h
2003 Better fix for compiling w/o aspell (rollbacks
2006 2007-06-04 [wwp] 2.9.2cvs33
2009 * src/prefs_account.c
2010 * src/prefs_account.h
2012 It's now possible to disable mail filtering plugins
2013 on a per-account basis.
2015 2007-06-04 [wwp] 2.9.2cvs32
2018 * src/common/utils.c
2019 * src/common/utils.h
2020 Support CRLF in headers part of messages.
2021 Support few more date formats (RFC3339 subsets).
2023 2007-06-04 [wwp] 2.9.2cvs31
2025 * src/prefs_account.c
2026 Fix compiling w/o aspell support.
2028 2007-06-03 [wwp] 2.9.2cvs30
2031 Don't decode leading ENV_ and ~ in P_PASSWORD
2034 2007-06-03 [wwp] 2.9.2cvs29
2037 Don't decode leading ENV_ and ~ in P_PASSWORD
2040 2007-06-03 [wwp] 2.9.2cvs28
2042 * src/prefs_account.c
2043 * src/gtk/prefswindow.c
2044 * src/gtk/prefswindow.h
2045 Added a way to force preloading of all pages
2047 Moved tabs to pages in account prefs.
2049 2007-06-02 [colin] 2.9.2cvs27
2052 Fix possible crash, fix ldap write bugs
2054 Fix ldap write bugs - patch by Michael
2058 Add a hook whenever alertpanel opens/closes
2060 2007-05-31 [wwp] 2.9.2cvs26
2062 * src/prefs_compose_writing.c
2064 Re-organized writing options a bit:
2065 - renamed the Quoting page to Templates
2066 - moved all composing templates to that page
2067 - moved non-templates options to the Writing one,
2068 grouped reply-related options, reordered reply and
2071 2007-05-31 [wwp] 2.9.2cvs25
2074 Removed unused code.
2076 2007-05-31 [colin] 2.9.2cvs24
2079 Fix missing display name when modifying
2080 LDAP. Patch by Michael Rasmussen
2082 2007-05-31 [wwp] 2.9.2cvs23
2084 * src/plugins/bogofilter/Makefile.am
2085 * src/plugins/clamav/Makefile.am
2086 * src/plugins/demo/Makefile.am
2087 * src/plugins/dillo_viewer/Makefile.am
2088 * src/plugins/spamassassin/Makefile.am
2089 Fix building of those plugins in Mac OS X.
2091 2007-05-30 [wwp] 2.9.2cvs22
2093 * src/gtk/quicksearch.c
2094 Fix missing initialization.
2096 2007-05-30 [wwp] 2.9.2cvs21
2099 Revert accidental commit (debug outputs).
2101 2007-05-30 [wwp] 2.9.2cvs20
2104 * src/folder_item_prefs.c
2105 * src/folder_item_prefs.h
2106 * src/prefs_account.c
2107 * src/prefs_account.h
2108 * src/prefs_folder_item.c
2111 Implemented per-account and per-folder
2112 compose/reply/forward formats.
2114 2007-05-30 [wwp] 2.9.2cvs19
2116 * src/prefs_compose_writing.c
2121 Internal API changes (factorize quote format
2124 2007-05-30 [colin] 2.9.2cvs18
2127 Fix race where it's possible to re-click Send
2128 between end of SMTP session and end of "move to
2129 sent folder" when sending an email with send
2132 2007-05-30 [colin] 2.9.2cvs17
2135 Ask for backtrace on all threads. Patch by
2138 Fix stale news statusbar when scanning fails.
2141 Fix some LDAP write updates bugs. Patch
2142 by Michael Rasmussen
2144 2007-05-29 [colin] 2.9.2cvs16
2147 Fix loss of local flags when moving mails
2148 on IMAP in high-bandwidth mode (UID FETCH)
2150 2007-05-25 [paul] 2.9.2cvs15
2152 * src/common/socket.c
2153 fix sometimes crasher on cancelling
2156 2007-05-25 [colin] 2.9.2cvs14
2161 Be more helpful in the subscription
2164 2007-05-23 [wwp] 2.9.2cvs13
2167 * src/prefs_compose_writing.c
2169 * src/prefs_template.c
2170 * src/prefs_template.h
2173 * src/quote_fmt_lex.l
2174 * src/quote_fmt_parse.y
2175 Introduced new syntax elements (symbols and commands)
2176 in templates/quote_fmt. Compatibility w/ old
2178 Updated and reworked the corresponding Information
2180 Display the line number in dialogs that talk about
2181 parser errors (in addition to the error message in
2184 2007-05-23 [wwp] 2.9.2cvs12
2186 * src/quote_fmt_parse.y
2187 Fix 2.9.2cvs11, probably a paste accident ;).
2189 2007-05-23 [wwp] 2.9.2cvs11
2192 * src/prefs_template.c
2194 * src/quote_fmt_parse.y
2195 Fix 2.9.2cvs10, which broke --disable-aspell.
2197 2007-05-22 [wwp] 2.9.2cvs10
2200 * src/prefs_template.c
2203 * src/quote_fmt_lex.l
2204 * src/quote_fmt_parse.y
2205 * src/gtk/gtkaspell.c
2206 * src/gtk/gtkaspell.h
2207 Added template/quote format syntactical elements
2209 - current dictionary
2210 %T to show (shows empty if not set or not enabled),
2211 ?T and !T to check if the default dictionary is
2213 - current account's default dictionary
2214 %aT to show (empty if not set or not enabled),
2215 ?aT and !aT to check if it's enabled and set
2216 - name completion for an address, from the address
2218 %ABf, %ABt, %ABc respectively show the full name got
2219 from the address book if From, To or Cc match a single
2221 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2222 matches any contact and if the full name is non-empty.
2223 If From, To or Cc are lists of email addresses, only
2224 the first address will be checked.
2225 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2226 that could show a trailing ','.
2227 Also, template/quote_fmt parser now shows the line number in case
2230 2007-05-15 [colin] 2.9.2cvs9
2234 Add a public function to know whether Claws
2236 Store opened folder when exiting
2239 Store last opened message in each FolderItem;
2240 Reset last seen messages if Claws crashed, so
2241 that one can't go in an infinite crash in case
2242 a particular mail crashes Claws.
2244 * src/prefs_common.c
2245 * src/prefs_common.h
2247 * src/prefs_summaries.c
2248 Add "Select last opened message" when entering
2250 Add "Select last opened folder" at startup.
2252 2007-05-14 [colin] 2.9.2cvs8
2255 Fix bashism, search for xml catalog
2256 in /usr/local/share/xml/catalog too
2259 2007-05-13 [wwp] 2.9.2cvs7
2261 * src/gtk/logwindow.c
2262 fix raising log windows when they are either minimized or
2265 2007-05-11 [colin] 2.9.2cvs6
2268 Use Hildon's file chooser on Maemo. Patch
2269 by Jean-Luc Biord; fixes part 2 of bug 1201,
2270 'File attachment "manipulation" bugs...'
2272 2007-05-10 [wwp] 2.9.2cvs5
2274 * src/prefs_common.c
2275 * src/prefs_common.h
2276 * src/gtk/quicksearch.c
2277 Add a quicksearch option to automatically run
2278 a search selected from the history (this option
2279 is exclusive towards type-ahead).
2281 2007-05-10 [colin] 2.9.2cvs4
2284 Fix g_warnings, thanks to Brian
2287 2007-05-09 [colin] 2.9.2cvs3
2292 * src/prefs_summaries.c
2295 * src/common/utils.c
2296 * src/gtk/gtksourceprintjob.c
2297 * src/gtk/sslcertwindow.c
2298 Use the re-entrant variant of time functions
2299 Probably fixes bug 1217, 'reentrancy problems
2300 with time functions'
2302 2007-05-09 [colin] 2.9.2cvs2
2305 Fix crasher when reconnection fails
2307 2007-05-08 [paul] 2.9.2cvs1
2313 bump version number following
2316 2007-05-08 [paul] 2.9.1cvs48
2318 * src/plugins/demo/demo.c
2319 * src/plugins/dillo_viewer/dillo_prefs.c
2320 * src/plugins/dillo_viewer/dillo_prefs.h
2321 * src/plugins/dillo_viewer/dillo_viewer.c
2322 * src/plugins/pgpcore/pgp_viewer.c
2323 * src/plugins/pgpcore/pgp_viewer.h
2324 * src/plugins/pgpcore/plugin.c
2325 * src/plugins/pgpcore/prefs_gpg.c
2326 * src/plugins/pgpcore/prefs_gpg.h
2327 * src/plugins/pgpcore/sgpgme.c
2328 * src/plugins/pgpcore/sgpgme.h
2329 * src/plugins/pgpinline/plugin.c
2330 * src/plugins/pgpmime/pgpmime.c
2331 * src/plugins/pgpmime/pgpmime.h
2332 * src/plugins/pgpmime/plugin.c
2333 * src/plugins/spamassassin/spamassassin.c
2334 * src/plugins/spamassassin/spamassassin.h
2335 * src/plugins/spamassassin/spamassassin_gtk.c
2336 * src/plugins/trayicon/README
2338 * tools/README.sylprint
2339 * tools/outlook2claws-mail.pl
2341 * tools/tb2claws-mail
2342 * tools/tbird2claws.py
2344 * tools/vcard2xml.py
2345 * tools/kdeservicemenu/README
2346 cleanups and corrections
2348 2007-05-06 [wwp] 2.9.1cvs47
2351 Fix missing dash to `display` command-line, reported
2352 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2354 2007-05-06 [colin] 2.9.1cvs46
2357 * src/stock_pixmap.c
2358 * src/stock_pixmap.h
2359 * src/pixmaps/printer.xpm
2362 2007-05-06 [paul] 2.9.1cvs45
2367 * src/summary_search.c
2371 2007-05-05 [wwp] 2.9.1cvs44
2375 * src/prefs_actions.c
2379 Fix "faild" typos everywhere and capitalization of
2382 2007-05-04 [colin] 2.9.1cvs43
2387 * src/plugins/pgpcore/prefs_gpg.c
2388 * src/plugins/pgpcore/prefs_gpg.h
2389 * src/plugins/pgpinline/pgpinline.c
2390 * src/plugins/pgpmime/pgpmime.c
2391 Add an API to warn about encryption limits,
2392 and allow to disable these warnings
2394 2007-05-03 [colin] 2.9.1cvs42
2398 Fix bug 1213, 'Delete more than
2401 2007-05-03 [wwp] 2.9.1cvs41
2403 * src/prefs_common.c
2404 * src/prefs_filtering.c
2405 * src/prefs_template.c
2406 * src/common/template.c
2407 * src/common/template.h
2408 * src/gtk/gtkutils.c
2409 * src/gtk/gtkutils.h
2410 Templates are no longer automatically sorted
2411 by name, but can be sorted manually using
2412 |< < > >| buttons as well as drag'n'drop.
2414 2007-05-03 [wwp] 2.9.1cvs40
2416 * src/plugins/spamassassin/spamassassin.c
2417 * src/plugins/spamassassin/spamassassin.h
2418 * src/plugins/spamassassin/spamassassin_gtk.c
2419 * src/plugins/bogofilter/bogofilter.c
2420 * src/plugins/bogofilter/bogofilter.h
2421 * src/plugins/bogofilter/bogofilter_gtk.c
2422 Added an option to conditionally mark saved spam
2423 as read (default is and was to do so).
2424 Satisfies feature request 1708539 on sf.net tracker.
2426 2007-05-03 [colin] 2.9.1cvs39
2429 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2431 2007-05-02 [colin] 2.9.1cvs38
2434 Fix bug 1209, 'Clicking on address
2435 in header (mailto uri) selects
2436 default account'. Patch adapted from
2439 2007-05-02 [colin] 2.9.1cvs37
2441 * src/grouplistdialog.c
2442 Set cursor to wait cursor while loading
2445 2007-05-02 [paul] 2.9.1cvs36
2449 rename cache and mark files
2452 2007-04-30 [paul] 2.9.1cvs35
2454 * manual/glossary.xml
2455 * manual/plugins.xml
2456 updates. Patch by Ricardo
2458 2007-04-29 [wwp] 2.9.1cvs34
2462 Fix few grammatical errors (patch by David Relson < relson at
2463 osagesoftware dot com >).
2465 2007-04-28 [colin] 2.9.1cvs33
2469 * src/prefs_account.c
2470 * src/prefs_account.h
2471 Drop the "Download all" preference. It's
2472 stupidly useless and confuses people from
2475 2007-04-27 [wwp] 2.9.1cvs32
2478 * src/prefs_account.c
2479 * src/prefs_account.h
2480 Don't reflect accounts changes to the mainwindow when it's
2483 2007-04-27 [colin] 2.9.1cvs31
2486 Freeze/thaw when sync'ing flags
2488 * src/prefs_account.c
2489 * src/prefs_account.h
2490 * src/etpan/imap-thread.c
2491 * src/etpan/imap-thread.h
2492 Add a way to use UID FETCH instead
2493 of searches to fetch message lists
2494 and flags. More expensive towards
2495 bandwidth, less expensive towards
2496 server's CPU. Probably fixes
2497 bug 1158, 'Scanning new folders on
2498 Exchange 2007 extremely slow'.
2501 2007-04-27 [paul] 2.9.1cvs30
2504 * src/prefs_logging.c
2505 improvements to english usage
2507 2007-04-27 [colin] 2.9.1cvs29
2510 Fix build without libetpan (my bad!)
2512 2007-04-26 [colin] 2.9.1cvs28
2516 Fix uselessly exported function
2518 Consider "- -- \n" as signature separator
2519 (that's what signature separators look like
2520 in PGP/Inline signed mails)
2522 2007-04-26 [colin] 2.9.1cvs27
2525 libetpan-0.49 is now required
2527 Fix double fetching of mails if
2530 Make offline sync faster, by
2531 remembering last change time, and
2534 2007-04-26 [hoa] 2.9.1cvs26
2540 * src/etpan/imap-thread.c
2541 * src/etpan/imap-thread.h
2542 cancellation of IMAP operations is now allowed.
2543 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2545 2007-04-26 [colin] 2.9.1cvs25
2548 Always fetch body+headers in folders that are
2549 synched for offline use, if "Synchronise as
2550 soon as possible" is set.
2551 Fixes bug 1200, 'Add option to always retrieve full
2554 2007-04-25 [colin] 2.9.1cvs24
2557 Fix bug 1198, 'Reply-all "disappearing" address bug
2560 2007-04-24 [colin] 2.9.1cvs23
2563 Fix bug 1195, 'Hardware key navigation'
2564 Make GDK_Enter toggle expansion (Maemo)
2566 2007-04-24 [wwp] 2.9.1cvs22
2569 Fix few compiler warnings.
2571 2007-04-24 [paul] 2.9.1cvs21
2574 * src/stock_pixmap.c
2575 * src/stock_pixmap.h
2576 complete last commit
2578 2007-04-24 [paul] 2.9.1cvs20
2581 * src/pixmaps/active.xpm
2582 * src/pixmaps/checkbox_off.xpm
2583 * src/pixmaps/checkbox_on.xpm
2584 * src/pixmaps/inactive.xpm
2586 remove transparent border from checkbox icons
2588 2007-04-24 [wwp] 2.9.1cvs19
2592 Fix a crash in textview, thanks to Colin.
2594 2007-04-23 [wwp] 2.9.1cvs18
2596 * src/prefs_common.c
2597 Fix 2.9.1cvs5: no header was being translated at all.
2599 2007-04-23 [colin] 2.9.1cvs17
2602 * src/stock_pixmap.c
2603 * src/stock_pixmap.h
2606 * src/gtk/gtksctree.c
2607 * src/gtk/gtksctree.h
2608 * src/pixmaps/selection.xpm
2609 Fix bug 1193, 'Need a way to multi-select
2610 items'. Add a toggle button to the summaryview
2611 to switch between normal and multiple selection
2614 2007-04-23 [colin] 2.9.1cvs16
2617 * src/stock_pixmap.c
2618 * src/stock_pixmap.h
2621 * src/gtk/gtksctree.c
2622 * src/gtk/gtksctree.h
2623 * src/pixmaps/selection.xpm
2624 Fix bug 1193, 'Need a way to multi-
2626 Add a toggle button in the summaryview
2627 to enable normal or multiple selection.
2630 2007-04-23 [colin] 2.9.1cvs15
2633 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2635 2007-04-21 [colin] 2.9.1cvs14
2637 * src/gtk/quicksearch.c
2638 Fix previous commit (actually use correct
2641 2007-04-21 [colin] 2.9.1cvs13
2643 * src/gtk/quicksearch.c
2644 Fix changing quicksearch type (after Esc,
2645 after changing Recursive, ...)
2647 2007-04-20 [wwp] 2.9.1cvs12
2649 * src/gtk/Makefile.am
2650 Added headers.h (completes 2.9.1cvs5).
2652 2007-04-20 [wwp] 2.9.1cvs11
2655 Fix the use of display name in name column,
2656 it has been overriden w/ the use of nickname
2657 by 2.9.0cvs3. Now nickname is used (if any)
2658 in case of LDAP books only.
2660 2007-04-20 [colin] 2.9.1cvs10
2665 Add handling of 'a' to loop in a mail's
2668 2007-04-20 [colin] 2.9.1cvs9
2671 Fix bug 1190, 'dir_open' button doesn't work'
2674 2007-04-20 [colin] 2.9.1cvs8
2678 Fix bug 1194, 'Hardware keys move from email
2679 list to account/directory list, but not back
2680 to email list...' (Maemo)
2682 2007-04-20 [colin] 2.9.1cvs7
2685 complete previous commit
2687 2007-04-20 [colin] 2.9.1cvs6
2690 Fix bug 1187, 'Reply-to addressee disappears
2691 when reply-to text box is clicked...' (Maemo)
2693 2007-04-20 [wwp] 2.9.1cvs5
2701 * src/prefs_common.c
2702 * src/prefs_common.h
2703 * src/prefs_display_header.c
2704 * src/prefs_matcher.c
2707 * src/gtk/quicksearch.c
2708 Translate more header names according to the relevant option value,
2709 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2710 Replaced nearly all uses of prefs_common.trans_hdr with a call
2711 to prefs_common_translated_header_name().
2712 Added a headers.h reference file that contains known header names
2713 (RFC2822 and others) to the translation process' input, so that
2714 translated header names will still exist even if no occurrence of
2715 _("headername") is found anymore in the sources.
2716 Don't translate column name 'Number' following to trans_hdr option
2717 value as it's not a header name.
2719 2007-04-20 [colin] 2.9.1cvs4
2721 * src/gtk/quicksearch.c
2722 * src/gtk/quicksearch.h
2723 Add "From, To or Subject" quicksearch
2724 type. Patch by ulfschaper@users.sf.net
2726 2007-04-20 [colin] 2.9.1cvs3
2729 Implement proper references filtering condition.
2730 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2732 2007-04-19 [wwp] 2.9.1cvs2
2734 * src/prefs_display_header.c
2735 * src/message_search.c
2736 Fix few warnings (g_free of const gchar*).
2738 2007-04-19 [paul] 2.9.1cvs1
2744 bump version number following
2747 2007-04-19 [paul] 2.9.0cvs9
2749 * manual/advanced.xml
2750 * manual/glossary.xml
2753 2007-04-18 [paul] 2.9.0cvs8
2756 fix for CVE-2007-1558 (APOP)
2759 2007-04-18 [paul] 2.9.0cvs7
2765 Fix encoding woes wrt saving of
2769 2007-04-18 [colin] 2.9.0cvs6
2771 * src/gtk/pluginwindow.c
2772 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2774 2007-04-17 [wwp] 2.9.0cvs5
2780 Fix --disable-ldap build,
2781 fix some LDAP annoyances on
2782 searches, thanks to Colin.
2784 2007-04-17 [wwp] 2.9.0cvs4
2787 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2788 like gcc 2.9x. Thanks to Colin.
2790 2007-04-17 [wwp] 2.9.0cvs3
2806 Add LDAP write support. Patch mostly by
2807 Michael <mir at datanom dot net>
2809 2007-04-17 [wwp] 2.9.0cvs2
2812 Prepend "Add to address book" to the context menu of compose window's sender and
2815 2007-04-16 [paul] 2.9.0cvs1
2820 2007-04-16 [paul] 2.9.0
2827 2007-04-16 [paul] 2.8.1cvs102
2830 updated by Fabien Vantard
2832 2007-04-16 [paul] 2.8.1cvs101
2842 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2843 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2844 Aleksandar Urosevic, and Ralgh Young
2846 2007-04-15 [mones] 2.8.1cvs100
2851 2007-04-14 [colin] 2.8.1cvs99
2853 * src/message_search.c
2854 * src/prefs_display_header.c
2855 * src/summary_search.c
2856 * src/gtk/combobox.c
2859 2007-04-14 [wwp] 2.8.1cvs98
2861 * src/gtk/combobox.c
2862 * src/message_search.c
2863 * src/summary_search.c
2864 * src/prefs_display_header.c
2865 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2866 returns NULL, get the text value directly from the GtkEntry child.
2868 2007-04-13 [colin] 2.8.1cvs97
2870 * src/gtk/quicksearch.c
2871 Give the focus back to summaryview when
2872 emptying the quicksearch with Esc
2874 2007-04-13 [colin] 2.8.1cvs96
2876 * src/message_search.c
2877 * src/prefs_display_header.c
2878 * src/summary_search.c
2879 Fix possibles crashes when getting text
2882 2007-04-13 [colin] 2.8.1cvs95
2885 Add some UIDL debugging
2887 2007-04-12 [colin] 2.8.1cvs94
2890 Force folder scan if necessary after
2891 copying mails, to be able to reapply
2894 2007-04-11 [colin] 2.8.1cvs93
2897 don't scan for new mail on startup if --select
2898 is specified (or race conditions arise). If so,
2899 do both sequentially.
2901 2007-04-09 [colin] 2.8.1cvs92
2904 Use leafpad by default on Maemo. Patch
2907 2007-04-06 [colin] 2.8.1cvs91
2909 * src/pixmaps/queue_close.xpm
2910 * src/pixmaps/queue_close_hrm.xpm
2911 * src/pixmaps/queue_close_hrm_mark.xpm
2912 * src/pixmaps/queue_close_mark.xpm
2913 * src/pixmaps/queue_open.xpm
2914 * src/pixmaps/queue_open_hrm.xpm
2915 * src/pixmaps/queue_open_hrm_mark.xpm
2916 * src/pixmaps/queue_open_mark.xpm
2917 Move the clock one pixel down :)
2919 2007-04-05 [colin] 2.8.1cvs90
2922 Don't sync when switching offline from
2923 command line - it's usually too late :)
2925 2007-04-05 [paul] 2.8.1cvs89
2928 * src/stock_pixmap.c
2929 * src/pixmaps/dir_close_hrm.xpm
2930 * src/pixmaps/dir_close_hrm_mark.xpm
2931 * src/pixmaps/drafts_close.xpm
2932 * src/pixmaps/drafts_close_mark.xpm
2933 * src/pixmaps/drafts_open.xpm
2934 * src/pixmaps/drafts_open_mark.xpm
2935 * src/pixmaps/inbox.xpm
2936 * src/pixmaps/inbox_close.xpm
2937 * src/pixmaps/inbox_close_hrm.xpm
2938 * src/pixmaps/inbox_close_hrm_mark.xpm
2939 * src/pixmaps/inbox_close_mark.xpm
2940 * src/pixmaps/inbox_hrm.xpm
2941 * src/pixmaps/inbox_hrm_mark.xpm
2942 * src/pixmaps/inbox_mark.xpm
2943 * src/pixmaps/inbox_open.xpm
2944 * src/pixmaps/inbox_open_hrm.xpm
2945 * src/pixmaps/inbox_open_hrm_mark.xpm
2946 * src/pixmaps/inbox_open_mark.xpm
2947 * src/pixmaps/outbox.xpm
2948 * src/pixmaps/outbox_close.xpm
2949 * src/pixmaps/outbox_close_hrm.xpm
2950 * src/pixmaps/outbox_close_hrm_mark.xpm
2951 * src/pixmaps/outbox_close_mark.xpm
2952 * src/pixmaps/outbox_hrm.xpm
2953 * src/pixmaps/outbox_hrm_mark.xpm
2954 * src/pixmaps/outbox_mark.xpm
2955 * src/pixmaps/outbox_open.xpm
2956 * src/pixmaps/outbox_open_hrm.xpm
2957 * src/pixmaps/outbox_open_hrm_mark.xpm
2958 * src/pixmaps/outbox_open_mark.xpm
2959 * src/pixmaps/queue_close.xpm
2960 * src/pixmaps/queue_close_hrm.xpm
2961 * src/pixmaps/queue_close_hrm_mark.xpm
2962 * src/pixmaps/queue_close_mark.xpm
2963 * src/pixmaps/queue_open.xpm
2964 * src/pixmaps/queue_open_hrm.xpm
2965 * src/pixmaps/queue_open_hrm_mark.xpm
2966 * src/pixmaps/queue_open_mark.xpm
2967 updated, added and replaced icons
2970 2007-04-04 [colin] 2.8.1cvs88
2973 Fix build without libetpan
2975 2007-04-03 [colin] 2.8.1cvs87
2978 Fix crash with Citadel, and try to make
2979 things work. this server (and specifically
2980 STATUS and APPEND at least) seems broken.
2982 2007-04-03 [colin] 2.8.1cvs86
2985 Fix icons on folder close
2987 2007-04-03 [colin] 2.8.1cvs85
2990 Fix double-ask of offline override in
2995 Much more efficient way to synchronise
2997 * src/etpan/imap-thread.c
3000 * src/gtk/quicksearch.c
3003 2007-04-03 [paul] 2.8.1cvs84
3008 * src/prefs_common.c
3009 * src/prefs_common.h
3011 Fix sync being done too late
3014 2007-04-02 [colin] 2.8.1cvs83
3017 Maemo: Put status and quicksearch at the top
3018 * src/plugins/bogofilter/bogofilter.c
3019 * src/plugins/spamassassin/spamassassin.c
3020 Derive trash from inbox if possible
3022 2007-04-02 [paul] 2.8.1cvs82
3024 * src/plugins/bogofilter/bogofilter_gtk.c
3025 a few English changes
3031 2007-04-02 [colin] 2.8.1cvs81
3033 * src/image_viewer.c
3034 Fix transparent images by using
3037 Flush events (on new windows) to avoid
3038 having the textview's image resize fail
3039 to know the available width
3041 2007-04-01 [colin] 2.8.1cvs80
3043 * src/prefs_account.c
3044 If no MH mailbox exist, when creating a POP/Local
3045 account, just create and use the default one
3046 instead of bailing with a "Mailbox doesn't exist"
3049 2007-03-31 [colin] 2.8.1cvs79
3051 * src/prefs_account.c
3052 Create signature file if it doesn't exist
3054 * src/prefs_toolbar.c
3055 Maemo: Move "Use default" on the left so
3056 that people can find it
3058 Maemo: make default editor "Maemopad",
3059 default signature file "MyDocs/signature.txt"
3061 2007-03-31 [colin] 2.8.1cvs78
3063 * src/prefs_account.c
3064 Maemo: rework account prefs so
3065 that less horizontal scrolling
3068 2007-03-31 [colin] 2.8.1cvs77
3071 * src/prefs_common.c
3072 * src/prefs_common.h
3073 Fix bug 1167, 'Allow not displaying zeros
3074 in folder list'. Patch by MartinP
3076 2007-03-31 [colin] 2.8.1cvs76
3081 2007-03-31 [colin] 2.8.1cvs75
3084 Apply patch from bug 1172, direct
3085 access to the folder's session instead
3086 of using getter. Patch by MartinP
3088 2007-03-31 [paul] 2.8.1cvs74
3091 no need to list Fabien twice!
3093 2007-03-31 [colin] 2.8.1cvs73
3096 If we're currently "overriding for %d minutes",
3099 2007-03-31 [colin] 2.8.1cvs72
3107 * src/plugins/spamassassin/spamassassin.c
3108 Offline override: Add a parameter to allow
3109 asking even if the override timer is running.
3110 Allows to ask every time the user makes an
3111 explicit action needing online access (such
3112 as Get Mail), and not when the action is
3113 implicit (such as opening an IMAP folder)
3115 2007-03-31 [colin] 2.8.1cvs71
3118 Override offline: "No" answer shouldn't
3119 re-ask after 3 seconds, but 10 minutes.
3121 2007-03-30 [colin] 2.8.1cvs70
3123 * src/common/socket.c
3124 Better error reporting on unix socket
3125 failure (bind usually)
3126 * src/gtk/gtkutils.c
3127 * src/gtk/gtkutils.h
3128 Label window: add a pulsing progress
3129 bar to show we're not hung :)
3132 * src/plugins/pgpcore/sgpgme.c
3135 2007-03-30 [colin] 2.8.1cvs69
3138 * src/prefs_common.c
3139 Fix possible trashing of history and uidl
3140 files on disk full problems
3142 2007-03-30 [paul] 2.8.1cvs68
3147 update summary when changing layout type
3148 (fixes wrong folder icon being displayed)
3151 2007-03-29 [colin] 2.8.1cvs67
3153 * src/prefs_ext_prog.c
3154 The browser pref is irrelevant on Maemo
3156 2007-03-29 [colin] 2.8.1cvs66
3160 Maemo: dynamically switch headers/text position
3161 * src/prefs_common.c
3162 Maemo: hide compose's ruler by default
3163 * src/common/socket.c
3164 * src/common/socket.h
3167 2007-03-29 [colin] 2.8.1cvs65
3169 * src/common/socket.c
3170 * src/common/socket.h
3171 Fix build when MAEMO_CFLAGS contains
3172 _X_OPENSOURCE (resolv.h errors as long
3173 as we don't add _BSD_SOURCE. Ugly).
3175 2007-03-29 [wwp] 2.8.1cvs64
3177 * src/prefs_logging.c
3178 Fix sensitivity of clip-log widgets in prefs/logging,
3181 2007-03-29 [wwp] 2.8.1cvs63
3184 Updated files list for translations, thanks to Fabien.
3186 2007-03-29 [colin] 2.8.1cvs62
3189 * src/common/Makefile.am
3190 * src/common/utils.c
3191 Maybe make URI opening work in Maemo
3194 2007-03-28 [colin] 2.8.1cvs61
3199 Add the possibility to sort folders arbitrarily
3200 (via editing of folderlist.xml only). Patch by
3201 Martin P <mp26+claws@os.inf.tu-dresden.de>
3202 Fixes bug 1166, 'Folder ordering is fixed and cannot
3203 be changed by the user'
3205 2007-03-28 [colin] 2.8.1cvs60
3208 Add popup menu for mime icons
3210 2007-03-28 [colin] 2.8.1cvs59
3213 Fix a layout issue when presenting
3214 mainwindow in Small screen layout
3217 Add a "Go to folder list" button for
3218 mainwindow, and make it default in
3221 2007-03-28 [colin] 2.8.1cvs58
3224 Don't dynamically update title on Maemo
3225 Patch by Jean-Luc Biord
3227 2007-03-27 [colin] 2.8.1cvs57
3232 Enable tap-and-hold on Maemo
3234 2007-03-26 [colin] 2.8.1cvs56
3237 More popup-menu (in attachments list)
3239 2007-03-26 [colin] 2.8.1cvs55
3242 Enable popup-menu signal
3244 2007-03-26 [colin] 2.8.1cvs54
3246 * src/plugins/pgpinline/pgpinline.c
3247 Fix bug 1111, 'PGP/inline plugin hides text
3248 around encrypted text block'. Patch based on
3249 a patch from Michal Cihar.
3251 2007-03-26 [wwp] 2.8.1cvs53
3254 Fix getting a false error when sending queued message
3255 whereas the sending was fine (if there are subfolders
3256 in the queue folder), thanks to Colin.
3258 2007-03-26 [paul] 2.8.1cvs52
3261 update FACE header in welcome message
3263 2007-03-25 [colin] 2.8.1cvs51
3268 2007-03-25 [colin] 2.8.1cvs50
3271 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3273 2007-03-24 [colin] 2.8.1cvs49
3276 Fix a few launch problems on Maemo
3277 Patch by Jean-Luc Biord
3279 2007-03-24 [wwp] 2.8.1cvs48
3285 Fix wrong action performed when closing the
3286 "ask about account specific filtering rules
3287 when filtering manually" dialog by pressing Escape.
3288 Fix wrong order of buttons in the "return receipt
3289 notification - the message was sent to several of
3290 your accounts" dialog.
3292 2007-03-24 [paul] 2.8.1cvs47
3295 an improvement to English usage
3296 * tools/kdeservicemenu/README
3299 2007-03-24 [paul] 2.8.1cvs46
3302 * src/stock_pixmap.c
3303 * src/pixmaps/edit_extern.xpm
3304 * src/pixmaps/mail_sign.xpm
3305 rescue long lost icons
3307 2007-03-24 [paul] 2.8.1cvs45
3310 fix toolbar (broken in 2.8.1cvs42)
3312 2007-03-23 [colin] 2.8.1cvs44
3315 Correctly unsubscribe/resubscribe after
3318 2007-03-23 [colin] 2.8.1cvs43
3320 * src/prefs_common.c
3321 Maemo: as the platform is light on RAM, allow
3322 caches to be discarded faster.
3324 2007-03-23 [colin] 2.8.1cvs42
3329 * src/stock_pixmap.c
3330 * src/stock_pixmap.h
3335 * src/pixmaps/open_mail.xpm
3336 Maemo changes: Add the possibility to have
3337 "Open Email" and "Close Window" buttons on
3338 toolbars (and use them in Maemo's default
3341 2007-03-23 [wwp] 2.8.1cvs41
3344 Reverted that part of the action dialog closure logics, to
3345 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3346 done later in a different way (or may not).
3348 2007-03-22 [wwp] 2.8.1cvs40
3351 Fix sticky action dialog when got no output but action command
3352 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3354 2007-03-22 [colin] 2.8.1cvs39
3356 * src/prefs_filtering.c
3357 * src/gtk/combobox.h
3358 Fix escaping account names in filtering prefs
3360 2007-03-22 [colin] 2.8.1cvs38
3365 Add any attribute specified in LDAP servers'
3366 Search attributes to the Other Attributes tab
3367 of contacts; Add 'telephoneNumber' in the
3370 2007-03-22 [colin] 2.8.1cvs37
3375 Try to prevent race conditions when
3376 changing the folder list
3378 Fix possible red folder icon when
3379 switching from Small screen layout
3382 2007-03-22 [colin] 2.8.1cvs36
3387 Rename "little screen" to "Small screen"
3388 * src/gtk/Makefile.am
3389 * src/common/utils.c
3391 Fix Maemo-related compilation problems
3393 2007-03-21 [colin] 2.8.1cvs35
3397 * claws-mail.desktop
3398 Remove .png from the Icon, it's useless
3400 2007-03-21 [colin] 2.8.1cvs34
3404 Add the necessary lib checking for
3407 2007-03-21 [colin] 2.8.1cvs33
3410 Fix unconditional "error happened" when
3411 sending via command-line. "lol @ myself"
3413 2007-03-21 [colin] 2.8.1cvs32
3415 * claws-mail-40x40.png
3416 * claws-mail-26x26.png
3426 * src/prefs_account.c
3427 * src/prefs_common.c
3428 * src/summary_search.c
3432 * src/gtk/gtkutils.c
3433 * src/gtk/gtkutils.h
3434 * src/gtk/logwindow.c
3436 * src/gtk/prefswindow.c
3437 Add Maemo port (patch mainly by Jean-Luc Biort)
3438 Add a new 'Little screen' layout to help on such
3439 platforms (patch by me)
3440 Make some default preferences different (more
3441 adapted) on Maemo (patch by me)
3443 2007-03-21 [wwp] 2.8.1cvs31
3445 * src/prefs_logging.c
3446 * src/prefs_logging.h
3447 Fixed copyright header of newly added files.
3449 2007-03-21 [wwp] 2.8.1cvs30
3465 * src/prefs_common.c
3466 * src/prefs_common.h
3467 * src/prefs_logging.c
3468 * src/prefs_logging.h
3471 * src/send_message.c
3476 * src/common/session.c
3478 * src/common/socket.c
3479 * src/etpan/imap-thread.c
3480 * src/gtk/logwindow.c
3481 * src/gtk/logwindow.h
3482 * src/plugins/bogofilter/bogofilter.c
3483 * src/plugins/spamassassin/spamassassin.c
3484 Added debugging of filtering/processing rules.
3485 The debug log is here 'Tools/Filtering debug window',
3486 the options there 'Configuration/Preferences/Other/Logging',
3487 and the log file is ~/.claws-mail/filtering.log.
3488 Moved protocol log prefs to 'Other/Logging' as well.
3489 To support such debugging feature, the existing log API has
3490 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3491 this impacts many external modules (commits follow).
3493 2007-03-21 [paul] 2.8.1cvs29
3495 * src/etpan/Makefile.am
3496 * src/etpan/imap-thread.c
3497 add missing #include
3499 2007-03-21 [colin] 2.8.1cvs28
3502 Fix bug 1157, 'some broken messages confuse
3503 mime parser'. Make sure we can't have MimeInfos
3504 with negative sizes.
3506 2007-03-20 [colin] 2.8.1cvs27
3509 Fix missing \0 on buffer
3511 2007-03-20 [colin] 2.8.1cvs26
3514 Use make_dir_hier instead of make_dir
3515 to create the MH mailbox
3517 2007-03-20 [colin] 2.8.1cvs25
3521 * src/prefs_account.c
3523 Fix default inbox weirdnesses (after wizard,
3524 if path is Mail, mailbox identifier is #mh/Mailbox,
3525 and when creating new accounts)
3527 2007-03-20 [colin] 2.8.1cvs24
3530 Write folderlist after adding/deleting accounts
3533 2007-03-20 [colin] 2.8.1cvs23
3536 * src/remotefolder.h
3537 Fix bug 1153, 'CM segfaults if IMAP folder is
3538 selected while scanning prior to update'
3540 2007-03-17 [paul] 2.8.1cvs22
3543 fix a typo, and be a little more verbose.
3545 2007-03-17 [wwp] 2.8.1cvs21
3548 Fix a compiler warning.
3550 2007-03-16 [wwp] 2.8.1cvs20
3554 Updated to deal w/ the new mairix.sh tool.
3556 2007-03-16 [wwp] 2.8.1cvs19
3559 Fix logics issues around the action IO dialog:
3560 - disable entry widget and exec button when
3561 the exec button is clicked (don't wait for any
3562 output line) - fix possible disabling/re-enabling/
3563 re-disabling of those widgets
3564 - raise an error if executing a %as{} action either
3565 empty or invalid, instead of failing silently
3566 - don't close the dialog if the abort button has been
3567 clicked and if there was no output yet
3568 - set focus to the abort button when the exec button
3570 - fix capitalization of a warning message
3572 2007-03-16 [wwp] 2.8.1cvs18
3575 Added a wrapper to mairix to the tools folder.
3577 2007-03-16 [colin] 2.8.1cvs17
3581 Allow mimeviewer plugins to print
3584 2007-03-16 [colin] 2.8.1cvs16
3589 2007-03-15 [colin] 2.8.1cvs15
3593 Add a way for mimeviewer plugins to
3594 implement body search
3596 2007-03-15 [paul] 2.8.1cvs14
3598 * src/prefs_spelling.c
3601 2007-03-15 [paul] 2.8.1cvs13
3603 * src/common/quoted-printable.c
3604 fix decoding of quoted-printable parts
3606 2007-03-14 [wwp] 2.8.1cvs12
3608 * src/gtk/logwindow.h
3609 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3611 2007-03-14 [wwp] 2.8.1cvs11
3613 * src/gtk/logwindow.h
3614 Complete 2.8.1cvs10.
3616 2007-03-14 [colin] 2.8.1cvs10
3618 * src/gtk/logwindow.c
3619 Probably fix bug 1149, crash on logwindow
3620 close - at the expense of performance once
3621 logwin has been opened
3623 2007-03-14 [colin] 2.8.1cvs9
3626 If claws-mail is running on another
3627 display, warn instead of popping it up
3628 on the other display
3630 2007-03-12 [colin] 2.8.1cvs8
3633 Fix bug 1145, 'Setting a different name
3634 for the Mailbox name isn't reflected in
3635 default account settings'. Patch by wwp
3637 2007-03-12 [colin] 2.8.1cvs7
3640 Fix bug 1143, 'Add number of messages to be
3641 deleted to confirmation dialog'
3643 2007-03-12 [wwp] 2.8.1cvs6
3646 * src/prefs_common.c
3647 * src/prefs_common.h
3648 * src/prefs_summaries.c
3649 Changed the option that displays unread messages count
3650 next to the folder name in folder list: it is now
3651 possible to either display nothing, display the
3652 unread messages number only or the unread and total messages
3653 numbers. The patch includes this extra feature as well
3654 as some minor fixes by rewriting the algo in folderview.c.
3655 Thanks to Paul for the original idea and implementation, plus
3656 testing and proof-reading!
3658 2007-03-09 [paul] 2.8.1cvs5
3662 * tools/claws-mail-compose-insert-files.pl
3663 added a script which enables inserting files
3664 into the message body of a new Claws Mail
3665 Compose window from the command line. Additionally
3666 To, Cc, Subject and files to attach to the message
3669 2007-03-09 [wwp] 2.8.1cvs4
3674 Optimize matching of addresses in the addressbook
3675 (filtering/processing 'found_in_addressbook' condition).
3677 2007-03-07 [wwp] 2.8.1cvs3
3680 * src/quote_fmt_lex.l
3681 * src/quote_fmt_parse.y
3682 Add a new quote format symbol: %A to insert the
3683 sender email address (just the address itself).
3685 2007-03-06 [wwp] 2.8.1cvs2
3687 * src/gtk/gtkutils.c
3688 * src/plugins/trayicon/trayicon_prefs.h
3689 * src/plugins/trayicon/trayicon_prefs.c
3690 * src/plugins/trayicon/trayicon.c
3693 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3694 minimizing Claws-Mail main window will hide it to the trayicon instead.
3697 2007-03-06 [paul] 2.8.1cvs1
3703 bump version number following
3706 2007-03-06 [paul] 2.8.0cvs24
3709 corrected by by Tim <timbrain@post.cz>
3711 2007-03-05 [colin] 2.8.0cvs23
3715 Fix mime/globs path on NetBSD
3716 patch by George Michaelson
3718 2007-03-05 [wwp] 2.8.0cvs22
3721 Remove debug statement (accidentally committed w/ cvs14).
3723 2007-03-05 [paul] 2.8.0cvs21
3725 * src/plugins/pgpcore/prefs_gpg.c
3726 fix compiler warning
3728 2007-03-05 [wwp] 2.8.0cvs20
3730 * src/matcher_parser_parse.y
3731 Fix mismerge between cvs17 and cvs19.
3733 2007-03-05 [wwp] 2.8.0cvs19
3735 * src/matcher_parser_parse.y
3736 * src/prefs_filtering_action.c
3741 Add new 'add_to_addressbook' filtering/processing action.
3743 2007-03-05 [wwp] 2.8.0cvs18
3746 Fix mark_as_ham filtering/processing action: spam flag
3749 2007-03-04 [colin] 2.8.0cvs17
3754 * src/matcher_parser_parse.y
3755 * src/prefs_filtering_action.c
3756 Add 'Mark as spam' and 'Mark as ham' filtering
3757 actions. Fixes bug 1138.
3759 2007-03-04 [colin] 2.8.0cvs16
3762 Fix bug 1140, wrong return value
3765 2007-03-04 [wwp] 2.8.0cvs15
3768 Rollback cvs14: don't free stuff that is managed in g_list.
3770 2007-03-04 [wwp] 2.8.0cvs14
3773 Fix a leak in address completion code.
3775 2007-03-04 [colin] 2.8.0cvs13
3778 Maybe fix bug 1136, 'Crash in group
3781 2007-03-04 [iwkse] 2.8.0cvs12
3784 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3786 2007-03-03 [colin] 2.8.0cvs11
3788 * src/plugins/pgpinline/pgpinline.c
3789 Fix off-by-one, fix double-free. Fixes
3790 bug 1135, 'cm-segfault on decrypting
3793 2007-03-03 [colin] 2.8.0cvs10
3797 * src/common/plugin.c
3798 Fix bug 1134, 'Valgrind macros unhandled
3801 2007-03-02 [colin] 2.8.0cvs9
3804 Don't error out on EAGAIN. Fixes
3805 bug 1129, '"local mbox file" account
3806 isn't retrieving mails'
3808 2007-03-01 [wwp] 2.8.0cvs8
3811 * src/gtk/colorlabel.c
3812 Remove accels for extra color labels until we set better
3813 and definitive ones.
3815 2007-02-28 [wwp] 2.8.0cvs7
3818 * src/matcher_parser_parse.y
3819 * src/prefs_common.c
3820 * src/prefs_msg_colors.c
3822 * src/gtk/colorlabel.c
3823 * src/gtk/colorlabel.h
3824 Add more customizable color labels. Cleaned up a bit
3825 the color label API to avoid duplicate defines of
3826 the max number of colors.
3828 2007-02-27 [colin] 2.8.0cvs6
3831 * src/common/utils.c
3832 * src/common/utils.h
3833 Fix '+' in mailto URIs for List-* headers
3835 2007-02-27 [colin] 2.8.0cvs5
3837 * src/gtk/gtkutils.c
3838 Use gtk_window_set_role instead of
3841 2007-02-27 [colin] 2.8.0cvs4
3844 Fix "After receiving new mail, go to inbox" on IMAP,
3845 and make it work only on manual reception
3847 2007-02-27 [wwp] 2.8.0cvs3
3849 * src/prefs_filtering.c
3850 * src/prefs_filtering_action.c
3851 * src/prefs_matcher.c
3852 Update filtering matcher's and action's color label menus
3853 when re-opening those dialogs (reflect any change to the
3854 color labels list in the preferences).
3856 2007-02-27 [colin] 2.8.0cvs2
3859 * src/etpan/etpan-thread-manager-types.h
3860 * src/etpan/etpan-thread-manager.c
3861 * src/etpan/imap-thread.c
3862 Log imap ALERTs as errors in the log.
3864 2007-02-26 [paul] 2.8.0cvs1
3866 * tools/claws.i18n.status.pl
3869 2007-02-26 [paul] 2.7.2cvs75
3883 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3884 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3885 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3886 Aleksandar Urosevic, and Ralgh Young
3888 2007-02-25 [mones] 2.7.2cvs74
3893 2007-02-25 [colin] 2.7.2cvs73
3896 Clearing the list is only useful
3897 to prevent a valgrind false-positive
3899 2007-02-25 [paul] 2.7.2cvs72
3903 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3904 * tools/maildir2claws-mail.pl **REMOVED**
3905 renamed the script, fixed a couple bugs
3907 2007-02-23 [colin] 2.7.2cvs71
3910 Fix a leak, check for a few improbable nulls
3912 2007-02-23 [colin] 2.7.2cvs70
3916 * src/plugins/trayicon/trayicon.c
3917 Fix blinking mainwin when starting in tray
3918 (show mainwindow later in the startup process,
3919 apart if restarting post-crash)
3921 2007-02-23 [colin] 2.7.2cvs69
3925 Fix crash when unsubscribing the currently
3926 selected/opened folder
3928 2007-02-23 [colin] 2.7.2cvs68
3931 Fix bug that prevented colorization to
3932 work without wrap quotation option
3934 2007-02-23 [colin] 2.7.2cvs67
3937 Fix refcounting, start and end completion who
3938 behaved as if there couldn't be any other current
3941 2007-02-23 [wwp] 2.7.2cvs66
3945 Address completion fixes: fix addressbook_peek_folder_exists() in
3946 which the algorithm was ridiculously over-obfuscated and broken.
3947 Fix addrindex_load_completion() as well, to load addresses in
3948 completion list with regards to what addressbook_peek_folder_exists()
3951 2007-02-23 [wwp] 2.7.2cvs65
3954 Add addresses to completion when they're non-empty (thanks to Colin).
3956 2007-02-23 [paul] 2.7.2cvs64
3958 * src/plugins/pgpcore/passphrase.c
3961 2007-02-23 [colin] 2.7.2cvs63
3963 * src/plugins/pgpcore/prefs_gpg.c
3964 * src/plugins/pgpcore/prefs_gpg.h
3965 * src/plugins/pgpcore/sgpgme.c
3966 * src/plugins/pgpinline/pgpinline.c
3967 * src/plugins/pgpmime/pgpmime.c
3968 Try harder to respect user's choice wrt
3969 gpg-agent even with gpg2, by unsetting
3970 GPG_AGENT_INFO when necessary.
3972 2007-02-22 [paul] 2.7.2cvs62
3974 * src/plugins/pgpcore/sgpgme.c
3975 * src/plugins/pgpcore/sgpgme.h
3976 * src/plugins/pgpcore/passphrase.c
3977 * src/plugins/pgpinline/pgpinline.c
3978 * src/plugins/pgpmime/pgpmime.c
3979 Fix a leak - gpgme_data_release_and_get_mem
3980 leaks in recent gpgme. Workaround by using
3983 2007-02-22 [paul] 2.7.2cvs61
3985 * src/gtk/quicksearch.c
3986 Abandon dynamic search when pressing
3989 2007-02-21 [colin] 2.7.2cvs60
3992 * src/plugins/pgpcore/passphrase.c
3993 Fix little memory leaks
3995 Fix false-positive leak at exit
3996 * src/gtk/quicksearch.c
3997 Fix potentially big leak in recursive
4000 2007-02-21 [wwp] 2.7.2cvs59
4003 Add missing newline to a debug message.
4005 2007-02-20 [colin] 2.7.2cvs58
4009 * src/stock_pixmap.c
4010 * src/stock_pixmap.h
4011 * src/pixmaps/mime_pgpsig.xpm
4012 Add icon for application/pgp-signature
4014 2007-02-20 [colin] 2.7.2cvs57
4019 * src/stock_pixmap.c
4020 * src/stock_pixmap.h
4021 * src/pixmaps/mime_calendar.xpm
4022 * src/pixmaps/mime_pdf.xpm
4023 * src/pixmaps/mime_ps.xpm
4024 Add icons for text/calendar, application/pdf
4025 and application/postscript
4027 2007-02-20 [colin] 2.7.2cvs56
4030 * src/matcher_parser_parse.y
4031 * src/matcher_parser_lex.l
4032 Fix big memory leak in flex, and
4035 2007-02-20 [wwp] 2.7.2cvs55
4037 * src/matcher_parser_parse.y
4038 Fix a duplicate token definition (thanks to iwkse).
4040 2007-02-20 [wwp] 2.7.2cvs54
4042 * src/matcher_parser_lex.l
4043 * src/quote_fmt_lex.l
4044 Use proper flex options instead of direct use of #define,
4045 make the flex-generated C lighter.
4047 2007-02-20 [colin] 2.7.2cvs53
4050 Grab focus in message list after hiding
4051 the quicksearch, instead of leaving it
4054 2007-02-19 [colin] 2.7.2cvs52
4057 Fix bug 1033, 'Automatically refresh
4058 message list when new messages arrives'
4059 Looks like folderview->opened can sometimes
4062 2007-02-19 [paul] 2.7.2cvs51
4066 * tools/thunderbird-filters-convertor.pl
4067 add new script which converts thunderbird filter
4068 rules to Claws filter rules
4070 2007-02-18 [paul] 2.7.2cvs50
4072 * src/plugins/pgpcore/prefs_gpg.c
4073 * src/plugins/pgpcore/prefs_gpg.h
4074 * src/plugins/pgpcore/sgpgme.c
4075 * src/plugins/pgpinline/pgpinline.c
4076 * src/plugins/pgpmime/pgpmime.c
4077 improved GUI interoperability with gpg-agent
4079 2007-02-18 [paul] 2.7.2cvs49
4081 * src/prefs_account.c
4082 Privacy options sensitivity fix
4084 2007-02-17 [colin] 2.7.2cvs48
4087 Reset icon to warning in the noticeview
4089 2007-02-15 [colin] 2.7.2cvs47
4092 Fix a manifestation of bug 1033 (summaryview failing
4093 to update for new mails), which happens after editing
4094 account preferences or preferences that cause a
4097 2007-02-15 [colin] 2.7.2cvs46
4100 Probably fix bug 1123, 'Segmentation
4101 fault while opening address book'. I get
4102 g_warnings if the saved paned position is
4103 not greater than 0. Also, save position
4104 when hiding the addressbook instead of
4107 2007-02-14 [colin] 2.7.2cvs45
4109 * src/plugins/pgpcore/prefs_gpg.c
4110 * src/plugins/pgpcore/prefs_gpg.h
4111 * src/plugins/pgpcore/sgpgme.c
4112 * src/plugins/pgpinline/pgpinline.c
4113 * src/plugins/pgpmime/pgpmime.c
4114 Add an option "Use gpg-agent if available". Fixes
4115 annoyances with distro-installed gpg-agent, when
4116 no pinentry program is installed, and the user's
4117 at a loss on why "decryption failed". Makes more
4118 clear why passphrase isn't saved when gpg-agent is
4119 used. Defaults to true, to avoid changing the
4122 2007-02-14 [wwp] 2.7.2cvs44
4124 * src/matcher_parser_parse.y
4125 Fix missing line number reset (wrong line number might appear
4126 when re-loading filtering rules if there's a parser error).
4128 2007-02-13 [colin] 2.7.2cvs43
4130 * src/common/utils.c
4131 Don't encode ',' in URIs before passing it
4132 to the browser command-line. It was probably
4133 done at a time where commas in URIs made
4134 mozilla -remote 'openurl(%s,new-window)'
4137 2007-02-13 [wwp] 2.7.2cvs42
4139 * src/prefs_matcher.c
4140 * src/plugins/bogofilter/bogofilter_gtk.c
4141 A bit of string factorization around "Select ..." buttons.
4143 2007-02-11 [colin] 2.7.2cvs41
4146 Make sure to escape the title
4148 2007-02-11 [colin] 2.7.2cvs40
4151 Recognize .utf8 locales as .UTF-8 ones
4153 2007-02-11 [colin] 2.7.2cvs39
4156 Fix code conversion when dragging a file
4158 2007-02-09 [colin] 2.7.2cvs38
4160 * src/plugins/clamav/clamav_plugin.c
4161 Complete Paul's patch with conditional
4162 compilation to avoid breaking compilation
4163 on old Dapper and Edgy... Maybe other
4166 2007-02-09 [paul] 2.7.2cvs37
4168 * src/plugins/clamav/clamav_plugin.c
4169 fix for the upstream changes in libclamav
4171 2007-02-09 [paul] 2.7.2cvs36
4177 fix "warn if there are queued messages" (on exit)
4178 option, which only checked the first mailbox's
4180 don't ask before emptying trash if there are no
4181 messages in trash, also check and empty all trash
4184 move "Ask before emptying trash" option
4185 outside of the "On exit" frame as it's
4186 not only an "On exit" option
4188 2007-02-09 [paul] 2.7.2cvs35
4193 * src/prefs_account.c
4194 * src/prefs_folder_item.c
4196 * src/prefs_matcher.c
4197 * src/prefs_message.c
4198 * src/prefs_msg_colors.c
4199 * src/prefs_summaries.c
4201 * src/gtk/inputdialog.c
4202 * src/plugins/bogofilter/bogofilter_gtk.c
4203 pedantic commit: use 'checkbtn' everywhere
4204 instead of a mixture of 'checkbtn' and 'chkbtn'
4206 2007-02-09 [paul] 2.7.2cvs34
4212 move "Never send Return Receipts" from
4213 prefs_other to prefs_send
4214 add an option "Ask about account specific
4215 filtering rules..." to prefs_other
4216 * src/gtk/gtkutils.c
4217 fix a compiler warning
4219 2007-02-08 [colin] 2.7.2cvs33
4221 * src/plugins/pgpinline/pgpinline.c
4222 Fix bug 1110, 'pgpmime fails to process
4223 encapsulated openpgp mime (rfc 3156, 6.1
4225 It was due to an interaction between PGP/Mime
4226 and PGP/Inline plugin.
4228 2007-02-08 [colin] 2.7.2cvs32
4233 Fix bug 1117, 'fcntl locking code
4234 does not work in mbox.c'
4236 2007-02-08 [colin] 2.7.2cvs31
4238 * src/prefs_account.c
4239 Fix Gentoo bug 165819, 'can't create
4240 a "local mbox file" account'. Patch
4241 by Olivier <castan.o@free.fr>
4243 2007-02-07 [colin] 2.7.2cvs30
4246 Fix bug 1106, 'Claws crash on exit if LDAPS
4247 autocompletion was used'
4249 2007-02-07 [paul] 2.7.2cvs29
4252 cut down on unnecessary debug_prints
4254 fix menu_set_active() on 'Show only
4257 2007-02-07 [paul] 2.7.2cvs28
4259 * src/plugins/clamav/clamav_plugin.c
4260 * src/plugins/clamav/clamav_plugin.h
4261 * src/plugins/clamav/clamav_plugin_gtk.c
4262 fix copyright header
4264 2007-02-07 [paul] 2.7.2cvs27
4267 fix bug 1116, 'summary view allow a
4270 2007-02-06 [colin] 2.7.2cvs26
4275 2007-02-05 [fabien] 2.7.2cvs25
4279 i18n related - 1 fix and 1 message for translators.
4281 2007-02-05 [colin] 2.7.2cvs24
4283 * src/gtk/quicksearch.c
4284 Don't reload summary list if quicksearch wasn't
4285 active on hiding; move currently selected mail in
4286 the visible area when showing the quicksearch
4288 2007-02-05 [colin] 2.7.2cvs23
4291 Add debug to try to solve bug 1104
4293 2007-02-05 [paul] 2.7.2cvs22
4296 confirm before emptying trash on exit is
4297 a Yes or No answer, use Yes or No in the
4300 2007-02-04 [colin] 2.7.2cvs21
4303 * src/plugins/pgpcore/passphrase.c
4304 * src/plugins/pgpcore/select-keys.c
4305 Set wmclass on new windows
4311 2007-02-04 [colin] 2.7.2cvs20
4315 Auto save drafts on exit, reopen them
4316 at startup, instead of asking
4320 * src/addressbook_foldersel.c
4328 * src/editldap_basedn.c
4341 * src/message_search.c
4343 * src/prefs_actions.c
4344 * src/prefs_customheader.c
4345 * src/prefs_display_header.c
4346 * src/prefs_filtering.c
4347 * src/prefs_filtering_action.c
4348 * src/prefs_folder_column.c
4350 * src/prefs_matcher.c
4352 * src/prefs_summaries.c
4353 * src/prefs_summary_column.c
4354 * src/prefs_template.c
4355 * src/sourcewindow.c
4357 * src/summary_search.c
4360 * src/gtk/description_window.c
4361 * src/gtk/foldersort.c
4362 * src/gtk/gtkutils.c
4363 * src/gtk/gtkutils.h
4364 * src/gtk/icon_legend.c
4365 * src/gtk/logwindow.c
4366 * src/gtk/pluginwindow.c
4367 * src/gtk/prefswindow.c
4368 Give different wmclass to different
4369 windows - thanks to sed ;)
4371 2007-02-04 [colin] 2.7.2cvs19
4374 Revert previous patch, can't reproduce
4377 2007-02-03 [colin] 2.7.2cvs18
4380 Don't save the mainwindow size and
4381 position on emergency exit (libSM's
4382 "die" callback), Xfce seems to make
4383 the window smaller just before the
4386 2007-02-03 [colin] 2.7.2cvs17
4388 * src/plugins/bogofilter/bogofilter.c
4389 * src/plugins/bogofilter/bogofilter.h
4390 * src/plugins/bogofilter/bogofilter_gtk.c
4391 * src/plugins/pgpinline/pgpinline.c
4392 * src/plugins/pgpinline/pgpinline.h
4395 2007-02-03 [colin] 2.7.2cvs16
4397 * src/partial_download.c
4398 * src/partial_download.h
4405 * src/common/ssl_certificate.c
4406 * src/common/ssl_certificate.h
4407 * src/gtk/quicksearch.c
4408 * src/gtk/quicksearch.h
4409 * src/gtk/sslcertwindow.c
4410 * src/gtk/sslcertwindow.h
4411 Fix copyright on my files
4413 2007-02-02 [colin] 2.7.2cvs15
4423 Add Tools/List URIs to allow
4424 opening any URI in the current mail
4426 2007-02-02 [colin] 2.7.2cvs14
4428 * src/common/valgrind.h ** NEW FILE **
4429 * src/common/Makefile.am
4430 * src/common/plugin.c
4431 Don't dlclose the plugins if we're running
4432 under valgrind. (doesn't require valgrind
4433 either at compile time or run time).
4435 2007-02-01 [paul] 2.7.2cvs13
4439 * tools/freshmeat_search.pl
4440 * tools/google_search.pl
4441 * tools/multiwebsearch.pl
4442 add support for non ISO-8859-1 compatible locales
4443 Patch by Alex Gorbachenko <agent_007@immo.ru>
4445 2007-02-01 [colin] 2.7.2cvs12
4448 * src/prefs_summaries.c
4449 Move keybinding prefs to the Other page
4451 2007-02-01 [wwp] 2.7.2cvs11
4453 * src/plugins/trayicon/trayicon.c
4454 Fix a raising issue within KDE.
4456 2007-02-01 [colin] 2.7.2cvs10
4459 Fix stray quotes in encoded strings
4461 Fix wrong call causing g_warnings
4463 Remove useless message
4465 2007-01-31 [wwp] 2.7.2cvs9
4467 * src/plugins/trayicon/trayicon.c
4468 fix buggy hiding of main window when closing if close-to-tray
4469 is not set (bad logics in the trayicon hook code).
4470 Changed the quit confirmation message too.
4472 2007-01-30 [colin] 2.7.2cvs8
4475 Fix hidden mainwindow after clicking on
4476 the X close button, if compose windows
4477 exist and the user chooses not to quit
4479 2007-01-30 [colin] 2.7.2cvs7
4483 Handle local URIs to attach files (file:///...)
4484 Fixes attaching files from Thunar for example
4486 2007-01-30 [colin] 2.7.2cvs6
4488 * src/prefs_ext_prog.c
4489 Add 'mousepad' to the list of text editors.
4490 Mousepad is XFCE's text editor
4492 2007-01-29 [wwp] 2.7.2cvs5
4495 * src/plugins/trayicon/trayicon_prefs.c
4496 trayicon i18n fixes, thanks to Fabien.
4498 2007-01-28 [wwp] 2.7.2cvs4
4502 * src/plugins/trayicon/trayicon.c
4503 * src/plugins/trayicon/trayicon_prefs.c
4504 * src/plugins/trayicon/trayicon_prefs.h
4505 Added a new TrayIcon plugin option to close to tray
4506 (WM's hotkey and [X] button will hide the window instead
4507 of closing it - closing CM can be done using the tray icon
4508 menu or the File menu).
4509 Improved visibility handling in trayicon, clicking the
4510 trayicon now raise the window to current desktop when it
4511 was either minimized/shaded/on another desktop.
4512 Thanks to Paul for testing and fixing a strange behaviour
4515 2007-01-27 [paul] 2.7.2cvs3
4517 * src/prefs_folder_item.c
4518 * src/prefs_receive.c
4519 * src/plugins/pgpcore/prefs_gpg.c
4520 use 'start-up' instead of 'startup' in labels
4522 2007-01-26 [wwp] 2.7.2cvs2
4524 * src/plugins/trayicon/Makefile.am
4525 * src/plugins/trayicon/trayicon.c
4526 * src/plugins/trayicon/trayicon_prefs.c
4527 * src/plugins/trayicon/trayicon_prefs.h
4528 Add a new TrayIcon option to hide the main window at
4530 Fix trayicon.c copyright header.
4532 2007-01-26 [paul] 2.7.2cvs1
4538 bump up version number following
4541 2007-01-25 [mones] 2.7.1cvs60
4544 updated thousands of strings (well, probably less ;-)
4546 2007-01-25 [colin] 2.7.1cvs59
4549 Fix 2nd-run loss of matcherrc on new
4552 2007-01-25 [wwp] 2.7.1cvs58
4555 fix handling of empty value in attach_save_directory too, thanks