1 2007-08-17 [colin] 2.10.0cvs128
4 Set batching after getting flags - maybe fixes
5 bug 1292, 'CM crashes on writing mail'
7 2007-08-16 [ticho] 2.10.0cvs127
10 Convert two GtkOptionMenu widgets to new GtkComboBox.
13 Allow NULL for GtkComboBox menuitem label, rendering such
14 items as row separators.
16 2007-08-16 [paul] 2.10.0cvs126
18 * src/plugins/trayicon/trayicon.c
19 remove wrongly used gettextisation
21 2007-08-15 [ticho] 2.10.0cvs125
24 Fixed a runtime warning where an attempt to pack an
25 already packed GtkLabel was made.
27 2007-08-15 [ticho] 2.10.0cvs124
29 * src/prefs_compose_writing.c
30 Convert the insert-or-attach-dragged-files GtkOptionMenu
33 2007-08-14 [ticho] 2.10.0cvs123
37 Changed return receipt account selector to GtkComboBox.
38 Fixed a runtime warning where GTK tried to parse
39 "name <email@address" as a Pango markup in an alertpanel label.
41 2007-08-14 [ticho] 2.10.0cvs122
44 Changed GtkOptionMenu in logging preferences to GtkComboBox.
46 2007-08-14 [wwp] 2.10.0cvs121
50 * tools/popfile-link.sh
51 Added a new tool: POPFile helper, to open
52 selected messages in POPFile control center,
53 in order to change the messages' status.
55 2007-08-14 [ticho] 2.10.0cvs120
62 Change "Show send dialog" optionmenu to a checkbutton.
64 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
66 2007-08-13 [wwp] 2.10.0cvs119
77 * src/partial_download.c
85 Make sure we never pass NULL pointers for %s substitutions
86 (prevent from crashing in Windows).
88 2007-08-13 [wwp] 2.10.0cvs118
91 Re-enable mmap_reads in Windows with some missing
92 CloseHandle of mapping objects, thanks to
95 2007-08-13 [paul] 2.10.0cvs117
98 fix bug 1287, 'Compile time problem on Solaris
99 (nexenta gnu/Solaris) utils.c'
100 Thanks to Piotr Chrzczonowicz
102 2007-08-12 [wwp] 2.10.0cvs116
104 * src/plugins/pgpcore/prefs_gpg.c
105 Don't try to unset a GPG_AGENT_INFO that was not
106 set (and don't use a NULL string in Windows, it was
107 crashing with --debug if GPG_AGENT_INFO was not set).
109 2007-08-12 [wwp] 2.10.0cvs115
112 Make gcc type-check arguments passed to privacy_set_error().
114 2007-08-12 [ticho] 2.10.0cvs114
116 * src/prefs_folder_item.c
117 Make sure that folder default account combobox always has some
120 Handle empty combobox gracefully (warning instead of crash).
122 2007-08-12 [ticho] 2.10.0cvs114
124 * src/prefs_folder_item.c
125 Make sure that folder default account combobox is not empty.
127 Handle empty combobox gracefully (warning instead of crash).
129 2007-08-11 [paul] 2.10.0cvs113
133 use 'subfolder' instead of 'sub-folder', matching
134 everywhere else the term is used
138 2007-08-10 [wwp] 2.10.0cvs112
141 Disable mmap reads in Windows only (at least temporarily), they
142 prevent from renaming/removing target cache files.
148 2007-08-10 [wwp] 2.10.0cvs111
151 fix unpredictable crashes in Windows due to broken
152 cache/mark/tags files writting (file were opened for
153 writing in text mode).
156 use gettimeofday() from w32lib.h on Windows.
158 2007-08-10 [colin] 2.10.0cvs110
161 * src/etpan/imap-thread.c
162 * src/etpan/imap-thread.h
163 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
165 2007-08-09 [colin] 2.10.0cvs109
168 Fix port being reset to 636 on SSL
170 Fix folder_item_get_msg_num_by_file
171 on drafts/queue folders
173 2007-08-09 [wwp] 2.10.0cvs108
176 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
177 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
180 2007-08-09 [colin] 2.10.0cvs107
184 * src/gtk/prefswindow.c
185 A few Maemo layout fixes
187 2007-08-09 [paul] 2.10.0cvs106
189 * src/prefs_account.c
190 remove the hyphen from plug-ins to
191 match everywhere else
193 2007-08-08 [wwp] 2.10.0cvs105
195 * src/prefs_folder_item.c
196 Fix an extraneous stealth ^L char.
198 2007-08-08 [wwp] 2.10.0cvs104
200 * src/prefs_folder_item.c
201 Better fix, group variables declarations (USE_ASPELL).
203 2007-08-08 [wwp] 2.10.0cvs103
205 * src/prefs_folder_item.c
206 Fix compilation w/ USE_ASPELL set (broken
209 2007-08-08 [ticho] 2.10.0cvs102
211 * src/prefs_folder_item.c
212 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
214 2007-08-08 [colin] 2.10.0cvs101
217 * src/etpan/imap-thread.c
218 * src/etpan/imap-thread.h
219 Close selected mailbox before doing
222 2007-08-08 [colin] 2.10.0cvs100
225 Complete symbol table, thanks to wwp.
226 Fixes bug 1284, 'The html -> text
227 converter ignores entities'
231 2007-08-08 [colin] 2.10.0cvs99
234 Better way to fetch UIDs on non-UIDPLUS servers
236 2007-08-07 [colin] 2.10.0cvs98
239 fix bug 1275, 'auto-saved draft messages not
240 always being removed'; Also, make multiple
241 copy (in the same account) faster by matching
242 source/destination message UIDs.
244 Don't try to reshow deleted mail
246 Fix leak on error path
248 2007-08-07 [wwp] 2.10.0cvs97
251 * manual/advanced.xml
252 * manual/fr/account.xml
253 * manual/fr/advanced.xml
254 Updated the reference manual and the French translation to
255 reflect 2.10.0cvs84: enable running folder Processing
258 2007-08-06 [wwp] 2.10.0cvs96
263 Allow changing the emphasis color used to highlight
264 the newsreader/x-mailer header value when it matches
265 our preferred mail agent (hidden pref 'emphasis_col' added
268 2007-08-06 [colin] 2.10.0cvs95
272 Re-commit 2.10.0cvs86, with a protection
273 against Pango bug. Also, try to fix
274 bug 1275, 'auto-saved draft messages not
275 always being removed'
277 2007-08-06 [wwp] 2.10.0cvs94
279 * src/gtk/quicksearch.c
280 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
282 2007-08-06 [ticho] 2.10.0cvs93
284 * src/prefs_account.c
286 Use GtkComboBox instead of GtkOptionMenu for privacy system
287 selection in account preferences.
289 2007-08-06 [wwp] 2.10.0cvs92
291 * src/plugins/pgpcore/plugin.def
292 Apply one more chunk from gpg4win's 03-w32-port patch.
294 2007-08-05 [colin] 2.10.0cvs91
298 reverting buggy patch for now
300 2007-08-05 [colin] 2.10.0cvs90
305 2007-08-04 [colin] 2.10.0cvs89
307 * src/prefs_summaries.c
308 * src/summary_search.c
309 Replace deprecated widgets. Patch by
312 2007-08-04 [colin] 2.10.0cvs88
315 Refresh GUI only every 2000 mails on mh_get_last_num
316 This is fast (readdir) and done only once per
319 2007-08-03 [colin] 2.10.0cvs87
321 * src/prefs_account.c
324 Fix a deprecated widget. Patch by
327 2007-08-03 [colin] 2.10.0cvs86
331 Make colorisation and wrapping algorithms
332 faster. Fixes bug 1246, 'compose becomes
333 increasingly slow replying to complex emails'
335 2007-08-03 [paul] 2.10.0cvs85
338 keep the window painted
340 2007-08-02 [paul] 2.10.0cvs84
345 enable running folder Processing
348 2007-08-02 [paul] 2.10.0cvs83
351 speed up/clean up rendering of larger
355 2007-08-01 [paul] 2.10.0cvs82
360 change default toolbar layout on maemo
361 * src/pixmaps/close.xpm
362 make the red cross a grey cross
363 * src/pixmaps/jpilot.xpm
364 make icon smaller so it fits better
366 2007-07-31 [paul] 2.10.0cvs81
370 fix crash on maemo on first launch
372 2007-07-30 [paul] 2.10.0cvs80
374 * src/prefs_matcher.c
375 specify the units of age and size
377 2007-07-30 [paul] 2.10.0cvs79
380 Fix IMAP timeout setting
382 2007-07-30 [colin] 2.10.0cvs78
384 * src/prefs_account.c
385 Fix a deprecated widget. Patch by
388 2007-07-27 [paul] 2.10.0cvs77
390 * src/matcher_parser_parse.y
391 * src/prefs_filtering_action.c
392 * src/prefs_matcher.c
393 these changes forgotten in cvs74's
394 'watch thread' feature
396 2007-07-27 [paul] 2.10.0cvs76
399 fix potential crasher
402 2007-07-27 [paul] 2.10.0cvs75
408 make mainwindow's /Help/Manual point to the
409 remote copy if the local copy doesn't exist
411 2007-07-27 [paul] 2.10.0cvs74
419 * src/matcher_parser_parse.y
428 * src/pixmaps/watchthread.xpm
429 add 'watch thread' feature
431 2007-07-27 [paul] 2.10.0cvs73
433 * src/prefs_folder_item.c
434 adjust labels, add tooltips
436 2007-07-27 [colin] 2.10.0cvs72
439 Maemo: Remove less used menu items
441 2007-07-26 [colin] 2.10.0cvs71
444 Maemo: destroy messageview after trashing mail.
445 Maybe should be done on X11 too
447 2007-07-26 [colin] 2.10.0cvs70
454 Add View/Show or Hide/Column headers
456 2007-07-26 [colin] 2.10.0cvs69
461 2007-07-26 [colin] 2.10.0cvs68
464 Fix possible crash on cache invalidation
468 * src/quote_fmt_parse.y
469 Make replying to mails with big attachments
470 much faster. Fixes bug 1224, 'The process of
471 Replying to emails with large attachments
472 seems unreasonably long...'
474 2007-07-26 [colin] 2.10.0cvs67
479 Fix threads use on BSDs
481 2007-07-26 [paul] 2.10.0cvs66
483 * src/gtk/prefswindow.c
484 fix account prefs breakage
487 2007-07-26 [paul] 2.10.0cvs65
490 standardise ./configure --help messages
492 2007-07-26 [colin] 2.10.0cvs64
496 Fix two vCard-related crashes
498 2007-07-25 [colin] 2.10.0cvs63
503 * src/prefs_receive.c
504 Maemo: Add a better way to notify of
510 Maemo: Various layout fixes
511 * src/gtk/prefswindow.c
512 Maemo: Better prefs layout
514 2007-07-25 [paul] 2.10.0cvs62
517 fix the layout on maemo
520 2007-07-25 [iwkse] 2.10.0cvs61
523 add 'o' shortcut on summaryview
525 2007-07-25 [iwkse] 2.10.0cvs60
530 2007-07-24 [colin] 2.10.0cvs59
533 Fix missing timestamp update on source
537 Better text layout on part's choices
539 2007-07-23 [colin] 2.10.0cvs58
543 Maemo: Automatically choose the correct application
545 * src/gtk/quicksearch.c
546 Make search run on GDK_KP_Enter too
548 2007-07-23 [wwp] 2.10.0cvs57
550 * src/quote_fmt_lex.l
551 Revert accidentaly committed lines (account_sig) in
554 2007-07-23 [wwp] 2.10.0cvs56
556 * src/quote_fmt_lex.l
557 Fix typos around long form expressions in the quote lexer.
563 2007-07-23 [colin] 2.10.0cvs55
566 Fix auto-completion on Maemo
568 2007-07-23 [colin] 2.10.0cvs54
571 Maemo: Fix sticking statusbars
573 2007-07-22 [colin] 2.10.0cvs53
576 Maemo: Fix the strange "top_application" info
577 at startup. We should do something when
578 receiving such a message.
580 2007-07-20 [paul] 2.10.0cvs52
583 add missing #include "statusbar.h"
585 2007-07-20 [colin] 2.10.0cvs51
589 * src/folder_item_prefs.c
590 * src/folder_item_prefs.h
598 * src/prefs_folder_item.c
599 Implement age-based caching: allow to
600 specify a threshold for the offline synchronisation
601 feature, and whether old cached bodies should
606 * src/plugins/dillo_viewer/dillo_viewer.c
607 Check that Dillo's installed
609 2007-07-20 [wwp] 2.10.0cvs50
613 Draw a frame around the selected mimeview part icon (instead of the
614 shifted 'dancing' icon).
616 2007-07-20 [colin] 2.10.0cvs49
619 Unref stuff even on error
621 disconnect signals only at the very
622 end of the wizard save.
624 2007-07-20 [colin] 2.10.0cvs48
630 Fix random crashes while navigating
633 2007-07-19 [colin] 2.10.0cvs47
642 Maemo: add an easy way to store data (mails
643 and IMAP/NNTP caches) on one of the SD cards,
644 and protect against unmounts if needed
646 2007-07-19 [paul] 2.10.0cvs46
651 * src/pixmaps/claws-mail_logo-small.xpm
652 implement a (slightly) different About
653 dialog for maemo and add a small version
656 use a scrolled window for wizard page 1
659 2007-07-19 [paul] 2.10.0cvs45
662 too soon for this line
664 2007-07-19 [paul] 2.10.0cvs44
669 2007-07-19 [colin] 2.10.0cvs43
672 Solve Mail/Mailbox name when specifying
675 2007-07-18 [colin] 2.10.0cvs42
681 2007-07-18 [colin] 2.10.0cvs41
684 Maemo: plug the online/offline system into
685 maemo's interfaces to have Claws automatically
686 switch according to the system status
688 Maemo: use HildonBanners to display status
689 messages. Renders the main statusbar useless.
691 2007-07-18 [paul] 2.10.0cvs40
694 fix screen blanking on moving/copying many msgs
696 fix processing progressbar and screen blanking
699 2007-07-18 [paul] 2.10.0cvs39
702 revert cvs37, breakage on maemo
704 2007-07-18 [paul] 2.10.0cvs38
707 make sure we can still build with older GTK's
709 2007-07-18 [colin] 2.10.0cvs37
712 Only hide the small layout's messageview, instead
713 of destroying it when closing
715 Use gtk_window_present_with_time to popup windows,
716 it seems to make things better with modern WMs
719 2007-07-17 [colin] 2.10.0cvs36
722 Simplify layout on Maemo
725 * src/prefs_display_header.c
726 Remove some headers by default on Maemo
728 2007-07-17 [paul] 2.10.0cvs35
732 * src/prefs_logging.c
734 add options to stop/enable writing logs to disc
736 2007-07-17 [paul] 2.10.0cvs34
739 fix some issues with the Apply tags window:
740 - set search column (enables autocompl in the treeview)
741 - apply tag from "New tag" if it existed
742 - clears New tag entry when adding it with the button
745 2007-07-17 [paul] 2.10.0cvs33
748 fix 'apply tags' dialogue weirdness
750 2007-07-16 [colin] 2.10.0cvs32
753 Fix double-loading of mails on Maemo
755 2007-07-16 [colin] 2.10.0cvs31
758 Prevent double-loading of the same part under some
759 conditions; hide statusbar on Maemo
761 2007-07-16 [colin] 2.10.0cvs30
767 Improve the tag interface - allow
768 to set/unset tags from a special
770 * src/gtk/gtkvscrollbutton.c
774 Fix Mimeview's ugly hacks in the
777 2007-07-16 [paul] 2.10.0cvs29
781 * src/gtk/icon_legend.c
782 put it all in a scrolled window
784 2007-07-15 [colin] 2.10.0cvs28
787 Maemo: force layout to be Small screen; the
788 others don't make sense
790 2007-07-14 [colin] 2.10.0cvs27
793 * src/gtk/gtkvscrollbutton.c
794 Maemo: Fix mimeview's buttons size
796 2007-07-14 [colin] 2.10.0cvs26
799 Fix the button workaround fix.
800 (Use the correct variable)
802 2007-07-14 [colin] 2.10.0cvs25
806 Maemo: put the progress bar in the
809 2007-07-14 [colin] 2.10.0cvs24
812 Maemo: hide statusbar by default
817 * src/pixmaps/go_folders.xpm
818 Maemo: Add a specific icon to go back to
821 2007-07-14 [colin] 2.10.0cvs23
824 Don't set homogeneous finally
826 2007-07-14 [colin] 2.10.0cvs22
829 Fix button show/hide issues
831 2007-07-14 [colin] 2.10.0cvs21
835 Fix button workaround to be able to click
836 if mouse was on button when it went un-
838 Revert previous commit, gtk_tool_item_set_homogeneous
839 doesn't mean what it seems to mean ;-)
841 2007-07-14 [paul] 2.10.0cvs20
844 make homogeneous FALSE always
846 2007-07-13 [colin] 2.10.0cvs19
850 Rework to fit the non-deprecated API
856 Maemo layout changes. Better toolbars,
857 removal of CTree headers.
859 2007-07-13 [paul] 2.10.0cvs18
861 * src/gtk/colorlabel.c
862 fix bug 1261, '[DE] coloring messages in overview
863 keys are not localised'
864 the string is now included in claws-mail.pot
866 2007-07-13 [colin] 2.10.0cvs17
869 Fix bug 1267, 'printing mutliple messages
870 opens one message-dialog after the other'
871 Ask for confirmation when printing 10
874 2007-07-11 [colin] 2.10.0cvs16
879 * manual/claws-mail-manual.xml
881 * manual/es/claws-mail-manual.xml
883 * manual/fr/claws-mail-manual.xml
906 * src/addressbook_foldersel.c
907 * src/addressbook_foldersel.h
933 * src/displayheader.c
934 * src/displayheader.h
937 * src/editaddress_other_attributes_ldap.c
938 * src/editaddress_other_attributes_ldap.h
947 * src/editldap_basedn.c
948 * src/editldap_basedn.h
969 * src/folder_item_prefs.c
970 * src/folder_item_prefs.h
979 * src/grouplistdialog.c
980 * src/grouplistdialog.h
1027 * src/matcher_parser.h
1028 * src/matcher_parser_lex.l
1029 * src/matcher_parser_parse.y
1032 * src/message_search.c
1033 * src/message_search.h
1052 * src/partial_download.c
1053 * src/partial_download.h
1058 * src/prefs_account.c
1059 * src/prefs_account.h
1060 * src/prefs_actions.c
1061 * src/prefs_actions.h
1062 * src/prefs_common.c
1063 * src/prefs_common.h
1064 * src/prefs_compose_writing.c
1065 * src/prefs_compose_writing.h
1066 * src/prefs_customheader.c
1067 * src/prefs_customheader.h
1068 * src/prefs_display_header.c
1069 * src/prefs_display_header.h
1070 * src/prefs_ext_prog.c
1071 * src/prefs_ext_prog.h
1072 * src/prefs_filtering.c
1073 * src/prefs_filtering.h
1074 * src/prefs_filtering_action.c
1075 * src/prefs_filtering_action.h
1076 * src/prefs_folder_column.c
1077 * src/prefs_folder_column.h
1078 * src/prefs_folder_item.c
1079 * src/prefs_folder_item.h
1084 * src/prefs_image_viewer.c
1085 * src/prefs_image_viewer.h
1086 * src/prefs_logging.c
1087 * src/prefs_logging.h
1088 * src/prefs_matcher.c
1089 * src/prefs_matcher.h
1090 * src/prefs_message.c
1091 * src/prefs_message.h
1092 * src/prefs_msg_colors.c
1093 * src/prefs_msg_colors.h
1098 * src/prefs_receive.c
1099 * src/prefs_receive.h
1102 * src/prefs_spelling.c
1103 * src/prefs_spelling.h
1104 * src/prefs_summaries.c
1105 * src/prefs_summaries.h
1106 * src/prefs_summary_column.c
1107 * src/prefs_summary_column.h
1108 * src/prefs_summary_open.c
1109 * src/prefs_summary_open.h
1110 * src/prefs_template.c
1111 * src/prefs_template.h
1112 * src/prefs_themes.c
1113 * src/prefs_themes.h
1114 * src/prefs_toolbar.c
1115 * src/prefs_toolbar.h
1116 * src/prefs_wrapping.c
1117 * src/prefs_wrapping.h
1127 * src/quote_fmt_lex.l
1128 * src/quote_fmt_parse.y
1131 * src/remotefolder.c
1132 * src/remotefolder.h
1133 * src/send_message.c
1134 * src/send_message.h
1137 * src/simple-gettext.c
1138 * src/sourcewindow.c
1139 * src/sourcewindow.h
1144 * src/stock_pixmap.c
1145 * src/stock_pixmap.h
1146 * src/summary_search.c
1147 * src/summary_search.h
1164 * src/common/base64.c
1165 * src/common/base64.h
1166 * src/common/claws.c
1167 * src/common/claws.h
1169 * src/common/fnmatch.c
1170 * src/common/fnmatch.h
1171 * src/common/fnmatch_loop.c
1172 * src/common/hooks.c
1173 * src/common/hooks.h
1178 * src/common/mgutils.c
1179 * src/common/mgutils.h
1182 * src/common/passcrypt.c
1183 * src/common/passcrypt.h.in
1184 * src/common/plugin.c
1185 * src/common/plugin.h
1186 * src/common/prefs.c
1187 * src/common/prefs.h
1188 * src/common/progressindicator.c
1189 * src/common/progressindicator.h
1190 * src/common/quoted-printable.c
1191 * src/common/quoted-printable.h
1192 * src/common/session.c
1193 * src/common/session.h
1196 * src/common/socket.c
1197 * src/common/socket.h
1200 * src/common/ssl_certificate.c
1201 * src/common/ssl_certificate.h
1202 * src/common/string_match.c
1203 * src/common/string_match.h
1204 * src/common/stringtable.c
1205 * src/common/stringtable.h
1208 * src/common/template.c
1209 * src/common/template.h
1210 * src/common/timing.h
1211 * src/common/utils.c
1212 * src/common/utils.h
1213 * src/common/uuencode.c
1214 * src/common/uuencode.h
1215 * src/common/version.h.in
1216 * src/common/w32_dirent.c
1217 * src/common/w32_reg.c
1218 * src/common/w32_signal.c
1219 * src/common/w32_stat.c
1220 * src/common/w32_stdlib.c
1221 * src/common/w32_string.c
1222 * src/common/w32_time.c
1223 * src/common/w32_unistd.c
1224 * src/common/w32_wait.c
1225 * src/common/w32lib.h
1228 * src/common/xmlprops.c
1229 * src/common/xmlprops.h
1230 * src/etpan/etpan-errors.h
1231 * src/etpan/etpan-thread-manager-types.h
1232 * src/etpan/etpan-thread-manager.c
1233 * src/etpan/etpan-thread-manager.h
1234 * src/etpan/imap-thread.c
1235 * src/etpan/imap-thread.h
1238 * src/gtk/colorlabel.c
1239 * src/gtk/colorlabel.h
1240 * src/gtk/colorsel.c
1241 * src/gtk/colorsel.h
1242 * src/gtk/combobox.c
1243 * src/gtk/combobox.h
1244 * src/gtk/description_window.c
1245 * src/gtk/description_window.h
1248 * src/gtk/foldersort.c
1249 * src/gtk/foldersort.h
1250 * src/gtk/gtkaspell.c
1251 * src/gtk/gtkaspell.h
1252 * src/gtk/gtksctree.c
1253 * src/gtk/gtkshruler.c
1254 * src/gtk/gtkshruler.h
1255 * src/gtk/gtksourceprintjob.c
1256 * src/gtk/gtksourceprintjob.h
1257 * src/gtk/gtkutils.c
1258 * src/gtk/gtkutils.h
1259 * src/gtk/gtkvscrollbutton.c
1260 * src/gtk/gtkvscrollbutton.h
1261 * src/gtk/icon_legend.c
1262 * src/gtk/icon_legend.h
1263 * src/gtk/inputdialog.c
1264 * src/gtk/inputdialog.h
1265 * src/gtk/logwindow.c
1266 * src/gtk/logwindow.h
1267 * src/gtk/manage_window.c
1268 * src/gtk/manage_window.h
1271 * src/gtk/pluginwindow.c
1272 * src/gtk/pluginwindow.h
1273 * src/gtk/prefswindow.c
1274 * src/gtk/prefswindow.h
1275 * src/gtk/progressdialog.c
1276 * src/gtk/progressdialog.h
1277 * src/gtk/quicksearch.c
1278 * src/gtk/quicksearch.h
1279 * src/gtk/sslcertwindow.c
1280 * src/gtk/sslcertwindow.h
1281 * src/plugins/bogofilter/bogofilter.c
1282 * src/plugins/bogofilter/bogofilter.h
1283 * src/plugins/bogofilter/bogofilter_gtk.c
1284 * src/plugins/clamav/clamav_plugin.c
1285 * src/plugins/clamav/clamav_plugin.h
1286 * src/plugins/clamav/clamav_plugin_gtk.c
1287 * src/plugins/demo/demo.c
1288 * src/plugins/dillo_viewer/dillo_prefs.c
1289 * src/plugins/dillo_viewer/dillo_prefs.h
1290 * src/plugins/dillo_viewer/dillo_viewer.c
1291 * src/plugins/pgpcore/passphrase.c
1292 * src/plugins/pgpcore/passphrase.h
1293 * src/plugins/pgpcore/pgp_viewer.c
1294 * src/plugins/pgpcore/pgp_viewer.h
1295 * src/plugins/pgpcore/plugin.c
1296 * src/plugins/pgpcore/prefs_gpg.c
1297 * src/plugins/pgpcore/prefs_gpg.h
1298 * src/plugins/pgpcore/select-keys.c
1299 * src/plugins/pgpcore/select-keys.h
1300 * src/plugins/pgpcore/sgpgme.c
1301 * src/plugins/pgpcore/sgpgme.h
1302 * src/plugins/pgpinline/pgpinline.c
1303 * src/plugins/pgpinline/pgpinline.h
1304 * src/plugins/pgpinline/plugin.c
1305 * src/plugins/pgpmime/pgpmime.c
1306 * src/plugins/pgpmime/pgpmime.h
1307 * src/plugins/pgpmime/plugin.c
1308 * src/plugins/spamassassin/spamassassin.c
1309 * src/plugins/spamassassin/spamassassin.h
1310 * src/plugins/spamassassin/spamassassin_gtk.c
1311 * src/plugins/trayicon/trayicon.c
1312 * src/plugins/trayicon/trayicon_prefs.c
1313 * src/plugins/trayicon/trayicon_prefs.h
1314 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1315 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1316 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1317 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1318 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1319 * tools/OOo2claws-mail.pl
1320 * tools/README.sylprint
1321 * tools/acroread2claws-mail.pl
1322 * tools/claws-mail-compose-insert-files.pl
1323 * tools/convert_mbox.pl
1324 * tools/filter_conv.pl
1325 * tools/filter_conv_new.pl
1327 * tools/freshmeat_search.pl
1328 * tools/google_search.pl
1329 * tools/kmail-mailbox2claws-mail.pl
1330 * tools/kmail2claws-mail.pl
1331 * tools/kmail2claws-mail_v2.pl
1333 * tools/make.themes.project
1334 * tools/multiwebsearch.pl
1335 * tools/nautilus2claws-mail.sh
1336 * tools/outlook2claws-mail.pl
1337 * tools/textviewer.sh
1338 * tools/thunderbird-filters-convertor.pl
1341 * tools/vcard2xml.py
1342 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1343 Upgrade to GPLv3 or later.
1345 2007-07-10 [wwp] 2.10.0cvs15
1348 Fix re-opening of all composing messages that were
1349 opened when closing the previous instance, thanks
1352 2007-07-10 [paul] 2.10.0cvs14
1354 * src/editaddress_other_attributes_ldap.c
1356 fix crash on selecting 'other attributes' combo
1357 for either a new entry or an old entry with no
1358 existing attributes.
1359 fix bug on editing multiple attributes which
1360 resulted them all having the value of the last
1364 2007-07-10 [colin] 2.10.0cvs13
1367 * src/editaddress_other_attributes_ldap.h
1369 Fix --disable-ldap build
1371 2007-07-09 [colin] 2.10.0cvs12
1377 * src/editaddress_other_attributes_ldap.c
1378 * src/editaddress_other_attributes_ldap.h
1383 Add capability to edit all inetOrgPerson
1384 attributes on LDAP. Patch by Michael
1387 2007-07-09 [colin] 2.10.0cvs11
1393 * src/prefs_summaries.c
1394 * src/prefs_themes.c
1396 * src/common/Makefile.am
1398 * src/common/timing.h
1399 * src/common/utils.c
1400 * src/common/utils.h
1401 * src/common/w32_account.c
1402 * src/common/w32lib.h
1403 * src/gtk/Makefile.am
1404 * src/gtk/colorlabel.c
1405 * src/plugins/pgpcore/Makefile.am
1406 * src/plugins/pgpcore/claws.def
1407 * src/plugins/pgpcore/passphrase.c
1408 * src/plugins/pgpcore/pgp_viewer.c
1409 * src/plugins/pgpcore/plugin.def
1410 * src/plugins/pgpcore/sgpgme.c
1411 * src/plugins/pgpinline/Makefile.am
1412 * src/plugins/pgpinline/claws.def
1413 * src/plugins/pgpinline/mypgpcore.def
1414 * src/plugins/pgpinline/plugin.def
1415 * src/plugins/pgpmime/Makefile.am
1416 * src/plugins/pgpmime/claws.def
1417 * src/plugins/pgpmime/mypgpcore.def
1418 * src/plugins/pgpmime/plugin.def
1419 Commit win32 patch, from Werner Koch and
1422 2007-07-09 [colin] 2.10.0cvs10
1424 * src/prefs_toolbar.c
1425 Fix crash when no actions exist
1427 2007-07-07 [paul] 2.10.0cvs9
1430 * manual/claws-mail-manual.xml
1431 update copyright year
1433 updated by Flammie Pirinen
1435 2007-07-05 [wwp] 2.10.0cvs8
1437 * src/plugins/clamav/clamav_plugin_gtk.c
1438 Make vertical spacing like in other plugin prefs pages.
1440 2007-07-05 [wwp] 2.10.0cvs7
1443 It's %am that works, not %ae (this doc incoherence has been
1444 introduced with 2.9.2cvs13).
1446 2007-07-04 [wwp] 2.10.0cvs6
1448 * src/plugins/bogofilter/bogofilter.c
1449 Gettext-ize an occurrence of "Any" that wasn't.
1451 2007-07-04 [colin] 2.10.0cvs5
1454 Fix untranslated strings; thanks
1457 2007-07-03 [colin] 2.10.0cvs4
1461 Fix saving of sort mode for tags and
1462 thread date. Thanks to Pierre Ossman.
1463 Completes fix for bug 1233
1465 2007-07-03 [paul] 2.10.0cvs3
1473 2007-07-02 [colin] 2.10.0cvs2
1479 Add View/Sort/by Thread date
1480 Fixes bug 1233, 'Capability to sort
1481 threads by most recent message'
1482 Based on a patch by Paul Rolland
1484 2007-07-02 [colin] 2.10.0cvs1
1501 * src/matcher_parser_parse.y
1505 * src/prefs_common.c
1506 * src/prefs_common.h
1507 * src/prefs_filtering_action.c
1508 * src/prefs_matcher.c
1509 * src/prefs_summary_column.c
1513 * src/quote_fmt_lex.l
1514 * src/quote_fmt_parse.y
1518 * src/common/Makefile.am
1522 * src/gtk/quicksearch.c
1523 * src/gtk/quicksearch.h
1524 Add Tags implementation. Tags are arbitrary labels
1525 that can be applied to messages. It is possible
1526 to create, edit, remove tags; apply them to mails;
1527 filter on tags or tag presence; apply or unset
1528 tags via filtering actions; reference tags in
1531 2007-07-02 [paul] 2.10.0
1538 2007-07-02 [paul] 2.9.2cvs78
1548 updated by Stephan Sachse, me, Ricardo Mones
1549 Lastra, Fabien Vantard, Pader Rezso, Frederico
1550 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1552 2007-07-02 [paul] 2.9.2cvs77
1557 2007-06-29 [wwp] 2.9.2cvs76
1560 Fix a typo (thanks to Ricardo for finding this out).
1562 2007-06-28 [paul] 2.9.2cvs75
1567 2007-06-28 [paul] 2.9.2cvs74
1570 fix bug in the autotools build system.
1571 Files cataloged under EXTRA_DIST were never
1572 automatically copied to the build tree.
1573 (fix 'make distcheck')
1574 Patch by Michael Rasmussen.
1576 2007-06-24 [colin] 2.9.2cvs73
1579 Fix bug 1249, 'Error handling for
1580 news errors needs modification'
1581 Only popup error if the according
1582 pref in Prefs/Receive is set.
1584 2007-06-21 [colin] 2.9.2cvs72
1586 * src/common/plugin.c
1587 * src/common/plugin.h
1588 Change plugin API to know whether it's safe to
1589 unload plugins or whether we should just hide
1590 them. Fixes bug 1248, 'Core dumps after
1591 unloading plugin and clicking on load plugins'
1592 * src/plugins/bogofilter/bogofilter.c
1593 * src/plugins/clamav/clamav_plugin.c
1594 * src/plugins/demo/demo.c
1595 * src/plugins/dillo_viewer/dillo_viewer.c
1596 * src/plugins/pgpcore/plugin.c
1597 * src/plugins/pgpinline/plugin.c
1598 * src/plugins/pgpmime/plugin.c
1599 * src/plugins/spamassassin/spamassassin.c
1600 * src/plugins/trayicon/trayicon.c
1603 2007-06-19 [colin] 2.9.2cvs71
1607 Fix crash mentioned in bug 1246
1608 Race condition when automatically drafting
1609 due to insertion on reedit.
1611 2007-06-18 [wwp] 2.9.2cvs70
1614 LDIF import: use a "Proceed" button to complete
1617 2007-06-18 [paul] 2.9.2cvs69
1620 use pkgconfig to check for gtk and glib
1622 2007-06-17 [wwp] 2.9.2cvs68
1626 LDIF import: better error handling, minor code
1627 and UI cleanup, and renamed the Save button
1628 to Close, as imported stuff is already saved
1629 when the Save button is shown.
1631 2007-06-17 [colin] 2.9.2cvs67
1633 * src/prefs_summaries.c
1635 Don't set as read when forwarded, only replied to
1637 2007-06-17 [paul] 2.9.2cvs66
1640 add missing #include
1642 2007-06-16 [colin] 2.9.2cvs65
1644 * src/prefs_summaries.c
1646 Change the pref "Only mark as read when opened
1647 in new window" to "..., replied to or forwarded".
1648 Based on a patch by Paul Rolland.
1650 2007-06-16 [paul] 2.9.2cvs64
1653 alphabetical order! :)
1655 2007-06-16 [colin] 2.9.2cvs63
1659 Add Michael Rasmussen in authors list
1661 2007-06-16 [colin] 2.9.2cvs62
1664 Fix messageview_copy_clipboard to take advantage
1665 of plugins' get_selection.
1667 2007-06-15 [colin] 2.9.2cvs61
1673 * src/message_search.c
1675 * src/summary_search.c
1678 Allow GDK_KP_Enter to do the same as GDK_Return
1679 Patch by Michael Rasmussen
1681 2007-06-15 [paul] 2.9.2cvs60
1684 fix bug when closing a compose window
1687 2007-06-14 [paul] 2.9.2cvs59
1691 migrate sylpheed config
1693 2007-06-14 [wwp] 2.9.2cvs58
1695 * src/gtk/pluginwindow.c
1696 Yet another attempt to fix sizing/alignment of the
1697 button bar in plugins window.
1699 2007-06-12 [colin] 2.9.2cvs57
1704 * src/prefs_common.c
1705 * src/prefs_common.h
1706 * src/prefs_summaries.c
1707 * src/prefs_summary_open.c
1708 * src/prefs_summary_open.h
1710 Make "when entering a folder" actions more personalisable
1712 2007-06-12 [wwp] 2.9.2cvs56
1715 Use short description from Paul (mairix.sh).
1717 2007-06-12 [wwp] 2.9.2cvs55
1720 Updated info about mairix.sh.
1722 2007-06-11 [paul] 2.9.2cvs54
1724 * src/prefs_logging.c
1725 rework log window length widgets
1726 and some sensitivity fixes
1728 2007-06-11 [paul] 2.9.2cvs53
1731 * src/prefs_logging.c
1732 rename 'Protocol Log' to 'Network Log'
1733 and some function renaming
1735 2007-06-10 [wwp] 2.9.2cvs52
1737 * src/gtk/pluginwindow.c
1740 2007-06-10 [wwp] 2.9.2cvs51
1742 * src/gtk/pluginwindow.c
1743 Fix button bar in plugin window, was centered and not
1744 behaving like other dialogs w/ such button bar.
1746 2007-06-08 [wwp] 2.9.2cvs50
1753 Provide a way out of automatic draft saving on IMAP, when
1755 Prevent drafting while sending and quitting while sending.
1760 2007-06-08 [wwp] 2.9.2cvs49
1762 * src/prefs_account.c
1763 * src/gtk/prefswindow.c
1764 * src/gtk/prefswindow.h
1765 Activate the Basic page when opening account prefs.
1767 2007-06-08 [wwp] 2.9.2cvs48
1769 * src/common/socket.c
1770 Don't crash if fork() fails, thanks to Colin.
1772 2007-06-08 [wwp] 2.9.2cvs47
1774 * src/gtk/prefswindow.c
1775 Wrap some long lines, and reset horizontal scroller's adjusment
1776 (this was already done, vertically), when changing tab (not page)
1779 2007-06-08 [paul] 2.9.2cvs46
1781 * src/common/utils.c
1782 use gethostname() instead of uname()
1783 based on a patch by Michael Hughes
1784 <Sylpheed-Claws_user@thehugheslogcabin.net>
1786 2007-06-07 [wwp] 2.9.2cvs45
1788 * src/prefs_common.c
1789 Fix some useless warnings, thanks to Colin.
1791 2007-06-06 [colin] 2.9.2cvs44
1794 Fix strange allocations.
1796 2007-06-06 [colin] 2.9.2cvs43
1799 Patch by Michael Rasmussus to help
1802 2007-06-05 [wwp] 2.9.2cvs42
1804 * src/prefs_account.c
1805 * src/prefs_folder_item.c
1809 Per-folder templates can now be applied recursively.
1810 Always save per-folder templates (formats were erroneously
1811 saved only if they were enabled).
1812 Check for validity of quotation marks everywhere there
1815 2007-06-05 [wwp] 2.9.2cvs41
1818 Fix incoming messages from local accounts always getting filtered
1819 (even if the account prefs say don't), thanks to Colin.
1821 2007-06-05 [wwp] 2.9.2cvs40
1825 Use per-folder/per-account quote chars when applying a
1826 template or inserting text as well. Const'ify some
1829 2007-06-04 [colin] 2.9.2cvs39
1832 More work for wwp :)
1834 2007-06-04 [wwp] 2.9.2cvs38
1837 Same as 2.9.2cvs36 but for forwarding.
1839 2007-06-04 [colin] 2.9.2cvs37
1842 Use original mail file for forward/redirect
1843 Fixes some forwarded mails to be attached as
1844 application/octet-stream (when they have binary
1845 parts), and incidentally fixes bug 848
1846 'Redirect breaks GnuPG'
1848 2007-06-04 [wwp] 2.9.2cvs36
1851 Fix quote mark mis-initialisation when replying/forwarding
1852 (introduced w/ 2.9.2cvs20).
1854 2007-06-04 [wwp] 2.9.2cvs35
1856 * src/prefs_compose_writing.c
1858 Fix a bug where Quotation characters (prefs/compose/writing)
1859 was cleared (introduced w/ 2.9.2cvs26).
1861 2007-06-04 [wwp] 2.9.2cvs34
1863 * src/prefs_account.c
1864 * src/prefs_account.h
1865 Better fix for compiling w/o aspell (rollbacks
1868 2007-06-04 [wwp] 2.9.2cvs33
1871 * src/prefs_account.c
1872 * src/prefs_account.h
1874 It's now possible to disable mail filtering plugins
1875 on a per-account basis.
1877 2007-06-04 [wwp] 2.9.2cvs32
1880 * src/common/utils.c
1881 * src/common/utils.h
1882 Support CRLF in headers part of messages.
1883 Support few more date formats (RFC3339 subsets).
1885 2007-06-04 [wwp] 2.9.2cvs31
1887 * src/prefs_account.c
1888 Fix compiling w/o aspell support.
1890 2007-06-03 [wwp] 2.9.2cvs30
1893 Don't decode leading ENV_ and ~ in P_PASSWORD
1896 2007-06-03 [wwp] 2.9.2cvs29
1899 Don't decode leading ENV_ and ~ in P_PASSWORD
1902 2007-06-03 [wwp] 2.9.2cvs28
1904 * src/prefs_account.c
1905 * src/gtk/prefswindow.c
1906 * src/gtk/prefswindow.h
1907 Added a way to force preloading of all pages
1909 Moved tabs to pages in account prefs.
1911 2007-06-02 [colin] 2.9.2cvs27
1914 Fix possible crash, fix ldap write bugs
1916 Fix ldap write bugs - patch by Michael
1920 Add a hook whenever alertpanel opens/closes
1922 2007-05-31 [wwp] 2.9.2cvs26
1924 * src/prefs_compose_writing.c
1926 Re-organized writing options a bit:
1927 - renamed the Quoting page to Templates
1928 - moved all composing templates to that page
1929 - moved non-templates options to the Writing one,
1930 grouped reply-related options, reordered reply and
1933 2007-05-31 [wwp] 2.9.2cvs25
1936 Removed unused code.
1938 2007-05-31 [colin] 2.9.2cvs24
1941 Fix missing display name when modifying
1942 LDAP. Patch by Michael Rasmussen
1944 2007-05-31 [wwp] 2.9.2cvs23
1946 * src/plugins/bogofilter/Makefile.am
1947 * src/plugins/clamav/Makefile.am
1948 * src/plugins/demo/Makefile.am
1949 * src/plugins/dillo_viewer/Makefile.am
1950 * src/plugins/spamassassin/Makefile.am
1951 Fix building of those plugins in Mac OS X.
1953 2007-05-30 [wwp] 2.9.2cvs22
1955 * src/gtk/quicksearch.c
1956 Fix missing initialization.
1958 2007-05-30 [wwp] 2.9.2cvs21
1961 Revert accidental commit (debug outputs).
1963 2007-05-30 [wwp] 2.9.2cvs20
1966 * src/folder_item_prefs.c
1967 * src/folder_item_prefs.h
1968 * src/prefs_account.c
1969 * src/prefs_account.h
1970 * src/prefs_folder_item.c
1973 Implemented per-account and per-folder
1974 compose/reply/forward formats.
1976 2007-05-30 [wwp] 2.9.2cvs19
1978 * src/prefs_compose_writing.c
1983 Internal API changes (factorize quote format
1986 2007-05-30 [colin] 2.9.2cvs18
1989 Fix race where it's possible to re-click Send
1990 between end of SMTP session and end of "move to
1991 sent folder" when sending an email with send
1994 2007-05-30 [colin] 2.9.2cvs17
1997 Ask for backtrace on all threads. Patch by
2000 Fix stale news statusbar when scanning fails.
2003 Fix some LDAP write updates bugs. Patch
2004 by Michael Rasmussen
2006 2007-05-29 [colin] 2.9.2cvs16
2009 Fix loss of local flags when moving mails
2010 on IMAP in high-bandwidth mode (UID FETCH)
2012 2007-05-25 [paul] 2.9.2cvs15
2014 * src/common/socket.c
2015 fix sometimes crasher on cancelling
2018 2007-05-25 [colin] 2.9.2cvs14
2023 Be more helpful in the subscription
2026 2007-05-23 [wwp] 2.9.2cvs13
2029 * src/prefs_compose_writing.c
2031 * src/prefs_template.c
2032 * src/prefs_template.h
2035 * src/quote_fmt_lex.l
2036 * src/quote_fmt_parse.y
2037 Introduced new syntax elements (symbols and commands)
2038 in templates/quote_fmt. Compatibility w/ old
2040 Updated and reworked the corresponding Information
2042 Display the line number in dialogs that talk about
2043 parser errors (in addition to the error message in
2046 2007-05-23 [wwp] 2.9.2cvs12
2048 * src/quote_fmt_parse.y
2049 Fix 2.9.2cvs11, probably a paste accident ;).
2051 2007-05-23 [wwp] 2.9.2cvs11
2054 * src/prefs_template.c
2056 * src/quote_fmt_parse.y
2057 Fix 2.9.2cvs10, which broke --disable-aspell.
2059 2007-05-22 [wwp] 2.9.2cvs10
2062 * src/prefs_template.c
2065 * src/quote_fmt_lex.l
2066 * src/quote_fmt_parse.y
2067 * src/gtk/gtkaspell.c
2068 * src/gtk/gtkaspell.h
2069 Added template/quote format syntactical elements
2071 - current dictionary
2072 %T to show (shows empty if not set or not enabled),
2073 ?T and !T to check if the default dictionary is
2075 - current account's default dictionary
2076 %aT to show (empty if not set or not enabled),
2077 ?aT and !aT to check if it's enabled and set
2078 - name completion for an address, from the address
2080 %ABf, %ABt, %ABc respectively show the full name got
2081 from the address book if From, To or Cc match a single
2083 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2084 matches any contact and if the full name is non-empty.
2085 If From, To or Cc are lists of email addresses, only
2086 the first address will be checked.
2087 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2088 that could show a trailing ','.
2089 Also, template/quote_fmt parser now shows the line number in case
2092 2007-05-15 [colin] 2.9.2cvs9
2096 Add a public function to know whether Claws
2098 Store opened folder when exiting
2101 Store last opened message in each FolderItem;
2102 Reset last seen messages if Claws crashed, so
2103 that one can't go in an infinite crash in case
2104 a particular mail crashes Claws.
2106 * src/prefs_common.c
2107 * src/prefs_common.h
2109 * src/prefs_summaries.c
2110 Add "Select last opened message" when entering
2112 Add "Select last opened folder" at startup.
2114 2007-05-14 [colin] 2.9.2cvs8
2117 Fix bashism, search for xml catalog
2118 in /usr/local/share/xml/catalog too
2121 2007-05-13 [wwp] 2.9.2cvs7
2123 * src/gtk/logwindow.c
2124 fix raising log windows when they are either minimized or
2127 2007-05-11 [colin] 2.9.2cvs6
2130 Use Hildon's file chooser on Maemo. Patch
2131 by Jean-Luc Biord; fixes part 2 of bug 1201,
2132 'File attachment "manipulation" bugs...'
2134 2007-05-10 [wwp] 2.9.2cvs5
2136 * src/prefs_common.c
2137 * src/prefs_common.h
2138 * src/gtk/quicksearch.c
2139 Add a quicksearch option to automatically run
2140 a search selected from the history (this option
2141 is exclusive towards type-ahead).
2143 2007-05-10 [colin] 2.9.2cvs4
2146 Fix g_warnings, thanks to Brian
2149 2007-05-09 [colin] 2.9.2cvs3
2154 * src/prefs_summaries.c
2157 * src/common/utils.c
2158 * src/gtk/gtksourceprintjob.c
2159 * src/gtk/sslcertwindow.c
2160 Use the re-entrant variant of time functions
2161 Probably fixes bug 1217, 'reentrancy problems
2162 with time functions'
2164 2007-05-09 [colin] 2.9.2cvs2
2167 Fix crasher when reconnection fails
2169 2007-05-08 [paul] 2.9.2cvs1
2175 bump version number following
2178 2007-05-08 [paul] 2.9.1cvs48
2180 * src/plugins/demo/demo.c
2181 * src/plugins/dillo_viewer/dillo_prefs.c
2182 * src/plugins/dillo_viewer/dillo_prefs.h
2183 * src/plugins/dillo_viewer/dillo_viewer.c
2184 * src/plugins/pgpcore/pgp_viewer.c
2185 * src/plugins/pgpcore/pgp_viewer.h
2186 * src/plugins/pgpcore/plugin.c
2187 * src/plugins/pgpcore/prefs_gpg.c
2188 * src/plugins/pgpcore/prefs_gpg.h
2189 * src/plugins/pgpcore/sgpgme.c
2190 * src/plugins/pgpcore/sgpgme.h
2191 * src/plugins/pgpinline/plugin.c
2192 * src/plugins/pgpmime/pgpmime.c
2193 * src/plugins/pgpmime/pgpmime.h
2194 * src/plugins/pgpmime/plugin.c
2195 * src/plugins/spamassassin/spamassassin.c
2196 * src/plugins/spamassassin/spamassassin.h
2197 * src/plugins/spamassassin/spamassassin_gtk.c
2198 * src/plugins/trayicon/README
2200 * tools/README.sylprint
2201 * tools/outlook2claws-mail.pl
2203 * tools/tb2claws-mail
2204 * tools/tbird2claws.py
2206 * tools/vcard2xml.py
2207 * tools/kdeservicemenu/README
2208 cleanups and corrections
2210 2007-05-06 [wwp] 2.9.1cvs47
2213 Fix missing dash to `display` command-line, reported
2214 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2216 2007-05-06 [colin] 2.9.1cvs46
2219 * src/stock_pixmap.c
2220 * src/stock_pixmap.h
2221 * src/pixmaps/printer.xpm
2224 2007-05-06 [paul] 2.9.1cvs45
2229 * src/summary_search.c
2233 2007-05-05 [wwp] 2.9.1cvs44
2237 * src/prefs_actions.c
2241 Fix "faild" typos everywhere and capitalization of
2244 2007-05-04 [colin] 2.9.1cvs43
2249 * src/plugins/pgpcore/prefs_gpg.c
2250 * src/plugins/pgpcore/prefs_gpg.h
2251 * src/plugins/pgpinline/pgpinline.c
2252 * src/plugins/pgpmime/pgpmime.c
2253 Add an API to warn about encryption limits,
2254 and allow to disable these warnings
2256 2007-05-03 [colin] 2.9.1cvs42
2260 Fix bug 1213, 'Delete more than
2263 2007-05-03 [wwp] 2.9.1cvs41
2265 * src/prefs_common.c
2266 * src/prefs_filtering.c
2267 * src/prefs_template.c
2268 * src/common/template.c
2269 * src/common/template.h
2270 * src/gtk/gtkutils.c
2271 * src/gtk/gtkutils.h
2272 Templates are no longer automatically sorted
2273 by name, but can be sorted manually using
2274 |< < > >| buttons as well as drag'n'drop.
2276 2007-05-03 [wwp] 2.9.1cvs40
2278 * src/plugins/spamassassin/spamassassin.c
2279 * src/plugins/spamassassin/spamassassin.h
2280 * src/plugins/spamassassin/spamassassin_gtk.c
2281 * src/plugins/bogofilter/bogofilter.c
2282 * src/plugins/bogofilter/bogofilter.h
2283 * src/plugins/bogofilter/bogofilter_gtk.c
2284 Added an option to conditionally mark saved spam
2285 as read (default is and was to do so).
2286 Satisfies feature request 1708539 on sf.net tracker.
2288 2007-05-03 [colin] 2.9.1cvs39
2291 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2293 2007-05-02 [colin] 2.9.1cvs38
2296 Fix bug 1209, 'Clicking on address
2297 in header (mailto uri) selects
2298 default account'. Patch adapted from
2301 2007-05-02 [colin] 2.9.1cvs37
2303 * src/grouplistdialog.c
2304 Set cursor to wait cursor while loading
2307 2007-05-02 [paul] 2.9.1cvs36
2311 rename cache and mark files
2314 2007-04-30 [paul] 2.9.1cvs35
2316 * manual/glossary.xml
2317 * manual/plugins.xml
2318 updates. Patch by Ricardo
2320 2007-04-29 [wwp] 2.9.1cvs34
2324 Fix few grammatical errors (patch by David Relson < relson at
2325 osagesoftware dot com >).
2327 2007-04-28 [colin] 2.9.1cvs33
2331 * src/prefs_account.c
2332 * src/prefs_account.h
2333 Drop the "Download all" preference. It's
2334 stupidly useless and confuses people from
2337 2007-04-27 [wwp] 2.9.1cvs32
2340 * src/prefs_account.c
2341 * src/prefs_account.h
2342 Don't reflect accounts changes to the mainwindow when it's
2345 2007-04-27 [colin] 2.9.1cvs31
2348 Freeze/thaw when sync'ing flags
2350 * src/prefs_account.c
2351 * src/prefs_account.h
2352 * src/etpan/imap-thread.c
2353 * src/etpan/imap-thread.h
2354 Add a way to use UID FETCH instead
2355 of searches to fetch message lists
2356 and flags. More expensive towards
2357 bandwidth, less expensive towards
2358 server's CPU. Probably fixes
2359 bug 1158, 'Scanning new folders on
2360 Exchange 2007 extremely slow'.
2363 2007-04-27 [paul] 2.9.1cvs30
2366 * src/prefs_logging.c
2367 improvements to english usage
2369 2007-04-27 [colin] 2.9.1cvs29
2372 Fix build without libetpan (my bad!)
2374 2007-04-26 [colin] 2.9.1cvs28
2378 Fix uselessly exported function
2380 Consider "- -- \n" as signature separator
2381 (that's what signature separators look like
2382 in PGP/Inline signed mails)
2384 2007-04-26 [colin] 2.9.1cvs27
2387 libetpan-0.49 is now required
2389 Fix double fetching of mails if
2392 Make offline sync faster, by
2393 remembering last change time, and
2396 2007-04-26 [hoa] 2.9.1cvs26
2402 * src/etpan/imap-thread.c
2403 * src/etpan/imap-thread.h
2404 cancellation of IMAP operations is now allowed.
2405 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2407 2007-04-26 [colin] 2.9.1cvs25
2410 Always fetch body+headers in folders that are
2411 synched for offline use, if "Synchronise as
2412 soon as possible" is set.
2413 Fixes bug 1200, 'Add option to always retrieve full
2416 2007-04-25 [colin] 2.9.1cvs24
2419 Fix bug 1198, 'Reply-all "disappearing" address bug
2422 2007-04-24 [colin] 2.9.1cvs23
2425 Fix bug 1195, 'Hardware key navigation'
2426 Make GDK_Enter toggle expansion (Maemo)
2428 2007-04-24 [wwp] 2.9.1cvs22
2431 Fix few compiler warnings.
2433 2007-04-24 [paul] 2.9.1cvs21
2436 * src/stock_pixmap.c
2437 * src/stock_pixmap.h
2438 complete last commit
2440 2007-04-24 [paul] 2.9.1cvs20
2443 * src/pixmaps/active.xpm
2444 * src/pixmaps/checkbox_off.xpm
2445 * src/pixmaps/checkbox_on.xpm
2446 * src/pixmaps/inactive.xpm
2448 remove transparent border from checkbox icons
2450 2007-04-24 [wwp] 2.9.1cvs19
2454 Fix a crash in textview, thanks to Colin.
2456 2007-04-23 [wwp] 2.9.1cvs18
2458 * src/prefs_common.c
2459 Fix 2.9.1cvs5: no header was being translated at all.
2461 2007-04-23 [colin] 2.9.1cvs17
2464 * src/stock_pixmap.c
2465 * src/stock_pixmap.h
2468 * src/gtk/gtksctree.c
2469 * src/gtk/gtksctree.h
2470 * src/pixmaps/selection.xpm
2471 Fix bug 1193, 'Need a way to multi-select
2472 items'. Add a toggle button to the summaryview
2473 to switch between normal and multiple selection
2476 2007-04-23 [colin] 2.9.1cvs16
2479 * src/stock_pixmap.c
2480 * src/stock_pixmap.h
2483 * src/gtk/gtksctree.c
2484 * src/gtk/gtksctree.h
2485 * src/pixmaps/selection.xpm
2486 Fix bug 1193, 'Need a way to multi-
2488 Add a toggle button in the summaryview
2489 to enable normal or multiple selection.
2492 2007-04-23 [colin] 2.9.1cvs15
2495 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2497 2007-04-21 [colin] 2.9.1cvs14
2499 * src/gtk/quicksearch.c
2500 Fix previous commit (actually use correct
2503 2007-04-21 [colin] 2.9.1cvs13
2505 * src/gtk/quicksearch.c
2506 Fix changing quicksearch type (after Esc,
2507 after changing Recursive, ...)
2509 2007-04-20 [wwp] 2.9.1cvs12
2511 * src/gtk/Makefile.am
2512 Added headers.h (completes 2.9.1cvs5).
2514 2007-04-20 [wwp] 2.9.1cvs11
2517 Fix the use of display name in name column,
2518 it has been overriden w/ the use of nickname
2519 by 2.9.0cvs3. Now nickname is used (if any)
2520 in case of LDAP books only.
2522 2007-04-20 [colin] 2.9.1cvs10
2527 Add handling of 'a' to loop in a mail's
2530 2007-04-20 [colin] 2.9.1cvs9
2533 Fix bug 1190, 'dir_open' button doesn't work'
2536 2007-04-20 [colin] 2.9.1cvs8
2540 Fix bug 1194, 'Hardware keys move from email
2541 list to account/directory list, but not back
2542 to email list...' (Maemo)
2544 2007-04-20 [colin] 2.9.1cvs7
2547 complete previous commit
2549 2007-04-20 [colin] 2.9.1cvs6
2552 Fix bug 1187, 'Reply-to addressee disappears
2553 when reply-to text box is clicked...' (Maemo)
2555 2007-04-20 [wwp] 2.9.1cvs5
2563 * src/prefs_common.c
2564 * src/prefs_common.h
2565 * src/prefs_display_header.c
2566 * src/prefs_matcher.c
2569 * src/gtk/quicksearch.c
2570 Translate more header names according to the relevant option value,
2571 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2572 Replaced nearly all uses of prefs_common.trans_hdr with a call
2573 to prefs_common_translated_header_name().
2574 Added a headers.h reference file that contains known header names
2575 (RFC2822 and others) to the translation process' input, so that
2576 translated header names will still exist even if no occurrence of
2577 _("headername") is found anymore in the sources.
2578 Don't translate column name 'Number' following to trans_hdr option
2579 value as it's not a header name.
2581 2007-04-20 [colin] 2.9.1cvs4
2583 * src/gtk/quicksearch.c
2584 * src/gtk/quicksearch.h
2585 Add "From, To or Subject" quicksearch
2586 type. Patch by ulfschaper@users.sf.net
2588 2007-04-20 [colin] 2.9.1cvs3
2591 Implement proper references filtering condition.
2592 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2594 2007-04-19 [wwp] 2.9.1cvs2
2596 * src/prefs_display_header.c
2597 * src/message_search.c
2598 Fix few warnings (g_free of const gchar*).
2600 2007-04-19 [paul] 2.9.1cvs1
2606 bump version number following
2609 2007-04-19 [paul] 2.9.0cvs9
2611 * manual/advanced.xml
2612 * manual/glossary.xml
2615 2007-04-18 [paul] 2.9.0cvs8
2618 fix for CVE-2007-1558 (APOP)
2621 2007-04-18 [paul] 2.9.0cvs7
2627 Fix encoding woes wrt saving of
2631 2007-04-18 [colin] 2.9.0cvs6
2633 * src/gtk/pluginwindow.c
2634 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2636 2007-04-17 [wwp] 2.9.0cvs5
2642 Fix --disable-ldap build,
2643 fix some LDAP annoyances on
2644 searches, thanks to Colin.
2646 2007-04-17 [wwp] 2.9.0cvs4
2649 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2650 like gcc 2.9x. Thanks to Colin.
2652 2007-04-17 [wwp] 2.9.0cvs3
2668 Add LDAP write support. Patch mostly by
2669 Michael <mir at datanom dot net>
2671 2007-04-17 [wwp] 2.9.0cvs2
2674 Prepend "Add to address book" to the context menu of compose window's sender and
2677 2007-04-16 [paul] 2.9.0cvs1
2682 2007-04-16 [paul] 2.9.0
2689 2007-04-16 [paul] 2.8.1cvs102
2692 updated by Fabien Vantard
2694 2007-04-16 [paul] 2.8.1cvs101
2704 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2705 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2706 Aleksandar Urosevic, and Ralgh Young
2708 2007-04-15 [mones] 2.8.1cvs100
2713 2007-04-14 [colin] 2.8.1cvs99
2715 * src/message_search.c
2716 * src/prefs_display_header.c
2717 * src/summary_search.c
2718 * src/gtk/combobox.c
2721 2007-04-14 [wwp] 2.8.1cvs98
2723 * src/gtk/combobox.c
2724 * src/message_search.c
2725 * src/summary_search.c
2726 * src/prefs_display_header.c
2727 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2728 returns NULL, get the text value directly from the GtkEntry child.
2730 2007-04-13 [colin] 2.8.1cvs97
2732 * src/gtk/quicksearch.c
2733 Give the focus back to summaryview when
2734 emptying the quicksearch with Esc
2736 2007-04-13 [colin] 2.8.1cvs96
2738 * src/message_search.c
2739 * src/prefs_display_header.c
2740 * src/summary_search.c
2741 Fix possibles crashes when getting text
2744 2007-04-13 [colin] 2.8.1cvs95
2747 Add some UIDL debugging
2749 2007-04-12 [colin] 2.8.1cvs94
2752 Force folder scan if necessary after
2753 copying mails, to be able to reapply
2756 2007-04-11 [colin] 2.8.1cvs93
2759 don't scan for new mail on startup if --select
2760 is specified (or race conditions arise). If so,
2761 do both sequentially.
2763 2007-04-09 [colin] 2.8.1cvs92
2766 Use leafpad by default on Maemo. Patch
2769 2007-04-06 [colin] 2.8.1cvs91
2771 * src/pixmaps/queue_close.xpm
2772 * src/pixmaps/queue_close_hrm.xpm
2773 * src/pixmaps/queue_close_hrm_mark.xpm
2774 * src/pixmaps/queue_close_mark.xpm
2775 * src/pixmaps/queue_open.xpm
2776 * src/pixmaps/queue_open_hrm.xpm
2777 * src/pixmaps/queue_open_hrm_mark.xpm
2778 * src/pixmaps/queue_open_mark.xpm
2779 Move the clock one pixel down :)
2781 2007-04-05 [colin] 2.8.1cvs90
2784 Don't sync when switching offline from
2785 command line - it's usually too late :)
2787 2007-04-05 [paul] 2.8.1cvs89
2790 * src/stock_pixmap.c
2791 * src/pixmaps/dir_close_hrm.xpm
2792 * src/pixmaps/dir_close_hrm_mark.xpm
2793 * src/pixmaps/drafts_close.xpm
2794 * src/pixmaps/drafts_close_mark.xpm
2795 * src/pixmaps/drafts_open.xpm
2796 * src/pixmaps/drafts_open_mark.xpm
2797 * src/pixmaps/inbox.xpm
2798 * src/pixmaps/inbox_close.xpm
2799 * src/pixmaps/inbox_close_hrm.xpm
2800 * src/pixmaps/inbox_close_hrm_mark.xpm
2801 * src/pixmaps/inbox_close_mark.xpm
2802 * src/pixmaps/inbox_hrm.xpm
2803 * src/pixmaps/inbox_hrm_mark.xpm
2804 * src/pixmaps/inbox_mark.xpm
2805 * src/pixmaps/inbox_open.xpm
2806 * src/pixmaps/inbox_open_hrm.xpm
2807 * src/pixmaps/inbox_open_hrm_mark.xpm
2808 * src/pixmaps/inbox_open_mark.xpm
2809 * src/pixmaps/outbox.xpm
2810 * src/pixmaps/outbox_close.xpm
2811 * src/pixmaps/outbox_close_hrm.xpm
2812 * src/pixmaps/outbox_close_hrm_mark.xpm
2813 * src/pixmaps/outbox_close_mark.xpm
2814 * src/pixmaps/outbox_hrm.xpm
2815 * src/pixmaps/outbox_hrm_mark.xpm
2816 * src/pixmaps/outbox_mark.xpm
2817 * src/pixmaps/outbox_open.xpm
2818 * src/pixmaps/outbox_open_hrm.xpm
2819 * src/pixmaps/outbox_open_hrm_mark.xpm
2820 * src/pixmaps/outbox_open_mark.xpm
2821 * src/pixmaps/queue_close.xpm
2822 * src/pixmaps/queue_close_hrm.xpm
2823 * src/pixmaps/queue_close_hrm_mark.xpm
2824 * src/pixmaps/queue_close_mark.xpm
2825 * src/pixmaps/queue_open.xpm
2826 * src/pixmaps/queue_open_hrm.xpm
2827 * src/pixmaps/queue_open_hrm_mark.xpm
2828 * src/pixmaps/queue_open_mark.xpm
2829 updated, added and replaced icons
2832 2007-04-04 [colin] 2.8.1cvs88
2835 Fix build without libetpan
2837 2007-04-03 [colin] 2.8.1cvs87
2840 Fix crash with Citadel, and try to make
2841 things work. this server (and specifically
2842 STATUS and APPEND at least) seems broken.
2844 2007-04-03 [colin] 2.8.1cvs86
2847 Fix icons on folder close
2849 2007-04-03 [colin] 2.8.1cvs85
2852 Fix double-ask of offline override in
2857 Much more efficient way to synchronise
2859 * src/etpan/imap-thread.c
2862 * src/gtk/quicksearch.c
2865 2007-04-03 [paul] 2.8.1cvs84
2870 * src/prefs_common.c
2871 * src/prefs_common.h
2873 Fix sync being done too late
2876 2007-04-02 [colin] 2.8.1cvs83
2879 Maemo: Put status and quicksearch at the top
2880 * src/plugins/bogofilter/bogofilter.c
2881 * src/plugins/spamassassin/spamassassin.c
2882 Derive trash from inbox if possible
2884 2007-04-02 [paul] 2.8.1cvs82
2886 * src/plugins/bogofilter/bogofilter_gtk.c
2887 a few English changes
2893 2007-04-02 [colin] 2.8.1cvs81
2895 * src/image_viewer.c
2896 Fix transparent images by using
2899 Flush events (on new windows) to avoid
2900 having the textview's image resize fail
2901 to know the available width
2903 2007-04-01 [colin] 2.8.1cvs80
2905 * src/prefs_account.c
2906 If no MH mailbox exist, when creating a POP/Local
2907 account, just create and use the default one
2908 instead of bailing with a "Mailbox doesn't exist"
2911 2007-03-31 [colin] 2.8.1cvs79
2913 * src/prefs_account.c
2914 Create signature file if it doesn't exist
2916 * src/prefs_toolbar.c
2917 Maemo: Move "Use default" on the left so
2918 that people can find it
2920 Maemo: make default editor "Maemopad",
2921 default signature file "MyDocs/signature.txt"
2923 2007-03-31 [colin] 2.8.1cvs78
2925 * src/prefs_account.c
2926 Maemo: rework account prefs so
2927 that less horizontal scrolling
2930 2007-03-31 [colin] 2.8.1cvs77
2933 * src/prefs_common.c
2934 * src/prefs_common.h
2935 Fix bug 1167, 'Allow not displaying zeros
2936 in folder list'. Patch by MartinP
2938 2007-03-31 [colin] 2.8.1cvs76
2943 2007-03-31 [colin] 2.8.1cvs75
2946 Apply patch from bug 1172, direct
2947 access to the folder's session instead
2948 of using getter. Patch by MartinP
2950 2007-03-31 [paul] 2.8.1cvs74
2953 no need to list Fabien twice!
2955 2007-03-31 [colin] 2.8.1cvs73
2958 If we're currently "overriding for %d minutes",
2961 2007-03-31 [colin] 2.8.1cvs72
2969 * src/plugins/spamassassin/spamassassin.c
2970 Offline override: Add a parameter to allow
2971 asking even if the override timer is running.
2972 Allows to ask every time the user makes an
2973 explicit action needing online access (such
2974 as Get Mail), and not when the action is
2975 implicit (such as opening an IMAP folder)
2977 2007-03-31 [colin] 2.8.1cvs71
2980 Override offline: "No" answer shouldn't
2981 re-ask after 3 seconds, but 10 minutes.
2983 2007-03-30 [colin] 2.8.1cvs70
2985 * src/common/socket.c
2986 Better error reporting on unix socket
2987 failure (bind usually)
2988 * src/gtk/gtkutils.c
2989 * src/gtk/gtkutils.h
2990 Label window: add a pulsing progress
2991 bar to show we're not hung :)
2994 * src/plugins/pgpcore/sgpgme.c
2997 2007-03-30 [colin] 2.8.1cvs69
3000 * src/prefs_common.c
3001 Fix possible trashing of history and uidl
3002 files on disk full problems
3004 2007-03-30 [paul] 2.8.1cvs68
3009 update summary when changing layout type
3010 (fixes wrong folder icon being displayed)
3013 2007-03-29 [colin] 2.8.1cvs67
3015 * src/prefs_ext_prog.c
3016 The browser pref is irrelevant on Maemo
3018 2007-03-29 [colin] 2.8.1cvs66
3022 Maemo: dynamically switch headers/text position
3023 * src/prefs_common.c
3024 Maemo: hide compose's ruler by default
3025 * src/common/socket.c
3026 * src/common/socket.h
3029 2007-03-29 [colin] 2.8.1cvs65
3031 * src/common/socket.c
3032 * src/common/socket.h
3033 Fix build when MAEMO_CFLAGS contains
3034 _X_OPENSOURCE (resolv.h errors as long
3035 as we don't add _BSD_SOURCE. Ugly).
3037 2007-03-29 [wwp] 2.8.1cvs64
3039 * src/prefs_logging.c
3040 Fix sensitivity of clip-log widgets in prefs/logging,
3043 2007-03-29 [wwp] 2.8.1cvs63
3046 Updated files list for translations, thanks to Fabien.
3048 2007-03-29 [colin] 2.8.1cvs62
3051 * src/common/Makefile.am
3052 * src/common/utils.c
3053 Maybe make URI opening work in Maemo
3056 2007-03-28 [colin] 2.8.1cvs61
3061 Add the possibility to sort folders arbitrarily
3062 (via editing of folderlist.xml only). Patch by
3063 Martin P <mp26+claws@os.inf.tu-dresden.de>
3064 Fixes bug 1166, 'Folder ordering is fixed and cannot
3065 be changed by the user'
3067 2007-03-28 [colin] 2.8.1cvs60
3070 Add popup menu for mime icons
3072 2007-03-28 [colin] 2.8.1cvs59
3075 Fix a layout issue when presenting
3076 mainwindow in Small screen layout
3079 Add a "Go to folder list" button for
3080 mainwindow, and make it default in
3083 2007-03-28 [colin] 2.8.1cvs58
3086 Don't dynamically update title on Maemo
3087 Patch by Jean-Luc Biord
3089 2007-03-27 [colin] 2.8.1cvs57
3094 Enable tap-and-hold on Maemo
3096 2007-03-26 [colin] 2.8.1cvs56
3099 More popup-menu (in attachments list)
3101 2007-03-26 [colin] 2.8.1cvs55
3104 Enable popup-menu signal
3106 2007-03-26 [colin] 2.8.1cvs54
3108 * src/plugins/pgpinline/pgpinline.c
3109 Fix bug 1111, 'PGP/inline plugin hides text
3110 around encrypted text block'. Patch based on
3111 a patch from Michal Cihar.
3113 2007-03-26 [wwp] 2.8.1cvs53
3116 Fix getting a false error when sending queued message
3117 whereas the sending was fine (if there are subfolders
3118 in the queue folder), thanks to Colin.
3120 2007-03-26 [paul] 2.8.1cvs52
3123 update FACE header in welcome message
3125 2007-03-25 [colin] 2.8.1cvs51
3130 2007-03-25 [colin] 2.8.1cvs50
3133 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3135 2007-03-24 [colin] 2.8.1cvs49
3138 Fix a few launch problems on Maemo
3139 Patch by Jean-Luc Biord
3141 2007-03-24 [wwp] 2.8.1cvs48
3147 Fix wrong action performed when closing the
3148 "ask about account specific filtering rules
3149 when filtering manually" dialog by pressing Escape.
3150 Fix wrong order of buttons in the "return receipt
3151 notification - the message was sent to several of
3152 your accounts" dialog.
3154 2007-03-24 [paul] 2.8.1cvs47
3157 an improvement to English usage
3158 * tools/kdeservicemenu/README
3161 2007-03-24 [paul] 2.8.1cvs46
3164 * src/stock_pixmap.c
3165 * src/pixmaps/edit_extern.xpm
3166 * src/pixmaps/mail_sign.xpm
3167 rescue long lost icons
3169 2007-03-24 [paul] 2.8.1cvs45
3172 fix toolbar (broken in 2.8.1cvs42)
3174 2007-03-23 [colin] 2.8.1cvs44
3177 Correctly unsubscribe/resubscribe after
3180 2007-03-23 [colin] 2.8.1cvs43
3182 * src/prefs_common.c
3183 Maemo: as the platform is light on RAM, allow
3184 caches to be discarded faster.
3186 2007-03-23 [colin] 2.8.1cvs42
3191 * src/stock_pixmap.c
3192 * src/stock_pixmap.h
3197 * src/pixmaps/open_mail.xpm
3198 Maemo changes: Add the possibility to have
3199 "Open Email" and "Close Window" buttons on
3200 toolbars (and use them in Maemo's default
3203 2007-03-23 [wwp] 2.8.1cvs41
3206 Reverted that part of the action dialog closure logics, to
3207 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3208 done later in a different way (or may not).
3210 2007-03-22 [wwp] 2.8.1cvs40
3213 Fix sticky action dialog when got no output but action command
3214 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3216 2007-03-22 [colin] 2.8.1cvs39
3218 * src/prefs_filtering.c
3219 * src/gtk/combobox.h
3220 Fix escaping account names in filtering prefs
3222 2007-03-22 [colin] 2.8.1cvs38
3227 Add any attribute specified in LDAP servers'
3228 Search attributes to the Other Attributes tab
3229 of contacts; Add 'telephoneNumber' in the
3232 2007-03-22 [colin] 2.8.1cvs37
3237 Try to prevent race conditions when
3238 changing the folder list
3240 Fix possible red folder icon when
3241 switching from Small screen layout
3244 2007-03-22 [colin] 2.8.1cvs36
3249 Rename "little screen" to "Small screen"
3250 * src/gtk/Makefile.am
3251 * src/common/utils.c
3253 Fix Maemo-related compilation problems
3255 2007-03-21 [colin] 2.8.1cvs35
3259 * claws-mail.desktop
3260 Remove .png from the Icon, it's useless
3262 2007-03-21 [colin] 2.8.1cvs34
3266 Add the necessary lib checking for
3269 2007-03-21 [colin] 2.8.1cvs33
3272 Fix unconditional "error happened" when
3273 sending via command-line. "lol @ myself"
3275 2007-03-21 [colin] 2.8.1cvs32
3277 * claws-mail-40x40.png
3278 * claws-mail-26x26.png
3288 * src/prefs_account.c
3289 * src/prefs_common.c
3290 * src/summary_search.c
3294 * src/gtk/gtkutils.c
3295 * src/gtk/gtkutils.h
3296 * src/gtk/logwindow.c
3298 * src/gtk/prefswindow.c
3299 Add Maemo port (patch mainly by Jean-Luc Biort)
3300 Add a new 'Little screen' layout to help on such
3301 platforms (patch by me)
3302 Make some default preferences different (more
3303 adapted) on Maemo (patch by me)
3305 2007-03-21 [wwp] 2.8.1cvs31
3307 * src/prefs_logging.c
3308 * src/prefs_logging.h
3309 Fixed copyright header of newly added files.
3311 2007-03-21 [wwp] 2.8.1cvs30
3327 * src/prefs_common.c
3328 * src/prefs_common.h
3329 * src/prefs_logging.c
3330 * src/prefs_logging.h
3333 * src/send_message.c
3338 * src/common/session.c
3340 * src/common/socket.c
3341 * src/etpan/imap-thread.c
3342 * src/gtk/logwindow.c
3343 * src/gtk/logwindow.h
3344 * src/plugins/bogofilter/bogofilter.c
3345 * src/plugins/spamassassin/spamassassin.c
3346 Added debugging of filtering/processing rules.
3347 The debug log is here 'Tools/Filtering debug window',
3348 the options there 'Configuration/Preferences/Other/Logging',
3349 and the log file is ~/.claws-mail/filtering.log.
3350 Moved protocol log prefs to 'Other/Logging' as well.
3351 To support such debugging feature, the existing log API has
3352 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3353 this impacts many external modules (commits follow).
3355 2007-03-21 [paul] 2.8.1cvs29
3357 * src/etpan/Makefile.am
3358 * src/etpan/imap-thread.c
3359 add missing #include
3361 2007-03-21 [colin] 2.8.1cvs28
3364 Fix bug 1157, 'some broken messages confuse
3365 mime parser'. Make sure we can't have MimeInfos
3366 with negative sizes.
3368 2007-03-20 [colin] 2.8.1cvs27
3371 Fix missing \0 on buffer
3373 2007-03-20 [colin] 2.8.1cvs26
3376 Use make_dir_hier instead of make_dir
3377 to create the MH mailbox
3379 2007-03-20 [colin] 2.8.1cvs25
3383 * src/prefs_account.c
3385 Fix default inbox weirdnesses (after wizard,
3386 if path is Mail, mailbox identifier is #mh/Mailbox,
3387 and when creating new accounts)
3389 2007-03-20 [colin] 2.8.1cvs24
3392 Write folderlist after adding/deleting accounts
3395 2007-03-20 [colin] 2.8.1cvs23
3398 * src/remotefolder.h
3399 Fix bug 1153, 'CM segfaults if IMAP folder is
3400 selected while scanning prior to update'
3402 2007-03-17 [paul] 2.8.1cvs22
3405 fix a typo, and be a little more verbose.
3407 2007-03-17 [wwp] 2.8.1cvs21
3410 Fix a compiler warning.
3412 2007-03-16 [wwp] 2.8.1cvs20
3416 Updated to deal w/ the new mairix.sh tool.
3418 2007-03-16 [wwp] 2.8.1cvs19
3421 Fix logics issues around the action IO dialog:
3422 - disable entry widget and exec button when
3423 the exec button is clicked (don't wait for any
3424 output line) - fix possible disabling/re-enabling/
3425 re-disabling of those widgets
3426 - raise an error if executing a %as{} action either
3427 empty or invalid, instead of failing silently
3428 - don't close the dialog if the abort button has been
3429 clicked and if there was no output yet
3430 - set focus to the abort button when the exec button
3432 - fix capitalization of a warning message
3434 2007-03-16 [wwp] 2.8.1cvs18
3437 Added a wrapper to mairix to the tools folder.
3439 2007-03-16 [colin] 2.8.1cvs17
3443 Allow mimeviewer plugins to print
3446 2007-03-16 [colin] 2.8.1cvs16
3451 2007-03-15 [colin] 2.8.1cvs15
3455 Add a way for mimeviewer plugins to
3456 implement body search
3458 2007-03-15 [paul] 2.8.1cvs14
3460 * src/prefs_spelling.c
3463 2007-03-15 [paul] 2.8.1cvs13
3465 * src/common/quoted-printable.c
3466 fix decoding of quoted-printable parts
3468 2007-03-14 [wwp] 2.8.1cvs12
3470 * src/gtk/logwindow.h
3471 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3473 2007-03-14 [wwp] 2.8.1cvs11
3475 * src/gtk/logwindow.h
3476 Complete 2.8.1cvs10.
3478 2007-03-14 [colin] 2.8.1cvs10
3480 * src/gtk/logwindow.c
3481 Probably fix bug 1149, crash on logwindow
3482 close - at the expense of performance once
3483 logwin has been opened
3485 2007-03-14 [colin] 2.8.1cvs9
3488 If claws-mail is running on another
3489 display, warn instead of popping it up
3490 on the other display
3492 2007-03-12 [colin] 2.8.1cvs8
3495 Fix bug 1145, 'Setting a different name
3496 for the Mailbox name isn't reflected in
3497 default account settings'. Patch by wwp
3499 2007-03-12 [colin] 2.8.1cvs7
3502 Fix bug 1143, 'Add number of messages to be
3503 deleted to confirmation dialog'
3505 2007-03-12 [wwp] 2.8.1cvs6
3508 * src/prefs_common.c
3509 * src/prefs_common.h
3510 * src/prefs_summaries.c
3511 Changed the option that displays unread messages count
3512 next to the folder name in folder list: it is now
3513 possible to either display nothing, display the
3514 unread messages number only or the unread and total messages
3515 numbers. The patch includes this extra feature as well
3516 as some minor fixes by rewriting the algo in folderview.c.
3517 Thanks to Paul for the original idea and implementation, plus
3518 testing and proof-reading!
3520 2007-03-09 [paul] 2.8.1cvs5
3524 * tools/claws-mail-compose-insert-files.pl
3525 added a script which enables inserting files
3526 into the message body of a new Claws Mail
3527 Compose window from the command line. Additionally
3528 To, Cc, Subject and files to attach to the message
3531 2007-03-09 [wwp] 2.8.1cvs4
3536 Optimize matching of addresses in the addressbook
3537 (filtering/processing 'found_in_addressbook' condition).
3539 2007-03-07 [wwp] 2.8.1cvs3
3542 * src/quote_fmt_lex.l
3543 * src/quote_fmt_parse.y
3544 Add a new quote format symbol: %A to insert the
3545 sender email address (just the address itself).
3547 2007-03-06 [wwp] 2.8.1cvs2
3549 * src/gtk/gtkutils.c
3550 * src/plugins/trayicon/trayicon_prefs.h
3551 * src/plugins/trayicon/trayicon_prefs.c
3552 * src/plugins/trayicon/trayicon.c
3555 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3556 minimizing Claws-Mail main window will hide it to the trayicon instead.
3559 2007-03-06 [paul] 2.8.1cvs1
3565 bump version number following
3568 2007-03-06 [paul] 2.8.0cvs24
3571 corrected by by Tim <timbrain@post.cz>
3573 2007-03-05 [colin] 2.8.0cvs23
3577 Fix mime/globs path on NetBSD
3578 patch by George Michaelson
3580 2007-03-05 [wwp] 2.8.0cvs22
3583 Remove debug statement (accidentally committed w/ cvs14).
3585 2007-03-05 [paul] 2.8.0cvs21
3587 * src/plugins/pgpcore/prefs_gpg.c
3588 fix compiler warning
3590 2007-03-05 [wwp] 2.8.0cvs20
3592 * src/matcher_parser_parse.y
3593 Fix mismerge between cvs17 and cvs19.
3595 2007-03-05 [wwp] 2.8.0cvs19
3597 * src/matcher_parser_parse.y
3598 * src/prefs_filtering_action.c
3603 Add new 'add_to_addressbook' filtering/processing action.
3605 2007-03-05 [wwp] 2.8.0cvs18
3608 Fix mark_as_ham filtering/processing action: spam flag
3611 2007-03-04 [colin] 2.8.0cvs17
3616 * src/matcher_parser_parse.y
3617 * src/prefs_filtering_action.c
3618 Add 'Mark as spam' and 'Mark as ham' filtering
3619 actions. Fixes bug 1138.
3621 2007-03-04 [colin] 2.8.0cvs16
3624 Fix bug 1140, wrong return value
3627 2007-03-04 [wwp] 2.8.0cvs15
3630 Rollback cvs14: don't free stuff that is managed in g_list.
3632 2007-03-04 [wwp] 2.8.0cvs14
3635 Fix a leak in address completion code.
3637 2007-03-04 [colin] 2.8.0cvs13
3640 Maybe fix bug 1136, 'Crash in group
3643 2007-03-04 [iwkse] 2.8.0cvs12
3646 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3648 2007-03-03 [colin] 2.8.0cvs11
3650 * src/plugins/pgpinline/pgpinline.c
3651 Fix off-by-one, fix double-free. Fixes
3652 bug 1135, 'cm-segfault on decrypting
3655 2007-03-03 [colin] 2.8.0cvs10
3659 * src/common/plugin.c
3660 Fix bug 1134, 'Valgrind macros unhandled
3663 2007-03-02 [colin] 2.8.0cvs9
3666 Don't error out on EAGAIN. Fixes
3667 bug 1129, '"local mbox file" account
3668 isn't retrieving mails'
3670 2007-03-01 [wwp] 2.8.0cvs8
3673 * src/gtk/colorlabel.c
3674 Remove accels for extra color labels until we set better
3675 and definitive ones.
3677 2007-02-28 [wwp] 2.8.0cvs7
3680 * src/matcher_parser_parse.y
3681 * src/prefs_common.c
3682 * src/prefs_msg_colors.c
3684 * src/gtk/colorlabel.c
3685 * src/gtk/colorlabel.h
3686 Add more customizable color labels. Cleaned up a bit
3687 the color label API to avoid duplicate defines of
3688 the max number of colors.
3690 2007-02-27 [colin] 2.8.0cvs6
3693 * src/common/utils.c
3694 * src/common/utils.h
3695 Fix '+' in mailto URIs for List-* headers
3697 2007-02-27 [colin] 2.8.0cvs5
3699 * src/gtk/gtkutils.c
3700 Use gtk_window_set_role instead of
3703 2007-02-27 [colin] 2.8.0cvs4
3706 Fix "After receiving new mail, go to inbox" on IMAP,
3707 and make it work only on manual reception
3709 2007-02-27 [wwp] 2.8.0cvs3
3711 * src/prefs_filtering.c
3712 * src/prefs_filtering_action.c
3713 * src/prefs_matcher.c
3714 Update filtering matcher's and action's color label menus
3715 when re-opening those dialogs (reflect any change to the
3716 color labels list in the preferences).
3718 2007-02-27 [colin] 2.8.0cvs2
3721 * src/etpan/etpan-thread-manager-types.h
3722 * src/etpan/etpan-thread-manager.c
3723 * src/etpan/imap-thread.c
3724 Log imap ALERTs as errors in the log.
3726 2007-02-26 [paul] 2.8.0cvs1
3728 * tools/claws.i18n.status.pl
3731 2007-02-26 [paul] 2.7.2cvs75
3745 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3746 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3747 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3748 Aleksandar Urosevic, and Ralgh Young
3750 2007-02-25 [mones] 2.7.2cvs74
3755 2007-02-25 [colin] 2.7.2cvs73
3758 Clearing the list is only useful
3759 to prevent a valgrind false-positive
3761 2007-02-25 [paul] 2.7.2cvs72
3765 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3766 * tools/maildir2claws-mail.pl **REMOVED**
3767 renamed the script, fixed a couple bugs
3769 2007-02-23 [colin] 2.7.2cvs71
3772 Fix a leak, check for a few improbable nulls
3774 2007-02-23 [colin] 2.7.2cvs70
3778 * src/plugins/trayicon/trayicon.c
3779 Fix blinking mainwin when starting in tray
3780 (show mainwindow later in the startup process,
3781 apart if restarting post-crash)
3783 2007-02-23 [colin] 2.7.2cvs69
3787 Fix crash when unsubscribing the currently
3788 selected/opened folder
3790 2007-02-23 [colin] 2.7.2cvs68
3793 Fix bug that prevented colorization to
3794 work without wrap quotation option
3796 2007-02-23 [colin] 2.7.2cvs67
3799 Fix refcounting, start and end completion who
3800 behaved as if there couldn't be any other current
3803 2007-02-23 [wwp] 2.7.2cvs66
3807 Address completion fixes: fix addressbook_peek_folder_exists() in
3808 which the algorithm was ridiculously over-obfuscated and broken.
3809 Fix addrindex_load_completion() as well, to load addresses in
3810 completion list with regards to what addressbook_peek_folder_exists()
3813 2007-02-23 [wwp] 2.7.2cvs65
3816 Add addresses to completion when they're non-empty (thanks to Colin).
3818 2007-02-23 [paul] 2.7.2cvs64
3820 * src/plugins/pgpcore/passphrase.c
3823 2007-02-23 [colin] 2.7.2cvs63
3825 * src/plugins/pgpcore/prefs_gpg.c
3826 * src/plugins/pgpcore/prefs_gpg.h
3827 * src/plugins/pgpcore/sgpgme.c
3828 * src/plugins/pgpinline/pgpinline.c
3829 * src/plugins/pgpmime/pgpmime.c
3830 Try harder to respect user's choice wrt
3831 gpg-agent even with gpg2, by unsetting
3832 GPG_AGENT_INFO when necessary.
3834 2007-02-22 [paul] 2.7.2cvs62
3836 * src/plugins/pgpcore/sgpgme.c
3837 * src/plugins/pgpcore/sgpgme.h
3838 * src/plugins/pgpcore/passphrase.c
3839 * src/plugins/pgpinline/pgpinline.c
3840 * src/plugins/pgpmime/pgpmime.c
3841 Fix a leak - gpgme_data_release_and_get_mem
3842 leaks in recent gpgme. Workaround by using
3845 2007-02-22 [paul] 2.7.2cvs61
3847 * src/gtk/quicksearch.c
3848 Abandon dynamic search when pressing
3851 2007-02-21 [colin] 2.7.2cvs60
3854 * src/plugins/pgpcore/passphrase.c
3855 Fix little memory leaks
3857 Fix false-positive leak at exit
3858 * src/gtk/quicksearch.c
3859 Fix potentially big leak in recursive
3862 2007-02-21 [wwp] 2.7.2cvs59
3865 Add missing newline to a debug message.
3867 2007-02-20 [colin] 2.7.2cvs58
3871 * src/stock_pixmap.c
3872 * src/stock_pixmap.h
3873 * src/pixmaps/mime_pgpsig.xpm
3874 Add icon for application/pgp-signature
3876 2007-02-20 [colin] 2.7.2cvs57
3881 * src/stock_pixmap.c
3882 * src/stock_pixmap.h
3883 * src/pixmaps/mime_calendar.xpm
3884 * src/pixmaps/mime_pdf.xpm
3885 * src/pixmaps/mime_ps.xpm
3886 Add icons for text/calendar, application/pdf
3887 and application/postscript
3889 2007-02-20 [colin] 2.7.2cvs56
3892 * src/matcher_parser_parse.y
3893 * src/matcher_parser_lex.l
3894 Fix big memory leak in flex, and
3897 2007-02-20 [wwp] 2.7.2cvs55
3899 * src/matcher_parser_parse.y
3900 Fix a duplicate token definition (thanks to iwkse).
3902 2007-02-20 [wwp] 2.7.2cvs54
3904 * src/matcher_parser_lex.l
3905 * src/quote_fmt_lex.l
3906 Use proper flex options instead of direct use of #define,
3907 make the flex-generated C lighter.
3909 2007-02-20 [colin] 2.7.2cvs53
3912 Grab focus in message list after hiding
3913 the quicksearch, instead of leaving it
3916 2007-02-19 [colin] 2.7.2cvs52
3919 Fix bug 1033, 'Automatically refresh
3920 message list when new messages arrives'
3921 Looks like folderview->opened can sometimes
3924 2007-02-19 [paul] 2.7.2cvs51
3928 * tools/thunderbird-filters-convertor.pl
3929 add new script which converts thunderbird filter
3930 rules to Claws filter rules
3932 2007-02-18 [paul] 2.7.2cvs50
3934 * src/plugins/pgpcore/prefs_gpg.c
3935 * src/plugins/pgpcore/prefs_gpg.h
3936 * src/plugins/pgpcore/sgpgme.c
3937 * src/plugins/pgpinline/pgpinline.c
3938 * src/plugins/pgpmime/pgpmime.c
3939 improved GUI interoperability with gpg-agent
3941 2007-02-18 [paul] 2.7.2cvs49
3943 * src/prefs_account.c
3944 Privacy options sensitivity fix
3946 2007-02-17 [colin] 2.7.2cvs48
3949 Reset icon to warning in the noticeview
3951 2007-02-15 [colin] 2.7.2cvs47
3954 Fix a manifestation of bug 1033 (summaryview failing
3955 to update for new mails), which happens after editing
3956 account preferences or preferences that cause a
3959 2007-02-15 [colin] 2.7.2cvs46
3962 Probably fix bug 1123, 'Segmentation
3963 fault while opening address book'. I get
3964 g_warnings if the saved paned position is
3965 not greater than 0. Also, save position
3966 when hiding the addressbook instead of
3969 2007-02-14 [colin] 2.7.2cvs45
3971 * src/plugins/pgpcore/prefs_gpg.c
3972 * src/plugins/pgpcore/prefs_gpg.h
3973 * src/plugins/pgpcore/sgpgme.c
3974 * src/plugins/pgpinline/pgpinline.c
3975 * src/plugins/pgpmime/pgpmime.c
3976 Add an option "Use gpg-agent if available". Fixes
3977 annoyances with distro-installed gpg-agent, when
3978 no pinentry program is installed, and the user's
3979 at a loss on why "decryption failed". Makes more
3980 clear why passphrase isn't saved when gpg-agent is
3981 used. Defaults to true, to avoid changing the
3984 2007-02-14 [wwp] 2.7.2cvs44
3986 * src/matcher_parser_parse.y
3987 Fix missing line number reset (wrong line number might appear
3988 when re-loading filtering rules if there's a parser error).
3990 2007-02-13 [colin] 2.7.2cvs43
3992 * src/common/utils.c
3993 Don't encode ',' in URIs before passing it
3994 to the browser command-line. It was probably
3995 done at a time where commas in URIs made
3996 mozilla -remote 'openurl(%s,new-window)'
3999 2007-02-13 [wwp] 2.7.2cvs42
4001 * src/prefs_matcher.c
4002 * src/plugins/bogofilter/bogofilter_gtk.c
4003 A bit of string factorization around "Select ..." buttons.
4005 2007-02-11 [colin] 2.7.2cvs41
4008 Make sure to escape the title
4010 2007-02-11 [colin] 2.7.2cvs40
4013 Recognize .utf8 locales as .UTF-8 ones
4015 2007-02-11 [colin] 2.7.2cvs39
4018 Fix code conversion when dragging a file
4020 2007-02-09 [colin] 2.7.2cvs38
4022 * src/plugins/clamav/clamav_plugin.c
4023 Complete Paul's patch with conditional
4024 compilation to avoid breaking compilation
4025 on old Dapper and Edgy... Maybe other
4028 2007-02-09 [paul] 2.7.2cvs37
4030 * src/plugins/clamav/clamav_plugin.c
4031 fix for the upstream changes in libclamav
4033 2007-02-09 [paul] 2.7.2cvs36
4039 fix "warn if there are queued messages" (on exit)
4040 option, which only checked the first mailbox's
4042 don't ask before emptying trash if there are no
4043 messages in trash, also check and empty all trash
4046 move "Ask before emptying trash" option
4047 outside of the "On exit" frame as it's
4048 not only an "On exit" option
4050 2007-02-09 [paul] 2.7.2cvs35
4055 * src/prefs_account.c
4056 * src/prefs_folder_item.c
4058 * src/prefs_matcher.c
4059 * src/prefs_message.c
4060 * src/prefs_msg_colors.c
4061 * src/prefs_summaries.c
4063 * src/gtk/inputdialog.c
4064 * src/plugins/bogofilter/bogofilter_gtk.c
4065 pedantic commit: use 'checkbtn' everywhere
4066 instead of a mixture of 'checkbtn' and 'chkbtn'
4068 2007-02-09 [paul] 2.7.2cvs34
4074 move "Never send Return Receipts" from
4075 prefs_other to prefs_send
4076 add an option "Ask about account specific
4077 filtering rules..." to prefs_other
4078 * src/gtk/gtkutils.c
4079 fix a compiler warning
4081 2007-02-08 [colin] 2.7.2cvs33
4083 * src/plugins/pgpinline/pgpinline.c
4084 Fix bug 1110, 'pgpmime fails to process
4085 encapsulated openpgp mime (rfc 3156, 6.1
4087 It was due to an interaction between PGP/Mime
4088 and PGP/Inline plugin.
4090 2007-02-08 [colin] 2.7.2cvs32
4095 Fix bug 1117, 'fcntl locking code
4096 does not work in mbox.c'
4098 2007-02-08 [colin] 2.7.2cvs31
4100 * src/prefs_account.c
4101 Fix Gentoo bug 165819, 'can't create
4102 a "local mbox file" account'. Patch
4103 by Olivier <castan.o@free.fr>
4105 2007-02-07 [colin] 2.7.2cvs30
4108 Fix bug 1106, 'Claws crash on exit if LDAPS
4109 autocompletion was used'
4111 2007-02-07 [paul] 2.7.2cvs29
4114 cut down on unnecessary debug_prints
4116 fix menu_set_active() on 'Show only
4119 2007-02-07 [paul] 2.7.2cvs28
4121 * src/plugins/clamav/clamav_plugin.c
4122 * src/plugins/clamav/clamav_plugin.h
4123 * src/plugins/clamav/clamav_plugin_gtk.c
4124 fix copyright header
4126 2007-02-07 [paul] 2.7.2cvs27
4129 fix bug 1116, 'summary view allow a
4132 2007-02-06 [colin] 2.7.2cvs26
4137 2007-02-05 [fabien] 2.7.2cvs25
4141 i18n related - 1 fix and 1 message for translators.
4143 2007-02-05 [colin] 2.7.2cvs24
4145 * src/gtk/quicksearch.c
4146 Don't reload summary list if quicksearch wasn't
4147 active on hiding; move currently selected mail in
4148 the visible area when showing the quicksearch
4150 2007-02-05 [colin] 2.7.2cvs23
4153 Add debug to try to solve bug 1104
4155 2007-02-05 [paul] 2.7.2cvs22
4158 confirm before emptying trash on exit is
4159 a Yes or No answer, use Yes or No in the
4162 2007-02-04 [colin] 2.7.2cvs21
4165 * src/plugins/pgpcore/passphrase.c
4166 * src/plugins/pgpcore/select-keys.c
4167 Set wmclass on new windows
4173 2007-02-04 [colin] 2.7.2cvs20
4177 Auto save drafts on exit, reopen them
4178 at startup, instead of asking
4182 * src/addressbook_foldersel.c
4190 * src/editldap_basedn.c
4203 * src/message_search.c
4205 * src/prefs_actions.c
4206 * src/prefs_customheader.c
4207 * src/prefs_display_header.c
4208 * src/prefs_filtering.c
4209 * src/prefs_filtering_action.c
4210 * src/prefs_folder_column.c
4212 * src/prefs_matcher.c
4214 * src/prefs_summaries.c
4215 * src/prefs_summary_column.c
4216 * src/prefs_template.c
4217 * src/sourcewindow.c
4219 * src/summary_search.c
4222 * src/gtk/description_window.c
4223 * src/gtk/foldersort.c
4224 * src/gtk/gtkutils.c
4225 * src/gtk/gtkutils.h
4226 * src/gtk/icon_legend.c
4227 * src/gtk/logwindow.c
4228 * src/gtk/pluginwindow.c
4229 * src/gtk/prefswindow.c
4230 Give different wmclass to different
4231 windows - thanks to sed ;)
4233 2007-02-04 [colin] 2.7.2cvs19
4236 Revert previous patch, can't reproduce
4239 2007-02-03 [colin] 2.7.2cvs18
4242 Don't save the mainwindow size and
4243 position on emergency exit (libSM's
4244 "die" callback), Xfce seems to make
4245 the window smaller just before the
4248 2007-02-03 [colin] 2.7.2cvs17
4250 * src/plugins/bogofilter/bogofilter.c
4251 * src/plugins/bogofilter/bogofilter.h
4252 * src/plugins/bogofilter/bogofilter_gtk.c
4253 * src/plugins/pgpinline/pgpinline.c
4254 * src/plugins/pgpinline/pgpinline.h
4257 2007-02-03 [colin] 2.7.2cvs16
4259 * src/partial_download.c
4260 * src/partial_download.h
4267 * src/common/ssl_certificate.c
4268 * src/common/ssl_certificate.h
4269 * src/gtk/quicksearch.c
4270 * src/gtk/quicksearch.h
4271 * src/gtk/sslcertwindow.c
4272 * src/gtk/sslcertwindow.h
4273 Fix copyright on my files
4275 2007-02-02 [colin] 2.7.2cvs15
4285 Add Tools/List URIs to allow
4286 opening any URI in the current mail
4288 2007-02-02 [colin] 2.7.2cvs14
4290 * src/common/valgrind.h ** NEW FILE **
4291 * src/common/Makefile.am
4292 * src/common/plugin.c
4293 Don't dlclose the plugins if we're running
4294 under valgrind. (doesn't require valgrind
4295 either at compile time or run time).
4297 2007-02-01 [paul] 2.7.2cvs13
4301 * tools/freshmeat_search.pl
4302 * tools/google_search.pl
4303 * tools/multiwebsearch.pl
4304 add support for non ISO-8859-1 compatible locales
4305 Patch by Alex Gorbachenko <agent_007@immo.ru>
4307 2007-02-01 [colin] 2.7.2cvs12
4310 * src/prefs_summaries.c
4311 Move keybinding prefs to the Other page
4313 2007-02-01 [wwp] 2.7.2cvs11
4315 * src/plugins/trayicon/trayicon.c
4316 Fix a raising issue within KDE.
4318 2007-02-01 [colin] 2.7.2cvs10
4321 Fix stray quotes in encoded strings
4323 Fix wrong call causing g_warnings
4325 Remove useless message
4327 2007-01-31 [wwp] 2.7.2cvs9
4329 * src/plugins/trayicon/trayicon.c
4330 fix buggy hiding of main window when closing if close-to-tray
4331 is not set (bad logics in the trayicon hook code).
4332 Changed the quit confirmation message too.
4334 2007-01-30 [colin] 2.7.2cvs8
4337 Fix hidden mainwindow after clicking on
4338 the X close button, if compose windows
4339 exist and the user chooses not to quit
4341 2007-01-30 [colin] 2.7.2cvs7
4345 Handle local URIs to attach files (file:///...)
4346 Fixes attaching files from Thunar for example
4348 2007-01-30 [colin] 2.7.2cvs6
4350 * src/prefs_ext_prog.c
4351 Add 'mousepad' to the list of text editors.
4352 Mousepad is XFCE's text editor
4354 2007-01-29 [wwp] 2.7.2cvs5
4357 * src/plugins/trayicon/trayicon_prefs.c
4358 trayicon i18n fixes, thanks to Fabien.
4360 2007-01-28 [wwp] 2.7.2cvs4
4364 * src/plugins/trayicon/trayicon.c
4365 * src/plugins/trayicon/trayicon_prefs.c
4366 * src/plugins/trayicon/trayicon_prefs.h
4367 Added a new TrayIcon plugin option to close to tray
4368 (WM's hotkey and [X] button will hide the window instead
4369 of closing it - closing CM can be done using the tray icon
4370 menu or the File menu).
4371 Improved visibility handling in trayicon, clicking the
4372 trayicon now raise the window to current desktop when it
4373 was either minimized/shaded/on another desktop.
4374 Thanks to Paul for testing and fixing a strange behaviour
4377 2007-01-27 [paul] 2.7.2cvs3
4379 * src/prefs_folder_item.c
4380 * src/prefs_receive.c
4381 * src/plugins/pgpcore/prefs_gpg.c
4382 use 'start-up' instead of 'startup' in labels
4384 2007-01-26 [wwp] 2.7.2cvs2
4386 * src/plugins/trayicon/Makefile.am
4387 * src/plugins/trayicon/trayicon.c
4388 * src/plugins/trayicon/trayicon_prefs.c
4389 * src/plugins/trayicon/trayicon_prefs.h
4390 Add a new TrayIcon option to hide the main window at
4392 Fix trayicon.c copyright header.
4394 2007-01-26 [paul] 2.7.2cvs1
4400 bump up version number following
4403 2007-01-25 [mones] 2.7.1cvs60
4406 updated thousands of strings (well, probably less ;-)
4408 2007-01-25 [colin] 2.7.1cvs59
4411 Fix 2nd-run loss of matcherrc on new
4414 2007-01-25 [wwp] 2.7.1cvs58
4417 fix handling of empty value in attach_save_directory too, thanks
4420 2007-01-25 [wwp] 2.7.1cvs57
4423 fix handling of empty value in attach_load_directory,
4426 2007-01-25 [wwp] 2.7.1cvs56
4428 * src/plugins/dillo_viewer/dillo_prefs.h
4431 2007-01-25 [colin] 2.7.1cvs55
4435 * src/matcher_parser_parse.y
4436 * src/prefs_matcher.c
4437 Add matching on the spam flag
4439 2007-01-24 [colin] 2.7.1cvs54
4444 Make sure folderlist.xml is correctly
4445 written before overwriting it.
4449 * src/plugins/bogofilter/bogofilter.c
4450 * src/plugins/bogofilter/bogofilter.h
4451 * src/plugins/bogofilter/bogofilter_gtk.c
4452 * src/plugins/spamassassin/spamassassin.c
4453 * src/plugins/spamassassin/spamassassin.h
4454 * src/plugins/spamassassin/spamassassin_gtk.c
4455 Move spam to the correct trash folder after
4456 learning, if spam directory isn't set.
4458 2007-01-23 [paul] 2.7.1cvs53
4460 * src/plugins/bogofilter/bogofilter_gtk.c
4461 fix sensitivity of "Insert X-Bogosity header"
4464 2007-01-23 [colin] 2.7.1cvs52
4467 Translate toolbar items text if
4468 they're translatable (default)
4482 * src/etpan/etpan-thread-manager.c
4483 * src/etpan/etpan-thread-manager.h
4484 * src/gtk/gtkutils.c
4485 * src/gtk/gtkutils.h
4486 More static functions
4488 2007-01-22 [fabien] 2.7.1cvs51
4490 * src/gtk/gtkutils.c
4491 gtkut_get_options_frame() : ability to pass
4492 a 'NULL' value in frame pointer parameter if
4495 2007-01-22 [colin] 2.7.1cvs50
4499 * src/plugins/bogofilter/bogofilter.c
4500 * src/plugins/bogofilter/bogofilter_gtk.c
4501 * src/plugins/spamassassin/spamassassin.c
4502 * src/plugins/spamassassin/spamassassin_gtk.c
4503 Allow moving spams to the account's trash
4504 instead of default one
4506 2007-01-21 [colin] 2.7.1cvs49
4510 Revert a static function that shouldn't
4513 2007-01-21 [colin] 2.7.1cvs48
4519 2007-01-21 [colin] 2.7.1cvs47
4525 2007-01-21 [colin] 2.7.1cvs46
4527 * src/common/socket.c
4528 * src/common/socket.h
4531 2007-01-21 [colin] 2.7.1cvs45
4540 * src/folder_item_prefs.c
4541 * src/folder_item_prefs.h
4548 * src/common/socket.c
4549 * src/common/socket.h
4550 * src/gtk/gtkaspell.c
4551 * src/gtk/gtkaspell.h
4552 * src/gtk/quicksearch.c
4553 * src/gtk/quicksearch.h
4556 2007-01-21 [colin] 2.7.1cvs44
4558 * src/common/utils.c
4559 * src/common/utils.h
4560 * src/etpan/etpan-thread-manager.c
4561 * src/etpan/etpan-thread-manager.h