1 2007-08-20 [paul] 2.10.0cvs136
11 patch by Michael Rasmussen
13 2007-08-19 [colin] 2.10.0cvs135
16 Fix previous commit. Sensitivity update is needed
17 for "Cancel receiving". However when batching we
18 don't need to do it for every message flag change,
19 just once at the start and once at the end.
21 2007-08-19 [colin] 2.10.0cvs134
24 Remove useless menu updates on session lock/unlock
26 2007-08-19 [colin] 2.10.0cvs133
28 * src/etpan/imap-thread.c
29 Make all fetch logs less verbose
31 2007-08-19 [paul] 2.10.0cvs132
36 fix bug 1286, 'Can't move a folder into a "Folders
39 2007-08-18 [ticho] 2.10.0cvs131
41 * src/editaddress_other_attributes_ldap.c
42 Converted option menu for other ldap attributes to GtkComboBox.
44 2007-08-18 [colin] 2.10.0cvs130
51 Revert 'send_dialog_mode' meaning to
52 'send_dialog_invisible', so that the
53 new checkbox doesn't change the
56 2007-08-18 [paul] 2.10.0cvs129
59 add missing menu update
61 2007-08-17 [colin] 2.10.0cvs128
64 Set batching after getting flags - maybe fixes
65 bug 1292, 'CM crashes on writing mail'
67 2007-08-16 [ticho] 2.10.0cvs127
70 Convert two GtkOptionMenu widgets to new GtkComboBox.
73 Allow NULL for GtkComboBox menuitem label, rendering such
74 items as row separators.
76 2007-08-16 [paul] 2.10.0cvs126
78 * src/plugins/trayicon/trayicon.c
79 remove wrongly used gettextisation
81 2007-08-15 [ticho] 2.10.0cvs125
84 Fixed a runtime warning where an attempt to pack an
85 already packed GtkLabel was made.
87 2007-08-15 [ticho] 2.10.0cvs124
89 * src/prefs_compose_writing.c
90 Convert the insert-or-attach-dragged-files GtkOptionMenu
93 2007-08-14 [ticho] 2.10.0cvs123
97 Changed return receipt account selector to GtkComboBox.
98 Fixed a runtime warning where GTK tried to parse
99 "name <email@address" as a Pango markup in an alertpanel label.
101 2007-08-14 [ticho] 2.10.0cvs122
103 * src/prefs_logging.c
104 Changed GtkOptionMenu in logging preferences to GtkComboBox.
106 2007-08-14 [wwp] 2.10.0cvs121
110 * tools/popfile-link.sh
111 Added a new tool: POPFile helper, to open
112 selected messages in POPFile control center,
113 in order to change the messages' status.
115 2007-08-14 [ticho] 2.10.0cvs120
122 Change "Show send dialog" optionmenu to a checkbutton.
123 * src/prefs_receive.c
124 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
126 2007-08-13 [wwp] 2.10.0cvs119
137 * src/partial_download.c
143 * src/gtk/gtkaspell.c
145 Make sure we never pass NULL pointers for %s substitutions
146 (prevent from crashing in Windows).
148 2007-08-13 [wwp] 2.10.0cvs118
151 Re-enable mmap_reads in Windows with some missing
152 CloseHandle of mapping objects, thanks to
155 2007-08-13 [paul] 2.10.0cvs117
158 fix bug 1287, 'Compile time problem on Solaris
159 (nexenta gnu/Solaris) utils.c'
160 Thanks to Piotr Chrzczonowicz
162 2007-08-12 [wwp] 2.10.0cvs116
164 * src/plugins/pgpcore/prefs_gpg.c
165 Don't try to unset a GPG_AGENT_INFO that was not
166 set (and don't use a NULL string in Windows, it was
167 crashing with --debug if GPG_AGENT_INFO was not set).
169 2007-08-12 [wwp] 2.10.0cvs115
172 Make gcc type-check arguments passed to privacy_set_error().
174 2007-08-12 [ticho] 2.10.0cvs114
176 * src/prefs_folder_item.c
177 Make sure that folder default account combobox always has some
180 Handle empty combobox gracefully (warning instead of crash).
182 2007-08-12 [ticho] 2.10.0cvs114
184 * src/prefs_folder_item.c
185 Make sure that folder default account combobox is not empty.
187 Handle empty combobox gracefully (warning instead of crash).
189 2007-08-11 [paul] 2.10.0cvs113
193 use 'subfolder' instead of 'sub-folder', matching
194 everywhere else the term is used
198 2007-08-10 [wwp] 2.10.0cvs112
201 Disable mmap reads in Windows only (at least temporarily), they
202 prevent from renaming/removing target cache files.
208 2007-08-10 [wwp] 2.10.0cvs111
211 fix unpredictable crashes in Windows due to broken
212 cache/mark/tags files writting (file were opened for
213 writing in text mode).
216 use gettimeofday() from w32lib.h on Windows.
218 2007-08-10 [colin] 2.10.0cvs110
221 * src/etpan/imap-thread.c
222 * src/etpan/imap-thread.h
223 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
225 2007-08-09 [colin] 2.10.0cvs109
228 Fix port being reset to 636 on SSL
230 Fix folder_item_get_msg_num_by_file
231 on drafts/queue folders
233 2007-08-09 [wwp] 2.10.0cvs108
236 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
237 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
240 2007-08-09 [colin] 2.10.0cvs107
244 * src/gtk/prefswindow.c
245 A few Maemo layout fixes
247 2007-08-09 [paul] 2.10.0cvs106
249 * src/prefs_account.c
250 remove the hyphen from plug-ins to
251 match everywhere else
253 2007-08-08 [wwp] 2.10.0cvs105
255 * src/prefs_folder_item.c
256 Fix an extraneous stealth ^L char.
258 2007-08-08 [wwp] 2.10.0cvs104
260 * src/prefs_folder_item.c
261 Better fix, group variables declarations (USE_ASPELL).
263 2007-08-08 [wwp] 2.10.0cvs103
265 * src/prefs_folder_item.c
266 Fix compilation w/ USE_ASPELL set (broken
269 2007-08-08 [ticho] 2.10.0cvs102
271 * src/prefs_folder_item.c
272 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
274 2007-08-08 [colin] 2.10.0cvs101
277 * src/etpan/imap-thread.c
278 * src/etpan/imap-thread.h
279 Close selected mailbox before doing
282 2007-08-08 [colin] 2.10.0cvs100
285 Complete symbol table, thanks to wwp.
286 Fixes bug 1284, 'The html -> text
287 converter ignores entities'
291 2007-08-08 [colin] 2.10.0cvs99
294 Better way to fetch UIDs on non-UIDPLUS servers
296 2007-08-07 [colin] 2.10.0cvs98
299 fix bug 1275, 'auto-saved draft messages not
300 always being removed'; Also, make multiple
301 copy (in the same account) faster by matching
302 source/destination message UIDs.
304 Don't try to reshow deleted mail
306 Fix leak on error path
308 2007-08-07 [wwp] 2.10.0cvs97
311 * manual/advanced.xml
312 * manual/fr/account.xml
313 * manual/fr/advanced.xml
314 Updated the reference manual and the French translation to
315 reflect 2.10.0cvs84: enable running folder Processing
318 2007-08-06 [wwp] 2.10.0cvs96
323 Allow changing the emphasis color used to highlight
324 the newsreader/x-mailer header value when it matches
325 our preferred mail agent (hidden pref 'emphasis_col' added
328 2007-08-06 [colin] 2.10.0cvs95
332 Re-commit 2.10.0cvs86, with a protection
333 against Pango bug. Also, try to fix
334 bug 1275, 'auto-saved draft messages not
335 always being removed'
337 2007-08-06 [wwp] 2.10.0cvs94
339 * src/gtk/quicksearch.c
340 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
342 2007-08-06 [ticho] 2.10.0cvs93
344 * src/prefs_account.c
346 Use GtkComboBox instead of GtkOptionMenu for privacy system
347 selection in account preferences.
349 2007-08-06 [wwp] 2.10.0cvs92
351 * src/plugins/pgpcore/plugin.def
352 Apply one more chunk from gpg4win's 03-w32-port patch.
354 2007-08-05 [colin] 2.10.0cvs91
358 reverting buggy patch for now
360 2007-08-05 [colin] 2.10.0cvs90
365 2007-08-04 [colin] 2.10.0cvs89
367 * src/prefs_summaries.c
368 * src/summary_search.c
369 Replace deprecated widgets. Patch by
372 2007-08-04 [colin] 2.10.0cvs88
375 Refresh GUI only every 2000 mails on mh_get_last_num
376 This is fast (readdir) and done only once per
379 2007-08-03 [colin] 2.10.0cvs87
381 * src/prefs_account.c
384 Fix a deprecated widget. Patch by
387 2007-08-03 [colin] 2.10.0cvs86
391 Make colorisation and wrapping algorithms
392 faster. Fixes bug 1246, 'compose becomes
393 increasingly slow replying to complex emails'
395 2007-08-03 [paul] 2.10.0cvs85
398 keep the window painted
400 2007-08-02 [paul] 2.10.0cvs84
405 enable running folder Processing
408 2007-08-02 [paul] 2.10.0cvs83
411 speed up/clean up rendering of larger
415 2007-08-01 [paul] 2.10.0cvs82
420 change default toolbar layout on maemo
421 * src/pixmaps/close.xpm
422 make the red cross a grey cross
423 * src/pixmaps/jpilot.xpm
424 make icon smaller so it fits better
426 2007-07-31 [paul] 2.10.0cvs81
430 fix crash on maemo on first launch
432 2007-07-30 [paul] 2.10.0cvs80
434 * src/prefs_matcher.c
435 specify the units of age and size
437 2007-07-30 [paul] 2.10.0cvs79
440 Fix IMAP timeout setting
442 2007-07-30 [colin] 2.10.0cvs78
444 * src/prefs_account.c
445 Fix a deprecated widget. Patch by
448 2007-07-27 [paul] 2.10.0cvs77
450 * src/matcher_parser_parse.y
451 * src/prefs_filtering_action.c
452 * src/prefs_matcher.c
453 these changes forgotten in cvs74's
454 'watch thread' feature
456 2007-07-27 [paul] 2.10.0cvs76
459 fix potential crasher
462 2007-07-27 [paul] 2.10.0cvs75
468 make mainwindow's /Help/Manual point to the
469 remote copy if the local copy doesn't exist
471 2007-07-27 [paul] 2.10.0cvs74
479 * src/matcher_parser_parse.y
488 * src/pixmaps/watchthread.xpm
489 add 'watch thread' feature
491 2007-07-27 [paul] 2.10.0cvs73
493 * src/prefs_folder_item.c
494 adjust labels, add tooltips
496 2007-07-27 [colin] 2.10.0cvs72
499 Maemo: Remove less used menu items
501 2007-07-26 [colin] 2.10.0cvs71
504 Maemo: destroy messageview after trashing mail.
505 Maybe should be done on X11 too
507 2007-07-26 [colin] 2.10.0cvs70
514 Add View/Show or Hide/Column headers
516 2007-07-26 [colin] 2.10.0cvs69
521 2007-07-26 [colin] 2.10.0cvs68
524 Fix possible crash on cache invalidation
528 * src/quote_fmt_parse.y
529 Make replying to mails with big attachments
530 much faster. Fixes bug 1224, 'The process of
531 Replying to emails with large attachments
532 seems unreasonably long...'
534 2007-07-26 [colin] 2.10.0cvs67
539 Fix threads use on BSDs
541 2007-07-26 [paul] 2.10.0cvs66
543 * src/gtk/prefswindow.c
544 fix account prefs breakage
547 2007-07-26 [paul] 2.10.0cvs65
550 standardise ./configure --help messages
552 2007-07-26 [colin] 2.10.0cvs64
556 Fix two vCard-related crashes
558 2007-07-25 [colin] 2.10.0cvs63
563 * src/prefs_receive.c
564 Maemo: Add a better way to notify of
570 Maemo: Various layout fixes
571 * src/gtk/prefswindow.c
572 Maemo: Better prefs layout
574 2007-07-25 [paul] 2.10.0cvs62
577 fix the layout on maemo
580 2007-07-25 [iwkse] 2.10.0cvs61
583 add 'o' shortcut on summaryview
585 2007-07-25 [iwkse] 2.10.0cvs60
590 2007-07-24 [colin] 2.10.0cvs59
593 Fix missing timestamp update on source
597 Better text layout on part's choices
599 2007-07-23 [colin] 2.10.0cvs58
603 Maemo: Automatically choose the correct application
605 * src/gtk/quicksearch.c
606 Make search run on GDK_KP_Enter too
608 2007-07-23 [wwp] 2.10.0cvs57
610 * src/quote_fmt_lex.l
611 Revert accidentaly committed lines (account_sig) in
614 2007-07-23 [wwp] 2.10.0cvs56
616 * src/quote_fmt_lex.l
617 Fix typos around long form expressions in the quote lexer.
623 2007-07-23 [colin] 2.10.0cvs55
626 Fix auto-completion on Maemo
628 2007-07-23 [colin] 2.10.0cvs54
631 Maemo: Fix sticking statusbars
633 2007-07-22 [colin] 2.10.0cvs53
636 Maemo: Fix the strange "top_application" info
637 at startup. We should do something when
638 receiving such a message.
640 2007-07-20 [paul] 2.10.0cvs52
643 add missing #include "statusbar.h"
645 2007-07-20 [colin] 2.10.0cvs51
649 * src/folder_item_prefs.c
650 * src/folder_item_prefs.h
658 * src/prefs_folder_item.c
659 Implement age-based caching: allow to
660 specify a threshold for the offline synchronisation
661 feature, and whether old cached bodies should
666 * src/plugins/dillo_viewer/dillo_viewer.c
667 Check that Dillo's installed
669 2007-07-20 [wwp] 2.10.0cvs50
673 Draw a frame around the selected mimeview part icon (instead of the
674 shifted 'dancing' icon).
676 2007-07-20 [colin] 2.10.0cvs49
679 Unref stuff even on error
681 disconnect signals only at the very
682 end of the wizard save.
684 2007-07-20 [colin] 2.10.0cvs48
690 Fix random crashes while navigating
693 2007-07-19 [colin] 2.10.0cvs47
702 Maemo: add an easy way to store data (mails
703 and IMAP/NNTP caches) on one of the SD cards,
704 and protect against unmounts if needed
706 2007-07-19 [paul] 2.10.0cvs46
711 * src/pixmaps/claws-mail_logo-small.xpm
712 implement a (slightly) different About
713 dialog for maemo and add a small version
716 use a scrolled window for wizard page 1
719 2007-07-19 [paul] 2.10.0cvs45
722 too soon for this line
724 2007-07-19 [paul] 2.10.0cvs44
729 2007-07-19 [colin] 2.10.0cvs43
732 Solve Mail/Mailbox name when specifying
735 2007-07-18 [colin] 2.10.0cvs42
741 2007-07-18 [colin] 2.10.0cvs41
744 Maemo: plug the online/offline system into
745 maemo's interfaces to have Claws automatically
746 switch according to the system status
748 Maemo: use HildonBanners to display status
749 messages. Renders the main statusbar useless.
751 2007-07-18 [paul] 2.10.0cvs40
754 fix screen blanking on moving/copying many msgs
756 fix processing progressbar and screen blanking
759 2007-07-18 [paul] 2.10.0cvs39
762 revert cvs37, breakage on maemo
764 2007-07-18 [paul] 2.10.0cvs38
767 make sure we can still build with older GTK's
769 2007-07-18 [colin] 2.10.0cvs37
772 Only hide the small layout's messageview, instead
773 of destroying it when closing
775 Use gtk_window_present_with_time to popup windows,
776 it seems to make things better with modern WMs
779 2007-07-17 [colin] 2.10.0cvs36
782 Simplify layout on Maemo
785 * src/prefs_display_header.c
786 Remove some headers by default on Maemo
788 2007-07-17 [paul] 2.10.0cvs35
792 * src/prefs_logging.c
794 add options to stop/enable writing logs to disc
796 2007-07-17 [paul] 2.10.0cvs34
799 fix some issues with the Apply tags window:
800 - set search column (enables autocompl in the treeview)
801 - apply tag from "New tag" if it existed
802 - clears New tag entry when adding it with the button
805 2007-07-17 [paul] 2.10.0cvs33
808 fix 'apply tags' dialogue weirdness
810 2007-07-16 [colin] 2.10.0cvs32
813 Fix double-loading of mails on Maemo
815 2007-07-16 [colin] 2.10.0cvs31
818 Prevent double-loading of the same part under some
819 conditions; hide statusbar on Maemo
821 2007-07-16 [colin] 2.10.0cvs30
827 Improve the tag interface - allow
828 to set/unset tags from a special
830 * src/gtk/gtkvscrollbutton.c
834 Fix Mimeview's ugly hacks in the
837 2007-07-16 [paul] 2.10.0cvs29
841 * src/gtk/icon_legend.c
842 put it all in a scrolled window
844 2007-07-15 [colin] 2.10.0cvs28
847 Maemo: force layout to be Small screen; the
848 others don't make sense
850 2007-07-14 [colin] 2.10.0cvs27
853 * src/gtk/gtkvscrollbutton.c
854 Maemo: Fix mimeview's buttons size
856 2007-07-14 [colin] 2.10.0cvs26
859 Fix the button workaround fix.
860 (Use the correct variable)
862 2007-07-14 [colin] 2.10.0cvs25
866 Maemo: put the progress bar in the
869 2007-07-14 [colin] 2.10.0cvs24
872 Maemo: hide statusbar by default
877 * src/pixmaps/go_folders.xpm
878 Maemo: Add a specific icon to go back to
881 2007-07-14 [colin] 2.10.0cvs23
884 Don't set homogeneous finally
886 2007-07-14 [colin] 2.10.0cvs22
889 Fix button show/hide issues
891 2007-07-14 [colin] 2.10.0cvs21
895 Fix button workaround to be able to click
896 if mouse was on button when it went un-
898 Revert previous commit, gtk_tool_item_set_homogeneous
899 doesn't mean what it seems to mean ;-)
901 2007-07-14 [paul] 2.10.0cvs20
904 make homogeneous FALSE always
906 2007-07-13 [colin] 2.10.0cvs19
910 Rework to fit the non-deprecated API
916 Maemo layout changes. Better toolbars,
917 removal of CTree headers.
919 2007-07-13 [paul] 2.10.0cvs18
921 * src/gtk/colorlabel.c
922 fix bug 1261, '[DE] coloring messages in overview
923 keys are not localised'
924 the string is now included in claws-mail.pot
926 2007-07-13 [colin] 2.10.0cvs17
929 Fix bug 1267, 'printing mutliple messages
930 opens one message-dialog after the other'
931 Ask for confirmation when printing 10
934 2007-07-11 [colin] 2.10.0cvs16
939 * manual/claws-mail-manual.xml
941 * manual/es/claws-mail-manual.xml
943 * manual/fr/claws-mail-manual.xml
966 * src/addressbook_foldersel.c
967 * src/addressbook_foldersel.h
993 * src/displayheader.c
994 * src/displayheader.h
997 * src/editaddress_other_attributes_ldap.c
998 * src/editaddress_other_attributes_ldap.h
1007 * src/editldap_basedn.c
1008 * src/editldap_basedn.h
1029 * src/folder_item_prefs.c
1030 * src/folder_item_prefs.h
1039 * src/grouplistdialog.c
1040 * src/grouplistdialog.h
1045 * src/image_viewer.c
1046 * src/image_viewer.h
1087 * src/matcher_parser.h
1088 * src/matcher_parser_lex.l
1089 * src/matcher_parser_parse.y
1092 * src/message_search.c
1093 * src/message_search.h
1112 * src/partial_download.c
1113 * src/partial_download.h
1118 * src/prefs_account.c
1119 * src/prefs_account.h
1120 * src/prefs_actions.c
1121 * src/prefs_actions.h
1122 * src/prefs_common.c
1123 * src/prefs_common.h
1124 * src/prefs_compose_writing.c
1125 * src/prefs_compose_writing.h
1126 * src/prefs_customheader.c
1127 * src/prefs_customheader.h
1128 * src/prefs_display_header.c
1129 * src/prefs_display_header.h
1130 * src/prefs_ext_prog.c
1131 * src/prefs_ext_prog.h
1132 * src/prefs_filtering.c
1133 * src/prefs_filtering.h
1134 * src/prefs_filtering_action.c
1135 * src/prefs_filtering_action.h
1136 * src/prefs_folder_column.c
1137 * src/prefs_folder_column.h
1138 * src/prefs_folder_item.c
1139 * src/prefs_folder_item.h
1144 * src/prefs_image_viewer.c
1145 * src/prefs_image_viewer.h
1146 * src/prefs_logging.c
1147 * src/prefs_logging.h
1148 * src/prefs_matcher.c
1149 * src/prefs_matcher.h
1150 * src/prefs_message.c
1151 * src/prefs_message.h
1152 * src/prefs_msg_colors.c
1153 * src/prefs_msg_colors.h
1158 * src/prefs_receive.c
1159 * src/prefs_receive.h
1162 * src/prefs_spelling.c
1163 * src/prefs_spelling.h
1164 * src/prefs_summaries.c
1165 * src/prefs_summaries.h
1166 * src/prefs_summary_column.c
1167 * src/prefs_summary_column.h
1168 * src/prefs_summary_open.c
1169 * src/prefs_summary_open.h
1170 * src/prefs_template.c
1171 * src/prefs_template.h
1172 * src/prefs_themes.c
1173 * src/prefs_themes.h
1174 * src/prefs_toolbar.c
1175 * src/prefs_toolbar.h
1176 * src/prefs_wrapping.c
1177 * src/prefs_wrapping.h
1187 * src/quote_fmt_lex.l
1188 * src/quote_fmt_parse.y
1191 * src/remotefolder.c
1192 * src/remotefolder.h
1193 * src/send_message.c
1194 * src/send_message.h
1197 * src/simple-gettext.c
1198 * src/sourcewindow.c
1199 * src/sourcewindow.h
1204 * src/stock_pixmap.c
1205 * src/stock_pixmap.h
1206 * src/summary_search.c
1207 * src/summary_search.h
1224 * src/common/base64.c
1225 * src/common/base64.h
1226 * src/common/claws.c
1227 * src/common/claws.h
1229 * src/common/fnmatch.c
1230 * src/common/fnmatch.h
1231 * src/common/fnmatch_loop.c
1232 * src/common/hooks.c
1233 * src/common/hooks.h
1238 * src/common/mgutils.c
1239 * src/common/mgutils.h
1242 * src/common/passcrypt.c
1243 * src/common/passcrypt.h.in
1244 * src/common/plugin.c
1245 * src/common/plugin.h
1246 * src/common/prefs.c
1247 * src/common/prefs.h
1248 * src/common/progressindicator.c
1249 * src/common/progressindicator.h
1250 * src/common/quoted-printable.c
1251 * src/common/quoted-printable.h
1252 * src/common/session.c
1253 * src/common/session.h
1256 * src/common/socket.c
1257 * src/common/socket.h
1260 * src/common/ssl_certificate.c
1261 * src/common/ssl_certificate.h
1262 * src/common/string_match.c
1263 * src/common/string_match.h
1264 * src/common/stringtable.c
1265 * src/common/stringtable.h
1268 * src/common/template.c
1269 * src/common/template.h
1270 * src/common/timing.h
1271 * src/common/utils.c
1272 * src/common/utils.h
1273 * src/common/uuencode.c
1274 * src/common/uuencode.h
1275 * src/common/version.h.in
1276 * src/common/w32_dirent.c
1277 * src/common/w32_reg.c
1278 * src/common/w32_signal.c
1279 * src/common/w32_stat.c
1280 * src/common/w32_stdlib.c
1281 * src/common/w32_string.c
1282 * src/common/w32_time.c
1283 * src/common/w32_unistd.c
1284 * src/common/w32_wait.c
1285 * src/common/w32lib.h
1288 * src/common/xmlprops.c
1289 * src/common/xmlprops.h
1290 * src/etpan/etpan-errors.h
1291 * src/etpan/etpan-thread-manager-types.h
1292 * src/etpan/etpan-thread-manager.c
1293 * src/etpan/etpan-thread-manager.h
1294 * src/etpan/imap-thread.c
1295 * src/etpan/imap-thread.h
1298 * src/gtk/colorlabel.c
1299 * src/gtk/colorlabel.h
1300 * src/gtk/colorsel.c
1301 * src/gtk/colorsel.h
1302 * src/gtk/combobox.c
1303 * src/gtk/combobox.h
1304 * src/gtk/description_window.c
1305 * src/gtk/description_window.h
1308 * src/gtk/foldersort.c
1309 * src/gtk/foldersort.h
1310 * src/gtk/gtkaspell.c
1311 * src/gtk/gtkaspell.h
1312 * src/gtk/gtksctree.c
1313 * src/gtk/gtkshruler.c
1314 * src/gtk/gtkshruler.h
1315 * src/gtk/gtksourceprintjob.c
1316 * src/gtk/gtksourceprintjob.h
1317 * src/gtk/gtkutils.c
1318 * src/gtk/gtkutils.h
1319 * src/gtk/gtkvscrollbutton.c
1320 * src/gtk/gtkvscrollbutton.h
1321 * src/gtk/icon_legend.c
1322 * src/gtk/icon_legend.h
1323 * src/gtk/inputdialog.c
1324 * src/gtk/inputdialog.h
1325 * src/gtk/logwindow.c
1326 * src/gtk/logwindow.h
1327 * src/gtk/manage_window.c
1328 * src/gtk/manage_window.h
1331 * src/gtk/pluginwindow.c
1332 * src/gtk/pluginwindow.h
1333 * src/gtk/prefswindow.c
1334 * src/gtk/prefswindow.h
1335 * src/gtk/progressdialog.c
1336 * src/gtk/progressdialog.h
1337 * src/gtk/quicksearch.c
1338 * src/gtk/quicksearch.h
1339 * src/gtk/sslcertwindow.c
1340 * src/gtk/sslcertwindow.h
1341 * src/plugins/bogofilter/bogofilter.c
1342 * src/plugins/bogofilter/bogofilter.h
1343 * src/plugins/bogofilter/bogofilter_gtk.c
1344 * src/plugins/clamav/clamav_plugin.c
1345 * src/plugins/clamav/clamav_plugin.h
1346 * src/plugins/clamav/clamav_plugin_gtk.c
1347 * src/plugins/demo/demo.c
1348 * src/plugins/dillo_viewer/dillo_prefs.c
1349 * src/plugins/dillo_viewer/dillo_prefs.h
1350 * src/plugins/dillo_viewer/dillo_viewer.c
1351 * src/plugins/pgpcore/passphrase.c
1352 * src/plugins/pgpcore/passphrase.h
1353 * src/plugins/pgpcore/pgp_viewer.c
1354 * src/plugins/pgpcore/pgp_viewer.h
1355 * src/plugins/pgpcore/plugin.c
1356 * src/plugins/pgpcore/prefs_gpg.c
1357 * src/plugins/pgpcore/prefs_gpg.h
1358 * src/plugins/pgpcore/select-keys.c
1359 * src/plugins/pgpcore/select-keys.h
1360 * src/plugins/pgpcore/sgpgme.c
1361 * src/plugins/pgpcore/sgpgme.h
1362 * src/plugins/pgpinline/pgpinline.c
1363 * src/plugins/pgpinline/pgpinline.h
1364 * src/plugins/pgpinline/plugin.c
1365 * src/plugins/pgpmime/pgpmime.c
1366 * src/plugins/pgpmime/pgpmime.h
1367 * src/plugins/pgpmime/plugin.c
1368 * src/plugins/spamassassin/spamassassin.c
1369 * src/plugins/spamassassin/spamassassin.h
1370 * src/plugins/spamassassin/spamassassin_gtk.c
1371 * src/plugins/trayicon/trayicon.c
1372 * src/plugins/trayicon/trayicon_prefs.c
1373 * src/plugins/trayicon/trayicon_prefs.h
1374 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1375 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1376 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1377 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1378 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1379 * tools/OOo2claws-mail.pl
1380 * tools/README.sylprint
1381 * tools/acroread2claws-mail.pl
1382 * tools/claws-mail-compose-insert-files.pl
1383 * tools/convert_mbox.pl
1384 * tools/filter_conv.pl
1385 * tools/filter_conv_new.pl
1387 * tools/freshmeat_search.pl
1388 * tools/google_search.pl
1389 * tools/kmail-mailbox2claws-mail.pl
1390 * tools/kmail2claws-mail.pl
1391 * tools/kmail2claws-mail_v2.pl
1393 * tools/make.themes.project
1394 * tools/multiwebsearch.pl
1395 * tools/nautilus2claws-mail.sh
1396 * tools/outlook2claws-mail.pl
1397 * tools/textviewer.sh
1398 * tools/thunderbird-filters-convertor.pl
1401 * tools/vcard2xml.py
1402 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1403 Upgrade to GPLv3 or later.
1405 2007-07-10 [wwp] 2.10.0cvs15
1408 Fix re-opening of all composing messages that were
1409 opened when closing the previous instance, thanks
1412 2007-07-10 [paul] 2.10.0cvs14
1414 * src/editaddress_other_attributes_ldap.c
1416 fix crash on selecting 'other attributes' combo
1417 for either a new entry or an old entry with no
1418 existing attributes.
1419 fix bug on editing multiple attributes which
1420 resulted them all having the value of the last
1424 2007-07-10 [colin] 2.10.0cvs13
1427 * src/editaddress_other_attributes_ldap.h
1429 Fix --disable-ldap build
1431 2007-07-09 [colin] 2.10.0cvs12
1437 * src/editaddress_other_attributes_ldap.c
1438 * src/editaddress_other_attributes_ldap.h
1443 Add capability to edit all inetOrgPerson
1444 attributes on LDAP. Patch by Michael
1447 2007-07-09 [colin] 2.10.0cvs11
1453 * src/prefs_summaries.c
1454 * src/prefs_themes.c
1456 * src/common/Makefile.am
1458 * src/common/timing.h
1459 * src/common/utils.c
1460 * src/common/utils.h
1461 * src/common/w32_account.c
1462 * src/common/w32lib.h
1463 * src/gtk/Makefile.am
1464 * src/gtk/colorlabel.c
1465 * src/plugins/pgpcore/Makefile.am
1466 * src/plugins/pgpcore/claws.def
1467 * src/plugins/pgpcore/passphrase.c
1468 * src/plugins/pgpcore/pgp_viewer.c
1469 * src/plugins/pgpcore/plugin.def
1470 * src/plugins/pgpcore/sgpgme.c
1471 * src/plugins/pgpinline/Makefile.am
1472 * src/plugins/pgpinline/claws.def
1473 * src/plugins/pgpinline/mypgpcore.def
1474 * src/plugins/pgpinline/plugin.def
1475 * src/plugins/pgpmime/Makefile.am
1476 * src/plugins/pgpmime/claws.def
1477 * src/plugins/pgpmime/mypgpcore.def
1478 * src/plugins/pgpmime/plugin.def
1479 Commit win32 patch, from Werner Koch and
1482 2007-07-09 [colin] 2.10.0cvs10
1484 * src/prefs_toolbar.c
1485 Fix crash when no actions exist
1487 2007-07-07 [paul] 2.10.0cvs9
1490 * manual/claws-mail-manual.xml
1491 update copyright year
1493 updated by Flammie Pirinen
1495 2007-07-05 [wwp] 2.10.0cvs8
1497 * src/plugins/clamav/clamav_plugin_gtk.c
1498 Make vertical spacing like in other plugin prefs pages.
1500 2007-07-05 [wwp] 2.10.0cvs7
1503 It's %am that works, not %ae (this doc incoherence has been
1504 introduced with 2.9.2cvs13).
1506 2007-07-04 [wwp] 2.10.0cvs6
1508 * src/plugins/bogofilter/bogofilter.c
1509 Gettext-ize an occurrence of "Any" that wasn't.
1511 2007-07-04 [colin] 2.10.0cvs5
1514 Fix untranslated strings; thanks
1517 2007-07-03 [colin] 2.10.0cvs4
1521 Fix saving of sort mode for tags and
1522 thread date. Thanks to Pierre Ossman.
1523 Completes fix for bug 1233
1525 2007-07-03 [paul] 2.10.0cvs3
1533 2007-07-02 [colin] 2.10.0cvs2
1539 Add View/Sort/by Thread date
1540 Fixes bug 1233, 'Capability to sort
1541 threads by most recent message'
1542 Based on a patch by Paul Rolland
1544 2007-07-02 [colin] 2.10.0cvs1
1561 * src/matcher_parser_parse.y
1565 * src/prefs_common.c
1566 * src/prefs_common.h
1567 * src/prefs_filtering_action.c
1568 * src/prefs_matcher.c
1569 * src/prefs_summary_column.c
1573 * src/quote_fmt_lex.l
1574 * src/quote_fmt_parse.y
1578 * src/common/Makefile.am
1582 * src/gtk/quicksearch.c
1583 * src/gtk/quicksearch.h
1584 Add Tags implementation. Tags are arbitrary labels
1585 that can be applied to messages. It is possible
1586 to create, edit, remove tags; apply them to mails;
1587 filter on tags or tag presence; apply or unset
1588 tags via filtering actions; reference tags in
1591 2007-07-02 [paul] 2.10.0
1598 2007-07-02 [paul] 2.9.2cvs78
1608 updated by Stephan Sachse, me, Ricardo Mones
1609 Lastra, Fabien Vantard, Pader Rezso, Frederico
1610 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1612 2007-07-02 [paul] 2.9.2cvs77
1617 2007-06-29 [wwp] 2.9.2cvs76
1620 Fix a typo (thanks to Ricardo for finding this out).
1622 2007-06-28 [paul] 2.9.2cvs75
1627 2007-06-28 [paul] 2.9.2cvs74
1630 fix bug in the autotools build system.
1631 Files cataloged under EXTRA_DIST were never
1632 automatically copied to the build tree.
1633 (fix 'make distcheck')
1634 Patch by Michael Rasmussen.
1636 2007-06-24 [colin] 2.9.2cvs73
1639 Fix bug 1249, 'Error handling for
1640 news errors needs modification'
1641 Only popup error if the according
1642 pref in Prefs/Receive is set.
1644 2007-06-21 [colin] 2.9.2cvs72
1646 * src/common/plugin.c
1647 * src/common/plugin.h
1648 Change plugin API to know whether it's safe to
1649 unload plugins or whether we should just hide
1650 them. Fixes bug 1248, 'Core dumps after
1651 unloading plugin and clicking on load plugins'
1652 * src/plugins/bogofilter/bogofilter.c
1653 * src/plugins/clamav/clamav_plugin.c
1654 * src/plugins/demo/demo.c
1655 * src/plugins/dillo_viewer/dillo_viewer.c
1656 * src/plugins/pgpcore/plugin.c
1657 * src/plugins/pgpinline/plugin.c
1658 * src/plugins/pgpmime/plugin.c
1659 * src/plugins/spamassassin/spamassassin.c
1660 * src/plugins/trayicon/trayicon.c
1663 2007-06-19 [colin] 2.9.2cvs71
1667 Fix crash mentioned in bug 1246
1668 Race condition when automatically drafting
1669 due to insertion on reedit.
1671 2007-06-18 [wwp] 2.9.2cvs70
1674 LDIF import: use a "Proceed" button to complete
1677 2007-06-18 [paul] 2.9.2cvs69
1680 use pkgconfig to check for gtk and glib
1682 2007-06-17 [wwp] 2.9.2cvs68
1686 LDIF import: better error handling, minor code
1687 and UI cleanup, and renamed the Save button
1688 to Close, as imported stuff is already saved
1689 when the Save button is shown.
1691 2007-06-17 [colin] 2.9.2cvs67
1693 * src/prefs_summaries.c
1695 Don't set as read when forwarded, only replied to
1697 2007-06-17 [paul] 2.9.2cvs66
1700 add missing #include
1702 2007-06-16 [colin] 2.9.2cvs65
1704 * src/prefs_summaries.c
1706 Change the pref "Only mark as read when opened
1707 in new window" to "..., replied to or forwarded".
1708 Based on a patch by Paul Rolland.
1710 2007-06-16 [paul] 2.9.2cvs64
1713 alphabetical order! :)
1715 2007-06-16 [colin] 2.9.2cvs63
1719 Add Michael Rasmussen in authors list
1721 2007-06-16 [colin] 2.9.2cvs62
1724 Fix messageview_copy_clipboard to take advantage
1725 of plugins' get_selection.
1727 2007-06-15 [colin] 2.9.2cvs61
1733 * src/message_search.c
1735 * src/summary_search.c
1738 Allow GDK_KP_Enter to do the same as GDK_Return
1739 Patch by Michael Rasmussen
1741 2007-06-15 [paul] 2.9.2cvs60
1744 fix bug when closing a compose window
1747 2007-06-14 [paul] 2.9.2cvs59
1751 migrate sylpheed config
1753 2007-06-14 [wwp] 2.9.2cvs58
1755 * src/gtk/pluginwindow.c
1756 Yet another attempt to fix sizing/alignment of the
1757 button bar in plugins window.
1759 2007-06-12 [colin] 2.9.2cvs57
1764 * src/prefs_common.c
1765 * src/prefs_common.h
1766 * src/prefs_summaries.c
1767 * src/prefs_summary_open.c
1768 * src/prefs_summary_open.h
1770 Make "when entering a folder" actions more personalisable
1772 2007-06-12 [wwp] 2.9.2cvs56
1775 Use short description from Paul (mairix.sh).
1777 2007-06-12 [wwp] 2.9.2cvs55
1780 Updated info about mairix.sh.
1782 2007-06-11 [paul] 2.9.2cvs54
1784 * src/prefs_logging.c
1785 rework log window length widgets
1786 and some sensitivity fixes
1788 2007-06-11 [paul] 2.9.2cvs53
1791 * src/prefs_logging.c
1792 rename 'Protocol Log' to 'Network Log'
1793 and some function renaming
1795 2007-06-10 [wwp] 2.9.2cvs52
1797 * src/gtk/pluginwindow.c
1800 2007-06-10 [wwp] 2.9.2cvs51
1802 * src/gtk/pluginwindow.c
1803 Fix button bar in plugin window, was centered and not
1804 behaving like other dialogs w/ such button bar.
1806 2007-06-08 [wwp] 2.9.2cvs50
1813 Provide a way out of automatic draft saving on IMAP, when
1815 Prevent drafting while sending and quitting while sending.
1820 2007-06-08 [wwp] 2.9.2cvs49
1822 * src/prefs_account.c
1823 * src/gtk/prefswindow.c
1824 * src/gtk/prefswindow.h
1825 Activate the Basic page when opening account prefs.
1827 2007-06-08 [wwp] 2.9.2cvs48
1829 * src/common/socket.c
1830 Don't crash if fork() fails, thanks to Colin.
1832 2007-06-08 [wwp] 2.9.2cvs47
1834 * src/gtk/prefswindow.c
1835 Wrap some long lines, and reset horizontal scroller's adjusment
1836 (this was already done, vertically), when changing tab (not page)
1839 2007-06-08 [paul] 2.9.2cvs46
1841 * src/common/utils.c
1842 use gethostname() instead of uname()
1843 based on a patch by Michael Hughes
1844 <Sylpheed-Claws_user@thehugheslogcabin.net>
1846 2007-06-07 [wwp] 2.9.2cvs45
1848 * src/prefs_common.c
1849 Fix some useless warnings, thanks to Colin.
1851 2007-06-06 [colin] 2.9.2cvs44
1854 Fix strange allocations.
1856 2007-06-06 [colin] 2.9.2cvs43
1859 Patch by Michael Rasmussus to help
1862 2007-06-05 [wwp] 2.9.2cvs42
1864 * src/prefs_account.c
1865 * src/prefs_folder_item.c
1869 Per-folder templates can now be applied recursively.
1870 Always save per-folder templates (formats were erroneously
1871 saved only if they were enabled).
1872 Check for validity of quotation marks everywhere there
1875 2007-06-05 [wwp] 2.9.2cvs41
1878 Fix incoming messages from local accounts always getting filtered
1879 (even if the account prefs say don't), thanks to Colin.
1881 2007-06-05 [wwp] 2.9.2cvs40
1885 Use per-folder/per-account quote chars when applying a
1886 template or inserting text as well. Const'ify some
1889 2007-06-04 [colin] 2.9.2cvs39
1892 More work for wwp :)
1894 2007-06-04 [wwp] 2.9.2cvs38
1897 Same as 2.9.2cvs36 but for forwarding.
1899 2007-06-04 [colin] 2.9.2cvs37
1902 Use original mail file for forward/redirect
1903 Fixes some forwarded mails to be attached as
1904 application/octet-stream (when they have binary
1905 parts), and incidentally fixes bug 848
1906 'Redirect breaks GnuPG'
1908 2007-06-04 [wwp] 2.9.2cvs36
1911 Fix quote mark mis-initialisation when replying/forwarding
1912 (introduced w/ 2.9.2cvs20).
1914 2007-06-04 [wwp] 2.9.2cvs35
1916 * src/prefs_compose_writing.c
1918 Fix a bug where Quotation characters (prefs/compose/writing)
1919 was cleared (introduced w/ 2.9.2cvs26).
1921 2007-06-04 [wwp] 2.9.2cvs34
1923 * src/prefs_account.c
1924 * src/prefs_account.h
1925 Better fix for compiling w/o aspell (rollbacks
1928 2007-06-04 [wwp] 2.9.2cvs33
1931 * src/prefs_account.c
1932 * src/prefs_account.h
1934 It's now possible to disable mail filtering plugins
1935 on a per-account basis.
1937 2007-06-04 [wwp] 2.9.2cvs32
1940 * src/common/utils.c
1941 * src/common/utils.h
1942 Support CRLF in headers part of messages.
1943 Support few more date formats (RFC3339 subsets).
1945 2007-06-04 [wwp] 2.9.2cvs31
1947 * src/prefs_account.c
1948 Fix compiling w/o aspell support.
1950 2007-06-03 [wwp] 2.9.2cvs30
1953 Don't decode leading ENV_ and ~ in P_PASSWORD
1956 2007-06-03 [wwp] 2.9.2cvs29
1959 Don't decode leading ENV_ and ~ in P_PASSWORD
1962 2007-06-03 [wwp] 2.9.2cvs28
1964 * src/prefs_account.c
1965 * src/gtk/prefswindow.c
1966 * src/gtk/prefswindow.h
1967 Added a way to force preloading of all pages
1969 Moved tabs to pages in account prefs.
1971 2007-06-02 [colin] 2.9.2cvs27
1974 Fix possible crash, fix ldap write bugs
1976 Fix ldap write bugs - patch by Michael
1980 Add a hook whenever alertpanel opens/closes
1982 2007-05-31 [wwp] 2.9.2cvs26
1984 * src/prefs_compose_writing.c
1986 Re-organized writing options a bit:
1987 - renamed the Quoting page to Templates
1988 - moved all composing templates to that page
1989 - moved non-templates options to the Writing one,
1990 grouped reply-related options, reordered reply and
1993 2007-05-31 [wwp] 2.9.2cvs25
1996 Removed unused code.
1998 2007-05-31 [colin] 2.9.2cvs24
2001 Fix missing display name when modifying
2002 LDAP. Patch by Michael Rasmussen
2004 2007-05-31 [wwp] 2.9.2cvs23
2006 * src/plugins/bogofilter/Makefile.am
2007 * src/plugins/clamav/Makefile.am
2008 * src/plugins/demo/Makefile.am
2009 * src/plugins/dillo_viewer/Makefile.am
2010 * src/plugins/spamassassin/Makefile.am
2011 Fix building of those plugins in Mac OS X.
2013 2007-05-30 [wwp] 2.9.2cvs22
2015 * src/gtk/quicksearch.c
2016 Fix missing initialization.
2018 2007-05-30 [wwp] 2.9.2cvs21
2021 Revert accidental commit (debug outputs).
2023 2007-05-30 [wwp] 2.9.2cvs20
2026 * src/folder_item_prefs.c
2027 * src/folder_item_prefs.h
2028 * src/prefs_account.c
2029 * src/prefs_account.h
2030 * src/prefs_folder_item.c
2033 Implemented per-account and per-folder
2034 compose/reply/forward formats.
2036 2007-05-30 [wwp] 2.9.2cvs19
2038 * src/prefs_compose_writing.c
2043 Internal API changes (factorize quote format
2046 2007-05-30 [colin] 2.9.2cvs18
2049 Fix race where it's possible to re-click Send
2050 between end of SMTP session and end of "move to
2051 sent folder" when sending an email with send
2054 2007-05-30 [colin] 2.9.2cvs17
2057 Ask for backtrace on all threads. Patch by
2060 Fix stale news statusbar when scanning fails.
2063 Fix some LDAP write updates bugs. Patch
2064 by Michael Rasmussen
2066 2007-05-29 [colin] 2.9.2cvs16
2069 Fix loss of local flags when moving mails
2070 on IMAP in high-bandwidth mode (UID FETCH)
2072 2007-05-25 [paul] 2.9.2cvs15
2074 * src/common/socket.c
2075 fix sometimes crasher on cancelling
2078 2007-05-25 [colin] 2.9.2cvs14
2083 Be more helpful in the subscription
2086 2007-05-23 [wwp] 2.9.2cvs13
2089 * src/prefs_compose_writing.c
2091 * src/prefs_template.c
2092 * src/prefs_template.h
2095 * src/quote_fmt_lex.l
2096 * src/quote_fmt_parse.y
2097 Introduced new syntax elements (symbols and commands)
2098 in templates/quote_fmt. Compatibility w/ old
2100 Updated and reworked the corresponding Information
2102 Display the line number in dialogs that talk about
2103 parser errors (in addition to the error message in
2106 2007-05-23 [wwp] 2.9.2cvs12
2108 * src/quote_fmt_parse.y
2109 Fix 2.9.2cvs11, probably a paste accident ;).
2111 2007-05-23 [wwp] 2.9.2cvs11
2114 * src/prefs_template.c
2116 * src/quote_fmt_parse.y
2117 Fix 2.9.2cvs10, which broke --disable-aspell.
2119 2007-05-22 [wwp] 2.9.2cvs10
2122 * src/prefs_template.c
2125 * src/quote_fmt_lex.l
2126 * src/quote_fmt_parse.y
2127 * src/gtk/gtkaspell.c
2128 * src/gtk/gtkaspell.h
2129 Added template/quote format syntactical elements
2131 - current dictionary
2132 %T to show (shows empty if not set or not enabled),
2133 ?T and !T to check if the default dictionary is
2135 - current account's default dictionary
2136 %aT to show (empty if not set or not enabled),
2137 ?aT and !aT to check if it's enabled and set
2138 - name completion for an address, from the address
2140 %ABf, %ABt, %ABc respectively show the full name got
2141 from the address book if From, To or Cc match a single
2143 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2144 matches any contact and if the full name is non-empty.
2145 If From, To or Cc are lists of email addresses, only
2146 the first address will be checked.
2147 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2148 that could show a trailing ','.
2149 Also, template/quote_fmt parser now shows the line number in case
2152 2007-05-15 [colin] 2.9.2cvs9
2156 Add a public function to know whether Claws
2158 Store opened folder when exiting
2161 Store last opened message in each FolderItem;
2162 Reset last seen messages if Claws crashed, so
2163 that one can't go in an infinite crash in case
2164 a particular mail crashes Claws.
2166 * src/prefs_common.c
2167 * src/prefs_common.h
2169 * src/prefs_summaries.c
2170 Add "Select last opened message" when entering
2172 Add "Select last opened folder" at startup.
2174 2007-05-14 [colin] 2.9.2cvs8
2177 Fix bashism, search for xml catalog
2178 in /usr/local/share/xml/catalog too
2181 2007-05-13 [wwp] 2.9.2cvs7
2183 * src/gtk/logwindow.c
2184 fix raising log windows when they are either minimized or
2187 2007-05-11 [colin] 2.9.2cvs6
2190 Use Hildon's file chooser on Maemo. Patch
2191 by Jean-Luc Biord; fixes part 2 of bug 1201,
2192 'File attachment "manipulation" bugs...'
2194 2007-05-10 [wwp] 2.9.2cvs5
2196 * src/prefs_common.c
2197 * src/prefs_common.h
2198 * src/gtk/quicksearch.c
2199 Add a quicksearch option to automatically run
2200 a search selected from the history (this option
2201 is exclusive towards type-ahead).
2203 2007-05-10 [colin] 2.9.2cvs4
2206 Fix g_warnings, thanks to Brian
2209 2007-05-09 [colin] 2.9.2cvs3
2214 * src/prefs_summaries.c
2217 * src/common/utils.c
2218 * src/gtk/gtksourceprintjob.c
2219 * src/gtk/sslcertwindow.c
2220 Use the re-entrant variant of time functions
2221 Probably fixes bug 1217, 'reentrancy problems
2222 with time functions'
2224 2007-05-09 [colin] 2.9.2cvs2
2227 Fix crasher when reconnection fails
2229 2007-05-08 [paul] 2.9.2cvs1
2235 bump version number following
2238 2007-05-08 [paul] 2.9.1cvs48
2240 * src/plugins/demo/demo.c
2241 * src/plugins/dillo_viewer/dillo_prefs.c
2242 * src/plugins/dillo_viewer/dillo_prefs.h
2243 * src/plugins/dillo_viewer/dillo_viewer.c
2244 * src/plugins/pgpcore/pgp_viewer.c
2245 * src/plugins/pgpcore/pgp_viewer.h
2246 * src/plugins/pgpcore/plugin.c
2247 * src/plugins/pgpcore/prefs_gpg.c
2248 * src/plugins/pgpcore/prefs_gpg.h
2249 * src/plugins/pgpcore/sgpgme.c
2250 * src/plugins/pgpcore/sgpgme.h
2251 * src/plugins/pgpinline/plugin.c
2252 * src/plugins/pgpmime/pgpmime.c
2253 * src/plugins/pgpmime/pgpmime.h
2254 * src/plugins/pgpmime/plugin.c
2255 * src/plugins/spamassassin/spamassassin.c
2256 * src/plugins/spamassassin/spamassassin.h
2257 * src/plugins/spamassassin/spamassassin_gtk.c
2258 * src/plugins/trayicon/README
2260 * tools/README.sylprint
2261 * tools/outlook2claws-mail.pl
2263 * tools/tb2claws-mail
2264 * tools/tbird2claws.py
2266 * tools/vcard2xml.py
2267 * tools/kdeservicemenu/README
2268 cleanups and corrections
2270 2007-05-06 [wwp] 2.9.1cvs47
2273 Fix missing dash to `display` command-line, reported
2274 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2276 2007-05-06 [colin] 2.9.1cvs46
2279 * src/stock_pixmap.c
2280 * src/stock_pixmap.h
2281 * src/pixmaps/printer.xpm
2284 2007-05-06 [paul] 2.9.1cvs45
2289 * src/summary_search.c
2293 2007-05-05 [wwp] 2.9.1cvs44
2297 * src/prefs_actions.c
2301 Fix "faild" typos everywhere and capitalization of
2304 2007-05-04 [colin] 2.9.1cvs43
2309 * src/plugins/pgpcore/prefs_gpg.c
2310 * src/plugins/pgpcore/prefs_gpg.h
2311 * src/plugins/pgpinline/pgpinline.c
2312 * src/plugins/pgpmime/pgpmime.c
2313 Add an API to warn about encryption limits,
2314 and allow to disable these warnings
2316 2007-05-03 [colin] 2.9.1cvs42
2320 Fix bug 1213, 'Delete more than
2323 2007-05-03 [wwp] 2.9.1cvs41
2325 * src/prefs_common.c
2326 * src/prefs_filtering.c
2327 * src/prefs_template.c
2328 * src/common/template.c
2329 * src/common/template.h
2330 * src/gtk/gtkutils.c
2331 * src/gtk/gtkutils.h
2332 Templates are no longer automatically sorted
2333 by name, but can be sorted manually using
2334 |< < > >| buttons as well as drag'n'drop.
2336 2007-05-03 [wwp] 2.9.1cvs40
2338 * src/plugins/spamassassin/spamassassin.c
2339 * src/plugins/spamassassin/spamassassin.h
2340 * src/plugins/spamassassin/spamassassin_gtk.c
2341 * src/plugins/bogofilter/bogofilter.c
2342 * src/plugins/bogofilter/bogofilter.h
2343 * src/plugins/bogofilter/bogofilter_gtk.c
2344 Added an option to conditionally mark saved spam
2345 as read (default is and was to do so).
2346 Satisfies feature request 1708539 on sf.net tracker.
2348 2007-05-03 [colin] 2.9.1cvs39
2351 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2353 2007-05-02 [colin] 2.9.1cvs38
2356 Fix bug 1209, 'Clicking on address
2357 in header (mailto uri) selects
2358 default account'. Patch adapted from
2361 2007-05-02 [colin] 2.9.1cvs37
2363 * src/grouplistdialog.c
2364 Set cursor to wait cursor while loading
2367 2007-05-02 [paul] 2.9.1cvs36
2371 rename cache and mark files
2374 2007-04-30 [paul] 2.9.1cvs35
2376 * manual/glossary.xml
2377 * manual/plugins.xml
2378 updates. Patch by Ricardo
2380 2007-04-29 [wwp] 2.9.1cvs34
2384 Fix few grammatical errors (patch by David Relson < relson at
2385 osagesoftware dot com >).
2387 2007-04-28 [colin] 2.9.1cvs33
2391 * src/prefs_account.c
2392 * src/prefs_account.h
2393 Drop the "Download all" preference. It's
2394 stupidly useless and confuses people from
2397 2007-04-27 [wwp] 2.9.1cvs32
2400 * src/prefs_account.c
2401 * src/prefs_account.h
2402 Don't reflect accounts changes to the mainwindow when it's
2405 2007-04-27 [colin] 2.9.1cvs31
2408 Freeze/thaw when sync'ing flags
2410 * src/prefs_account.c
2411 * src/prefs_account.h
2412 * src/etpan/imap-thread.c
2413 * src/etpan/imap-thread.h
2414 Add a way to use UID FETCH instead
2415 of searches to fetch message lists
2416 and flags. More expensive towards
2417 bandwidth, less expensive towards
2418 server's CPU. Probably fixes
2419 bug 1158, 'Scanning new folders on
2420 Exchange 2007 extremely slow'.
2423 2007-04-27 [paul] 2.9.1cvs30
2426 * src/prefs_logging.c
2427 improvements to english usage
2429 2007-04-27 [colin] 2.9.1cvs29
2432 Fix build without libetpan (my bad!)
2434 2007-04-26 [colin] 2.9.1cvs28
2438 Fix uselessly exported function
2440 Consider "- -- \n" as signature separator
2441 (that's what signature separators look like
2442 in PGP/Inline signed mails)
2444 2007-04-26 [colin] 2.9.1cvs27
2447 libetpan-0.49 is now required
2449 Fix double fetching of mails if
2452 Make offline sync faster, by
2453 remembering last change time, and
2456 2007-04-26 [hoa] 2.9.1cvs26
2462 * src/etpan/imap-thread.c
2463 * src/etpan/imap-thread.h
2464 cancellation of IMAP operations is now allowed.
2465 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2467 2007-04-26 [colin] 2.9.1cvs25
2470 Always fetch body+headers in folders that are
2471 synched for offline use, if "Synchronise as
2472 soon as possible" is set.
2473 Fixes bug 1200, 'Add option to always retrieve full
2476 2007-04-25 [colin] 2.9.1cvs24
2479 Fix bug 1198, 'Reply-all "disappearing" address bug
2482 2007-04-24 [colin] 2.9.1cvs23
2485 Fix bug 1195, 'Hardware key navigation'
2486 Make GDK_Enter toggle expansion (Maemo)
2488 2007-04-24 [wwp] 2.9.1cvs22
2491 Fix few compiler warnings.
2493 2007-04-24 [paul] 2.9.1cvs21
2496 * src/stock_pixmap.c
2497 * src/stock_pixmap.h
2498 complete last commit
2500 2007-04-24 [paul] 2.9.1cvs20
2503 * src/pixmaps/active.xpm
2504 * src/pixmaps/checkbox_off.xpm
2505 * src/pixmaps/checkbox_on.xpm
2506 * src/pixmaps/inactive.xpm
2508 remove transparent border from checkbox icons
2510 2007-04-24 [wwp] 2.9.1cvs19
2514 Fix a crash in textview, thanks to Colin.
2516 2007-04-23 [wwp] 2.9.1cvs18
2518 * src/prefs_common.c
2519 Fix 2.9.1cvs5: no header was being translated at all.
2521 2007-04-23 [colin] 2.9.1cvs17
2524 * src/stock_pixmap.c
2525 * src/stock_pixmap.h
2528 * src/gtk/gtksctree.c
2529 * src/gtk/gtksctree.h
2530 * src/pixmaps/selection.xpm
2531 Fix bug 1193, 'Need a way to multi-select
2532 items'. Add a toggle button to the summaryview
2533 to switch between normal and multiple selection
2536 2007-04-23 [colin] 2.9.1cvs16
2539 * src/stock_pixmap.c
2540 * src/stock_pixmap.h
2543 * src/gtk/gtksctree.c
2544 * src/gtk/gtksctree.h
2545 * src/pixmaps/selection.xpm
2546 Fix bug 1193, 'Need a way to multi-
2548 Add a toggle button in the summaryview
2549 to enable normal or multiple selection.
2552 2007-04-23 [colin] 2.9.1cvs15
2555 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2557 2007-04-21 [colin] 2.9.1cvs14
2559 * src/gtk/quicksearch.c
2560 Fix previous commit (actually use correct
2563 2007-04-21 [colin] 2.9.1cvs13
2565 * src/gtk/quicksearch.c
2566 Fix changing quicksearch type (after Esc,
2567 after changing Recursive, ...)
2569 2007-04-20 [wwp] 2.9.1cvs12
2571 * src/gtk/Makefile.am
2572 Added headers.h (completes 2.9.1cvs5).
2574 2007-04-20 [wwp] 2.9.1cvs11
2577 Fix the use of display name in name column,
2578 it has been overriden w/ the use of nickname
2579 by 2.9.0cvs3. Now nickname is used (if any)
2580 in case of LDAP books only.
2582 2007-04-20 [colin] 2.9.1cvs10
2587 Add handling of 'a' to loop in a mail's
2590 2007-04-20 [colin] 2.9.1cvs9
2593 Fix bug 1190, 'dir_open' button doesn't work'
2596 2007-04-20 [colin] 2.9.1cvs8
2600 Fix bug 1194, 'Hardware keys move from email
2601 list to account/directory list, but not back
2602 to email list...' (Maemo)
2604 2007-04-20 [colin] 2.9.1cvs7
2607 complete previous commit
2609 2007-04-20 [colin] 2.9.1cvs6
2612 Fix bug 1187, 'Reply-to addressee disappears
2613 when reply-to text box is clicked...' (Maemo)
2615 2007-04-20 [wwp] 2.9.1cvs5
2623 * src/prefs_common.c
2624 * src/prefs_common.h
2625 * src/prefs_display_header.c
2626 * src/prefs_matcher.c
2629 * src/gtk/quicksearch.c
2630 Translate more header names according to the relevant option value,
2631 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2632 Replaced nearly all uses of prefs_common.trans_hdr with a call
2633 to prefs_common_translated_header_name().
2634 Added a headers.h reference file that contains known header names
2635 (RFC2822 and others) to the translation process' input, so that
2636 translated header names will still exist even if no occurrence of
2637 _("headername") is found anymore in the sources.
2638 Don't translate column name 'Number' following to trans_hdr option
2639 value as it's not a header name.
2641 2007-04-20 [colin] 2.9.1cvs4
2643 * src/gtk/quicksearch.c
2644 * src/gtk/quicksearch.h
2645 Add "From, To or Subject" quicksearch
2646 type. Patch by ulfschaper@users.sf.net
2648 2007-04-20 [colin] 2.9.1cvs3
2651 Implement proper references filtering condition.
2652 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2654 2007-04-19 [wwp] 2.9.1cvs2
2656 * src/prefs_display_header.c
2657 * src/message_search.c
2658 Fix few warnings (g_free of const gchar*).
2660 2007-04-19 [paul] 2.9.1cvs1
2666 bump version number following
2669 2007-04-19 [paul] 2.9.0cvs9
2671 * manual/advanced.xml
2672 * manual/glossary.xml
2675 2007-04-18 [paul] 2.9.0cvs8
2678 fix for CVE-2007-1558 (APOP)
2681 2007-04-18 [paul] 2.9.0cvs7
2687 Fix encoding woes wrt saving of
2691 2007-04-18 [colin] 2.9.0cvs6
2693 * src/gtk/pluginwindow.c
2694 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2696 2007-04-17 [wwp] 2.9.0cvs5
2702 Fix --disable-ldap build,
2703 fix some LDAP annoyances on
2704 searches, thanks to Colin.
2706 2007-04-17 [wwp] 2.9.0cvs4
2709 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2710 like gcc 2.9x. Thanks to Colin.
2712 2007-04-17 [wwp] 2.9.0cvs3
2728 Add LDAP write support. Patch mostly by
2729 Michael <mir at datanom dot net>
2731 2007-04-17 [wwp] 2.9.0cvs2
2734 Prepend "Add to address book" to the context menu of compose window's sender and
2737 2007-04-16 [paul] 2.9.0cvs1
2742 2007-04-16 [paul] 2.9.0
2749 2007-04-16 [paul] 2.8.1cvs102
2752 updated by Fabien Vantard
2754 2007-04-16 [paul] 2.8.1cvs101
2764 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2765 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2766 Aleksandar Urosevic, and Ralgh Young
2768 2007-04-15 [mones] 2.8.1cvs100
2773 2007-04-14 [colin] 2.8.1cvs99
2775 * src/message_search.c
2776 * src/prefs_display_header.c
2777 * src/summary_search.c
2778 * src/gtk/combobox.c
2781 2007-04-14 [wwp] 2.8.1cvs98
2783 * src/gtk/combobox.c
2784 * src/message_search.c
2785 * src/summary_search.c
2786 * src/prefs_display_header.c
2787 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2788 returns NULL, get the text value directly from the GtkEntry child.
2790 2007-04-13 [colin] 2.8.1cvs97
2792 * src/gtk/quicksearch.c
2793 Give the focus back to summaryview when
2794 emptying the quicksearch with Esc
2796 2007-04-13 [colin] 2.8.1cvs96
2798 * src/message_search.c
2799 * src/prefs_display_header.c
2800 * src/summary_search.c
2801 Fix possibles crashes when getting text
2804 2007-04-13 [colin] 2.8.1cvs95
2807 Add some UIDL debugging
2809 2007-04-12 [colin] 2.8.1cvs94
2812 Force folder scan if necessary after
2813 copying mails, to be able to reapply
2816 2007-04-11 [colin] 2.8.1cvs93
2819 don't scan for new mail on startup if --select
2820 is specified (or race conditions arise). If so,
2821 do both sequentially.
2823 2007-04-09 [colin] 2.8.1cvs92
2826 Use leafpad by default on Maemo. Patch
2829 2007-04-06 [colin] 2.8.1cvs91
2831 * src/pixmaps/queue_close.xpm
2832 * src/pixmaps/queue_close_hrm.xpm
2833 * src/pixmaps/queue_close_hrm_mark.xpm
2834 * src/pixmaps/queue_close_mark.xpm
2835 * src/pixmaps/queue_open.xpm
2836 * src/pixmaps/queue_open_hrm.xpm
2837 * src/pixmaps/queue_open_hrm_mark.xpm
2838 * src/pixmaps/queue_open_mark.xpm
2839 Move the clock one pixel down :)
2841 2007-04-05 [colin] 2.8.1cvs90
2844 Don't sync when switching offline from
2845 command line - it's usually too late :)
2847 2007-04-05 [paul] 2.8.1cvs89
2850 * src/stock_pixmap.c
2851 * src/pixmaps/dir_close_hrm.xpm
2852 * src/pixmaps/dir_close_hrm_mark.xpm
2853 * src/pixmaps/drafts_close.xpm
2854 * src/pixmaps/drafts_close_mark.xpm
2855 * src/pixmaps/drafts_open.xpm
2856 * src/pixmaps/drafts_open_mark.xpm
2857 * src/pixmaps/inbox.xpm
2858 * src/pixmaps/inbox_close.xpm
2859 * src/pixmaps/inbox_close_hrm.xpm
2860 * src/pixmaps/inbox_close_hrm_mark.xpm
2861 * src/pixmaps/inbox_close_mark.xpm
2862 * src/pixmaps/inbox_hrm.xpm
2863 * src/pixmaps/inbox_hrm_mark.xpm
2864 * src/pixmaps/inbox_mark.xpm
2865 * src/pixmaps/inbox_open.xpm
2866 * src/pixmaps/inbox_open_hrm.xpm
2867 * src/pixmaps/inbox_open_hrm_mark.xpm
2868 * src/pixmaps/inbox_open_mark.xpm
2869 * src/pixmaps/outbox.xpm
2870 * src/pixmaps/outbox_close.xpm
2871 * src/pixmaps/outbox_close_hrm.xpm
2872 * src/pixmaps/outbox_close_hrm_mark.xpm
2873 * src/pixmaps/outbox_close_mark.xpm
2874 * src/pixmaps/outbox_hrm.xpm
2875 * src/pixmaps/outbox_hrm_mark.xpm
2876 * src/pixmaps/outbox_mark.xpm
2877 * src/pixmaps/outbox_open.xpm
2878 * src/pixmaps/outbox_open_hrm.xpm
2879 * src/pixmaps/outbox_open_hrm_mark.xpm
2880 * src/pixmaps/outbox_open_mark.xpm
2881 * src/pixmaps/queue_close.xpm
2882 * src/pixmaps/queue_close_hrm.xpm
2883 * src/pixmaps/queue_close_hrm_mark.xpm
2884 * src/pixmaps/queue_close_mark.xpm
2885 * src/pixmaps/queue_open.xpm
2886 * src/pixmaps/queue_open_hrm.xpm
2887 * src/pixmaps/queue_open_hrm_mark.xpm
2888 * src/pixmaps/queue_open_mark.xpm
2889 updated, added and replaced icons
2892 2007-04-04 [colin] 2.8.1cvs88
2895 Fix build without libetpan
2897 2007-04-03 [colin] 2.8.1cvs87
2900 Fix crash with Citadel, and try to make
2901 things work. this server (and specifically
2902 STATUS and APPEND at least) seems broken.
2904 2007-04-03 [colin] 2.8.1cvs86
2907 Fix icons on folder close
2909 2007-04-03 [colin] 2.8.1cvs85
2912 Fix double-ask of offline override in
2917 Much more efficient way to synchronise
2919 * src/etpan/imap-thread.c
2922 * src/gtk/quicksearch.c
2925 2007-04-03 [paul] 2.8.1cvs84
2930 * src/prefs_common.c
2931 * src/prefs_common.h
2933 Fix sync being done too late
2936 2007-04-02 [colin] 2.8.1cvs83
2939 Maemo: Put status and quicksearch at the top
2940 * src/plugins/bogofilter/bogofilter.c
2941 * src/plugins/spamassassin/spamassassin.c
2942 Derive trash from inbox if possible
2944 2007-04-02 [paul] 2.8.1cvs82
2946 * src/plugins/bogofilter/bogofilter_gtk.c
2947 a few English changes
2953 2007-04-02 [colin] 2.8.1cvs81
2955 * src/image_viewer.c
2956 Fix transparent images by using
2959 Flush events (on new windows) to avoid
2960 having the textview's image resize fail
2961 to know the available width
2963 2007-04-01 [colin] 2.8.1cvs80
2965 * src/prefs_account.c
2966 If no MH mailbox exist, when creating a POP/Local
2967 account, just create and use the default one
2968 instead of bailing with a "Mailbox doesn't exist"
2971 2007-03-31 [colin] 2.8.1cvs79
2973 * src/prefs_account.c
2974 Create signature file if it doesn't exist
2976 * src/prefs_toolbar.c
2977 Maemo: Move "Use default" on the left so
2978 that people can find it
2980 Maemo: make default editor "Maemopad",
2981 default signature file "MyDocs/signature.txt"
2983 2007-03-31 [colin] 2.8.1cvs78
2985 * src/prefs_account.c
2986 Maemo: rework account prefs so
2987 that less horizontal scrolling
2990 2007-03-31 [colin] 2.8.1cvs77
2993 * src/prefs_common.c
2994 * src/prefs_common.h
2995 Fix bug 1167, 'Allow not displaying zeros
2996 in folder list'. Patch by MartinP
2998 2007-03-31 [colin] 2.8.1cvs76
3003 2007-03-31 [colin] 2.8.1cvs75
3006 Apply patch from bug 1172, direct
3007 access to the folder's session instead
3008 of using getter. Patch by MartinP
3010 2007-03-31 [paul] 2.8.1cvs74
3013 no need to list Fabien twice!
3015 2007-03-31 [colin] 2.8.1cvs73
3018 If we're currently "overriding for %d minutes",
3021 2007-03-31 [colin] 2.8.1cvs72
3029 * src/plugins/spamassassin/spamassassin.c
3030 Offline override: Add a parameter to allow
3031 asking even if the override timer is running.
3032 Allows to ask every time the user makes an
3033 explicit action needing online access (such
3034 as Get Mail), and not when the action is
3035 implicit (such as opening an IMAP folder)
3037 2007-03-31 [colin] 2.8.1cvs71
3040 Override offline: "No" answer shouldn't
3041 re-ask after 3 seconds, but 10 minutes.
3043 2007-03-30 [colin] 2.8.1cvs70
3045 * src/common/socket.c
3046 Better error reporting on unix socket
3047 failure (bind usually)
3048 * src/gtk/gtkutils.c
3049 * src/gtk/gtkutils.h
3050 Label window: add a pulsing progress
3051 bar to show we're not hung :)
3054 * src/plugins/pgpcore/sgpgme.c
3057 2007-03-30 [colin] 2.8.1cvs69
3060 * src/prefs_common.c
3061 Fix possible trashing of history and uidl
3062 files on disk full problems
3064 2007-03-30 [paul] 2.8.1cvs68
3069 update summary when changing layout type
3070 (fixes wrong folder icon being displayed)
3073 2007-03-29 [colin] 2.8.1cvs67
3075 * src/prefs_ext_prog.c
3076 The browser pref is irrelevant on Maemo
3078 2007-03-29 [colin] 2.8.1cvs66
3082 Maemo: dynamically switch headers/text position
3083 * src/prefs_common.c
3084 Maemo: hide compose's ruler by default
3085 * src/common/socket.c
3086 * src/common/socket.h
3089 2007-03-29 [colin] 2.8.1cvs65
3091 * src/common/socket.c
3092 * src/common/socket.h
3093 Fix build when MAEMO_CFLAGS contains
3094 _X_OPENSOURCE (resolv.h errors as long
3095 as we don't add _BSD_SOURCE. Ugly).
3097 2007-03-29 [wwp] 2.8.1cvs64
3099 * src/prefs_logging.c
3100 Fix sensitivity of clip-log widgets in prefs/logging,
3103 2007-03-29 [wwp] 2.8.1cvs63
3106 Updated files list for translations, thanks to Fabien.
3108 2007-03-29 [colin] 2.8.1cvs62
3111 * src/common/Makefile.am
3112 * src/common/utils.c
3113 Maybe make URI opening work in Maemo
3116 2007-03-28 [colin] 2.8.1cvs61
3121 Add the possibility to sort folders arbitrarily
3122 (via editing of folderlist.xml only). Patch by
3123 Martin P <mp26+claws@os.inf.tu-dresden.de>
3124 Fixes bug 1166, 'Folder ordering is fixed and cannot
3125 be changed by the user'
3127 2007-03-28 [colin] 2.8.1cvs60
3130 Add popup menu for mime icons
3132 2007-03-28 [colin] 2.8.1cvs59
3135 Fix a layout issue when presenting
3136 mainwindow in Small screen layout
3139 Add a "Go to folder list" button for
3140 mainwindow, and make it default in
3143 2007-03-28 [colin] 2.8.1cvs58
3146 Don't dynamically update title on Maemo
3147 Patch by Jean-Luc Biord
3149 2007-03-27 [colin] 2.8.1cvs57
3154 Enable tap-and-hold on Maemo
3156 2007-03-26 [colin] 2.8.1cvs56
3159 More popup-menu (in attachments list)
3161 2007-03-26 [colin] 2.8.1cvs55
3164 Enable popup-menu signal
3166 2007-03-26 [colin] 2.8.1cvs54
3168 * src/plugins/pgpinline/pgpinline.c
3169 Fix bug 1111, 'PGP/inline plugin hides text
3170 around encrypted text block'. Patch based on
3171 a patch from Michal Cihar.
3173 2007-03-26 [wwp] 2.8.1cvs53
3176 Fix getting a false error when sending queued message
3177 whereas the sending was fine (if there are subfolders
3178 in the queue folder), thanks to Colin.
3180 2007-03-26 [paul] 2.8.1cvs52
3183 update FACE header in welcome message
3185 2007-03-25 [colin] 2.8.1cvs51
3190 2007-03-25 [colin] 2.8.1cvs50
3193 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3195 2007-03-24 [colin] 2.8.1cvs49
3198 Fix a few launch problems on Maemo
3199 Patch by Jean-Luc Biord
3201 2007-03-24 [wwp] 2.8.1cvs48
3207 Fix wrong action performed when closing the
3208 "ask about account specific filtering rules
3209 when filtering manually" dialog by pressing Escape.
3210 Fix wrong order of buttons in the "return receipt
3211 notification - the message was sent to several of
3212 your accounts" dialog.
3214 2007-03-24 [paul] 2.8.1cvs47
3217 an improvement to English usage
3218 * tools/kdeservicemenu/README
3221 2007-03-24 [paul] 2.8.1cvs46
3224 * src/stock_pixmap.c
3225 * src/pixmaps/edit_extern.xpm
3226 * src/pixmaps/mail_sign.xpm
3227 rescue long lost icons
3229 2007-03-24 [paul] 2.8.1cvs45
3232 fix toolbar (broken in 2.8.1cvs42)
3234 2007-03-23 [colin] 2.8.1cvs44
3237 Correctly unsubscribe/resubscribe after
3240 2007-03-23 [colin] 2.8.1cvs43
3242 * src/prefs_common.c
3243 Maemo: as the platform is light on RAM, allow
3244 caches to be discarded faster.
3246 2007-03-23 [colin] 2.8.1cvs42
3251 * src/stock_pixmap.c
3252 * src/stock_pixmap.h
3257 * src/pixmaps/open_mail.xpm
3258 Maemo changes: Add the possibility to have
3259 "Open Email" and "Close Window" buttons on
3260 toolbars (and use them in Maemo's default
3263 2007-03-23 [wwp] 2.8.1cvs41
3266 Reverted that part of the action dialog closure logics, to
3267 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3268 done later in a different way (or may not).
3270 2007-03-22 [wwp] 2.8.1cvs40
3273 Fix sticky action dialog when got no output but action command
3274 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3276 2007-03-22 [colin] 2.8.1cvs39
3278 * src/prefs_filtering.c
3279 * src/gtk/combobox.h
3280 Fix escaping account names in filtering prefs
3282 2007-03-22 [colin] 2.8.1cvs38
3287 Add any attribute specified in LDAP servers'
3288 Search attributes to the Other Attributes tab
3289 of contacts; Add 'telephoneNumber' in the
3292 2007-03-22 [colin] 2.8.1cvs37
3297 Try to prevent race conditions when
3298 changing the folder list
3300 Fix possible red folder icon when
3301 switching from Small screen layout
3304 2007-03-22 [colin] 2.8.1cvs36
3309 Rename "little screen" to "Small screen"
3310 * src/gtk/Makefile.am
3311 * src/common/utils.c
3313 Fix Maemo-related compilation problems
3315 2007-03-21 [colin] 2.8.1cvs35
3319 * claws-mail.desktop
3320 Remove .png from the Icon, it's useless
3322 2007-03-21 [colin] 2.8.1cvs34
3326 Add the necessary lib checking for
3329 2007-03-21 [colin] 2.8.1cvs33
3332 Fix unconditional "error happened" when
3333 sending via command-line. "lol @ myself"
3335 2007-03-21 [colin] 2.8.1cvs32
3337 * claws-mail-40x40.png
3338 * claws-mail-26x26.png
3348 * src/prefs_account.c
3349 * src/prefs_common.c
3350 * src/summary_search.c
3354 * src/gtk/gtkutils.c
3355 * src/gtk/gtkutils.h
3356 * src/gtk/logwindow.c
3358 * src/gtk/prefswindow.c
3359 Add Maemo port (patch mainly by Jean-Luc Biort)
3360 Add a new 'Little screen' layout to help on such
3361 platforms (patch by me)
3362 Make some default preferences different (more
3363 adapted) on Maemo (patch by me)
3365 2007-03-21 [wwp] 2.8.1cvs31
3367 * src/prefs_logging.c
3368 * src/prefs_logging.h
3369 Fixed copyright header of newly added files.
3371 2007-03-21 [wwp] 2.8.1cvs30
3387 * src/prefs_common.c
3388 * src/prefs_common.h
3389 * src/prefs_logging.c
3390 * src/prefs_logging.h
3393 * src/send_message.c
3398 * src/common/session.c
3400 * src/common/socket.c
3401 * src/etpan/imap-thread.c
3402 * src/gtk/logwindow.c
3403 * src/gtk/logwindow.h
3404 * src/plugins/bogofilter/bogofilter.c
3405 * src/plugins/spamassassin/spamassassin.c
3406 Added debugging of filtering/processing rules.
3407 The debug log is here 'Tools/Filtering debug window',
3408 the options there 'Configuration/Preferences/Other/Logging',
3409 and the log file is ~/.claws-mail/filtering.log.
3410 Moved protocol log prefs to 'Other/Logging' as well.
3411 To support such debugging feature, the existing log API has
3412 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3413 this impacts many external modules (commits follow).
3415 2007-03-21 [paul] 2.8.1cvs29
3417 * src/etpan/Makefile.am
3418 * src/etpan/imap-thread.c
3419 add missing #include
3421 2007-03-21 [colin] 2.8.1cvs28
3424 Fix bug 1157, 'some broken messages confuse
3425 mime parser'. Make sure we can't have MimeInfos
3426 with negative sizes.
3428 2007-03-20 [colin] 2.8.1cvs27
3431 Fix missing \0 on buffer
3433 2007-03-20 [colin] 2.8.1cvs26
3436 Use make_dir_hier instead of make_dir
3437 to create the MH mailbox
3439 2007-03-20 [colin] 2.8.1cvs25
3443 * src/prefs_account.c
3445 Fix default inbox weirdnesses (after wizard,
3446 if path is Mail, mailbox identifier is #mh/Mailbox,
3447 and when creating new accounts)
3449 2007-03-20 [colin] 2.8.1cvs24
3452 Write folderlist after adding/deleting accounts
3455 2007-03-20 [colin] 2.8.1cvs23
3458 * src/remotefolder.h
3459 Fix bug 1153, 'CM segfaults if IMAP folder is
3460 selected while scanning prior to update'
3462 2007-03-17 [paul] 2.8.1cvs22
3465 fix a typo, and be a little more verbose.
3467 2007-03-17 [wwp] 2.8.1cvs21
3470 Fix a compiler warning.
3472 2007-03-16 [wwp] 2.8.1cvs20
3476 Updated to deal w/ the new mairix.sh tool.
3478 2007-03-16 [wwp] 2.8.1cvs19
3481 Fix logics issues around the action IO dialog:
3482 - disable entry widget and exec button when
3483 the exec button is clicked (don't wait for any
3484 output line) - fix possible disabling/re-enabling/
3485 re-disabling of those widgets
3486 - raise an error if executing a %as{} action either
3487 empty or invalid, instead of failing silently
3488 - don't close the dialog if the abort button has been
3489 clicked and if there was no output yet
3490 - set focus to the abort button when the exec button
3492 - fix capitalization of a warning message
3494 2007-03-16 [wwp] 2.8.1cvs18
3497 Added a wrapper to mairix to the tools folder.
3499 2007-03-16 [colin] 2.8.1cvs17
3503 Allow mimeviewer plugins to print
3506 2007-03-16 [colin] 2.8.1cvs16
3511 2007-03-15 [colin] 2.8.1cvs15
3515 Add a way for mimeviewer plugins to
3516 implement body search
3518 2007-03-15 [paul] 2.8.1cvs14
3520 * src/prefs_spelling.c
3523 2007-03-15 [paul] 2.8.1cvs13
3525 * src/common/quoted-printable.c
3526 fix decoding of quoted-printable parts
3528 2007-03-14 [wwp] 2.8.1cvs12
3530 * src/gtk/logwindow.h
3531 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3533 2007-03-14 [wwp] 2.8.1cvs11
3535 * src/gtk/logwindow.h
3536 Complete 2.8.1cvs10.
3538 2007-03-14 [colin] 2.8.1cvs10
3540 * src/gtk/logwindow.c
3541 Probably fix bug 1149, crash on logwindow
3542 close - at the expense of performance once
3543 logwin has been opened
3545 2007-03-14 [colin] 2.8.1cvs9
3548 If claws-mail is running on another
3549 display, warn instead of popping it up
3550 on the other display
3552 2007-03-12 [colin] 2.8.1cvs8
3555 Fix bug 1145, 'Setting a different name
3556 for the Mailbox name isn't reflected in
3557 default account settings'. Patch by wwp
3559 2007-03-12 [colin] 2.8.1cvs7
3562 Fix bug 1143, 'Add number of messages to be
3563 deleted to confirmation dialog'
3565 2007-03-12 [wwp] 2.8.1cvs6
3568 * src/prefs_common.c
3569 * src/prefs_common.h
3570 * src/prefs_summaries.c
3571 Changed the option that displays unread messages count
3572 next to the folder name in folder list: it is now
3573 possible to either display nothing, display the
3574 unread messages number only or the unread and total messages
3575 numbers. The patch includes this extra feature as well
3576 as some minor fixes by rewriting the algo in folderview.c.
3577 Thanks to Paul for the original idea and implementation, plus
3578 testing and proof-reading!
3580 2007-03-09 [paul] 2.8.1cvs5
3584 * tools/claws-mail-compose-insert-files.pl
3585 added a script which enables inserting files
3586 into the message body of a new Claws Mail
3587 Compose window from the command line. Additionally
3588 To, Cc, Subject and files to attach to the message
3591 2007-03-09 [wwp] 2.8.1cvs4
3596 Optimize matching of addresses in the addressbook
3597 (filtering/processing 'found_in_addressbook' condition).
3599 2007-03-07 [wwp] 2.8.1cvs3
3602 * src/quote_fmt_lex.l
3603 * src/quote_fmt_parse.y
3604 Add a new quote format symbol: %A to insert the
3605 sender email address (just the address itself).
3607 2007-03-06 [wwp] 2.8.1cvs2
3609 * src/gtk/gtkutils.c
3610 * src/plugins/trayicon/trayicon_prefs.h
3611 * src/plugins/trayicon/trayicon_prefs.c
3612 * src/plugins/trayicon/trayicon.c
3615 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3616 minimizing Claws-Mail main window will hide it to the trayicon instead.
3619 2007-03-06 [paul] 2.8.1cvs1
3625 bump version number following
3628 2007-03-06 [paul] 2.8.0cvs24
3631 corrected by by Tim <timbrain@post.cz>
3633 2007-03-05 [colin] 2.8.0cvs23
3637 Fix mime/globs path on NetBSD
3638 patch by George Michaelson
3640 2007-03-05 [wwp] 2.8.0cvs22
3643 Remove debug statement (accidentally committed w/ cvs14).
3645 2007-03-05 [paul] 2.8.0cvs21
3647 * src/plugins/pgpcore/prefs_gpg.c
3648 fix compiler warning
3650 2007-03-05 [wwp] 2.8.0cvs20
3652 * src/matcher_parser_parse.y
3653 Fix mismerge between cvs17 and cvs19.
3655 2007-03-05 [wwp] 2.8.0cvs19
3657 * src/matcher_parser_parse.y
3658 * src/prefs_filtering_action.c
3663 Add new 'add_to_addressbook' filtering/processing action.
3665 2007-03-05 [wwp] 2.8.0cvs18
3668 Fix mark_as_ham filtering/processing action: spam flag
3671 2007-03-04 [colin] 2.8.0cvs17
3676 * src/matcher_parser_parse.y
3677 * src/prefs_filtering_action.c
3678 Add 'Mark as spam' and 'Mark as ham' filtering
3679 actions. Fixes bug 1138.
3681 2007-03-04 [colin] 2.8.0cvs16
3684 Fix bug 1140, wrong return value
3687 2007-03-04 [wwp] 2.8.0cvs15
3690 Rollback cvs14: don't free stuff that is managed in g_list.
3692 2007-03-04 [wwp] 2.8.0cvs14
3695 Fix a leak in address completion code.
3697 2007-03-04 [colin] 2.8.0cvs13
3700 Maybe fix bug 1136, 'Crash in group
3703 2007-03-04 [iwkse] 2.8.0cvs12
3706 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3708 2007-03-03 [colin] 2.8.0cvs11
3710 * src/plugins/pgpinline/pgpinline.c
3711 Fix off-by-one, fix double-free. Fixes
3712 bug 1135, 'cm-segfault on decrypting
3715 2007-03-03 [colin] 2.8.0cvs10
3719 * src/common/plugin.c
3720 Fix bug 1134, 'Valgrind macros unhandled
3723 2007-03-02 [colin] 2.8.0cvs9
3726 Don't error out on EAGAIN. Fixes
3727 bug 1129, '"local mbox file" account
3728 isn't retrieving mails'
3730 2007-03-01 [wwp] 2.8.0cvs8
3733 * src/gtk/colorlabel.c
3734 Remove accels for extra color labels until we set better
3735 and definitive ones.
3737 2007-02-28 [wwp] 2.8.0cvs7
3740 * src/matcher_parser_parse.y
3741 * src/prefs_common.c
3742 * src/prefs_msg_colors.c
3744 * src/gtk/colorlabel.c
3745 * src/gtk/colorlabel.h
3746 Add more customizable color labels. Cleaned up a bit
3747 the color label API to avoid duplicate defines of
3748 the max number of colors.
3750 2007-02-27 [colin] 2.8.0cvs6
3753 * src/common/utils.c
3754 * src/common/utils.h
3755 Fix '+' in mailto URIs for List-* headers
3757 2007-02-27 [colin] 2.8.0cvs5
3759 * src/gtk/gtkutils.c
3760 Use gtk_window_set_role instead of
3763 2007-02-27 [colin] 2.8.0cvs4
3766 Fix "After receiving new mail, go to inbox" on IMAP,
3767 and make it work only on manual reception
3769 2007-02-27 [wwp] 2.8.0cvs3
3771 * src/prefs_filtering.c
3772 * src/prefs_filtering_action.c
3773 * src/prefs_matcher.c
3774 Update filtering matcher's and action's color label menus
3775 when re-opening those dialogs (reflect any change to the
3776 color labels list in the preferences).
3778 2007-02-27 [colin] 2.8.0cvs2
3781 * src/etpan/etpan-thread-manager-types.h
3782 * src/etpan/etpan-thread-manager.c
3783 * src/etpan/imap-thread.c
3784 Log imap ALERTs as errors in the log.
3786 2007-02-26 [paul] 2.8.0cvs1
3788 * tools/claws.i18n.status.pl
3791 2007-02-26 [paul] 2.7.2cvs75
3805 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3806 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3807 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3808 Aleksandar Urosevic, and Ralgh Young
3810 2007-02-25 [mones] 2.7.2cvs74
3815 2007-02-25 [colin] 2.7.2cvs73
3818 Clearing the list is only useful
3819 to prevent a valgrind false-positive
3821 2007-02-25 [paul] 2.7.2cvs72
3825 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3826 * tools/maildir2claws-mail.pl **REMOVED**
3827 renamed the script, fixed a couple bugs
3829 2007-02-23 [colin] 2.7.2cvs71
3832 Fix a leak, check for a few improbable nulls
3834 2007-02-23 [colin] 2.7.2cvs70
3838 * src/plugins/trayicon/trayicon.c
3839 Fix blinking mainwin when starting in tray
3840 (show mainwindow later in the startup process,
3841 apart if restarting post-crash)
3843 2007-02-23 [colin] 2.7.2cvs69
3847 Fix crash when unsubscribing the currently
3848 selected/opened folder
3850 2007-02-23 [colin] 2.7.2cvs68
3853 Fix bug that prevented colorization to
3854 work without wrap quotation option
3856 2007-02-23 [colin] 2.7.2cvs67
3859 Fix refcounting, start and end completion who
3860 behaved as if there couldn't be any other current
3863 2007-02-23 [wwp] 2.7.2cvs66
3867 Address completion fixes: fix addressbook_peek_folder_exists() in
3868 which the algorithm was ridiculously over-obfuscated and broken.
3869 Fix addrindex_load_completion() as well, to load addresses in
3870 completion list with regards to what addressbook_peek_folder_exists()
3873 2007-02-23 [wwp] 2.7.2cvs65
3876 Add addresses to completion when they're non-empty (thanks to Colin).
3878 2007-02-23 [paul] 2.7.2cvs64
3880 * src/plugins/pgpcore/passphrase.c
3883 2007-02-23 [colin] 2.7.2cvs63
3885 * src/plugins/pgpcore/prefs_gpg.c
3886 * src/plugins/pgpcore/prefs_gpg.h
3887 * src/plugins/pgpcore/sgpgme.c
3888 * src/plugins/pgpinline/pgpinline.c
3889 * src/plugins/pgpmime/pgpmime.c
3890 Try harder to respect user's choice wrt
3891 gpg-agent even with gpg2, by unsetting
3892 GPG_AGENT_INFO when necessary.
3894 2007-02-22 [paul] 2.7.2cvs62
3896 * src/plugins/pgpcore/sgpgme.c
3897 * src/plugins/pgpcore/sgpgme.h
3898 * src/plugins/pgpcore/passphrase.c
3899 * src/plugins/pgpinline/pgpinline.c
3900 * src/plugins/pgpmime/pgpmime.c
3901 Fix a leak - gpgme_data_release_and_get_mem
3902 leaks in recent gpgme. Workaround by using
3905 2007-02-22 [paul] 2.7.2cvs61
3907 * src/gtk/quicksearch.c
3908 Abandon dynamic search when pressing
3911 2007-02-21 [colin] 2.7.2cvs60
3914 * src/plugins/pgpcore/passphrase.c
3915 Fix little memory leaks
3917 Fix false-positive leak at exit
3918 * src/gtk/quicksearch.c
3919 Fix potentially big leak in recursive
3922 2007-02-21 [wwp] 2.7.2cvs59
3925 Add missing newline to a debug message.
3927 2007-02-20 [colin] 2.7.2cvs58
3931 * src/stock_pixmap.c
3932 * src/stock_pixmap.h
3933 * src/pixmaps/mime_pgpsig.xpm
3934 Add icon for application/pgp-signature
3936 2007-02-20 [colin] 2.7.2cvs57
3941 * src/stock_pixmap.c
3942 * src/stock_pixmap.h
3943 * src/pixmaps/mime_calendar.xpm
3944 * src/pixmaps/mime_pdf.xpm
3945 * src/pixmaps/mime_ps.xpm
3946 Add icons for text/calendar, application/pdf
3947 and application/postscript
3949 2007-02-20 [colin] 2.7.2cvs56
3952 * src/matcher_parser_parse.y
3953 * src/matcher_parser_lex.l
3954 Fix big memory leak in flex, and
3957 2007-02-20 [wwp] 2.7.2cvs55
3959 * src/matcher_parser_parse.y
3960 Fix a duplicate token definition (thanks to iwkse).
3962 2007-02-20 [wwp] 2.7.2cvs54
3964 * src/matcher_parser_lex.l
3965 * src/quote_fmt_lex.l
3966 Use proper flex options instead of direct use of #define,
3967 make the flex-generated C lighter.
3969 2007-02-20 [colin] 2.7.2cvs53
3972 Grab focus in message list after hiding
3973 the quicksearch, instead of leaving it
3976 2007-02-19 [colin] 2.7.2cvs52
3979 Fix bug 1033, 'Automatically refresh
3980 message list when new messages arrives'
3981 Looks like folderview->opened can sometimes
3984 2007-02-19 [paul] 2.7.2cvs51
3988 * tools/thunderbird-filters-convertor.pl
3989 add new script which converts thunderbird filter
3990 rules to Claws filter rules
3992 2007-02-18 [paul] 2.7.2cvs50
3994 * src/plugins/pgpcore/prefs_gpg.c
3995 * src/plugins/pgpcore/prefs_gpg.h
3996 * src/plugins/pgpcore/sgpgme.c
3997 * src/plugins/pgpinline/pgpinline.c
3998 * src/plugins/pgpmime/pgpmime.c
3999 improved GUI interoperability with gpg-agent
4001 2007-02-18 [paul] 2.7.2cvs49
4003 * src/prefs_account.c
4004 Privacy options sensitivity fix
4006 2007-02-17 [colin] 2.7.2cvs48
4009 Reset icon to warning in the noticeview
4011 2007-02-15 [colin] 2.7.2cvs47
4014 Fix a manifestation of bug 1033 (summaryview failing
4015 to update for new mails), which happens after editing
4016 account preferences or preferences that cause a
4019 2007-02-15 [colin] 2.7.2cvs46
4022 Probably fix bug 1123, 'Segmentation
4023 fault while opening address book'. I get
4024 g_warnings if the saved paned position is
4025 not greater than 0. Also, save position
4026 when hiding the addressbook instead of
4029 2007-02-14 [colin] 2.7.2cvs45
4031 * src/plugins/pgpcore/prefs_gpg.c
4032 * src/plugins/pgpcore/prefs_gpg.h
4033 * src/plugins/pgpcore/sgpgme.c
4034 * src/plugins/pgpinline/pgpinline.c
4035 * src/plugins/pgpmime/pgpmime.c
4036 Add an option "Use gpg-agent if available". Fixes
4037 annoyances with distro-installed gpg-agent, when
4038 no pinentry program is installed, and the user's
4039 at a loss on why "decryption failed". Makes more
4040 clear why passphrase isn't saved when gpg-agent is
4041 used. Defaults to true, to avoid changing the
4044 2007-02-14 [wwp] 2.7.2cvs44
4046 * src/matcher_parser_parse.y
4047 Fix missing line number reset (wrong line number might appear
4048 when re-loading filtering rules if there's a parser error).
4050 2007-02-13 [colin] 2.7.2cvs43
4052 * src/common/utils.c
4053 Don't encode ',' in URIs before passing it
4054 to the browser command-line. It was probably
4055 done at a time where commas in URIs made
4056 mozilla -remote 'openurl(%s,new-window)'
4059 2007-02-13 [wwp] 2.7.2cvs42
4061 * src/prefs_matcher.c
4062 * src/plugins/bogofilter/bogofilter_gtk.c
4063 A bit of string factorization around "Select ..." buttons.
4065 2007-02-11 [colin] 2.7.2cvs41
4068 Make sure to escape the title
4070 2007-02-11 [colin] 2.7.2cvs40
4073 Recognize .utf8 locales as .UTF-8 ones
4075 2007-02-11 [colin] 2.7.2cvs39
4078 Fix code conversion when dragging a file
4080 2007-02-09 [colin] 2.7.2cvs38
4082 * src/plugins/clamav/clamav_plugin.c
4083 Complete Paul's patch with conditional
4084 compilation to avoid breaking compilation
4085 on old Dapper and Edgy... Maybe other
4088 2007-02-09 [paul] 2.7.2cvs37
4090 * src/plugins/clamav/clamav_plugin.c
4091 fix for the upstream changes in libclamav
4093 2007-02-09 [paul] 2.7.2cvs36
4099 fix "warn if there are queued messages" (on exit)
4100 option, which only checked the first mailbox's
4102 don't ask before emptying trash if there are no
4103 messages in trash, also check and empty all trash
4106 move "Ask before emptying trash" option
4107 outside of the "On exit" frame as it's
4108 not only an "On exit" option
4110 2007-02-09 [paul] 2.7.2cvs35
4115 * src/prefs_account.c
4116 * src/prefs_folder_item.c
4118 * src/prefs_matcher.c
4119 * src/prefs_message.c
4120 * src/prefs_msg_colors.c
4121 * src/prefs_summaries.c
4123 * src/gtk/inputdialog.c
4124 * src/plugins/bogofilter/bogofilter_gtk.c
4125 pedantic commit: use 'checkbtn' everywhere
4126 instead of a mixture of 'checkbtn' and 'chkbtn'
4128 2007-02-09 [paul] 2.7.2cvs34
4134 move "Never send Return Receipts" from
4135 prefs_other to prefs_send
4136 add an option "Ask about account specific
4137 filtering rules..." to prefs_other
4138 * src/gtk/gtkutils.c
4139 fix a compiler warning
4141 2007-02-08 [colin] 2.7.2cvs33
4143 * src/plugins/pgpinline/pgpinline.c
4144 Fix bug 1110, 'pgpmime fails to process
4145 encapsulated openpgp mime (rfc 3156, 6.1
4147 It was due to an interaction between PGP/Mime
4148 and PGP/Inline plugin.
4150 2007-02-08 [colin] 2.7.2cvs32
4155 Fix bug 1117, 'fcntl locking code
4156 does not work in mbox.c'
4158 2007-02-08 [colin] 2.7.2cvs31
4160 * src/prefs_account.c
4161 Fix Gentoo bug 165819, 'can't create
4162 a "local mbox file" account'. Patch
4163 by Olivier <castan.o@free.fr>
4165 2007-02-07 [colin] 2.7.2cvs30
4168 Fix bug 1106, 'Claws crash on exit if LDAPS
4169 autocompletion was used'
4171 2007-02-07 [paul] 2.7.2cvs29
4174 cut down on unnecessary debug_prints
4176 fix menu_set_active() on 'Show only
4179 2007-02-07 [paul] 2.7.2cvs28
4181 * src/plugins/clamav/clamav_plugin.c
4182 * src/plugins/clamav/clamav_plugin.h
4183 * src/plugins/clamav/clamav_plugin_gtk.c
4184 fix copyright header
4186 2007-02-07 [paul] 2.7.2cvs27
4189 fix bug 1116, 'summary view allow a
4192 2007-02-06 [colin] 2.7.2cvs26
4197 2007-02-05 [fabien] 2.7.2cvs25
4201 i18n related - 1 fix and 1 message for translators.
4203 2007-02-05 [colin] 2.7.2cvs24
4205 * src/gtk/quicksearch.c
4206 Don't reload summary list if quicksearch wasn't
4207 active on hiding; move currently selected mail in
4208 the visible area when showing the quicksearch
4210 2007-02-05 [colin] 2.7.2cvs23
4213 Add debug to try to solve bug 1104
4215 2007-02-05 [paul] 2.7.2cvs22
4218 confirm before emptying trash on exit is
4219 a Yes or No answer, use Yes or No in the
4222 2007-02-04 [colin] 2.7.2cvs21
4225 * src/plugins/pgpcore/passphrase.c
4226 * src/plugins/pgpcore/select-keys.c
4227 Set wmclass on new windows
4233 2007-02-04 [colin] 2.7.2cvs20
4237 Auto save drafts on exit, reopen them
4238 at startup, instead of asking
4242 * src/addressbook_foldersel.c
4250 * src/editldap_basedn.c
4263 * src/message_search.c
4265 * src/prefs_actions.c
4266 * src/prefs_customheader.c
4267 * src/prefs_display_header.c
4268 * src/prefs_filtering.c
4269 * src/prefs_filtering_action.c
4270 * src/prefs_folder_column.c
4272 * src/prefs_matcher.c
4274 * src/prefs_summaries.c
4275 * src/prefs_summary_column.c
4276 * src/prefs_template.c
4277 * src/sourcewindow.c
4279 * src/summary_search.c
4282 * src/gtk/description_window.c
4283 * src/gtk/foldersort.c
4284 * src/gtk/gtkutils.c
4285 * src/gtk/gtkutils.h
4286 * src/gtk/icon_legend.c
4287 * src/gtk/logwindow.c
4288 * src/gtk/pluginwindow.c
4289 * src/gtk/prefswindow.c
4290 Give different wmclass to different
4291 windows - thanks to sed ;)
4293 2007-02-04 [colin] 2.7.2cvs19
4296 Revert previous patch, can't reproduce
4299 2007-02-03 [colin] 2.7.2cvs18
4302 Don't save the mainwindow size and
4303 position on emergency exit (libSM's
4304 "die" callback), Xfce seems to make
4305 the window smaller just before the
4308 2007-02-03 [colin] 2.7.2cvs17
4310 * src/plugins/bogofilter/bogofilter.c
4311 * src/plugins/bogofilter/bogofilter.h
4312 * src/plugins/bogofilter/bogofilter_gtk.c
4313 * src/plugins/pgpinline/pgpinline.c
4314 * src/plugins/pgpinline/pgpinline.h
4317 2007-02-03 [colin] 2.7.2cvs16
4319 * src/partial_download.c
4320 * src/partial_download.h
4327 * src/common/ssl_certificate.c
4328 * src/common/ssl_certificate.h
4329 * src/gtk/quicksearch.c
4330 * src/gtk/quicksearch.h
4331 * src/gtk/sslcertwindow.c
4332 * src/gtk/sslcertwindow.h
4333 Fix copyright on my files
4335 2007-02-02 [colin] 2.7.2cvs15
4345 Add Tools/List URIs to allow
4346 opening any URI in the current mail
4348 2007-02-02 [colin] 2.7.2cvs14
4350 * src/common/valgrind.h ** NEW FILE **
4351 * src/common/Makefile.am
4352 * src/common/plugin.c
4353 Don't dlclose the plugins if we're running
4354 under valgrind. (doesn't require valgrind
4355 either at compile time or run time).
4357 2007-02-01 [paul] 2.7.2cvs13
4361 * tools/freshmeat_search.pl
4362 * tools/google_search.pl
4363 * tools/multiwebsearch.pl
4364 add support for non ISO-8859-1 compatible locales
4365 Patch by Alex Gorbachenko <agent_007@immo.ru>
4367 2007-02-01 [colin] 2.7.2cvs12
4370 * src/prefs_summaries.c
4371 Move keybinding prefs to the Other page
4373 2007-02-01 [wwp] 2.7.2cvs11
4375 * src/plugins/trayicon/trayicon.c
4376 Fix a raising issue within KDE.
4378 2007-02-01 [colin] 2.7.2cvs10
4381 Fix stray quotes in encoded strings
4383 Fix wrong call causing g_warnings
4385 Remove useless message
4387 2007-01-31 [wwp] 2.7.2cvs9
4389 * src/plugins/trayicon/trayicon.c
4390 fix buggy hiding of main window when closing if close-to-tray
4391 is not set (bad logics in the trayicon hook code).
4392 Changed the quit confirmation message too.
4394 2007-01-30 [colin] 2.7.2cvs8
4397 Fix hidden mainwindow after clicking on
4398 the X close button, if compose windows
4399 exist and the user chooses not to quit
4401 2007-01-30 [colin] 2.7.2cvs7
4405 Handle local URIs to attach files (file:///...)
4406 Fixes attaching files from Thunar for example
4408 2007-01-30 [colin] 2.7.2cvs6
4410 * src/prefs_ext_prog.c
4411 Add 'mousepad' to the list of text editors.
4412 Mousepad is XFCE's text editor
4414 2007-01-29 [wwp] 2.7.2cvs5
4417 * src/plugins/trayicon/trayicon_prefs.c
4418 trayicon i18n fixes, thanks to Fabien.
4420 2007-01-28 [wwp] 2.7.2cvs4
4424 * src/plugins/trayicon/trayicon.c
4425 * src/plugins/trayicon/trayicon_prefs.c
4426 * src/plugins/trayicon/trayicon_prefs.h
4427 Added a new TrayIcon plugin option to close to tray
4428 (WM's hotkey and [X] button will hide the window instead
4429 of closing it - closing CM can be done using the tray icon
4430 menu or the File menu).
4431 Improved visibility handling in trayicon, clicking the
4432 trayicon now raise the window to current desktop when it
4433 was either minimized/shaded/on another desktop.
4434 Thanks to Paul for testing and fixing a strange behaviour
4437 2007-01-27 [paul] 2.7.2cvs3
4439 * src/prefs_folder_item.c
4440 * src/prefs_receive.c
4441 * src/plugins/pgpcore/prefs_gpg.c
4442 use 'start-up' instead of 'startup' in labels
4444 2007-01-26 [wwp] 2.7.2cvs2
4446 * src/plugins/trayicon/Makefile.am
4447 * src/plugins/trayicon/trayicon.c
4448 * src/plugins/trayicon/trayicon_prefs.c
4449 * src/plugins/trayicon/trayicon_prefs.h
4450 Add a new TrayIcon option to hide the main window at
4452 Fix trayicon.c copyright header.
4454 2007-01-26 [paul] 2.7.2cvs1
4460 bump up version number following
4463 2007-01-25 [mones] 2.7.1cvs60
4466 updated thousands of strings (well, probably less ;-)
4468 2007-01-25 [colin] 2.7.1cvs59
4471 Fix 2nd-run loss of matcherrc on new
4474 2007-01-25 [wwp] 2.7.1cvs58
4477 fix handling of empty value in attach_save_directory too, thanks
4480 2007-01-25 [wwp] 2.7.1cvs57
4483 fix handling of empty value in attach_load_directory,
4486 2007-01-25 [wwp] 2.7.1cvs56
4488 * src/plugins/dillo_viewer/dillo_prefs.h
4491 2007-01-25 [colin] 2.7.1cvs55
4495 * src/matcher_parser_parse.y
4496 * src/prefs_matcher.c
4497 Add matching on the spam flag
4499 2007-01-24 [colin] 2.7.1cvs54
4504 Make sure folderlist.xml is correctly
4505 written before overwriting it.
4509 * src/plugins/bogofilter/bogofilter.c
4510 * src/plugins/bogofilter/bogofilter.h
4511 * src/plugins/bogofilter/bogofilter_gtk.c
4512 * src/plugins/spamassassin/spamassassin.c
4513 * src/plugins/spamassassin/spamassassin.h
4514 * src/plugins/spamassassin/spamassassin_gtk.c
4515 Move spam to the correct trash folder after
4516 learning, if spam directory isn't set.
4518 2007-01-23 [paul] 2.7.1cvs53
4520 * src/plugins/bogofilter/bogofilter_gtk.c
4521 fix sensitivity of "Insert X-Bogosity header"
4524 2007-01-23 [colin] 2.7.1cvs52
4527 Translate toolbar items text if
4528 they're translatable (default)
4542 * src/etpan/etpan-thread-manager.c
4543 * src/etpan/etpan-thread-manager.h
4544 * src/gtk/gtkutils.c
4545 * src/gtk/gtkutils.h
4546 More static functions
4548 2007-01-22 [fabien] 2.7.1cvs51
4550 * src/gtk/gtkutils.c
4551 gtkut_get_options_frame() : ability to pass
4552 a 'NULL' value in frame pointer parameter if
4555 2007-01-22 [colin] 2.7.1cvs50