1 2007-08-13 [wwp] 2.10.0cvs118
4 Re-enable mmap_reads in Windows with some missing
5 CloseHandle of mapping objects, thanks to
8 2007-08-13 [paul] 2.10.0cvs117
11 fix bug 1287, 'Compile time problem on Solaris
12 (nexenta gnu/Solaris) utils.c'
13 Thanks to Piotr Chrzczonowicz
15 2007-08-12 [wwp] 2.10.0cvs116
17 * src/plugins/pgpcore/prefs_gpg.c
18 Don't try to unset a GPG_AGENT_INFO that was not
19 set (and don't use a NULL string in Windows, it was
20 crashing with --debug if GPG_AGENT_INFO was not set).
22 2007-08-12 [wwp] 2.10.0cvs115
25 Make gcc type-check arguments passed to privacy_set_error().
27 2007-08-12 [ticho] 2.10.0cvs114
29 * src/prefs_folder_item.c
30 Make sure that folder default account combobox always has some
33 Handle empty combobox gracefully (warning instead of crash).
35 2007-08-12 [ticho] 2.10.0cvs114
37 * src/prefs_folder_item.c
38 Make sure that folder default account combobox is not empty.
40 Handle empty combobox gracefully (warning instead of crash).
42 2007-08-11 [paul] 2.10.0cvs113
46 use 'subfolder' instead of 'sub-folder', matching
47 everywhere else the term is used
51 2007-08-10 [wwp] 2.10.0cvs112
54 Disable mmap reads in Windows only (at least temporarily), they
55 prevent from renaming/removing target cache files.
61 2007-08-10 [wwp] 2.10.0cvs111
64 fix unpredictable crashes in Windows due to broken
65 cache/mark/tags files writting (file were opened for
66 writing in text mode).
69 use gettimeofday() from w32lib.h on Windows.
71 2007-08-10 [colin] 2.10.0cvs110
74 * src/etpan/imap-thread.c
75 * src/etpan/imap-thread.h
76 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
78 2007-08-09 [colin] 2.10.0cvs109
81 Fix port being reset to 636 on SSL
83 Fix folder_item_get_msg_num_by_file
84 on drafts/queue folders
86 2007-08-09 [wwp] 2.10.0cvs108
89 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
90 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
93 2007-08-09 [colin] 2.10.0cvs107
97 * src/gtk/prefswindow.c
98 A few Maemo layout fixes
100 2007-08-09 [paul] 2.10.0cvs106
102 * src/prefs_account.c
103 remove the hyphen from plug-ins to
104 match everywhere else
106 2007-08-08 [wwp] 2.10.0cvs105
108 * src/prefs_folder_item.c
109 Fix an extraneous stealth ^L char.
111 2007-08-08 [wwp] 2.10.0cvs104
113 * src/prefs_folder_item.c
114 Better fix, group variables declarations (USE_ASPELL).
116 2007-08-08 [wwp] 2.10.0cvs103
118 * src/prefs_folder_item.c
119 Fix compilation w/ USE_ASPELL set (broken
122 2007-08-08 [ticho] 2.10.0cvs102
124 * src/prefs_folder_item.c
125 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
127 2007-08-08 [colin] 2.10.0cvs101
130 * src/etpan/imap-thread.c
131 * src/etpan/imap-thread.h
132 Close selected mailbox before doing
135 2007-08-08 [colin] 2.10.0cvs100
138 Complete symbol table, thanks to wwp.
139 Fixes bug 1284, 'The html -> text
140 converter ignores entities'
144 2007-08-08 [colin] 2.10.0cvs99
147 Better way to fetch UIDs on non-UIDPLUS servers
149 2007-08-07 [colin] 2.10.0cvs98
152 fix bug 1275, 'auto-saved draft messages not
153 always being removed'; Also, make multiple
154 copy (in the same account) faster by matching
155 source/destination message UIDs.
157 Don't try to reshow deleted mail
159 Fix leak on error path
161 2007-08-07 [wwp] 2.10.0cvs97
164 * manual/advanced.xml
165 * manual/fr/account.xml
166 * manual/fr/advanced.xml
167 Updated the reference manual and the French translation to
168 reflect 2.10.0cvs84: enable running folder Processing
171 2007-08-06 [wwp] 2.10.0cvs96
176 Allow changing the emphasis color used to highlight
177 the newsreader/x-mailer header value when it matches
178 our preferred mail agent (hidden pref 'emphasis_col' added
181 2007-08-06 [colin] 2.10.0cvs95
185 Re-commit 2.10.0cvs86, with a protection
186 against Pango bug. Also, try to fix
187 bug 1275, 'auto-saved draft messages not
188 always being removed'
190 2007-08-06 [wwp] 2.10.0cvs94
192 * src/gtk/quicksearch.c
193 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
195 2007-08-06 [ticho] 2.10.0cvs93
197 * src/prefs_account.c
199 Use GtkComboBox instead of GtkOptionMenu for privacy system
200 selection in account preferences.
202 2007-08-06 [wwp] 2.10.0cvs92
204 * src/plugins/pgpcore/plugin.def
205 Apply one more chunk from gpg4win's 03-w32-port patch.
207 2007-08-05 [colin] 2.10.0cvs91
211 reverting buggy patch for now
213 2007-08-05 [colin] 2.10.0cvs90
218 2007-08-04 [colin] 2.10.0cvs89
220 * src/prefs_summaries.c
221 * src/summary_search.c
222 Replace deprecated widgets. Patch by
225 2007-08-04 [colin] 2.10.0cvs88
228 Refresh GUI only every 2000 mails on mh_get_last_num
229 This is fast (readdir) and done only once per
232 2007-08-03 [colin] 2.10.0cvs87
234 * src/prefs_account.c
237 Fix a deprecated widget. Patch by
240 2007-08-03 [colin] 2.10.0cvs86
244 Make colorisation and wrapping algorithms
245 faster. Fixes bug 1246, 'compose becomes
246 increasingly slow replying to complex emails'
248 2007-08-03 [paul] 2.10.0cvs85
251 keep the window painted
253 2007-08-02 [paul] 2.10.0cvs84
258 enable running folder Processing
261 2007-08-02 [paul] 2.10.0cvs83
264 speed up/clean up rendering of larger
268 2007-08-01 [paul] 2.10.0cvs82
273 change default toolbar layout on maemo
274 * src/pixmaps/close.xpm
275 make the red cross a grey cross
276 * src/pixmaps/jpilot.xpm
277 make icon smaller so it fits better
279 2007-07-31 [paul] 2.10.0cvs81
283 fix crash on maemo on first launch
285 2007-07-30 [paul] 2.10.0cvs80
287 * src/prefs_matcher.c
288 specify the units of age and size
290 2007-07-30 [paul] 2.10.0cvs79
293 Fix IMAP timeout setting
295 2007-07-30 [colin] 2.10.0cvs78
297 * src/prefs_account.c
298 Fix a deprecated widget. Patch by
301 2007-07-27 [paul] 2.10.0cvs77
303 * src/matcher_parser_parse.y
304 * src/prefs_filtering_action.c
305 * src/prefs_matcher.c
306 these changes forgotten in cvs74's
307 'watch thread' feature
309 2007-07-27 [paul] 2.10.0cvs76
312 fix potential crasher
315 2007-07-27 [paul] 2.10.0cvs75
321 make mainwindow's /Help/Manual point to the
322 remote copy if the local copy doesn't exist
324 2007-07-27 [paul] 2.10.0cvs74
332 * src/matcher_parser_parse.y
341 * src/pixmaps/watchthread.xpm
342 add 'watch thread' feature
344 2007-07-27 [paul] 2.10.0cvs73
346 * src/prefs_folder_item.c
347 adjust labels, add tooltips
349 2007-07-27 [colin] 2.10.0cvs72
352 Maemo: Remove less used menu items
354 2007-07-26 [colin] 2.10.0cvs71
357 Maemo: destroy messageview after trashing mail.
358 Maybe should be done on X11 too
360 2007-07-26 [colin] 2.10.0cvs70
367 Add View/Show or Hide/Column headers
369 2007-07-26 [colin] 2.10.0cvs69
374 2007-07-26 [colin] 2.10.0cvs68
377 Fix possible crash on cache invalidation
381 * src/quote_fmt_parse.y
382 Make replying to mails with big attachments
383 much faster. Fixes bug 1224, 'The process of
384 Replying to emails with large attachments
385 seems unreasonably long...'
387 2007-07-26 [colin] 2.10.0cvs67
392 Fix threads use on BSDs
394 2007-07-26 [paul] 2.10.0cvs66
396 * src/gtk/prefswindow.c
397 fix account prefs breakage
400 2007-07-26 [paul] 2.10.0cvs65
403 standardise ./configure --help messages
405 2007-07-26 [colin] 2.10.0cvs64
409 Fix two vCard-related crashes
411 2007-07-25 [colin] 2.10.0cvs63
416 * src/prefs_receive.c
417 Maemo: Add a better way to notify of
423 Maemo: Various layout fixes
424 * src/gtk/prefswindow.c
425 Maemo: Better prefs layout
427 2007-07-25 [paul] 2.10.0cvs62
430 fix the layout on maemo
433 2007-07-25 [iwkse] 2.10.0cvs61
436 add 'o' shortcut on summaryview
438 2007-07-25 [iwkse] 2.10.0cvs60
443 2007-07-24 [colin] 2.10.0cvs59
446 Fix missing timestamp update on source
450 Better text layout on part's choices
452 2007-07-23 [colin] 2.10.0cvs58
456 Maemo: Automatically choose the correct application
458 * src/gtk/quicksearch.c
459 Make search run on GDK_KP_Enter too
461 2007-07-23 [wwp] 2.10.0cvs57
463 * src/quote_fmt_lex.l
464 Revert accidentaly committed lines (account_sig) in
467 2007-07-23 [wwp] 2.10.0cvs56
469 * src/quote_fmt_lex.l
470 Fix typos around long form expressions in the quote lexer.
476 2007-07-23 [colin] 2.10.0cvs55
479 Fix auto-completion on Maemo
481 2007-07-23 [colin] 2.10.0cvs54
484 Maemo: Fix sticking statusbars
486 2007-07-22 [colin] 2.10.0cvs53
489 Maemo: Fix the strange "top_application" info
490 at startup. We should do something when
491 receiving such a message.
493 2007-07-20 [paul] 2.10.0cvs52
496 add missing #include "statusbar.h"
498 2007-07-20 [colin] 2.10.0cvs51
502 * src/folder_item_prefs.c
503 * src/folder_item_prefs.h
511 * src/prefs_folder_item.c
512 Implement age-based caching: allow to
513 specify a threshold for the offline synchronisation
514 feature, and whether old cached bodies should
519 * src/plugins/dillo_viewer/dillo_viewer.c
520 Check that Dillo's installed
522 2007-07-20 [wwp] 2.10.0cvs50
526 Draw a frame around the selected mimeview part icon (instead of the
527 shifted 'dancing' icon).
529 2007-07-20 [colin] 2.10.0cvs49
532 Unref stuff even on error
534 disconnect signals only at the very
535 end of the wizard save.
537 2007-07-20 [colin] 2.10.0cvs48
543 Fix random crashes while navigating
546 2007-07-19 [colin] 2.10.0cvs47
555 Maemo: add an easy way to store data (mails
556 and IMAP/NNTP caches) on one of the SD cards,
557 and protect against unmounts if needed
559 2007-07-19 [paul] 2.10.0cvs46
564 * src/pixmaps/claws-mail_logo-small.xpm
565 implement a (slightly) different About
566 dialog for maemo and add a small version
569 use a scrolled window for wizard page 1
572 2007-07-19 [paul] 2.10.0cvs45
575 too soon for this line
577 2007-07-19 [paul] 2.10.0cvs44
582 2007-07-19 [colin] 2.10.0cvs43
585 Solve Mail/Mailbox name when specifying
588 2007-07-18 [colin] 2.10.0cvs42
594 2007-07-18 [colin] 2.10.0cvs41
597 Maemo: plug the online/offline system into
598 maemo's interfaces to have Claws automatically
599 switch according to the system status
601 Maemo: use HildonBanners to display status
602 messages. Renders the main statusbar useless.
604 2007-07-18 [paul] 2.10.0cvs40
607 fix screen blanking on moving/copying many msgs
609 fix processing progressbar and screen blanking
612 2007-07-18 [paul] 2.10.0cvs39
615 revert cvs37, breakage on maemo
617 2007-07-18 [paul] 2.10.0cvs38
620 make sure we can still build with older GTK's
622 2007-07-18 [colin] 2.10.0cvs37
625 Only hide the small layout's messageview, instead
626 of destroying it when closing
628 Use gtk_window_present_with_time to popup windows,
629 it seems to make things better with modern WMs
632 2007-07-17 [colin] 2.10.0cvs36
635 Simplify layout on Maemo
638 * src/prefs_display_header.c
639 Remove some headers by default on Maemo
641 2007-07-17 [paul] 2.10.0cvs35
645 * src/prefs_logging.c
647 add options to stop/enable writing logs to disc
649 2007-07-17 [paul] 2.10.0cvs34
652 fix some issues with the Apply tags window:
653 - set search column (enables autocompl in the treeview)
654 - apply tag from "New tag" if it existed
655 - clears New tag entry when adding it with the button
658 2007-07-17 [paul] 2.10.0cvs33
661 fix 'apply tags' dialogue weirdness
663 2007-07-16 [colin] 2.10.0cvs32
666 Fix double-loading of mails on Maemo
668 2007-07-16 [colin] 2.10.0cvs31
671 Prevent double-loading of the same part under some
672 conditions; hide statusbar on Maemo
674 2007-07-16 [colin] 2.10.0cvs30
680 Improve the tag interface - allow
681 to set/unset tags from a special
683 * src/gtk/gtkvscrollbutton.c
687 Fix Mimeview's ugly hacks in the
690 2007-07-16 [paul] 2.10.0cvs29
694 * src/gtk/icon_legend.c
695 put it all in a scrolled window
697 2007-07-15 [colin] 2.10.0cvs28
700 Maemo: force layout to be Small screen; the
701 others don't make sense
703 2007-07-14 [colin] 2.10.0cvs27
706 * src/gtk/gtkvscrollbutton.c
707 Maemo: Fix mimeview's buttons size
709 2007-07-14 [colin] 2.10.0cvs26
712 Fix the button workaround fix.
713 (Use the correct variable)
715 2007-07-14 [colin] 2.10.0cvs25
719 Maemo: put the progress bar in the
722 2007-07-14 [colin] 2.10.0cvs24
725 Maemo: hide statusbar by default
730 * src/pixmaps/go_folders.xpm
731 Maemo: Add a specific icon to go back to
734 2007-07-14 [colin] 2.10.0cvs23
737 Don't set homogeneous finally
739 2007-07-14 [colin] 2.10.0cvs22
742 Fix button show/hide issues
744 2007-07-14 [colin] 2.10.0cvs21
748 Fix button workaround to be able to click
749 if mouse was on button when it went un-
751 Revert previous commit, gtk_tool_item_set_homogeneous
752 doesn't mean what it seems to mean ;-)
754 2007-07-14 [paul] 2.10.0cvs20
757 make homogeneous FALSE always
759 2007-07-13 [colin] 2.10.0cvs19
763 Rework to fit the non-deprecated API
769 Maemo layout changes. Better toolbars,
770 removal of CTree headers.
772 2007-07-13 [paul] 2.10.0cvs18
774 * src/gtk/colorlabel.c
775 fix bug 1261, '[DE] coloring messages in overview
776 keys are not localised'
777 the string is now included in claws-mail.pot
779 2007-07-13 [colin] 2.10.0cvs17
782 Fix bug 1267, 'printing mutliple messages
783 opens one message-dialog after the other'
784 Ask for confirmation when printing 10
787 2007-07-11 [colin] 2.10.0cvs16
792 * manual/claws-mail-manual.xml
794 * manual/es/claws-mail-manual.xml
796 * manual/fr/claws-mail-manual.xml
819 * src/addressbook_foldersel.c
820 * src/addressbook_foldersel.h
846 * src/displayheader.c
847 * src/displayheader.h
850 * src/editaddress_other_attributes_ldap.c
851 * src/editaddress_other_attributes_ldap.h
860 * src/editldap_basedn.c
861 * src/editldap_basedn.h
882 * src/folder_item_prefs.c
883 * src/folder_item_prefs.h
892 * src/grouplistdialog.c
893 * src/grouplistdialog.h
940 * src/matcher_parser.h
941 * src/matcher_parser_lex.l
942 * src/matcher_parser_parse.y
945 * src/message_search.c
946 * src/message_search.h
965 * src/partial_download.c
966 * src/partial_download.h
971 * src/prefs_account.c
972 * src/prefs_account.h
973 * src/prefs_actions.c
974 * src/prefs_actions.h
977 * src/prefs_compose_writing.c
978 * src/prefs_compose_writing.h
979 * src/prefs_customheader.c
980 * src/prefs_customheader.h
981 * src/prefs_display_header.c
982 * src/prefs_display_header.h
983 * src/prefs_ext_prog.c
984 * src/prefs_ext_prog.h
985 * src/prefs_filtering.c
986 * src/prefs_filtering.h
987 * src/prefs_filtering_action.c
988 * src/prefs_filtering_action.h
989 * src/prefs_folder_column.c
990 * src/prefs_folder_column.h
991 * src/prefs_folder_item.c
992 * src/prefs_folder_item.h
997 * src/prefs_image_viewer.c
998 * src/prefs_image_viewer.h
999 * src/prefs_logging.c
1000 * src/prefs_logging.h
1001 * src/prefs_matcher.c
1002 * src/prefs_matcher.h
1003 * src/prefs_message.c
1004 * src/prefs_message.h
1005 * src/prefs_msg_colors.c
1006 * src/prefs_msg_colors.h
1011 * src/prefs_receive.c
1012 * src/prefs_receive.h
1015 * src/prefs_spelling.c
1016 * src/prefs_spelling.h
1017 * src/prefs_summaries.c
1018 * src/prefs_summaries.h
1019 * src/prefs_summary_column.c
1020 * src/prefs_summary_column.h
1021 * src/prefs_summary_open.c
1022 * src/prefs_summary_open.h
1023 * src/prefs_template.c
1024 * src/prefs_template.h
1025 * src/prefs_themes.c
1026 * src/prefs_themes.h
1027 * src/prefs_toolbar.c
1028 * src/prefs_toolbar.h
1029 * src/prefs_wrapping.c
1030 * src/prefs_wrapping.h
1040 * src/quote_fmt_lex.l
1041 * src/quote_fmt_parse.y
1044 * src/remotefolder.c
1045 * src/remotefolder.h
1046 * src/send_message.c
1047 * src/send_message.h
1050 * src/simple-gettext.c
1051 * src/sourcewindow.c
1052 * src/sourcewindow.h
1057 * src/stock_pixmap.c
1058 * src/stock_pixmap.h
1059 * src/summary_search.c
1060 * src/summary_search.h
1077 * src/common/base64.c
1078 * src/common/base64.h
1079 * src/common/claws.c
1080 * src/common/claws.h
1082 * src/common/fnmatch.c
1083 * src/common/fnmatch.h
1084 * src/common/fnmatch_loop.c
1085 * src/common/hooks.c
1086 * src/common/hooks.h
1091 * src/common/mgutils.c
1092 * src/common/mgutils.h
1095 * src/common/passcrypt.c
1096 * src/common/passcrypt.h.in
1097 * src/common/plugin.c
1098 * src/common/plugin.h
1099 * src/common/prefs.c
1100 * src/common/prefs.h
1101 * src/common/progressindicator.c
1102 * src/common/progressindicator.h
1103 * src/common/quoted-printable.c
1104 * src/common/quoted-printable.h
1105 * src/common/session.c
1106 * src/common/session.h
1109 * src/common/socket.c
1110 * src/common/socket.h
1113 * src/common/ssl_certificate.c
1114 * src/common/ssl_certificate.h
1115 * src/common/string_match.c
1116 * src/common/string_match.h
1117 * src/common/stringtable.c
1118 * src/common/stringtable.h
1121 * src/common/template.c
1122 * src/common/template.h
1123 * src/common/timing.h
1124 * src/common/utils.c
1125 * src/common/utils.h
1126 * src/common/uuencode.c
1127 * src/common/uuencode.h
1128 * src/common/version.h.in
1129 * src/common/w32_dirent.c
1130 * src/common/w32_reg.c
1131 * src/common/w32_signal.c
1132 * src/common/w32_stat.c
1133 * src/common/w32_stdlib.c
1134 * src/common/w32_string.c
1135 * src/common/w32_time.c
1136 * src/common/w32_unistd.c
1137 * src/common/w32_wait.c
1138 * src/common/w32lib.h
1141 * src/common/xmlprops.c
1142 * src/common/xmlprops.h
1143 * src/etpan/etpan-errors.h
1144 * src/etpan/etpan-thread-manager-types.h
1145 * src/etpan/etpan-thread-manager.c
1146 * src/etpan/etpan-thread-manager.h
1147 * src/etpan/imap-thread.c
1148 * src/etpan/imap-thread.h
1151 * src/gtk/colorlabel.c
1152 * src/gtk/colorlabel.h
1153 * src/gtk/colorsel.c
1154 * src/gtk/colorsel.h
1155 * src/gtk/combobox.c
1156 * src/gtk/combobox.h
1157 * src/gtk/description_window.c
1158 * src/gtk/description_window.h
1161 * src/gtk/foldersort.c
1162 * src/gtk/foldersort.h
1163 * src/gtk/gtkaspell.c
1164 * src/gtk/gtkaspell.h
1165 * src/gtk/gtksctree.c
1166 * src/gtk/gtkshruler.c
1167 * src/gtk/gtkshruler.h
1168 * src/gtk/gtksourceprintjob.c
1169 * src/gtk/gtksourceprintjob.h
1170 * src/gtk/gtkutils.c
1171 * src/gtk/gtkutils.h
1172 * src/gtk/gtkvscrollbutton.c
1173 * src/gtk/gtkvscrollbutton.h
1174 * src/gtk/icon_legend.c
1175 * src/gtk/icon_legend.h
1176 * src/gtk/inputdialog.c
1177 * src/gtk/inputdialog.h
1178 * src/gtk/logwindow.c
1179 * src/gtk/logwindow.h
1180 * src/gtk/manage_window.c
1181 * src/gtk/manage_window.h
1184 * src/gtk/pluginwindow.c
1185 * src/gtk/pluginwindow.h
1186 * src/gtk/prefswindow.c
1187 * src/gtk/prefswindow.h
1188 * src/gtk/progressdialog.c
1189 * src/gtk/progressdialog.h
1190 * src/gtk/quicksearch.c
1191 * src/gtk/quicksearch.h
1192 * src/gtk/sslcertwindow.c
1193 * src/gtk/sslcertwindow.h
1194 * src/plugins/bogofilter/bogofilter.c
1195 * src/plugins/bogofilter/bogofilter.h
1196 * src/plugins/bogofilter/bogofilter_gtk.c
1197 * src/plugins/clamav/clamav_plugin.c
1198 * src/plugins/clamav/clamav_plugin.h
1199 * src/plugins/clamav/clamav_plugin_gtk.c
1200 * src/plugins/demo/demo.c
1201 * src/plugins/dillo_viewer/dillo_prefs.c
1202 * src/plugins/dillo_viewer/dillo_prefs.h
1203 * src/plugins/dillo_viewer/dillo_viewer.c
1204 * src/plugins/pgpcore/passphrase.c
1205 * src/plugins/pgpcore/passphrase.h
1206 * src/plugins/pgpcore/pgp_viewer.c
1207 * src/plugins/pgpcore/pgp_viewer.h
1208 * src/plugins/pgpcore/plugin.c
1209 * src/plugins/pgpcore/prefs_gpg.c
1210 * src/plugins/pgpcore/prefs_gpg.h
1211 * src/plugins/pgpcore/select-keys.c
1212 * src/plugins/pgpcore/select-keys.h
1213 * src/plugins/pgpcore/sgpgme.c
1214 * src/plugins/pgpcore/sgpgme.h
1215 * src/plugins/pgpinline/pgpinline.c
1216 * src/plugins/pgpinline/pgpinline.h
1217 * src/plugins/pgpinline/plugin.c
1218 * src/plugins/pgpmime/pgpmime.c
1219 * src/plugins/pgpmime/pgpmime.h
1220 * src/plugins/pgpmime/plugin.c
1221 * src/plugins/spamassassin/spamassassin.c
1222 * src/plugins/spamassassin/spamassassin.h
1223 * src/plugins/spamassassin/spamassassin_gtk.c
1224 * src/plugins/trayicon/trayicon.c
1225 * src/plugins/trayicon/trayicon_prefs.c
1226 * src/plugins/trayicon/trayicon_prefs.h
1227 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1228 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1229 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1230 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1231 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1232 * tools/OOo2claws-mail.pl
1233 * tools/README.sylprint
1234 * tools/acroread2claws-mail.pl
1235 * tools/claws-mail-compose-insert-files.pl
1236 * tools/convert_mbox.pl
1237 * tools/filter_conv.pl
1238 * tools/filter_conv_new.pl
1240 * tools/freshmeat_search.pl
1241 * tools/google_search.pl
1242 * tools/kmail-mailbox2claws-mail.pl
1243 * tools/kmail2claws-mail.pl
1244 * tools/kmail2claws-mail_v2.pl
1246 * tools/make.themes.project
1247 * tools/multiwebsearch.pl
1248 * tools/nautilus2claws-mail.sh
1249 * tools/outlook2claws-mail.pl
1250 * tools/textviewer.sh
1251 * tools/thunderbird-filters-convertor.pl
1254 * tools/vcard2xml.py
1255 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1256 Upgrade to GPLv3 or later.
1258 2007-07-10 [wwp] 2.10.0cvs15
1261 Fix re-opening of all composing messages that were
1262 opened when closing the previous instance, thanks
1265 2007-07-10 [paul] 2.10.0cvs14
1267 * src/editaddress_other_attributes_ldap.c
1269 fix crash on selecting 'other attributes' combo
1270 for either a new entry or an old entry with no
1271 existing attributes.
1272 fix bug on editing multiple attributes which
1273 resulted them all having the value of the last
1277 2007-07-10 [colin] 2.10.0cvs13
1280 * src/editaddress_other_attributes_ldap.h
1282 Fix --disable-ldap build
1284 2007-07-09 [colin] 2.10.0cvs12
1290 * src/editaddress_other_attributes_ldap.c
1291 * src/editaddress_other_attributes_ldap.h
1296 Add capability to edit all inetOrgPerson
1297 attributes on LDAP. Patch by Michael
1300 2007-07-09 [colin] 2.10.0cvs11
1306 * src/prefs_summaries.c
1307 * src/prefs_themes.c
1309 * src/common/Makefile.am
1311 * src/common/timing.h
1312 * src/common/utils.c
1313 * src/common/utils.h
1314 * src/common/w32_account.c
1315 * src/common/w32lib.h
1316 * src/gtk/Makefile.am
1317 * src/gtk/colorlabel.c
1318 * src/plugins/pgpcore/Makefile.am
1319 * src/plugins/pgpcore/claws.def
1320 * src/plugins/pgpcore/passphrase.c
1321 * src/plugins/pgpcore/pgp_viewer.c
1322 * src/plugins/pgpcore/plugin.def
1323 * src/plugins/pgpcore/sgpgme.c
1324 * src/plugins/pgpinline/Makefile.am
1325 * src/plugins/pgpinline/claws.def
1326 * src/plugins/pgpinline/mypgpcore.def
1327 * src/plugins/pgpinline/plugin.def
1328 * src/plugins/pgpmime/Makefile.am
1329 * src/plugins/pgpmime/claws.def
1330 * src/plugins/pgpmime/mypgpcore.def
1331 * src/plugins/pgpmime/plugin.def
1332 Commit win32 patch, from Werner Koch and
1335 2007-07-09 [colin] 2.10.0cvs10
1337 * src/prefs_toolbar.c
1338 Fix crash when no actions exist
1340 2007-07-07 [paul] 2.10.0cvs9
1343 * manual/claws-mail-manual.xml
1344 update copyright year
1346 updated by Flammie Pirinen
1348 2007-07-05 [wwp] 2.10.0cvs8
1350 * src/plugins/clamav/clamav_plugin_gtk.c
1351 Make vertical spacing like in other plugin prefs pages.
1353 2007-07-05 [wwp] 2.10.0cvs7
1356 It's %am that works, not %ae (this doc incoherence has been
1357 introduced with 2.9.2cvs13).
1359 2007-07-04 [wwp] 2.10.0cvs6
1361 * src/plugins/bogofilter/bogofilter.c
1362 Gettext-ize an occurrence of "Any" that wasn't.
1364 2007-07-04 [colin] 2.10.0cvs5
1367 Fix untranslated strings; thanks
1370 2007-07-03 [colin] 2.10.0cvs4
1374 Fix saving of sort mode for tags and
1375 thread date. Thanks to Pierre Ossman.
1376 Completes fix for bug 1233
1378 2007-07-03 [paul] 2.10.0cvs3
1386 2007-07-02 [colin] 2.10.0cvs2
1392 Add View/Sort/by Thread date
1393 Fixes bug 1233, 'Capability to sort
1394 threads by most recent message'
1395 Based on a patch by Paul Rolland
1397 2007-07-02 [colin] 2.10.0cvs1
1414 * src/matcher_parser_parse.y
1418 * src/prefs_common.c
1419 * src/prefs_common.h
1420 * src/prefs_filtering_action.c
1421 * src/prefs_matcher.c
1422 * src/prefs_summary_column.c
1426 * src/quote_fmt_lex.l
1427 * src/quote_fmt_parse.y
1431 * src/common/Makefile.am
1435 * src/gtk/quicksearch.c
1436 * src/gtk/quicksearch.h
1437 Add Tags implementation. Tags are arbitrary labels
1438 that can be applied to messages. It is possible
1439 to create, edit, remove tags; apply them to mails;
1440 filter on tags or tag presence; apply or unset
1441 tags via filtering actions; reference tags in
1444 2007-07-02 [paul] 2.10.0
1451 2007-07-02 [paul] 2.9.2cvs78
1461 updated by Stephan Sachse, me, Ricardo Mones
1462 Lastra, Fabien Vantard, Pader Rezso, Frederico
1463 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1465 2007-07-02 [paul] 2.9.2cvs77
1470 2007-06-29 [wwp] 2.9.2cvs76
1473 Fix a typo (thanks to Ricardo for finding this out).
1475 2007-06-28 [paul] 2.9.2cvs75
1480 2007-06-28 [paul] 2.9.2cvs74
1483 fix bug in the autotools build system.
1484 Files cataloged under EXTRA_DIST were never
1485 automatically copied to the build tree.
1486 (fix 'make distcheck')
1487 Patch by Michael Rasmussen.
1489 2007-06-24 [colin] 2.9.2cvs73
1492 Fix bug 1249, 'Error handling for
1493 news errors needs modification'
1494 Only popup error if the according
1495 pref in Prefs/Receive is set.
1497 2007-06-21 [colin] 2.9.2cvs72
1499 * src/common/plugin.c
1500 * src/common/plugin.h
1501 Change plugin API to know whether it's safe to
1502 unload plugins or whether we should just hide
1503 them. Fixes bug 1248, 'Core dumps after
1504 unloading plugin and clicking on load plugins'
1505 * src/plugins/bogofilter/bogofilter.c
1506 * src/plugins/clamav/clamav_plugin.c
1507 * src/plugins/demo/demo.c
1508 * src/plugins/dillo_viewer/dillo_viewer.c
1509 * src/plugins/pgpcore/plugin.c
1510 * src/plugins/pgpinline/plugin.c
1511 * src/plugins/pgpmime/plugin.c
1512 * src/plugins/spamassassin/spamassassin.c
1513 * src/plugins/trayicon/trayicon.c
1516 2007-06-19 [colin] 2.9.2cvs71
1520 Fix crash mentioned in bug 1246
1521 Race condition when automatically drafting
1522 due to insertion on reedit.
1524 2007-06-18 [wwp] 2.9.2cvs70
1527 LDIF import: use a "Proceed" button to complete
1530 2007-06-18 [paul] 2.9.2cvs69
1533 use pkgconfig to check for gtk and glib
1535 2007-06-17 [wwp] 2.9.2cvs68
1539 LDIF import: better error handling, minor code
1540 and UI cleanup, and renamed the Save button
1541 to Close, as imported stuff is already saved
1542 when the Save button is shown.
1544 2007-06-17 [colin] 2.9.2cvs67
1546 * src/prefs_summaries.c
1548 Don't set as read when forwarded, only replied to
1550 2007-06-17 [paul] 2.9.2cvs66
1553 add missing #include
1555 2007-06-16 [colin] 2.9.2cvs65
1557 * src/prefs_summaries.c
1559 Change the pref "Only mark as read when opened
1560 in new window" to "..., replied to or forwarded".
1561 Based on a patch by Paul Rolland.
1563 2007-06-16 [paul] 2.9.2cvs64
1566 alphabetical order! :)
1568 2007-06-16 [colin] 2.9.2cvs63
1572 Add Michael Rasmussen in authors list
1574 2007-06-16 [colin] 2.9.2cvs62
1577 Fix messageview_copy_clipboard to take advantage
1578 of plugins' get_selection.
1580 2007-06-15 [colin] 2.9.2cvs61
1586 * src/message_search.c
1588 * src/summary_search.c
1591 Allow GDK_KP_Enter to do the same as GDK_Return
1592 Patch by Michael Rasmussen
1594 2007-06-15 [paul] 2.9.2cvs60
1597 fix bug when closing a compose window
1600 2007-06-14 [paul] 2.9.2cvs59
1604 migrate sylpheed config
1606 2007-06-14 [wwp] 2.9.2cvs58
1608 * src/gtk/pluginwindow.c
1609 Yet another attempt to fix sizing/alignment of the
1610 button bar in plugins window.
1612 2007-06-12 [colin] 2.9.2cvs57
1617 * src/prefs_common.c
1618 * src/prefs_common.h
1619 * src/prefs_summaries.c
1620 * src/prefs_summary_open.c
1621 * src/prefs_summary_open.h
1623 Make "when entering a folder" actions more personalisable
1625 2007-06-12 [wwp] 2.9.2cvs56
1628 Use short description from Paul (mairix.sh).
1630 2007-06-12 [wwp] 2.9.2cvs55
1633 Updated info about mairix.sh.
1635 2007-06-11 [paul] 2.9.2cvs54
1637 * src/prefs_logging.c
1638 rework log window length widgets
1639 and some sensitivity fixes
1641 2007-06-11 [paul] 2.9.2cvs53
1644 * src/prefs_logging.c
1645 rename 'Protocol Log' to 'Network Log'
1646 and some function renaming
1648 2007-06-10 [wwp] 2.9.2cvs52
1650 * src/gtk/pluginwindow.c
1653 2007-06-10 [wwp] 2.9.2cvs51
1655 * src/gtk/pluginwindow.c
1656 Fix button bar in plugin window, was centered and not
1657 behaving like other dialogs w/ such button bar.
1659 2007-06-08 [wwp] 2.9.2cvs50
1666 Provide a way out of automatic draft saving on IMAP, when
1668 Prevent drafting while sending and quitting while sending.
1673 2007-06-08 [wwp] 2.9.2cvs49
1675 * src/prefs_account.c
1676 * src/gtk/prefswindow.c
1677 * src/gtk/prefswindow.h
1678 Activate the Basic page when opening account prefs.
1680 2007-06-08 [wwp] 2.9.2cvs48
1682 * src/common/socket.c
1683 Don't crash if fork() fails, thanks to Colin.
1685 2007-06-08 [wwp] 2.9.2cvs47
1687 * src/gtk/prefswindow.c
1688 Wrap some long lines, and reset horizontal scroller's adjusment
1689 (this was already done, vertically), when changing tab (not page)
1692 2007-06-08 [paul] 2.9.2cvs46
1694 * src/common/utils.c
1695 use gethostname() instead of uname()
1696 based on a patch by Michael Hughes
1697 <Sylpheed-Claws_user@thehugheslogcabin.net>
1699 2007-06-07 [wwp] 2.9.2cvs45
1701 * src/prefs_common.c
1702 Fix some useless warnings, thanks to Colin.
1704 2007-06-06 [colin] 2.9.2cvs44
1707 Fix strange allocations.
1709 2007-06-06 [colin] 2.9.2cvs43
1712 Patch by Michael Rasmussus to help
1715 2007-06-05 [wwp] 2.9.2cvs42
1717 * src/prefs_account.c
1718 * src/prefs_folder_item.c
1722 Per-folder templates can now be applied recursively.
1723 Always save per-folder templates (formats were erroneously
1724 saved only if they were enabled).
1725 Check for validity of quotation marks everywhere there
1728 2007-06-05 [wwp] 2.9.2cvs41
1731 Fix incoming messages from local accounts always getting filtered
1732 (even if the account prefs say don't), thanks to Colin.
1734 2007-06-05 [wwp] 2.9.2cvs40
1738 Use per-folder/per-account quote chars when applying a
1739 template or inserting text as well. Const'ify some
1742 2007-06-04 [colin] 2.9.2cvs39
1745 More work for wwp :)
1747 2007-06-04 [wwp] 2.9.2cvs38
1750 Same as 2.9.2cvs36 but for forwarding.
1752 2007-06-04 [colin] 2.9.2cvs37
1755 Use original mail file for forward/redirect
1756 Fixes some forwarded mails to be attached as
1757 application/octet-stream (when they have binary
1758 parts), and incidentally fixes bug 848
1759 'Redirect breaks GnuPG'
1761 2007-06-04 [wwp] 2.9.2cvs36
1764 Fix quote mark mis-initialisation when replying/forwarding
1765 (introduced w/ 2.9.2cvs20).
1767 2007-06-04 [wwp] 2.9.2cvs35
1769 * src/prefs_compose_writing.c
1771 Fix a bug where Quotation characters (prefs/compose/writing)
1772 was cleared (introduced w/ 2.9.2cvs26).
1774 2007-06-04 [wwp] 2.9.2cvs34
1776 * src/prefs_account.c
1777 * src/prefs_account.h
1778 Better fix for compiling w/o aspell (rollbacks
1781 2007-06-04 [wwp] 2.9.2cvs33
1784 * src/prefs_account.c
1785 * src/prefs_account.h
1787 It's now possible to disable mail filtering plugins
1788 on a per-account basis.
1790 2007-06-04 [wwp] 2.9.2cvs32
1793 * src/common/utils.c
1794 * src/common/utils.h
1795 Support CRLF in headers part of messages.
1796 Support few more date formats (RFC3339 subsets).
1798 2007-06-04 [wwp] 2.9.2cvs31
1800 * src/prefs_account.c
1801 Fix compiling w/o aspell support.
1803 2007-06-03 [wwp] 2.9.2cvs30
1806 Don't decode leading ENV_ and ~ in P_PASSWORD
1809 2007-06-03 [wwp] 2.9.2cvs29
1812 Don't decode leading ENV_ and ~ in P_PASSWORD
1815 2007-06-03 [wwp] 2.9.2cvs28
1817 * src/prefs_account.c
1818 * src/gtk/prefswindow.c
1819 * src/gtk/prefswindow.h
1820 Added a way to force preloading of all pages
1822 Moved tabs to pages in account prefs.
1824 2007-06-02 [colin] 2.9.2cvs27
1827 Fix possible crash, fix ldap write bugs
1829 Fix ldap write bugs - patch by Michael
1833 Add a hook whenever alertpanel opens/closes
1835 2007-05-31 [wwp] 2.9.2cvs26
1837 * src/prefs_compose_writing.c
1839 Re-organized writing options a bit:
1840 - renamed the Quoting page to Templates
1841 - moved all composing templates to that page
1842 - moved non-templates options to the Writing one,
1843 grouped reply-related options, reordered reply and
1846 2007-05-31 [wwp] 2.9.2cvs25
1849 Removed unused code.
1851 2007-05-31 [colin] 2.9.2cvs24
1854 Fix missing display name when modifying
1855 LDAP. Patch by Michael Rasmussen
1857 2007-05-31 [wwp] 2.9.2cvs23
1859 * src/plugins/bogofilter/Makefile.am
1860 * src/plugins/clamav/Makefile.am
1861 * src/plugins/demo/Makefile.am
1862 * src/plugins/dillo_viewer/Makefile.am
1863 * src/plugins/spamassassin/Makefile.am
1864 Fix building of those plugins in Mac OS X.
1866 2007-05-30 [wwp] 2.9.2cvs22
1868 * src/gtk/quicksearch.c
1869 Fix missing initialization.
1871 2007-05-30 [wwp] 2.9.2cvs21
1874 Revert accidental commit (debug outputs).
1876 2007-05-30 [wwp] 2.9.2cvs20
1879 * src/folder_item_prefs.c
1880 * src/folder_item_prefs.h
1881 * src/prefs_account.c
1882 * src/prefs_account.h
1883 * src/prefs_folder_item.c
1886 Implemented per-account and per-folder
1887 compose/reply/forward formats.
1889 2007-05-30 [wwp] 2.9.2cvs19
1891 * src/prefs_compose_writing.c
1896 Internal API changes (factorize quote format
1899 2007-05-30 [colin] 2.9.2cvs18
1902 Fix race where it's possible to re-click Send
1903 between end of SMTP session and end of "move to
1904 sent folder" when sending an email with send
1907 2007-05-30 [colin] 2.9.2cvs17
1910 Ask for backtrace on all threads. Patch by
1913 Fix stale news statusbar when scanning fails.
1916 Fix some LDAP write updates bugs. Patch
1917 by Michael Rasmussen
1919 2007-05-29 [colin] 2.9.2cvs16
1922 Fix loss of local flags when moving mails
1923 on IMAP in high-bandwidth mode (UID FETCH)
1925 2007-05-25 [paul] 2.9.2cvs15
1927 * src/common/socket.c
1928 fix sometimes crasher on cancelling
1931 2007-05-25 [colin] 2.9.2cvs14
1936 Be more helpful in the subscription
1939 2007-05-23 [wwp] 2.9.2cvs13
1942 * src/prefs_compose_writing.c
1944 * src/prefs_template.c
1945 * src/prefs_template.h
1948 * src/quote_fmt_lex.l
1949 * src/quote_fmt_parse.y
1950 Introduced new syntax elements (symbols and commands)
1951 in templates/quote_fmt. Compatibility w/ old
1953 Updated and reworked the corresponding Information
1955 Display the line number in dialogs that talk about
1956 parser errors (in addition to the error message in
1959 2007-05-23 [wwp] 2.9.2cvs12
1961 * src/quote_fmt_parse.y
1962 Fix 2.9.2cvs11, probably a paste accident ;).
1964 2007-05-23 [wwp] 2.9.2cvs11
1967 * src/prefs_template.c
1969 * src/quote_fmt_parse.y
1970 Fix 2.9.2cvs10, which broke --disable-aspell.
1972 2007-05-22 [wwp] 2.9.2cvs10
1975 * src/prefs_template.c
1978 * src/quote_fmt_lex.l
1979 * src/quote_fmt_parse.y
1980 * src/gtk/gtkaspell.c
1981 * src/gtk/gtkaspell.h
1982 Added template/quote format syntactical elements
1984 - current dictionary
1985 %T to show (shows empty if not set or not enabled),
1986 ?T and !T to check if the default dictionary is
1988 - current account's default dictionary
1989 %aT to show (empty if not set or not enabled),
1990 ?aT and !aT to check if it's enabled and set
1991 - name completion for an address, from the address
1993 %ABf, %ABt, %ABc respectively show the full name got
1994 from the address book if From, To or Cc match a single
1996 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1997 matches any contact and if the full name is non-empty.
1998 If From, To or Cc are lists of email addresses, only
1999 the first address will be checked.
2000 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2001 that could show a trailing ','.
2002 Also, template/quote_fmt parser now shows the line number in case
2005 2007-05-15 [colin] 2.9.2cvs9
2009 Add a public function to know whether Claws
2011 Store opened folder when exiting
2014 Store last opened message in each FolderItem;
2015 Reset last seen messages if Claws crashed, so
2016 that one can't go in an infinite crash in case
2017 a particular mail crashes Claws.
2019 * src/prefs_common.c
2020 * src/prefs_common.h
2022 * src/prefs_summaries.c
2023 Add "Select last opened message" when entering
2025 Add "Select last opened folder" at startup.
2027 2007-05-14 [colin] 2.9.2cvs8
2030 Fix bashism, search for xml catalog
2031 in /usr/local/share/xml/catalog too
2034 2007-05-13 [wwp] 2.9.2cvs7
2036 * src/gtk/logwindow.c
2037 fix raising log windows when they are either minimized or
2040 2007-05-11 [colin] 2.9.2cvs6
2043 Use Hildon's file chooser on Maemo. Patch
2044 by Jean-Luc Biord; fixes part 2 of bug 1201,
2045 'File attachment "manipulation" bugs...'
2047 2007-05-10 [wwp] 2.9.2cvs5
2049 * src/prefs_common.c
2050 * src/prefs_common.h
2051 * src/gtk/quicksearch.c
2052 Add a quicksearch option to automatically run
2053 a search selected from the history (this option
2054 is exclusive towards type-ahead).
2056 2007-05-10 [colin] 2.9.2cvs4
2059 Fix g_warnings, thanks to Brian
2062 2007-05-09 [colin] 2.9.2cvs3
2067 * src/prefs_summaries.c
2070 * src/common/utils.c
2071 * src/gtk/gtksourceprintjob.c
2072 * src/gtk/sslcertwindow.c
2073 Use the re-entrant variant of time functions
2074 Probably fixes bug 1217, 'reentrancy problems
2075 with time functions'
2077 2007-05-09 [colin] 2.9.2cvs2
2080 Fix crasher when reconnection fails
2082 2007-05-08 [paul] 2.9.2cvs1
2088 bump version number following
2091 2007-05-08 [paul] 2.9.1cvs48
2093 * src/plugins/demo/demo.c
2094 * src/plugins/dillo_viewer/dillo_prefs.c
2095 * src/plugins/dillo_viewer/dillo_prefs.h
2096 * src/plugins/dillo_viewer/dillo_viewer.c
2097 * src/plugins/pgpcore/pgp_viewer.c
2098 * src/plugins/pgpcore/pgp_viewer.h
2099 * src/plugins/pgpcore/plugin.c
2100 * src/plugins/pgpcore/prefs_gpg.c
2101 * src/plugins/pgpcore/prefs_gpg.h
2102 * src/plugins/pgpcore/sgpgme.c
2103 * src/plugins/pgpcore/sgpgme.h
2104 * src/plugins/pgpinline/plugin.c
2105 * src/plugins/pgpmime/pgpmime.c
2106 * src/plugins/pgpmime/pgpmime.h
2107 * src/plugins/pgpmime/plugin.c
2108 * src/plugins/spamassassin/spamassassin.c
2109 * src/plugins/spamassassin/spamassassin.h
2110 * src/plugins/spamassassin/spamassassin_gtk.c
2111 * src/plugins/trayicon/README
2113 * tools/README.sylprint
2114 * tools/outlook2claws-mail.pl
2116 * tools/tb2claws-mail
2117 * tools/tbird2claws.py
2119 * tools/vcard2xml.py
2120 * tools/kdeservicemenu/README
2121 cleanups and corrections
2123 2007-05-06 [wwp] 2.9.1cvs47
2126 Fix missing dash to `display` command-line, reported
2127 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2129 2007-05-06 [colin] 2.9.1cvs46
2132 * src/stock_pixmap.c
2133 * src/stock_pixmap.h
2134 * src/pixmaps/printer.xpm
2137 2007-05-06 [paul] 2.9.1cvs45
2142 * src/summary_search.c
2146 2007-05-05 [wwp] 2.9.1cvs44
2150 * src/prefs_actions.c
2154 Fix "faild" typos everywhere and capitalization of
2157 2007-05-04 [colin] 2.9.1cvs43
2162 * src/plugins/pgpcore/prefs_gpg.c
2163 * src/plugins/pgpcore/prefs_gpg.h
2164 * src/plugins/pgpinline/pgpinline.c
2165 * src/plugins/pgpmime/pgpmime.c
2166 Add an API to warn about encryption limits,
2167 and allow to disable these warnings
2169 2007-05-03 [colin] 2.9.1cvs42
2173 Fix bug 1213, 'Delete more than
2176 2007-05-03 [wwp] 2.9.1cvs41
2178 * src/prefs_common.c
2179 * src/prefs_filtering.c
2180 * src/prefs_template.c
2181 * src/common/template.c
2182 * src/common/template.h
2183 * src/gtk/gtkutils.c
2184 * src/gtk/gtkutils.h
2185 Templates are no longer automatically sorted
2186 by name, but can be sorted manually using
2187 |< < > >| buttons as well as drag'n'drop.
2189 2007-05-03 [wwp] 2.9.1cvs40
2191 * src/plugins/spamassassin/spamassassin.c
2192 * src/plugins/spamassassin/spamassassin.h
2193 * src/plugins/spamassassin/spamassassin_gtk.c
2194 * src/plugins/bogofilter/bogofilter.c
2195 * src/plugins/bogofilter/bogofilter.h
2196 * src/plugins/bogofilter/bogofilter_gtk.c
2197 Added an option to conditionally mark saved spam
2198 as read (default is and was to do so).
2199 Satisfies feature request 1708539 on sf.net tracker.
2201 2007-05-03 [colin] 2.9.1cvs39
2204 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2206 2007-05-02 [colin] 2.9.1cvs38
2209 Fix bug 1209, 'Clicking on address
2210 in header (mailto uri) selects
2211 default account'. Patch adapted from
2214 2007-05-02 [colin] 2.9.1cvs37
2216 * src/grouplistdialog.c
2217 Set cursor to wait cursor while loading
2220 2007-05-02 [paul] 2.9.1cvs36
2224 rename cache and mark files
2227 2007-04-30 [paul] 2.9.1cvs35
2229 * manual/glossary.xml
2230 * manual/plugins.xml
2231 updates. Patch by Ricardo
2233 2007-04-29 [wwp] 2.9.1cvs34
2237 Fix few grammatical errors (patch by David Relson < relson at
2238 osagesoftware dot com >).
2240 2007-04-28 [colin] 2.9.1cvs33
2244 * src/prefs_account.c
2245 * src/prefs_account.h
2246 Drop the "Download all" preference. It's
2247 stupidly useless and confuses people from
2250 2007-04-27 [wwp] 2.9.1cvs32
2253 * src/prefs_account.c
2254 * src/prefs_account.h
2255 Don't reflect accounts changes to the mainwindow when it's
2258 2007-04-27 [colin] 2.9.1cvs31
2261 Freeze/thaw when sync'ing flags
2263 * src/prefs_account.c
2264 * src/prefs_account.h
2265 * src/etpan/imap-thread.c
2266 * src/etpan/imap-thread.h
2267 Add a way to use UID FETCH instead
2268 of searches to fetch message lists
2269 and flags. More expensive towards
2270 bandwidth, less expensive towards
2271 server's CPU. Probably fixes
2272 bug 1158, 'Scanning new folders on
2273 Exchange 2007 extremely slow'.
2276 2007-04-27 [paul] 2.9.1cvs30
2279 * src/prefs_logging.c
2280 improvements to english usage
2282 2007-04-27 [colin] 2.9.1cvs29
2285 Fix build without libetpan (my bad!)
2287 2007-04-26 [colin] 2.9.1cvs28
2291 Fix uselessly exported function
2293 Consider "- -- \n" as signature separator
2294 (that's what signature separators look like
2295 in PGP/Inline signed mails)
2297 2007-04-26 [colin] 2.9.1cvs27
2300 libetpan-0.49 is now required
2302 Fix double fetching of mails if
2305 Make offline sync faster, by
2306 remembering last change time, and
2309 2007-04-26 [hoa] 2.9.1cvs26
2315 * src/etpan/imap-thread.c
2316 * src/etpan/imap-thread.h
2317 cancellation of IMAP operations is now allowed.
2318 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2320 2007-04-26 [colin] 2.9.1cvs25
2323 Always fetch body+headers in folders that are
2324 synched for offline use, if "Synchronise as
2325 soon as possible" is set.
2326 Fixes bug 1200, 'Add option to always retrieve full
2329 2007-04-25 [colin] 2.9.1cvs24
2332 Fix bug 1198, 'Reply-all "disappearing" address bug
2335 2007-04-24 [colin] 2.9.1cvs23
2338 Fix bug 1195, 'Hardware key navigation'
2339 Make GDK_Enter toggle expansion (Maemo)
2341 2007-04-24 [wwp] 2.9.1cvs22
2344 Fix few compiler warnings.
2346 2007-04-24 [paul] 2.9.1cvs21
2349 * src/stock_pixmap.c
2350 * src/stock_pixmap.h
2351 complete last commit
2353 2007-04-24 [paul] 2.9.1cvs20
2356 * src/pixmaps/active.xpm
2357 * src/pixmaps/checkbox_off.xpm
2358 * src/pixmaps/checkbox_on.xpm
2359 * src/pixmaps/inactive.xpm
2361 remove transparent border from checkbox icons
2363 2007-04-24 [wwp] 2.9.1cvs19
2367 Fix a crash in textview, thanks to Colin.
2369 2007-04-23 [wwp] 2.9.1cvs18
2371 * src/prefs_common.c
2372 Fix 2.9.1cvs5: no header was being translated at all.
2374 2007-04-23 [colin] 2.9.1cvs17
2377 * src/stock_pixmap.c
2378 * src/stock_pixmap.h
2381 * src/gtk/gtksctree.c
2382 * src/gtk/gtksctree.h
2383 * src/pixmaps/selection.xpm
2384 Fix bug 1193, 'Need a way to multi-select
2385 items'. Add a toggle button to the summaryview
2386 to switch between normal and multiple selection
2389 2007-04-23 [colin] 2.9.1cvs16
2392 * src/stock_pixmap.c
2393 * src/stock_pixmap.h
2396 * src/gtk/gtksctree.c
2397 * src/gtk/gtksctree.h
2398 * src/pixmaps/selection.xpm
2399 Fix bug 1193, 'Need a way to multi-
2401 Add a toggle button in the summaryview
2402 to enable normal or multiple selection.
2405 2007-04-23 [colin] 2.9.1cvs15
2408 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2410 2007-04-21 [colin] 2.9.1cvs14
2412 * src/gtk/quicksearch.c
2413 Fix previous commit (actually use correct
2416 2007-04-21 [colin] 2.9.1cvs13
2418 * src/gtk/quicksearch.c
2419 Fix changing quicksearch type (after Esc,
2420 after changing Recursive, ...)
2422 2007-04-20 [wwp] 2.9.1cvs12
2424 * src/gtk/Makefile.am
2425 Added headers.h (completes 2.9.1cvs5).
2427 2007-04-20 [wwp] 2.9.1cvs11
2430 Fix the use of display name in name column,
2431 it has been overriden w/ the use of nickname
2432 by 2.9.0cvs3. Now nickname is used (if any)
2433 in case of LDAP books only.
2435 2007-04-20 [colin] 2.9.1cvs10
2440 Add handling of 'a' to loop in a mail's
2443 2007-04-20 [colin] 2.9.1cvs9
2446 Fix bug 1190, 'dir_open' button doesn't work'
2449 2007-04-20 [colin] 2.9.1cvs8
2453 Fix bug 1194, 'Hardware keys move from email
2454 list to account/directory list, but not back
2455 to email list...' (Maemo)
2457 2007-04-20 [colin] 2.9.1cvs7
2460 complete previous commit
2462 2007-04-20 [colin] 2.9.1cvs6
2465 Fix bug 1187, 'Reply-to addressee disappears
2466 when reply-to text box is clicked...' (Maemo)
2468 2007-04-20 [wwp] 2.9.1cvs5
2476 * src/prefs_common.c
2477 * src/prefs_common.h
2478 * src/prefs_display_header.c
2479 * src/prefs_matcher.c
2482 * src/gtk/quicksearch.c
2483 Translate more header names according to the relevant option value,
2484 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2485 Replaced nearly all uses of prefs_common.trans_hdr with a call
2486 to prefs_common_translated_header_name().
2487 Added a headers.h reference file that contains known header names
2488 (RFC2822 and others) to the translation process' input, so that
2489 translated header names will still exist even if no occurrence of
2490 _("headername") is found anymore in the sources.
2491 Don't translate column name 'Number' following to trans_hdr option
2492 value as it's not a header name.
2494 2007-04-20 [colin] 2.9.1cvs4
2496 * src/gtk/quicksearch.c
2497 * src/gtk/quicksearch.h
2498 Add "From, To or Subject" quicksearch
2499 type. Patch by ulfschaper@users.sf.net
2501 2007-04-20 [colin] 2.9.1cvs3
2504 Implement proper references filtering condition.
2505 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2507 2007-04-19 [wwp] 2.9.1cvs2
2509 * src/prefs_display_header.c
2510 * src/message_search.c
2511 Fix few warnings (g_free of const gchar*).
2513 2007-04-19 [paul] 2.9.1cvs1
2519 bump version number following
2522 2007-04-19 [paul] 2.9.0cvs9
2524 * manual/advanced.xml
2525 * manual/glossary.xml
2528 2007-04-18 [paul] 2.9.0cvs8
2531 fix for CVE-2007-1558 (APOP)
2534 2007-04-18 [paul] 2.9.0cvs7
2540 Fix encoding woes wrt saving of
2544 2007-04-18 [colin] 2.9.0cvs6
2546 * src/gtk/pluginwindow.c
2547 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2549 2007-04-17 [wwp] 2.9.0cvs5
2555 Fix --disable-ldap build,
2556 fix some LDAP annoyances on
2557 searches, thanks to Colin.
2559 2007-04-17 [wwp] 2.9.0cvs4
2562 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2563 like gcc 2.9x. Thanks to Colin.
2565 2007-04-17 [wwp] 2.9.0cvs3
2581 Add LDAP write support. Patch mostly by
2582 Michael <mir at datanom dot net>
2584 2007-04-17 [wwp] 2.9.0cvs2
2587 Prepend "Add to address book" to the context menu of compose window's sender and
2590 2007-04-16 [paul] 2.9.0cvs1
2595 2007-04-16 [paul] 2.9.0
2602 2007-04-16 [paul] 2.8.1cvs102
2605 updated by Fabien Vantard
2607 2007-04-16 [paul] 2.8.1cvs101
2617 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2618 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2619 Aleksandar Urosevic, and Ralgh Young
2621 2007-04-15 [mones] 2.8.1cvs100
2626 2007-04-14 [colin] 2.8.1cvs99
2628 * src/message_search.c
2629 * src/prefs_display_header.c
2630 * src/summary_search.c
2631 * src/gtk/combobox.c
2634 2007-04-14 [wwp] 2.8.1cvs98
2636 * src/gtk/combobox.c
2637 * src/message_search.c
2638 * src/summary_search.c
2639 * src/prefs_display_header.c
2640 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2641 returns NULL, get the text value directly from the GtkEntry child.
2643 2007-04-13 [colin] 2.8.1cvs97
2645 * src/gtk/quicksearch.c
2646 Give the focus back to summaryview when
2647 emptying the quicksearch with Esc
2649 2007-04-13 [colin] 2.8.1cvs96
2651 * src/message_search.c
2652 * src/prefs_display_header.c
2653 * src/summary_search.c
2654 Fix possibles crashes when getting text
2657 2007-04-13 [colin] 2.8.1cvs95
2660 Add some UIDL debugging
2662 2007-04-12 [colin] 2.8.1cvs94
2665 Force folder scan if necessary after
2666 copying mails, to be able to reapply
2669 2007-04-11 [colin] 2.8.1cvs93
2672 don't scan for new mail on startup if --select
2673 is specified (or race conditions arise). If so,
2674 do both sequentially.
2676 2007-04-09 [colin] 2.8.1cvs92
2679 Use leafpad by default on Maemo. Patch
2682 2007-04-06 [colin] 2.8.1cvs91
2684 * src/pixmaps/queue_close.xpm
2685 * src/pixmaps/queue_close_hrm.xpm
2686 * src/pixmaps/queue_close_hrm_mark.xpm
2687 * src/pixmaps/queue_close_mark.xpm
2688 * src/pixmaps/queue_open.xpm
2689 * src/pixmaps/queue_open_hrm.xpm
2690 * src/pixmaps/queue_open_hrm_mark.xpm
2691 * src/pixmaps/queue_open_mark.xpm
2692 Move the clock one pixel down :)
2694 2007-04-05 [colin] 2.8.1cvs90
2697 Don't sync when switching offline from
2698 command line - it's usually too late :)
2700 2007-04-05 [paul] 2.8.1cvs89
2703 * src/stock_pixmap.c
2704 * src/pixmaps/dir_close_hrm.xpm
2705 * src/pixmaps/dir_close_hrm_mark.xpm
2706 * src/pixmaps/drafts_close.xpm
2707 * src/pixmaps/drafts_close_mark.xpm
2708 * src/pixmaps/drafts_open.xpm
2709 * src/pixmaps/drafts_open_mark.xpm
2710 * src/pixmaps/inbox.xpm
2711 * src/pixmaps/inbox_close.xpm
2712 * src/pixmaps/inbox_close_hrm.xpm
2713 * src/pixmaps/inbox_close_hrm_mark.xpm
2714 * src/pixmaps/inbox_close_mark.xpm
2715 * src/pixmaps/inbox_hrm.xpm
2716 * src/pixmaps/inbox_hrm_mark.xpm
2717 * src/pixmaps/inbox_mark.xpm
2718 * src/pixmaps/inbox_open.xpm
2719 * src/pixmaps/inbox_open_hrm.xpm
2720 * src/pixmaps/inbox_open_hrm_mark.xpm
2721 * src/pixmaps/inbox_open_mark.xpm
2722 * src/pixmaps/outbox.xpm
2723 * src/pixmaps/outbox_close.xpm
2724 * src/pixmaps/outbox_close_hrm.xpm
2725 * src/pixmaps/outbox_close_hrm_mark.xpm
2726 * src/pixmaps/outbox_close_mark.xpm
2727 * src/pixmaps/outbox_hrm.xpm
2728 * src/pixmaps/outbox_hrm_mark.xpm
2729 * src/pixmaps/outbox_mark.xpm
2730 * src/pixmaps/outbox_open.xpm
2731 * src/pixmaps/outbox_open_hrm.xpm
2732 * src/pixmaps/outbox_open_hrm_mark.xpm
2733 * src/pixmaps/outbox_open_mark.xpm
2734 * src/pixmaps/queue_close.xpm
2735 * src/pixmaps/queue_close_hrm.xpm
2736 * src/pixmaps/queue_close_hrm_mark.xpm
2737 * src/pixmaps/queue_close_mark.xpm
2738 * src/pixmaps/queue_open.xpm
2739 * src/pixmaps/queue_open_hrm.xpm
2740 * src/pixmaps/queue_open_hrm_mark.xpm
2741 * src/pixmaps/queue_open_mark.xpm
2742 updated, added and replaced icons
2745 2007-04-04 [colin] 2.8.1cvs88
2748 Fix build without libetpan
2750 2007-04-03 [colin] 2.8.1cvs87
2753 Fix crash with Citadel, and try to make
2754 things work. this server (and specifically
2755 STATUS and APPEND at least) seems broken.
2757 2007-04-03 [colin] 2.8.1cvs86
2760 Fix icons on folder close
2762 2007-04-03 [colin] 2.8.1cvs85
2765 Fix double-ask of offline override in
2770 Much more efficient way to synchronise
2772 * src/etpan/imap-thread.c
2775 * src/gtk/quicksearch.c
2778 2007-04-03 [paul] 2.8.1cvs84
2783 * src/prefs_common.c
2784 * src/prefs_common.h
2786 Fix sync being done too late
2789 2007-04-02 [colin] 2.8.1cvs83
2792 Maemo: Put status and quicksearch at the top
2793 * src/plugins/bogofilter/bogofilter.c
2794 * src/plugins/spamassassin/spamassassin.c
2795 Derive trash from inbox if possible
2797 2007-04-02 [paul] 2.8.1cvs82
2799 * src/plugins/bogofilter/bogofilter_gtk.c
2800 a few English changes
2806 2007-04-02 [colin] 2.8.1cvs81
2808 * src/image_viewer.c
2809 Fix transparent images by using
2812 Flush events (on new windows) to avoid
2813 having the textview's image resize fail
2814 to know the available width
2816 2007-04-01 [colin] 2.8.1cvs80
2818 * src/prefs_account.c
2819 If no MH mailbox exist, when creating a POP/Local
2820 account, just create and use the default one
2821 instead of bailing with a "Mailbox doesn't exist"
2824 2007-03-31 [colin] 2.8.1cvs79
2826 * src/prefs_account.c
2827 Create signature file if it doesn't exist
2829 * src/prefs_toolbar.c
2830 Maemo: Move "Use default" on the left so
2831 that people can find it
2833 Maemo: make default editor "Maemopad",
2834 default signature file "MyDocs/signature.txt"
2836 2007-03-31 [colin] 2.8.1cvs78
2838 * src/prefs_account.c
2839 Maemo: rework account prefs so
2840 that less horizontal scrolling
2843 2007-03-31 [colin] 2.8.1cvs77
2846 * src/prefs_common.c
2847 * src/prefs_common.h
2848 Fix bug 1167, 'Allow not displaying zeros
2849 in folder list'. Patch by MartinP
2851 2007-03-31 [colin] 2.8.1cvs76
2856 2007-03-31 [colin] 2.8.1cvs75
2859 Apply patch from bug 1172, direct
2860 access to the folder's session instead
2861 of using getter. Patch by MartinP
2863 2007-03-31 [paul] 2.8.1cvs74
2866 no need to list Fabien twice!
2868 2007-03-31 [colin] 2.8.1cvs73
2871 If we're currently "overriding for %d minutes",
2874 2007-03-31 [colin] 2.8.1cvs72
2882 * src/plugins/spamassassin/spamassassin.c
2883 Offline override: Add a parameter to allow
2884 asking even if the override timer is running.
2885 Allows to ask every time the user makes an
2886 explicit action needing online access (such
2887 as Get Mail), and not when the action is
2888 implicit (such as opening an IMAP folder)
2890 2007-03-31 [colin] 2.8.1cvs71
2893 Override offline: "No" answer shouldn't
2894 re-ask after 3 seconds, but 10 minutes.
2896 2007-03-30 [colin] 2.8.1cvs70
2898 * src/common/socket.c
2899 Better error reporting on unix socket
2900 failure (bind usually)
2901 * src/gtk/gtkutils.c
2902 * src/gtk/gtkutils.h
2903 Label window: add a pulsing progress
2904 bar to show we're not hung :)
2907 * src/plugins/pgpcore/sgpgme.c
2910 2007-03-30 [colin] 2.8.1cvs69
2913 * src/prefs_common.c
2914 Fix possible trashing of history and uidl
2915 files on disk full problems
2917 2007-03-30 [paul] 2.8.1cvs68
2922 update summary when changing layout type
2923 (fixes wrong folder icon being displayed)
2926 2007-03-29 [colin] 2.8.1cvs67
2928 * src/prefs_ext_prog.c
2929 The browser pref is irrelevant on Maemo
2931 2007-03-29 [colin] 2.8.1cvs66
2935 Maemo: dynamically switch headers/text position
2936 * src/prefs_common.c
2937 Maemo: hide compose's ruler by default
2938 * src/common/socket.c
2939 * src/common/socket.h
2942 2007-03-29 [colin] 2.8.1cvs65
2944 * src/common/socket.c
2945 * src/common/socket.h
2946 Fix build when MAEMO_CFLAGS contains
2947 _X_OPENSOURCE (resolv.h errors as long
2948 as we don't add _BSD_SOURCE. Ugly).
2950 2007-03-29 [wwp] 2.8.1cvs64
2952 * src/prefs_logging.c
2953 Fix sensitivity of clip-log widgets in prefs/logging,
2956 2007-03-29 [wwp] 2.8.1cvs63
2959 Updated files list for translations, thanks to Fabien.
2961 2007-03-29 [colin] 2.8.1cvs62
2964 * src/common/Makefile.am
2965 * src/common/utils.c
2966 Maybe make URI opening work in Maemo
2969 2007-03-28 [colin] 2.8.1cvs61
2974 Add the possibility to sort folders arbitrarily
2975 (via editing of folderlist.xml only). Patch by
2976 Martin P <mp26+claws@os.inf.tu-dresden.de>
2977 Fixes bug 1166, 'Folder ordering is fixed and cannot
2978 be changed by the user'
2980 2007-03-28 [colin] 2.8.1cvs60
2983 Add popup menu for mime icons
2985 2007-03-28 [colin] 2.8.1cvs59
2988 Fix a layout issue when presenting
2989 mainwindow in Small screen layout
2992 Add a "Go to folder list" button for
2993 mainwindow, and make it default in
2996 2007-03-28 [colin] 2.8.1cvs58
2999 Don't dynamically update title on Maemo
3000 Patch by Jean-Luc Biord
3002 2007-03-27 [colin] 2.8.1cvs57
3007 Enable tap-and-hold on Maemo
3009 2007-03-26 [colin] 2.8.1cvs56
3012 More popup-menu (in attachments list)
3014 2007-03-26 [colin] 2.8.1cvs55
3017 Enable popup-menu signal
3019 2007-03-26 [colin] 2.8.1cvs54
3021 * src/plugins/pgpinline/pgpinline.c
3022 Fix bug 1111, 'PGP/inline plugin hides text
3023 around encrypted text block'. Patch based on
3024 a patch from Michal Cihar.
3026 2007-03-26 [wwp] 2.8.1cvs53
3029 Fix getting a false error when sending queued message
3030 whereas the sending was fine (if there are subfolders
3031 in the queue folder), thanks to Colin.
3033 2007-03-26 [paul] 2.8.1cvs52
3036 update FACE header in welcome message
3038 2007-03-25 [colin] 2.8.1cvs51
3043 2007-03-25 [colin] 2.8.1cvs50
3046 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3048 2007-03-24 [colin] 2.8.1cvs49
3051 Fix a few launch problems on Maemo
3052 Patch by Jean-Luc Biord
3054 2007-03-24 [wwp] 2.8.1cvs48
3060 Fix wrong action performed when closing the
3061 "ask about account specific filtering rules
3062 when filtering manually" dialog by pressing Escape.
3063 Fix wrong order of buttons in the "return receipt
3064 notification - the message was sent to several of
3065 your accounts" dialog.
3067 2007-03-24 [paul] 2.8.1cvs47
3070 an improvement to English usage
3071 * tools/kdeservicemenu/README
3074 2007-03-24 [paul] 2.8.1cvs46
3077 * src/stock_pixmap.c
3078 * src/pixmaps/edit_extern.xpm
3079 * src/pixmaps/mail_sign.xpm
3080 rescue long lost icons
3082 2007-03-24 [paul] 2.8.1cvs45
3085 fix toolbar (broken in 2.8.1cvs42)
3087 2007-03-23 [colin] 2.8.1cvs44
3090 Correctly unsubscribe/resubscribe after
3093 2007-03-23 [colin] 2.8.1cvs43
3095 * src/prefs_common.c
3096 Maemo: as the platform is light on RAM, allow
3097 caches to be discarded faster.
3099 2007-03-23 [colin] 2.8.1cvs42
3104 * src/stock_pixmap.c
3105 * src/stock_pixmap.h
3110 * src/pixmaps/open_mail.xpm
3111 Maemo changes: Add the possibility to have
3112 "Open Email" and "Close Window" buttons on
3113 toolbars (and use them in Maemo's default
3116 2007-03-23 [wwp] 2.8.1cvs41
3119 Reverted that part of the action dialog closure logics, to
3120 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3121 done later in a different way (or may not).
3123 2007-03-22 [wwp] 2.8.1cvs40
3126 Fix sticky action dialog when got no output but action command
3127 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3129 2007-03-22 [colin] 2.8.1cvs39
3131 * src/prefs_filtering.c
3132 * src/gtk/combobox.h
3133 Fix escaping account names in filtering prefs
3135 2007-03-22 [colin] 2.8.1cvs38
3140 Add any attribute specified in LDAP servers'
3141 Search attributes to the Other Attributes tab
3142 of contacts; Add 'telephoneNumber' in the
3145 2007-03-22 [colin] 2.8.1cvs37
3150 Try to prevent race conditions when
3151 changing the folder list
3153 Fix possible red folder icon when
3154 switching from Small screen layout
3157 2007-03-22 [colin] 2.8.1cvs36
3162 Rename "little screen" to "Small screen"
3163 * src/gtk/Makefile.am
3164 * src/common/utils.c
3166 Fix Maemo-related compilation problems
3168 2007-03-21 [colin] 2.8.1cvs35
3172 * claws-mail.desktop
3173 Remove .png from the Icon, it's useless
3175 2007-03-21 [colin] 2.8.1cvs34
3179 Add the necessary lib checking for
3182 2007-03-21 [colin] 2.8.1cvs33
3185 Fix unconditional "error happened" when
3186 sending via command-line. "lol @ myself"
3188 2007-03-21 [colin] 2.8.1cvs32
3190 * claws-mail-40x40.png
3191 * claws-mail-26x26.png
3201 * src/prefs_account.c
3202 * src/prefs_common.c
3203 * src/summary_search.c
3207 * src/gtk/gtkutils.c
3208 * src/gtk/gtkutils.h
3209 * src/gtk/logwindow.c
3211 * src/gtk/prefswindow.c
3212 Add Maemo port (patch mainly by Jean-Luc Biort)
3213 Add a new 'Little screen' layout to help on such
3214 platforms (patch by me)
3215 Make some default preferences different (more
3216 adapted) on Maemo (patch by me)
3218 2007-03-21 [wwp] 2.8.1cvs31
3220 * src/prefs_logging.c
3221 * src/prefs_logging.h
3222 Fixed copyright header of newly added files.
3224 2007-03-21 [wwp] 2.8.1cvs30
3240 * src/prefs_common.c
3241 * src/prefs_common.h
3242 * src/prefs_logging.c
3243 * src/prefs_logging.h
3246 * src/send_message.c
3251 * src/common/session.c
3253 * src/common/socket.c
3254 * src/etpan/imap-thread.c
3255 * src/gtk/logwindow.c
3256 * src/gtk/logwindow.h
3257 * src/plugins/bogofilter/bogofilter.c
3258 * src/plugins/spamassassin/spamassassin.c
3259 Added debugging of filtering/processing rules.
3260 The debug log is here 'Tools/Filtering debug window',
3261 the options there 'Configuration/Preferences/Other/Logging',
3262 and the log file is ~/.claws-mail/filtering.log.
3263 Moved protocol log prefs to 'Other/Logging' as well.
3264 To support such debugging feature, the existing log API has
3265 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3266 this impacts many external modules (commits follow).
3268 2007-03-21 [paul] 2.8.1cvs29
3270 * src/etpan/Makefile.am
3271 * src/etpan/imap-thread.c
3272 add missing #include
3274 2007-03-21 [colin] 2.8.1cvs28
3277 Fix bug 1157, 'some broken messages confuse
3278 mime parser'. Make sure we can't have MimeInfos
3279 with negative sizes.
3281 2007-03-20 [colin] 2.8.1cvs27
3284 Fix missing \0 on buffer
3286 2007-03-20 [colin] 2.8.1cvs26
3289 Use make_dir_hier instead of make_dir
3290 to create the MH mailbox
3292 2007-03-20 [colin] 2.8.1cvs25
3296 * src/prefs_account.c
3298 Fix default inbox weirdnesses (after wizard,
3299 if path is Mail, mailbox identifier is #mh/Mailbox,
3300 and when creating new accounts)
3302 2007-03-20 [colin] 2.8.1cvs24
3305 Write folderlist after adding/deleting accounts
3308 2007-03-20 [colin] 2.8.1cvs23
3311 * src/remotefolder.h
3312 Fix bug 1153, 'CM segfaults if IMAP folder is
3313 selected while scanning prior to update'
3315 2007-03-17 [paul] 2.8.1cvs22
3318 fix a typo, and be a little more verbose.
3320 2007-03-17 [wwp] 2.8.1cvs21
3323 Fix a compiler warning.
3325 2007-03-16 [wwp] 2.8.1cvs20
3329 Updated to deal w/ the new mairix.sh tool.
3331 2007-03-16 [wwp] 2.8.1cvs19
3334 Fix logics issues around the action IO dialog:
3335 - disable entry widget and exec button when
3336 the exec button is clicked (don't wait for any
3337 output line) - fix possible disabling/re-enabling/
3338 re-disabling of those widgets
3339 - raise an error if executing a %as{} action either
3340 empty or invalid, instead of failing silently
3341 - don't close the dialog if the abort button has been
3342 clicked and if there was no output yet
3343 - set focus to the abort button when the exec button
3345 - fix capitalization of a warning message
3347 2007-03-16 [wwp] 2.8.1cvs18
3350 Added a wrapper to mairix to the tools folder.
3352 2007-03-16 [colin] 2.8.1cvs17
3356 Allow mimeviewer plugins to print
3359 2007-03-16 [colin] 2.8.1cvs16
3364 2007-03-15 [colin] 2.8.1cvs15
3368 Add a way for mimeviewer plugins to
3369 implement body search
3371 2007-03-15 [paul] 2.8.1cvs14
3373 * src/prefs_spelling.c
3376 2007-03-15 [paul] 2.8.1cvs13
3378 * src/common/quoted-printable.c
3379 fix decoding of quoted-printable parts
3381 2007-03-14 [wwp] 2.8.1cvs12
3383 * src/gtk/logwindow.h
3384 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3386 2007-03-14 [wwp] 2.8.1cvs11
3388 * src/gtk/logwindow.h
3389 Complete 2.8.1cvs10.
3391 2007-03-14 [colin] 2.8.1cvs10
3393 * src/gtk/logwindow.c
3394 Probably fix bug 1149, crash on logwindow
3395 close - at the expense of performance once
3396 logwin has been opened
3398 2007-03-14 [colin] 2.8.1cvs9
3401 If claws-mail is running on another
3402 display, warn instead of popping it up
3403 on the other display
3405 2007-03-12 [colin] 2.8.1cvs8
3408 Fix bug 1145, 'Setting a different name
3409 for the Mailbox name isn't reflected in
3410 default account settings'. Patch by wwp
3412 2007-03-12 [colin] 2.8.1cvs7
3415 Fix bug 1143, 'Add number of messages to be
3416 deleted to confirmation dialog'
3418 2007-03-12 [wwp] 2.8.1cvs6
3421 * src/prefs_common.c
3422 * src/prefs_common.h
3423 * src/prefs_summaries.c
3424 Changed the option that displays unread messages count
3425 next to the folder name in folder list: it is now
3426 possible to either display nothing, display the
3427 unread messages number only or the unread and total messages
3428 numbers. The patch includes this extra feature as well
3429 as some minor fixes by rewriting the algo in folderview.c.
3430 Thanks to Paul for the original idea and implementation, plus
3431 testing and proof-reading!
3433 2007-03-09 [paul] 2.8.1cvs5
3437 * tools/claws-mail-compose-insert-files.pl
3438 added a script which enables inserting files
3439 into the message body of a new Claws Mail
3440 Compose window from the command line. Additionally
3441 To, Cc, Subject and files to attach to the message
3444 2007-03-09 [wwp] 2.8.1cvs4
3449 Optimize matching of addresses in the addressbook
3450 (filtering/processing 'found_in_addressbook' condition).
3452 2007-03-07 [wwp] 2.8.1cvs3
3455 * src/quote_fmt_lex.l
3456 * src/quote_fmt_parse.y
3457 Add a new quote format symbol: %A to insert the
3458 sender email address (just the address itself).
3460 2007-03-06 [wwp] 2.8.1cvs2
3462 * src/gtk/gtkutils.c
3463 * src/plugins/trayicon/trayicon_prefs.h
3464 * src/plugins/trayicon/trayicon_prefs.c
3465 * src/plugins/trayicon/trayicon.c
3468 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3469 minimizing Claws-Mail main window will hide it to the trayicon instead.
3472 2007-03-06 [paul] 2.8.1cvs1
3478 bump version number following
3481 2007-03-06 [paul] 2.8.0cvs24
3484 corrected by by Tim <timbrain@post.cz>
3486 2007-03-05 [colin] 2.8.0cvs23
3490 Fix mime/globs path on NetBSD
3491 patch by George Michaelson
3493 2007-03-05 [wwp] 2.8.0cvs22
3496 Remove debug statement (accidentally committed w/ cvs14).
3498 2007-03-05 [paul] 2.8.0cvs21
3500 * src/plugins/pgpcore/prefs_gpg.c
3501 fix compiler warning
3503 2007-03-05 [wwp] 2.8.0cvs20
3505 * src/matcher_parser_parse.y
3506 Fix mismerge between cvs17 and cvs19.
3508 2007-03-05 [wwp] 2.8.0cvs19
3510 * src/matcher_parser_parse.y
3511 * src/prefs_filtering_action.c
3516 Add new 'add_to_addressbook' filtering/processing action.
3518 2007-03-05 [wwp] 2.8.0cvs18
3521 Fix mark_as_ham filtering/processing action: spam flag
3524 2007-03-04 [colin] 2.8.0cvs17
3529 * src/matcher_parser_parse.y
3530 * src/prefs_filtering_action.c
3531 Add 'Mark as spam' and 'Mark as ham' filtering
3532 actions. Fixes bug 1138.
3534 2007-03-04 [colin] 2.8.0cvs16
3537 Fix bug 1140, wrong return value
3540 2007-03-04 [wwp] 2.8.0cvs15
3543 Rollback cvs14: don't free stuff that is managed in g_list.
3545 2007-03-04 [wwp] 2.8.0cvs14
3548 Fix a leak in address completion code.
3550 2007-03-04 [colin] 2.8.0cvs13
3553 Maybe fix bug 1136, 'Crash in group
3556 2007-03-04 [iwkse] 2.8.0cvs12
3559 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3561 2007-03-03 [colin] 2.8.0cvs11
3563 * src/plugins/pgpinline/pgpinline.c
3564 Fix off-by-one, fix double-free. Fixes
3565 bug 1135, 'cm-segfault on decrypting
3568 2007-03-03 [colin] 2.8.0cvs10
3572 * src/common/plugin.c
3573 Fix bug 1134, 'Valgrind macros unhandled
3576 2007-03-02 [colin] 2.8.0cvs9
3579 Don't error out on EAGAIN. Fixes
3580 bug 1129, '"local mbox file" account
3581 isn't retrieving mails'
3583 2007-03-01 [wwp] 2.8.0cvs8
3586 * src/gtk/colorlabel.c
3587 Remove accels for extra color labels until we set better
3588 and definitive ones.
3590 2007-02-28 [wwp] 2.8.0cvs7
3593 * src/matcher_parser_parse.y
3594 * src/prefs_common.c
3595 * src/prefs_msg_colors.c
3597 * src/gtk/colorlabel.c
3598 * src/gtk/colorlabel.h
3599 Add more customizable color labels. Cleaned up a bit
3600 the color label API to avoid duplicate defines of
3601 the max number of colors.
3603 2007-02-27 [colin] 2.8.0cvs6
3606 * src/common/utils.c
3607 * src/common/utils.h
3608 Fix '+' in mailto URIs for List-* headers
3610 2007-02-27 [colin] 2.8.0cvs5
3612 * src/gtk/gtkutils.c
3613 Use gtk_window_set_role instead of
3616 2007-02-27 [colin] 2.8.0cvs4
3619 Fix "After receiving new mail, go to inbox" on IMAP,
3620 and make it work only on manual reception
3622 2007-02-27 [wwp] 2.8.0cvs3
3624 * src/prefs_filtering.c
3625 * src/prefs_filtering_action.c
3626 * src/prefs_matcher.c
3627 Update filtering matcher's and action's color label menus
3628 when re-opening those dialogs (reflect any change to the
3629 color labels list in the preferences).
3631 2007-02-27 [colin] 2.8.0cvs2
3634 * src/etpan/etpan-thread-manager-types.h
3635 * src/etpan/etpan-thread-manager.c
3636 * src/etpan/imap-thread.c
3637 Log imap ALERTs as errors in the log.
3639 2007-02-26 [paul] 2.8.0cvs1
3641 * tools/claws.i18n.status.pl
3644 2007-02-26 [paul] 2.7.2cvs75
3658 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3659 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3660 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3661 Aleksandar Urosevic, and Ralgh Young
3663 2007-02-25 [mones] 2.7.2cvs74
3668 2007-02-25 [colin] 2.7.2cvs73
3671 Clearing the list is only useful
3672 to prevent a valgrind false-positive
3674 2007-02-25 [paul] 2.7.2cvs72
3678 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3679 * tools/maildir2claws-mail.pl **REMOVED**
3680 renamed the script, fixed a couple bugs
3682 2007-02-23 [colin] 2.7.2cvs71
3685 Fix a leak, check for a few improbable nulls
3687 2007-02-23 [colin] 2.7.2cvs70
3691 * src/plugins/trayicon/trayicon.c
3692 Fix blinking mainwin when starting in tray
3693 (show mainwindow later in the startup process,
3694 apart if restarting post-crash)
3696 2007-02-23 [colin] 2.7.2cvs69
3700 Fix crash when unsubscribing the currently
3701 selected/opened folder
3703 2007-02-23 [colin] 2.7.2cvs68
3706 Fix bug that prevented colorization to
3707 work without wrap quotation option
3709 2007-02-23 [colin] 2.7.2cvs67
3712 Fix refcounting, start and end completion who
3713 behaved as if there couldn't be any other current
3716 2007-02-23 [wwp] 2.7.2cvs66
3720 Address completion fixes: fix addressbook_peek_folder_exists() in
3721 which the algorithm was ridiculously over-obfuscated and broken.
3722 Fix addrindex_load_completion() as well, to load addresses in
3723 completion list with regards to what addressbook_peek_folder_exists()
3726 2007-02-23 [wwp] 2.7.2cvs65
3729 Add addresses to completion when they're non-empty (thanks to Colin).
3731 2007-02-23 [paul] 2.7.2cvs64
3733 * src/plugins/pgpcore/passphrase.c
3736 2007-02-23 [colin] 2.7.2cvs63
3738 * src/plugins/pgpcore/prefs_gpg.c
3739 * src/plugins/pgpcore/prefs_gpg.h
3740 * src/plugins/pgpcore/sgpgme.c
3741 * src/plugins/pgpinline/pgpinline.c
3742 * src/plugins/pgpmime/pgpmime.c
3743 Try harder to respect user's choice wrt
3744 gpg-agent even with gpg2, by unsetting
3745 GPG_AGENT_INFO when necessary.
3747 2007-02-22 [paul] 2.7.2cvs62
3749 * src/plugins/pgpcore/sgpgme.c
3750 * src/plugins/pgpcore/sgpgme.h
3751 * src/plugins/pgpcore/passphrase.c
3752 * src/plugins/pgpinline/pgpinline.c
3753 * src/plugins/pgpmime/pgpmime.c
3754 Fix a leak - gpgme_data_release_and_get_mem
3755 leaks in recent gpgme. Workaround by using
3758 2007-02-22 [paul] 2.7.2cvs61
3760 * src/gtk/quicksearch.c
3761 Abandon dynamic search when pressing
3764 2007-02-21 [colin] 2.7.2cvs60
3767 * src/plugins/pgpcore/passphrase.c
3768 Fix little memory leaks
3770 Fix false-positive leak at exit
3771 * src/gtk/quicksearch.c
3772 Fix potentially big leak in recursive
3775 2007-02-21 [wwp] 2.7.2cvs59
3778 Add missing newline to a debug message.
3780 2007-02-20 [colin] 2.7.2cvs58
3784 * src/stock_pixmap.c
3785 * src/stock_pixmap.h
3786 * src/pixmaps/mime_pgpsig.xpm
3787 Add icon for application/pgp-signature
3789 2007-02-20 [colin] 2.7.2cvs57
3794 * src/stock_pixmap.c
3795 * src/stock_pixmap.h
3796 * src/pixmaps/mime_calendar.xpm
3797 * src/pixmaps/mime_pdf.xpm
3798 * src/pixmaps/mime_ps.xpm
3799 Add icons for text/calendar, application/pdf
3800 and application/postscript
3802 2007-02-20 [colin] 2.7.2cvs56
3805 * src/matcher_parser_parse.y
3806 * src/matcher_parser_lex.l
3807 Fix big memory leak in flex, and
3810 2007-02-20 [wwp] 2.7.2cvs55
3812 * src/matcher_parser_parse.y
3813 Fix a duplicate token definition (thanks to iwkse).
3815 2007-02-20 [wwp] 2.7.2cvs54
3817 * src/matcher_parser_lex.l
3818 * src/quote_fmt_lex.l
3819 Use proper flex options instead of direct use of #define,
3820 make the flex-generated C lighter.
3822 2007-02-20 [colin] 2.7.2cvs53
3825 Grab focus in message list after hiding
3826 the quicksearch, instead of leaving it
3829 2007-02-19 [colin] 2.7.2cvs52
3832 Fix bug 1033, 'Automatically refresh
3833 message list when new messages arrives'
3834 Looks like folderview->opened can sometimes
3837 2007-02-19 [paul] 2.7.2cvs51
3841 * tools/thunderbird-filters-convertor.pl
3842 add new script which converts thunderbird filter
3843 rules to Claws filter rules
3845 2007-02-18 [paul] 2.7.2cvs50
3847 * src/plugins/pgpcore/prefs_gpg.c
3848 * src/plugins/pgpcore/prefs_gpg.h
3849 * src/plugins/pgpcore/sgpgme.c
3850 * src/plugins/pgpinline/pgpinline.c
3851 * src/plugins/pgpmime/pgpmime.c
3852 improved GUI interoperability with gpg-agent
3854 2007-02-18 [paul] 2.7.2cvs49
3856 * src/prefs_account.c
3857 Privacy options sensitivity fix
3859 2007-02-17 [colin] 2.7.2cvs48
3862 Reset icon to warning in the noticeview
3864 2007-02-15 [colin] 2.7.2cvs47
3867 Fix a manifestation of bug 1033 (summaryview failing
3868 to update for new mails), which happens after editing
3869 account preferences or preferences that cause a
3872 2007-02-15 [colin] 2.7.2cvs46
3875 Probably fix bug 1123, 'Segmentation
3876 fault while opening address book'. I get
3877 g_warnings if the saved paned position is
3878 not greater than 0. Also, save position
3879 when hiding the addressbook instead of
3882 2007-02-14 [colin] 2.7.2cvs45
3884 * src/plugins/pgpcore/prefs_gpg.c
3885 * src/plugins/pgpcore/prefs_gpg.h
3886 * src/plugins/pgpcore/sgpgme.c
3887 * src/plugins/pgpinline/pgpinline.c
3888 * src/plugins/pgpmime/pgpmime.c
3889 Add an option "Use gpg-agent if available". Fixes
3890 annoyances with distro-installed gpg-agent, when
3891 no pinentry program is installed, and the user's
3892 at a loss on why "decryption failed". Makes more
3893 clear why passphrase isn't saved when gpg-agent is
3894 used. Defaults to true, to avoid changing the
3897 2007-02-14 [wwp] 2.7.2cvs44
3899 * src/matcher_parser_parse.y
3900 Fix missing line number reset (wrong line number might appear
3901 when re-loading filtering rules if there's a parser error).
3903 2007-02-13 [colin] 2.7.2cvs43
3905 * src/common/utils.c
3906 Don't encode ',' in URIs before passing it
3907 to the browser command-line. It was probably
3908 done at a time where commas in URIs made
3909 mozilla -remote 'openurl(%s,new-window)'
3912 2007-02-13 [wwp] 2.7.2cvs42
3914 * src/prefs_matcher.c
3915 * src/plugins/bogofilter/bogofilter_gtk.c
3916 A bit of string factorization around "Select ..." buttons.
3918 2007-02-11 [colin] 2.7.2cvs41
3921 Make sure to escape the title
3923 2007-02-11 [colin] 2.7.2cvs40
3926 Recognize .utf8 locales as .UTF-8 ones
3928 2007-02-11 [colin] 2.7.2cvs39
3931 Fix code conversion when dragging a file
3933 2007-02-09 [colin] 2.7.2cvs38
3935 * src/plugins/clamav/clamav_plugin.c
3936 Complete Paul's patch with conditional
3937 compilation to avoid breaking compilation
3938 on old Dapper and Edgy... Maybe other
3941 2007-02-09 [paul] 2.7.2cvs37
3943 * src/plugins/clamav/clamav_plugin.c
3944 fix for the upstream changes in libclamav
3946 2007-02-09 [paul] 2.7.2cvs36
3952 fix "warn if there are queued messages" (on exit)
3953 option, which only checked the first mailbox's
3955 don't ask before emptying trash if there are no
3956 messages in trash, also check and empty all trash
3959 move "Ask before emptying trash" option
3960 outside of the "On exit" frame as it's
3961 not only an "On exit" option
3963 2007-02-09 [paul] 2.7.2cvs35
3968 * src/prefs_account.c
3969 * src/prefs_folder_item.c
3971 * src/prefs_matcher.c
3972 * src/prefs_message.c
3973 * src/prefs_msg_colors.c
3974 * src/prefs_summaries.c
3976 * src/gtk/inputdialog.c
3977 * src/plugins/bogofilter/bogofilter_gtk.c
3978 pedantic commit: use 'checkbtn' everywhere
3979 instead of a mixture of 'checkbtn' and 'chkbtn'
3981 2007-02-09 [paul] 2.7.2cvs34
3987 move "Never send Return Receipts" from
3988 prefs_other to prefs_send
3989 add an option "Ask about account specific
3990 filtering rules..." to prefs_other
3991 * src/gtk/gtkutils.c
3992 fix a compiler warning
3994 2007-02-08 [colin] 2.7.2cvs33
3996 * src/plugins/pgpinline/pgpinline.c
3997 Fix bug 1110, 'pgpmime fails to process
3998 encapsulated openpgp mime (rfc 3156, 6.1
4000 It was due to an interaction between PGP/Mime
4001 and PGP/Inline plugin.
4003 2007-02-08 [colin] 2.7.2cvs32
4008 Fix bug 1117, 'fcntl locking code
4009 does not work in mbox.c'
4011 2007-02-08 [colin] 2.7.2cvs31
4013 * src/prefs_account.c
4014 Fix Gentoo bug 165819, 'can't create
4015 a "local mbox file" account'. Patch
4016 by Olivier <castan.o@free.fr>
4018 2007-02-07 [colin] 2.7.2cvs30
4021 Fix bug 1106, 'Claws crash on exit if LDAPS
4022 autocompletion was used'
4024 2007-02-07 [paul] 2.7.2cvs29
4027 cut down on unnecessary debug_prints
4029 fix menu_set_active() on 'Show only
4032 2007-02-07 [paul] 2.7.2cvs28
4034 * src/plugins/clamav/clamav_plugin.c
4035 * src/plugins/clamav/clamav_plugin.h
4036 * src/plugins/clamav/clamav_plugin_gtk.c
4037 fix copyright header
4039 2007-02-07 [paul] 2.7.2cvs27
4042 fix bug 1116, 'summary view allow a
4045 2007-02-06 [colin] 2.7.2cvs26
4050 2007-02-05 [fabien] 2.7.2cvs25
4054 i18n related - 1 fix and 1 message for translators.
4056 2007-02-05 [colin] 2.7.2cvs24
4058 * src/gtk/quicksearch.c
4059 Don't reload summary list if quicksearch wasn't
4060 active on hiding; move currently selected mail in
4061 the visible area when showing the quicksearch
4063 2007-02-05 [colin] 2.7.2cvs23
4066 Add debug to try to solve bug 1104
4068 2007-02-05 [paul] 2.7.2cvs22
4071 confirm before emptying trash on exit is
4072 a Yes or No answer, use Yes or No in the
4075 2007-02-04 [colin] 2.7.2cvs21
4078 * src/plugins/pgpcore/passphrase.c
4079 * src/plugins/pgpcore/select-keys.c
4080 Set wmclass on new windows
4086 2007-02-04 [colin] 2.7.2cvs20
4090 Auto save drafts on exit, reopen them
4091 at startup, instead of asking
4095 * src/addressbook_foldersel.c
4103 * src/editldap_basedn.c
4116 * src/message_search.c
4118 * src/prefs_actions.c
4119 * src/prefs_customheader.c
4120 * src/prefs_display_header.c
4121 * src/prefs_filtering.c
4122 * src/prefs_filtering_action.c
4123 * src/prefs_folder_column.c
4125 * src/prefs_matcher.c
4127 * src/prefs_summaries.c
4128 * src/prefs_summary_column.c
4129 * src/prefs_template.c
4130 * src/sourcewindow.c
4132 * src/summary_search.c
4135 * src/gtk/description_window.c
4136 * src/gtk/foldersort.c
4137 * src/gtk/gtkutils.c
4138 * src/gtk/gtkutils.h
4139 * src/gtk/icon_legend.c
4140 * src/gtk/logwindow.c
4141 * src/gtk/pluginwindow.c
4142 * src/gtk/prefswindow.c
4143 Give different wmclass to different
4144 windows - thanks to sed ;)
4146 2007-02-04 [colin] 2.7.2cvs19
4149 Revert previous patch, can't reproduce
4152 2007-02-03 [colin] 2.7.2cvs18
4155 Don't save the mainwindow size and
4156 position on emergency exit (libSM's
4157 "die" callback), Xfce seems to make
4158 the window smaller just before the
4161 2007-02-03 [colin] 2.7.2cvs17
4163 * src/plugins/bogofilter/bogofilter.c
4164 * src/plugins/bogofilter/bogofilter.h
4165 * src/plugins/bogofilter/bogofilter_gtk.c
4166 * src/plugins/pgpinline/pgpinline.c
4167 * src/plugins/pgpinline/pgpinline.h
4170 2007-02-03 [colin] 2.7.2cvs16
4172 * src/partial_download.c
4173 * src/partial_download.h
4180 * src/common/ssl_certificate.c
4181 * src/common/ssl_certificate.h
4182 * src/gtk/quicksearch.c
4183 * src/gtk/quicksearch.h
4184 * src/gtk/sslcertwindow.c
4185 * src/gtk/sslcertwindow.h
4186 Fix copyright on my files
4188 2007-02-02 [colin] 2.7.2cvs15
4198 Add Tools/List URIs to allow
4199 opening any URI in the current mail
4201 2007-02-02 [colin] 2.7.2cvs14
4203 * src/common/valgrind.h ** NEW FILE **
4204 * src/common/Makefile.am
4205 * src/common/plugin.c
4206 Don't dlclose the plugins if we're running
4207 under valgrind. (doesn't require valgrind
4208 either at compile time or run time).
4210 2007-02-01 [paul] 2.7.2cvs13
4214 * tools/freshmeat_search.pl
4215 * tools/google_search.pl
4216 * tools/multiwebsearch.pl
4217 add support for non ISO-8859-1 compatible locales
4218 Patch by Alex Gorbachenko <agent_007@immo.ru>
4220 2007-02-01 [colin] 2.7.2cvs12
4223 * src/prefs_summaries.c
4224 Move keybinding prefs to the Other page
4226 2007-02-01 [wwp] 2.7.2cvs11
4228 * src/plugins/trayicon/trayicon.c
4229 Fix a raising issue within KDE.
4231 2007-02-01 [colin] 2.7.2cvs10
4234 Fix stray quotes in encoded strings
4236 Fix wrong call causing g_warnings
4238 Remove useless message
4240 2007-01-31 [wwp] 2.7.2cvs9
4242 * src/plugins/trayicon/trayicon.c
4243 fix buggy hiding of main window when closing if close-to-tray
4244 is not set (bad logics in the trayicon hook code).
4245 Changed the quit confirmation message too.
4247 2007-01-30 [colin] 2.7.2cvs8
4250 Fix hidden mainwindow after clicking on
4251 the X close button, if compose windows
4252 exist and the user chooses not to quit
4254 2007-01-30 [colin] 2.7.2cvs7
4258 Handle local URIs to attach files (file:///...)
4259 Fixes attaching files from Thunar for example
4261 2007-01-30 [colin] 2.7.2cvs6
4263 * src/prefs_ext_prog.c
4264 Add 'mousepad' to the list of text editors.
4265 Mousepad is XFCE's text editor
4267 2007-01-29 [wwp] 2.7.2cvs5
4270 * src/plugins/trayicon/trayicon_prefs.c
4271 trayicon i18n fixes, thanks to Fabien.
4273 2007-01-28 [wwp] 2.7.2cvs4
4277 * src/plugins/trayicon/trayicon.c
4278 * src/plugins/trayicon/trayicon_prefs.c
4279 * src/plugins/trayicon/trayicon_prefs.h
4280 Added a new TrayIcon plugin option to close to tray
4281 (WM's hotkey and [X] button will hide the window instead
4282 of closing it - closing CM can be done using the tray icon
4283 menu or the File menu).
4284 Improved visibility handling in trayicon, clicking the
4285 trayicon now raise the window to current desktop when it
4286 was either minimized/shaded/on another desktop.
4287 Thanks to Paul for testing and fixing a strange behaviour
4290 2007-01-27 [paul] 2.7.2cvs3
4292 * src/prefs_folder_item.c
4293 * src/prefs_receive.c
4294 * src/plugins/pgpcore/prefs_gpg.c
4295 use 'start-up' instead of 'startup' in labels
4297 2007-01-26 [wwp] 2.7.2cvs2
4299 * src/plugins/trayicon/Makefile.am
4300 * src/plugins/trayicon/trayicon.c
4301 * src/plugins/trayicon/trayicon_prefs.c
4302 * src/plugins/trayicon/trayicon_prefs.h
4303 Add a new TrayIcon option to hide the main window at
4305 Fix trayicon.c copyright header.
4307 2007-01-26 [paul] 2.7.2cvs1
4313 bump up version number following
4316 2007-01-25 [mones] 2.7.1cvs60
4319 updated thousands of strings (well, probably less ;-)
4321 2007-01-25 [colin] 2.7.1cvs59
4324 Fix 2nd-run loss of matcherrc on new
4327 2007-01-25 [wwp] 2.7.1cvs58
4330 fix handling of empty value in attach_save_directory too, thanks
4333 2007-01-25 [wwp] 2.7.1cvs57
4336 fix handling of empty value in attach_load_directory,
4339 2007-01-25 [wwp] 2.7.1cvs56
4341 * src/plugins/dillo_viewer/dillo_prefs.h
4344 2007-01-25 [colin] 2.7.1cvs55
4348 * src/matcher_parser_parse.y
4349 * src/prefs_matcher.c
4350 Add matching on the spam flag
4352 2007-01-24 [colin] 2.7.1cvs54
4357 Make sure folderlist.xml is correctly
4358 written before overwriting it.
4362 * src/plugins/bogofilter/bogofilter.c
4363 * src/plugins/bogofilter/bogofilter.h
4364 * src/plugins/bogofilter/bogofilter_gtk.c
4365 * src/plugins/spamassassin/spamassassin.c
4366 * src/plugins/spamassassin/spamassassin.h
4367 * src/plugins/spamassassin/spamassassin_gtk.c
4368 Move spam to the correct trash folder after
4369 learning, if spam directory isn't set.
4371 2007-01-23 [paul] 2.7.1cvs53
4373 * src/plugins/bogofilter/bogofilter_gtk.c
4374 fix sensitivity of "Insert X-Bogosity header"
4377 2007-01-23 [colin] 2.7.1cvs52
4380 Translate toolbar items text if
4381 they're translatable (default)
4395 * src/etpan/etpan-thread-manager.c
4396 * src/etpan/etpan-thread-manager.h
4397 * src/gtk/gtkutils.c
4398 * src/gtk/gtkutils.h
4399 More static functions
4401 2007-01-22 [fabien] 2.7.1cvs51
4403 * src/gtk/gtkutils.c
4404 gtkut_get_options_frame() : ability to pass
4405 a 'NULL' value in frame pointer parameter if
4408 2007-01-22 [colin] 2.7.1cvs50
4412 * src/plugins/bogofilter/bogofilter.c
4413 * src/plugins/bogofilter/bogofilter_gtk.c
4414 * src/plugins/spamassassin/spamassassin.c
4415 * src/plugins/spamassassin/spamassassin_gtk.c
4416 Allow moving spams to the account's trash
4417 instead of default one
4419 2007-01-21 [colin] 2.7.1cvs49
4423 Revert a static function that shouldn't
4426 2007-01-21 [colin] 2.7.1cvs48
4432 2007-01-21 [colin] 2.7.1cvs47
4438 2007-01-21 [colin] 2.7.1cvs46
4440 * src/common/socket.c
4441 * src/common/socket.h
4444 2007-01-21 [colin] 2.7.1cvs45
4453 * src/folder_item_prefs.c
4454 * src/folder_item_prefs.h
4461 * src/common/socket.c
4462 * src/common/socket.h
4463 * src/gtk/gtkaspell.c
4464 * src/gtk/gtkaspell.h
4465 * src/gtk/quicksearch.c
4466 * src/gtk/quicksearch.h
4469 2007-01-21 [colin] 2.7.1cvs44
4471 * src/common/utils.c
4472 * src/common/utils.h
4473 * src/etpan/etpan-thread-manager.c
4474 * src/etpan/etpan-thread-manager.h
4475 Same (Funny that etpan_thread_unbind
4476 is called but not etpan_thread_bind)
4478 2007-01-21 [colin] 2.7.1cvs43
4486 * src/etpan/Makefile.am
4487 * src/gtk/colorlabel.c
4488 * src/gtk/colorlabel.h
4489 * src/gtk/sslcertwindow.c
4490 * src/gtk/sslcertwindow.h
4491 * src/etpan/etpan-log.c ** REMOVED **
4492 * src/etpan/etpan-log.h ** REMOVED **
4495 2007-01-20 [colin] 2.7.1cvs42
4501 2007-01-20 [colin] 2.7.1cvs41
4519 Make functions that aren't used in other
4522 2007-01-20 [colin] 2.7.1cvs40
4537 * src/editldap_basedn.c