1 2007-08-13 [wwp] 2.10.0cvs119
12 * src/partial_download.c
20 Make sure we never pass NULL pointers for %s substitutions
21 (prevent from crashing in Windows).
23 2007-08-13 [wwp] 2.10.0cvs118
26 Re-enable mmap_reads in Windows with some missing
27 CloseHandle of mapping objects, thanks to
30 2007-08-13 [paul] 2.10.0cvs117
33 fix bug 1287, 'Compile time problem on Solaris
34 (nexenta gnu/Solaris) utils.c'
35 Thanks to Piotr Chrzczonowicz
37 2007-08-12 [wwp] 2.10.0cvs116
39 * src/plugins/pgpcore/prefs_gpg.c
40 Don't try to unset a GPG_AGENT_INFO that was not
41 set (and don't use a NULL string in Windows, it was
42 crashing with --debug if GPG_AGENT_INFO was not set).
44 2007-08-12 [wwp] 2.10.0cvs115
47 Make gcc type-check arguments passed to privacy_set_error().
49 2007-08-12 [ticho] 2.10.0cvs114
51 * src/prefs_folder_item.c
52 Make sure that folder default account combobox always has some
55 Handle empty combobox gracefully (warning instead of crash).
57 2007-08-12 [ticho] 2.10.0cvs114
59 * src/prefs_folder_item.c
60 Make sure that folder default account combobox is not empty.
62 Handle empty combobox gracefully (warning instead of crash).
64 2007-08-11 [paul] 2.10.0cvs113
68 use 'subfolder' instead of 'sub-folder', matching
69 everywhere else the term is used
73 2007-08-10 [wwp] 2.10.0cvs112
76 Disable mmap reads in Windows only (at least temporarily), they
77 prevent from renaming/removing target cache files.
83 2007-08-10 [wwp] 2.10.0cvs111
86 fix unpredictable crashes in Windows due to broken
87 cache/mark/tags files writting (file were opened for
88 writing in text mode).
91 use gettimeofday() from w32lib.h on Windows.
93 2007-08-10 [colin] 2.10.0cvs110
96 * src/etpan/imap-thread.c
97 * src/etpan/imap-thread.h
98 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
100 2007-08-09 [colin] 2.10.0cvs109
103 Fix port being reset to 636 on SSL
105 Fix folder_item_get_msg_num_by_file
106 on drafts/queue folders
108 2007-08-09 [wwp] 2.10.0cvs108
111 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
112 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
115 2007-08-09 [colin] 2.10.0cvs107
119 * src/gtk/prefswindow.c
120 A few Maemo layout fixes
122 2007-08-09 [paul] 2.10.0cvs106
124 * src/prefs_account.c
125 remove the hyphen from plug-ins to
126 match everywhere else
128 2007-08-08 [wwp] 2.10.0cvs105
130 * src/prefs_folder_item.c
131 Fix an extraneous stealth ^L char.
133 2007-08-08 [wwp] 2.10.0cvs104
135 * src/prefs_folder_item.c
136 Better fix, group variables declarations (USE_ASPELL).
138 2007-08-08 [wwp] 2.10.0cvs103
140 * src/prefs_folder_item.c
141 Fix compilation w/ USE_ASPELL set (broken
144 2007-08-08 [ticho] 2.10.0cvs102
146 * src/prefs_folder_item.c
147 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
149 2007-08-08 [colin] 2.10.0cvs101
152 * src/etpan/imap-thread.c
153 * src/etpan/imap-thread.h
154 Close selected mailbox before doing
157 2007-08-08 [colin] 2.10.0cvs100
160 Complete symbol table, thanks to wwp.
161 Fixes bug 1284, 'The html -> text
162 converter ignores entities'
166 2007-08-08 [colin] 2.10.0cvs99
169 Better way to fetch UIDs on non-UIDPLUS servers
171 2007-08-07 [colin] 2.10.0cvs98
174 fix bug 1275, 'auto-saved draft messages not
175 always being removed'; Also, make multiple
176 copy (in the same account) faster by matching
177 source/destination message UIDs.
179 Don't try to reshow deleted mail
181 Fix leak on error path
183 2007-08-07 [wwp] 2.10.0cvs97
186 * manual/advanced.xml
187 * manual/fr/account.xml
188 * manual/fr/advanced.xml
189 Updated the reference manual and the French translation to
190 reflect 2.10.0cvs84: enable running folder Processing
193 2007-08-06 [wwp] 2.10.0cvs96
198 Allow changing the emphasis color used to highlight
199 the newsreader/x-mailer header value when it matches
200 our preferred mail agent (hidden pref 'emphasis_col' added
203 2007-08-06 [colin] 2.10.0cvs95
207 Re-commit 2.10.0cvs86, with a protection
208 against Pango bug. Also, try to fix
209 bug 1275, 'auto-saved draft messages not
210 always being removed'
212 2007-08-06 [wwp] 2.10.0cvs94
214 * src/gtk/quicksearch.c
215 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
217 2007-08-06 [ticho] 2.10.0cvs93
219 * src/prefs_account.c
221 Use GtkComboBox instead of GtkOptionMenu for privacy system
222 selection in account preferences.
224 2007-08-06 [wwp] 2.10.0cvs92
226 * src/plugins/pgpcore/plugin.def
227 Apply one more chunk from gpg4win's 03-w32-port patch.
229 2007-08-05 [colin] 2.10.0cvs91
233 reverting buggy patch for now
235 2007-08-05 [colin] 2.10.0cvs90
240 2007-08-04 [colin] 2.10.0cvs89
242 * src/prefs_summaries.c
243 * src/summary_search.c
244 Replace deprecated widgets. Patch by
247 2007-08-04 [colin] 2.10.0cvs88
250 Refresh GUI only every 2000 mails on mh_get_last_num
251 This is fast (readdir) and done only once per
254 2007-08-03 [colin] 2.10.0cvs87
256 * src/prefs_account.c
259 Fix a deprecated widget. Patch by
262 2007-08-03 [colin] 2.10.0cvs86
266 Make colorisation and wrapping algorithms
267 faster. Fixes bug 1246, 'compose becomes
268 increasingly slow replying to complex emails'
270 2007-08-03 [paul] 2.10.0cvs85
273 keep the window painted
275 2007-08-02 [paul] 2.10.0cvs84
280 enable running folder Processing
283 2007-08-02 [paul] 2.10.0cvs83
286 speed up/clean up rendering of larger
290 2007-08-01 [paul] 2.10.0cvs82
295 change default toolbar layout on maemo
296 * src/pixmaps/close.xpm
297 make the red cross a grey cross
298 * src/pixmaps/jpilot.xpm
299 make icon smaller so it fits better
301 2007-07-31 [paul] 2.10.0cvs81
305 fix crash on maemo on first launch
307 2007-07-30 [paul] 2.10.0cvs80
309 * src/prefs_matcher.c
310 specify the units of age and size
312 2007-07-30 [paul] 2.10.0cvs79
315 Fix IMAP timeout setting
317 2007-07-30 [colin] 2.10.0cvs78
319 * src/prefs_account.c
320 Fix a deprecated widget. Patch by
323 2007-07-27 [paul] 2.10.0cvs77
325 * src/matcher_parser_parse.y
326 * src/prefs_filtering_action.c
327 * src/prefs_matcher.c
328 these changes forgotten in cvs74's
329 'watch thread' feature
331 2007-07-27 [paul] 2.10.0cvs76
334 fix potential crasher
337 2007-07-27 [paul] 2.10.0cvs75
343 make mainwindow's /Help/Manual point to the
344 remote copy if the local copy doesn't exist
346 2007-07-27 [paul] 2.10.0cvs74
354 * src/matcher_parser_parse.y
363 * src/pixmaps/watchthread.xpm
364 add 'watch thread' feature
366 2007-07-27 [paul] 2.10.0cvs73
368 * src/prefs_folder_item.c
369 adjust labels, add tooltips
371 2007-07-27 [colin] 2.10.0cvs72
374 Maemo: Remove less used menu items
376 2007-07-26 [colin] 2.10.0cvs71
379 Maemo: destroy messageview after trashing mail.
380 Maybe should be done on X11 too
382 2007-07-26 [colin] 2.10.0cvs70
389 Add View/Show or Hide/Column headers
391 2007-07-26 [colin] 2.10.0cvs69
396 2007-07-26 [colin] 2.10.0cvs68
399 Fix possible crash on cache invalidation
403 * src/quote_fmt_parse.y
404 Make replying to mails with big attachments
405 much faster. Fixes bug 1224, 'The process of
406 Replying to emails with large attachments
407 seems unreasonably long...'
409 2007-07-26 [colin] 2.10.0cvs67
414 Fix threads use on BSDs
416 2007-07-26 [paul] 2.10.0cvs66
418 * src/gtk/prefswindow.c
419 fix account prefs breakage
422 2007-07-26 [paul] 2.10.0cvs65
425 standardise ./configure --help messages
427 2007-07-26 [colin] 2.10.0cvs64
431 Fix two vCard-related crashes
433 2007-07-25 [colin] 2.10.0cvs63
438 * src/prefs_receive.c
439 Maemo: Add a better way to notify of
445 Maemo: Various layout fixes
446 * src/gtk/prefswindow.c
447 Maemo: Better prefs layout
449 2007-07-25 [paul] 2.10.0cvs62
452 fix the layout on maemo
455 2007-07-25 [iwkse] 2.10.0cvs61
458 add 'o' shortcut on summaryview
460 2007-07-25 [iwkse] 2.10.0cvs60
465 2007-07-24 [colin] 2.10.0cvs59
468 Fix missing timestamp update on source
472 Better text layout on part's choices
474 2007-07-23 [colin] 2.10.0cvs58
478 Maemo: Automatically choose the correct application
480 * src/gtk/quicksearch.c
481 Make search run on GDK_KP_Enter too
483 2007-07-23 [wwp] 2.10.0cvs57
485 * src/quote_fmt_lex.l
486 Revert accidentaly committed lines (account_sig) in
489 2007-07-23 [wwp] 2.10.0cvs56
491 * src/quote_fmt_lex.l
492 Fix typos around long form expressions in the quote lexer.
498 2007-07-23 [colin] 2.10.0cvs55
501 Fix auto-completion on Maemo
503 2007-07-23 [colin] 2.10.0cvs54
506 Maemo: Fix sticking statusbars
508 2007-07-22 [colin] 2.10.0cvs53
511 Maemo: Fix the strange "top_application" info
512 at startup. We should do something when
513 receiving such a message.
515 2007-07-20 [paul] 2.10.0cvs52
518 add missing #include "statusbar.h"
520 2007-07-20 [colin] 2.10.0cvs51
524 * src/folder_item_prefs.c
525 * src/folder_item_prefs.h
533 * src/prefs_folder_item.c
534 Implement age-based caching: allow to
535 specify a threshold for the offline synchronisation
536 feature, and whether old cached bodies should
541 * src/plugins/dillo_viewer/dillo_viewer.c
542 Check that Dillo's installed
544 2007-07-20 [wwp] 2.10.0cvs50
548 Draw a frame around the selected mimeview part icon (instead of the
549 shifted 'dancing' icon).
551 2007-07-20 [colin] 2.10.0cvs49
554 Unref stuff even on error
556 disconnect signals only at the very
557 end of the wizard save.
559 2007-07-20 [colin] 2.10.0cvs48
565 Fix random crashes while navigating
568 2007-07-19 [colin] 2.10.0cvs47
577 Maemo: add an easy way to store data (mails
578 and IMAP/NNTP caches) on one of the SD cards,
579 and protect against unmounts if needed
581 2007-07-19 [paul] 2.10.0cvs46
586 * src/pixmaps/claws-mail_logo-small.xpm
587 implement a (slightly) different About
588 dialog for maemo and add a small version
591 use a scrolled window for wizard page 1
594 2007-07-19 [paul] 2.10.0cvs45
597 too soon for this line
599 2007-07-19 [paul] 2.10.0cvs44
604 2007-07-19 [colin] 2.10.0cvs43
607 Solve Mail/Mailbox name when specifying
610 2007-07-18 [colin] 2.10.0cvs42
616 2007-07-18 [colin] 2.10.0cvs41
619 Maemo: plug the online/offline system into
620 maemo's interfaces to have Claws automatically
621 switch according to the system status
623 Maemo: use HildonBanners to display status
624 messages. Renders the main statusbar useless.
626 2007-07-18 [paul] 2.10.0cvs40
629 fix screen blanking on moving/copying many msgs
631 fix processing progressbar and screen blanking
634 2007-07-18 [paul] 2.10.0cvs39
637 revert cvs37, breakage on maemo
639 2007-07-18 [paul] 2.10.0cvs38
642 make sure we can still build with older GTK's
644 2007-07-18 [colin] 2.10.0cvs37
647 Only hide the small layout's messageview, instead
648 of destroying it when closing
650 Use gtk_window_present_with_time to popup windows,
651 it seems to make things better with modern WMs
654 2007-07-17 [colin] 2.10.0cvs36
657 Simplify layout on Maemo
660 * src/prefs_display_header.c
661 Remove some headers by default on Maemo
663 2007-07-17 [paul] 2.10.0cvs35
667 * src/prefs_logging.c
669 add options to stop/enable writing logs to disc
671 2007-07-17 [paul] 2.10.0cvs34
674 fix some issues with the Apply tags window:
675 - set search column (enables autocompl in the treeview)
676 - apply tag from "New tag" if it existed
677 - clears New tag entry when adding it with the button
680 2007-07-17 [paul] 2.10.0cvs33
683 fix 'apply tags' dialogue weirdness
685 2007-07-16 [colin] 2.10.0cvs32
688 Fix double-loading of mails on Maemo
690 2007-07-16 [colin] 2.10.0cvs31
693 Prevent double-loading of the same part under some
694 conditions; hide statusbar on Maemo
696 2007-07-16 [colin] 2.10.0cvs30
702 Improve the tag interface - allow
703 to set/unset tags from a special
705 * src/gtk/gtkvscrollbutton.c
709 Fix Mimeview's ugly hacks in the
712 2007-07-16 [paul] 2.10.0cvs29
716 * src/gtk/icon_legend.c
717 put it all in a scrolled window
719 2007-07-15 [colin] 2.10.0cvs28
722 Maemo: force layout to be Small screen; the
723 others don't make sense
725 2007-07-14 [colin] 2.10.0cvs27
728 * src/gtk/gtkvscrollbutton.c
729 Maemo: Fix mimeview's buttons size
731 2007-07-14 [colin] 2.10.0cvs26
734 Fix the button workaround fix.
735 (Use the correct variable)
737 2007-07-14 [colin] 2.10.0cvs25
741 Maemo: put the progress bar in the
744 2007-07-14 [colin] 2.10.0cvs24
747 Maemo: hide statusbar by default
752 * src/pixmaps/go_folders.xpm
753 Maemo: Add a specific icon to go back to
756 2007-07-14 [colin] 2.10.0cvs23
759 Don't set homogeneous finally
761 2007-07-14 [colin] 2.10.0cvs22
764 Fix button show/hide issues
766 2007-07-14 [colin] 2.10.0cvs21
770 Fix button workaround to be able to click
771 if mouse was on button when it went un-
773 Revert previous commit, gtk_tool_item_set_homogeneous
774 doesn't mean what it seems to mean ;-)
776 2007-07-14 [paul] 2.10.0cvs20
779 make homogeneous FALSE always
781 2007-07-13 [colin] 2.10.0cvs19
785 Rework to fit the non-deprecated API
791 Maemo layout changes. Better toolbars,
792 removal of CTree headers.
794 2007-07-13 [paul] 2.10.0cvs18
796 * src/gtk/colorlabel.c
797 fix bug 1261, '[DE] coloring messages in overview
798 keys are not localised'
799 the string is now included in claws-mail.pot
801 2007-07-13 [colin] 2.10.0cvs17
804 Fix bug 1267, 'printing mutliple messages
805 opens one message-dialog after the other'
806 Ask for confirmation when printing 10
809 2007-07-11 [colin] 2.10.0cvs16
814 * manual/claws-mail-manual.xml
816 * manual/es/claws-mail-manual.xml
818 * manual/fr/claws-mail-manual.xml
841 * src/addressbook_foldersel.c
842 * src/addressbook_foldersel.h
868 * src/displayheader.c
869 * src/displayheader.h
872 * src/editaddress_other_attributes_ldap.c
873 * src/editaddress_other_attributes_ldap.h
882 * src/editldap_basedn.c
883 * src/editldap_basedn.h
904 * src/folder_item_prefs.c
905 * src/folder_item_prefs.h
914 * src/grouplistdialog.c
915 * src/grouplistdialog.h
962 * src/matcher_parser.h
963 * src/matcher_parser_lex.l
964 * src/matcher_parser_parse.y
967 * src/message_search.c
968 * src/message_search.h
987 * src/partial_download.c
988 * src/partial_download.h
993 * src/prefs_account.c
994 * src/prefs_account.h
995 * src/prefs_actions.c
996 * src/prefs_actions.h
999 * src/prefs_compose_writing.c
1000 * src/prefs_compose_writing.h
1001 * src/prefs_customheader.c
1002 * src/prefs_customheader.h
1003 * src/prefs_display_header.c
1004 * src/prefs_display_header.h
1005 * src/prefs_ext_prog.c
1006 * src/prefs_ext_prog.h
1007 * src/prefs_filtering.c
1008 * src/prefs_filtering.h
1009 * src/prefs_filtering_action.c
1010 * src/prefs_filtering_action.h
1011 * src/prefs_folder_column.c
1012 * src/prefs_folder_column.h
1013 * src/prefs_folder_item.c
1014 * src/prefs_folder_item.h
1019 * src/prefs_image_viewer.c
1020 * src/prefs_image_viewer.h
1021 * src/prefs_logging.c
1022 * src/prefs_logging.h
1023 * src/prefs_matcher.c
1024 * src/prefs_matcher.h
1025 * src/prefs_message.c
1026 * src/prefs_message.h
1027 * src/prefs_msg_colors.c
1028 * src/prefs_msg_colors.h
1033 * src/prefs_receive.c
1034 * src/prefs_receive.h
1037 * src/prefs_spelling.c
1038 * src/prefs_spelling.h
1039 * src/prefs_summaries.c
1040 * src/prefs_summaries.h
1041 * src/prefs_summary_column.c
1042 * src/prefs_summary_column.h
1043 * src/prefs_summary_open.c
1044 * src/prefs_summary_open.h
1045 * src/prefs_template.c
1046 * src/prefs_template.h
1047 * src/prefs_themes.c
1048 * src/prefs_themes.h
1049 * src/prefs_toolbar.c
1050 * src/prefs_toolbar.h
1051 * src/prefs_wrapping.c
1052 * src/prefs_wrapping.h
1062 * src/quote_fmt_lex.l
1063 * src/quote_fmt_parse.y
1066 * src/remotefolder.c
1067 * src/remotefolder.h
1068 * src/send_message.c
1069 * src/send_message.h
1072 * src/simple-gettext.c
1073 * src/sourcewindow.c
1074 * src/sourcewindow.h
1079 * src/stock_pixmap.c
1080 * src/stock_pixmap.h
1081 * src/summary_search.c
1082 * src/summary_search.h
1099 * src/common/base64.c
1100 * src/common/base64.h
1101 * src/common/claws.c
1102 * src/common/claws.h
1104 * src/common/fnmatch.c
1105 * src/common/fnmatch.h
1106 * src/common/fnmatch_loop.c
1107 * src/common/hooks.c
1108 * src/common/hooks.h
1113 * src/common/mgutils.c
1114 * src/common/mgutils.h
1117 * src/common/passcrypt.c
1118 * src/common/passcrypt.h.in
1119 * src/common/plugin.c
1120 * src/common/plugin.h
1121 * src/common/prefs.c
1122 * src/common/prefs.h
1123 * src/common/progressindicator.c
1124 * src/common/progressindicator.h
1125 * src/common/quoted-printable.c
1126 * src/common/quoted-printable.h
1127 * src/common/session.c
1128 * src/common/session.h
1131 * src/common/socket.c
1132 * src/common/socket.h
1135 * src/common/ssl_certificate.c
1136 * src/common/ssl_certificate.h
1137 * src/common/string_match.c
1138 * src/common/string_match.h
1139 * src/common/stringtable.c
1140 * src/common/stringtable.h
1143 * src/common/template.c
1144 * src/common/template.h
1145 * src/common/timing.h
1146 * src/common/utils.c
1147 * src/common/utils.h
1148 * src/common/uuencode.c
1149 * src/common/uuencode.h
1150 * src/common/version.h.in
1151 * src/common/w32_dirent.c
1152 * src/common/w32_reg.c
1153 * src/common/w32_signal.c
1154 * src/common/w32_stat.c
1155 * src/common/w32_stdlib.c
1156 * src/common/w32_string.c
1157 * src/common/w32_time.c
1158 * src/common/w32_unistd.c
1159 * src/common/w32_wait.c
1160 * src/common/w32lib.h
1163 * src/common/xmlprops.c
1164 * src/common/xmlprops.h
1165 * src/etpan/etpan-errors.h
1166 * src/etpan/etpan-thread-manager-types.h
1167 * src/etpan/etpan-thread-manager.c
1168 * src/etpan/etpan-thread-manager.h
1169 * src/etpan/imap-thread.c
1170 * src/etpan/imap-thread.h
1173 * src/gtk/colorlabel.c
1174 * src/gtk/colorlabel.h
1175 * src/gtk/colorsel.c
1176 * src/gtk/colorsel.h
1177 * src/gtk/combobox.c
1178 * src/gtk/combobox.h
1179 * src/gtk/description_window.c
1180 * src/gtk/description_window.h
1183 * src/gtk/foldersort.c
1184 * src/gtk/foldersort.h
1185 * src/gtk/gtkaspell.c
1186 * src/gtk/gtkaspell.h
1187 * src/gtk/gtksctree.c
1188 * src/gtk/gtkshruler.c
1189 * src/gtk/gtkshruler.h
1190 * src/gtk/gtksourceprintjob.c
1191 * src/gtk/gtksourceprintjob.h
1192 * src/gtk/gtkutils.c
1193 * src/gtk/gtkutils.h
1194 * src/gtk/gtkvscrollbutton.c
1195 * src/gtk/gtkvscrollbutton.h
1196 * src/gtk/icon_legend.c
1197 * src/gtk/icon_legend.h
1198 * src/gtk/inputdialog.c
1199 * src/gtk/inputdialog.h
1200 * src/gtk/logwindow.c
1201 * src/gtk/logwindow.h
1202 * src/gtk/manage_window.c
1203 * src/gtk/manage_window.h
1206 * src/gtk/pluginwindow.c
1207 * src/gtk/pluginwindow.h
1208 * src/gtk/prefswindow.c
1209 * src/gtk/prefswindow.h
1210 * src/gtk/progressdialog.c
1211 * src/gtk/progressdialog.h
1212 * src/gtk/quicksearch.c
1213 * src/gtk/quicksearch.h
1214 * src/gtk/sslcertwindow.c
1215 * src/gtk/sslcertwindow.h
1216 * src/plugins/bogofilter/bogofilter.c
1217 * src/plugins/bogofilter/bogofilter.h
1218 * src/plugins/bogofilter/bogofilter_gtk.c
1219 * src/plugins/clamav/clamav_plugin.c
1220 * src/plugins/clamav/clamav_plugin.h
1221 * src/plugins/clamav/clamav_plugin_gtk.c
1222 * src/plugins/demo/demo.c
1223 * src/plugins/dillo_viewer/dillo_prefs.c
1224 * src/plugins/dillo_viewer/dillo_prefs.h
1225 * src/plugins/dillo_viewer/dillo_viewer.c
1226 * src/plugins/pgpcore/passphrase.c
1227 * src/plugins/pgpcore/passphrase.h
1228 * src/plugins/pgpcore/pgp_viewer.c
1229 * src/plugins/pgpcore/pgp_viewer.h
1230 * src/plugins/pgpcore/plugin.c
1231 * src/plugins/pgpcore/prefs_gpg.c
1232 * src/plugins/pgpcore/prefs_gpg.h
1233 * src/plugins/pgpcore/select-keys.c
1234 * src/plugins/pgpcore/select-keys.h
1235 * src/plugins/pgpcore/sgpgme.c
1236 * src/plugins/pgpcore/sgpgme.h
1237 * src/plugins/pgpinline/pgpinline.c
1238 * src/plugins/pgpinline/pgpinline.h
1239 * src/plugins/pgpinline/plugin.c
1240 * src/plugins/pgpmime/pgpmime.c
1241 * src/plugins/pgpmime/pgpmime.h
1242 * src/plugins/pgpmime/plugin.c
1243 * src/plugins/spamassassin/spamassassin.c
1244 * src/plugins/spamassassin/spamassassin.h
1245 * src/plugins/spamassassin/spamassassin_gtk.c
1246 * src/plugins/trayicon/trayicon.c
1247 * src/plugins/trayicon/trayicon_prefs.c
1248 * src/plugins/trayicon/trayicon_prefs.h
1249 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1250 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1251 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1252 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1253 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1254 * tools/OOo2claws-mail.pl
1255 * tools/README.sylprint
1256 * tools/acroread2claws-mail.pl
1257 * tools/claws-mail-compose-insert-files.pl
1258 * tools/convert_mbox.pl
1259 * tools/filter_conv.pl
1260 * tools/filter_conv_new.pl
1262 * tools/freshmeat_search.pl
1263 * tools/google_search.pl
1264 * tools/kmail-mailbox2claws-mail.pl
1265 * tools/kmail2claws-mail.pl
1266 * tools/kmail2claws-mail_v2.pl
1268 * tools/make.themes.project
1269 * tools/multiwebsearch.pl
1270 * tools/nautilus2claws-mail.sh
1271 * tools/outlook2claws-mail.pl
1272 * tools/textviewer.sh
1273 * tools/thunderbird-filters-convertor.pl
1276 * tools/vcard2xml.py
1277 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1278 Upgrade to GPLv3 or later.
1280 2007-07-10 [wwp] 2.10.0cvs15
1283 Fix re-opening of all composing messages that were
1284 opened when closing the previous instance, thanks
1287 2007-07-10 [paul] 2.10.0cvs14
1289 * src/editaddress_other_attributes_ldap.c
1291 fix crash on selecting 'other attributes' combo
1292 for either a new entry or an old entry with no
1293 existing attributes.
1294 fix bug on editing multiple attributes which
1295 resulted them all having the value of the last
1299 2007-07-10 [colin] 2.10.0cvs13
1302 * src/editaddress_other_attributes_ldap.h
1304 Fix --disable-ldap build
1306 2007-07-09 [colin] 2.10.0cvs12
1312 * src/editaddress_other_attributes_ldap.c
1313 * src/editaddress_other_attributes_ldap.h
1318 Add capability to edit all inetOrgPerson
1319 attributes on LDAP. Patch by Michael
1322 2007-07-09 [colin] 2.10.0cvs11
1328 * src/prefs_summaries.c
1329 * src/prefs_themes.c
1331 * src/common/Makefile.am
1333 * src/common/timing.h
1334 * src/common/utils.c
1335 * src/common/utils.h
1336 * src/common/w32_account.c
1337 * src/common/w32lib.h
1338 * src/gtk/Makefile.am
1339 * src/gtk/colorlabel.c
1340 * src/plugins/pgpcore/Makefile.am
1341 * src/plugins/pgpcore/claws.def
1342 * src/plugins/pgpcore/passphrase.c
1343 * src/plugins/pgpcore/pgp_viewer.c
1344 * src/plugins/pgpcore/plugin.def
1345 * src/plugins/pgpcore/sgpgme.c
1346 * src/plugins/pgpinline/Makefile.am
1347 * src/plugins/pgpinline/claws.def
1348 * src/plugins/pgpinline/mypgpcore.def
1349 * src/plugins/pgpinline/plugin.def
1350 * src/plugins/pgpmime/Makefile.am
1351 * src/plugins/pgpmime/claws.def
1352 * src/plugins/pgpmime/mypgpcore.def
1353 * src/plugins/pgpmime/plugin.def
1354 Commit win32 patch, from Werner Koch and
1357 2007-07-09 [colin] 2.10.0cvs10
1359 * src/prefs_toolbar.c
1360 Fix crash when no actions exist
1362 2007-07-07 [paul] 2.10.0cvs9
1365 * manual/claws-mail-manual.xml
1366 update copyright year
1368 updated by Flammie Pirinen
1370 2007-07-05 [wwp] 2.10.0cvs8
1372 * src/plugins/clamav/clamav_plugin_gtk.c
1373 Make vertical spacing like in other plugin prefs pages.
1375 2007-07-05 [wwp] 2.10.0cvs7
1378 It's %am that works, not %ae (this doc incoherence has been
1379 introduced with 2.9.2cvs13).
1381 2007-07-04 [wwp] 2.10.0cvs6
1383 * src/plugins/bogofilter/bogofilter.c
1384 Gettext-ize an occurrence of "Any" that wasn't.
1386 2007-07-04 [colin] 2.10.0cvs5
1389 Fix untranslated strings; thanks
1392 2007-07-03 [colin] 2.10.0cvs4
1396 Fix saving of sort mode for tags and
1397 thread date. Thanks to Pierre Ossman.
1398 Completes fix for bug 1233
1400 2007-07-03 [paul] 2.10.0cvs3
1408 2007-07-02 [colin] 2.10.0cvs2
1414 Add View/Sort/by Thread date
1415 Fixes bug 1233, 'Capability to sort
1416 threads by most recent message'
1417 Based on a patch by Paul Rolland
1419 2007-07-02 [colin] 2.10.0cvs1
1436 * src/matcher_parser_parse.y
1440 * src/prefs_common.c
1441 * src/prefs_common.h
1442 * src/prefs_filtering_action.c
1443 * src/prefs_matcher.c
1444 * src/prefs_summary_column.c
1448 * src/quote_fmt_lex.l
1449 * src/quote_fmt_parse.y
1453 * src/common/Makefile.am
1457 * src/gtk/quicksearch.c
1458 * src/gtk/quicksearch.h
1459 Add Tags implementation. Tags are arbitrary labels
1460 that can be applied to messages. It is possible
1461 to create, edit, remove tags; apply them to mails;
1462 filter on tags or tag presence; apply or unset
1463 tags via filtering actions; reference tags in
1466 2007-07-02 [paul] 2.10.0
1473 2007-07-02 [paul] 2.9.2cvs78
1483 updated by Stephan Sachse, me, Ricardo Mones
1484 Lastra, Fabien Vantard, Pader Rezso, Frederico
1485 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1487 2007-07-02 [paul] 2.9.2cvs77
1492 2007-06-29 [wwp] 2.9.2cvs76
1495 Fix a typo (thanks to Ricardo for finding this out).
1497 2007-06-28 [paul] 2.9.2cvs75
1502 2007-06-28 [paul] 2.9.2cvs74
1505 fix bug in the autotools build system.
1506 Files cataloged under EXTRA_DIST were never
1507 automatically copied to the build tree.
1508 (fix 'make distcheck')
1509 Patch by Michael Rasmussen.
1511 2007-06-24 [colin] 2.9.2cvs73
1514 Fix bug 1249, 'Error handling for
1515 news errors needs modification'
1516 Only popup error if the according
1517 pref in Prefs/Receive is set.
1519 2007-06-21 [colin] 2.9.2cvs72
1521 * src/common/plugin.c
1522 * src/common/plugin.h
1523 Change plugin API to know whether it's safe to
1524 unload plugins or whether we should just hide
1525 them. Fixes bug 1248, 'Core dumps after
1526 unloading plugin and clicking on load plugins'
1527 * src/plugins/bogofilter/bogofilter.c
1528 * src/plugins/clamav/clamav_plugin.c
1529 * src/plugins/demo/demo.c
1530 * src/plugins/dillo_viewer/dillo_viewer.c
1531 * src/plugins/pgpcore/plugin.c
1532 * src/plugins/pgpinline/plugin.c
1533 * src/plugins/pgpmime/plugin.c
1534 * src/plugins/spamassassin/spamassassin.c
1535 * src/plugins/trayicon/trayicon.c
1538 2007-06-19 [colin] 2.9.2cvs71
1542 Fix crash mentioned in bug 1246
1543 Race condition when automatically drafting
1544 due to insertion on reedit.
1546 2007-06-18 [wwp] 2.9.2cvs70
1549 LDIF import: use a "Proceed" button to complete
1552 2007-06-18 [paul] 2.9.2cvs69
1555 use pkgconfig to check for gtk and glib
1557 2007-06-17 [wwp] 2.9.2cvs68
1561 LDIF import: better error handling, minor code
1562 and UI cleanup, and renamed the Save button
1563 to Close, as imported stuff is already saved
1564 when the Save button is shown.
1566 2007-06-17 [colin] 2.9.2cvs67
1568 * src/prefs_summaries.c
1570 Don't set as read when forwarded, only replied to
1572 2007-06-17 [paul] 2.9.2cvs66
1575 add missing #include
1577 2007-06-16 [colin] 2.9.2cvs65
1579 * src/prefs_summaries.c
1581 Change the pref "Only mark as read when opened
1582 in new window" to "..., replied to or forwarded".
1583 Based on a patch by Paul Rolland.
1585 2007-06-16 [paul] 2.9.2cvs64
1588 alphabetical order! :)
1590 2007-06-16 [colin] 2.9.2cvs63
1594 Add Michael Rasmussen in authors list
1596 2007-06-16 [colin] 2.9.2cvs62
1599 Fix messageview_copy_clipboard to take advantage
1600 of plugins' get_selection.
1602 2007-06-15 [colin] 2.9.2cvs61
1608 * src/message_search.c
1610 * src/summary_search.c
1613 Allow GDK_KP_Enter to do the same as GDK_Return
1614 Patch by Michael Rasmussen
1616 2007-06-15 [paul] 2.9.2cvs60
1619 fix bug when closing a compose window
1622 2007-06-14 [paul] 2.9.2cvs59
1626 migrate sylpheed config
1628 2007-06-14 [wwp] 2.9.2cvs58
1630 * src/gtk/pluginwindow.c
1631 Yet another attempt to fix sizing/alignment of the
1632 button bar in plugins window.
1634 2007-06-12 [colin] 2.9.2cvs57
1639 * src/prefs_common.c
1640 * src/prefs_common.h
1641 * src/prefs_summaries.c
1642 * src/prefs_summary_open.c
1643 * src/prefs_summary_open.h
1645 Make "when entering a folder" actions more personalisable
1647 2007-06-12 [wwp] 2.9.2cvs56
1650 Use short description from Paul (mairix.sh).
1652 2007-06-12 [wwp] 2.9.2cvs55
1655 Updated info about mairix.sh.
1657 2007-06-11 [paul] 2.9.2cvs54
1659 * src/prefs_logging.c
1660 rework log window length widgets
1661 and some sensitivity fixes
1663 2007-06-11 [paul] 2.9.2cvs53
1666 * src/prefs_logging.c
1667 rename 'Protocol Log' to 'Network Log'
1668 and some function renaming
1670 2007-06-10 [wwp] 2.9.2cvs52
1672 * src/gtk/pluginwindow.c
1675 2007-06-10 [wwp] 2.9.2cvs51
1677 * src/gtk/pluginwindow.c
1678 Fix button bar in plugin window, was centered and not
1679 behaving like other dialogs w/ such button bar.
1681 2007-06-08 [wwp] 2.9.2cvs50
1688 Provide a way out of automatic draft saving on IMAP, when
1690 Prevent drafting while sending and quitting while sending.
1695 2007-06-08 [wwp] 2.9.2cvs49
1697 * src/prefs_account.c
1698 * src/gtk/prefswindow.c
1699 * src/gtk/prefswindow.h
1700 Activate the Basic page when opening account prefs.
1702 2007-06-08 [wwp] 2.9.2cvs48
1704 * src/common/socket.c
1705 Don't crash if fork() fails, thanks to Colin.
1707 2007-06-08 [wwp] 2.9.2cvs47
1709 * src/gtk/prefswindow.c
1710 Wrap some long lines, and reset horizontal scroller's adjusment
1711 (this was already done, vertically), when changing tab (not page)
1714 2007-06-08 [paul] 2.9.2cvs46
1716 * src/common/utils.c
1717 use gethostname() instead of uname()
1718 based on a patch by Michael Hughes
1719 <Sylpheed-Claws_user@thehugheslogcabin.net>
1721 2007-06-07 [wwp] 2.9.2cvs45
1723 * src/prefs_common.c
1724 Fix some useless warnings, thanks to Colin.
1726 2007-06-06 [colin] 2.9.2cvs44
1729 Fix strange allocations.
1731 2007-06-06 [colin] 2.9.2cvs43
1734 Patch by Michael Rasmussus to help
1737 2007-06-05 [wwp] 2.9.2cvs42
1739 * src/prefs_account.c
1740 * src/prefs_folder_item.c
1744 Per-folder templates can now be applied recursively.
1745 Always save per-folder templates (formats were erroneously
1746 saved only if they were enabled).
1747 Check for validity of quotation marks everywhere there
1750 2007-06-05 [wwp] 2.9.2cvs41
1753 Fix incoming messages from local accounts always getting filtered
1754 (even if the account prefs say don't), thanks to Colin.
1756 2007-06-05 [wwp] 2.9.2cvs40
1760 Use per-folder/per-account quote chars when applying a
1761 template or inserting text as well. Const'ify some
1764 2007-06-04 [colin] 2.9.2cvs39
1767 More work for wwp :)
1769 2007-06-04 [wwp] 2.9.2cvs38
1772 Same as 2.9.2cvs36 but for forwarding.
1774 2007-06-04 [colin] 2.9.2cvs37
1777 Use original mail file for forward/redirect
1778 Fixes some forwarded mails to be attached as
1779 application/octet-stream (when they have binary
1780 parts), and incidentally fixes bug 848
1781 'Redirect breaks GnuPG'
1783 2007-06-04 [wwp] 2.9.2cvs36
1786 Fix quote mark mis-initialisation when replying/forwarding
1787 (introduced w/ 2.9.2cvs20).
1789 2007-06-04 [wwp] 2.9.2cvs35
1791 * src/prefs_compose_writing.c
1793 Fix a bug where Quotation characters (prefs/compose/writing)
1794 was cleared (introduced w/ 2.9.2cvs26).
1796 2007-06-04 [wwp] 2.9.2cvs34
1798 * src/prefs_account.c
1799 * src/prefs_account.h
1800 Better fix for compiling w/o aspell (rollbacks
1803 2007-06-04 [wwp] 2.9.2cvs33
1806 * src/prefs_account.c
1807 * src/prefs_account.h
1809 It's now possible to disable mail filtering plugins
1810 on a per-account basis.
1812 2007-06-04 [wwp] 2.9.2cvs32
1815 * src/common/utils.c
1816 * src/common/utils.h
1817 Support CRLF in headers part of messages.
1818 Support few more date formats (RFC3339 subsets).
1820 2007-06-04 [wwp] 2.9.2cvs31
1822 * src/prefs_account.c
1823 Fix compiling w/o aspell support.
1825 2007-06-03 [wwp] 2.9.2cvs30
1828 Don't decode leading ENV_ and ~ in P_PASSWORD
1831 2007-06-03 [wwp] 2.9.2cvs29
1834 Don't decode leading ENV_ and ~ in P_PASSWORD
1837 2007-06-03 [wwp] 2.9.2cvs28
1839 * src/prefs_account.c
1840 * src/gtk/prefswindow.c
1841 * src/gtk/prefswindow.h
1842 Added a way to force preloading of all pages
1844 Moved tabs to pages in account prefs.
1846 2007-06-02 [colin] 2.9.2cvs27
1849 Fix possible crash, fix ldap write bugs
1851 Fix ldap write bugs - patch by Michael
1855 Add a hook whenever alertpanel opens/closes
1857 2007-05-31 [wwp] 2.9.2cvs26
1859 * src/prefs_compose_writing.c
1861 Re-organized writing options a bit:
1862 - renamed the Quoting page to Templates
1863 - moved all composing templates to that page
1864 - moved non-templates options to the Writing one,
1865 grouped reply-related options, reordered reply and
1868 2007-05-31 [wwp] 2.9.2cvs25
1871 Removed unused code.
1873 2007-05-31 [colin] 2.9.2cvs24
1876 Fix missing display name when modifying
1877 LDAP. Patch by Michael Rasmussen
1879 2007-05-31 [wwp] 2.9.2cvs23
1881 * src/plugins/bogofilter/Makefile.am
1882 * src/plugins/clamav/Makefile.am
1883 * src/plugins/demo/Makefile.am
1884 * src/plugins/dillo_viewer/Makefile.am
1885 * src/plugins/spamassassin/Makefile.am
1886 Fix building of those plugins in Mac OS X.
1888 2007-05-30 [wwp] 2.9.2cvs22
1890 * src/gtk/quicksearch.c
1891 Fix missing initialization.
1893 2007-05-30 [wwp] 2.9.2cvs21
1896 Revert accidental commit (debug outputs).
1898 2007-05-30 [wwp] 2.9.2cvs20
1901 * src/folder_item_prefs.c
1902 * src/folder_item_prefs.h
1903 * src/prefs_account.c
1904 * src/prefs_account.h
1905 * src/prefs_folder_item.c
1908 Implemented per-account and per-folder
1909 compose/reply/forward formats.
1911 2007-05-30 [wwp] 2.9.2cvs19
1913 * src/prefs_compose_writing.c
1918 Internal API changes (factorize quote format
1921 2007-05-30 [colin] 2.9.2cvs18
1924 Fix race where it's possible to re-click Send
1925 between end of SMTP session and end of "move to
1926 sent folder" when sending an email with send
1929 2007-05-30 [colin] 2.9.2cvs17
1932 Ask for backtrace on all threads. Patch by
1935 Fix stale news statusbar when scanning fails.
1938 Fix some LDAP write updates bugs. Patch
1939 by Michael Rasmussen
1941 2007-05-29 [colin] 2.9.2cvs16
1944 Fix loss of local flags when moving mails
1945 on IMAP in high-bandwidth mode (UID FETCH)
1947 2007-05-25 [paul] 2.9.2cvs15
1949 * src/common/socket.c
1950 fix sometimes crasher on cancelling
1953 2007-05-25 [colin] 2.9.2cvs14
1958 Be more helpful in the subscription
1961 2007-05-23 [wwp] 2.9.2cvs13
1964 * src/prefs_compose_writing.c
1966 * src/prefs_template.c
1967 * src/prefs_template.h
1970 * src/quote_fmt_lex.l
1971 * src/quote_fmt_parse.y
1972 Introduced new syntax elements (symbols and commands)
1973 in templates/quote_fmt. Compatibility w/ old
1975 Updated and reworked the corresponding Information
1977 Display the line number in dialogs that talk about
1978 parser errors (in addition to the error message in
1981 2007-05-23 [wwp] 2.9.2cvs12
1983 * src/quote_fmt_parse.y
1984 Fix 2.9.2cvs11, probably a paste accident ;).
1986 2007-05-23 [wwp] 2.9.2cvs11
1989 * src/prefs_template.c
1991 * src/quote_fmt_parse.y
1992 Fix 2.9.2cvs10, which broke --disable-aspell.
1994 2007-05-22 [wwp] 2.9.2cvs10
1997 * src/prefs_template.c
2000 * src/quote_fmt_lex.l
2001 * src/quote_fmt_parse.y
2002 * src/gtk/gtkaspell.c
2003 * src/gtk/gtkaspell.h
2004 Added template/quote format syntactical elements
2006 - current dictionary
2007 %T to show (shows empty if not set or not enabled),
2008 ?T and !T to check if the default dictionary is
2010 - current account's default dictionary
2011 %aT to show (empty if not set or not enabled),
2012 ?aT and !aT to check if it's enabled and set
2013 - name completion for an address, from the address
2015 %ABf, %ABt, %ABc respectively show the full name got
2016 from the address book if From, To or Cc match a single
2018 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2019 matches any contact and if the full name is non-empty.
2020 If From, To or Cc are lists of email addresses, only
2021 the first address will be checked.
2022 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2023 that could show a trailing ','.
2024 Also, template/quote_fmt parser now shows the line number in case
2027 2007-05-15 [colin] 2.9.2cvs9
2031 Add a public function to know whether Claws
2033 Store opened folder when exiting
2036 Store last opened message in each FolderItem;
2037 Reset last seen messages if Claws crashed, so
2038 that one can't go in an infinite crash in case
2039 a particular mail crashes Claws.
2041 * src/prefs_common.c
2042 * src/prefs_common.h
2044 * src/prefs_summaries.c
2045 Add "Select last opened message" when entering
2047 Add "Select last opened folder" at startup.
2049 2007-05-14 [colin] 2.9.2cvs8
2052 Fix bashism, search for xml catalog
2053 in /usr/local/share/xml/catalog too
2056 2007-05-13 [wwp] 2.9.2cvs7
2058 * src/gtk/logwindow.c
2059 fix raising log windows when they are either minimized or
2062 2007-05-11 [colin] 2.9.2cvs6
2065 Use Hildon's file chooser on Maemo. Patch
2066 by Jean-Luc Biord; fixes part 2 of bug 1201,
2067 'File attachment "manipulation" bugs...'
2069 2007-05-10 [wwp] 2.9.2cvs5
2071 * src/prefs_common.c
2072 * src/prefs_common.h
2073 * src/gtk/quicksearch.c
2074 Add a quicksearch option to automatically run
2075 a search selected from the history (this option
2076 is exclusive towards type-ahead).
2078 2007-05-10 [colin] 2.9.2cvs4
2081 Fix g_warnings, thanks to Brian
2084 2007-05-09 [colin] 2.9.2cvs3
2089 * src/prefs_summaries.c
2092 * src/common/utils.c
2093 * src/gtk/gtksourceprintjob.c
2094 * src/gtk/sslcertwindow.c
2095 Use the re-entrant variant of time functions
2096 Probably fixes bug 1217, 'reentrancy problems
2097 with time functions'
2099 2007-05-09 [colin] 2.9.2cvs2
2102 Fix crasher when reconnection fails
2104 2007-05-08 [paul] 2.9.2cvs1
2110 bump version number following
2113 2007-05-08 [paul] 2.9.1cvs48
2115 * src/plugins/demo/demo.c
2116 * src/plugins/dillo_viewer/dillo_prefs.c
2117 * src/plugins/dillo_viewer/dillo_prefs.h
2118 * src/plugins/dillo_viewer/dillo_viewer.c
2119 * src/plugins/pgpcore/pgp_viewer.c
2120 * src/plugins/pgpcore/pgp_viewer.h
2121 * src/plugins/pgpcore/plugin.c
2122 * src/plugins/pgpcore/prefs_gpg.c
2123 * src/plugins/pgpcore/prefs_gpg.h
2124 * src/plugins/pgpcore/sgpgme.c
2125 * src/plugins/pgpcore/sgpgme.h
2126 * src/plugins/pgpinline/plugin.c
2127 * src/plugins/pgpmime/pgpmime.c
2128 * src/plugins/pgpmime/pgpmime.h
2129 * src/plugins/pgpmime/plugin.c
2130 * src/plugins/spamassassin/spamassassin.c
2131 * src/plugins/spamassassin/spamassassin.h
2132 * src/plugins/spamassassin/spamassassin_gtk.c
2133 * src/plugins/trayicon/README
2135 * tools/README.sylprint
2136 * tools/outlook2claws-mail.pl
2138 * tools/tb2claws-mail
2139 * tools/tbird2claws.py
2141 * tools/vcard2xml.py
2142 * tools/kdeservicemenu/README
2143 cleanups and corrections
2145 2007-05-06 [wwp] 2.9.1cvs47
2148 Fix missing dash to `display` command-line, reported
2149 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2151 2007-05-06 [colin] 2.9.1cvs46
2154 * src/stock_pixmap.c
2155 * src/stock_pixmap.h
2156 * src/pixmaps/printer.xpm
2159 2007-05-06 [paul] 2.9.1cvs45
2164 * src/summary_search.c
2168 2007-05-05 [wwp] 2.9.1cvs44
2172 * src/prefs_actions.c
2176 Fix "faild" typos everywhere and capitalization of
2179 2007-05-04 [colin] 2.9.1cvs43
2184 * src/plugins/pgpcore/prefs_gpg.c
2185 * src/plugins/pgpcore/prefs_gpg.h
2186 * src/plugins/pgpinline/pgpinline.c
2187 * src/plugins/pgpmime/pgpmime.c
2188 Add an API to warn about encryption limits,
2189 and allow to disable these warnings
2191 2007-05-03 [colin] 2.9.1cvs42
2195 Fix bug 1213, 'Delete more than
2198 2007-05-03 [wwp] 2.9.1cvs41
2200 * src/prefs_common.c
2201 * src/prefs_filtering.c
2202 * src/prefs_template.c
2203 * src/common/template.c
2204 * src/common/template.h
2205 * src/gtk/gtkutils.c
2206 * src/gtk/gtkutils.h
2207 Templates are no longer automatically sorted
2208 by name, but can be sorted manually using
2209 |< < > >| buttons as well as drag'n'drop.
2211 2007-05-03 [wwp] 2.9.1cvs40
2213 * src/plugins/spamassassin/spamassassin.c
2214 * src/plugins/spamassassin/spamassassin.h
2215 * src/plugins/spamassassin/spamassassin_gtk.c
2216 * src/plugins/bogofilter/bogofilter.c
2217 * src/plugins/bogofilter/bogofilter.h
2218 * src/plugins/bogofilter/bogofilter_gtk.c
2219 Added an option to conditionally mark saved spam
2220 as read (default is and was to do so).
2221 Satisfies feature request 1708539 on sf.net tracker.
2223 2007-05-03 [colin] 2.9.1cvs39
2226 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2228 2007-05-02 [colin] 2.9.1cvs38
2231 Fix bug 1209, 'Clicking on address
2232 in header (mailto uri) selects
2233 default account'. Patch adapted from
2236 2007-05-02 [colin] 2.9.1cvs37
2238 * src/grouplistdialog.c
2239 Set cursor to wait cursor while loading
2242 2007-05-02 [paul] 2.9.1cvs36
2246 rename cache and mark files
2249 2007-04-30 [paul] 2.9.1cvs35
2251 * manual/glossary.xml
2252 * manual/plugins.xml
2253 updates. Patch by Ricardo
2255 2007-04-29 [wwp] 2.9.1cvs34
2259 Fix few grammatical errors (patch by David Relson < relson at
2260 osagesoftware dot com >).
2262 2007-04-28 [colin] 2.9.1cvs33
2266 * src/prefs_account.c
2267 * src/prefs_account.h
2268 Drop the "Download all" preference. It's
2269 stupidly useless and confuses people from
2272 2007-04-27 [wwp] 2.9.1cvs32
2275 * src/prefs_account.c
2276 * src/prefs_account.h
2277 Don't reflect accounts changes to the mainwindow when it's
2280 2007-04-27 [colin] 2.9.1cvs31
2283 Freeze/thaw when sync'ing flags
2285 * src/prefs_account.c
2286 * src/prefs_account.h
2287 * src/etpan/imap-thread.c
2288 * src/etpan/imap-thread.h
2289 Add a way to use UID FETCH instead
2290 of searches to fetch message lists
2291 and flags. More expensive towards
2292 bandwidth, less expensive towards
2293 server's CPU. Probably fixes
2294 bug 1158, 'Scanning new folders on
2295 Exchange 2007 extremely slow'.
2298 2007-04-27 [paul] 2.9.1cvs30
2301 * src/prefs_logging.c
2302 improvements to english usage
2304 2007-04-27 [colin] 2.9.1cvs29
2307 Fix build without libetpan (my bad!)
2309 2007-04-26 [colin] 2.9.1cvs28
2313 Fix uselessly exported function
2315 Consider "- -- \n" as signature separator
2316 (that's what signature separators look like
2317 in PGP/Inline signed mails)
2319 2007-04-26 [colin] 2.9.1cvs27
2322 libetpan-0.49 is now required
2324 Fix double fetching of mails if
2327 Make offline sync faster, by
2328 remembering last change time, and
2331 2007-04-26 [hoa] 2.9.1cvs26
2337 * src/etpan/imap-thread.c
2338 * src/etpan/imap-thread.h
2339 cancellation of IMAP operations is now allowed.
2340 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2342 2007-04-26 [colin] 2.9.1cvs25
2345 Always fetch body+headers in folders that are
2346 synched for offline use, if "Synchronise as
2347 soon as possible" is set.
2348 Fixes bug 1200, 'Add option to always retrieve full
2351 2007-04-25 [colin] 2.9.1cvs24
2354 Fix bug 1198, 'Reply-all "disappearing" address bug
2357 2007-04-24 [colin] 2.9.1cvs23
2360 Fix bug 1195, 'Hardware key navigation'
2361 Make GDK_Enter toggle expansion (Maemo)
2363 2007-04-24 [wwp] 2.9.1cvs22
2366 Fix few compiler warnings.
2368 2007-04-24 [paul] 2.9.1cvs21
2371 * src/stock_pixmap.c
2372 * src/stock_pixmap.h
2373 complete last commit
2375 2007-04-24 [paul] 2.9.1cvs20
2378 * src/pixmaps/active.xpm
2379 * src/pixmaps/checkbox_off.xpm
2380 * src/pixmaps/checkbox_on.xpm
2381 * src/pixmaps/inactive.xpm
2383 remove transparent border from checkbox icons
2385 2007-04-24 [wwp] 2.9.1cvs19
2389 Fix a crash in textview, thanks to Colin.
2391 2007-04-23 [wwp] 2.9.1cvs18
2393 * src/prefs_common.c
2394 Fix 2.9.1cvs5: no header was being translated at all.
2396 2007-04-23 [colin] 2.9.1cvs17
2399 * src/stock_pixmap.c
2400 * src/stock_pixmap.h
2403 * src/gtk/gtksctree.c
2404 * src/gtk/gtksctree.h
2405 * src/pixmaps/selection.xpm
2406 Fix bug 1193, 'Need a way to multi-select
2407 items'. Add a toggle button to the summaryview
2408 to switch between normal and multiple selection
2411 2007-04-23 [colin] 2.9.1cvs16
2414 * src/stock_pixmap.c
2415 * src/stock_pixmap.h
2418 * src/gtk/gtksctree.c
2419 * src/gtk/gtksctree.h
2420 * src/pixmaps/selection.xpm
2421 Fix bug 1193, 'Need a way to multi-
2423 Add a toggle button in the summaryview
2424 to enable normal or multiple selection.
2427 2007-04-23 [colin] 2.9.1cvs15
2430 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2432 2007-04-21 [colin] 2.9.1cvs14
2434 * src/gtk/quicksearch.c
2435 Fix previous commit (actually use correct
2438 2007-04-21 [colin] 2.9.1cvs13
2440 * src/gtk/quicksearch.c
2441 Fix changing quicksearch type (after Esc,
2442 after changing Recursive, ...)
2444 2007-04-20 [wwp] 2.9.1cvs12
2446 * src/gtk/Makefile.am
2447 Added headers.h (completes 2.9.1cvs5).
2449 2007-04-20 [wwp] 2.9.1cvs11
2452 Fix the use of display name in name column,
2453 it has been overriden w/ the use of nickname
2454 by 2.9.0cvs3. Now nickname is used (if any)
2455 in case of LDAP books only.
2457 2007-04-20 [colin] 2.9.1cvs10
2462 Add handling of 'a' to loop in a mail's
2465 2007-04-20 [colin] 2.9.1cvs9
2468 Fix bug 1190, 'dir_open' button doesn't work'
2471 2007-04-20 [colin] 2.9.1cvs8
2475 Fix bug 1194, 'Hardware keys move from email
2476 list to account/directory list, but not back
2477 to email list...' (Maemo)
2479 2007-04-20 [colin] 2.9.1cvs7
2482 complete previous commit
2484 2007-04-20 [colin] 2.9.1cvs6
2487 Fix bug 1187, 'Reply-to addressee disappears
2488 when reply-to text box is clicked...' (Maemo)
2490 2007-04-20 [wwp] 2.9.1cvs5
2498 * src/prefs_common.c
2499 * src/prefs_common.h
2500 * src/prefs_display_header.c
2501 * src/prefs_matcher.c
2504 * src/gtk/quicksearch.c
2505 Translate more header names according to the relevant option value,
2506 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2507 Replaced nearly all uses of prefs_common.trans_hdr with a call
2508 to prefs_common_translated_header_name().
2509 Added a headers.h reference file that contains known header names
2510 (RFC2822 and others) to the translation process' input, so that
2511 translated header names will still exist even if no occurrence of
2512 _("headername") is found anymore in the sources.
2513 Don't translate column name 'Number' following to trans_hdr option
2514 value as it's not a header name.
2516 2007-04-20 [colin] 2.9.1cvs4
2518 * src/gtk/quicksearch.c
2519 * src/gtk/quicksearch.h
2520 Add "From, To or Subject" quicksearch
2521 type. Patch by ulfschaper@users.sf.net
2523 2007-04-20 [colin] 2.9.1cvs3
2526 Implement proper references filtering condition.
2527 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2529 2007-04-19 [wwp] 2.9.1cvs2
2531 * src/prefs_display_header.c
2532 * src/message_search.c
2533 Fix few warnings (g_free of const gchar*).
2535 2007-04-19 [paul] 2.9.1cvs1
2541 bump version number following
2544 2007-04-19 [paul] 2.9.0cvs9
2546 * manual/advanced.xml
2547 * manual/glossary.xml
2550 2007-04-18 [paul] 2.9.0cvs8
2553 fix for CVE-2007-1558 (APOP)
2556 2007-04-18 [paul] 2.9.0cvs7
2562 Fix encoding woes wrt saving of
2566 2007-04-18 [colin] 2.9.0cvs6
2568 * src/gtk/pluginwindow.c
2569 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2571 2007-04-17 [wwp] 2.9.0cvs5
2577 Fix --disable-ldap build,
2578 fix some LDAP annoyances on
2579 searches, thanks to Colin.
2581 2007-04-17 [wwp] 2.9.0cvs4
2584 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2585 like gcc 2.9x. Thanks to Colin.
2587 2007-04-17 [wwp] 2.9.0cvs3
2603 Add LDAP write support. Patch mostly by
2604 Michael <mir at datanom dot net>
2606 2007-04-17 [wwp] 2.9.0cvs2
2609 Prepend "Add to address book" to the context menu of compose window's sender and
2612 2007-04-16 [paul] 2.9.0cvs1
2617 2007-04-16 [paul] 2.9.0
2624 2007-04-16 [paul] 2.8.1cvs102
2627 updated by Fabien Vantard
2629 2007-04-16 [paul] 2.8.1cvs101
2639 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2640 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2641 Aleksandar Urosevic, and Ralgh Young
2643 2007-04-15 [mones] 2.8.1cvs100
2648 2007-04-14 [colin] 2.8.1cvs99
2650 * src/message_search.c
2651 * src/prefs_display_header.c
2652 * src/summary_search.c
2653 * src/gtk/combobox.c
2656 2007-04-14 [wwp] 2.8.1cvs98
2658 * src/gtk/combobox.c
2659 * src/message_search.c
2660 * src/summary_search.c
2661 * src/prefs_display_header.c
2662 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2663 returns NULL, get the text value directly from the GtkEntry child.
2665 2007-04-13 [colin] 2.8.1cvs97
2667 * src/gtk/quicksearch.c
2668 Give the focus back to summaryview when
2669 emptying the quicksearch with Esc
2671 2007-04-13 [colin] 2.8.1cvs96
2673 * src/message_search.c
2674 * src/prefs_display_header.c
2675 * src/summary_search.c
2676 Fix possibles crashes when getting text
2679 2007-04-13 [colin] 2.8.1cvs95
2682 Add some UIDL debugging
2684 2007-04-12 [colin] 2.8.1cvs94
2687 Force folder scan if necessary after
2688 copying mails, to be able to reapply
2691 2007-04-11 [colin] 2.8.1cvs93
2694 don't scan for new mail on startup if --select
2695 is specified (or race conditions arise). If so,
2696 do both sequentially.
2698 2007-04-09 [colin] 2.8.1cvs92
2701 Use leafpad by default on Maemo. Patch
2704 2007-04-06 [colin] 2.8.1cvs91
2706 * src/pixmaps/queue_close.xpm
2707 * src/pixmaps/queue_close_hrm.xpm
2708 * src/pixmaps/queue_close_hrm_mark.xpm
2709 * src/pixmaps/queue_close_mark.xpm
2710 * src/pixmaps/queue_open.xpm
2711 * src/pixmaps/queue_open_hrm.xpm
2712 * src/pixmaps/queue_open_hrm_mark.xpm
2713 * src/pixmaps/queue_open_mark.xpm
2714 Move the clock one pixel down :)
2716 2007-04-05 [colin] 2.8.1cvs90
2719 Don't sync when switching offline from
2720 command line - it's usually too late :)
2722 2007-04-05 [paul] 2.8.1cvs89
2725 * src/stock_pixmap.c
2726 * src/pixmaps/dir_close_hrm.xpm
2727 * src/pixmaps/dir_close_hrm_mark.xpm
2728 * src/pixmaps/drafts_close.xpm
2729 * src/pixmaps/drafts_close_mark.xpm
2730 * src/pixmaps/drafts_open.xpm
2731 * src/pixmaps/drafts_open_mark.xpm
2732 * src/pixmaps/inbox.xpm
2733 * src/pixmaps/inbox_close.xpm
2734 * src/pixmaps/inbox_close_hrm.xpm
2735 * src/pixmaps/inbox_close_hrm_mark.xpm
2736 * src/pixmaps/inbox_close_mark.xpm
2737 * src/pixmaps/inbox_hrm.xpm
2738 * src/pixmaps/inbox_hrm_mark.xpm
2739 * src/pixmaps/inbox_mark.xpm
2740 * src/pixmaps/inbox_open.xpm
2741 * src/pixmaps/inbox_open_hrm.xpm
2742 * src/pixmaps/inbox_open_hrm_mark.xpm
2743 * src/pixmaps/inbox_open_mark.xpm
2744 * src/pixmaps/outbox.xpm
2745 * src/pixmaps/outbox_close.xpm
2746 * src/pixmaps/outbox_close_hrm.xpm
2747 * src/pixmaps/outbox_close_hrm_mark.xpm
2748 * src/pixmaps/outbox_close_mark.xpm
2749 * src/pixmaps/outbox_hrm.xpm
2750 * src/pixmaps/outbox_hrm_mark.xpm
2751 * src/pixmaps/outbox_mark.xpm
2752 * src/pixmaps/outbox_open.xpm
2753 * src/pixmaps/outbox_open_hrm.xpm
2754 * src/pixmaps/outbox_open_hrm_mark.xpm
2755 * src/pixmaps/outbox_open_mark.xpm
2756 * src/pixmaps/queue_close.xpm
2757 * src/pixmaps/queue_close_hrm.xpm
2758 * src/pixmaps/queue_close_hrm_mark.xpm
2759 * src/pixmaps/queue_close_mark.xpm
2760 * src/pixmaps/queue_open.xpm
2761 * src/pixmaps/queue_open_hrm.xpm
2762 * src/pixmaps/queue_open_hrm_mark.xpm
2763 * src/pixmaps/queue_open_mark.xpm
2764 updated, added and replaced icons
2767 2007-04-04 [colin] 2.8.1cvs88
2770 Fix build without libetpan
2772 2007-04-03 [colin] 2.8.1cvs87
2775 Fix crash with Citadel, and try to make
2776 things work. this server (and specifically
2777 STATUS and APPEND at least) seems broken.
2779 2007-04-03 [colin] 2.8.1cvs86
2782 Fix icons on folder close
2784 2007-04-03 [colin] 2.8.1cvs85
2787 Fix double-ask of offline override in
2792 Much more efficient way to synchronise
2794 * src/etpan/imap-thread.c
2797 * src/gtk/quicksearch.c
2800 2007-04-03 [paul] 2.8.1cvs84
2805 * src/prefs_common.c
2806 * src/prefs_common.h
2808 Fix sync being done too late
2811 2007-04-02 [colin] 2.8.1cvs83
2814 Maemo: Put status and quicksearch at the top
2815 * src/plugins/bogofilter/bogofilter.c
2816 * src/plugins/spamassassin/spamassassin.c
2817 Derive trash from inbox if possible
2819 2007-04-02 [paul] 2.8.1cvs82
2821 * src/plugins/bogofilter/bogofilter_gtk.c
2822 a few English changes
2828 2007-04-02 [colin] 2.8.1cvs81
2830 * src/image_viewer.c
2831 Fix transparent images by using
2834 Flush events (on new windows) to avoid
2835 having the textview's image resize fail
2836 to know the available width
2838 2007-04-01 [colin] 2.8.1cvs80
2840 * src/prefs_account.c
2841 If no MH mailbox exist, when creating a POP/Local
2842 account, just create and use the default one
2843 instead of bailing with a "Mailbox doesn't exist"
2846 2007-03-31 [colin] 2.8.1cvs79
2848 * src/prefs_account.c
2849 Create signature file if it doesn't exist
2851 * src/prefs_toolbar.c
2852 Maemo: Move "Use default" on the left so
2853 that people can find it
2855 Maemo: make default editor "Maemopad",
2856 default signature file "MyDocs/signature.txt"
2858 2007-03-31 [colin] 2.8.1cvs78
2860 * src/prefs_account.c
2861 Maemo: rework account prefs so
2862 that less horizontal scrolling
2865 2007-03-31 [colin] 2.8.1cvs77
2868 * src/prefs_common.c
2869 * src/prefs_common.h
2870 Fix bug 1167, 'Allow not displaying zeros
2871 in folder list'. Patch by MartinP
2873 2007-03-31 [colin] 2.8.1cvs76
2878 2007-03-31 [colin] 2.8.1cvs75
2881 Apply patch from bug 1172, direct
2882 access to the folder's session instead
2883 of using getter. Patch by MartinP
2885 2007-03-31 [paul] 2.8.1cvs74
2888 no need to list Fabien twice!
2890 2007-03-31 [colin] 2.8.1cvs73
2893 If we're currently "overriding for %d minutes",
2896 2007-03-31 [colin] 2.8.1cvs72
2904 * src/plugins/spamassassin/spamassassin.c
2905 Offline override: Add a parameter to allow
2906 asking even if the override timer is running.
2907 Allows to ask every time the user makes an
2908 explicit action needing online access (such
2909 as Get Mail), and not when the action is
2910 implicit (such as opening an IMAP folder)
2912 2007-03-31 [colin] 2.8.1cvs71
2915 Override offline: "No" answer shouldn't
2916 re-ask after 3 seconds, but 10 minutes.
2918 2007-03-30 [colin] 2.8.1cvs70
2920 * src/common/socket.c
2921 Better error reporting on unix socket
2922 failure (bind usually)
2923 * src/gtk/gtkutils.c
2924 * src/gtk/gtkutils.h
2925 Label window: add a pulsing progress
2926 bar to show we're not hung :)
2929 * src/plugins/pgpcore/sgpgme.c
2932 2007-03-30 [colin] 2.8.1cvs69
2935 * src/prefs_common.c
2936 Fix possible trashing of history and uidl
2937 files on disk full problems
2939 2007-03-30 [paul] 2.8.1cvs68
2944 update summary when changing layout type
2945 (fixes wrong folder icon being displayed)
2948 2007-03-29 [colin] 2.8.1cvs67
2950 * src/prefs_ext_prog.c
2951 The browser pref is irrelevant on Maemo
2953 2007-03-29 [colin] 2.8.1cvs66
2957 Maemo: dynamically switch headers/text position
2958 * src/prefs_common.c
2959 Maemo: hide compose's ruler by default
2960 * src/common/socket.c
2961 * src/common/socket.h
2964 2007-03-29 [colin] 2.8.1cvs65
2966 * src/common/socket.c
2967 * src/common/socket.h
2968 Fix build when MAEMO_CFLAGS contains
2969 _X_OPENSOURCE (resolv.h errors as long
2970 as we don't add _BSD_SOURCE. Ugly).
2972 2007-03-29 [wwp] 2.8.1cvs64
2974 * src/prefs_logging.c
2975 Fix sensitivity of clip-log widgets in prefs/logging,
2978 2007-03-29 [wwp] 2.8.1cvs63
2981 Updated files list for translations, thanks to Fabien.
2983 2007-03-29 [colin] 2.8.1cvs62
2986 * src/common/Makefile.am
2987 * src/common/utils.c
2988 Maybe make URI opening work in Maemo
2991 2007-03-28 [colin] 2.8.1cvs61
2996 Add the possibility to sort folders arbitrarily
2997 (via editing of folderlist.xml only). Patch by
2998 Martin P <mp26+claws@os.inf.tu-dresden.de>
2999 Fixes bug 1166, 'Folder ordering is fixed and cannot
3000 be changed by the user'
3002 2007-03-28 [colin] 2.8.1cvs60
3005 Add popup menu for mime icons
3007 2007-03-28 [colin] 2.8.1cvs59
3010 Fix a layout issue when presenting
3011 mainwindow in Small screen layout
3014 Add a "Go to folder list" button for
3015 mainwindow, and make it default in
3018 2007-03-28 [colin] 2.8.1cvs58
3021 Don't dynamically update title on Maemo
3022 Patch by Jean-Luc Biord
3024 2007-03-27 [colin] 2.8.1cvs57
3029 Enable tap-and-hold on Maemo
3031 2007-03-26 [colin] 2.8.1cvs56
3034 More popup-menu (in attachments list)
3036 2007-03-26 [colin] 2.8.1cvs55
3039 Enable popup-menu signal
3041 2007-03-26 [colin] 2.8.1cvs54
3043 * src/plugins/pgpinline/pgpinline.c
3044 Fix bug 1111, 'PGP/inline plugin hides text
3045 around encrypted text block'. Patch based on
3046 a patch from Michal Cihar.
3048 2007-03-26 [wwp] 2.8.1cvs53
3051 Fix getting a false error when sending queued message
3052 whereas the sending was fine (if there are subfolders
3053 in the queue folder), thanks to Colin.
3055 2007-03-26 [paul] 2.8.1cvs52
3058 update FACE header in welcome message
3060 2007-03-25 [colin] 2.8.1cvs51
3065 2007-03-25 [colin] 2.8.1cvs50
3068 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3070 2007-03-24 [colin] 2.8.1cvs49
3073 Fix a few launch problems on Maemo
3074 Patch by Jean-Luc Biord
3076 2007-03-24 [wwp] 2.8.1cvs48
3082 Fix wrong action performed when closing the
3083 "ask about account specific filtering rules
3084 when filtering manually" dialog by pressing Escape.
3085 Fix wrong order of buttons in the "return receipt
3086 notification - the message was sent to several of
3087 your accounts" dialog.
3089 2007-03-24 [paul] 2.8.1cvs47
3092 an improvement to English usage
3093 * tools/kdeservicemenu/README
3096 2007-03-24 [paul] 2.8.1cvs46
3099 * src/stock_pixmap.c
3100 * src/pixmaps/edit_extern.xpm
3101 * src/pixmaps/mail_sign.xpm
3102 rescue long lost icons
3104 2007-03-24 [paul] 2.8.1cvs45
3107 fix toolbar (broken in 2.8.1cvs42)
3109 2007-03-23 [colin] 2.8.1cvs44
3112 Correctly unsubscribe/resubscribe after
3115 2007-03-23 [colin] 2.8.1cvs43
3117 * src/prefs_common.c
3118 Maemo: as the platform is light on RAM, allow
3119 caches to be discarded faster.
3121 2007-03-23 [colin] 2.8.1cvs42
3126 * src/stock_pixmap.c
3127 * src/stock_pixmap.h
3132 * src/pixmaps/open_mail.xpm
3133 Maemo changes: Add the possibility to have
3134 "Open Email" and "Close Window" buttons on
3135 toolbars (and use them in Maemo's default
3138 2007-03-23 [wwp] 2.8.1cvs41
3141 Reverted that part of the action dialog closure logics, to
3142 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3143 done later in a different way (or may not).
3145 2007-03-22 [wwp] 2.8.1cvs40
3148 Fix sticky action dialog when got no output but action command
3149 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3151 2007-03-22 [colin] 2.8.1cvs39
3153 * src/prefs_filtering.c
3154 * src/gtk/combobox.h
3155 Fix escaping account names in filtering prefs
3157 2007-03-22 [colin] 2.8.1cvs38
3162 Add any attribute specified in LDAP servers'
3163 Search attributes to the Other Attributes tab
3164 of contacts; Add 'telephoneNumber' in the
3167 2007-03-22 [colin] 2.8.1cvs37
3172 Try to prevent race conditions when
3173 changing the folder list
3175 Fix possible red folder icon when
3176 switching from Small screen layout
3179 2007-03-22 [colin] 2.8.1cvs36
3184 Rename "little screen" to "Small screen"
3185 * src/gtk/Makefile.am
3186 * src/common/utils.c
3188 Fix Maemo-related compilation problems
3190 2007-03-21 [colin] 2.8.1cvs35
3194 * claws-mail.desktop
3195 Remove .png from the Icon, it's useless
3197 2007-03-21 [colin] 2.8.1cvs34
3201 Add the necessary lib checking for
3204 2007-03-21 [colin] 2.8.1cvs33
3207 Fix unconditional "error happened" when
3208 sending via command-line. "lol @ myself"
3210 2007-03-21 [colin] 2.8.1cvs32
3212 * claws-mail-40x40.png
3213 * claws-mail-26x26.png
3223 * src/prefs_account.c
3224 * src/prefs_common.c
3225 * src/summary_search.c
3229 * src/gtk/gtkutils.c
3230 * src/gtk/gtkutils.h
3231 * src/gtk/logwindow.c
3233 * src/gtk/prefswindow.c
3234 Add Maemo port (patch mainly by Jean-Luc Biort)
3235 Add a new 'Little screen' layout to help on such
3236 platforms (patch by me)
3237 Make some default preferences different (more
3238 adapted) on Maemo (patch by me)
3240 2007-03-21 [wwp] 2.8.1cvs31
3242 * src/prefs_logging.c
3243 * src/prefs_logging.h
3244 Fixed copyright header of newly added files.
3246 2007-03-21 [wwp] 2.8.1cvs30
3262 * src/prefs_common.c
3263 * src/prefs_common.h
3264 * src/prefs_logging.c
3265 * src/prefs_logging.h
3268 * src/send_message.c
3273 * src/common/session.c
3275 * src/common/socket.c
3276 * src/etpan/imap-thread.c
3277 * src/gtk/logwindow.c
3278 * src/gtk/logwindow.h
3279 * src/plugins/bogofilter/bogofilter.c
3280 * src/plugins/spamassassin/spamassassin.c
3281 Added debugging of filtering/processing rules.
3282 The debug log is here 'Tools/Filtering debug window',
3283 the options there 'Configuration/Preferences/Other/Logging',
3284 and the log file is ~/.claws-mail/filtering.log.
3285 Moved protocol log prefs to 'Other/Logging' as well.
3286 To support such debugging feature, the existing log API has
3287 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3288 this impacts many external modules (commits follow).
3290 2007-03-21 [paul] 2.8.1cvs29
3292 * src/etpan/Makefile.am
3293 * src/etpan/imap-thread.c
3294 add missing #include
3296 2007-03-21 [colin] 2.8.1cvs28
3299 Fix bug 1157, 'some broken messages confuse
3300 mime parser'. Make sure we can't have MimeInfos
3301 with negative sizes.
3303 2007-03-20 [colin] 2.8.1cvs27
3306 Fix missing \0 on buffer
3308 2007-03-20 [colin] 2.8.1cvs26
3311 Use make_dir_hier instead of make_dir
3312 to create the MH mailbox
3314 2007-03-20 [colin] 2.8.1cvs25
3318 * src/prefs_account.c
3320 Fix default inbox weirdnesses (after wizard,
3321 if path is Mail, mailbox identifier is #mh/Mailbox,
3322 and when creating new accounts)
3324 2007-03-20 [colin] 2.8.1cvs24
3327 Write folderlist after adding/deleting accounts
3330 2007-03-20 [colin] 2.8.1cvs23
3333 * src/remotefolder.h
3334 Fix bug 1153, 'CM segfaults if IMAP folder is
3335 selected while scanning prior to update'
3337 2007-03-17 [paul] 2.8.1cvs22
3340 fix a typo, and be a little more verbose.
3342 2007-03-17 [wwp] 2.8.1cvs21
3345 Fix a compiler warning.
3347 2007-03-16 [wwp] 2.8.1cvs20
3351 Updated to deal w/ the new mairix.sh tool.
3353 2007-03-16 [wwp] 2.8.1cvs19
3356 Fix logics issues around the action IO dialog:
3357 - disable entry widget and exec button when
3358 the exec button is clicked (don't wait for any
3359 output line) - fix possible disabling/re-enabling/
3360 re-disabling of those widgets
3361 - raise an error if executing a %as{} action either
3362 empty or invalid, instead of failing silently
3363 - don't close the dialog if the abort button has been
3364 clicked and if there was no output yet
3365 - set focus to the abort button when the exec button
3367 - fix capitalization of a warning message
3369 2007-03-16 [wwp] 2.8.1cvs18
3372 Added a wrapper to mairix to the tools folder.
3374 2007-03-16 [colin] 2.8.1cvs17
3378 Allow mimeviewer plugins to print
3381 2007-03-16 [colin] 2.8.1cvs16
3386 2007-03-15 [colin] 2.8.1cvs15
3390 Add a way for mimeviewer plugins to
3391 implement body search
3393 2007-03-15 [paul] 2.8.1cvs14
3395 * src/prefs_spelling.c
3398 2007-03-15 [paul] 2.8.1cvs13
3400 * src/common/quoted-printable.c
3401 fix decoding of quoted-printable parts
3403 2007-03-14 [wwp] 2.8.1cvs12
3405 * src/gtk/logwindow.h
3406 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3408 2007-03-14 [wwp] 2.8.1cvs11
3410 * src/gtk/logwindow.h
3411 Complete 2.8.1cvs10.
3413 2007-03-14 [colin] 2.8.1cvs10
3415 * src/gtk/logwindow.c
3416 Probably fix bug 1149, crash on logwindow
3417 close - at the expense of performance once
3418 logwin has been opened
3420 2007-03-14 [colin] 2.8.1cvs9
3423 If claws-mail is running on another
3424 display, warn instead of popping it up
3425 on the other display
3427 2007-03-12 [colin] 2.8.1cvs8
3430 Fix bug 1145, 'Setting a different name
3431 for the Mailbox name isn't reflected in
3432 default account settings'. Patch by wwp
3434 2007-03-12 [colin] 2.8.1cvs7
3437 Fix bug 1143, 'Add number of messages to be
3438 deleted to confirmation dialog'
3440 2007-03-12 [wwp] 2.8.1cvs6
3443 * src/prefs_common.c
3444 * src/prefs_common.h
3445 * src/prefs_summaries.c
3446 Changed the option that displays unread messages count
3447 next to the folder name in folder list: it is now
3448 possible to either display nothing, display the
3449 unread messages number only or the unread and total messages
3450 numbers. The patch includes this extra feature as well
3451 as some minor fixes by rewriting the algo in folderview.c.
3452 Thanks to Paul for the original idea and implementation, plus
3453 testing and proof-reading!
3455 2007-03-09 [paul] 2.8.1cvs5
3459 * tools/claws-mail-compose-insert-files.pl
3460 added a script which enables inserting files
3461 into the message body of a new Claws Mail
3462 Compose window from the command line. Additionally
3463 To, Cc, Subject and files to attach to the message
3466 2007-03-09 [wwp] 2.8.1cvs4
3471 Optimize matching of addresses in the addressbook
3472 (filtering/processing 'found_in_addressbook' condition).
3474 2007-03-07 [wwp] 2.8.1cvs3
3477 * src/quote_fmt_lex.l
3478 * src/quote_fmt_parse.y
3479 Add a new quote format symbol: %A to insert the
3480 sender email address (just the address itself).
3482 2007-03-06 [wwp] 2.8.1cvs2
3484 * src/gtk/gtkutils.c
3485 * src/plugins/trayicon/trayicon_prefs.h
3486 * src/plugins/trayicon/trayicon_prefs.c
3487 * src/plugins/trayicon/trayicon.c
3490 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3491 minimizing Claws-Mail main window will hide it to the trayicon instead.
3494 2007-03-06 [paul] 2.8.1cvs1
3500 bump version number following
3503 2007-03-06 [paul] 2.8.0cvs24
3506 corrected by by Tim <timbrain@post.cz>
3508 2007-03-05 [colin] 2.8.0cvs23
3512 Fix mime/globs path on NetBSD
3513 patch by George Michaelson
3515 2007-03-05 [wwp] 2.8.0cvs22
3518 Remove debug statement (accidentally committed w/ cvs14).
3520 2007-03-05 [paul] 2.8.0cvs21
3522 * src/plugins/pgpcore/prefs_gpg.c
3523 fix compiler warning
3525 2007-03-05 [wwp] 2.8.0cvs20
3527 * src/matcher_parser_parse.y
3528 Fix mismerge between cvs17 and cvs19.
3530 2007-03-05 [wwp] 2.8.0cvs19
3532 * src/matcher_parser_parse.y
3533 * src/prefs_filtering_action.c
3538 Add new 'add_to_addressbook' filtering/processing action.
3540 2007-03-05 [wwp] 2.8.0cvs18
3543 Fix mark_as_ham filtering/processing action: spam flag
3546 2007-03-04 [colin] 2.8.0cvs17
3551 * src/matcher_parser_parse.y
3552 * src/prefs_filtering_action.c
3553 Add 'Mark as spam' and 'Mark as ham' filtering
3554 actions. Fixes bug 1138.
3556 2007-03-04 [colin] 2.8.0cvs16
3559 Fix bug 1140, wrong return value
3562 2007-03-04 [wwp] 2.8.0cvs15
3565 Rollback cvs14: don't free stuff that is managed in g_list.
3567 2007-03-04 [wwp] 2.8.0cvs14
3570 Fix a leak in address completion code.
3572 2007-03-04 [colin] 2.8.0cvs13
3575 Maybe fix bug 1136, 'Crash in group
3578 2007-03-04 [iwkse] 2.8.0cvs12
3581 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3583 2007-03-03 [colin] 2.8.0cvs11
3585 * src/plugins/pgpinline/pgpinline.c
3586 Fix off-by-one, fix double-free. Fixes
3587 bug 1135, 'cm-segfault on decrypting
3590 2007-03-03 [colin] 2.8.0cvs10
3594 * src/common/plugin.c
3595 Fix bug 1134, 'Valgrind macros unhandled
3598 2007-03-02 [colin] 2.8.0cvs9
3601 Don't error out on EAGAIN. Fixes
3602 bug 1129, '"local mbox file" account
3603 isn't retrieving mails'
3605 2007-03-01 [wwp] 2.8.0cvs8
3608 * src/gtk/colorlabel.c
3609 Remove accels for extra color labels until we set better
3610 and definitive ones.
3612 2007-02-28 [wwp] 2.8.0cvs7
3615 * src/matcher_parser_parse.y
3616 * src/prefs_common.c
3617 * src/prefs_msg_colors.c
3619 * src/gtk/colorlabel.c
3620 * src/gtk/colorlabel.h
3621 Add more customizable color labels. Cleaned up a bit
3622 the color label API to avoid duplicate defines of
3623 the max number of colors.
3625 2007-02-27 [colin] 2.8.0cvs6
3628 * src/common/utils.c
3629 * src/common/utils.h
3630 Fix '+' in mailto URIs for List-* headers
3632 2007-02-27 [colin] 2.8.0cvs5
3634 * src/gtk/gtkutils.c
3635 Use gtk_window_set_role instead of
3638 2007-02-27 [colin] 2.8.0cvs4
3641 Fix "After receiving new mail, go to inbox" on IMAP,
3642 and make it work only on manual reception
3644 2007-02-27 [wwp] 2.8.0cvs3
3646 * src/prefs_filtering.c
3647 * src/prefs_filtering_action.c
3648 * src/prefs_matcher.c
3649 Update filtering matcher's and action's color label menus
3650 when re-opening those dialogs (reflect any change to the
3651 color labels list in the preferences).
3653 2007-02-27 [colin] 2.8.0cvs2
3656 * src/etpan/etpan-thread-manager-types.h
3657 * src/etpan/etpan-thread-manager.c
3658 * src/etpan/imap-thread.c
3659 Log imap ALERTs as errors in the log.
3661 2007-02-26 [paul] 2.8.0cvs1
3663 * tools/claws.i18n.status.pl
3666 2007-02-26 [paul] 2.7.2cvs75
3680 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3681 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3682 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3683 Aleksandar Urosevic, and Ralgh Young
3685 2007-02-25 [mones] 2.7.2cvs74
3690 2007-02-25 [colin] 2.7.2cvs73
3693 Clearing the list is only useful
3694 to prevent a valgrind false-positive
3696 2007-02-25 [paul] 2.7.2cvs72
3700 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3701 * tools/maildir2claws-mail.pl **REMOVED**
3702 renamed the script, fixed a couple bugs
3704 2007-02-23 [colin] 2.7.2cvs71
3707 Fix a leak, check for a few improbable nulls
3709 2007-02-23 [colin] 2.7.2cvs70
3713 * src/plugins/trayicon/trayicon.c
3714 Fix blinking mainwin when starting in tray
3715 (show mainwindow later in the startup process,
3716 apart if restarting post-crash)
3718 2007-02-23 [colin] 2.7.2cvs69
3722 Fix crash when unsubscribing the currently
3723 selected/opened folder
3725 2007-02-23 [colin] 2.7.2cvs68
3728 Fix bug that prevented colorization to
3729 work without wrap quotation option
3731 2007-02-23 [colin] 2.7.2cvs67
3734 Fix refcounting, start and end completion who
3735 behaved as if there couldn't be any other current
3738 2007-02-23 [wwp] 2.7.2cvs66
3742 Address completion fixes: fix addressbook_peek_folder_exists() in
3743 which the algorithm was ridiculously over-obfuscated and broken.
3744 Fix addrindex_load_completion() as well, to load addresses in
3745 completion list with regards to what addressbook_peek_folder_exists()
3748 2007-02-23 [wwp] 2.7.2cvs65
3751 Add addresses to completion when they're non-empty (thanks to Colin).
3753 2007-02-23 [paul] 2.7.2cvs64
3755 * src/plugins/pgpcore/passphrase.c
3758 2007-02-23 [colin] 2.7.2cvs63
3760 * src/plugins/pgpcore/prefs_gpg.c
3761 * src/plugins/pgpcore/prefs_gpg.h
3762 * src/plugins/pgpcore/sgpgme.c
3763 * src/plugins/pgpinline/pgpinline.c
3764 * src/plugins/pgpmime/pgpmime.c
3765 Try harder to respect user's choice wrt
3766 gpg-agent even with gpg2, by unsetting
3767 GPG_AGENT_INFO when necessary.
3769 2007-02-22 [paul] 2.7.2cvs62
3771 * src/plugins/pgpcore/sgpgme.c
3772 * src/plugins/pgpcore/sgpgme.h
3773 * src/plugins/pgpcore/passphrase.c
3774 * src/plugins/pgpinline/pgpinline.c
3775 * src/plugins/pgpmime/pgpmime.c
3776 Fix a leak - gpgme_data_release_and_get_mem
3777 leaks in recent gpgme. Workaround by using
3780 2007-02-22 [paul] 2.7.2cvs61
3782 * src/gtk/quicksearch.c
3783 Abandon dynamic search when pressing
3786 2007-02-21 [colin] 2.7.2cvs60
3789 * src/plugins/pgpcore/passphrase.c
3790 Fix little memory leaks
3792 Fix false-positive leak at exit
3793 * src/gtk/quicksearch.c
3794 Fix potentially big leak in recursive
3797 2007-02-21 [wwp] 2.7.2cvs59
3800 Add missing newline to a debug message.
3802 2007-02-20 [colin] 2.7.2cvs58
3806 * src/stock_pixmap.c
3807 * src/stock_pixmap.h
3808 * src/pixmaps/mime_pgpsig.xpm
3809 Add icon for application/pgp-signature
3811 2007-02-20 [colin] 2.7.2cvs57
3816 * src/stock_pixmap.c
3817 * src/stock_pixmap.h
3818 * src/pixmaps/mime_calendar.xpm
3819 * src/pixmaps/mime_pdf.xpm
3820 * src/pixmaps/mime_ps.xpm
3821 Add icons for text/calendar, application/pdf
3822 and application/postscript
3824 2007-02-20 [colin] 2.7.2cvs56
3827 * src/matcher_parser_parse.y
3828 * src/matcher_parser_lex.l
3829 Fix big memory leak in flex, and
3832 2007-02-20 [wwp] 2.7.2cvs55
3834 * src/matcher_parser_parse.y
3835 Fix a duplicate token definition (thanks to iwkse).
3837 2007-02-20 [wwp] 2.7.2cvs54
3839 * src/matcher_parser_lex.l
3840 * src/quote_fmt_lex.l
3841 Use proper flex options instead of direct use of #define,
3842 make the flex-generated C lighter.
3844 2007-02-20 [colin] 2.7.2cvs53
3847 Grab focus in message list after hiding
3848 the quicksearch, instead of leaving it
3851 2007-02-19 [colin] 2.7.2cvs52
3854 Fix bug 1033, 'Automatically refresh
3855 message list when new messages arrives'
3856 Looks like folderview->opened can sometimes
3859 2007-02-19 [paul] 2.7.2cvs51
3863 * tools/thunderbird-filters-convertor.pl
3864 add new script which converts thunderbird filter
3865 rules to Claws filter rules
3867 2007-02-18 [paul] 2.7.2cvs50
3869 * src/plugins/pgpcore/prefs_gpg.c
3870 * src/plugins/pgpcore/prefs_gpg.h
3871 * src/plugins/pgpcore/sgpgme.c
3872 * src/plugins/pgpinline/pgpinline.c
3873 * src/plugins/pgpmime/pgpmime.c
3874 improved GUI interoperability with gpg-agent
3876 2007-02-18 [paul] 2.7.2cvs49
3878 * src/prefs_account.c
3879 Privacy options sensitivity fix
3881 2007-02-17 [colin] 2.7.2cvs48
3884 Reset icon to warning in the noticeview
3886 2007-02-15 [colin] 2.7.2cvs47
3889 Fix a manifestation of bug 1033 (summaryview failing
3890 to update for new mails), which happens after editing
3891 account preferences or preferences that cause a
3894 2007-02-15 [colin] 2.7.2cvs46
3897 Probably fix bug 1123, 'Segmentation
3898 fault while opening address book'. I get
3899 g_warnings if the saved paned position is
3900 not greater than 0. Also, save position
3901 when hiding the addressbook instead of
3904 2007-02-14 [colin] 2.7.2cvs45
3906 * src/plugins/pgpcore/prefs_gpg.c
3907 * src/plugins/pgpcore/prefs_gpg.h
3908 * src/plugins/pgpcore/sgpgme.c
3909 * src/plugins/pgpinline/pgpinline.c
3910 * src/plugins/pgpmime/pgpmime.c
3911 Add an option "Use gpg-agent if available". Fixes
3912 annoyances with distro-installed gpg-agent, when
3913 no pinentry program is installed, and the user's
3914 at a loss on why "decryption failed". Makes more
3915 clear why passphrase isn't saved when gpg-agent is
3916 used. Defaults to true, to avoid changing the
3919 2007-02-14 [wwp] 2.7.2cvs44
3921 * src/matcher_parser_parse.y
3922 Fix missing line number reset (wrong line number might appear
3923 when re-loading filtering rules if there's a parser error).
3925 2007-02-13 [colin] 2.7.2cvs43
3927 * src/common/utils.c
3928 Don't encode ',' in URIs before passing it
3929 to the browser command-line. It was probably
3930 done at a time where commas in URIs made
3931 mozilla -remote 'openurl(%s,new-window)'
3934 2007-02-13 [wwp] 2.7.2cvs42
3936 * src/prefs_matcher.c
3937 * src/plugins/bogofilter/bogofilter_gtk.c
3938 A bit of string factorization around "Select ..." buttons.
3940 2007-02-11 [colin] 2.7.2cvs41
3943 Make sure to escape the title
3945 2007-02-11 [colin] 2.7.2cvs40
3948 Recognize .utf8 locales as .UTF-8 ones
3950 2007-02-11 [colin] 2.7.2cvs39
3953 Fix code conversion when dragging a file
3955 2007-02-09 [colin] 2.7.2cvs38
3957 * src/plugins/clamav/clamav_plugin.c
3958 Complete Paul's patch with conditional
3959 compilation to avoid breaking compilation
3960 on old Dapper and Edgy... Maybe other
3963 2007-02-09 [paul] 2.7.2cvs37
3965 * src/plugins/clamav/clamav_plugin.c
3966 fix for the upstream changes in libclamav
3968 2007-02-09 [paul] 2.7.2cvs36
3974 fix "warn if there are queued messages" (on exit)
3975 option, which only checked the first mailbox's
3977 don't ask before emptying trash if there are no
3978 messages in trash, also check and empty all trash
3981 move "Ask before emptying trash" option
3982 outside of the "On exit" frame as it's
3983 not only an "On exit" option
3985 2007-02-09 [paul] 2.7.2cvs35
3990 * src/prefs_account.c
3991 * src/prefs_folder_item.c
3993 * src/prefs_matcher.c
3994 * src/prefs_message.c
3995 * src/prefs_msg_colors.c
3996 * src/prefs_summaries.c
3998 * src/gtk/inputdialog.c
3999 * src/plugins/bogofilter/bogofilter_gtk.c
4000 pedantic commit: use 'checkbtn' everywhere
4001 instead of a mixture of 'checkbtn' and 'chkbtn'
4003 2007-02-09 [paul] 2.7.2cvs34
4009 move "Never send Return Receipts" from
4010 prefs_other to prefs_send
4011 add an option "Ask about account specific
4012 filtering rules..." to prefs_other
4013 * src/gtk/gtkutils.c
4014 fix a compiler warning
4016 2007-02-08 [colin] 2.7.2cvs33
4018 * src/plugins/pgpinline/pgpinline.c
4019 Fix bug 1110, 'pgpmime fails to process
4020 encapsulated openpgp mime (rfc 3156, 6.1
4022 It was due to an interaction between PGP/Mime
4023 and PGP/Inline plugin.
4025 2007-02-08 [colin] 2.7.2cvs32
4030 Fix bug 1117, 'fcntl locking code
4031 does not work in mbox.c'
4033 2007-02-08 [colin] 2.7.2cvs31
4035 * src/prefs_account.c
4036 Fix Gentoo bug 165819, 'can't create
4037 a "local mbox file" account'. Patch
4038 by Olivier <castan.o@free.fr>
4040 2007-02-07 [colin] 2.7.2cvs30
4043 Fix bug 1106, 'Claws crash on exit if LDAPS
4044 autocompletion was used'
4046 2007-02-07 [paul] 2.7.2cvs29
4049 cut down on unnecessary debug_prints
4051 fix menu_set_active() on 'Show only
4054 2007-02-07 [paul] 2.7.2cvs28
4056 * src/plugins/clamav/clamav_plugin.c
4057 * src/plugins/clamav/clamav_plugin.h
4058 * src/plugins/clamav/clamav_plugin_gtk.c
4059 fix copyright header
4061 2007-02-07 [paul] 2.7.2cvs27
4064 fix bug 1116, 'summary view allow a
4067 2007-02-06 [colin] 2.7.2cvs26
4072 2007-02-05 [fabien] 2.7.2cvs25
4076 i18n related - 1 fix and 1 message for translators.
4078 2007-02-05 [colin] 2.7.2cvs24
4080 * src/gtk/quicksearch.c
4081 Don't reload summary list if quicksearch wasn't
4082 active on hiding; move currently selected mail in
4083 the visible area when showing the quicksearch
4085 2007-02-05 [colin] 2.7.2cvs23
4088 Add debug to try to solve bug 1104
4090 2007-02-05 [paul] 2.7.2cvs22
4093 confirm before emptying trash on exit is
4094 a Yes or No answer, use Yes or No in the
4097 2007-02-04 [colin] 2.7.2cvs21
4100 * src/plugins/pgpcore/passphrase.c
4101 * src/plugins/pgpcore/select-keys.c
4102 Set wmclass on new windows
4108 2007-02-04 [colin] 2.7.2cvs20
4112 Auto save drafts on exit, reopen them
4113 at startup, instead of asking
4117 * src/addressbook_foldersel.c
4125 * src/editldap_basedn.c
4138 * src/message_search.c
4140 * src/prefs_actions.c
4141 * src/prefs_customheader.c
4142 * src/prefs_display_header.c
4143 * src/prefs_filtering.c
4144 * src/prefs_filtering_action.c
4145 * src/prefs_folder_column.c
4147 * src/prefs_matcher.c
4149 * src/prefs_summaries.c
4150 * src/prefs_summary_column.c
4151 * src/prefs_template.c
4152 * src/sourcewindow.c
4154 * src/summary_search.c
4157 * src/gtk/description_window.c
4158 * src/gtk/foldersort.c
4159 * src/gtk/gtkutils.c
4160 * src/gtk/gtkutils.h
4161 * src/gtk/icon_legend.c
4162 * src/gtk/logwindow.c
4163 * src/gtk/pluginwindow.c
4164 * src/gtk/prefswindow.c
4165 Give different wmclass to different
4166 windows - thanks to sed ;)
4168 2007-02-04 [colin] 2.7.2cvs19
4171 Revert previous patch, can't reproduce
4174 2007-02-03 [colin] 2.7.2cvs18
4177 Don't save the mainwindow size and
4178 position on emergency exit (libSM's
4179 "die" callback), Xfce seems to make
4180 the window smaller just before the
4183 2007-02-03 [colin] 2.7.2cvs17
4185 * src/plugins/bogofilter/bogofilter.c
4186 * src/plugins/bogofilter/bogofilter.h
4187 * src/plugins/bogofilter/bogofilter_gtk.c
4188 * src/plugins/pgpinline/pgpinline.c
4189 * src/plugins/pgpinline/pgpinline.h
4192 2007-02-03 [colin] 2.7.2cvs16
4194 * src/partial_download.c
4195 * src/partial_download.h
4202 * src/common/ssl_certificate.c
4203 * src/common/ssl_certificate.h
4204 * src/gtk/quicksearch.c
4205 * src/gtk/quicksearch.h
4206 * src/gtk/sslcertwindow.c
4207 * src/gtk/sslcertwindow.h
4208 Fix copyright on my files
4210 2007-02-02 [colin] 2.7.2cvs15
4220 Add Tools/List URIs to allow
4221 opening any URI in the current mail
4223 2007-02-02 [colin] 2.7.2cvs14
4225 * src/common/valgrind.h ** NEW FILE **
4226 * src/common/Makefile.am
4227 * src/common/plugin.c
4228 Don't dlclose the plugins if we're running
4229 under valgrind. (doesn't require valgrind
4230 either at compile time or run time).
4232 2007-02-01 [paul] 2.7.2cvs13
4236 * tools/freshmeat_search.pl
4237 * tools/google_search.pl
4238 * tools/multiwebsearch.pl
4239 add support for non ISO-8859-1 compatible locales
4240 Patch by Alex Gorbachenko <agent_007@immo.ru>
4242 2007-02-01 [colin] 2.7.2cvs12
4245 * src/prefs_summaries.c
4246 Move keybinding prefs to the Other page
4248 2007-02-01 [wwp] 2.7.2cvs11
4250 * src/plugins/trayicon/trayicon.c
4251 Fix a raising issue within KDE.
4253 2007-02-01 [colin] 2.7.2cvs10
4256 Fix stray quotes in encoded strings
4258 Fix wrong call causing g_warnings
4260 Remove useless message
4262 2007-01-31 [wwp] 2.7.2cvs9
4264 * src/plugins/trayicon/trayicon.c
4265 fix buggy hiding of main window when closing if close-to-tray
4266 is not set (bad logics in the trayicon hook code).
4267 Changed the quit confirmation message too.
4269 2007-01-30 [colin] 2.7.2cvs8
4272 Fix hidden mainwindow after clicking on
4273 the X close button, if compose windows
4274 exist and the user chooses not to quit
4276 2007-01-30 [colin] 2.7.2cvs7
4280 Handle local URIs to attach files (file:///...)
4281 Fixes attaching files from Thunar for example
4283 2007-01-30 [colin] 2.7.2cvs6
4285 * src/prefs_ext_prog.c
4286 Add 'mousepad' to the list of text editors.
4287 Mousepad is XFCE's text editor
4289 2007-01-29 [wwp] 2.7.2cvs5
4292 * src/plugins/trayicon/trayicon_prefs.c
4293 trayicon i18n fixes, thanks to Fabien.
4295 2007-01-28 [wwp] 2.7.2cvs4
4299 * src/plugins/trayicon/trayicon.c
4300 * src/plugins/trayicon/trayicon_prefs.c
4301 * src/plugins/trayicon/trayicon_prefs.h
4302 Added a new TrayIcon plugin option to close to tray
4303 (WM's hotkey and [X] button will hide the window instead
4304 of closing it - closing CM can be done using the tray icon
4305 menu or the File menu).
4306 Improved visibility handling in trayicon, clicking the
4307 trayicon now raise the window to current desktop when it
4308 was either minimized/shaded/on another desktop.
4309 Thanks to Paul for testing and fixing a strange behaviour
4312 2007-01-27 [paul] 2.7.2cvs3
4314 * src/prefs_folder_item.c
4315 * src/prefs_receive.c
4316 * src/plugins/pgpcore/prefs_gpg.c
4317 use 'start-up' instead of 'startup' in labels
4319 2007-01-26 [wwp] 2.7.2cvs2
4321 * src/plugins/trayicon/Makefile.am
4322 * src/plugins/trayicon/trayicon.c
4323 * src/plugins/trayicon/trayicon_prefs.c
4324 * src/plugins/trayicon/trayicon_prefs.h
4325 Add a new TrayIcon option to hide the main window at
4327 Fix trayicon.c copyright header.
4329 2007-01-26 [paul] 2.7.2cvs1
4335 bump up version number following
4338 2007-01-25 [mones] 2.7.1cvs60
4341 updated thousands of strings (well, probably less ;-)
4343 2007-01-25 [colin] 2.7.1cvs59
4346 Fix 2nd-run loss of matcherrc on new
4349 2007-01-25 [wwp] 2.7.1cvs58
4352 fix handling of empty value in attach_save_directory too, thanks
4355 2007-01-25 [wwp] 2.7.1cvs57
4358 fix handling of empty value in attach_load_directory,
4361 2007-01-25 [wwp] 2.7.1cvs56
4363 * src/plugins/dillo_viewer/dillo_prefs.h
4366 2007-01-25 [colin] 2.7.1cvs55
4370 * src/matcher_parser_parse.y
4371 * src/prefs_matcher.c
4372 Add matching on the spam flag
4374 2007-01-24 [colin] 2.7.1cvs54
4379 Make sure folderlist.xml is correctly
4380 written before overwriting it.
4384 * src/plugins/bogofilter/bogofilter.c
4385 * src/plugins/bogofilter/bogofilter.h
4386 * src/plugins/bogofilter/bogofilter_gtk.c
4387 * src/plugins/spamassassin/spamassassin.c
4388 * src/plugins/spamassassin/spamassassin.h
4389 * src/plugins/spamassassin/spamassassin_gtk.c
4390 Move spam to the correct trash folder after
4391 learning, if spam directory isn't set.
4393 2007-01-23 [paul] 2.7.1cvs53
4395 * src/plugins/bogofilter/bogofilter_gtk.c
4396 fix sensitivity of "Insert X-Bogosity header"
4399 2007-01-23 [colin] 2.7.1cvs52
4402 Translate toolbar items text if
4403 they're translatable (default)
4417 * src/etpan/etpan-thread-manager.c
4418 * src/etpan/etpan-thread-manager.h
4419 * src/gtk/gtkutils.c
4420 * src/gtk/gtkutils.h
4421 More static functions
4423 2007-01-22 [fabien] 2.7.1cvs51
4425 * src/gtk/gtkutils.c
4426 gtkut_get_options_frame() : ability to pass
4427 a 'NULL' value in frame pointer parameter if
4430 2007-01-22 [colin] 2.7.1cvs50
4434 * src/plugins/bogofilter/bogofilter.c
4435 * src/plugins/bogofilter/bogofilter_gtk.c
4436 * src/plugins/spamassassin/spamassassin.c
4437 * src/plugins/spamassassin/spamassassin_gtk.c
4438 Allow moving spams to the account's trash
4439 instead of default one
4441 2007-01-21 [colin] 2.7.1cvs49
4445 Revert a static function that shouldn't
4448 2007-01-21 [colin] 2.7.1cvs48
4454 2007-01-21 [colin] 2.7.1cvs47
4460 2007-01-21 [colin] 2.7.1cvs46
4462 * src/common/socket.c
4463 * src/common/socket.h
4466 2007-01-21 [colin] 2.7.1cvs45
4475 * src/folder_item_prefs.c
4476 * src/folder_item_prefs.h
4483 * src/common/socket.c
4484 * src/common/socket.h
4485 * src/gtk/gtkaspell.c
4486 * src/gtk/gtkaspell.h
4487 * src/gtk/quicksearch.c
4488 * src/gtk/quicksearch.h
4491 2007-01-21 [colin] 2.7.1cvs44
4493 * src/common/utils.c
4494 * src/common/utils.h
4495 * src/etpan/etpan-thread-manager.c
4496 * src/etpan/etpan-thread-manager.h
4497 Same (Funny that etpan_thread_unbind
4498 is called but not etpan_thread_bind)
4500 2007-01-21 [colin] 2.7.1cvs43
4508 * src/etpan/Makefile.am
4509 * src/gtk/colorlabel.c
4510 * src/gtk/colorlabel.h
4511 * src/gtk/sslcertwindow.c
4512 * src/gtk/sslcertwindow.h
4513 * src/etpan/etpan-log.c ** REMOVED **
4514 * src/etpan/etpan-log.h ** REMOVED **
4517 2007-01-20 [colin] 2.7.1cvs42
4523 2007-01-20 [colin] 2.7.1cvs41