1 2007-08-14 [ticho] 2.10.0cvs120
8 Change "Show send dialog" optionmenu to a checkbutton.
10 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
12 2007-08-13 [wwp] 2.10.0cvs119
23 * src/partial_download.c
31 Make sure we never pass NULL pointers for %s substitutions
32 (prevent from crashing in Windows).
34 2007-08-13 [wwp] 2.10.0cvs118
37 Re-enable mmap_reads in Windows with some missing
38 CloseHandle of mapping objects, thanks to
41 2007-08-13 [paul] 2.10.0cvs117
44 fix bug 1287, 'Compile time problem on Solaris
45 (nexenta gnu/Solaris) utils.c'
46 Thanks to Piotr Chrzczonowicz
48 2007-08-12 [wwp] 2.10.0cvs116
50 * src/plugins/pgpcore/prefs_gpg.c
51 Don't try to unset a GPG_AGENT_INFO that was not
52 set (and don't use a NULL string in Windows, it was
53 crashing with --debug if GPG_AGENT_INFO was not set).
55 2007-08-12 [wwp] 2.10.0cvs115
58 Make gcc type-check arguments passed to privacy_set_error().
60 2007-08-12 [ticho] 2.10.0cvs114
62 * src/prefs_folder_item.c
63 Make sure that folder default account combobox always has some
66 Handle empty combobox gracefully (warning instead of crash).
68 2007-08-12 [ticho] 2.10.0cvs114
70 * src/prefs_folder_item.c
71 Make sure that folder default account combobox is not empty.
73 Handle empty combobox gracefully (warning instead of crash).
75 2007-08-11 [paul] 2.10.0cvs113
79 use 'subfolder' instead of 'sub-folder', matching
80 everywhere else the term is used
84 2007-08-10 [wwp] 2.10.0cvs112
87 Disable mmap reads in Windows only (at least temporarily), they
88 prevent from renaming/removing target cache files.
94 2007-08-10 [wwp] 2.10.0cvs111
97 fix unpredictable crashes in Windows due to broken
98 cache/mark/tags files writting (file were opened for
99 writing in text mode).
102 use gettimeofday() from w32lib.h on Windows.
104 2007-08-10 [colin] 2.10.0cvs110
107 * src/etpan/imap-thread.c
108 * src/etpan/imap-thread.h
109 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
111 2007-08-09 [colin] 2.10.0cvs109
114 Fix port being reset to 636 on SSL
116 Fix folder_item_get_msg_num_by_file
117 on drafts/queue folders
119 2007-08-09 [wwp] 2.10.0cvs108
122 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
123 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
126 2007-08-09 [colin] 2.10.0cvs107
130 * src/gtk/prefswindow.c
131 A few Maemo layout fixes
133 2007-08-09 [paul] 2.10.0cvs106
135 * src/prefs_account.c
136 remove the hyphen from plug-ins to
137 match everywhere else
139 2007-08-08 [wwp] 2.10.0cvs105
141 * src/prefs_folder_item.c
142 Fix an extraneous stealth ^L char.
144 2007-08-08 [wwp] 2.10.0cvs104
146 * src/prefs_folder_item.c
147 Better fix, group variables declarations (USE_ASPELL).
149 2007-08-08 [wwp] 2.10.0cvs103
151 * src/prefs_folder_item.c
152 Fix compilation w/ USE_ASPELL set (broken
155 2007-08-08 [ticho] 2.10.0cvs102
157 * src/prefs_folder_item.c
158 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
160 2007-08-08 [colin] 2.10.0cvs101
163 * src/etpan/imap-thread.c
164 * src/etpan/imap-thread.h
165 Close selected mailbox before doing
168 2007-08-08 [colin] 2.10.0cvs100
171 Complete symbol table, thanks to wwp.
172 Fixes bug 1284, 'The html -> text
173 converter ignores entities'
177 2007-08-08 [colin] 2.10.0cvs99
180 Better way to fetch UIDs on non-UIDPLUS servers
182 2007-08-07 [colin] 2.10.0cvs98
185 fix bug 1275, 'auto-saved draft messages not
186 always being removed'; Also, make multiple
187 copy (in the same account) faster by matching
188 source/destination message UIDs.
190 Don't try to reshow deleted mail
192 Fix leak on error path
194 2007-08-07 [wwp] 2.10.0cvs97
197 * manual/advanced.xml
198 * manual/fr/account.xml
199 * manual/fr/advanced.xml
200 Updated the reference manual and the French translation to
201 reflect 2.10.0cvs84: enable running folder Processing
204 2007-08-06 [wwp] 2.10.0cvs96
209 Allow changing the emphasis color used to highlight
210 the newsreader/x-mailer header value when it matches
211 our preferred mail agent (hidden pref 'emphasis_col' added
214 2007-08-06 [colin] 2.10.0cvs95
218 Re-commit 2.10.0cvs86, with a protection
219 against Pango bug. Also, try to fix
220 bug 1275, 'auto-saved draft messages not
221 always being removed'
223 2007-08-06 [wwp] 2.10.0cvs94
225 * src/gtk/quicksearch.c
226 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
228 2007-08-06 [ticho] 2.10.0cvs93
230 * src/prefs_account.c
232 Use GtkComboBox instead of GtkOptionMenu for privacy system
233 selection in account preferences.
235 2007-08-06 [wwp] 2.10.0cvs92
237 * src/plugins/pgpcore/plugin.def
238 Apply one more chunk from gpg4win's 03-w32-port patch.
240 2007-08-05 [colin] 2.10.0cvs91
244 reverting buggy patch for now
246 2007-08-05 [colin] 2.10.0cvs90
251 2007-08-04 [colin] 2.10.0cvs89
253 * src/prefs_summaries.c
254 * src/summary_search.c
255 Replace deprecated widgets. Patch by
258 2007-08-04 [colin] 2.10.0cvs88
261 Refresh GUI only every 2000 mails on mh_get_last_num
262 This is fast (readdir) and done only once per
265 2007-08-03 [colin] 2.10.0cvs87
267 * src/prefs_account.c
270 Fix a deprecated widget. Patch by
273 2007-08-03 [colin] 2.10.0cvs86
277 Make colorisation and wrapping algorithms
278 faster. Fixes bug 1246, 'compose becomes
279 increasingly slow replying to complex emails'
281 2007-08-03 [paul] 2.10.0cvs85
284 keep the window painted
286 2007-08-02 [paul] 2.10.0cvs84
291 enable running folder Processing
294 2007-08-02 [paul] 2.10.0cvs83
297 speed up/clean up rendering of larger
301 2007-08-01 [paul] 2.10.0cvs82
306 change default toolbar layout on maemo
307 * src/pixmaps/close.xpm
308 make the red cross a grey cross
309 * src/pixmaps/jpilot.xpm
310 make icon smaller so it fits better
312 2007-07-31 [paul] 2.10.0cvs81
316 fix crash on maemo on first launch
318 2007-07-30 [paul] 2.10.0cvs80
320 * src/prefs_matcher.c
321 specify the units of age and size
323 2007-07-30 [paul] 2.10.0cvs79
326 Fix IMAP timeout setting
328 2007-07-30 [colin] 2.10.0cvs78
330 * src/prefs_account.c
331 Fix a deprecated widget. Patch by
334 2007-07-27 [paul] 2.10.0cvs77
336 * src/matcher_parser_parse.y
337 * src/prefs_filtering_action.c
338 * src/prefs_matcher.c
339 these changes forgotten in cvs74's
340 'watch thread' feature
342 2007-07-27 [paul] 2.10.0cvs76
345 fix potential crasher
348 2007-07-27 [paul] 2.10.0cvs75
354 make mainwindow's /Help/Manual point to the
355 remote copy if the local copy doesn't exist
357 2007-07-27 [paul] 2.10.0cvs74
365 * src/matcher_parser_parse.y
374 * src/pixmaps/watchthread.xpm
375 add 'watch thread' feature
377 2007-07-27 [paul] 2.10.0cvs73
379 * src/prefs_folder_item.c
380 adjust labels, add tooltips
382 2007-07-27 [colin] 2.10.0cvs72
385 Maemo: Remove less used menu items
387 2007-07-26 [colin] 2.10.0cvs71
390 Maemo: destroy messageview after trashing mail.
391 Maybe should be done on X11 too
393 2007-07-26 [colin] 2.10.0cvs70
400 Add View/Show or Hide/Column headers
402 2007-07-26 [colin] 2.10.0cvs69
407 2007-07-26 [colin] 2.10.0cvs68
410 Fix possible crash on cache invalidation
414 * src/quote_fmt_parse.y
415 Make replying to mails with big attachments
416 much faster. Fixes bug 1224, 'The process of
417 Replying to emails with large attachments
418 seems unreasonably long...'
420 2007-07-26 [colin] 2.10.0cvs67
425 Fix threads use on BSDs
427 2007-07-26 [paul] 2.10.0cvs66
429 * src/gtk/prefswindow.c
430 fix account prefs breakage
433 2007-07-26 [paul] 2.10.0cvs65
436 standardise ./configure --help messages
438 2007-07-26 [colin] 2.10.0cvs64
442 Fix two vCard-related crashes
444 2007-07-25 [colin] 2.10.0cvs63
449 * src/prefs_receive.c
450 Maemo: Add a better way to notify of
456 Maemo: Various layout fixes
457 * src/gtk/prefswindow.c
458 Maemo: Better prefs layout
460 2007-07-25 [paul] 2.10.0cvs62
463 fix the layout on maemo
466 2007-07-25 [iwkse] 2.10.0cvs61
469 add 'o' shortcut on summaryview
471 2007-07-25 [iwkse] 2.10.0cvs60
476 2007-07-24 [colin] 2.10.0cvs59
479 Fix missing timestamp update on source
483 Better text layout on part's choices
485 2007-07-23 [colin] 2.10.0cvs58
489 Maemo: Automatically choose the correct application
491 * src/gtk/quicksearch.c
492 Make search run on GDK_KP_Enter too
494 2007-07-23 [wwp] 2.10.0cvs57
496 * src/quote_fmt_lex.l
497 Revert accidentaly committed lines (account_sig) in
500 2007-07-23 [wwp] 2.10.0cvs56
502 * src/quote_fmt_lex.l
503 Fix typos around long form expressions in the quote lexer.
509 2007-07-23 [colin] 2.10.0cvs55
512 Fix auto-completion on Maemo
514 2007-07-23 [colin] 2.10.0cvs54
517 Maemo: Fix sticking statusbars
519 2007-07-22 [colin] 2.10.0cvs53
522 Maemo: Fix the strange "top_application" info
523 at startup. We should do something when
524 receiving such a message.
526 2007-07-20 [paul] 2.10.0cvs52
529 add missing #include "statusbar.h"
531 2007-07-20 [colin] 2.10.0cvs51
535 * src/folder_item_prefs.c
536 * src/folder_item_prefs.h
544 * src/prefs_folder_item.c
545 Implement age-based caching: allow to
546 specify a threshold for the offline synchronisation
547 feature, and whether old cached bodies should
552 * src/plugins/dillo_viewer/dillo_viewer.c
553 Check that Dillo's installed
555 2007-07-20 [wwp] 2.10.0cvs50
559 Draw a frame around the selected mimeview part icon (instead of the
560 shifted 'dancing' icon).
562 2007-07-20 [colin] 2.10.0cvs49
565 Unref stuff even on error
567 disconnect signals only at the very
568 end of the wizard save.
570 2007-07-20 [colin] 2.10.0cvs48
576 Fix random crashes while navigating
579 2007-07-19 [colin] 2.10.0cvs47
588 Maemo: add an easy way to store data (mails
589 and IMAP/NNTP caches) on one of the SD cards,
590 and protect against unmounts if needed
592 2007-07-19 [paul] 2.10.0cvs46
597 * src/pixmaps/claws-mail_logo-small.xpm
598 implement a (slightly) different About
599 dialog for maemo and add a small version
602 use a scrolled window for wizard page 1
605 2007-07-19 [paul] 2.10.0cvs45
608 too soon for this line
610 2007-07-19 [paul] 2.10.0cvs44
615 2007-07-19 [colin] 2.10.0cvs43
618 Solve Mail/Mailbox name when specifying
621 2007-07-18 [colin] 2.10.0cvs42
627 2007-07-18 [colin] 2.10.0cvs41
630 Maemo: plug the online/offline system into
631 maemo's interfaces to have Claws automatically
632 switch according to the system status
634 Maemo: use HildonBanners to display status
635 messages. Renders the main statusbar useless.
637 2007-07-18 [paul] 2.10.0cvs40
640 fix screen blanking on moving/copying many msgs
642 fix processing progressbar and screen blanking
645 2007-07-18 [paul] 2.10.0cvs39
648 revert cvs37, breakage on maemo
650 2007-07-18 [paul] 2.10.0cvs38
653 make sure we can still build with older GTK's
655 2007-07-18 [colin] 2.10.0cvs37
658 Only hide the small layout's messageview, instead
659 of destroying it when closing
661 Use gtk_window_present_with_time to popup windows,
662 it seems to make things better with modern WMs
665 2007-07-17 [colin] 2.10.0cvs36
668 Simplify layout on Maemo
671 * src/prefs_display_header.c
672 Remove some headers by default on Maemo
674 2007-07-17 [paul] 2.10.0cvs35
678 * src/prefs_logging.c
680 add options to stop/enable writing logs to disc
682 2007-07-17 [paul] 2.10.0cvs34
685 fix some issues with the Apply tags window:
686 - set search column (enables autocompl in the treeview)
687 - apply tag from "New tag" if it existed
688 - clears New tag entry when adding it with the button
691 2007-07-17 [paul] 2.10.0cvs33
694 fix 'apply tags' dialogue weirdness
696 2007-07-16 [colin] 2.10.0cvs32
699 Fix double-loading of mails on Maemo
701 2007-07-16 [colin] 2.10.0cvs31
704 Prevent double-loading of the same part under some
705 conditions; hide statusbar on Maemo
707 2007-07-16 [colin] 2.10.0cvs30
713 Improve the tag interface - allow
714 to set/unset tags from a special
716 * src/gtk/gtkvscrollbutton.c
720 Fix Mimeview's ugly hacks in the
723 2007-07-16 [paul] 2.10.0cvs29
727 * src/gtk/icon_legend.c
728 put it all in a scrolled window
730 2007-07-15 [colin] 2.10.0cvs28
733 Maemo: force layout to be Small screen; the
734 others don't make sense
736 2007-07-14 [colin] 2.10.0cvs27
739 * src/gtk/gtkvscrollbutton.c
740 Maemo: Fix mimeview's buttons size
742 2007-07-14 [colin] 2.10.0cvs26
745 Fix the button workaround fix.
746 (Use the correct variable)
748 2007-07-14 [colin] 2.10.0cvs25
752 Maemo: put the progress bar in the
755 2007-07-14 [colin] 2.10.0cvs24
758 Maemo: hide statusbar by default
763 * src/pixmaps/go_folders.xpm
764 Maemo: Add a specific icon to go back to
767 2007-07-14 [colin] 2.10.0cvs23
770 Don't set homogeneous finally
772 2007-07-14 [colin] 2.10.0cvs22
775 Fix button show/hide issues
777 2007-07-14 [colin] 2.10.0cvs21
781 Fix button workaround to be able to click
782 if mouse was on button when it went un-
784 Revert previous commit, gtk_tool_item_set_homogeneous
785 doesn't mean what it seems to mean ;-)
787 2007-07-14 [paul] 2.10.0cvs20
790 make homogeneous FALSE always
792 2007-07-13 [colin] 2.10.0cvs19
796 Rework to fit the non-deprecated API
802 Maemo layout changes. Better toolbars,
803 removal of CTree headers.
805 2007-07-13 [paul] 2.10.0cvs18
807 * src/gtk/colorlabel.c
808 fix bug 1261, '[DE] coloring messages in overview
809 keys are not localised'
810 the string is now included in claws-mail.pot
812 2007-07-13 [colin] 2.10.0cvs17
815 Fix bug 1267, 'printing mutliple messages
816 opens one message-dialog after the other'
817 Ask for confirmation when printing 10
820 2007-07-11 [colin] 2.10.0cvs16
825 * manual/claws-mail-manual.xml
827 * manual/es/claws-mail-manual.xml
829 * manual/fr/claws-mail-manual.xml
852 * src/addressbook_foldersel.c
853 * src/addressbook_foldersel.h
879 * src/displayheader.c
880 * src/displayheader.h
883 * src/editaddress_other_attributes_ldap.c
884 * src/editaddress_other_attributes_ldap.h
893 * src/editldap_basedn.c
894 * src/editldap_basedn.h
915 * src/folder_item_prefs.c
916 * src/folder_item_prefs.h
925 * src/grouplistdialog.c
926 * src/grouplistdialog.h
973 * src/matcher_parser.h
974 * src/matcher_parser_lex.l
975 * src/matcher_parser_parse.y
978 * src/message_search.c
979 * src/message_search.h
998 * src/partial_download.c
999 * src/partial_download.h
1004 * src/prefs_account.c
1005 * src/prefs_account.h
1006 * src/prefs_actions.c
1007 * src/prefs_actions.h
1008 * src/prefs_common.c
1009 * src/prefs_common.h
1010 * src/prefs_compose_writing.c
1011 * src/prefs_compose_writing.h
1012 * src/prefs_customheader.c
1013 * src/prefs_customheader.h
1014 * src/prefs_display_header.c
1015 * src/prefs_display_header.h
1016 * src/prefs_ext_prog.c
1017 * src/prefs_ext_prog.h
1018 * src/prefs_filtering.c
1019 * src/prefs_filtering.h
1020 * src/prefs_filtering_action.c
1021 * src/prefs_filtering_action.h
1022 * src/prefs_folder_column.c
1023 * src/prefs_folder_column.h
1024 * src/prefs_folder_item.c
1025 * src/prefs_folder_item.h
1030 * src/prefs_image_viewer.c
1031 * src/prefs_image_viewer.h
1032 * src/prefs_logging.c
1033 * src/prefs_logging.h
1034 * src/prefs_matcher.c
1035 * src/prefs_matcher.h
1036 * src/prefs_message.c
1037 * src/prefs_message.h
1038 * src/prefs_msg_colors.c
1039 * src/prefs_msg_colors.h
1044 * src/prefs_receive.c
1045 * src/prefs_receive.h
1048 * src/prefs_spelling.c
1049 * src/prefs_spelling.h
1050 * src/prefs_summaries.c
1051 * src/prefs_summaries.h
1052 * src/prefs_summary_column.c
1053 * src/prefs_summary_column.h
1054 * src/prefs_summary_open.c
1055 * src/prefs_summary_open.h
1056 * src/prefs_template.c
1057 * src/prefs_template.h
1058 * src/prefs_themes.c
1059 * src/prefs_themes.h
1060 * src/prefs_toolbar.c
1061 * src/prefs_toolbar.h
1062 * src/prefs_wrapping.c
1063 * src/prefs_wrapping.h
1073 * src/quote_fmt_lex.l
1074 * src/quote_fmt_parse.y
1077 * src/remotefolder.c
1078 * src/remotefolder.h
1079 * src/send_message.c
1080 * src/send_message.h
1083 * src/simple-gettext.c
1084 * src/sourcewindow.c
1085 * src/sourcewindow.h
1090 * src/stock_pixmap.c
1091 * src/stock_pixmap.h
1092 * src/summary_search.c
1093 * src/summary_search.h
1110 * src/common/base64.c
1111 * src/common/base64.h
1112 * src/common/claws.c
1113 * src/common/claws.h
1115 * src/common/fnmatch.c
1116 * src/common/fnmatch.h
1117 * src/common/fnmatch_loop.c
1118 * src/common/hooks.c
1119 * src/common/hooks.h
1124 * src/common/mgutils.c
1125 * src/common/mgutils.h
1128 * src/common/passcrypt.c
1129 * src/common/passcrypt.h.in
1130 * src/common/plugin.c
1131 * src/common/plugin.h
1132 * src/common/prefs.c
1133 * src/common/prefs.h
1134 * src/common/progressindicator.c
1135 * src/common/progressindicator.h
1136 * src/common/quoted-printable.c
1137 * src/common/quoted-printable.h
1138 * src/common/session.c
1139 * src/common/session.h
1142 * src/common/socket.c
1143 * src/common/socket.h
1146 * src/common/ssl_certificate.c
1147 * src/common/ssl_certificate.h
1148 * src/common/string_match.c
1149 * src/common/string_match.h
1150 * src/common/stringtable.c
1151 * src/common/stringtable.h
1154 * src/common/template.c
1155 * src/common/template.h
1156 * src/common/timing.h
1157 * src/common/utils.c
1158 * src/common/utils.h
1159 * src/common/uuencode.c
1160 * src/common/uuencode.h
1161 * src/common/version.h.in
1162 * src/common/w32_dirent.c
1163 * src/common/w32_reg.c
1164 * src/common/w32_signal.c
1165 * src/common/w32_stat.c
1166 * src/common/w32_stdlib.c
1167 * src/common/w32_string.c
1168 * src/common/w32_time.c
1169 * src/common/w32_unistd.c
1170 * src/common/w32_wait.c
1171 * src/common/w32lib.h
1174 * src/common/xmlprops.c
1175 * src/common/xmlprops.h
1176 * src/etpan/etpan-errors.h
1177 * src/etpan/etpan-thread-manager-types.h
1178 * src/etpan/etpan-thread-manager.c
1179 * src/etpan/etpan-thread-manager.h
1180 * src/etpan/imap-thread.c
1181 * src/etpan/imap-thread.h
1184 * src/gtk/colorlabel.c
1185 * src/gtk/colorlabel.h
1186 * src/gtk/colorsel.c
1187 * src/gtk/colorsel.h
1188 * src/gtk/combobox.c
1189 * src/gtk/combobox.h
1190 * src/gtk/description_window.c
1191 * src/gtk/description_window.h
1194 * src/gtk/foldersort.c
1195 * src/gtk/foldersort.h
1196 * src/gtk/gtkaspell.c
1197 * src/gtk/gtkaspell.h
1198 * src/gtk/gtksctree.c
1199 * src/gtk/gtkshruler.c
1200 * src/gtk/gtkshruler.h
1201 * src/gtk/gtksourceprintjob.c
1202 * src/gtk/gtksourceprintjob.h
1203 * src/gtk/gtkutils.c
1204 * src/gtk/gtkutils.h
1205 * src/gtk/gtkvscrollbutton.c
1206 * src/gtk/gtkvscrollbutton.h
1207 * src/gtk/icon_legend.c
1208 * src/gtk/icon_legend.h
1209 * src/gtk/inputdialog.c
1210 * src/gtk/inputdialog.h
1211 * src/gtk/logwindow.c
1212 * src/gtk/logwindow.h
1213 * src/gtk/manage_window.c
1214 * src/gtk/manage_window.h
1217 * src/gtk/pluginwindow.c
1218 * src/gtk/pluginwindow.h
1219 * src/gtk/prefswindow.c
1220 * src/gtk/prefswindow.h
1221 * src/gtk/progressdialog.c
1222 * src/gtk/progressdialog.h
1223 * src/gtk/quicksearch.c
1224 * src/gtk/quicksearch.h
1225 * src/gtk/sslcertwindow.c
1226 * src/gtk/sslcertwindow.h
1227 * src/plugins/bogofilter/bogofilter.c
1228 * src/plugins/bogofilter/bogofilter.h
1229 * src/plugins/bogofilter/bogofilter_gtk.c
1230 * src/plugins/clamav/clamav_plugin.c
1231 * src/plugins/clamav/clamav_plugin.h
1232 * src/plugins/clamav/clamav_plugin_gtk.c
1233 * src/plugins/demo/demo.c
1234 * src/plugins/dillo_viewer/dillo_prefs.c
1235 * src/plugins/dillo_viewer/dillo_prefs.h
1236 * src/plugins/dillo_viewer/dillo_viewer.c
1237 * src/plugins/pgpcore/passphrase.c
1238 * src/plugins/pgpcore/passphrase.h
1239 * src/plugins/pgpcore/pgp_viewer.c
1240 * src/plugins/pgpcore/pgp_viewer.h
1241 * src/plugins/pgpcore/plugin.c
1242 * src/plugins/pgpcore/prefs_gpg.c
1243 * src/plugins/pgpcore/prefs_gpg.h
1244 * src/plugins/pgpcore/select-keys.c
1245 * src/plugins/pgpcore/select-keys.h
1246 * src/plugins/pgpcore/sgpgme.c
1247 * src/plugins/pgpcore/sgpgme.h
1248 * src/plugins/pgpinline/pgpinline.c
1249 * src/plugins/pgpinline/pgpinline.h
1250 * src/plugins/pgpinline/plugin.c
1251 * src/plugins/pgpmime/pgpmime.c
1252 * src/plugins/pgpmime/pgpmime.h
1253 * src/plugins/pgpmime/plugin.c
1254 * src/plugins/spamassassin/spamassassin.c
1255 * src/plugins/spamassassin/spamassassin.h
1256 * src/plugins/spamassassin/spamassassin_gtk.c
1257 * src/plugins/trayicon/trayicon.c
1258 * src/plugins/trayicon/trayicon_prefs.c
1259 * src/plugins/trayicon/trayicon_prefs.h
1260 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1261 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1262 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1263 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1264 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1265 * tools/OOo2claws-mail.pl
1266 * tools/README.sylprint
1267 * tools/acroread2claws-mail.pl
1268 * tools/claws-mail-compose-insert-files.pl
1269 * tools/convert_mbox.pl
1270 * tools/filter_conv.pl
1271 * tools/filter_conv_new.pl
1273 * tools/freshmeat_search.pl
1274 * tools/google_search.pl
1275 * tools/kmail-mailbox2claws-mail.pl
1276 * tools/kmail2claws-mail.pl
1277 * tools/kmail2claws-mail_v2.pl
1279 * tools/make.themes.project
1280 * tools/multiwebsearch.pl
1281 * tools/nautilus2claws-mail.sh
1282 * tools/outlook2claws-mail.pl
1283 * tools/textviewer.sh
1284 * tools/thunderbird-filters-convertor.pl
1287 * tools/vcard2xml.py
1288 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1289 Upgrade to GPLv3 or later.
1291 2007-07-10 [wwp] 2.10.0cvs15
1294 Fix re-opening of all composing messages that were
1295 opened when closing the previous instance, thanks
1298 2007-07-10 [paul] 2.10.0cvs14
1300 * src/editaddress_other_attributes_ldap.c
1302 fix crash on selecting 'other attributes' combo
1303 for either a new entry or an old entry with no
1304 existing attributes.
1305 fix bug on editing multiple attributes which
1306 resulted them all having the value of the last
1310 2007-07-10 [colin] 2.10.0cvs13
1313 * src/editaddress_other_attributes_ldap.h
1315 Fix --disable-ldap build
1317 2007-07-09 [colin] 2.10.0cvs12
1323 * src/editaddress_other_attributes_ldap.c
1324 * src/editaddress_other_attributes_ldap.h
1329 Add capability to edit all inetOrgPerson
1330 attributes on LDAP. Patch by Michael
1333 2007-07-09 [colin] 2.10.0cvs11
1339 * src/prefs_summaries.c
1340 * src/prefs_themes.c
1342 * src/common/Makefile.am
1344 * src/common/timing.h
1345 * src/common/utils.c
1346 * src/common/utils.h
1347 * src/common/w32_account.c
1348 * src/common/w32lib.h
1349 * src/gtk/Makefile.am
1350 * src/gtk/colorlabel.c
1351 * src/plugins/pgpcore/Makefile.am
1352 * src/plugins/pgpcore/claws.def
1353 * src/plugins/pgpcore/passphrase.c
1354 * src/plugins/pgpcore/pgp_viewer.c
1355 * src/plugins/pgpcore/plugin.def
1356 * src/plugins/pgpcore/sgpgme.c
1357 * src/plugins/pgpinline/Makefile.am
1358 * src/plugins/pgpinline/claws.def
1359 * src/plugins/pgpinline/mypgpcore.def
1360 * src/plugins/pgpinline/plugin.def
1361 * src/plugins/pgpmime/Makefile.am
1362 * src/plugins/pgpmime/claws.def
1363 * src/plugins/pgpmime/mypgpcore.def
1364 * src/plugins/pgpmime/plugin.def
1365 Commit win32 patch, from Werner Koch and
1368 2007-07-09 [colin] 2.10.0cvs10
1370 * src/prefs_toolbar.c
1371 Fix crash when no actions exist
1373 2007-07-07 [paul] 2.10.0cvs9
1376 * manual/claws-mail-manual.xml
1377 update copyright year
1379 updated by Flammie Pirinen
1381 2007-07-05 [wwp] 2.10.0cvs8
1383 * src/plugins/clamav/clamav_plugin_gtk.c
1384 Make vertical spacing like in other plugin prefs pages.
1386 2007-07-05 [wwp] 2.10.0cvs7
1389 It's %am that works, not %ae (this doc incoherence has been
1390 introduced with 2.9.2cvs13).
1392 2007-07-04 [wwp] 2.10.0cvs6
1394 * src/plugins/bogofilter/bogofilter.c
1395 Gettext-ize an occurrence of "Any" that wasn't.
1397 2007-07-04 [colin] 2.10.0cvs5
1400 Fix untranslated strings; thanks
1403 2007-07-03 [colin] 2.10.0cvs4
1407 Fix saving of sort mode for tags and
1408 thread date. Thanks to Pierre Ossman.
1409 Completes fix for bug 1233
1411 2007-07-03 [paul] 2.10.0cvs3
1419 2007-07-02 [colin] 2.10.0cvs2
1425 Add View/Sort/by Thread date
1426 Fixes bug 1233, 'Capability to sort
1427 threads by most recent message'
1428 Based on a patch by Paul Rolland
1430 2007-07-02 [colin] 2.10.0cvs1
1447 * src/matcher_parser_parse.y
1451 * src/prefs_common.c
1452 * src/prefs_common.h
1453 * src/prefs_filtering_action.c
1454 * src/prefs_matcher.c
1455 * src/prefs_summary_column.c
1459 * src/quote_fmt_lex.l
1460 * src/quote_fmt_parse.y
1464 * src/common/Makefile.am
1468 * src/gtk/quicksearch.c
1469 * src/gtk/quicksearch.h
1470 Add Tags implementation. Tags are arbitrary labels
1471 that can be applied to messages. It is possible
1472 to create, edit, remove tags; apply them to mails;
1473 filter on tags or tag presence; apply or unset
1474 tags via filtering actions; reference tags in
1477 2007-07-02 [paul] 2.10.0
1484 2007-07-02 [paul] 2.9.2cvs78
1494 updated by Stephan Sachse, me, Ricardo Mones
1495 Lastra, Fabien Vantard, Pader Rezso, Frederico
1496 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1498 2007-07-02 [paul] 2.9.2cvs77
1503 2007-06-29 [wwp] 2.9.2cvs76
1506 Fix a typo (thanks to Ricardo for finding this out).
1508 2007-06-28 [paul] 2.9.2cvs75
1513 2007-06-28 [paul] 2.9.2cvs74
1516 fix bug in the autotools build system.
1517 Files cataloged under EXTRA_DIST were never
1518 automatically copied to the build tree.
1519 (fix 'make distcheck')
1520 Patch by Michael Rasmussen.
1522 2007-06-24 [colin] 2.9.2cvs73
1525 Fix bug 1249, 'Error handling for
1526 news errors needs modification'
1527 Only popup error if the according
1528 pref in Prefs/Receive is set.
1530 2007-06-21 [colin] 2.9.2cvs72
1532 * src/common/plugin.c
1533 * src/common/plugin.h
1534 Change plugin API to know whether it's safe to
1535 unload plugins or whether we should just hide
1536 them. Fixes bug 1248, 'Core dumps after
1537 unloading plugin and clicking on load plugins'
1538 * src/plugins/bogofilter/bogofilter.c
1539 * src/plugins/clamav/clamav_plugin.c
1540 * src/plugins/demo/demo.c
1541 * src/plugins/dillo_viewer/dillo_viewer.c
1542 * src/plugins/pgpcore/plugin.c
1543 * src/plugins/pgpinline/plugin.c
1544 * src/plugins/pgpmime/plugin.c
1545 * src/plugins/spamassassin/spamassassin.c
1546 * src/plugins/trayicon/trayicon.c
1549 2007-06-19 [colin] 2.9.2cvs71
1553 Fix crash mentioned in bug 1246
1554 Race condition when automatically drafting
1555 due to insertion on reedit.
1557 2007-06-18 [wwp] 2.9.2cvs70
1560 LDIF import: use a "Proceed" button to complete
1563 2007-06-18 [paul] 2.9.2cvs69
1566 use pkgconfig to check for gtk and glib
1568 2007-06-17 [wwp] 2.9.2cvs68
1572 LDIF import: better error handling, minor code
1573 and UI cleanup, and renamed the Save button
1574 to Close, as imported stuff is already saved
1575 when the Save button is shown.
1577 2007-06-17 [colin] 2.9.2cvs67
1579 * src/prefs_summaries.c
1581 Don't set as read when forwarded, only replied to
1583 2007-06-17 [paul] 2.9.2cvs66
1586 add missing #include
1588 2007-06-16 [colin] 2.9.2cvs65
1590 * src/prefs_summaries.c
1592 Change the pref "Only mark as read when opened
1593 in new window" to "..., replied to or forwarded".
1594 Based on a patch by Paul Rolland.
1596 2007-06-16 [paul] 2.9.2cvs64
1599 alphabetical order! :)
1601 2007-06-16 [colin] 2.9.2cvs63
1605 Add Michael Rasmussen in authors list
1607 2007-06-16 [colin] 2.9.2cvs62
1610 Fix messageview_copy_clipboard to take advantage
1611 of plugins' get_selection.
1613 2007-06-15 [colin] 2.9.2cvs61
1619 * src/message_search.c
1621 * src/summary_search.c
1624 Allow GDK_KP_Enter to do the same as GDK_Return
1625 Patch by Michael Rasmussen
1627 2007-06-15 [paul] 2.9.2cvs60
1630 fix bug when closing a compose window
1633 2007-06-14 [paul] 2.9.2cvs59
1637 migrate sylpheed config
1639 2007-06-14 [wwp] 2.9.2cvs58
1641 * src/gtk/pluginwindow.c
1642 Yet another attempt to fix sizing/alignment of the
1643 button bar in plugins window.
1645 2007-06-12 [colin] 2.9.2cvs57
1650 * src/prefs_common.c
1651 * src/prefs_common.h
1652 * src/prefs_summaries.c
1653 * src/prefs_summary_open.c
1654 * src/prefs_summary_open.h
1656 Make "when entering a folder" actions more personalisable
1658 2007-06-12 [wwp] 2.9.2cvs56
1661 Use short description from Paul (mairix.sh).
1663 2007-06-12 [wwp] 2.9.2cvs55
1666 Updated info about mairix.sh.
1668 2007-06-11 [paul] 2.9.2cvs54
1670 * src/prefs_logging.c
1671 rework log window length widgets
1672 and some sensitivity fixes
1674 2007-06-11 [paul] 2.9.2cvs53
1677 * src/prefs_logging.c
1678 rename 'Protocol Log' to 'Network Log'
1679 and some function renaming
1681 2007-06-10 [wwp] 2.9.2cvs52
1683 * src/gtk/pluginwindow.c
1686 2007-06-10 [wwp] 2.9.2cvs51
1688 * src/gtk/pluginwindow.c
1689 Fix button bar in plugin window, was centered and not
1690 behaving like other dialogs w/ such button bar.
1692 2007-06-08 [wwp] 2.9.2cvs50
1699 Provide a way out of automatic draft saving on IMAP, when
1701 Prevent drafting while sending and quitting while sending.
1706 2007-06-08 [wwp] 2.9.2cvs49
1708 * src/prefs_account.c
1709 * src/gtk/prefswindow.c
1710 * src/gtk/prefswindow.h
1711 Activate the Basic page when opening account prefs.
1713 2007-06-08 [wwp] 2.9.2cvs48
1715 * src/common/socket.c
1716 Don't crash if fork() fails, thanks to Colin.
1718 2007-06-08 [wwp] 2.9.2cvs47
1720 * src/gtk/prefswindow.c
1721 Wrap some long lines, and reset horizontal scroller's adjusment
1722 (this was already done, vertically), when changing tab (not page)
1725 2007-06-08 [paul] 2.9.2cvs46
1727 * src/common/utils.c
1728 use gethostname() instead of uname()
1729 based on a patch by Michael Hughes
1730 <Sylpheed-Claws_user@thehugheslogcabin.net>
1732 2007-06-07 [wwp] 2.9.2cvs45
1734 * src/prefs_common.c
1735 Fix some useless warnings, thanks to Colin.
1737 2007-06-06 [colin] 2.9.2cvs44
1740 Fix strange allocations.
1742 2007-06-06 [colin] 2.9.2cvs43
1745 Patch by Michael Rasmussus to help
1748 2007-06-05 [wwp] 2.9.2cvs42
1750 * src/prefs_account.c
1751 * src/prefs_folder_item.c
1755 Per-folder templates can now be applied recursively.
1756 Always save per-folder templates (formats were erroneously
1757 saved only if they were enabled).
1758 Check for validity of quotation marks everywhere there
1761 2007-06-05 [wwp] 2.9.2cvs41
1764 Fix incoming messages from local accounts always getting filtered
1765 (even if the account prefs say don't), thanks to Colin.
1767 2007-06-05 [wwp] 2.9.2cvs40
1771 Use per-folder/per-account quote chars when applying a
1772 template or inserting text as well. Const'ify some
1775 2007-06-04 [colin] 2.9.2cvs39
1778 More work for wwp :)
1780 2007-06-04 [wwp] 2.9.2cvs38
1783 Same as 2.9.2cvs36 but for forwarding.
1785 2007-06-04 [colin] 2.9.2cvs37
1788 Use original mail file for forward/redirect
1789 Fixes some forwarded mails to be attached as
1790 application/octet-stream (when they have binary
1791 parts), and incidentally fixes bug 848
1792 'Redirect breaks GnuPG'
1794 2007-06-04 [wwp] 2.9.2cvs36
1797 Fix quote mark mis-initialisation when replying/forwarding
1798 (introduced w/ 2.9.2cvs20).
1800 2007-06-04 [wwp] 2.9.2cvs35
1802 * src/prefs_compose_writing.c
1804 Fix a bug where Quotation characters (prefs/compose/writing)
1805 was cleared (introduced w/ 2.9.2cvs26).
1807 2007-06-04 [wwp] 2.9.2cvs34
1809 * src/prefs_account.c
1810 * src/prefs_account.h
1811 Better fix for compiling w/o aspell (rollbacks
1814 2007-06-04 [wwp] 2.9.2cvs33
1817 * src/prefs_account.c
1818 * src/prefs_account.h
1820 It's now possible to disable mail filtering plugins
1821 on a per-account basis.
1823 2007-06-04 [wwp] 2.9.2cvs32
1826 * src/common/utils.c
1827 * src/common/utils.h
1828 Support CRLF in headers part of messages.
1829 Support few more date formats (RFC3339 subsets).
1831 2007-06-04 [wwp] 2.9.2cvs31
1833 * src/prefs_account.c
1834 Fix compiling w/o aspell support.
1836 2007-06-03 [wwp] 2.9.2cvs30
1839 Don't decode leading ENV_ and ~ in P_PASSWORD
1842 2007-06-03 [wwp] 2.9.2cvs29
1845 Don't decode leading ENV_ and ~ in P_PASSWORD
1848 2007-06-03 [wwp] 2.9.2cvs28
1850 * src/prefs_account.c
1851 * src/gtk/prefswindow.c
1852 * src/gtk/prefswindow.h
1853 Added a way to force preloading of all pages
1855 Moved tabs to pages in account prefs.
1857 2007-06-02 [colin] 2.9.2cvs27
1860 Fix possible crash, fix ldap write bugs
1862 Fix ldap write bugs - patch by Michael
1866 Add a hook whenever alertpanel opens/closes
1868 2007-05-31 [wwp] 2.9.2cvs26
1870 * src/prefs_compose_writing.c
1872 Re-organized writing options a bit:
1873 - renamed the Quoting page to Templates
1874 - moved all composing templates to that page
1875 - moved non-templates options to the Writing one,
1876 grouped reply-related options, reordered reply and
1879 2007-05-31 [wwp] 2.9.2cvs25
1882 Removed unused code.
1884 2007-05-31 [colin] 2.9.2cvs24
1887 Fix missing display name when modifying
1888 LDAP. Patch by Michael Rasmussen
1890 2007-05-31 [wwp] 2.9.2cvs23
1892 * src/plugins/bogofilter/Makefile.am
1893 * src/plugins/clamav/Makefile.am
1894 * src/plugins/demo/Makefile.am
1895 * src/plugins/dillo_viewer/Makefile.am
1896 * src/plugins/spamassassin/Makefile.am
1897 Fix building of those plugins in Mac OS X.
1899 2007-05-30 [wwp] 2.9.2cvs22
1901 * src/gtk/quicksearch.c
1902 Fix missing initialization.
1904 2007-05-30 [wwp] 2.9.2cvs21
1907 Revert accidental commit (debug outputs).
1909 2007-05-30 [wwp] 2.9.2cvs20
1912 * src/folder_item_prefs.c
1913 * src/folder_item_prefs.h
1914 * src/prefs_account.c
1915 * src/prefs_account.h
1916 * src/prefs_folder_item.c
1919 Implemented per-account and per-folder
1920 compose/reply/forward formats.
1922 2007-05-30 [wwp] 2.9.2cvs19
1924 * src/prefs_compose_writing.c
1929 Internal API changes (factorize quote format
1932 2007-05-30 [colin] 2.9.2cvs18
1935 Fix race where it's possible to re-click Send
1936 between end of SMTP session and end of "move to
1937 sent folder" when sending an email with send
1940 2007-05-30 [colin] 2.9.2cvs17
1943 Ask for backtrace on all threads. Patch by
1946 Fix stale news statusbar when scanning fails.
1949 Fix some LDAP write updates bugs. Patch
1950 by Michael Rasmussen
1952 2007-05-29 [colin] 2.9.2cvs16
1955 Fix loss of local flags when moving mails
1956 on IMAP in high-bandwidth mode (UID FETCH)
1958 2007-05-25 [paul] 2.9.2cvs15
1960 * src/common/socket.c
1961 fix sometimes crasher on cancelling
1964 2007-05-25 [colin] 2.9.2cvs14
1969 Be more helpful in the subscription
1972 2007-05-23 [wwp] 2.9.2cvs13
1975 * src/prefs_compose_writing.c
1977 * src/prefs_template.c
1978 * src/prefs_template.h
1981 * src/quote_fmt_lex.l
1982 * src/quote_fmt_parse.y
1983 Introduced new syntax elements (symbols and commands)
1984 in templates/quote_fmt. Compatibility w/ old
1986 Updated and reworked the corresponding Information
1988 Display the line number in dialogs that talk about
1989 parser errors (in addition to the error message in
1992 2007-05-23 [wwp] 2.9.2cvs12
1994 * src/quote_fmt_parse.y
1995 Fix 2.9.2cvs11, probably a paste accident ;).
1997 2007-05-23 [wwp] 2.9.2cvs11
2000 * src/prefs_template.c
2002 * src/quote_fmt_parse.y
2003 Fix 2.9.2cvs10, which broke --disable-aspell.
2005 2007-05-22 [wwp] 2.9.2cvs10
2008 * src/prefs_template.c
2011 * src/quote_fmt_lex.l
2012 * src/quote_fmt_parse.y
2013 * src/gtk/gtkaspell.c
2014 * src/gtk/gtkaspell.h
2015 Added template/quote format syntactical elements
2017 - current dictionary
2018 %T to show (shows empty if not set or not enabled),
2019 ?T and !T to check if the default dictionary is
2021 - current account's default dictionary
2022 %aT to show (empty if not set or not enabled),
2023 ?aT and !aT to check if it's enabled and set
2024 - name completion for an address, from the address
2026 %ABf, %ABt, %ABc respectively show the full name got
2027 from the address book if From, To or Cc match a single
2029 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2030 matches any contact and if the full name is non-empty.
2031 If From, To or Cc are lists of email addresses, only
2032 the first address will be checked.
2033 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2034 that could show a trailing ','.
2035 Also, template/quote_fmt parser now shows the line number in case
2038 2007-05-15 [colin] 2.9.2cvs9
2042 Add a public function to know whether Claws
2044 Store opened folder when exiting
2047 Store last opened message in each FolderItem;
2048 Reset last seen messages if Claws crashed, so
2049 that one can't go in an infinite crash in case
2050 a particular mail crashes Claws.
2052 * src/prefs_common.c
2053 * src/prefs_common.h
2055 * src/prefs_summaries.c
2056 Add "Select last opened message" when entering
2058 Add "Select last opened folder" at startup.
2060 2007-05-14 [colin] 2.9.2cvs8
2063 Fix bashism, search for xml catalog
2064 in /usr/local/share/xml/catalog too
2067 2007-05-13 [wwp] 2.9.2cvs7
2069 * src/gtk/logwindow.c
2070 fix raising log windows when they are either minimized or
2073 2007-05-11 [colin] 2.9.2cvs6
2076 Use Hildon's file chooser on Maemo. Patch
2077 by Jean-Luc Biord; fixes part 2 of bug 1201,
2078 'File attachment "manipulation" bugs...'
2080 2007-05-10 [wwp] 2.9.2cvs5
2082 * src/prefs_common.c
2083 * src/prefs_common.h
2084 * src/gtk/quicksearch.c
2085 Add a quicksearch option to automatically run
2086 a search selected from the history (this option
2087 is exclusive towards type-ahead).
2089 2007-05-10 [colin] 2.9.2cvs4
2092 Fix g_warnings, thanks to Brian
2095 2007-05-09 [colin] 2.9.2cvs3
2100 * src/prefs_summaries.c
2103 * src/common/utils.c
2104 * src/gtk/gtksourceprintjob.c
2105 * src/gtk/sslcertwindow.c
2106 Use the re-entrant variant of time functions
2107 Probably fixes bug 1217, 'reentrancy problems
2108 with time functions'
2110 2007-05-09 [colin] 2.9.2cvs2
2113 Fix crasher when reconnection fails
2115 2007-05-08 [paul] 2.9.2cvs1
2121 bump version number following
2124 2007-05-08 [paul] 2.9.1cvs48
2126 * src/plugins/demo/demo.c
2127 * src/plugins/dillo_viewer/dillo_prefs.c
2128 * src/plugins/dillo_viewer/dillo_prefs.h
2129 * src/plugins/dillo_viewer/dillo_viewer.c
2130 * src/plugins/pgpcore/pgp_viewer.c
2131 * src/plugins/pgpcore/pgp_viewer.h
2132 * src/plugins/pgpcore/plugin.c
2133 * src/plugins/pgpcore/prefs_gpg.c
2134 * src/plugins/pgpcore/prefs_gpg.h
2135 * src/plugins/pgpcore/sgpgme.c
2136 * src/plugins/pgpcore/sgpgme.h
2137 * src/plugins/pgpinline/plugin.c
2138 * src/plugins/pgpmime/pgpmime.c
2139 * src/plugins/pgpmime/pgpmime.h
2140 * src/plugins/pgpmime/plugin.c
2141 * src/plugins/spamassassin/spamassassin.c
2142 * src/plugins/spamassassin/spamassassin.h
2143 * src/plugins/spamassassin/spamassassin_gtk.c
2144 * src/plugins/trayicon/README
2146 * tools/README.sylprint
2147 * tools/outlook2claws-mail.pl
2149 * tools/tb2claws-mail
2150 * tools/tbird2claws.py
2152 * tools/vcard2xml.py
2153 * tools/kdeservicemenu/README
2154 cleanups and corrections
2156 2007-05-06 [wwp] 2.9.1cvs47
2159 Fix missing dash to `display` command-line, reported
2160 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2162 2007-05-06 [colin] 2.9.1cvs46
2165 * src/stock_pixmap.c
2166 * src/stock_pixmap.h
2167 * src/pixmaps/printer.xpm
2170 2007-05-06 [paul] 2.9.1cvs45
2175 * src/summary_search.c
2179 2007-05-05 [wwp] 2.9.1cvs44
2183 * src/prefs_actions.c
2187 Fix "faild" typos everywhere and capitalization of
2190 2007-05-04 [colin] 2.9.1cvs43
2195 * src/plugins/pgpcore/prefs_gpg.c
2196 * src/plugins/pgpcore/prefs_gpg.h
2197 * src/plugins/pgpinline/pgpinline.c
2198 * src/plugins/pgpmime/pgpmime.c
2199 Add an API to warn about encryption limits,
2200 and allow to disable these warnings
2202 2007-05-03 [colin] 2.9.1cvs42
2206 Fix bug 1213, 'Delete more than
2209 2007-05-03 [wwp] 2.9.1cvs41
2211 * src/prefs_common.c
2212 * src/prefs_filtering.c
2213 * src/prefs_template.c
2214 * src/common/template.c
2215 * src/common/template.h
2216 * src/gtk/gtkutils.c
2217 * src/gtk/gtkutils.h
2218 Templates are no longer automatically sorted
2219 by name, but can be sorted manually using
2220 |< < > >| buttons as well as drag'n'drop.
2222 2007-05-03 [wwp] 2.9.1cvs40
2224 * src/plugins/spamassassin/spamassassin.c
2225 * src/plugins/spamassassin/spamassassin.h
2226 * src/plugins/spamassassin/spamassassin_gtk.c
2227 * src/plugins/bogofilter/bogofilter.c
2228 * src/plugins/bogofilter/bogofilter.h
2229 * src/plugins/bogofilter/bogofilter_gtk.c
2230 Added an option to conditionally mark saved spam
2231 as read (default is and was to do so).
2232 Satisfies feature request 1708539 on sf.net tracker.
2234 2007-05-03 [colin] 2.9.1cvs39
2237 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2239 2007-05-02 [colin] 2.9.1cvs38
2242 Fix bug 1209, 'Clicking on address
2243 in header (mailto uri) selects
2244 default account'. Patch adapted from
2247 2007-05-02 [colin] 2.9.1cvs37
2249 * src/grouplistdialog.c
2250 Set cursor to wait cursor while loading
2253 2007-05-02 [paul] 2.9.1cvs36
2257 rename cache and mark files
2260 2007-04-30 [paul] 2.9.1cvs35
2262 * manual/glossary.xml
2263 * manual/plugins.xml
2264 updates. Patch by Ricardo
2266 2007-04-29 [wwp] 2.9.1cvs34
2270 Fix few grammatical errors (patch by David Relson < relson at
2271 osagesoftware dot com >).
2273 2007-04-28 [colin] 2.9.1cvs33
2277 * src/prefs_account.c
2278 * src/prefs_account.h
2279 Drop the "Download all" preference. It's
2280 stupidly useless and confuses people from
2283 2007-04-27 [wwp] 2.9.1cvs32
2286 * src/prefs_account.c
2287 * src/prefs_account.h
2288 Don't reflect accounts changes to the mainwindow when it's
2291 2007-04-27 [colin] 2.9.1cvs31
2294 Freeze/thaw when sync'ing flags
2296 * src/prefs_account.c
2297 * src/prefs_account.h
2298 * src/etpan/imap-thread.c
2299 * src/etpan/imap-thread.h
2300 Add a way to use UID FETCH instead
2301 of searches to fetch message lists
2302 and flags. More expensive towards
2303 bandwidth, less expensive towards
2304 server's CPU. Probably fixes
2305 bug 1158, 'Scanning new folders on
2306 Exchange 2007 extremely slow'.
2309 2007-04-27 [paul] 2.9.1cvs30
2312 * src/prefs_logging.c
2313 improvements to english usage
2315 2007-04-27 [colin] 2.9.1cvs29
2318 Fix build without libetpan (my bad!)
2320 2007-04-26 [colin] 2.9.1cvs28
2324 Fix uselessly exported function
2326 Consider "- -- \n" as signature separator
2327 (that's what signature separators look like
2328 in PGP/Inline signed mails)
2330 2007-04-26 [colin] 2.9.1cvs27
2333 libetpan-0.49 is now required
2335 Fix double fetching of mails if
2338 Make offline sync faster, by
2339 remembering last change time, and
2342 2007-04-26 [hoa] 2.9.1cvs26
2348 * src/etpan/imap-thread.c
2349 * src/etpan/imap-thread.h
2350 cancellation of IMAP operations is now allowed.
2351 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2353 2007-04-26 [colin] 2.9.1cvs25
2356 Always fetch body+headers in folders that are
2357 synched for offline use, if "Synchronise as
2358 soon as possible" is set.
2359 Fixes bug 1200, 'Add option to always retrieve full
2362 2007-04-25 [colin] 2.9.1cvs24
2365 Fix bug 1198, 'Reply-all "disappearing" address bug
2368 2007-04-24 [colin] 2.9.1cvs23
2371 Fix bug 1195, 'Hardware key navigation'
2372 Make GDK_Enter toggle expansion (Maemo)
2374 2007-04-24 [wwp] 2.9.1cvs22
2377 Fix few compiler warnings.
2379 2007-04-24 [paul] 2.9.1cvs21
2382 * src/stock_pixmap.c
2383 * src/stock_pixmap.h
2384 complete last commit
2386 2007-04-24 [paul] 2.9.1cvs20
2389 * src/pixmaps/active.xpm
2390 * src/pixmaps/checkbox_off.xpm
2391 * src/pixmaps/checkbox_on.xpm
2392 * src/pixmaps/inactive.xpm
2394 remove transparent border from checkbox icons
2396 2007-04-24 [wwp] 2.9.1cvs19
2400 Fix a crash in textview, thanks to Colin.
2402 2007-04-23 [wwp] 2.9.1cvs18
2404 * src/prefs_common.c
2405 Fix 2.9.1cvs5: no header was being translated at all.
2407 2007-04-23 [colin] 2.9.1cvs17
2410 * src/stock_pixmap.c
2411 * src/stock_pixmap.h
2414 * src/gtk/gtksctree.c
2415 * src/gtk/gtksctree.h
2416 * src/pixmaps/selection.xpm
2417 Fix bug 1193, 'Need a way to multi-select
2418 items'. Add a toggle button to the summaryview
2419 to switch between normal and multiple selection
2422 2007-04-23 [colin] 2.9.1cvs16
2425 * src/stock_pixmap.c
2426 * src/stock_pixmap.h
2429 * src/gtk/gtksctree.c
2430 * src/gtk/gtksctree.h
2431 * src/pixmaps/selection.xpm
2432 Fix bug 1193, 'Need a way to multi-
2434 Add a toggle button in the summaryview
2435 to enable normal or multiple selection.
2438 2007-04-23 [colin] 2.9.1cvs15
2441 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2443 2007-04-21 [colin] 2.9.1cvs14
2445 * src/gtk/quicksearch.c
2446 Fix previous commit (actually use correct
2449 2007-04-21 [colin] 2.9.1cvs13
2451 * src/gtk/quicksearch.c
2452 Fix changing quicksearch type (after Esc,
2453 after changing Recursive, ...)
2455 2007-04-20 [wwp] 2.9.1cvs12
2457 * src/gtk/Makefile.am
2458 Added headers.h (completes 2.9.1cvs5).
2460 2007-04-20 [wwp] 2.9.1cvs11
2463 Fix the use of display name in name column,
2464 it has been overriden w/ the use of nickname
2465 by 2.9.0cvs3. Now nickname is used (if any)
2466 in case of LDAP books only.
2468 2007-04-20 [colin] 2.9.1cvs10
2473 Add handling of 'a' to loop in a mail's
2476 2007-04-20 [colin] 2.9.1cvs9
2479 Fix bug 1190, 'dir_open' button doesn't work'
2482 2007-04-20 [colin] 2.9.1cvs8
2486 Fix bug 1194, 'Hardware keys move from email
2487 list to account/directory list, but not back
2488 to email list...' (Maemo)
2490 2007-04-20 [colin] 2.9.1cvs7
2493 complete previous commit
2495 2007-04-20 [colin] 2.9.1cvs6
2498 Fix bug 1187, 'Reply-to addressee disappears
2499 when reply-to text box is clicked...' (Maemo)
2501 2007-04-20 [wwp] 2.9.1cvs5
2509 * src/prefs_common.c
2510 * src/prefs_common.h
2511 * src/prefs_display_header.c
2512 * src/prefs_matcher.c
2515 * src/gtk/quicksearch.c
2516 Translate more header names according to the relevant option value,
2517 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2518 Replaced nearly all uses of prefs_common.trans_hdr with a call
2519 to prefs_common_translated_header_name().
2520 Added a headers.h reference file that contains known header names
2521 (RFC2822 and others) to the translation process' input, so that
2522 translated header names will still exist even if no occurrence of
2523 _("headername") is found anymore in the sources.
2524 Don't translate column name 'Number' following to trans_hdr option
2525 value as it's not a header name.
2527 2007-04-20 [colin] 2.9.1cvs4
2529 * src/gtk/quicksearch.c
2530 * src/gtk/quicksearch.h
2531 Add "From, To or Subject" quicksearch
2532 type. Patch by ulfschaper@users.sf.net
2534 2007-04-20 [colin] 2.9.1cvs3
2537 Implement proper references filtering condition.
2538 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2540 2007-04-19 [wwp] 2.9.1cvs2
2542 * src/prefs_display_header.c
2543 * src/message_search.c
2544 Fix few warnings (g_free of const gchar*).
2546 2007-04-19 [paul] 2.9.1cvs1
2552 bump version number following
2555 2007-04-19 [paul] 2.9.0cvs9
2557 * manual/advanced.xml
2558 * manual/glossary.xml
2561 2007-04-18 [paul] 2.9.0cvs8
2564 fix for CVE-2007-1558 (APOP)
2567 2007-04-18 [paul] 2.9.0cvs7
2573 Fix encoding woes wrt saving of
2577 2007-04-18 [colin] 2.9.0cvs6
2579 * src/gtk/pluginwindow.c
2580 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2582 2007-04-17 [wwp] 2.9.0cvs5
2588 Fix --disable-ldap build,
2589 fix some LDAP annoyances on
2590 searches, thanks to Colin.
2592 2007-04-17 [wwp] 2.9.0cvs4
2595 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2596 like gcc 2.9x. Thanks to Colin.
2598 2007-04-17 [wwp] 2.9.0cvs3
2614 Add LDAP write support. Patch mostly by
2615 Michael <mir at datanom dot net>
2617 2007-04-17 [wwp] 2.9.0cvs2
2620 Prepend "Add to address book" to the context menu of compose window's sender and
2623 2007-04-16 [paul] 2.9.0cvs1
2628 2007-04-16 [paul] 2.9.0
2635 2007-04-16 [paul] 2.8.1cvs102
2638 updated by Fabien Vantard
2640 2007-04-16 [paul] 2.8.1cvs101
2650 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2651 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2652 Aleksandar Urosevic, and Ralgh Young
2654 2007-04-15 [mones] 2.8.1cvs100
2659 2007-04-14 [colin] 2.8.1cvs99
2661 * src/message_search.c
2662 * src/prefs_display_header.c
2663 * src/summary_search.c
2664 * src/gtk/combobox.c
2667 2007-04-14 [wwp] 2.8.1cvs98
2669 * src/gtk/combobox.c
2670 * src/message_search.c
2671 * src/summary_search.c
2672 * src/prefs_display_header.c
2673 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2674 returns NULL, get the text value directly from the GtkEntry child.
2676 2007-04-13 [colin] 2.8.1cvs97
2678 * src/gtk/quicksearch.c
2679 Give the focus back to summaryview when
2680 emptying the quicksearch with Esc
2682 2007-04-13 [colin] 2.8.1cvs96
2684 * src/message_search.c
2685 * src/prefs_display_header.c
2686 * src/summary_search.c
2687 Fix possibles crashes when getting text
2690 2007-04-13 [colin] 2.8.1cvs95
2693 Add some UIDL debugging
2695 2007-04-12 [colin] 2.8.1cvs94
2698 Force folder scan if necessary after
2699 copying mails, to be able to reapply
2702 2007-04-11 [colin] 2.8.1cvs93
2705 don't scan for new mail on startup if --select
2706 is specified (or race conditions arise). If so,
2707 do both sequentially.
2709 2007-04-09 [colin] 2.8.1cvs92
2712 Use leafpad by default on Maemo. Patch
2715 2007-04-06 [colin] 2.8.1cvs91
2717 * src/pixmaps/queue_close.xpm
2718 * src/pixmaps/queue_close_hrm.xpm
2719 * src/pixmaps/queue_close_hrm_mark.xpm
2720 * src/pixmaps/queue_close_mark.xpm
2721 * src/pixmaps/queue_open.xpm
2722 * src/pixmaps/queue_open_hrm.xpm
2723 * src/pixmaps/queue_open_hrm_mark.xpm
2724 * src/pixmaps/queue_open_mark.xpm
2725 Move the clock one pixel down :)
2727 2007-04-05 [colin] 2.8.1cvs90
2730 Don't sync when switching offline from
2731 command line - it's usually too late :)
2733 2007-04-05 [paul] 2.8.1cvs89
2736 * src/stock_pixmap.c
2737 * src/pixmaps/dir_close_hrm.xpm
2738 * src/pixmaps/dir_close_hrm_mark.xpm
2739 * src/pixmaps/drafts_close.xpm
2740 * src/pixmaps/drafts_close_mark.xpm
2741 * src/pixmaps/drafts_open.xpm
2742 * src/pixmaps/drafts_open_mark.xpm
2743 * src/pixmaps/inbox.xpm
2744 * src/pixmaps/inbox_close.xpm
2745 * src/pixmaps/inbox_close_hrm.xpm
2746 * src/pixmaps/inbox_close_hrm_mark.xpm
2747 * src/pixmaps/inbox_close_mark.xpm
2748 * src/pixmaps/inbox_hrm.xpm
2749 * src/pixmaps/inbox_hrm_mark.xpm
2750 * src/pixmaps/inbox_mark.xpm
2751 * src/pixmaps/inbox_open.xpm
2752 * src/pixmaps/inbox_open_hrm.xpm
2753 * src/pixmaps/inbox_open_hrm_mark.xpm
2754 * src/pixmaps/inbox_open_mark.xpm
2755 * src/pixmaps/outbox.xpm
2756 * src/pixmaps/outbox_close.xpm
2757 * src/pixmaps/outbox_close_hrm.xpm
2758 * src/pixmaps/outbox_close_hrm_mark.xpm
2759 * src/pixmaps/outbox_close_mark.xpm
2760 * src/pixmaps/outbox_hrm.xpm
2761 * src/pixmaps/outbox_hrm_mark.xpm
2762 * src/pixmaps/outbox_mark.xpm
2763 * src/pixmaps/outbox_open.xpm
2764 * src/pixmaps/outbox_open_hrm.xpm
2765 * src/pixmaps/outbox_open_hrm_mark.xpm
2766 * src/pixmaps/outbox_open_mark.xpm
2767 * src/pixmaps/queue_close.xpm
2768 * src/pixmaps/queue_close_hrm.xpm
2769 * src/pixmaps/queue_close_hrm_mark.xpm
2770 * src/pixmaps/queue_close_mark.xpm
2771 * src/pixmaps/queue_open.xpm
2772 * src/pixmaps/queue_open_hrm.xpm
2773 * src/pixmaps/queue_open_hrm_mark.xpm
2774 * src/pixmaps/queue_open_mark.xpm
2775 updated, added and replaced icons
2778 2007-04-04 [colin] 2.8.1cvs88
2781 Fix build without libetpan
2783 2007-04-03 [colin] 2.8.1cvs87
2786 Fix crash with Citadel, and try to make
2787 things work. this server (and specifically
2788 STATUS and APPEND at least) seems broken.
2790 2007-04-03 [colin] 2.8.1cvs86
2793 Fix icons on folder close
2795 2007-04-03 [colin] 2.8.1cvs85
2798 Fix double-ask of offline override in
2803 Much more efficient way to synchronise
2805 * src/etpan/imap-thread.c
2808 * src/gtk/quicksearch.c
2811 2007-04-03 [paul] 2.8.1cvs84
2816 * src/prefs_common.c
2817 * src/prefs_common.h
2819 Fix sync being done too late
2822 2007-04-02 [colin] 2.8.1cvs83
2825 Maemo: Put status and quicksearch at the top
2826 * src/plugins/bogofilter/bogofilter.c
2827 * src/plugins/spamassassin/spamassassin.c
2828 Derive trash from inbox if possible
2830 2007-04-02 [paul] 2.8.1cvs82
2832 * src/plugins/bogofilter/bogofilter_gtk.c
2833 a few English changes
2839 2007-04-02 [colin] 2.8.1cvs81
2841 * src/image_viewer.c
2842 Fix transparent images by using
2845 Flush events (on new windows) to avoid
2846 having the textview's image resize fail
2847 to know the available width
2849 2007-04-01 [colin] 2.8.1cvs80
2851 * src/prefs_account.c
2852 If no MH mailbox exist, when creating a POP/Local
2853 account, just create and use the default one
2854 instead of bailing with a "Mailbox doesn't exist"
2857 2007-03-31 [colin] 2.8.1cvs79
2859 * src/prefs_account.c
2860 Create signature file if it doesn't exist
2862 * src/prefs_toolbar.c
2863 Maemo: Move "Use default" on the left so
2864 that people can find it
2866 Maemo: make default editor "Maemopad",
2867 default signature file "MyDocs/signature.txt"
2869 2007-03-31 [colin] 2.8.1cvs78
2871 * src/prefs_account.c
2872 Maemo: rework account prefs so
2873 that less horizontal scrolling
2876 2007-03-31 [colin] 2.8.1cvs77
2879 * src/prefs_common.c
2880 * src/prefs_common.h
2881 Fix bug 1167, 'Allow not displaying zeros
2882 in folder list'. Patch by MartinP
2884 2007-03-31 [colin] 2.8.1cvs76
2889 2007-03-31 [colin] 2.8.1cvs75
2892 Apply patch from bug 1172, direct
2893 access to the folder's session instead
2894 of using getter. Patch by MartinP
2896 2007-03-31 [paul] 2.8.1cvs74
2899 no need to list Fabien twice!
2901 2007-03-31 [colin] 2.8.1cvs73
2904 If we're currently "overriding for %d minutes",
2907 2007-03-31 [colin] 2.8.1cvs72
2915 * src/plugins/spamassassin/spamassassin.c
2916 Offline override: Add a parameter to allow
2917 asking even if the override timer is running.
2918 Allows to ask every time the user makes an
2919 explicit action needing online access (such
2920 as Get Mail), and not when the action is
2921 implicit (such as opening an IMAP folder)
2923 2007-03-31 [colin] 2.8.1cvs71
2926 Override offline: "No" answer shouldn't
2927 re-ask after 3 seconds, but 10 minutes.
2929 2007-03-30 [colin] 2.8.1cvs70
2931 * src/common/socket.c
2932 Better error reporting on unix socket
2933 failure (bind usually)
2934 * src/gtk/gtkutils.c
2935 * src/gtk/gtkutils.h
2936 Label window: add a pulsing progress
2937 bar to show we're not hung :)
2940 * src/plugins/pgpcore/sgpgme.c
2943 2007-03-30 [colin] 2.8.1cvs69
2946 * src/prefs_common.c
2947 Fix possible trashing of history and uidl
2948 files on disk full problems
2950 2007-03-30 [paul] 2.8.1cvs68
2955 update summary when changing layout type
2956 (fixes wrong folder icon being displayed)
2959 2007-03-29 [colin] 2.8.1cvs67
2961 * src/prefs_ext_prog.c
2962 The browser pref is irrelevant on Maemo
2964 2007-03-29 [colin] 2.8.1cvs66
2968 Maemo: dynamically switch headers/text position
2969 * src/prefs_common.c
2970 Maemo: hide compose's ruler by default
2971 * src/common/socket.c
2972 * src/common/socket.h
2975 2007-03-29 [colin] 2.8.1cvs65
2977 * src/common/socket.c
2978 * src/common/socket.h
2979 Fix build when MAEMO_CFLAGS contains
2980 _X_OPENSOURCE (resolv.h errors as long
2981 as we don't add _BSD_SOURCE. Ugly).
2983 2007-03-29 [wwp] 2.8.1cvs64
2985 * src/prefs_logging.c
2986 Fix sensitivity of clip-log widgets in prefs/logging,
2989 2007-03-29 [wwp] 2.8.1cvs63
2992 Updated files list for translations, thanks to Fabien.
2994 2007-03-29 [colin] 2.8.1cvs62
2997 * src/common/Makefile.am
2998 * src/common/utils.c
2999 Maybe make URI opening work in Maemo
3002 2007-03-28 [colin] 2.8.1cvs61
3007 Add the possibility to sort folders arbitrarily
3008 (via editing of folderlist.xml only). Patch by
3009 Martin P <mp26+claws@os.inf.tu-dresden.de>
3010 Fixes bug 1166, 'Folder ordering is fixed and cannot
3011 be changed by the user'
3013 2007-03-28 [colin] 2.8.1cvs60
3016 Add popup menu for mime icons
3018 2007-03-28 [colin] 2.8.1cvs59
3021 Fix a layout issue when presenting
3022 mainwindow in Small screen layout
3025 Add a "Go to folder list" button for
3026 mainwindow, and make it default in
3029 2007-03-28 [colin] 2.8.1cvs58
3032 Don't dynamically update title on Maemo
3033 Patch by Jean-Luc Biord
3035 2007-03-27 [colin] 2.8.1cvs57
3040 Enable tap-and-hold on Maemo
3042 2007-03-26 [colin] 2.8.1cvs56
3045 More popup-menu (in attachments list)
3047 2007-03-26 [colin] 2.8.1cvs55
3050 Enable popup-menu signal
3052 2007-03-26 [colin] 2.8.1cvs54
3054 * src/plugins/pgpinline/pgpinline.c
3055 Fix bug 1111, 'PGP/inline plugin hides text
3056 around encrypted text block'. Patch based on
3057 a patch from Michal Cihar.
3059 2007-03-26 [wwp] 2.8.1cvs53
3062 Fix getting a false error when sending queued message
3063 whereas the sending was fine (if there are subfolders
3064 in the queue folder), thanks to Colin.
3066 2007-03-26 [paul] 2.8.1cvs52
3069 update FACE header in welcome message
3071 2007-03-25 [colin] 2.8.1cvs51
3076 2007-03-25 [colin] 2.8.1cvs50
3079 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3081 2007-03-24 [colin] 2.8.1cvs49
3084 Fix a few launch problems on Maemo
3085 Patch by Jean-Luc Biord
3087 2007-03-24 [wwp] 2.8.1cvs48
3093 Fix wrong action performed when closing the
3094 "ask about account specific filtering rules
3095 when filtering manually" dialog by pressing Escape.
3096 Fix wrong order of buttons in the "return receipt
3097 notification - the message was sent to several of
3098 your accounts" dialog.
3100 2007-03-24 [paul] 2.8.1cvs47
3103 an improvement to English usage
3104 * tools/kdeservicemenu/README
3107 2007-03-24 [paul] 2.8.1cvs46
3110 * src/stock_pixmap.c
3111 * src/pixmaps/edit_extern.xpm
3112 * src/pixmaps/mail_sign.xpm
3113 rescue long lost icons
3115 2007-03-24 [paul] 2.8.1cvs45
3118 fix toolbar (broken in 2.8.1cvs42)
3120 2007-03-23 [colin] 2.8.1cvs44
3123 Correctly unsubscribe/resubscribe after
3126 2007-03-23 [colin] 2.8.1cvs43
3128 * src/prefs_common.c
3129 Maemo: as the platform is light on RAM, allow
3130 caches to be discarded faster.
3132 2007-03-23 [colin] 2.8.1cvs42
3137 * src/stock_pixmap.c
3138 * src/stock_pixmap.h
3143 * src/pixmaps/open_mail.xpm
3144 Maemo changes: Add the possibility to have
3145 "Open Email" and "Close Window" buttons on
3146 toolbars (and use them in Maemo's default
3149 2007-03-23 [wwp] 2.8.1cvs41
3152 Reverted that part of the action dialog closure logics, to
3153 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3154 done later in a different way (or may not).
3156 2007-03-22 [wwp] 2.8.1cvs40
3159 Fix sticky action dialog when got no output but action command
3160 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3162 2007-03-22 [colin] 2.8.1cvs39
3164 * src/prefs_filtering.c
3165 * src/gtk/combobox.h
3166 Fix escaping account names in filtering prefs
3168 2007-03-22 [colin] 2.8.1cvs38
3173 Add any attribute specified in LDAP servers'
3174 Search attributes to the Other Attributes tab
3175 of contacts; Add 'telephoneNumber' in the
3178 2007-03-22 [colin] 2.8.1cvs37
3183 Try to prevent race conditions when
3184 changing the folder list
3186 Fix possible red folder icon when
3187 switching from Small screen layout
3190 2007-03-22 [colin] 2.8.1cvs36
3195 Rename "little screen" to "Small screen"
3196 * src/gtk/Makefile.am
3197 * src/common/utils.c
3199 Fix Maemo-related compilation problems
3201 2007-03-21 [colin] 2.8.1cvs35
3205 * claws-mail.desktop
3206 Remove .png from the Icon, it's useless
3208 2007-03-21 [colin] 2.8.1cvs34
3212 Add the necessary lib checking for
3215 2007-03-21 [colin] 2.8.1cvs33
3218 Fix unconditional "error happened" when
3219 sending via command-line. "lol @ myself"
3221 2007-03-21 [colin] 2.8.1cvs32
3223 * claws-mail-40x40.png
3224 * claws-mail-26x26.png
3234 * src/prefs_account.c
3235 * src/prefs_common.c
3236 * src/summary_search.c
3240 * src/gtk/gtkutils.c
3241 * src/gtk/gtkutils.h
3242 * src/gtk/logwindow.c
3244 * src/gtk/prefswindow.c
3245 Add Maemo port (patch mainly by Jean-Luc Biort)
3246 Add a new 'Little screen' layout to help on such
3247 platforms (patch by me)
3248 Make some default preferences different (more
3249 adapted) on Maemo (patch by me)
3251 2007-03-21 [wwp] 2.8.1cvs31
3253 * src/prefs_logging.c
3254 * src/prefs_logging.h
3255 Fixed copyright header of newly added files.
3257 2007-03-21 [wwp] 2.8.1cvs30
3273 * src/prefs_common.c
3274 * src/prefs_common.h
3275 * src/prefs_logging.c
3276 * src/prefs_logging.h
3279 * src/send_message.c
3284 * src/common/session.c
3286 * src/common/socket.c
3287 * src/etpan/imap-thread.c
3288 * src/gtk/logwindow.c
3289 * src/gtk/logwindow.h
3290 * src/plugins/bogofilter/bogofilter.c
3291 * src/plugins/spamassassin/spamassassin.c
3292 Added debugging of filtering/processing rules.
3293 The debug log is here 'Tools/Filtering debug window',
3294 the options there 'Configuration/Preferences/Other/Logging',
3295 and the log file is ~/.claws-mail/filtering.log.
3296 Moved protocol log prefs to 'Other/Logging' as well.
3297 To support such debugging feature, the existing log API has
3298 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3299 this impacts many external modules (commits follow).
3301 2007-03-21 [paul] 2.8.1cvs29
3303 * src/etpan/Makefile.am
3304 * src/etpan/imap-thread.c
3305 add missing #include
3307 2007-03-21 [colin] 2.8.1cvs28
3310 Fix bug 1157, 'some broken messages confuse
3311 mime parser'. Make sure we can't have MimeInfos
3312 with negative sizes.
3314 2007-03-20 [colin] 2.8.1cvs27
3317 Fix missing \0 on buffer
3319 2007-03-20 [colin] 2.8.1cvs26
3322 Use make_dir_hier instead of make_dir
3323 to create the MH mailbox
3325 2007-03-20 [colin] 2.8.1cvs25
3329 * src/prefs_account.c
3331 Fix default inbox weirdnesses (after wizard,
3332 if path is Mail, mailbox identifier is #mh/Mailbox,
3333 and when creating new accounts)
3335 2007-03-20 [colin] 2.8.1cvs24
3338 Write folderlist after adding/deleting accounts
3341 2007-03-20 [colin] 2.8.1cvs23
3344 * src/remotefolder.h
3345 Fix bug 1153, 'CM segfaults if IMAP folder is
3346 selected while scanning prior to update'
3348 2007-03-17 [paul] 2.8.1cvs22
3351 fix a typo, and be a little more verbose.
3353 2007-03-17 [wwp] 2.8.1cvs21
3356 Fix a compiler warning.
3358 2007-03-16 [wwp] 2.8.1cvs20
3362 Updated to deal w/ the new mairix.sh tool.
3364 2007-03-16 [wwp] 2.8.1cvs19
3367 Fix logics issues around the action IO dialog:
3368 - disable entry widget and exec button when
3369 the exec button is clicked (don't wait for any
3370 output line) - fix possible disabling/re-enabling/
3371 re-disabling of those widgets
3372 - raise an error if executing a %as{} action either
3373 empty or invalid, instead of failing silently
3374 - don't close the dialog if the abort button has been
3375 clicked and if there was no output yet
3376 - set focus to the abort button when the exec button
3378 - fix capitalization of a warning message
3380 2007-03-16 [wwp] 2.8.1cvs18
3383 Added a wrapper to mairix to the tools folder.
3385 2007-03-16 [colin] 2.8.1cvs17
3389 Allow mimeviewer plugins to print
3392 2007-03-16 [colin] 2.8.1cvs16
3397 2007-03-15 [colin] 2.8.1cvs15
3401 Add a way for mimeviewer plugins to
3402 implement body search
3404 2007-03-15 [paul] 2.8.1cvs14
3406 * src/prefs_spelling.c
3409 2007-03-15 [paul] 2.8.1cvs13
3411 * src/common/quoted-printable.c
3412 fix decoding of quoted-printable parts
3414 2007-03-14 [wwp] 2.8.1cvs12
3416 * src/gtk/logwindow.h
3417 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3419 2007-03-14 [wwp] 2.8.1cvs11
3421 * src/gtk/logwindow.h
3422 Complete 2.8.1cvs10.
3424 2007-03-14 [colin] 2.8.1cvs10
3426 * src/gtk/logwindow.c
3427 Probably fix bug 1149, crash on logwindow
3428 close - at the expense of performance once
3429 logwin has been opened
3431 2007-03-14 [colin] 2.8.1cvs9
3434 If claws-mail is running on another
3435 display, warn instead of popping it up
3436 on the other display
3438 2007-03-12 [colin] 2.8.1cvs8
3441 Fix bug 1145, 'Setting a different name
3442 for the Mailbox name isn't reflected in
3443 default account settings'. Patch by wwp
3445 2007-03-12 [colin] 2.8.1cvs7
3448 Fix bug 1143, 'Add number of messages to be
3449 deleted to confirmation dialog'
3451 2007-03-12 [wwp] 2.8.1cvs6
3454 * src/prefs_common.c
3455 * src/prefs_common.h
3456 * src/prefs_summaries.c
3457 Changed the option that displays unread messages count
3458 next to the folder name in folder list: it is now
3459 possible to either display nothing, display the
3460 unread messages number only or the unread and total messages
3461 numbers. The patch includes this extra feature as well
3462 as some minor fixes by rewriting the algo in folderview.c.
3463 Thanks to Paul for the original idea and implementation, plus
3464 testing and proof-reading!
3466 2007-03-09 [paul] 2.8.1cvs5
3470 * tools/claws-mail-compose-insert-files.pl
3471 added a script which enables inserting files
3472 into the message body of a new Claws Mail
3473 Compose window from the command line. Additionally
3474 To, Cc, Subject and files to attach to the message
3477 2007-03-09 [wwp] 2.8.1cvs4
3482 Optimize matching of addresses in the addressbook
3483 (filtering/processing 'found_in_addressbook' condition).
3485 2007-03-07 [wwp] 2.8.1cvs3
3488 * src/quote_fmt_lex.l
3489 * src/quote_fmt_parse.y
3490 Add a new quote format symbol: %A to insert the
3491 sender email address (just the address itself).
3493 2007-03-06 [wwp] 2.8.1cvs2
3495 * src/gtk/gtkutils.c
3496 * src/plugins/trayicon/trayicon_prefs.h
3497 * src/plugins/trayicon/trayicon_prefs.c
3498 * src/plugins/trayicon/trayicon.c
3501 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3502 minimizing Claws-Mail main window will hide it to the trayicon instead.
3505 2007-03-06 [paul] 2.8.1cvs1
3511 bump version number following
3514 2007-03-06 [paul] 2.8.0cvs24
3517 corrected by by Tim <timbrain@post.cz>
3519 2007-03-05 [colin] 2.8.0cvs23
3523 Fix mime/globs path on NetBSD
3524 patch by George Michaelson
3526 2007-03-05 [wwp] 2.8.0cvs22
3529 Remove debug statement (accidentally committed w/ cvs14).
3531 2007-03-05 [paul] 2.8.0cvs21
3533 * src/plugins/pgpcore/prefs_gpg.c
3534 fix compiler warning
3536 2007-03-05 [wwp] 2.8.0cvs20
3538 * src/matcher_parser_parse.y
3539 Fix mismerge between cvs17 and cvs19.
3541 2007-03-05 [wwp] 2.8.0cvs19
3543 * src/matcher_parser_parse.y
3544 * src/prefs_filtering_action.c
3549 Add new 'add_to_addressbook' filtering/processing action.
3551 2007-03-05 [wwp] 2.8.0cvs18
3554 Fix mark_as_ham filtering/processing action: spam flag
3557 2007-03-04 [colin] 2.8.0cvs17
3562 * src/matcher_parser_parse.y
3563 * src/prefs_filtering_action.c
3564 Add 'Mark as spam' and 'Mark as ham' filtering
3565 actions. Fixes bug 1138.
3567 2007-03-04 [colin] 2.8.0cvs16
3570 Fix bug 1140, wrong return value
3573 2007-03-04 [wwp] 2.8.0cvs15
3576 Rollback cvs14: don't free stuff that is managed in g_list.
3578 2007-03-04 [wwp] 2.8.0cvs14
3581 Fix a leak in address completion code.
3583 2007-03-04 [colin] 2.8.0cvs13
3586 Maybe fix bug 1136, 'Crash in group
3589 2007-03-04 [iwkse] 2.8.0cvs12
3592 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3594 2007-03-03 [colin] 2.8.0cvs11
3596 * src/plugins/pgpinline/pgpinline.c
3597 Fix off-by-one, fix double-free. Fixes
3598 bug 1135, 'cm-segfault on decrypting
3601 2007-03-03 [colin] 2.8.0cvs10
3605 * src/common/plugin.c
3606 Fix bug 1134, 'Valgrind macros unhandled
3609 2007-03-02 [colin] 2.8.0cvs9
3612 Don't error out on EAGAIN. Fixes
3613 bug 1129, '"local mbox file" account
3614 isn't retrieving mails'
3616 2007-03-01 [wwp] 2.8.0cvs8
3619 * src/gtk/colorlabel.c
3620 Remove accels for extra color labels until we set better
3621 and definitive ones.
3623 2007-02-28 [wwp] 2.8.0cvs7
3626 * src/matcher_parser_parse.y
3627 * src/prefs_common.c
3628 * src/prefs_msg_colors.c
3630 * src/gtk/colorlabel.c
3631 * src/gtk/colorlabel.h
3632 Add more customizable color labels. Cleaned up a bit
3633 the color label API to avoid duplicate defines of
3634 the max number of colors.
3636 2007-02-27 [colin] 2.8.0cvs6
3639 * src/common/utils.c
3640 * src/common/utils.h
3641 Fix '+' in mailto URIs for List-* headers
3643 2007-02-27 [colin] 2.8.0cvs5
3645 * src/gtk/gtkutils.c
3646 Use gtk_window_set_role instead of
3649 2007-02-27 [colin] 2.8.0cvs4
3652 Fix "After receiving new mail, go to inbox" on IMAP,
3653 and make it work only on manual reception
3655 2007-02-27 [wwp] 2.8.0cvs3
3657 * src/prefs_filtering.c
3658 * src/prefs_filtering_action.c
3659 * src/prefs_matcher.c
3660 Update filtering matcher's and action's color label menus
3661 when re-opening those dialogs (reflect any change to the
3662 color labels list in the preferences).
3664 2007-02-27 [colin] 2.8.0cvs2
3667 * src/etpan/etpan-thread-manager-types.h
3668 * src/etpan/etpan-thread-manager.c
3669 * src/etpan/imap-thread.c
3670 Log imap ALERTs as errors in the log.
3672 2007-02-26 [paul] 2.8.0cvs1
3674 * tools/claws.i18n.status.pl
3677 2007-02-26 [paul] 2.7.2cvs75
3691 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3692 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3693 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3694 Aleksandar Urosevic, and Ralgh Young
3696 2007-02-25 [mones] 2.7.2cvs74
3701 2007-02-25 [colin] 2.7.2cvs73
3704 Clearing the list is only useful
3705 to prevent a valgrind false-positive
3707 2007-02-25 [paul] 2.7.2cvs72
3711 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3712 * tools/maildir2claws-mail.pl **REMOVED**
3713 renamed the script, fixed a couple bugs
3715 2007-02-23 [colin] 2.7.2cvs71
3718 Fix a leak, check for a few improbable nulls
3720 2007-02-23 [colin] 2.7.2cvs70
3724 * src/plugins/trayicon/trayicon.c
3725 Fix blinking mainwin when starting in tray
3726 (show mainwindow later in the startup process,
3727 apart if restarting post-crash)
3729 2007-02-23 [colin] 2.7.2cvs69
3733 Fix crash when unsubscribing the currently
3734 selected/opened folder
3736 2007-02-23 [colin] 2.7.2cvs68
3739 Fix bug that prevented colorization to
3740 work without wrap quotation option
3742 2007-02-23 [colin] 2.7.2cvs67
3745 Fix refcounting, start and end completion who
3746 behaved as if there couldn't be any other current
3749 2007-02-23 [wwp] 2.7.2cvs66
3753 Address completion fixes: fix addressbook_peek_folder_exists() in
3754 which the algorithm was ridiculously over-obfuscated and broken.
3755 Fix addrindex_load_completion() as well, to load addresses in
3756 completion list with regards to what addressbook_peek_folder_exists()
3759 2007-02-23 [wwp] 2.7.2cvs65
3762 Add addresses to completion when they're non-empty (thanks to Colin).
3764 2007-02-23 [paul] 2.7.2cvs64
3766 * src/plugins/pgpcore/passphrase.c
3769 2007-02-23 [colin] 2.7.2cvs63
3771 * src/plugins/pgpcore/prefs_gpg.c
3772 * src/plugins/pgpcore/prefs_gpg.h
3773 * src/plugins/pgpcore/sgpgme.c
3774 * src/plugins/pgpinline/pgpinline.c
3775 * src/plugins/pgpmime/pgpmime.c
3776 Try harder to respect user's choice wrt
3777 gpg-agent even with gpg2, by unsetting
3778 GPG_AGENT_INFO when necessary.
3780 2007-02-22 [paul] 2.7.2cvs62
3782 * src/plugins/pgpcore/sgpgme.c
3783 * src/plugins/pgpcore/sgpgme.h
3784 * src/plugins/pgpcore/passphrase.c
3785 * src/plugins/pgpinline/pgpinline.c
3786 * src/plugins/pgpmime/pgpmime.c
3787 Fix a leak - gpgme_data_release_and_get_mem
3788 leaks in recent gpgme. Workaround by using
3791 2007-02-22 [paul] 2.7.2cvs61
3793 * src/gtk/quicksearch.c
3794 Abandon dynamic search when pressing
3797 2007-02-21 [colin] 2.7.2cvs60
3800 * src/plugins/pgpcore/passphrase.c
3801 Fix little memory leaks
3803 Fix false-positive leak at exit
3804 * src/gtk/quicksearch.c
3805 Fix potentially big leak in recursive
3808 2007-02-21 [wwp] 2.7.2cvs59
3811 Add missing newline to a debug message.
3813 2007-02-20 [colin] 2.7.2cvs58
3817 * src/stock_pixmap.c
3818 * src/stock_pixmap.h
3819 * src/pixmaps/mime_pgpsig.xpm
3820 Add icon for application/pgp-signature
3822 2007-02-20 [colin] 2.7.2cvs57
3827 * src/stock_pixmap.c
3828 * src/stock_pixmap.h
3829 * src/pixmaps/mime_calendar.xpm
3830 * src/pixmaps/mime_pdf.xpm
3831 * src/pixmaps/mime_ps.xpm
3832 Add icons for text/calendar, application/pdf
3833 and application/postscript
3835 2007-02-20 [colin] 2.7.2cvs56
3838 * src/matcher_parser_parse.y
3839 * src/matcher_parser_lex.l
3840 Fix big memory leak in flex, and
3843 2007-02-20 [wwp] 2.7.2cvs55
3845 * src/matcher_parser_parse.y
3846 Fix a duplicate token definition (thanks to iwkse).
3848 2007-02-20 [wwp] 2.7.2cvs54
3850 * src/matcher_parser_lex.l
3851 * src/quote_fmt_lex.l
3852 Use proper flex options instead of direct use of #define,
3853 make the flex-generated C lighter.
3855 2007-02-20 [colin] 2.7.2cvs53
3858 Grab focus in message list after hiding
3859 the quicksearch, instead of leaving it
3862 2007-02-19 [colin] 2.7.2cvs52
3865 Fix bug 1033, 'Automatically refresh
3866 message list when new messages arrives'
3867 Looks like folderview->opened can sometimes
3870 2007-02-19 [paul] 2.7.2cvs51
3874 * tools/thunderbird-filters-convertor.pl
3875 add new script which converts thunderbird filter
3876 rules to Claws filter rules
3878 2007-02-18 [paul] 2.7.2cvs50
3880 * src/plugins/pgpcore/prefs_gpg.c
3881 * src/plugins/pgpcore/prefs_gpg.h
3882 * src/plugins/pgpcore/sgpgme.c
3883 * src/plugins/pgpinline/pgpinline.c
3884 * src/plugins/pgpmime/pgpmime.c
3885 improved GUI interoperability with gpg-agent
3887 2007-02-18 [paul] 2.7.2cvs49
3889 * src/prefs_account.c
3890 Privacy options sensitivity fix
3892 2007-02-17 [colin] 2.7.2cvs48
3895 Reset icon to warning in the noticeview
3897 2007-02-15 [colin] 2.7.2cvs47
3900 Fix a manifestation of bug 1033 (summaryview failing
3901 to update for new mails), which happens after editing
3902 account preferences or preferences that cause a
3905 2007-02-15 [colin] 2.7.2cvs46
3908 Probably fix bug 1123, 'Segmentation
3909 fault while opening address book'. I get
3910 g_warnings if the saved paned position is
3911 not greater than 0. Also, save position
3912 when hiding the addressbook instead of
3915 2007-02-14 [colin] 2.7.2cvs45
3917 * src/plugins/pgpcore/prefs_gpg.c
3918 * src/plugins/pgpcore/prefs_gpg.h
3919 * src/plugins/pgpcore/sgpgme.c
3920 * src/plugins/pgpinline/pgpinline.c
3921 * src/plugins/pgpmime/pgpmime.c
3922 Add an option "Use gpg-agent if available". Fixes
3923 annoyances with distro-installed gpg-agent, when
3924 no pinentry program is installed, and the user's
3925 at a loss on why "decryption failed". Makes more
3926 clear why passphrase isn't saved when gpg-agent is
3927 used. Defaults to true, to avoid changing the
3930 2007-02-14 [wwp] 2.7.2cvs44
3932 * src/matcher_parser_parse.y
3933 Fix missing line number reset (wrong line number might appear
3934 when re-loading filtering rules if there's a parser error).
3936 2007-02-13 [colin] 2.7.2cvs43
3938 * src/common/utils.c
3939 Don't encode ',' in URIs before passing it
3940 to the browser command-line. It was probably
3941 done at a time where commas in URIs made
3942 mozilla -remote 'openurl(%s,new-window)'
3945 2007-02-13 [wwp] 2.7.2cvs42
3947 * src/prefs_matcher.c
3948 * src/plugins/bogofilter/bogofilter_gtk.c
3949 A bit of string factorization around "Select ..." buttons.
3951 2007-02-11 [colin] 2.7.2cvs41
3954 Make sure to escape the title
3956 2007-02-11 [colin] 2.7.2cvs40
3959 Recognize .utf8 locales as .UTF-8 ones
3961 2007-02-11 [colin] 2.7.2cvs39
3964 Fix code conversion when dragging a file
3966 2007-02-09 [colin] 2.7.2cvs38
3968 * src/plugins/clamav/clamav_plugin.c
3969 Complete Paul's patch with conditional
3970 compilation to avoid breaking compilation
3971 on old Dapper and Edgy... Maybe other
3974 2007-02-09 [paul] 2.7.2cvs37
3976 * src/plugins/clamav/clamav_plugin.c
3977 fix for the upstream changes in libclamav
3979 2007-02-09 [paul] 2.7.2cvs36
3985 fix "warn if there are queued messages" (on exit)
3986 option, which only checked the first mailbox's
3988 don't ask before emptying trash if there are no
3989 messages in trash, also check and empty all trash
3992 move "Ask before emptying trash" option
3993 outside of the "On exit" frame as it's
3994 not only an "On exit" option
3996 2007-02-09 [paul] 2.7.2cvs35
4001 * src/prefs_account.c
4002 * src/prefs_folder_item.c
4004 * src/prefs_matcher.c
4005 * src/prefs_message.c
4006 * src/prefs_msg_colors.c
4007 * src/prefs_summaries.c
4009 * src/gtk/inputdialog.c
4010 * src/plugins/bogofilter/bogofilter_gtk.c
4011 pedantic commit: use 'checkbtn' everywhere
4012 instead of a mixture of 'checkbtn' and 'chkbtn'
4014 2007-02-09 [paul] 2.7.2cvs34
4020 move "Never send Return Receipts" from
4021 prefs_other to prefs_send
4022 add an option "Ask about account specific
4023 filtering rules..." to prefs_other
4024 * src/gtk/gtkutils.c
4025 fix a compiler warning
4027 2007-02-08 [colin] 2.7.2cvs33
4029 * src/plugins/pgpinline/pgpinline.c
4030 Fix bug 1110, 'pgpmime fails to process
4031 encapsulated openpgp mime (rfc 3156, 6.1
4033 It was due to an interaction between PGP/Mime
4034 and PGP/Inline plugin.
4036 2007-02-08 [colin] 2.7.2cvs32
4041 Fix bug 1117, 'fcntl locking code
4042 does not work in mbox.c'
4044 2007-02-08 [colin] 2.7.2cvs31
4046 * src/prefs_account.c
4047 Fix Gentoo bug 165819, 'can't create
4048 a "local mbox file" account'. Patch
4049 by Olivier <castan.o@free.fr>
4051 2007-02-07 [colin] 2.7.2cvs30
4054 Fix bug 1106, 'Claws crash on exit if LDAPS
4055 autocompletion was used'
4057 2007-02-07 [paul] 2.7.2cvs29
4060 cut down on unnecessary debug_prints
4062 fix menu_set_active() on 'Show only
4065 2007-02-07 [paul] 2.7.2cvs28
4067 * src/plugins/clamav/clamav_plugin.c
4068 * src/plugins/clamav/clamav_plugin.h
4069 * src/plugins/clamav/clamav_plugin_gtk.c
4070 fix copyright header
4072 2007-02-07 [paul] 2.7.2cvs27
4075 fix bug 1116, 'summary view allow a
4078 2007-02-06 [colin] 2.7.2cvs26
4083 2007-02-05 [fabien] 2.7.2cvs25
4087 i18n related - 1 fix and 1 message for translators.
4089 2007-02-05 [colin] 2.7.2cvs24
4091 * src/gtk/quicksearch.c
4092 Don't reload summary list if quicksearch wasn't
4093 active on hiding; move currently selected mail in
4094 the visible area when showing the quicksearch
4096 2007-02-05 [colin] 2.7.2cvs23
4099 Add debug to try to solve bug 1104
4101 2007-02-05 [paul] 2.7.2cvs22
4104 confirm before emptying trash on exit is
4105 a Yes or No answer, use Yes or No in the
4108 2007-02-04 [colin] 2.7.2cvs21
4111 * src/plugins/pgpcore/passphrase.c
4112 * src/plugins/pgpcore/select-keys.c
4113 Set wmclass on new windows
4119 2007-02-04 [colin] 2.7.2cvs20
4123 Auto save drafts on exit, reopen them
4124 at startup, instead of asking
4128 * src/addressbook_foldersel.c
4136 * src/editldap_basedn.c
4149 * src/message_search.c
4151 * src/prefs_actions.c
4152 * src/prefs_customheader.c
4153 * src/prefs_display_header.c
4154 * src/prefs_filtering.c
4155 * src/prefs_filtering_action.c
4156 * src/prefs_folder_column.c
4158 * src/prefs_matcher.c
4160 * src/prefs_summaries.c
4161 * src/prefs_summary_column.c
4162 * src/prefs_template.c
4163 * src/sourcewindow.c
4165 * src/summary_search.c
4168 * src/gtk/description_window.c
4169 * src/gtk/foldersort.c
4170 * src/gtk/gtkutils.c
4171 * src/gtk/gtkutils.h
4172 * src/gtk/icon_legend.c
4173 * src/gtk/logwindow.c
4174 * src/gtk/pluginwindow.c
4175 * src/gtk/prefswindow.c
4176 Give different wmclass to different
4177 windows - thanks to sed ;)
4179 2007-02-04 [colin] 2.7.2cvs19
4182 Revert previous patch, can't reproduce
4185 2007-02-03 [colin] 2.7.2cvs18
4188 Don't save the mainwindow size and
4189 position on emergency exit (libSM's
4190 "die" callback), Xfce seems to make
4191 the window smaller just before the
4194 2007-02-03 [colin] 2.7.2cvs17
4196 * src/plugins/bogofilter/bogofilter.c
4197 * src/plugins/bogofilter/bogofilter.h
4198 * src/plugins/bogofilter/bogofilter_gtk.c
4199 * src/plugins/pgpinline/pgpinline.c
4200 * src/plugins/pgpinline/pgpinline.h
4203 2007-02-03 [colin] 2.7.2cvs16
4205 * src/partial_download.c
4206 * src/partial_download.h
4213 * src/common/ssl_certificate.c
4214 * src/common/ssl_certificate.h
4215 * src/gtk/quicksearch.c
4216 * src/gtk/quicksearch.h
4217 * src/gtk/sslcertwindow.c
4218 * src/gtk/sslcertwindow.h
4219 Fix copyright on my files
4221 2007-02-02 [colin] 2.7.2cvs15
4231 Add Tools/List URIs to allow
4232 opening any URI in the current mail
4234 2007-02-02 [colin] 2.7.2cvs14
4236 * src/common/valgrind.h ** NEW FILE **
4237 * src/common/Makefile.am
4238 * src/common/plugin.c
4239 Don't dlclose the plugins if we're running
4240 under valgrind. (doesn't require valgrind
4241 either at compile time or run time).
4243 2007-02-01 [paul] 2.7.2cvs13
4247 * tools/freshmeat_search.pl
4248 * tools/google_search.pl
4249 * tools/multiwebsearch.pl
4250 add support for non ISO-8859-1 compatible locales
4251 Patch by Alex Gorbachenko <agent_007@immo.ru>
4253 2007-02-01 [colin] 2.7.2cvs12
4256 * src/prefs_summaries.c
4257 Move keybinding prefs to the Other page
4259 2007-02-01 [wwp] 2.7.2cvs11
4261 * src/plugins/trayicon/trayicon.c
4262 Fix a raising issue within KDE.
4264 2007-02-01 [colin] 2.7.2cvs10
4267 Fix stray quotes in encoded strings
4269 Fix wrong call causing g_warnings
4271 Remove useless message
4273 2007-01-31 [wwp] 2.7.2cvs9
4275 * src/plugins/trayicon/trayicon.c
4276 fix buggy hiding of main window when closing if close-to-tray
4277 is not set (bad logics in the trayicon hook code).
4278 Changed the quit confirmation message too.
4280 2007-01-30 [colin] 2.7.2cvs8
4283 Fix hidden mainwindow after clicking on
4284 the X close button, if compose windows
4285 exist and the user chooses not to quit
4287 2007-01-30 [colin] 2.7.2cvs7
4291 Handle local URIs to attach files (file:///...)
4292 Fixes attaching files from Thunar for example
4294 2007-01-30 [colin] 2.7.2cvs6
4296 * src/prefs_ext_prog.c
4297 Add 'mousepad' to the list of text editors.
4298 Mousepad is XFCE's text editor
4300 2007-01-29 [wwp] 2.7.2cvs5
4303 * src/plugins/trayicon/trayicon_prefs.c
4304 trayicon i18n fixes, thanks to Fabien.
4306 2007-01-28 [wwp] 2.7.2cvs4
4310 * src/plugins/trayicon/trayicon.c
4311 * src/plugins/trayicon/trayicon_prefs.c
4312 * src/plugins/trayicon/trayicon_prefs.h
4313 Added a new TrayIcon plugin option to close to tray
4314 (WM's hotkey and [X] button will hide the window instead
4315 of closing it - closing CM can be done using the tray icon
4316 menu or the File menu).
4317 Improved visibility handling in trayicon, clicking the
4318 trayicon now raise the window to current desktop when it
4319 was either minimized/shaded/on another desktop.
4320 Thanks to Paul for testing and fixing a strange behaviour
4323 2007-01-27 [paul] 2.7.2cvs3
4325 * src/prefs_folder_item.c
4326 * src/prefs_receive.c
4327 * src/plugins/pgpcore/prefs_gpg.c
4328 use 'start-up' instead of 'startup' in labels
4330 2007-01-26 [wwp] 2.7.2cvs2
4332 * src/plugins/trayicon/Makefile.am
4333 * src/plugins/trayicon/trayicon.c
4334 * src/plugins/trayicon/trayicon_prefs.c
4335 * src/plugins/trayicon/trayicon_prefs.h
4336 Add a new TrayIcon option to hide the main window at
4338 Fix trayicon.c copyright header.
4340 2007-01-26 [paul] 2.7.2cvs1
4346 bump up version number following
4349 2007-01-25 [mones] 2.7.1cvs60
4352 updated thousands of strings (well, probably less ;-)
4354 2007-01-25 [colin] 2.7.1cvs59
4357 Fix 2nd-run loss of matcherrc on new
4360 2007-01-25 [wwp] 2.7.1cvs58
4363 fix handling of empty value in attach_save_directory too, thanks
4366 2007-01-25 [wwp] 2.7.1cvs57
4369 fix handling of empty value in attach_load_directory,
4372 2007-01-25 [wwp] 2.7.1cvs56
4374 * src/plugins/dillo_viewer/dillo_prefs.h
4377 2007-01-25 [colin] 2.7.1cvs55
4381 * src/matcher_parser_parse.y
4382 * src/prefs_matcher.c
4383 Add matching on the spam flag
4385 2007-01-24 [colin] 2.7.1cvs54
4390 Make sure folderlist.xml is correctly
4391 written before overwriting it.
4395 * src/plugins/bogofilter/bogofilter.c
4396 * src/plugins/bogofilter/bogofilter.h
4397 * src/plugins/bogofilter/bogofilter_gtk.c
4398 * src/plugins/spamassassin/spamassassin.c
4399 * src/plugins/spamassassin/spamassassin.h
4400 * src/plugins/spamassassin/spamassassin_gtk.c
4401 Move spam to the correct trash folder after
4402 learning, if spam directory isn't set.
4404 2007-01-23 [paul] 2.7.1cvs53
4406 * src/plugins/bogofilter/bogofilter_gtk.c
4407 fix sensitivity of "Insert X-Bogosity header"
4410 2007-01-23 [colin] 2.7.1cvs52
4413 Translate toolbar items text if
4414 they're translatable (default)
4428 * src/etpan/etpan-thread-manager.c
4429 * src/etpan/etpan-thread-manager.h
4430 * src/gtk/gtkutils.c
4431 * src/gtk/gtkutils.h
4432 More static functions
4434 2007-01-22 [fabien] 2.7.1cvs51
4436 * src/gtk/gtkutils.c
4437 gtkut_get_options_frame() : ability to pass
4438 a 'NULL' value in frame pointer parameter if
4441 2007-01-22 [colin] 2.7.1cvs50
4445 * src/plugins/bogofilter/bogofilter.c
4446 * src/plugins/bogofilter/bogofilter_gtk.c
4447 * src/plugins/spamassassin/spamassassin.c
4448 * src/plugins/spamassassin/spamassassin_gtk.c
4449 Allow moving spams to the account's trash
4450 instead of default one
4452 2007-01-21 [colin] 2.7.1cvs49
4456 Revert a static function that shouldn't
4459 2007-01-21 [colin] 2.7.1cvs48
4465 2007-01-21 [colin] 2.7.1cvs47
4471 2007-01-21 [colin] 2.7.1cvs46
4473 * src/common/socket.c
4474 * src/common/socket.h
4477 2007-01-21 [colin] 2.7.1cvs45
4486 * src/folder_item_prefs.c
4487 * src/folder_item_prefs.h
4494 * src/common/socket.c
4495 * src/common/socket.h
4496 * src/gtk/gtkaspell.c
4497 * src/gtk/gtkaspell.h
4498 * src/gtk/quicksearch.c
4499 * src/gtk/quicksearch.h
4502 2007-01-21 [colin] 2.7.1cvs44
4504 * src/common/utils.c
4505 * src/common/utils.h
4506 * src/etpan/etpan-thread-manager.c
4507 * src/etpan/etpan-thread-manager.h
4508 Same (Funny that etpan_thread_unbind
4509 is called but not etpan_thread_bind)
4511 2007-01-21 [colin] 2.7.1cvs43
4519 * src/etpan/Makefile.am
4520 * src/gtk/colorlabel.c
4521 * src/gtk/colorlabel.h
4522 * src/gtk/sslcertwindow.c
4523 * src/gtk/sslcertwindow.h
4524 * src/etpan/etpan-log.c ** REMOVED **
4525 * src/etpan/etpan-log.h ** REMOVED **
4528 2007-01-20 [colin] 2.7.1cvs42
4534 2007-01-20 [colin] 2.7.1cvs41