1 2007-08-14 [ticho] 2.10.0cvs123
5 Changed return receipt account selector to GtkComboBox.
6 Fixed a runtime warning where GTK tried to parse
7 "name <email@address" as a Pango markup in an alertpanel label.
9 2007-08-14 [ticho] 2.10.0cvs122
12 Changed GtkOptionMenu in logging preferences to GtkComboBox.
14 2007-08-14 [wwp] 2.10.0cvs121
18 * tools/popfile-link.sh
19 Added a new tool: POPFile helper, to open
20 selected messages in POPFile control center,
21 in order to change the messages' status.
23 2007-08-14 [ticho] 2.10.0cvs120
30 Change "Show send dialog" optionmenu to a checkbutton.
32 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
34 2007-08-13 [wwp] 2.10.0cvs119
45 * src/partial_download.c
53 Make sure we never pass NULL pointers for %s substitutions
54 (prevent from crashing in Windows).
56 2007-08-13 [wwp] 2.10.0cvs118
59 Re-enable mmap_reads in Windows with some missing
60 CloseHandle of mapping objects, thanks to
63 2007-08-13 [paul] 2.10.0cvs117
66 fix bug 1287, 'Compile time problem on Solaris
67 (nexenta gnu/Solaris) utils.c'
68 Thanks to Piotr Chrzczonowicz
70 2007-08-12 [wwp] 2.10.0cvs116
72 * src/plugins/pgpcore/prefs_gpg.c
73 Don't try to unset a GPG_AGENT_INFO that was not
74 set (and don't use a NULL string in Windows, it was
75 crashing with --debug if GPG_AGENT_INFO was not set).
77 2007-08-12 [wwp] 2.10.0cvs115
80 Make gcc type-check arguments passed to privacy_set_error().
82 2007-08-12 [ticho] 2.10.0cvs114
84 * src/prefs_folder_item.c
85 Make sure that folder default account combobox always has some
88 Handle empty combobox gracefully (warning instead of crash).
90 2007-08-12 [ticho] 2.10.0cvs114
92 * src/prefs_folder_item.c
93 Make sure that folder default account combobox is not empty.
95 Handle empty combobox gracefully (warning instead of crash).
97 2007-08-11 [paul] 2.10.0cvs113
101 use 'subfolder' instead of 'sub-folder', matching
102 everywhere else the term is used
106 2007-08-10 [wwp] 2.10.0cvs112
109 Disable mmap reads in Windows only (at least temporarily), they
110 prevent from renaming/removing target cache files.
116 2007-08-10 [wwp] 2.10.0cvs111
119 fix unpredictable crashes in Windows due to broken
120 cache/mark/tags files writting (file were opened for
121 writing in text mode).
124 use gettimeofday() from w32lib.h on Windows.
126 2007-08-10 [colin] 2.10.0cvs110
129 * src/etpan/imap-thread.c
130 * src/etpan/imap-thread.h
131 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
133 2007-08-09 [colin] 2.10.0cvs109
136 Fix port being reset to 636 on SSL
138 Fix folder_item_get_msg_num_by_file
139 on drafts/queue folders
141 2007-08-09 [wwp] 2.10.0cvs108
144 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
145 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
148 2007-08-09 [colin] 2.10.0cvs107
152 * src/gtk/prefswindow.c
153 A few Maemo layout fixes
155 2007-08-09 [paul] 2.10.0cvs106
157 * src/prefs_account.c
158 remove the hyphen from plug-ins to
159 match everywhere else
161 2007-08-08 [wwp] 2.10.0cvs105
163 * src/prefs_folder_item.c
164 Fix an extraneous stealth ^L char.
166 2007-08-08 [wwp] 2.10.0cvs104
168 * src/prefs_folder_item.c
169 Better fix, group variables declarations (USE_ASPELL).
171 2007-08-08 [wwp] 2.10.0cvs103
173 * src/prefs_folder_item.c
174 Fix compilation w/ USE_ASPELL set (broken
177 2007-08-08 [ticho] 2.10.0cvs102
179 * src/prefs_folder_item.c
180 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
182 2007-08-08 [colin] 2.10.0cvs101
185 * src/etpan/imap-thread.c
186 * src/etpan/imap-thread.h
187 Close selected mailbox before doing
190 2007-08-08 [colin] 2.10.0cvs100
193 Complete symbol table, thanks to wwp.
194 Fixes bug 1284, 'The html -> text
195 converter ignores entities'
199 2007-08-08 [colin] 2.10.0cvs99
202 Better way to fetch UIDs on non-UIDPLUS servers
204 2007-08-07 [colin] 2.10.0cvs98
207 fix bug 1275, 'auto-saved draft messages not
208 always being removed'; Also, make multiple
209 copy (in the same account) faster by matching
210 source/destination message UIDs.
212 Don't try to reshow deleted mail
214 Fix leak on error path
216 2007-08-07 [wwp] 2.10.0cvs97
219 * manual/advanced.xml
220 * manual/fr/account.xml
221 * manual/fr/advanced.xml
222 Updated the reference manual and the French translation to
223 reflect 2.10.0cvs84: enable running folder Processing
226 2007-08-06 [wwp] 2.10.0cvs96
231 Allow changing the emphasis color used to highlight
232 the newsreader/x-mailer header value when it matches
233 our preferred mail agent (hidden pref 'emphasis_col' added
236 2007-08-06 [colin] 2.10.0cvs95
240 Re-commit 2.10.0cvs86, with a protection
241 against Pango bug. Also, try to fix
242 bug 1275, 'auto-saved draft messages not
243 always being removed'
245 2007-08-06 [wwp] 2.10.0cvs94
247 * src/gtk/quicksearch.c
248 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
250 2007-08-06 [ticho] 2.10.0cvs93
252 * src/prefs_account.c
254 Use GtkComboBox instead of GtkOptionMenu for privacy system
255 selection in account preferences.
257 2007-08-06 [wwp] 2.10.0cvs92
259 * src/plugins/pgpcore/plugin.def
260 Apply one more chunk from gpg4win's 03-w32-port patch.
262 2007-08-05 [colin] 2.10.0cvs91
266 reverting buggy patch for now
268 2007-08-05 [colin] 2.10.0cvs90
273 2007-08-04 [colin] 2.10.0cvs89
275 * src/prefs_summaries.c
276 * src/summary_search.c
277 Replace deprecated widgets. Patch by
280 2007-08-04 [colin] 2.10.0cvs88
283 Refresh GUI only every 2000 mails on mh_get_last_num
284 This is fast (readdir) and done only once per
287 2007-08-03 [colin] 2.10.0cvs87
289 * src/prefs_account.c
292 Fix a deprecated widget. Patch by
295 2007-08-03 [colin] 2.10.0cvs86
299 Make colorisation and wrapping algorithms
300 faster. Fixes bug 1246, 'compose becomes
301 increasingly slow replying to complex emails'
303 2007-08-03 [paul] 2.10.0cvs85
306 keep the window painted
308 2007-08-02 [paul] 2.10.0cvs84
313 enable running folder Processing
316 2007-08-02 [paul] 2.10.0cvs83
319 speed up/clean up rendering of larger
323 2007-08-01 [paul] 2.10.0cvs82
328 change default toolbar layout on maemo
329 * src/pixmaps/close.xpm
330 make the red cross a grey cross
331 * src/pixmaps/jpilot.xpm
332 make icon smaller so it fits better
334 2007-07-31 [paul] 2.10.0cvs81
338 fix crash on maemo on first launch
340 2007-07-30 [paul] 2.10.0cvs80
342 * src/prefs_matcher.c
343 specify the units of age and size
345 2007-07-30 [paul] 2.10.0cvs79
348 Fix IMAP timeout setting
350 2007-07-30 [colin] 2.10.0cvs78
352 * src/prefs_account.c
353 Fix a deprecated widget. Patch by
356 2007-07-27 [paul] 2.10.0cvs77
358 * src/matcher_parser_parse.y
359 * src/prefs_filtering_action.c
360 * src/prefs_matcher.c
361 these changes forgotten in cvs74's
362 'watch thread' feature
364 2007-07-27 [paul] 2.10.0cvs76
367 fix potential crasher
370 2007-07-27 [paul] 2.10.0cvs75
376 make mainwindow's /Help/Manual point to the
377 remote copy if the local copy doesn't exist
379 2007-07-27 [paul] 2.10.0cvs74
387 * src/matcher_parser_parse.y
396 * src/pixmaps/watchthread.xpm
397 add 'watch thread' feature
399 2007-07-27 [paul] 2.10.0cvs73
401 * src/prefs_folder_item.c
402 adjust labels, add tooltips
404 2007-07-27 [colin] 2.10.0cvs72
407 Maemo: Remove less used menu items
409 2007-07-26 [colin] 2.10.0cvs71
412 Maemo: destroy messageview after trashing mail.
413 Maybe should be done on X11 too
415 2007-07-26 [colin] 2.10.0cvs70
422 Add View/Show or Hide/Column headers
424 2007-07-26 [colin] 2.10.0cvs69
429 2007-07-26 [colin] 2.10.0cvs68
432 Fix possible crash on cache invalidation
436 * src/quote_fmt_parse.y
437 Make replying to mails with big attachments
438 much faster. Fixes bug 1224, 'The process of
439 Replying to emails with large attachments
440 seems unreasonably long...'
442 2007-07-26 [colin] 2.10.0cvs67
447 Fix threads use on BSDs
449 2007-07-26 [paul] 2.10.0cvs66
451 * src/gtk/prefswindow.c
452 fix account prefs breakage
455 2007-07-26 [paul] 2.10.0cvs65
458 standardise ./configure --help messages
460 2007-07-26 [colin] 2.10.0cvs64
464 Fix two vCard-related crashes
466 2007-07-25 [colin] 2.10.0cvs63
471 * src/prefs_receive.c
472 Maemo: Add a better way to notify of
478 Maemo: Various layout fixes
479 * src/gtk/prefswindow.c
480 Maemo: Better prefs layout
482 2007-07-25 [paul] 2.10.0cvs62
485 fix the layout on maemo
488 2007-07-25 [iwkse] 2.10.0cvs61
491 add 'o' shortcut on summaryview
493 2007-07-25 [iwkse] 2.10.0cvs60
498 2007-07-24 [colin] 2.10.0cvs59
501 Fix missing timestamp update on source
505 Better text layout on part's choices
507 2007-07-23 [colin] 2.10.0cvs58
511 Maemo: Automatically choose the correct application
513 * src/gtk/quicksearch.c
514 Make search run on GDK_KP_Enter too
516 2007-07-23 [wwp] 2.10.0cvs57
518 * src/quote_fmt_lex.l
519 Revert accidentaly committed lines (account_sig) in
522 2007-07-23 [wwp] 2.10.0cvs56
524 * src/quote_fmt_lex.l
525 Fix typos around long form expressions in the quote lexer.
531 2007-07-23 [colin] 2.10.0cvs55
534 Fix auto-completion on Maemo
536 2007-07-23 [colin] 2.10.0cvs54
539 Maemo: Fix sticking statusbars
541 2007-07-22 [colin] 2.10.0cvs53
544 Maemo: Fix the strange "top_application" info
545 at startup. We should do something when
546 receiving such a message.
548 2007-07-20 [paul] 2.10.0cvs52
551 add missing #include "statusbar.h"
553 2007-07-20 [colin] 2.10.0cvs51
557 * src/folder_item_prefs.c
558 * src/folder_item_prefs.h
566 * src/prefs_folder_item.c
567 Implement age-based caching: allow to
568 specify a threshold for the offline synchronisation
569 feature, and whether old cached bodies should
574 * src/plugins/dillo_viewer/dillo_viewer.c
575 Check that Dillo's installed
577 2007-07-20 [wwp] 2.10.0cvs50
581 Draw a frame around the selected mimeview part icon (instead of the
582 shifted 'dancing' icon).
584 2007-07-20 [colin] 2.10.0cvs49
587 Unref stuff even on error
589 disconnect signals only at the very
590 end of the wizard save.
592 2007-07-20 [colin] 2.10.0cvs48
598 Fix random crashes while navigating
601 2007-07-19 [colin] 2.10.0cvs47
610 Maemo: add an easy way to store data (mails
611 and IMAP/NNTP caches) on one of the SD cards,
612 and protect against unmounts if needed
614 2007-07-19 [paul] 2.10.0cvs46
619 * src/pixmaps/claws-mail_logo-small.xpm
620 implement a (slightly) different About
621 dialog for maemo and add a small version
624 use a scrolled window for wizard page 1
627 2007-07-19 [paul] 2.10.0cvs45
630 too soon for this line
632 2007-07-19 [paul] 2.10.0cvs44
637 2007-07-19 [colin] 2.10.0cvs43
640 Solve Mail/Mailbox name when specifying
643 2007-07-18 [colin] 2.10.0cvs42
649 2007-07-18 [colin] 2.10.0cvs41
652 Maemo: plug the online/offline system into
653 maemo's interfaces to have Claws automatically
654 switch according to the system status
656 Maemo: use HildonBanners to display status
657 messages. Renders the main statusbar useless.
659 2007-07-18 [paul] 2.10.0cvs40
662 fix screen blanking on moving/copying many msgs
664 fix processing progressbar and screen blanking
667 2007-07-18 [paul] 2.10.0cvs39
670 revert cvs37, breakage on maemo
672 2007-07-18 [paul] 2.10.0cvs38
675 make sure we can still build with older GTK's
677 2007-07-18 [colin] 2.10.0cvs37
680 Only hide the small layout's messageview, instead
681 of destroying it when closing
683 Use gtk_window_present_with_time to popup windows,
684 it seems to make things better with modern WMs
687 2007-07-17 [colin] 2.10.0cvs36
690 Simplify layout on Maemo
693 * src/prefs_display_header.c
694 Remove some headers by default on Maemo
696 2007-07-17 [paul] 2.10.0cvs35
700 * src/prefs_logging.c
702 add options to stop/enable writing logs to disc
704 2007-07-17 [paul] 2.10.0cvs34
707 fix some issues with the Apply tags window:
708 - set search column (enables autocompl in the treeview)
709 - apply tag from "New tag" if it existed
710 - clears New tag entry when adding it with the button
713 2007-07-17 [paul] 2.10.0cvs33
716 fix 'apply tags' dialogue weirdness
718 2007-07-16 [colin] 2.10.0cvs32
721 Fix double-loading of mails on Maemo
723 2007-07-16 [colin] 2.10.0cvs31
726 Prevent double-loading of the same part under some
727 conditions; hide statusbar on Maemo
729 2007-07-16 [colin] 2.10.0cvs30
735 Improve the tag interface - allow
736 to set/unset tags from a special
738 * src/gtk/gtkvscrollbutton.c
742 Fix Mimeview's ugly hacks in the
745 2007-07-16 [paul] 2.10.0cvs29
749 * src/gtk/icon_legend.c
750 put it all in a scrolled window
752 2007-07-15 [colin] 2.10.0cvs28
755 Maemo: force layout to be Small screen; the
756 others don't make sense
758 2007-07-14 [colin] 2.10.0cvs27
761 * src/gtk/gtkvscrollbutton.c
762 Maemo: Fix mimeview's buttons size
764 2007-07-14 [colin] 2.10.0cvs26
767 Fix the button workaround fix.
768 (Use the correct variable)
770 2007-07-14 [colin] 2.10.0cvs25
774 Maemo: put the progress bar in the
777 2007-07-14 [colin] 2.10.0cvs24
780 Maemo: hide statusbar by default
785 * src/pixmaps/go_folders.xpm
786 Maemo: Add a specific icon to go back to
789 2007-07-14 [colin] 2.10.0cvs23
792 Don't set homogeneous finally
794 2007-07-14 [colin] 2.10.0cvs22
797 Fix button show/hide issues
799 2007-07-14 [colin] 2.10.0cvs21
803 Fix button workaround to be able to click
804 if mouse was on button when it went un-
806 Revert previous commit, gtk_tool_item_set_homogeneous
807 doesn't mean what it seems to mean ;-)
809 2007-07-14 [paul] 2.10.0cvs20
812 make homogeneous FALSE always
814 2007-07-13 [colin] 2.10.0cvs19
818 Rework to fit the non-deprecated API
824 Maemo layout changes. Better toolbars,
825 removal of CTree headers.
827 2007-07-13 [paul] 2.10.0cvs18
829 * src/gtk/colorlabel.c
830 fix bug 1261, '[DE] coloring messages in overview
831 keys are not localised'
832 the string is now included in claws-mail.pot
834 2007-07-13 [colin] 2.10.0cvs17
837 Fix bug 1267, 'printing mutliple messages
838 opens one message-dialog after the other'
839 Ask for confirmation when printing 10
842 2007-07-11 [colin] 2.10.0cvs16
847 * manual/claws-mail-manual.xml
849 * manual/es/claws-mail-manual.xml
851 * manual/fr/claws-mail-manual.xml
874 * src/addressbook_foldersel.c
875 * src/addressbook_foldersel.h
901 * src/displayheader.c
902 * src/displayheader.h
905 * src/editaddress_other_attributes_ldap.c
906 * src/editaddress_other_attributes_ldap.h
915 * src/editldap_basedn.c
916 * src/editldap_basedn.h
937 * src/folder_item_prefs.c
938 * src/folder_item_prefs.h
947 * src/grouplistdialog.c
948 * src/grouplistdialog.h
995 * src/matcher_parser.h
996 * src/matcher_parser_lex.l
997 * src/matcher_parser_parse.y
1000 * src/message_search.c
1001 * src/message_search.h
1020 * src/partial_download.c
1021 * src/partial_download.h
1026 * src/prefs_account.c
1027 * src/prefs_account.h
1028 * src/prefs_actions.c
1029 * src/prefs_actions.h
1030 * src/prefs_common.c
1031 * src/prefs_common.h
1032 * src/prefs_compose_writing.c
1033 * src/prefs_compose_writing.h
1034 * src/prefs_customheader.c
1035 * src/prefs_customheader.h
1036 * src/prefs_display_header.c
1037 * src/prefs_display_header.h
1038 * src/prefs_ext_prog.c
1039 * src/prefs_ext_prog.h
1040 * src/prefs_filtering.c
1041 * src/prefs_filtering.h
1042 * src/prefs_filtering_action.c
1043 * src/prefs_filtering_action.h
1044 * src/prefs_folder_column.c
1045 * src/prefs_folder_column.h
1046 * src/prefs_folder_item.c
1047 * src/prefs_folder_item.h
1052 * src/prefs_image_viewer.c
1053 * src/prefs_image_viewer.h
1054 * src/prefs_logging.c
1055 * src/prefs_logging.h
1056 * src/prefs_matcher.c
1057 * src/prefs_matcher.h
1058 * src/prefs_message.c
1059 * src/prefs_message.h
1060 * src/prefs_msg_colors.c
1061 * src/prefs_msg_colors.h
1066 * src/prefs_receive.c
1067 * src/prefs_receive.h
1070 * src/prefs_spelling.c
1071 * src/prefs_spelling.h
1072 * src/prefs_summaries.c
1073 * src/prefs_summaries.h
1074 * src/prefs_summary_column.c
1075 * src/prefs_summary_column.h
1076 * src/prefs_summary_open.c
1077 * src/prefs_summary_open.h
1078 * src/prefs_template.c
1079 * src/prefs_template.h
1080 * src/prefs_themes.c
1081 * src/prefs_themes.h
1082 * src/prefs_toolbar.c
1083 * src/prefs_toolbar.h
1084 * src/prefs_wrapping.c
1085 * src/prefs_wrapping.h
1095 * src/quote_fmt_lex.l
1096 * src/quote_fmt_parse.y
1099 * src/remotefolder.c
1100 * src/remotefolder.h
1101 * src/send_message.c
1102 * src/send_message.h
1105 * src/simple-gettext.c
1106 * src/sourcewindow.c
1107 * src/sourcewindow.h
1112 * src/stock_pixmap.c
1113 * src/stock_pixmap.h
1114 * src/summary_search.c
1115 * src/summary_search.h
1132 * src/common/base64.c
1133 * src/common/base64.h
1134 * src/common/claws.c
1135 * src/common/claws.h
1137 * src/common/fnmatch.c
1138 * src/common/fnmatch.h
1139 * src/common/fnmatch_loop.c
1140 * src/common/hooks.c
1141 * src/common/hooks.h
1146 * src/common/mgutils.c
1147 * src/common/mgutils.h
1150 * src/common/passcrypt.c
1151 * src/common/passcrypt.h.in
1152 * src/common/plugin.c
1153 * src/common/plugin.h
1154 * src/common/prefs.c
1155 * src/common/prefs.h
1156 * src/common/progressindicator.c
1157 * src/common/progressindicator.h
1158 * src/common/quoted-printable.c
1159 * src/common/quoted-printable.h
1160 * src/common/session.c
1161 * src/common/session.h
1164 * src/common/socket.c
1165 * src/common/socket.h
1168 * src/common/ssl_certificate.c
1169 * src/common/ssl_certificate.h
1170 * src/common/string_match.c
1171 * src/common/string_match.h
1172 * src/common/stringtable.c
1173 * src/common/stringtable.h
1176 * src/common/template.c
1177 * src/common/template.h
1178 * src/common/timing.h
1179 * src/common/utils.c
1180 * src/common/utils.h
1181 * src/common/uuencode.c
1182 * src/common/uuencode.h
1183 * src/common/version.h.in
1184 * src/common/w32_dirent.c
1185 * src/common/w32_reg.c
1186 * src/common/w32_signal.c
1187 * src/common/w32_stat.c
1188 * src/common/w32_stdlib.c
1189 * src/common/w32_string.c
1190 * src/common/w32_time.c
1191 * src/common/w32_unistd.c
1192 * src/common/w32_wait.c
1193 * src/common/w32lib.h
1196 * src/common/xmlprops.c
1197 * src/common/xmlprops.h
1198 * src/etpan/etpan-errors.h
1199 * src/etpan/etpan-thread-manager-types.h
1200 * src/etpan/etpan-thread-manager.c
1201 * src/etpan/etpan-thread-manager.h
1202 * src/etpan/imap-thread.c
1203 * src/etpan/imap-thread.h
1206 * src/gtk/colorlabel.c
1207 * src/gtk/colorlabel.h
1208 * src/gtk/colorsel.c
1209 * src/gtk/colorsel.h
1210 * src/gtk/combobox.c
1211 * src/gtk/combobox.h
1212 * src/gtk/description_window.c
1213 * src/gtk/description_window.h
1216 * src/gtk/foldersort.c
1217 * src/gtk/foldersort.h
1218 * src/gtk/gtkaspell.c
1219 * src/gtk/gtkaspell.h
1220 * src/gtk/gtksctree.c
1221 * src/gtk/gtkshruler.c
1222 * src/gtk/gtkshruler.h
1223 * src/gtk/gtksourceprintjob.c
1224 * src/gtk/gtksourceprintjob.h
1225 * src/gtk/gtkutils.c
1226 * src/gtk/gtkutils.h
1227 * src/gtk/gtkvscrollbutton.c
1228 * src/gtk/gtkvscrollbutton.h
1229 * src/gtk/icon_legend.c
1230 * src/gtk/icon_legend.h
1231 * src/gtk/inputdialog.c
1232 * src/gtk/inputdialog.h
1233 * src/gtk/logwindow.c
1234 * src/gtk/logwindow.h
1235 * src/gtk/manage_window.c
1236 * src/gtk/manage_window.h
1239 * src/gtk/pluginwindow.c
1240 * src/gtk/pluginwindow.h
1241 * src/gtk/prefswindow.c
1242 * src/gtk/prefswindow.h
1243 * src/gtk/progressdialog.c
1244 * src/gtk/progressdialog.h
1245 * src/gtk/quicksearch.c
1246 * src/gtk/quicksearch.h
1247 * src/gtk/sslcertwindow.c
1248 * src/gtk/sslcertwindow.h
1249 * src/plugins/bogofilter/bogofilter.c
1250 * src/plugins/bogofilter/bogofilter.h
1251 * src/plugins/bogofilter/bogofilter_gtk.c
1252 * src/plugins/clamav/clamav_plugin.c
1253 * src/plugins/clamav/clamav_plugin.h
1254 * src/plugins/clamav/clamav_plugin_gtk.c
1255 * src/plugins/demo/demo.c
1256 * src/plugins/dillo_viewer/dillo_prefs.c
1257 * src/plugins/dillo_viewer/dillo_prefs.h
1258 * src/plugins/dillo_viewer/dillo_viewer.c
1259 * src/plugins/pgpcore/passphrase.c
1260 * src/plugins/pgpcore/passphrase.h
1261 * src/plugins/pgpcore/pgp_viewer.c
1262 * src/plugins/pgpcore/pgp_viewer.h
1263 * src/plugins/pgpcore/plugin.c
1264 * src/plugins/pgpcore/prefs_gpg.c
1265 * src/plugins/pgpcore/prefs_gpg.h
1266 * src/plugins/pgpcore/select-keys.c
1267 * src/plugins/pgpcore/select-keys.h
1268 * src/plugins/pgpcore/sgpgme.c
1269 * src/plugins/pgpcore/sgpgme.h
1270 * src/plugins/pgpinline/pgpinline.c
1271 * src/plugins/pgpinline/pgpinline.h
1272 * src/plugins/pgpinline/plugin.c
1273 * src/plugins/pgpmime/pgpmime.c
1274 * src/plugins/pgpmime/pgpmime.h
1275 * src/plugins/pgpmime/plugin.c
1276 * src/plugins/spamassassin/spamassassin.c
1277 * src/plugins/spamassassin/spamassassin.h
1278 * src/plugins/spamassassin/spamassassin_gtk.c
1279 * src/plugins/trayicon/trayicon.c
1280 * src/plugins/trayicon/trayicon_prefs.c
1281 * src/plugins/trayicon/trayicon_prefs.h
1282 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1283 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1284 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1285 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1286 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1287 * tools/OOo2claws-mail.pl
1288 * tools/README.sylprint
1289 * tools/acroread2claws-mail.pl
1290 * tools/claws-mail-compose-insert-files.pl
1291 * tools/convert_mbox.pl
1292 * tools/filter_conv.pl
1293 * tools/filter_conv_new.pl
1295 * tools/freshmeat_search.pl
1296 * tools/google_search.pl
1297 * tools/kmail-mailbox2claws-mail.pl
1298 * tools/kmail2claws-mail.pl
1299 * tools/kmail2claws-mail_v2.pl
1301 * tools/make.themes.project
1302 * tools/multiwebsearch.pl
1303 * tools/nautilus2claws-mail.sh
1304 * tools/outlook2claws-mail.pl
1305 * tools/textviewer.sh
1306 * tools/thunderbird-filters-convertor.pl
1309 * tools/vcard2xml.py
1310 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1311 Upgrade to GPLv3 or later.
1313 2007-07-10 [wwp] 2.10.0cvs15
1316 Fix re-opening of all composing messages that were
1317 opened when closing the previous instance, thanks
1320 2007-07-10 [paul] 2.10.0cvs14
1322 * src/editaddress_other_attributes_ldap.c
1324 fix crash on selecting 'other attributes' combo
1325 for either a new entry or an old entry with no
1326 existing attributes.
1327 fix bug on editing multiple attributes which
1328 resulted them all having the value of the last
1332 2007-07-10 [colin] 2.10.0cvs13
1335 * src/editaddress_other_attributes_ldap.h
1337 Fix --disable-ldap build
1339 2007-07-09 [colin] 2.10.0cvs12
1345 * src/editaddress_other_attributes_ldap.c
1346 * src/editaddress_other_attributes_ldap.h
1351 Add capability to edit all inetOrgPerson
1352 attributes on LDAP. Patch by Michael
1355 2007-07-09 [colin] 2.10.0cvs11
1361 * src/prefs_summaries.c
1362 * src/prefs_themes.c
1364 * src/common/Makefile.am
1366 * src/common/timing.h
1367 * src/common/utils.c
1368 * src/common/utils.h
1369 * src/common/w32_account.c
1370 * src/common/w32lib.h
1371 * src/gtk/Makefile.am
1372 * src/gtk/colorlabel.c
1373 * src/plugins/pgpcore/Makefile.am
1374 * src/plugins/pgpcore/claws.def
1375 * src/plugins/pgpcore/passphrase.c
1376 * src/plugins/pgpcore/pgp_viewer.c
1377 * src/plugins/pgpcore/plugin.def
1378 * src/plugins/pgpcore/sgpgme.c
1379 * src/plugins/pgpinline/Makefile.am
1380 * src/plugins/pgpinline/claws.def
1381 * src/plugins/pgpinline/mypgpcore.def
1382 * src/plugins/pgpinline/plugin.def
1383 * src/plugins/pgpmime/Makefile.am
1384 * src/plugins/pgpmime/claws.def
1385 * src/plugins/pgpmime/mypgpcore.def
1386 * src/plugins/pgpmime/plugin.def
1387 Commit win32 patch, from Werner Koch and
1390 2007-07-09 [colin] 2.10.0cvs10
1392 * src/prefs_toolbar.c
1393 Fix crash when no actions exist
1395 2007-07-07 [paul] 2.10.0cvs9
1398 * manual/claws-mail-manual.xml
1399 update copyright year
1401 updated by Flammie Pirinen
1403 2007-07-05 [wwp] 2.10.0cvs8
1405 * src/plugins/clamav/clamav_plugin_gtk.c
1406 Make vertical spacing like in other plugin prefs pages.
1408 2007-07-05 [wwp] 2.10.0cvs7
1411 It's %am that works, not %ae (this doc incoherence has been
1412 introduced with 2.9.2cvs13).
1414 2007-07-04 [wwp] 2.10.0cvs6
1416 * src/plugins/bogofilter/bogofilter.c
1417 Gettext-ize an occurrence of "Any" that wasn't.
1419 2007-07-04 [colin] 2.10.0cvs5
1422 Fix untranslated strings; thanks
1425 2007-07-03 [colin] 2.10.0cvs4
1429 Fix saving of sort mode for tags and
1430 thread date. Thanks to Pierre Ossman.
1431 Completes fix for bug 1233
1433 2007-07-03 [paul] 2.10.0cvs3
1441 2007-07-02 [colin] 2.10.0cvs2
1447 Add View/Sort/by Thread date
1448 Fixes bug 1233, 'Capability to sort
1449 threads by most recent message'
1450 Based on a patch by Paul Rolland
1452 2007-07-02 [colin] 2.10.0cvs1
1469 * src/matcher_parser_parse.y
1473 * src/prefs_common.c
1474 * src/prefs_common.h
1475 * src/prefs_filtering_action.c
1476 * src/prefs_matcher.c
1477 * src/prefs_summary_column.c
1481 * src/quote_fmt_lex.l
1482 * src/quote_fmt_parse.y
1486 * src/common/Makefile.am
1490 * src/gtk/quicksearch.c
1491 * src/gtk/quicksearch.h
1492 Add Tags implementation. Tags are arbitrary labels
1493 that can be applied to messages. It is possible
1494 to create, edit, remove tags; apply them to mails;
1495 filter on tags or tag presence; apply or unset
1496 tags via filtering actions; reference tags in
1499 2007-07-02 [paul] 2.10.0
1506 2007-07-02 [paul] 2.9.2cvs78
1516 updated by Stephan Sachse, me, Ricardo Mones
1517 Lastra, Fabien Vantard, Pader Rezso, Frederico
1518 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1520 2007-07-02 [paul] 2.9.2cvs77
1525 2007-06-29 [wwp] 2.9.2cvs76
1528 Fix a typo (thanks to Ricardo for finding this out).
1530 2007-06-28 [paul] 2.9.2cvs75
1535 2007-06-28 [paul] 2.9.2cvs74
1538 fix bug in the autotools build system.
1539 Files cataloged under EXTRA_DIST were never
1540 automatically copied to the build tree.
1541 (fix 'make distcheck')
1542 Patch by Michael Rasmussen.
1544 2007-06-24 [colin] 2.9.2cvs73
1547 Fix bug 1249, 'Error handling for
1548 news errors needs modification'
1549 Only popup error if the according
1550 pref in Prefs/Receive is set.
1552 2007-06-21 [colin] 2.9.2cvs72
1554 * src/common/plugin.c
1555 * src/common/plugin.h
1556 Change plugin API to know whether it's safe to
1557 unload plugins or whether we should just hide
1558 them. Fixes bug 1248, 'Core dumps after
1559 unloading plugin and clicking on load plugins'
1560 * src/plugins/bogofilter/bogofilter.c
1561 * src/plugins/clamav/clamav_plugin.c
1562 * src/plugins/demo/demo.c
1563 * src/plugins/dillo_viewer/dillo_viewer.c
1564 * src/plugins/pgpcore/plugin.c
1565 * src/plugins/pgpinline/plugin.c
1566 * src/plugins/pgpmime/plugin.c
1567 * src/plugins/spamassassin/spamassassin.c
1568 * src/plugins/trayicon/trayicon.c
1571 2007-06-19 [colin] 2.9.2cvs71
1575 Fix crash mentioned in bug 1246
1576 Race condition when automatically drafting
1577 due to insertion on reedit.
1579 2007-06-18 [wwp] 2.9.2cvs70
1582 LDIF import: use a "Proceed" button to complete
1585 2007-06-18 [paul] 2.9.2cvs69
1588 use pkgconfig to check for gtk and glib
1590 2007-06-17 [wwp] 2.9.2cvs68
1594 LDIF import: better error handling, minor code
1595 and UI cleanup, and renamed the Save button
1596 to Close, as imported stuff is already saved
1597 when the Save button is shown.
1599 2007-06-17 [colin] 2.9.2cvs67
1601 * src/prefs_summaries.c
1603 Don't set as read when forwarded, only replied to
1605 2007-06-17 [paul] 2.9.2cvs66
1608 add missing #include
1610 2007-06-16 [colin] 2.9.2cvs65
1612 * src/prefs_summaries.c
1614 Change the pref "Only mark as read when opened
1615 in new window" to "..., replied to or forwarded".
1616 Based on a patch by Paul Rolland.
1618 2007-06-16 [paul] 2.9.2cvs64
1621 alphabetical order! :)
1623 2007-06-16 [colin] 2.9.2cvs63
1627 Add Michael Rasmussen in authors list
1629 2007-06-16 [colin] 2.9.2cvs62
1632 Fix messageview_copy_clipboard to take advantage
1633 of plugins' get_selection.
1635 2007-06-15 [colin] 2.9.2cvs61
1641 * src/message_search.c
1643 * src/summary_search.c
1646 Allow GDK_KP_Enter to do the same as GDK_Return
1647 Patch by Michael Rasmussen
1649 2007-06-15 [paul] 2.9.2cvs60
1652 fix bug when closing a compose window
1655 2007-06-14 [paul] 2.9.2cvs59
1659 migrate sylpheed config
1661 2007-06-14 [wwp] 2.9.2cvs58
1663 * src/gtk/pluginwindow.c
1664 Yet another attempt to fix sizing/alignment of the
1665 button bar in plugins window.
1667 2007-06-12 [colin] 2.9.2cvs57
1672 * src/prefs_common.c
1673 * src/prefs_common.h
1674 * src/prefs_summaries.c
1675 * src/prefs_summary_open.c
1676 * src/prefs_summary_open.h
1678 Make "when entering a folder" actions more personalisable
1680 2007-06-12 [wwp] 2.9.2cvs56
1683 Use short description from Paul (mairix.sh).
1685 2007-06-12 [wwp] 2.9.2cvs55
1688 Updated info about mairix.sh.
1690 2007-06-11 [paul] 2.9.2cvs54
1692 * src/prefs_logging.c
1693 rework log window length widgets
1694 and some sensitivity fixes
1696 2007-06-11 [paul] 2.9.2cvs53
1699 * src/prefs_logging.c
1700 rename 'Protocol Log' to 'Network Log'
1701 and some function renaming
1703 2007-06-10 [wwp] 2.9.2cvs52
1705 * src/gtk/pluginwindow.c
1708 2007-06-10 [wwp] 2.9.2cvs51
1710 * src/gtk/pluginwindow.c
1711 Fix button bar in plugin window, was centered and not
1712 behaving like other dialogs w/ such button bar.
1714 2007-06-08 [wwp] 2.9.2cvs50
1721 Provide a way out of automatic draft saving on IMAP, when
1723 Prevent drafting while sending and quitting while sending.
1728 2007-06-08 [wwp] 2.9.2cvs49
1730 * src/prefs_account.c
1731 * src/gtk/prefswindow.c
1732 * src/gtk/prefswindow.h
1733 Activate the Basic page when opening account prefs.
1735 2007-06-08 [wwp] 2.9.2cvs48
1737 * src/common/socket.c
1738 Don't crash if fork() fails, thanks to Colin.
1740 2007-06-08 [wwp] 2.9.2cvs47
1742 * src/gtk/prefswindow.c
1743 Wrap some long lines, and reset horizontal scroller's adjusment
1744 (this was already done, vertically), when changing tab (not page)
1747 2007-06-08 [paul] 2.9.2cvs46
1749 * src/common/utils.c
1750 use gethostname() instead of uname()
1751 based on a patch by Michael Hughes
1752 <Sylpheed-Claws_user@thehugheslogcabin.net>
1754 2007-06-07 [wwp] 2.9.2cvs45
1756 * src/prefs_common.c
1757 Fix some useless warnings, thanks to Colin.
1759 2007-06-06 [colin] 2.9.2cvs44
1762 Fix strange allocations.
1764 2007-06-06 [colin] 2.9.2cvs43
1767 Patch by Michael Rasmussus to help
1770 2007-06-05 [wwp] 2.9.2cvs42
1772 * src/prefs_account.c
1773 * src/prefs_folder_item.c
1777 Per-folder templates can now be applied recursively.
1778 Always save per-folder templates (formats were erroneously
1779 saved only if they were enabled).
1780 Check for validity of quotation marks everywhere there
1783 2007-06-05 [wwp] 2.9.2cvs41
1786 Fix incoming messages from local accounts always getting filtered
1787 (even if the account prefs say don't), thanks to Colin.
1789 2007-06-05 [wwp] 2.9.2cvs40
1793 Use per-folder/per-account quote chars when applying a
1794 template or inserting text as well. Const'ify some
1797 2007-06-04 [colin] 2.9.2cvs39
1800 More work for wwp :)
1802 2007-06-04 [wwp] 2.9.2cvs38
1805 Same as 2.9.2cvs36 but for forwarding.
1807 2007-06-04 [colin] 2.9.2cvs37
1810 Use original mail file for forward/redirect
1811 Fixes some forwarded mails to be attached as
1812 application/octet-stream (when they have binary
1813 parts), and incidentally fixes bug 848
1814 'Redirect breaks GnuPG'
1816 2007-06-04 [wwp] 2.9.2cvs36
1819 Fix quote mark mis-initialisation when replying/forwarding
1820 (introduced w/ 2.9.2cvs20).
1822 2007-06-04 [wwp] 2.9.2cvs35
1824 * src/prefs_compose_writing.c
1826 Fix a bug where Quotation characters (prefs/compose/writing)
1827 was cleared (introduced w/ 2.9.2cvs26).
1829 2007-06-04 [wwp] 2.9.2cvs34
1831 * src/prefs_account.c
1832 * src/prefs_account.h
1833 Better fix for compiling w/o aspell (rollbacks
1836 2007-06-04 [wwp] 2.9.2cvs33
1839 * src/prefs_account.c
1840 * src/prefs_account.h
1842 It's now possible to disable mail filtering plugins
1843 on a per-account basis.
1845 2007-06-04 [wwp] 2.9.2cvs32
1848 * src/common/utils.c
1849 * src/common/utils.h
1850 Support CRLF in headers part of messages.
1851 Support few more date formats (RFC3339 subsets).
1853 2007-06-04 [wwp] 2.9.2cvs31
1855 * src/prefs_account.c
1856 Fix compiling w/o aspell support.
1858 2007-06-03 [wwp] 2.9.2cvs30
1861 Don't decode leading ENV_ and ~ in P_PASSWORD
1864 2007-06-03 [wwp] 2.9.2cvs29
1867 Don't decode leading ENV_ and ~ in P_PASSWORD
1870 2007-06-03 [wwp] 2.9.2cvs28
1872 * src/prefs_account.c
1873 * src/gtk/prefswindow.c
1874 * src/gtk/prefswindow.h
1875 Added a way to force preloading of all pages
1877 Moved tabs to pages in account prefs.
1879 2007-06-02 [colin] 2.9.2cvs27
1882 Fix possible crash, fix ldap write bugs
1884 Fix ldap write bugs - patch by Michael
1888 Add a hook whenever alertpanel opens/closes
1890 2007-05-31 [wwp] 2.9.2cvs26
1892 * src/prefs_compose_writing.c
1894 Re-organized writing options a bit:
1895 - renamed the Quoting page to Templates
1896 - moved all composing templates to that page
1897 - moved non-templates options to the Writing one,
1898 grouped reply-related options, reordered reply and
1901 2007-05-31 [wwp] 2.9.2cvs25
1904 Removed unused code.
1906 2007-05-31 [colin] 2.9.2cvs24
1909 Fix missing display name when modifying
1910 LDAP. Patch by Michael Rasmussen
1912 2007-05-31 [wwp] 2.9.2cvs23
1914 * src/plugins/bogofilter/Makefile.am
1915 * src/plugins/clamav/Makefile.am
1916 * src/plugins/demo/Makefile.am
1917 * src/plugins/dillo_viewer/Makefile.am
1918 * src/plugins/spamassassin/Makefile.am
1919 Fix building of those plugins in Mac OS X.
1921 2007-05-30 [wwp] 2.9.2cvs22
1923 * src/gtk/quicksearch.c
1924 Fix missing initialization.
1926 2007-05-30 [wwp] 2.9.2cvs21
1929 Revert accidental commit (debug outputs).
1931 2007-05-30 [wwp] 2.9.2cvs20
1934 * src/folder_item_prefs.c
1935 * src/folder_item_prefs.h
1936 * src/prefs_account.c
1937 * src/prefs_account.h
1938 * src/prefs_folder_item.c
1941 Implemented per-account and per-folder
1942 compose/reply/forward formats.
1944 2007-05-30 [wwp] 2.9.2cvs19
1946 * src/prefs_compose_writing.c
1951 Internal API changes (factorize quote format
1954 2007-05-30 [colin] 2.9.2cvs18
1957 Fix race where it's possible to re-click Send
1958 between end of SMTP session and end of "move to
1959 sent folder" when sending an email with send
1962 2007-05-30 [colin] 2.9.2cvs17
1965 Ask for backtrace on all threads. Patch by
1968 Fix stale news statusbar when scanning fails.
1971 Fix some LDAP write updates bugs. Patch
1972 by Michael Rasmussen
1974 2007-05-29 [colin] 2.9.2cvs16
1977 Fix loss of local flags when moving mails
1978 on IMAP in high-bandwidth mode (UID FETCH)
1980 2007-05-25 [paul] 2.9.2cvs15
1982 * src/common/socket.c
1983 fix sometimes crasher on cancelling
1986 2007-05-25 [colin] 2.9.2cvs14
1991 Be more helpful in the subscription
1994 2007-05-23 [wwp] 2.9.2cvs13
1997 * src/prefs_compose_writing.c
1999 * src/prefs_template.c
2000 * src/prefs_template.h
2003 * src/quote_fmt_lex.l
2004 * src/quote_fmt_parse.y
2005 Introduced new syntax elements (symbols and commands)
2006 in templates/quote_fmt. Compatibility w/ old
2008 Updated and reworked the corresponding Information
2010 Display the line number in dialogs that talk about
2011 parser errors (in addition to the error message in
2014 2007-05-23 [wwp] 2.9.2cvs12
2016 * src/quote_fmt_parse.y
2017 Fix 2.9.2cvs11, probably a paste accident ;).
2019 2007-05-23 [wwp] 2.9.2cvs11
2022 * src/prefs_template.c
2024 * src/quote_fmt_parse.y
2025 Fix 2.9.2cvs10, which broke --disable-aspell.
2027 2007-05-22 [wwp] 2.9.2cvs10
2030 * src/prefs_template.c
2033 * src/quote_fmt_lex.l
2034 * src/quote_fmt_parse.y
2035 * src/gtk/gtkaspell.c
2036 * src/gtk/gtkaspell.h
2037 Added template/quote format syntactical elements
2039 - current dictionary
2040 %T to show (shows empty if not set or not enabled),
2041 ?T and !T to check if the default dictionary is
2043 - current account's default dictionary
2044 %aT to show (empty if not set or not enabled),
2045 ?aT and !aT to check if it's enabled and set
2046 - name completion for an address, from the address
2048 %ABf, %ABt, %ABc respectively show the full name got
2049 from the address book if From, To or Cc match a single
2051 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2052 matches any contact and if the full name is non-empty.
2053 If From, To or Cc are lists of email addresses, only
2054 the first address will be checked.
2055 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2056 that could show a trailing ','.
2057 Also, template/quote_fmt parser now shows the line number in case
2060 2007-05-15 [colin] 2.9.2cvs9
2064 Add a public function to know whether Claws
2066 Store opened folder when exiting
2069 Store last opened message in each FolderItem;
2070 Reset last seen messages if Claws crashed, so
2071 that one can't go in an infinite crash in case
2072 a particular mail crashes Claws.
2074 * src/prefs_common.c
2075 * src/prefs_common.h
2077 * src/prefs_summaries.c
2078 Add "Select last opened message" when entering
2080 Add "Select last opened folder" at startup.
2082 2007-05-14 [colin] 2.9.2cvs8
2085 Fix bashism, search for xml catalog
2086 in /usr/local/share/xml/catalog too
2089 2007-05-13 [wwp] 2.9.2cvs7
2091 * src/gtk/logwindow.c
2092 fix raising log windows when they are either minimized or
2095 2007-05-11 [colin] 2.9.2cvs6
2098 Use Hildon's file chooser on Maemo. Patch
2099 by Jean-Luc Biord; fixes part 2 of bug 1201,
2100 'File attachment "manipulation" bugs...'
2102 2007-05-10 [wwp] 2.9.2cvs5
2104 * src/prefs_common.c
2105 * src/prefs_common.h
2106 * src/gtk/quicksearch.c
2107 Add a quicksearch option to automatically run
2108 a search selected from the history (this option
2109 is exclusive towards type-ahead).
2111 2007-05-10 [colin] 2.9.2cvs4
2114 Fix g_warnings, thanks to Brian
2117 2007-05-09 [colin] 2.9.2cvs3
2122 * src/prefs_summaries.c
2125 * src/common/utils.c
2126 * src/gtk/gtksourceprintjob.c
2127 * src/gtk/sslcertwindow.c
2128 Use the re-entrant variant of time functions
2129 Probably fixes bug 1217, 'reentrancy problems
2130 with time functions'
2132 2007-05-09 [colin] 2.9.2cvs2
2135 Fix crasher when reconnection fails
2137 2007-05-08 [paul] 2.9.2cvs1
2143 bump version number following
2146 2007-05-08 [paul] 2.9.1cvs48
2148 * src/plugins/demo/demo.c
2149 * src/plugins/dillo_viewer/dillo_prefs.c
2150 * src/plugins/dillo_viewer/dillo_prefs.h
2151 * src/plugins/dillo_viewer/dillo_viewer.c
2152 * src/plugins/pgpcore/pgp_viewer.c
2153 * src/plugins/pgpcore/pgp_viewer.h
2154 * src/plugins/pgpcore/plugin.c
2155 * src/plugins/pgpcore/prefs_gpg.c
2156 * src/plugins/pgpcore/prefs_gpg.h
2157 * src/plugins/pgpcore/sgpgme.c
2158 * src/plugins/pgpcore/sgpgme.h
2159 * src/plugins/pgpinline/plugin.c
2160 * src/plugins/pgpmime/pgpmime.c
2161 * src/plugins/pgpmime/pgpmime.h
2162 * src/plugins/pgpmime/plugin.c
2163 * src/plugins/spamassassin/spamassassin.c
2164 * src/plugins/spamassassin/spamassassin.h
2165 * src/plugins/spamassassin/spamassassin_gtk.c
2166 * src/plugins/trayicon/README
2168 * tools/README.sylprint
2169 * tools/outlook2claws-mail.pl
2171 * tools/tb2claws-mail
2172 * tools/tbird2claws.py
2174 * tools/vcard2xml.py
2175 * tools/kdeservicemenu/README
2176 cleanups and corrections
2178 2007-05-06 [wwp] 2.9.1cvs47
2181 Fix missing dash to `display` command-line, reported
2182 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2184 2007-05-06 [colin] 2.9.1cvs46
2187 * src/stock_pixmap.c
2188 * src/stock_pixmap.h
2189 * src/pixmaps/printer.xpm
2192 2007-05-06 [paul] 2.9.1cvs45
2197 * src/summary_search.c
2201 2007-05-05 [wwp] 2.9.1cvs44
2205 * src/prefs_actions.c
2209 Fix "faild" typos everywhere and capitalization of
2212 2007-05-04 [colin] 2.9.1cvs43
2217 * src/plugins/pgpcore/prefs_gpg.c
2218 * src/plugins/pgpcore/prefs_gpg.h
2219 * src/plugins/pgpinline/pgpinline.c
2220 * src/plugins/pgpmime/pgpmime.c
2221 Add an API to warn about encryption limits,
2222 and allow to disable these warnings
2224 2007-05-03 [colin] 2.9.1cvs42
2228 Fix bug 1213, 'Delete more than
2231 2007-05-03 [wwp] 2.9.1cvs41
2233 * src/prefs_common.c
2234 * src/prefs_filtering.c
2235 * src/prefs_template.c
2236 * src/common/template.c
2237 * src/common/template.h
2238 * src/gtk/gtkutils.c
2239 * src/gtk/gtkutils.h
2240 Templates are no longer automatically sorted
2241 by name, but can be sorted manually using
2242 |< < > >| buttons as well as drag'n'drop.
2244 2007-05-03 [wwp] 2.9.1cvs40
2246 * src/plugins/spamassassin/spamassassin.c
2247 * src/plugins/spamassassin/spamassassin.h
2248 * src/plugins/spamassassin/spamassassin_gtk.c
2249 * src/plugins/bogofilter/bogofilter.c
2250 * src/plugins/bogofilter/bogofilter.h
2251 * src/plugins/bogofilter/bogofilter_gtk.c
2252 Added an option to conditionally mark saved spam
2253 as read (default is and was to do so).
2254 Satisfies feature request 1708539 on sf.net tracker.
2256 2007-05-03 [colin] 2.9.1cvs39
2259 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2261 2007-05-02 [colin] 2.9.1cvs38
2264 Fix bug 1209, 'Clicking on address
2265 in header (mailto uri) selects
2266 default account'. Patch adapted from
2269 2007-05-02 [colin] 2.9.1cvs37
2271 * src/grouplistdialog.c
2272 Set cursor to wait cursor while loading
2275 2007-05-02 [paul] 2.9.1cvs36
2279 rename cache and mark files
2282 2007-04-30 [paul] 2.9.1cvs35
2284 * manual/glossary.xml
2285 * manual/plugins.xml
2286 updates. Patch by Ricardo
2288 2007-04-29 [wwp] 2.9.1cvs34
2292 Fix few grammatical errors (patch by David Relson < relson at
2293 osagesoftware dot com >).
2295 2007-04-28 [colin] 2.9.1cvs33
2299 * src/prefs_account.c
2300 * src/prefs_account.h
2301 Drop the "Download all" preference. It's
2302 stupidly useless and confuses people from
2305 2007-04-27 [wwp] 2.9.1cvs32
2308 * src/prefs_account.c
2309 * src/prefs_account.h
2310 Don't reflect accounts changes to the mainwindow when it's
2313 2007-04-27 [colin] 2.9.1cvs31
2316 Freeze/thaw when sync'ing flags
2318 * src/prefs_account.c
2319 * src/prefs_account.h
2320 * src/etpan/imap-thread.c
2321 * src/etpan/imap-thread.h
2322 Add a way to use UID FETCH instead
2323 of searches to fetch message lists
2324 and flags. More expensive towards
2325 bandwidth, less expensive towards
2326 server's CPU. Probably fixes
2327 bug 1158, 'Scanning new folders on
2328 Exchange 2007 extremely slow'.
2331 2007-04-27 [paul] 2.9.1cvs30
2334 * src/prefs_logging.c
2335 improvements to english usage
2337 2007-04-27 [colin] 2.9.1cvs29
2340 Fix build without libetpan (my bad!)
2342 2007-04-26 [colin] 2.9.1cvs28
2346 Fix uselessly exported function
2348 Consider "- -- \n" as signature separator
2349 (that's what signature separators look like
2350 in PGP/Inline signed mails)
2352 2007-04-26 [colin] 2.9.1cvs27
2355 libetpan-0.49 is now required
2357 Fix double fetching of mails if
2360 Make offline sync faster, by
2361 remembering last change time, and
2364 2007-04-26 [hoa] 2.9.1cvs26
2370 * src/etpan/imap-thread.c
2371 * src/etpan/imap-thread.h
2372 cancellation of IMAP operations is now allowed.
2373 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2375 2007-04-26 [colin] 2.9.1cvs25
2378 Always fetch body+headers in folders that are
2379 synched for offline use, if "Synchronise as
2380 soon as possible" is set.
2381 Fixes bug 1200, 'Add option to always retrieve full
2384 2007-04-25 [colin] 2.9.1cvs24
2387 Fix bug 1198, 'Reply-all "disappearing" address bug
2390 2007-04-24 [colin] 2.9.1cvs23
2393 Fix bug 1195, 'Hardware key navigation'
2394 Make GDK_Enter toggle expansion (Maemo)
2396 2007-04-24 [wwp] 2.9.1cvs22
2399 Fix few compiler warnings.
2401 2007-04-24 [paul] 2.9.1cvs21
2404 * src/stock_pixmap.c
2405 * src/stock_pixmap.h
2406 complete last commit
2408 2007-04-24 [paul] 2.9.1cvs20
2411 * src/pixmaps/active.xpm
2412 * src/pixmaps/checkbox_off.xpm
2413 * src/pixmaps/checkbox_on.xpm
2414 * src/pixmaps/inactive.xpm
2416 remove transparent border from checkbox icons
2418 2007-04-24 [wwp] 2.9.1cvs19
2422 Fix a crash in textview, thanks to Colin.
2424 2007-04-23 [wwp] 2.9.1cvs18
2426 * src/prefs_common.c
2427 Fix 2.9.1cvs5: no header was being translated at all.
2429 2007-04-23 [colin] 2.9.1cvs17
2432 * src/stock_pixmap.c
2433 * src/stock_pixmap.h
2436 * src/gtk/gtksctree.c
2437 * src/gtk/gtksctree.h
2438 * src/pixmaps/selection.xpm
2439 Fix bug 1193, 'Need a way to multi-select
2440 items'. Add a toggle button to the summaryview
2441 to switch between normal and multiple selection
2444 2007-04-23 [colin] 2.9.1cvs16
2447 * src/stock_pixmap.c
2448 * src/stock_pixmap.h
2451 * src/gtk/gtksctree.c
2452 * src/gtk/gtksctree.h
2453 * src/pixmaps/selection.xpm
2454 Fix bug 1193, 'Need a way to multi-
2456 Add a toggle button in the summaryview
2457 to enable normal or multiple selection.
2460 2007-04-23 [colin] 2.9.1cvs15
2463 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2465 2007-04-21 [colin] 2.9.1cvs14
2467 * src/gtk/quicksearch.c
2468 Fix previous commit (actually use correct
2471 2007-04-21 [colin] 2.9.1cvs13
2473 * src/gtk/quicksearch.c
2474 Fix changing quicksearch type (after Esc,
2475 after changing Recursive, ...)
2477 2007-04-20 [wwp] 2.9.1cvs12
2479 * src/gtk/Makefile.am
2480 Added headers.h (completes 2.9.1cvs5).
2482 2007-04-20 [wwp] 2.9.1cvs11
2485 Fix the use of display name in name column,
2486 it has been overriden w/ the use of nickname
2487 by 2.9.0cvs3. Now nickname is used (if any)
2488 in case of LDAP books only.
2490 2007-04-20 [colin] 2.9.1cvs10
2495 Add handling of 'a' to loop in a mail's
2498 2007-04-20 [colin] 2.9.1cvs9
2501 Fix bug 1190, 'dir_open' button doesn't work'
2504 2007-04-20 [colin] 2.9.1cvs8
2508 Fix bug 1194, 'Hardware keys move from email
2509 list to account/directory list, but not back
2510 to email list...' (Maemo)
2512 2007-04-20 [colin] 2.9.1cvs7
2515 complete previous commit
2517 2007-04-20 [colin] 2.9.1cvs6
2520 Fix bug 1187, 'Reply-to addressee disappears
2521 when reply-to text box is clicked...' (Maemo)
2523 2007-04-20 [wwp] 2.9.1cvs5
2531 * src/prefs_common.c
2532 * src/prefs_common.h
2533 * src/prefs_display_header.c
2534 * src/prefs_matcher.c
2537 * src/gtk/quicksearch.c
2538 Translate more header names according to the relevant option value,
2539 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2540 Replaced nearly all uses of prefs_common.trans_hdr with a call
2541 to prefs_common_translated_header_name().
2542 Added a headers.h reference file that contains known header names
2543 (RFC2822 and others) to the translation process' input, so that
2544 translated header names will still exist even if no occurrence of
2545 _("headername") is found anymore in the sources.
2546 Don't translate column name 'Number' following to trans_hdr option
2547 value as it's not a header name.
2549 2007-04-20 [colin] 2.9.1cvs4
2551 * src/gtk/quicksearch.c
2552 * src/gtk/quicksearch.h
2553 Add "From, To or Subject" quicksearch
2554 type. Patch by ulfschaper@users.sf.net
2556 2007-04-20 [colin] 2.9.1cvs3
2559 Implement proper references filtering condition.
2560 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2562 2007-04-19 [wwp] 2.9.1cvs2
2564 * src/prefs_display_header.c
2565 * src/message_search.c
2566 Fix few warnings (g_free of const gchar*).
2568 2007-04-19 [paul] 2.9.1cvs1
2574 bump version number following
2577 2007-04-19 [paul] 2.9.0cvs9
2579 * manual/advanced.xml
2580 * manual/glossary.xml
2583 2007-04-18 [paul] 2.9.0cvs8
2586 fix for CVE-2007-1558 (APOP)
2589 2007-04-18 [paul] 2.9.0cvs7
2595 Fix encoding woes wrt saving of
2599 2007-04-18 [colin] 2.9.0cvs6
2601 * src/gtk/pluginwindow.c
2602 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2604 2007-04-17 [wwp] 2.9.0cvs5
2610 Fix --disable-ldap build,
2611 fix some LDAP annoyances on
2612 searches, thanks to Colin.
2614 2007-04-17 [wwp] 2.9.0cvs4
2617 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2618 like gcc 2.9x. Thanks to Colin.
2620 2007-04-17 [wwp] 2.9.0cvs3
2636 Add LDAP write support. Patch mostly by
2637 Michael <mir at datanom dot net>
2639 2007-04-17 [wwp] 2.9.0cvs2
2642 Prepend "Add to address book" to the context menu of compose window's sender and
2645 2007-04-16 [paul] 2.9.0cvs1
2650 2007-04-16 [paul] 2.9.0
2657 2007-04-16 [paul] 2.8.1cvs102
2660 updated by Fabien Vantard
2662 2007-04-16 [paul] 2.8.1cvs101
2672 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2673 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2674 Aleksandar Urosevic, and Ralgh Young
2676 2007-04-15 [mones] 2.8.1cvs100
2681 2007-04-14 [colin] 2.8.1cvs99
2683 * src/message_search.c
2684 * src/prefs_display_header.c
2685 * src/summary_search.c
2686 * src/gtk/combobox.c
2689 2007-04-14 [wwp] 2.8.1cvs98
2691 * src/gtk/combobox.c
2692 * src/message_search.c
2693 * src/summary_search.c
2694 * src/prefs_display_header.c
2695 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2696 returns NULL, get the text value directly from the GtkEntry child.
2698 2007-04-13 [colin] 2.8.1cvs97
2700 * src/gtk/quicksearch.c
2701 Give the focus back to summaryview when
2702 emptying the quicksearch with Esc
2704 2007-04-13 [colin] 2.8.1cvs96
2706 * src/message_search.c
2707 * src/prefs_display_header.c
2708 * src/summary_search.c
2709 Fix possibles crashes when getting text
2712 2007-04-13 [colin] 2.8.1cvs95
2715 Add some UIDL debugging
2717 2007-04-12 [colin] 2.8.1cvs94
2720 Force folder scan if necessary after
2721 copying mails, to be able to reapply
2724 2007-04-11 [colin] 2.8.1cvs93
2727 don't scan for new mail on startup if --select
2728 is specified (or race conditions arise). If so,
2729 do both sequentially.
2731 2007-04-09 [colin] 2.8.1cvs92
2734 Use leafpad by default on Maemo. Patch
2737 2007-04-06 [colin] 2.8.1cvs91
2739 * src/pixmaps/queue_close.xpm
2740 * src/pixmaps/queue_close_hrm.xpm
2741 * src/pixmaps/queue_close_hrm_mark.xpm
2742 * src/pixmaps/queue_close_mark.xpm
2743 * src/pixmaps/queue_open.xpm
2744 * src/pixmaps/queue_open_hrm.xpm
2745 * src/pixmaps/queue_open_hrm_mark.xpm
2746 * src/pixmaps/queue_open_mark.xpm
2747 Move the clock one pixel down :)
2749 2007-04-05 [colin] 2.8.1cvs90
2752 Don't sync when switching offline from
2753 command line - it's usually too late :)
2755 2007-04-05 [paul] 2.8.1cvs89
2758 * src/stock_pixmap.c
2759 * src/pixmaps/dir_close_hrm.xpm
2760 * src/pixmaps/dir_close_hrm_mark.xpm
2761 * src/pixmaps/drafts_close.xpm
2762 * src/pixmaps/drafts_close_mark.xpm
2763 * src/pixmaps/drafts_open.xpm
2764 * src/pixmaps/drafts_open_mark.xpm
2765 * src/pixmaps/inbox.xpm
2766 * src/pixmaps/inbox_close.xpm
2767 * src/pixmaps/inbox_close_hrm.xpm
2768 * src/pixmaps/inbox_close_hrm_mark.xpm
2769 * src/pixmaps/inbox_close_mark.xpm
2770 * src/pixmaps/inbox_hrm.xpm
2771 * src/pixmaps/inbox_hrm_mark.xpm
2772 * src/pixmaps/inbox_mark.xpm
2773 * src/pixmaps/inbox_open.xpm
2774 * src/pixmaps/inbox_open_hrm.xpm
2775 * src/pixmaps/inbox_open_hrm_mark.xpm
2776 * src/pixmaps/inbox_open_mark.xpm
2777 * src/pixmaps/outbox.xpm
2778 * src/pixmaps/outbox_close.xpm
2779 * src/pixmaps/outbox_close_hrm.xpm
2780 * src/pixmaps/outbox_close_hrm_mark.xpm
2781 * src/pixmaps/outbox_close_mark.xpm
2782 * src/pixmaps/outbox_hrm.xpm
2783 * src/pixmaps/outbox_hrm_mark.xpm
2784 * src/pixmaps/outbox_mark.xpm
2785 * src/pixmaps/outbox_open.xpm
2786 * src/pixmaps/outbox_open_hrm.xpm
2787 * src/pixmaps/outbox_open_hrm_mark.xpm
2788 * src/pixmaps/outbox_open_mark.xpm
2789 * src/pixmaps/queue_close.xpm
2790 * src/pixmaps/queue_close_hrm.xpm
2791 * src/pixmaps/queue_close_hrm_mark.xpm
2792 * src/pixmaps/queue_close_mark.xpm
2793 * src/pixmaps/queue_open.xpm
2794 * src/pixmaps/queue_open_hrm.xpm
2795 * src/pixmaps/queue_open_hrm_mark.xpm
2796 * src/pixmaps/queue_open_mark.xpm
2797 updated, added and replaced icons
2800 2007-04-04 [colin] 2.8.1cvs88
2803 Fix build without libetpan
2805 2007-04-03 [colin] 2.8.1cvs87
2808 Fix crash with Citadel, and try to make
2809 things work. this server (and specifically
2810 STATUS and APPEND at least) seems broken.
2812 2007-04-03 [colin] 2.8.1cvs86
2815 Fix icons on folder close
2817 2007-04-03 [colin] 2.8.1cvs85
2820 Fix double-ask of offline override in
2825 Much more efficient way to synchronise
2827 * src/etpan/imap-thread.c
2830 * src/gtk/quicksearch.c
2833 2007-04-03 [paul] 2.8.1cvs84
2838 * src/prefs_common.c
2839 * src/prefs_common.h
2841 Fix sync being done too late
2844 2007-04-02 [colin] 2.8.1cvs83
2847 Maemo: Put status and quicksearch at the top
2848 * src/plugins/bogofilter/bogofilter.c
2849 * src/plugins/spamassassin/spamassassin.c
2850 Derive trash from inbox if possible
2852 2007-04-02 [paul] 2.8.1cvs82
2854 * src/plugins/bogofilter/bogofilter_gtk.c
2855 a few English changes
2861 2007-04-02 [colin] 2.8.1cvs81
2863 * src/image_viewer.c
2864 Fix transparent images by using
2867 Flush events (on new windows) to avoid
2868 having the textview's image resize fail
2869 to know the available width
2871 2007-04-01 [colin] 2.8.1cvs80
2873 * src/prefs_account.c
2874 If no MH mailbox exist, when creating a POP/Local
2875 account, just create and use the default one
2876 instead of bailing with a "Mailbox doesn't exist"
2879 2007-03-31 [colin] 2.8.1cvs79
2881 * src/prefs_account.c
2882 Create signature file if it doesn't exist
2884 * src/prefs_toolbar.c
2885 Maemo: Move "Use default" on the left so
2886 that people can find it
2888 Maemo: make default editor "Maemopad",
2889 default signature file "MyDocs/signature.txt"
2891 2007-03-31 [colin] 2.8.1cvs78
2893 * src/prefs_account.c
2894 Maemo: rework account prefs so
2895 that less horizontal scrolling
2898 2007-03-31 [colin] 2.8.1cvs77
2901 * src/prefs_common.c
2902 * src/prefs_common.h
2903 Fix bug 1167, 'Allow not displaying zeros
2904 in folder list'. Patch by MartinP
2906 2007-03-31 [colin] 2.8.1cvs76
2911 2007-03-31 [colin] 2.8.1cvs75
2914 Apply patch from bug 1172, direct
2915 access to the folder's session instead
2916 of using getter. Patch by MartinP
2918 2007-03-31 [paul] 2.8.1cvs74
2921 no need to list Fabien twice!
2923 2007-03-31 [colin] 2.8.1cvs73
2926 If we're currently "overriding for %d minutes",
2929 2007-03-31 [colin] 2.8.1cvs72
2937 * src/plugins/spamassassin/spamassassin.c
2938 Offline override: Add a parameter to allow
2939 asking even if the override timer is running.
2940 Allows to ask every time the user makes an
2941 explicit action needing online access (such
2942 as Get Mail), and not when the action is
2943 implicit (such as opening an IMAP folder)
2945 2007-03-31 [colin] 2.8.1cvs71
2948 Override offline: "No" answer shouldn't
2949 re-ask after 3 seconds, but 10 minutes.
2951 2007-03-30 [colin] 2.8.1cvs70
2953 * src/common/socket.c
2954 Better error reporting on unix socket
2955 failure (bind usually)
2956 * src/gtk/gtkutils.c
2957 * src/gtk/gtkutils.h
2958 Label window: add a pulsing progress
2959 bar to show we're not hung :)
2962 * src/plugins/pgpcore/sgpgme.c
2965 2007-03-30 [colin] 2.8.1cvs69
2968 * src/prefs_common.c
2969 Fix possible trashing of history and uidl
2970 files on disk full problems
2972 2007-03-30 [paul] 2.8.1cvs68
2977 update summary when changing layout type
2978 (fixes wrong folder icon being displayed)
2981 2007-03-29 [colin] 2.8.1cvs67
2983 * src/prefs_ext_prog.c
2984 The browser pref is irrelevant on Maemo
2986 2007-03-29 [colin] 2.8.1cvs66
2990 Maemo: dynamically switch headers/text position
2991 * src/prefs_common.c
2992 Maemo: hide compose's ruler by default
2993 * src/common/socket.c
2994 * src/common/socket.h
2997 2007-03-29 [colin] 2.8.1cvs65
2999 * src/common/socket.c
3000 * src/common/socket.h
3001 Fix build when MAEMO_CFLAGS contains
3002 _X_OPENSOURCE (resolv.h errors as long
3003 as we don't add _BSD_SOURCE. Ugly).
3005 2007-03-29 [wwp] 2.8.1cvs64
3007 * src/prefs_logging.c
3008 Fix sensitivity of clip-log widgets in prefs/logging,
3011 2007-03-29 [wwp] 2.8.1cvs63
3014 Updated files list for translations, thanks to Fabien.
3016 2007-03-29 [colin] 2.8.1cvs62
3019 * src/common/Makefile.am
3020 * src/common/utils.c
3021 Maybe make URI opening work in Maemo
3024 2007-03-28 [colin] 2.8.1cvs61
3029 Add the possibility to sort folders arbitrarily
3030 (via editing of folderlist.xml only). Patch by
3031 Martin P <mp26+claws@os.inf.tu-dresden.de>
3032 Fixes bug 1166, 'Folder ordering is fixed and cannot
3033 be changed by the user'
3035 2007-03-28 [colin] 2.8.1cvs60
3038 Add popup menu for mime icons
3040 2007-03-28 [colin] 2.8.1cvs59
3043 Fix a layout issue when presenting
3044 mainwindow in Small screen layout
3047 Add a "Go to folder list" button for
3048 mainwindow, and make it default in
3051 2007-03-28 [colin] 2.8.1cvs58
3054 Don't dynamically update title on Maemo
3055 Patch by Jean-Luc Biord
3057 2007-03-27 [colin] 2.8.1cvs57
3062 Enable tap-and-hold on Maemo
3064 2007-03-26 [colin] 2.8.1cvs56
3067 More popup-menu (in attachments list)
3069 2007-03-26 [colin] 2.8.1cvs55
3072 Enable popup-menu signal
3074 2007-03-26 [colin] 2.8.1cvs54
3076 * src/plugins/pgpinline/pgpinline.c
3077 Fix bug 1111, 'PGP/inline plugin hides text
3078 around encrypted text block'. Patch based on
3079 a patch from Michal Cihar.
3081 2007-03-26 [wwp] 2.8.1cvs53
3084 Fix getting a false error when sending queued message
3085 whereas the sending was fine (if there are subfolders
3086 in the queue folder), thanks to Colin.
3088 2007-03-26 [paul] 2.8.1cvs52
3091 update FACE header in welcome message
3093 2007-03-25 [colin] 2.8.1cvs51
3098 2007-03-25 [colin] 2.8.1cvs50
3101 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3103 2007-03-24 [colin] 2.8.1cvs49
3106 Fix a few launch problems on Maemo
3107 Patch by Jean-Luc Biord
3109 2007-03-24 [wwp] 2.8.1cvs48
3115 Fix wrong action performed when closing the
3116 "ask about account specific filtering rules
3117 when filtering manually" dialog by pressing Escape.
3118 Fix wrong order of buttons in the "return receipt
3119 notification - the message was sent to several of
3120 your accounts" dialog.
3122 2007-03-24 [paul] 2.8.1cvs47
3125 an improvement to English usage
3126 * tools/kdeservicemenu/README
3129 2007-03-24 [paul] 2.8.1cvs46
3132 * src/stock_pixmap.c
3133 * src/pixmaps/edit_extern.xpm
3134 * src/pixmaps/mail_sign.xpm
3135 rescue long lost icons
3137 2007-03-24 [paul] 2.8.1cvs45
3140 fix toolbar (broken in 2.8.1cvs42)
3142 2007-03-23 [colin] 2.8.1cvs44
3145 Correctly unsubscribe/resubscribe after
3148 2007-03-23 [colin] 2.8.1cvs43
3150 * src/prefs_common.c
3151 Maemo: as the platform is light on RAM, allow
3152 caches to be discarded faster.
3154 2007-03-23 [colin] 2.8.1cvs42
3159 * src/stock_pixmap.c
3160 * src/stock_pixmap.h
3165 * src/pixmaps/open_mail.xpm
3166 Maemo changes: Add the possibility to have
3167 "Open Email" and "Close Window" buttons on
3168 toolbars (and use them in Maemo's default
3171 2007-03-23 [wwp] 2.8.1cvs41
3174 Reverted that part of the action dialog closure logics, to
3175 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3176 done later in a different way (or may not).
3178 2007-03-22 [wwp] 2.8.1cvs40
3181 Fix sticky action dialog when got no output but action command
3182 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3184 2007-03-22 [colin] 2.8.1cvs39
3186 * src/prefs_filtering.c
3187 * src/gtk/combobox.h
3188 Fix escaping account names in filtering prefs
3190 2007-03-22 [colin] 2.8.1cvs38
3195 Add any attribute specified in LDAP servers'
3196 Search attributes to the Other Attributes tab
3197 of contacts; Add 'telephoneNumber' in the
3200 2007-03-22 [colin] 2.8.1cvs37
3205 Try to prevent race conditions when
3206 changing the folder list
3208 Fix possible red folder icon when
3209 switching from Small screen layout
3212 2007-03-22 [colin] 2.8.1cvs36
3217 Rename "little screen" to "Small screen"
3218 * src/gtk/Makefile.am
3219 * src/common/utils.c
3221 Fix Maemo-related compilation problems
3223 2007-03-21 [colin] 2.8.1cvs35
3227 * claws-mail.desktop
3228 Remove .png from the Icon, it's useless
3230 2007-03-21 [colin] 2.8.1cvs34
3234 Add the necessary lib checking for
3237 2007-03-21 [colin] 2.8.1cvs33
3240 Fix unconditional "error happened" when
3241 sending via command-line. "lol @ myself"
3243 2007-03-21 [colin] 2.8.1cvs32
3245 * claws-mail-40x40.png
3246 * claws-mail-26x26.png
3256 * src/prefs_account.c
3257 * src/prefs_common.c
3258 * src/summary_search.c
3262 * src/gtk/gtkutils.c
3263 * src/gtk/gtkutils.h
3264 * src/gtk/logwindow.c
3266 * src/gtk/prefswindow.c
3267 Add Maemo port (patch mainly by Jean-Luc Biort)
3268 Add a new 'Little screen' layout to help on such
3269 platforms (patch by me)
3270 Make some default preferences different (more
3271 adapted) on Maemo (patch by me)
3273 2007-03-21 [wwp] 2.8.1cvs31
3275 * src/prefs_logging.c
3276 * src/prefs_logging.h
3277 Fixed copyright header of newly added files.
3279 2007-03-21 [wwp] 2.8.1cvs30
3295 * src/prefs_common.c
3296 * src/prefs_common.h
3297 * src/prefs_logging.c
3298 * src/prefs_logging.h
3301 * src/send_message.c
3306 * src/common/session.c
3308 * src/common/socket.c
3309 * src/etpan/imap-thread.c
3310 * src/gtk/logwindow.c
3311 * src/gtk/logwindow.h
3312 * src/plugins/bogofilter/bogofilter.c
3313 * src/plugins/spamassassin/spamassassin.c
3314 Added debugging of filtering/processing rules.
3315 The debug log is here 'Tools/Filtering debug window',
3316 the options there 'Configuration/Preferences/Other/Logging',
3317 and the log file is ~/.claws-mail/filtering.log.
3318 Moved protocol log prefs to 'Other/Logging' as well.
3319 To support such debugging feature, the existing log API has
3320 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3321 this impacts many external modules (commits follow).
3323 2007-03-21 [paul] 2.8.1cvs29
3325 * src/etpan/Makefile.am
3326 * src/etpan/imap-thread.c
3327 add missing #include
3329 2007-03-21 [colin] 2.8.1cvs28
3332 Fix bug 1157, 'some broken messages confuse
3333 mime parser'. Make sure we can't have MimeInfos
3334 with negative sizes.
3336 2007-03-20 [colin] 2.8.1cvs27
3339 Fix missing \0 on buffer
3341 2007-03-20 [colin] 2.8.1cvs26
3344 Use make_dir_hier instead of make_dir
3345 to create the MH mailbox
3347 2007-03-20 [colin] 2.8.1cvs25
3351 * src/prefs_account.c
3353 Fix default inbox weirdnesses (after wizard,
3354 if path is Mail, mailbox identifier is #mh/Mailbox,
3355 and when creating new accounts)
3357 2007-03-20 [colin] 2.8.1cvs24
3360 Write folderlist after adding/deleting accounts
3363 2007-03-20 [colin] 2.8.1cvs23
3366 * src/remotefolder.h
3367 Fix bug 1153, 'CM segfaults if IMAP folder is
3368 selected while scanning prior to update'
3370 2007-03-17 [paul] 2.8.1cvs22
3373 fix a typo, and be a little more verbose.
3375 2007-03-17 [wwp] 2.8.1cvs21
3378 Fix a compiler warning.
3380 2007-03-16 [wwp] 2.8.1cvs20
3384 Updated to deal w/ the new mairix.sh tool.
3386 2007-03-16 [wwp] 2.8.1cvs19
3389 Fix logics issues around the action IO dialog:
3390 - disable entry widget and exec button when
3391 the exec button is clicked (don't wait for any
3392 output line) - fix possible disabling/re-enabling/
3393 re-disabling of those widgets
3394 - raise an error if executing a %as{} action either
3395 empty or invalid, instead of failing silently
3396 - don't close the dialog if the abort button has been
3397 clicked and if there was no output yet
3398 - set focus to the abort button when the exec button
3400 - fix capitalization of a warning message
3402 2007-03-16 [wwp] 2.8.1cvs18
3405 Added a wrapper to mairix to the tools folder.
3407 2007-03-16 [colin] 2.8.1cvs17
3411 Allow mimeviewer plugins to print
3414 2007-03-16 [colin] 2.8.1cvs16
3419 2007-03-15 [colin] 2.8.1cvs15
3423 Add a way for mimeviewer plugins to
3424 implement body search
3426 2007-03-15 [paul] 2.8.1cvs14
3428 * src/prefs_spelling.c
3431 2007-03-15 [paul] 2.8.1cvs13
3433 * src/common/quoted-printable.c
3434 fix decoding of quoted-printable parts
3436 2007-03-14 [wwp] 2.8.1cvs12
3438 * src/gtk/logwindow.h
3439 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3441 2007-03-14 [wwp] 2.8.1cvs11
3443 * src/gtk/logwindow.h
3444 Complete 2.8.1cvs10.
3446 2007-03-14 [colin] 2.8.1cvs10
3448 * src/gtk/logwindow.c
3449 Probably fix bug 1149, crash on logwindow
3450 close - at the expense of performance once
3451 logwin has been opened
3453 2007-03-14 [colin] 2.8.1cvs9
3456 If claws-mail is running on another
3457 display, warn instead of popping it up
3458 on the other display
3460 2007-03-12 [colin] 2.8.1cvs8
3463 Fix bug 1145, 'Setting a different name
3464 for the Mailbox name isn't reflected in
3465 default account settings'. Patch by wwp
3467 2007-03-12 [colin] 2.8.1cvs7
3470 Fix bug 1143, 'Add number of messages to be
3471 deleted to confirmation dialog'
3473 2007-03-12 [wwp] 2.8.1cvs6
3476 * src/prefs_common.c
3477 * src/prefs_common.h
3478 * src/prefs_summaries.c
3479 Changed the option that displays unread messages count
3480 next to the folder name in folder list: it is now
3481 possible to either display nothing, display the
3482 unread messages number only or the unread and total messages
3483 numbers. The patch includes this extra feature as well
3484 as some minor fixes by rewriting the algo in folderview.c.
3485 Thanks to Paul for the original idea and implementation, plus
3486 testing and proof-reading!
3488 2007-03-09 [paul] 2.8.1cvs5
3492 * tools/claws-mail-compose-insert-files.pl
3493 added a script which enables inserting files
3494 into the message body of a new Claws Mail
3495 Compose window from the command line. Additionally
3496 To, Cc, Subject and files to attach to the message
3499 2007-03-09 [wwp] 2.8.1cvs4
3504 Optimize matching of addresses in the addressbook
3505 (filtering/processing 'found_in_addressbook' condition).
3507 2007-03-07 [wwp] 2.8.1cvs3
3510 * src/quote_fmt_lex.l
3511 * src/quote_fmt_parse.y
3512 Add a new quote format symbol: %A to insert the
3513 sender email address (just the address itself).
3515 2007-03-06 [wwp] 2.8.1cvs2
3517 * src/gtk/gtkutils.c
3518 * src/plugins/trayicon/trayicon_prefs.h
3519 * src/plugins/trayicon/trayicon_prefs.c
3520 * src/plugins/trayicon/trayicon.c
3523 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3524 minimizing Claws-Mail main window will hide it to the trayicon instead.
3527 2007-03-06 [paul] 2.8.1cvs1
3533 bump version number following
3536 2007-03-06 [paul] 2.8.0cvs24
3539 corrected by by Tim <timbrain@post.cz>
3541 2007-03-05 [colin] 2.8.0cvs23
3545 Fix mime/globs path on NetBSD
3546 patch by George Michaelson
3548 2007-03-05 [wwp] 2.8.0cvs22
3551 Remove debug statement (accidentally committed w/ cvs14).
3553 2007-03-05 [paul] 2.8.0cvs21
3555 * src/plugins/pgpcore/prefs_gpg.c
3556 fix compiler warning
3558 2007-03-05 [wwp] 2.8.0cvs20
3560 * src/matcher_parser_parse.y
3561 Fix mismerge between cvs17 and cvs19.
3563 2007-03-05 [wwp] 2.8.0cvs19
3565 * src/matcher_parser_parse.y
3566 * src/prefs_filtering_action.c
3571 Add new 'add_to_addressbook' filtering/processing action.
3573 2007-03-05 [wwp] 2.8.0cvs18
3576 Fix mark_as_ham filtering/processing action: spam flag
3579 2007-03-04 [colin] 2.8.0cvs17
3584 * src/matcher_parser_parse.y
3585 * src/prefs_filtering_action.c
3586 Add 'Mark as spam' and 'Mark as ham' filtering
3587 actions. Fixes bug 1138.
3589 2007-03-04 [colin] 2.8.0cvs16
3592 Fix bug 1140, wrong return value
3595 2007-03-04 [wwp] 2.8.0cvs15
3598 Rollback cvs14: don't free stuff that is managed in g_list.
3600 2007-03-04 [wwp] 2.8.0cvs14
3603 Fix a leak in address completion code.
3605 2007-03-04 [colin] 2.8.0cvs13
3608 Maybe fix bug 1136, 'Crash in group
3611 2007-03-04 [iwkse] 2.8.0cvs12
3614 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3616 2007-03-03 [colin] 2.8.0cvs11
3618 * src/plugins/pgpinline/pgpinline.c
3619 Fix off-by-one, fix double-free. Fixes
3620 bug 1135, 'cm-segfault on decrypting
3623 2007-03-03 [colin] 2.8.0cvs10
3627 * src/common/plugin.c
3628 Fix bug 1134, 'Valgrind macros unhandled
3631 2007-03-02 [colin] 2.8.0cvs9
3634 Don't error out on EAGAIN. Fixes
3635 bug 1129, '"local mbox file" account
3636 isn't retrieving mails'
3638 2007-03-01 [wwp] 2.8.0cvs8
3641 * src/gtk/colorlabel.c
3642 Remove accels for extra color labels until we set better
3643 and definitive ones.
3645 2007-02-28 [wwp] 2.8.0cvs7
3648 * src/matcher_parser_parse.y
3649 * src/prefs_common.c
3650 * src/prefs_msg_colors.c
3652 * src/gtk/colorlabel.c
3653 * src/gtk/colorlabel.h
3654 Add more customizable color labels. Cleaned up a bit
3655 the color label API to avoid duplicate defines of
3656 the max number of colors.
3658 2007-02-27 [colin] 2.8.0cvs6
3661 * src/common/utils.c
3662 * src/common/utils.h
3663 Fix '+' in mailto URIs for List-* headers
3665 2007-02-27 [colin] 2.8.0cvs5
3667 * src/gtk/gtkutils.c
3668 Use gtk_window_set_role instead of
3671 2007-02-27 [colin] 2.8.0cvs4
3674 Fix "After receiving new mail, go to inbox" on IMAP,
3675 and make it work only on manual reception
3677 2007-02-27 [wwp] 2.8.0cvs3
3679 * src/prefs_filtering.c
3680 * src/prefs_filtering_action.c
3681 * src/prefs_matcher.c
3682 Update filtering matcher's and action's color label menus
3683 when re-opening those dialogs (reflect any change to the
3684 color labels list in the preferences).
3686 2007-02-27 [colin] 2.8.0cvs2
3689 * src/etpan/etpan-thread-manager-types.h
3690 * src/etpan/etpan-thread-manager.c
3691 * src/etpan/imap-thread.c
3692 Log imap ALERTs as errors in the log.
3694 2007-02-26 [paul] 2.8.0cvs1
3696 * tools/claws.i18n.status.pl
3699 2007-02-26 [paul] 2.7.2cvs75
3713 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3714 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3715 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3716 Aleksandar Urosevic, and Ralgh Young
3718 2007-02-25 [mones] 2.7.2cvs74
3723 2007-02-25 [colin] 2.7.2cvs73
3726 Clearing the list is only useful
3727 to prevent a valgrind false-positive
3729 2007-02-25 [paul] 2.7.2cvs72
3733 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3734 * tools/maildir2claws-mail.pl **REMOVED**
3735 renamed the script, fixed a couple bugs
3737 2007-02-23 [colin] 2.7.2cvs71
3740 Fix a leak, check for a few improbable nulls
3742 2007-02-23 [colin] 2.7.2cvs70
3746 * src/plugins/trayicon/trayicon.c
3747 Fix blinking mainwin when starting in tray
3748 (show mainwindow later in the startup process,
3749 apart if restarting post-crash)
3751 2007-02-23 [colin] 2.7.2cvs69
3755 Fix crash when unsubscribing the currently
3756 selected/opened folder
3758 2007-02-23 [colin] 2.7.2cvs68
3761 Fix bug that prevented colorization to
3762 work without wrap quotation option
3764 2007-02-23 [colin] 2.7.2cvs67
3767 Fix refcounting, start and end completion who
3768 behaved as if there couldn't be any other current
3771 2007-02-23 [wwp] 2.7.2cvs66
3775 Address completion fixes: fix addressbook_peek_folder_exists() in
3776 which the algorithm was ridiculously over-obfuscated and broken.
3777 Fix addrindex_load_completion() as well, to load addresses in
3778 completion list with regards to what addressbook_peek_folder_exists()
3781 2007-02-23 [wwp] 2.7.2cvs65
3784 Add addresses to completion when they're non-empty (thanks to Colin).
3786 2007-02-23 [paul] 2.7.2cvs64
3788 * src/plugins/pgpcore/passphrase.c
3791 2007-02-23 [colin] 2.7.2cvs63
3793 * src/plugins/pgpcore/prefs_gpg.c
3794 * src/plugins/pgpcore/prefs_gpg.h
3795 * src/plugins/pgpcore/sgpgme.c
3796 * src/plugins/pgpinline/pgpinline.c
3797 * src/plugins/pgpmime/pgpmime.c
3798 Try harder to respect user's choice wrt
3799 gpg-agent even with gpg2, by unsetting
3800 GPG_AGENT_INFO when necessary.
3802 2007-02-22 [paul] 2.7.2cvs62
3804 * src/plugins/pgpcore/sgpgme.c
3805 * src/plugins/pgpcore/sgpgme.h
3806 * src/plugins/pgpcore/passphrase.c
3807 * src/plugins/pgpinline/pgpinline.c
3808 * src/plugins/pgpmime/pgpmime.c
3809 Fix a leak - gpgme_data_release_and_get_mem
3810 leaks in recent gpgme. Workaround by using
3813 2007-02-22 [paul] 2.7.2cvs61
3815 * src/gtk/quicksearch.c
3816 Abandon dynamic search when pressing
3819 2007-02-21 [colin] 2.7.2cvs60
3822 * src/plugins/pgpcore/passphrase.c
3823 Fix little memory leaks
3825 Fix false-positive leak at exit
3826 * src/gtk/quicksearch.c
3827 Fix potentially big leak in recursive
3830 2007-02-21 [wwp] 2.7.2cvs59
3833 Add missing newline to a debug message.
3835 2007-02-20 [colin] 2.7.2cvs58
3839 * src/stock_pixmap.c
3840 * src/stock_pixmap.h
3841 * src/pixmaps/mime_pgpsig.xpm
3842 Add icon for application/pgp-signature
3844 2007-02-20 [colin] 2.7.2cvs57
3849 * src/stock_pixmap.c
3850 * src/stock_pixmap.h
3851 * src/pixmaps/mime_calendar.xpm
3852 * src/pixmaps/mime_pdf.xpm
3853 * src/pixmaps/mime_ps.xpm
3854 Add icons for text/calendar, application/pdf
3855 and application/postscript
3857 2007-02-20 [colin] 2.7.2cvs56
3860 * src/matcher_parser_parse.y
3861 * src/matcher_parser_lex.l
3862 Fix big memory leak in flex, and
3865 2007-02-20 [wwp] 2.7.2cvs55
3867 * src/matcher_parser_parse.y
3868 Fix a duplicate token definition (thanks to iwkse).
3870 2007-02-20 [wwp] 2.7.2cvs54
3872 * src/matcher_parser_lex.l
3873 * src/quote_fmt_lex.l
3874 Use proper flex options instead of direct use of #define,
3875 make the flex-generated C lighter.
3877 2007-02-20 [colin] 2.7.2cvs53
3880 Grab focus in message list after hiding
3881 the quicksearch, instead of leaving it
3884 2007-02-19 [colin] 2.7.2cvs52
3887 Fix bug 1033, 'Automatically refresh
3888 message list when new messages arrives'
3889 Looks like folderview->opened can sometimes
3892 2007-02-19 [paul] 2.7.2cvs51
3896 * tools/thunderbird-filters-convertor.pl
3897 add new script which converts thunderbird filter
3898 rules to Claws filter rules
3900 2007-02-18 [paul] 2.7.2cvs50
3902 * src/plugins/pgpcore/prefs_gpg.c
3903 * src/plugins/pgpcore/prefs_gpg.h
3904 * src/plugins/pgpcore/sgpgme.c
3905 * src/plugins/pgpinline/pgpinline.c
3906 * src/plugins/pgpmime/pgpmime.c
3907 improved GUI interoperability with gpg-agent
3909 2007-02-18 [paul] 2.7.2cvs49
3911 * src/prefs_account.c
3912 Privacy options sensitivity fix
3914 2007-02-17 [colin] 2.7.2cvs48
3917 Reset icon to warning in the noticeview
3919 2007-02-15 [colin] 2.7.2cvs47
3922 Fix a manifestation of bug 1033 (summaryview failing
3923 to update for new mails), which happens after editing
3924 account preferences or preferences that cause a
3927 2007-02-15 [colin] 2.7.2cvs46
3930 Probably fix bug 1123, 'Segmentation
3931 fault while opening address book'. I get
3932 g_warnings if the saved paned position is
3933 not greater than 0. Also, save position
3934 when hiding the addressbook instead of
3937 2007-02-14 [colin] 2.7.2cvs45
3939 * src/plugins/pgpcore/prefs_gpg.c
3940 * src/plugins/pgpcore/prefs_gpg.h
3941 * src/plugins/pgpcore/sgpgme.c
3942 * src/plugins/pgpinline/pgpinline.c
3943 * src/plugins/pgpmime/pgpmime.c
3944 Add an option "Use gpg-agent if available". Fixes
3945 annoyances with distro-installed gpg-agent, when
3946 no pinentry program is installed, and the user's
3947 at a loss on why "decryption failed". Makes more
3948 clear why passphrase isn't saved when gpg-agent is
3949 used. Defaults to true, to avoid changing the
3952 2007-02-14 [wwp] 2.7.2cvs44
3954 * src/matcher_parser_parse.y
3955 Fix missing line number reset (wrong line number might appear
3956 when re-loading filtering rules if there's a parser error).
3958 2007-02-13 [colin] 2.7.2cvs43
3960 * src/common/utils.c
3961 Don't encode ',' in URIs before passing it
3962 to the browser command-line. It was probably
3963 done at a time where commas in URIs made
3964 mozilla -remote 'openurl(%s,new-window)'
3967 2007-02-13 [wwp] 2.7.2cvs42
3969 * src/prefs_matcher.c
3970 * src/plugins/bogofilter/bogofilter_gtk.c
3971 A bit of string factorization around "Select ..." buttons.
3973 2007-02-11 [colin] 2.7.2cvs41
3976 Make sure to escape the title
3978 2007-02-11 [colin] 2.7.2cvs40
3981 Recognize .utf8 locales as .UTF-8 ones
3983 2007-02-11 [colin] 2.7.2cvs39
3986 Fix code conversion when dragging a file
3988 2007-02-09 [colin] 2.7.2cvs38
3990 * src/plugins/clamav/clamav_plugin.c
3991 Complete Paul's patch with conditional
3992 compilation to avoid breaking compilation
3993 on old Dapper and Edgy... Maybe other
3996 2007-02-09 [paul] 2.7.2cvs37
3998 * src/plugins/clamav/clamav_plugin.c
3999 fix for the upstream changes in libclamav
4001 2007-02-09 [paul] 2.7.2cvs36
4007 fix "warn if there are queued messages" (on exit)
4008 option, which only checked the first mailbox's
4010 don't ask before emptying trash if there are no
4011 messages in trash, also check and empty all trash
4014 move "Ask before emptying trash" option
4015 outside of the "On exit" frame as it's
4016 not only an "On exit" option
4018 2007-02-09 [paul] 2.7.2cvs35
4023 * src/prefs_account.c
4024 * src/prefs_folder_item.c
4026 * src/prefs_matcher.c
4027 * src/prefs_message.c
4028 * src/prefs_msg_colors.c
4029 * src/prefs_summaries.c
4031 * src/gtk/inputdialog.c
4032 * src/plugins/bogofilter/bogofilter_gtk.c
4033 pedantic commit: use 'checkbtn' everywhere
4034 instead of a mixture of 'checkbtn' and 'chkbtn'
4036 2007-02-09 [paul] 2.7.2cvs34
4042 move "Never send Return Receipts" from
4043 prefs_other to prefs_send
4044 add an option "Ask about account specific
4045 filtering rules..." to prefs_other
4046 * src/gtk/gtkutils.c
4047 fix a compiler warning
4049 2007-02-08 [colin] 2.7.2cvs33
4051 * src/plugins/pgpinline/pgpinline.c
4052 Fix bug 1110, 'pgpmime fails to process
4053 encapsulated openpgp mime (rfc 3156, 6.1
4055 It was due to an interaction between PGP/Mime
4056 and PGP/Inline plugin.
4058 2007-02-08 [colin] 2.7.2cvs32
4063 Fix bug 1117, 'fcntl locking code
4064 does not work in mbox.c'
4066 2007-02-08 [colin] 2.7.2cvs31
4068 * src/prefs_account.c
4069 Fix Gentoo bug 165819, 'can't create
4070 a "local mbox file" account'. Patch
4071 by Olivier <castan.o@free.fr>
4073 2007-02-07 [colin] 2.7.2cvs30
4076 Fix bug 1106, 'Claws crash on exit if LDAPS
4077 autocompletion was used'
4079 2007-02-07 [paul] 2.7.2cvs29
4082 cut down on unnecessary debug_prints
4084 fix menu_set_active() on 'Show only
4087 2007-02-07 [paul] 2.7.2cvs28
4089 * src/plugins/clamav/clamav_plugin.c
4090 * src/plugins/clamav/clamav_plugin.h
4091 * src/plugins/clamav/clamav_plugin_gtk.c
4092 fix copyright header
4094 2007-02-07 [paul] 2.7.2cvs27
4097 fix bug 1116, 'summary view allow a
4100 2007-02-06 [colin] 2.7.2cvs26
4105 2007-02-05 [fabien] 2.7.2cvs25
4109 i18n related - 1 fix and 1 message for translators.
4111 2007-02-05 [colin] 2.7.2cvs24
4113 * src/gtk/quicksearch.c
4114 Don't reload summary list if quicksearch wasn't
4115 active on hiding; move currently selected mail in
4116 the visible area when showing the quicksearch
4118 2007-02-05 [colin] 2.7.2cvs23
4121 Add debug to try to solve bug 1104
4123 2007-02-05 [paul] 2.7.2cvs22
4126 confirm before emptying trash on exit is
4127 a Yes or No answer, use Yes or No in the
4130 2007-02-04 [colin] 2.7.2cvs21
4133 * src/plugins/pgpcore/passphrase.c
4134 * src/plugins/pgpcore/select-keys.c
4135 Set wmclass on new windows
4141 2007-02-04 [colin] 2.7.2cvs20
4145 Auto save drafts on exit, reopen them
4146 at startup, instead of asking
4150 * src/addressbook_foldersel.c
4158 * src/editldap_basedn.c
4171 * src/message_search.c
4173 * src/prefs_actions.c
4174 * src/prefs_customheader.c
4175 * src/prefs_display_header.c
4176 * src/prefs_filtering.c
4177 * src/prefs_filtering_action.c
4178 * src/prefs_folder_column.c
4180 * src/prefs_matcher.c
4182 * src/prefs_summaries.c
4183 * src/prefs_summary_column.c
4184 * src/prefs_template.c
4185 * src/sourcewindow.c
4187 * src/summary_search.c
4190 * src/gtk/description_window.c
4191 * src/gtk/foldersort.c
4192 * src/gtk/gtkutils.c
4193 * src/gtk/gtkutils.h
4194 * src/gtk/icon_legend.c
4195 * src/gtk/logwindow.c
4196 * src/gtk/pluginwindow.c
4197 * src/gtk/prefswindow.c
4198 Give different wmclass to different
4199 windows - thanks to sed ;)
4201 2007-02-04 [colin] 2.7.2cvs19
4204 Revert previous patch, can't reproduce
4207 2007-02-03 [colin] 2.7.2cvs18
4210 Don't save the mainwindow size and
4211 position on emergency exit (libSM's
4212 "die" callback), Xfce seems to make
4213 the window smaller just before the
4216 2007-02-03 [colin] 2.7.2cvs17
4218 * src/plugins/bogofilter/bogofilter.c
4219 * src/plugins/bogofilter/bogofilter.h
4220 * src/plugins/bogofilter/bogofilter_gtk.c
4221 * src/plugins/pgpinline/pgpinline.c
4222 * src/plugins/pgpinline/pgpinline.h
4225 2007-02-03 [colin] 2.7.2cvs16
4227 * src/partial_download.c
4228 * src/partial_download.h
4235 * src/common/ssl_certificate.c
4236 * src/common/ssl_certificate.h
4237 * src/gtk/quicksearch.c
4238 * src/gtk/quicksearch.h
4239 * src/gtk/sslcertwindow.c
4240 * src/gtk/sslcertwindow.h
4241 Fix copyright on my files
4243 2007-02-02 [colin] 2.7.2cvs15
4253 Add Tools/List URIs to allow
4254 opening any URI in the current mail
4256 2007-02-02 [colin] 2.7.2cvs14
4258 * src/common/valgrind.h ** NEW FILE **
4259 * src/common/Makefile.am
4260 * src/common/plugin.c
4261 Don't dlclose the plugins if we're running
4262 under valgrind. (doesn't require valgrind
4263 either at compile time or run time).
4265 2007-02-01 [paul] 2.7.2cvs13
4269 * tools/freshmeat_search.pl
4270 * tools/google_search.pl
4271 * tools/multiwebsearch.pl
4272 add support for non ISO-8859-1 compatible locales
4273 Patch by Alex Gorbachenko <agent_007@immo.ru>
4275 2007-02-01 [colin] 2.7.2cvs12
4278 * src/prefs_summaries.c
4279 Move keybinding prefs to the Other page
4281 2007-02-01 [wwp] 2.7.2cvs11
4283 * src/plugins/trayicon/trayicon.c
4284 Fix a raising issue within KDE.
4286 2007-02-01 [colin] 2.7.2cvs10
4289 Fix stray quotes in encoded strings
4291 Fix wrong call causing g_warnings
4293 Remove useless message
4295 2007-01-31 [wwp] 2.7.2cvs9
4297 * src/plugins/trayicon/trayicon.c
4298 fix buggy hiding of main window when closing if close-to-tray
4299 is not set (bad logics in the trayicon hook code).
4300 Changed the quit confirmation message too.
4302 2007-01-30 [colin] 2.7.2cvs8
4305 Fix hidden mainwindow after clicking on
4306 the X close button, if compose windows
4307 exist and the user chooses not to quit
4309 2007-01-30 [colin] 2.7.2cvs7
4313 Handle local URIs to attach files (file:///...)
4314 Fixes attaching files from Thunar for example
4316 2007-01-30 [colin] 2.7.2cvs6
4318 * src/prefs_ext_prog.c
4319 Add 'mousepad' to the list of text editors.
4320 Mousepad is XFCE's text editor
4322 2007-01-29 [wwp] 2.7.2cvs5
4325 * src/plugins/trayicon/trayicon_prefs.c
4326 trayicon i18n fixes, thanks to Fabien.
4328 2007-01-28 [wwp] 2.7.2cvs4
4332 * src/plugins/trayicon/trayicon.c
4333 * src/plugins/trayicon/trayicon_prefs.c
4334 * src/plugins/trayicon/trayicon_prefs.h
4335 Added a new TrayIcon plugin option to close to tray
4336 (WM's hotkey and [X] button will hide the window instead
4337 of closing it - closing CM can be done using the tray icon
4338 menu or the File menu).
4339 Improved visibility handling in trayicon, clicking the
4340 trayicon now raise the window to current desktop when it
4341 was either minimized/shaded/on another desktop.
4342 Thanks to Paul for testing and fixing a strange behaviour
4345 2007-01-27 [paul] 2.7.2cvs3
4347 * src/prefs_folder_item.c
4348 * src/prefs_receive.c
4349 * src/plugins/pgpcore/prefs_gpg.c
4350 use 'start-up' instead of 'startup' in labels
4352 2007-01-26 [wwp] 2.7.2cvs2
4354 * src/plugins/trayicon/Makefile.am
4355 * src/plugins/trayicon/trayicon.c
4356 * src/plugins/trayicon/trayicon_prefs.c
4357 * src/plugins/trayicon/trayicon_prefs.h
4358 Add a new TrayIcon option to hide the main window at
4360 Fix trayicon.c copyright header.
4362 2007-01-26 [paul] 2.7.2cvs1
4368 bump up version number following
4371 2007-01-25 [mones] 2.7.1cvs60
4374 updated thousands of strings (well, probably less ;-)
4376 2007-01-25 [colin] 2.7.1cvs59
4379 Fix 2nd-run loss of matcherrc on new
4382 2007-01-25 [wwp] 2.7.1cvs58
4385 fix handling of empty value in attach_save_directory too, thanks
4388 2007-01-25 [wwp] 2.7.1cvs57
4391 fix handling of empty value in attach_load_directory,
4394 2007-01-25 [wwp] 2.7.1cvs56
4396 * src/plugins/dillo_viewer/dillo_prefs.h
4399 2007-01-25 [colin] 2.7.1cvs55
4403 * src/matcher_parser_parse.y
4404 * src/prefs_matcher.c
4405 Add matching on the spam flag
4407 2007-01-24 [colin] 2.7.1cvs54
4412 Make sure folderlist.xml is correctly
4413 written before overwriting it.
4417 * src/plugins/bogofilter/bogofilter.c
4418 * src/plugins/bogofilter/bogofilter.h
4419 * src/plugins/bogofilter/bogofilter_gtk.c
4420 * src/plugins/spamassassin/spamassassin.c
4421 * src/plugins/spamassassin/spamassassin.h
4422 * src/plugins/spamassassin/spamassassin_gtk.c
4423 Move spam to the correct trash folder after
4424 learning, if spam directory isn't set.
4426 2007-01-23 [paul] 2.7.1cvs53
4428 * src/plugins/bogofilter/bogofilter_gtk.c
4429 fix sensitivity of "Insert X-Bogosity header"
4432 2007-01-23 [colin] 2.7.1cvs52
4435 Translate toolbar items text if
4436 they're translatable (default)
4450 * src/etpan/etpan-thread-manager.c
4451 * src/etpan/etpan-thread-manager.h
4452 * src/gtk/gtkutils.c
4453 * src/gtk/gtkutils.h
4454 More static functions
4456 2007-01-22 [fabien] 2.7.1cvs51
4458 * src/gtk/gtkutils.c
4459 gtkut_get_options_frame() : ability to pass
4460 a 'NULL' value in frame pointer parameter if
4463 2007-01-22 [colin] 2.7.1cvs50
4467 * src/plugins/bogofilter/bogofilter.c
4468 * src/plugins/bogofilter/bogofilter_gtk.c
4469 * src/plugins/spamassassin/spamassassin.c
4470 * src/plugins/spamassassin/spamassassin_gtk.c
4471 Allow moving spams to the account's trash
4472 instead of default one
4474 2007-01-21 [colin] 2.7.1cvs49
4478 Revert a static function that shouldn't
4481 2007-01-21 [colin] 2.7.1cvs48
4487 2007-01-21 [colin] 2.7.1cvs47
4493 2007-01-21 [colin] 2.7.1cvs46
4495 * src/common/socket.c
4496 * src/common/socket.h
4499 2007-01-21 [colin] 2.7.1cvs45
4508 * src/folder_item_prefs.c
4509 * src/folder_item_prefs.h
4516 * src/common/socket.c
4517 * src/common/socket.h
4518 * src/gtk/gtkaspell.c
4519 * src/gtk/gtkaspell.h
4520 * src/gtk/quicksearch.c
4521 * src/gtk/quicksearch.h
4524 2007-01-21 [colin] 2.7.1cvs44
4526 * src/common/utils.c
4527 * src/common/utils.h
4528 * src/etpan/etpan-thread-manager.c
4529 * src/etpan/etpan-thread-manager.h
4530 Same (Funny that etpan_thread_unbind
4531 is called but not etpan_thread_bind)
4533 2007-01-21 [colin] 2.7.1cvs43