1 2007-08-09 [colin] 2.10.0cvs109
4 Fix port being reset to 636 on SSL
6 Fix folder_item_get_msg_num_by_file
7 on drafts/queue folders
9 2007-08-09 [wwp] 2.10.0cvs108
12 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
13 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
16 2007-08-09 [colin] 2.10.0cvs107
20 * src/gtk/prefswindow.c
21 A few Maemo layout fixes
23 2007-08-09 [paul] 2.10.0cvs106
26 remove the hyphen from plug-ins to
29 2007-08-08 [wwp] 2.10.0cvs105
31 * src/prefs_folder_item.c
32 Fix an extraneous stealth ^L char.
34 2007-08-08 [wwp] 2.10.0cvs104
36 * src/prefs_folder_item.c
37 Better fix, group variables declarations (USE_ASPELL).
39 2007-08-08 [wwp] 2.10.0cvs103
41 * src/prefs_folder_item.c
42 Fix compilation w/ USE_ASPELL set (broken
45 2007-08-08 [ticho] 2.10.0cvs102
47 * src/prefs_folder_item.c
48 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
50 2007-08-08 [colin] 2.10.0cvs101
53 * src/etpan/imap-thread.c
54 * src/etpan/imap-thread.h
55 Close selected mailbox before doing
58 2007-08-08 [colin] 2.10.0cvs100
61 Complete symbol table, thanks to wwp.
62 Fixes bug 1284, 'The html -> text
63 converter ignores entities'
67 2007-08-08 [colin] 2.10.0cvs99
70 Better way to fetch UIDs on non-UIDPLUS servers
72 2007-08-07 [colin] 2.10.0cvs98
75 fix bug 1275, 'auto-saved draft messages not
76 always being removed'; Also, make multiple
77 copy (in the same account) faster by matching
78 source/destination message UIDs.
80 Don't try to reshow deleted mail
82 Fix leak on error path
84 2007-08-07 [wwp] 2.10.0cvs97
88 * manual/fr/account.xml
89 * manual/fr/advanced.xml
90 Updated the reference manual and the French translation to
91 reflect 2.10.0cvs84: enable running folder Processing
94 2007-08-06 [wwp] 2.10.0cvs96
99 Allow changing the emphasis color used to highlight
100 the newsreader/x-mailer header value when it matches
101 our preferred mail agent (hidden pref 'emphasis_col' added
104 2007-08-06 [colin] 2.10.0cvs95
108 Re-commit 2.10.0cvs86, with a protection
109 against Pango bug. Also, try to fix
110 bug 1275, 'auto-saved draft messages not
111 always being removed'
113 2007-08-06 [wwp] 2.10.0cvs94
115 * src/gtk/quicksearch.c
116 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
118 2007-08-06 [ticho] 2.10.0cvs93
120 * src/prefs_account.c
122 Use GtkComboBox instead of GtkOptionMenu for privacy system
123 selection in account preferences.
125 2007-08-06 [wwp] 2.10.0cvs92
127 * src/plugins/pgpcore/plugin.def
128 Apply one more chunk from gpg4win's 03-w32-port patch.
130 2007-08-05 [colin] 2.10.0cvs91
134 reverting buggy patch for now
136 2007-08-05 [colin] 2.10.0cvs90
141 2007-08-04 [colin] 2.10.0cvs89
143 * src/prefs_summaries.c
144 * src/summary_search.c
145 Replace deprecated widgets. Patch by
148 2007-08-04 [colin] 2.10.0cvs88
151 Refresh GUI only every 2000 mails on mh_get_last_num
152 This is fast (readdir) and done only once per
155 2007-08-03 [colin] 2.10.0cvs87
157 * src/prefs_account.c
160 Fix a deprecated widget. Patch by
163 2007-08-03 [colin] 2.10.0cvs86
167 Make colorisation and wrapping algorithms
168 faster. Fixes bug 1246, 'compose becomes
169 increasingly slow replying to complex emails'
171 2007-08-03 [paul] 2.10.0cvs85
174 keep the window painted
176 2007-08-02 [paul] 2.10.0cvs84
181 enable running folder Processing
184 2007-08-02 [paul] 2.10.0cvs83
187 speed up/clean up rendering of larger
191 2007-08-01 [paul] 2.10.0cvs82
196 change default toolbar layout on maemo
197 * src/pixmaps/close.xpm
198 make the red cross a grey cross
199 * src/pixmaps/jpilot.xpm
200 make icon smaller so it fits better
202 2007-07-31 [paul] 2.10.0cvs81
206 fix crash on maemo on first launch
208 2007-07-30 [paul] 2.10.0cvs80
210 * src/prefs_matcher.c
211 specify the units of age and size
213 2007-07-30 [paul] 2.10.0cvs79
216 Fix IMAP timeout setting
218 2007-07-30 [colin] 2.10.0cvs78
220 * src/prefs_account.c
221 Fix a deprecated widget. Patch by
224 2007-07-27 [paul] 2.10.0cvs77
226 * src/matcher_parser_parse.y
227 * src/prefs_filtering_action.c
228 * src/prefs_matcher.c
229 these changes forgotten in cvs74's
230 'watch thread' feature
232 2007-07-27 [paul] 2.10.0cvs76
235 fix potential crasher
238 2007-07-27 [paul] 2.10.0cvs75
244 make mainwindow's /Help/Manual point to the
245 remote copy if the local copy doesn't exist
247 2007-07-27 [paul] 2.10.0cvs74
255 * src/matcher_parser_parse.y
264 * src/pixmaps/watchthread.xpm
265 add 'watch thread' feature
267 2007-07-27 [paul] 2.10.0cvs73
269 * src/prefs_folder_item.c
270 adjust labels, add tooltips
272 2007-07-27 [colin] 2.10.0cvs72
275 Maemo: Remove less used menu items
277 2007-07-26 [colin] 2.10.0cvs71
280 Maemo: destroy messageview after trashing mail.
281 Maybe should be done on X11 too
283 2007-07-26 [colin] 2.10.0cvs70
290 Add View/Show or Hide/Column headers
292 2007-07-26 [colin] 2.10.0cvs69
297 2007-07-26 [colin] 2.10.0cvs68
300 Fix possible crash on cache invalidation
304 * src/quote_fmt_parse.y
305 Make replying to mails with big attachments
306 much faster. Fixes bug 1224, 'The process of
307 Replying to emails with large attachments
308 seems unreasonably long...'
310 2007-07-26 [colin] 2.10.0cvs67
315 Fix threads use on BSDs
317 2007-07-26 [paul] 2.10.0cvs66
319 * src/gtk/prefswindow.c
320 fix account prefs breakage
323 2007-07-26 [paul] 2.10.0cvs65
326 standardise ./configure --help messages
328 2007-07-26 [colin] 2.10.0cvs64
332 Fix two vCard-related crashes
334 2007-07-25 [colin] 2.10.0cvs63
339 * src/prefs_receive.c
340 Maemo: Add a better way to notify of
346 Maemo: Various layout fixes
347 * src/gtk/prefswindow.c
348 Maemo: Better prefs layout
350 2007-07-25 [paul] 2.10.0cvs62
353 fix the layout on maemo
356 2007-07-25 [iwkse] 2.10.0cvs61
359 add 'o' shortcut on summaryview
361 2007-07-25 [iwkse] 2.10.0cvs60
366 2007-07-24 [colin] 2.10.0cvs59
369 Fix missing timestamp update on source
373 Better text layout on part's choices
375 2007-07-23 [colin] 2.10.0cvs58
379 Maemo: Automatically choose the correct application
381 * src/gtk/quicksearch.c
382 Make search run on GDK_KP_Enter too
384 2007-07-23 [wwp] 2.10.0cvs57
386 * src/quote_fmt_lex.l
387 Revert accidentaly committed lines (account_sig) in
390 2007-07-23 [wwp] 2.10.0cvs56
392 * src/quote_fmt_lex.l
393 Fix typos around long form expressions in the quote lexer.
399 2007-07-23 [colin] 2.10.0cvs55
402 Fix auto-completion on Maemo
404 2007-07-23 [colin] 2.10.0cvs54
407 Maemo: Fix sticking statusbars
409 2007-07-22 [colin] 2.10.0cvs53
412 Maemo: Fix the strange "top_application" info
413 at startup. We should do something when
414 receiving such a message.
416 2007-07-20 [paul] 2.10.0cvs52
419 add missing #include "statusbar.h"
421 2007-07-20 [colin] 2.10.0cvs51
425 * src/folder_item_prefs.c
426 * src/folder_item_prefs.h
434 * src/prefs_folder_item.c
435 Implement age-based caching: allow to
436 specify a threshold for the offline synchronisation
437 feature, and whether old cached bodies should
442 * src/plugins/dillo_viewer/dillo_viewer.c
443 Check that Dillo's installed
445 2007-07-20 [wwp] 2.10.0cvs50
449 Draw a frame around the selected mimeview part icon (instead of the
450 shifted 'dancing' icon).
452 2007-07-20 [colin] 2.10.0cvs49
455 Unref stuff even on error
457 disconnect signals only at the very
458 end of the wizard save.
460 2007-07-20 [colin] 2.10.0cvs48
466 Fix random crashes while navigating
469 2007-07-19 [colin] 2.10.0cvs47
478 Maemo: add an easy way to store data (mails
479 and IMAP/NNTP caches) on one of the SD cards,
480 and protect against unmounts if needed
482 2007-07-19 [paul] 2.10.0cvs46
487 * src/pixmaps/claws-mail_logo-small.xpm
488 implement a (slightly) different About
489 dialog for maemo and add a small version
492 use a scrolled window for wizard page 1
495 2007-07-19 [paul] 2.10.0cvs45
498 too soon for this line
500 2007-07-19 [paul] 2.10.0cvs44
505 2007-07-19 [colin] 2.10.0cvs43
508 Solve Mail/Mailbox name when specifying
511 2007-07-18 [colin] 2.10.0cvs42
517 2007-07-18 [colin] 2.10.0cvs41
520 Maemo: plug the online/offline system into
521 maemo's interfaces to have Claws automatically
522 switch according to the system status
524 Maemo: use HildonBanners to display status
525 messages. Renders the main statusbar useless.
527 2007-07-18 [paul] 2.10.0cvs40
530 fix screen blanking on moving/copying many msgs
532 fix processing progressbar and screen blanking
535 2007-07-18 [paul] 2.10.0cvs39
538 revert cvs37, breakage on maemo
540 2007-07-18 [paul] 2.10.0cvs38
543 make sure we can still build with older GTK's
545 2007-07-18 [colin] 2.10.0cvs37
548 Only hide the small layout's messageview, instead
549 of destroying it when closing
551 Use gtk_window_present_with_time to popup windows,
552 it seems to make things better with modern WMs
555 2007-07-17 [colin] 2.10.0cvs36
558 Simplify layout on Maemo
561 * src/prefs_display_header.c
562 Remove some headers by default on Maemo
564 2007-07-17 [paul] 2.10.0cvs35
568 * src/prefs_logging.c
570 add options to stop/enable writing logs to disc
572 2007-07-17 [paul] 2.10.0cvs34
575 fix some issues with the Apply tags window:
576 - set search column (enables autocompl in the treeview)
577 - apply tag from "New tag" if it existed
578 - clears New tag entry when adding it with the button
581 2007-07-17 [paul] 2.10.0cvs33
584 fix 'apply tags' dialogue weirdness
586 2007-07-16 [colin] 2.10.0cvs32
589 Fix double-loading of mails on Maemo
591 2007-07-16 [colin] 2.10.0cvs31
594 Prevent double-loading of the same part under some
595 conditions; hide statusbar on Maemo
597 2007-07-16 [colin] 2.10.0cvs30
603 Improve the tag interface - allow
604 to set/unset tags from a special
606 * src/gtk/gtkvscrollbutton.c
610 Fix Mimeview's ugly hacks in the
613 2007-07-16 [paul] 2.10.0cvs29
617 * src/gtk/icon_legend.c
618 put it all in a scrolled window
620 2007-07-15 [colin] 2.10.0cvs28
623 Maemo: force layout to be Small screen; the
624 others don't make sense
626 2007-07-14 [colin] 2.10.0cvs27
629 * src/gtk/gtkvscrollbutton.c
630 Maemo: Fix mimeview's buttons size
632 2007-07-14 [colin] 2.10.0cvs26
635 Fix the button workaround fix.
636 (Use the correct variable)
638 2007-07-14 [colin] 2.10.0cvs25
642 Maemo: put the progress bar in the
645 2007-07-14 [colin] 2.10.0cvs24
648 Maemo: hide statusbar by default
653 * src/pixmaps/go_folders.xpm
654 Maemo: Add a specific icon to go back to
657 2007-07-14 [colin] 2.10.0cvs23
660 Don't set homogeneous finally
662 2007-07-14 [colin] 2.10.0cvs22
665 Fix button show/hide issues
667 2007-07-14 [colin] 2.10.0cvs21
671 Fix button workaround to be able to click
672 if mouse was on button when it went un-
674 Revert previous commit, gtk_tool_item_set_homogeneous
675 doesn't mean what it seems to mean ;-)
677 2007-07-14 [paul] 2.10.0cvs20
680 make homogeneous FALSE always
682 2007-07-13 [colin] 2.10.0cvs19
686 Rework to fit the non-deprecated API
692 Maemo layout changes. Better toolbars,
693 removal of CTree headers.
695 2007-07-13 [paul] 2.10.0cvs18
697 * src/gtk/colorlabel.c
698 fix bug 1261, '[DE] coloring messages in overview
699 keys are not localised'
700 the string is now included in claws-mail.pot
702 2007-07-13 [colin] 2.10.0cvs17
705 Fix bug 1267, 'printing mutliple messages
706 opens one message-dialog after the other'
707 Ask for confirmation when printing 10
710 2007-07-11 [colin] 2.10.0cvs16
715 * manual/claws-mail-manual.xml
717 * manual/es/claws-mail-manual.xml
719 * manual/fr/claws-mail-manual.xml
742 * src/addressbook_foldersel.c
743 * src/addressbook_foldersel.h
769 * src/displayheader.c
770 * src/displayheader.h
773 * src/editaddress_other_attributes_ldap.c
774 * src/editaddress_other_attributes_ldap.h
783 * src/editldap_basedn.c
784 * src/editldap_basedn.h
805 * src/folder_item_prefs.c
806 * src/folder_item_prefs.h
815 * src/grouplistdialog.c
816 * src/grouplistdialog.h
863 * src/matcher_parser.h
864 * src/matcher_parser_lex.l
865 * src/matcher_parser_parse.y
868 * src/message_search.c
869 * src/message_search.h
888 * src/partial_download.c
889 * src/partial_download.h
894 * src/prefs_account.c
895 * src/prefs_account.h
896 * src/prefs_actions.c
897 * src/prefs_actions.h
900 * src/prefs_compose_writing.c
901 * src/prefs_compose_writing.h
902 * src/prefs_customheader.c
903 * src/prefs_customheader.h
904 * src/prefs_display_header.c
905 * src/prefs_display_header.h
906 * src/prefs_ext_prog.c
907 * src/prefs_ext_prog.h
908 * src/prefs_filtering.c
909 * src/prefs_filtering.h
910 * src/prefs_filtering_action.c
911 * src/prefs_filtering_action.h
912 * src/prefs_folder_column.c
913 * src/prefs_folder_column.h
914 * src/prefs_folder_item.c
915 * src/prefs_folder_item.h
920 * src/prefs_image_viewer.c
921 * src/prefs_image_viewer.h
922 * src/prefs_logging.c
923 * src/prefs_logging.h
924 * src/prefs_matcher.c
925 * src/prefs_matcher.h
926 * src/prefs_message.c
927 * src/prefs_message.h
928 * src/prefs_msg_colors.c
929 * src/prefs_msg_colors.h
934 * src/prefs_receive.c
935 * src/prefs_receive.h
938 * src/prefs_spelling.c
939 * src/prefs_spelling.h
940 * src/prefs_summaries.c
941 * src/prefs_summaries.h
942 * src/prefs_summary_column.c
943 * src/prefs_summary_column.h
944 * src/prefs_summary_open.c
945 * src/prefs_summary_open.h
946 * src/prefs_template.c
947 * src/prefs_template.h
950 * src/prefs_toolbar.c
951 * src/prefs_toolbar.h
952 * src/prefs_wrapping.c
953 * src/prefs_wrapping.h
963 * src/quote_fmt_lex.l
964 * src/quote_fmt_parse.y
973 * src/simple-gettext.c
982 * src/summary_search.c
983 * src/summary_search.h
1000 * src/common/base64.c
1001 * src/common/base64.h
1002 * src/common/claws.c
1003 * src/common/claws.h
1005 * src/common/fnmatch.c
1006 * src/common/fnmatch.h
1007 * src/common/fnmatch_loop.c
1008 * src/common/hooks.c
1009 * src/common/hooks.h
1014 * src/common/mgutils.c
1015 * src/common/mgutils.h
1018 * src/common/passcrypt.c
1019 * src/common/passcrypt.h.in
1020 * src/common/plugin.c
1021 * src/common/plugin.h
1022 * src/common/prefs.c
1023 * src/common/prefs.h
1024 * src/common/progressindicator.c
1025 * src/common/progressindicator.h
1026 * src/common/quoted-printable.c
1027 * src/common/quoted-printable.h
1028 * src/common/session.c
1029 * src/common/session.h
1032 * src/common/socket.c
1033 * src/common/socket.h
1036 * src/common/ssl_certificate.c
1037 * src/common/ssl_certificate.h
1038 * src/common/string_match.c
1039 * src/common/string_match.h
1040 * src/common/stringtable.c
1041 * src/common/stringtable.h
1044 * src/common/template.c
1045 * src/common/template.h
1046 * src/common/timing.h
1047 * src/common/utils.c
1048 * src/common/utils.h
1049 * src/common/uuencode.c
1050 * src/common/uuencode.h
1051 * src/common/version.h.in
1052 * src/common/w32_dirent.c
1053 * src/common/w32_reg.c
1054 * src/common/w32_signal.c
1055 * src/common/w32_stat.c
1056 * src/common/w32_stdlib.c
1057 * src/common/w32_string.c
1058 * src/common/w32_time.c
1059 * src/common/w32_unistd.c
1060 * src/common/w32_wait.c
1061 * src/common/w32lib.h
1064 * src/common/xmlprops.c
1065 * src/common/xmlprops.h
1066 * src/etpan/etpan-errors.h
1067 * src/etpan/etpan-thread-manager-types.h
1068 * src/etpan/etpan-thread-manager.c
1069 * src/etpan/etpan-thread-manager.h
1070 * src/etpan/imap-thread.c
1071 * src/etpan/imap-thread.h
1074 * src/gtk/colorlabel.c
1075 * src/gtk/colorlabel.h
1076 * src/gtk/colorsel.c
1077 * src/gtk/colorsel.h
1078 * src/gtk/combobox.c
1079 * src/gtk/combobox.h
1080 * src/gtk/description_window.c
1081 * src/gtk/description_window.h
1084 * src/gtk/foldersort.c
1085 * src/gtk/foldersort.h
1086 * src/gtk/gtkaspell.c
1087 * src/gtk/gtkaspell.h
1088 * src/gtk/gtksctree.c
1089 * src/gtk/gtkshruler.c
1090 * src/gtk/gtkshruler.h
1091 * src/gtk/gtksourceprintjob.c
1092 * src/gtk/gtksourceprintjob.h
1093 * src/gtk/gtkutils.c
1094 * src/gtk/gtkutils.h
1095 * src/gtk/gtkvscrollbutton.c
1096 * src/gtk/gtkvscrollbutton.h
1097 * src/gtk/icon_legend.c
1098 * src/gtk/icon_legend.h
1099 * src/gtk/inputdialog.c
1100 * src/gtk/inputdialog.h
1101 * src/gtk/logwindow.c
1102 * src/gtk/logwindow.h
1103 * src/gtk/manage_window.c
1104 * src/gtk/manage_window.h
1107 * src/gtk/pluginwindow.c
1108 * src/gtk/pluginwindow.h
1109 * src/gtk/prefswindow.c
1110 * src/gtk/prefswindow.h
1111 * src/gtk/progressdialog.c
1112 * src/gtk/progressdialog.h
1113 * src/gtk/quicksearch.c
1114 * src/gtk/quicksearch.h
1115 * src/gtk/sslcertwindow.c
1116 * src/gtk/sslcertwindow.h
1117 * src/plugins/bogofilter/bogofilter.c
1118 * src/plugins/bogofilter/bogofilter.h
1119 * src/plugins/bogofilter/bogofilter_gtk.c
1120 * src/plugins/clamav/clamav_plugin.c
1121 * src/plugins/clamav/clamav_plugin.h
1122 * src/plugins/clamav/clamav_plugin_gtk.c
1123 * src/plugins/demo/demo.c
1124 * src/plugins/dillo_viewer/dillo_prefs.c
1125 * src/plugins/dillo_viewer/dillo_prefs.h
1126 * src/plugins/dillo_viewer/dillo_viewer.c
1127 * src/plugins/pgpcore/passphrase.c
1128 * src/plugins/pgpcore/passphrase.h
1129 * src/plugins/pgpcore/pgp_viewer.c
1130 * src/plugins/pgpcore/pgp_viewer.h
1131 * src/plugins/pgpcore/plugin.c
1132 * src/plugins/pgpcore/prefs_gpg.c
1133 * src/plugins/pgpcore/prefs_gpg.h
1134 * src/plugins/pgpcore/select-keys.c
1135 * src/plugins/pgpcore/select-keys.h
1136 * src/plugins/pgpcore/sgpgme.c
1137 * src/plugins/pgpcore/sgpgme.h
1138 * src/plugins/pgpinline/pgpinline.c
1139 * src/plugins/pgpinline/pgpinline.h
1140 * src/plugins/pgpinline/plugin.c
1141 * src/plugins/pgpmime/pgpmime.c
1142 * src/plugins/pgpmime/pgpmime.h
1143 * src/plugins/pgpmime/plugin.c
1144 * src/plugins/spamassassin/spamassassin.c
1145 * src/plugins/spamassassin/spamassassin.h
1146 * src/plugins/spamassassin/spamassassin_gtk.c
1147 * src/plugins/trayicon/trayicon.c
1148 * src/plugins/trayicon/trayicon_prefs.c
1149 * src/plugins/trayicon/trayicon_prefs.h
1150 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1151 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1152 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1153 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1154 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1155 * tools/OOo2claws-mail.pl
1156 * tools/README.sylprint
1157 * tools/acroread2claws-mail.pl
1158 * tools/claws-mail-compose-insert-files.pl
1159 * tools/convert_mbox.pl
1160 * tools/filter_conv.pl
1161 * tools/filter_conv_new.pl
1163 * tools/freshmeat_search.pl
1164 * tools/google_search.pl
1165 * tools/kmail-mailbox2claws-mail.pl
1166 * tools/kmail2claws-mail.pl
1167 * tools/kmail2claws-mail_v2.pl
1169 * tools/make.themes.project
1170 * tools/multiwebsearch.pl
1171 * tools/nautilus2claws-mail.sh
1172 * tools/outlook2claws-mail.pl
1173 * tools/textviewer.sh
1174 * tools/thunderbird-filters-convertor.pl
1177 * tools/vcard2xml.py
1178 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1179 Upgrade to GPLv3 or later.
1181 2007-07-10 [wwp] 2.10.0cvs15
1184 Fix re-opening of all composing messages that were
1185 opened when closing the previous instance, thanks
1188 2007-07-10 [paul] 2.10.0cvs14
1190 * src/editaddress_other_attributes_ldap.c
1192 fix crash on selecting 'other attributes' combo
1193 for either a new entry or an old entry with no
1194 existing attributes.
1195 fix bug on editing multiple attributes which
1196 resulted them all having the value of the last
1200 2007-07-10 [colin] 2.10.0cvs13
1203 * src/editaddress_other_attributes_ldap.h
1205 Fix --disable-ldap build
1207 2007-07-09 [colin] 2.10.0cvs12
1213 * src/editaddress_other_attributes_ldap.c
1214 * src/editaddress_other_attributes_ldap.h
1219 Add capability to edit all inetOrgPerson
1220 attributes on LDAP. Patch by Michael
1223 2007-07-09 [colin] 2.10.0cvs11
1229 * src/prefs_summaries.c
1230 * src/prefs_themes.c
1232 * src/common/Makefile.am
1234 * src/common/timing.h
1235 * src/common/utils.c
1236 * src/common/utils.h
1237 * src/common/w32_account.c
1238 * src/common/w32lib.h
1239 * src/gtk/Makefile.am
1240 * src/gtk/colorlabel.c
1241 * src/plugins/pgpcore/Makefile.am
1242 * src/plugins/pgpcore/claws.def
1243 * src/plugins/pgpcore/passphrase.c
1244 * src/plugins/pgpcore/pgp_viewer.c
1245 * src/plugins/pgpcore/plugin.def
1246 * src/plugins/pgpcore/sgpgme.c
1247 * src/plugins/pgpinline/Makefile.am
1248 * src/plugins/pgpinline/claws.def
1249 * src/plugins/pgpinline/mypgpcore.def
1250 * src/plugins/pgpinline/plugin.def
1251 * src/plugins/pgpmime/Makefile.am
1252 * src/plugins/pgpmime/claws.def
1253 * src/plugins/pgpmime/mypgpcore.def
1254 * src/plugins/pgpmime/plugin.def
1255 Commit win32 patch, from Werner Koch and
1258 2007-07-09 [colin] 2.10.0cvs10
1260 * src/prefs_toolbar.c
1261 Fix crash when no actions exist
1263 2007-07-07 [paul] 2.10.0cvs9
1266 * manual/claws-mail-manual.xml
1267 update copyright year
1269 updated by Flammie Pirinen
1271 2007-07-05 [wwp] 2.10.0cvs8
1273 * src/plugins/clamav/clamav_plugin_gtk.c
1274 Make vertical spacing like in other plugin prefs pages.
1276 2007-07-05 [wwp] 2.10.0cvs7
1279 It's %am that works, not %ae (this doc incoherence has been
1280 introduced with 2.9.2cvs13).
1282 2007-07-04 [wwp] 2.10.0cvs6
1284 * src/plugins/bogofilter/bogofilter.c
1285 Gettext-ize an occurrence of "Any" that wasn't.
1287 2007-07-04 [colin] 2.10.0cvs5
1290 Fix untranslated strings; thanks
1293 2007-07-03 [colin] 2.10.0cvs4
1297 Fix saving of sort mode for tags and
1298 thread date. Thanks to Pierre Ossman.
1299 Completes fix for bug 1233
1301 2007-07-03 [paul] 2.10.0cvs3
1309 2007-07-02 [colin] 2.10.0cvs2
1315 Add View/Sort/by Thread date
1316 Fixes bug 1233, 'Capability to sort
1317 threads by most recent message'
1318 Based on a patch by Paul Rolland
1320 2007-07-02 [colin] 2.10.0cvs1
1337 * src/matcher_parser_parse.y
1341 * src/prefs_common.c
1342 * src/prefs_common.h
1343 * src/prefs_filtering_action.c
1344 * src/prefs_matcher.c
1345 * src/prefs_summary_column.c
1349 * src/quote_fmt_lex.l
1350 * src/quote_fmt_parse.y
1354 * src/common/Makefile.am
1358 * src/gtk/quicksearch.c
1359 * src/gtk/quicksearch.h
1360 Add Tags implementation. Tags are arbitrary labels
1361 that can be applied to messages. It is possible
1362 to create, edit, remove tags; apply them to mails;
1363 filter on tags or tag presence; apply or unset
1364 tags via filtering actions; reference tags in
1367 2007-07-02 [paul] 2.10.0
1374 2007-07-02 [paul] 2.9.2cvs78
1384 updated by Stephan Sachse, me, Ricardo Mones
1385 Lastra, Fabien Vantard, Pader Rezso, Frederico
1386 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1388 2007-07-02 [paul] 2.9.2cvs77
1393 2007-06-29 [wwp] 2.9.2cvs76
1396 Fix a typo (thanks to Ricardo for finding this out).
1398 2007-06-28 [paul] 2.9.2cvs75
1403 2007-06-28 [paul] 2.9.2cvs74
1406 fix bug in the autotools build system.
1407 Files cataloged under EXTRA_DIST were never
1408 automatically copied to the build tree.
1409 (fix 'make distcheck')
1410 Patch by Michael Rasmussen.
1412 2007-06-24 [colin] 2.9.2cvs73
1415 Fix bug 1249, 'Error handling for
1416 news errors needs modification'
1417 Only popup error if the according
1418 pref in Prefs/Receive is set.
1420 2007-06-21 [colin] 2.9.2cvs72
1422 * src/common/plugin.c
1423 * src/common/plugin.h
1424 Change plugin API to know whether it's safe to
1425 unload plugins or whether we should just hide
1426 them. Fixes bug 1248, 'Core dumps after
1427 unloading plugin and clicking on load plugins'
1428 * src/plugins/bogofilter/bogofilter.c
1429 * src/plugins/clamav/clamav_plugin.c
1430 * src/plugins/demo/demo.c
1431 * src/plugins/dillo_viewer/dillo_viewer.c
1432 * src/plugins/pgpcore/plugin.c
1433 * src/plugins/pgpinline/plugin.c
1434 * src/plugins/pgpmime/plugin.c
1435 * src/plugins/spamassassin/spamassassin.c
1436 * src/plugins/trayicon/trayicon.c
1439 2007-06-19 [colin] 2.9.2cvs71
1443 Fix crash mentioned in bug 1246
1444 Race condition when automatically drafting
1445 due to insertion on reedit.
1447 2007-06-18 [wwp] 2.9.2cvs70
1450 LDIF import: use a "Proceed" button to complete
1453 2007-06-18 [paul] 2.9.2cvs69
1456 use pkgconfig to check for gtk and glib
1458 2007-06-17 [wwp] 2.9.2cvs68
1462 LDIF import: better error handling, minor code
1463 and UI cleanup, and renamed the Save button
1464 to Close, as imported stuff is already saved
1465 when the Save button is shown.
1467 2007-06-17 [colin] 2.9.2cvs67
1469 * src/prefs_summaries.c
1471 Don't set as read when forwarded, only replied to
1473 2007-06-17 [paul] 2.9.2cvs66
1476 add missing #include
1478 2007-06-16 [colin] 2.9.2cvs65
1480 * src/prefs_summaries.c
1482 Change the pref "Only mark as read when opened
1483 in new window" to "..., replied to or forwarded".
1484 Based on a patch by Paul Rolland.
1486 2007-06-16 [paul] 2.9.2cvs64
1489 alphabetical order! :)
1491 2007-06-16 [colin] 2.9.2cvs63
1495 Add Michael Rasmussen in authors list
1497 2007-06-16 [colin] 2.9.2cvs62
1500 Fix messageview_copy_clipboard to take advantage
1501 of plugins' get_selection.
1503 2007-06-15 [colin] 2.9.2cvs61
1509 * src/message_search.c
1511 * src/summary_search.c
1514 Allow GDK_KP_Enter to do the same as GDK_Return
1515 Patch by Michael Rasmussen
1517 2007-06-15 [paul] 2.9.2cvs60
1520 fix bug when closing a compose window
1523 2007-06-14 [paul] 2.9.2cvs59
1527 migrate sylpheed config
1529 2007-06-14 [wwp] 2.9.2cvs58
1531 * src/gtk/pluginwindow.c
1532 Yet another attempt to fix sizing/alignment of the
1533 button bar in plugins window.
1535 2007-06-12 [colin] 2.9.2cvs57
1540 * src/prefs_common.c
1541 * src/prefs_common.h
1542 * src/prefs_summaries.c
1543 * src/prefs_summary_open.c
1544 * src/prefs_summary_open.h
1546 Make "when entering a folder" actions more personalisable
1548 2007-06-12 [wwp] 2.9.2cvs56
1551 Use short description from Paul (mairix.sh).
1553 2007-06-12 [wwp] 2.9.2cvs55
1556 Updated info about mairix.sh.
1558 2007-06-11 [paul] 2.9.2cvs54
1560 * src/prefs_logging.c
1561 rework log window length widgets
1562 and some sensitivity fixes
1564 2007-06-11 [paul] 2.9.2cvs53
1567 * src/prefs_logging.c
1568 rename 'Protocol Log' to 'Network Log'
1569 and some function renaming
1571 2007-06-10 [wwp] 2.9.2cvs52
1573 * src/gtk/pluginwindow.c
1576 2007-06-10 [wwp] 2.9.2cvs51
1578 * src/gtk/pluginwindow.c
1579 Fix button bar in plugin window, was centered and not
1580 behaving like other dialogs w/ such button bar.
1582 2007-06-08 [wwp] 2.9.2cvs50
1589 Provide a way out of automatic draft saving on IMAP, when
1591 Prevent drafting while sending and quitting while sending.
1596 2007-06-08 [wwp] 2.9.2cvs49
1598 * src/prefs_account.c
1599 * src/gtk/prefswindow.c
1600 * src/gtk/prefswindow.h
1601 Activate the Basic page when opening account prefs.
1603 2007-06-08 [wwp] 2.9.2cvs48
1605 * src/common/socket.c
1606 Don't crash if fork() fails, thanks to Colin.
1608 2007-06-08 [wwp] 2.9.2cvs47
1610 * src/gtk/prefswindow.c
1611 Wrap some long lines, and reset horizontal scroller's adjusment
1612 (this was already done, vertically), when changing tab (not page)
1615 2007-06-08 [paul] 2.9.2cvs46
1617 * src/common/utils.c
1618 use gethostname() instead of uname()
1619 based on a patch by Michael Hughes
1620 <Sylpheed-Claws_user@thehugheslogcabin.net>
1622 2007-06-07 [wwp] 2.9.2cvs45
1624 * src/prefs_common.c
1625 Fix some useless warnings, thanks to Colin.
1627 2007-06-06 [colin] 2.9.2cvs44
1630 Fix strange allocations.
1632 2007-06-06 [colin] 2.9.2cvs43
1635 Patch by Michael Rasmussus to help
1638 2007-06-05 [wwp] 2.9.2cvs42
1640 * src/prefs_account.c
1641 * src/prefs_folder_item.c
1645 Per-folder templates can now be applied recursively.
1646 Always save per-folder templates (formats were erroneously
1647 saved only if they were enabled).
1648 Check for validity of quotation marks everywhere there
1651 2007-06-05 [wwp] 2.9.2cvs41
1654 Fix incoming messages from local accounts always getting filtered
1655 (even if the account prefs say don't), thanks to Colin.
1657 2007-06-05 [wwp] 2.9.2cvs40
1661 Use per-folder/per-account quote chars when applying a
1662 template or inserting text as well. Const'ify some
1665 2007-06-04 [colin] 2.9.2cvs39
1668 More work for wwp :)
1670 2007-06-04 [wwp] 2.9.2cvs38
1673 Same as 2.9.2cvs36 but for forwarding.
1675 2007-06-04 [colin] 2.9.2cvs37
1678 Use original mail file for forward/redirect
1679 Fixes some forwarded mails to be attached as
1680 application/octet-stream (when they have binary
1681 parts), and incidentally fixes bug 848
1682 'Redirect breaks GnuPG'
1684 2007-06-04 [wwp] 2.9.2cvs36
1687 Fix quote mark mis-initialisation when replying/forwarding
1688 (introduced w/ 2.9.2cvs20).
1690 2007-06-04 [wwp] 2.9.2cvs35
1692 * src/prefs_compose_writing.c
1694 Fix a bug where Quotation characters (prefs/compose/writing)
1695 was cleared (introduced w/ 2.9.2cvs26).
1697 2007-06-04 [wwp] 2.9.2cvs34
1699 * src/prefs_account.c
1700 * src/prefs_account.h
1701 Better fix for compiling w/o aspell (rollbacks
1704 2007-06-04 [wwp] 2.9.2cvs33
1707 * src/prefs_account.c
1708 * src/prefs_account.h
1710 It's now possible to disable mail filtering plugins
1711 on a per-account basis.
1713 2007-06-04 [wwp] 2.9.2cvs32
1716 * src/common/utils.c
1717 * src/common/utils.h
1718 Support CRLF in headers part of messages.
1719 Support few more date formats (RFC3339 subsets).
1721 2007-06-04 [wwp] 2.9.2cvs31
1723 * src/prefs_account.c
1724 Fix compiling w/o aspell support.
1726 2007-06-03 [wwp] 2.9.2cvs30
1729 Don't decode leading ENV_ and ~ in P_PASSWORD
1732 2007-06-03 [wwp] 2.9.2cvs29
1735 Don't decode leading ENV_ and ~ in P_PASSWORD
1738 2007-06-03 [wwp] 2.9.2cvs28
1740 * src/prefs_account.c
1741 * src/gtk/prefswindow.c
1742 * src/gtk/prefswindow.h
1743 Added a way to force preloading of all pages
1745 Moved tabs to pages in account prefs.
1747 2007-06-02 [colin] 2.9.2cvs27
1750 Fix possible crash, fix ldap write bugs
1752 Fix ldap write bugs - patch by Michael
1756 Add a hook whenever alertpanel opens/closes
1758 2007-05-31 [wwp] 2.9.2cvs26
1760 * src/prefs_compose_writing.c
1762 Re-organized writing options a bit:
1763 - renamed the Quoting page to Templates
1764 - moved all composing templates to that page
1765 - moved non-templates options to the Writing one,
1766 grouped reply-related options, reordered reply and
1769 2007-05-31 [wwp] 2.9.2cvs25
1772 Removed unused code.
1774 2007-05-31 [colin] 2.9.2cvs24
1777 Fix missing display name when modifying
1778 LDAP. Patch by Michael Rasmussen
1780 2007-05-31 [wwp] 2.9.2cvs23
1782 * src/plugins/bogofilter/Makefile.am
1783 * src/plugins/clamav/Makefile.am
1784 * src/plugins/demo/Makefile.am
1785 * src/plugins/dillo_viewer/Makefile.am
1786 * src/plugins/spamassassin/Makefile.am
1787 Fix building of those plugins in Mac OS X.
1789 2007-05-30 [wwp] 2.9.2cvs22
1791 * src/gtk/quicksearch.c
1792 Fix missing initialization.
1794 2007-05-30 [wwp] 2.9.2cvs21
1797 Revert accidental commit (debug outputs).
1799 2007-05-30 [wwp] 2.9.2cvs20
1802 * src/folder_item_prefs.c
1803 * src/folder_item_prefs.h
1804 * src/prefs_account.c
1805 * src/prefs_account.h
1806 * src/prefs_folder_item.c
1809 Implemented per-account and per-folder
1810 compose/reply/forward formats.
1812 2007-05-30 [wwp] 2.9.2cvs19
1814 * src/prefs_compose_writing.c
1819 Internal API changes (factorize quote format
1822 2007-05-30 [colin] 2.9.2cvs18
1825 Fix race where it's possible to re-click Send
1826 between end of SMTP session and end of "move to
1827 sent folder" when sending an email with send
1830 2007-05-30 [colin] 2.9.2cvs17
1833 Ask for backtrace on all threads. Patch by
1836 Fix stale news statusbar when scanning fails.
1839 Fix some LDAP write updates bugs. Patch
1840 by Michael Rasmussen
1842 2007-05-29 [colin] 2.9.2cvs16
1845 Fix loss of local flags when moving mails
1846 on IMAP in high-bandwidth mode (UID FETCH)
1848 2007-05-25 [paul] 2.9.2cvs15
1850 * src/common/socket.c
1851 fix sometimes crasher on cancelling
1854 2007-05-25 [colin] 2.9.2cvs14
1859 Be more helpful in the subscription
1862 2007-05-23 [wwp] 2.9.2cvs13
1865 * src/prefs_compose_writing.c
1867 * src/prefs_template.c
1868 * src/prefs_template.h
1871 * src/quote_fmt_lex.l
1872 * src/quote_fmt_parse.y
1873 Introduced new syntax elements (symbols and commands)
1874 in templates/quote_fmt. Compatibility w/ old
1876 Updated and reworked the corresponding Information
1878 Display the line number in dialogs that talk about
1879 parser errors (in addition to the error message in
1882 2007-05-23 [wwp] 2.9.2cvs12
1884 * src/quote_fmt_parse.y
1885 Fix 2.9.2cvs11, probably a paste accident ;).
1887 2007-05-23 [wwp] 2.9.2cvs11
1890 * src/prefs_template.c
1892 * src/quote_fmt_parse.y
1893 Fix 2.9.2cvs10, which broke --disable-aspell.
1895 2007-05-22 [wwp] 2.9.2cvs10
1898 * src/prefs_template.c
1901 * src/quote_fmt_lex.l
1902 * src/quote_fmt_parse.y
1903 * src/gtk/gtkaspell.c
1904 * src/gtk/gtkaspell.h
1905 Added template/quote format syntactical elements
1907 - current dictionary
1908 %T to show (shows empty if not set or not enabled),
1909 ?T and !T to check if the default dictionary is
1911 - current account's default dictionary
1912 %aT to show (empty if not set or not enabled),
1913 ?aT and !aT to check if it's enabled and set
1914 - name completion for an address, from the address
1916 %ABf, %ABt, %ABc respectively show the full name got
1917 from the address book if From, To or Cc match a single
1919 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1920 matches any contact and if the full name is non-empty.
1921 If From, To or Cc are lists of email addresses, only
1922 the first address will be checked.
1923 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1924 that could show a trailing ','.
1925 Also, template/quote_fmt parser now shows the line number in case
1928 2007-05-15 [colin] 2.9.2cvs9
1932 Add a public function to know whether Claws
1934 Store opened folder when exiting
1937 Store last opened message in each FolderItem;
1938 Reset last seen messages if Claws crashed, so
1939 that one can't go in an infinite crash in case
1940 a particular mail crashes Claws.
1942 * src/prefs_common.c
1943 * src/prefs_common.h
1945 * src/prefs_summaries.c
1946 Add "Select last opened message" when entering
1948 Add "Select last opened folder" at startup.
1950 2007-05-14 [colin] 2.9.2cvs8
1953 Fix bashism, search for xml catalog
1954 in /usr/local/share/xml/catalog too
1957 2007-05-13 [wwp] 2.9.2cvs7
1959 * src/gtk/logwindow.c
1960 fix raising log windows when they are either minimized or
1963 2007-05-11 [colin] 2.9.2cvs6
1966 Use Hildon's file chooser on Maemo. Patch
1967 by Jean-Luc Biord; fixes part 2 of bug 1201,
1968 'File attachment "manipulation" bugs...'
1970 2007-05-10 [wwp] 2.9.2cvs5
1972 * src/prefs_common.c
1973 * src/prefs_common.h
1974 * src/gtk/quicksearch.c
1975 Add a quicksearch option to automatically run
1976 a search selected from the history (this option
1977 is exclusive towards type-ahead).
1979 2007-05-10 [colin] 2.9.2cvs4
1982 Fix g_warnings, thanks to Brian
1985 2007-05-09 [colin] 2.9.2cvs3
1990 * src/prefs_summaries.c
1993 * src/common/utils.c
1994 * src/gtk/gtksourceprintjob.c
1995 * src/gtk/sslcertwindow.c
1996 Use the re-entrant variant of time functions
1997 Probably fixes bug 1217, 'reentrancy problems
1998 with time functions'
2000 2007-05-09 [colin] 2.9.2cvs2
2003 Fix crasher when reconnection fails
2005 2007-05-08 [paul] 2.9.2cvs1
2011 bump version number following
2014 2007-05-08 [paul] 2.9.1cvs48
2016 * src/plugins/demo/demo.c
2017 * src/plugins/dillo_viewer/dillo_prefs.c
2018 * src/plugins/dillo_viewer/dillo_prefs.h
2019 * src/plugins/dillo_viewer/dillo_viewer.c
2020 * src/plugins/pgpcore/pgp_viewer.c
2021 * src/plugins/pgpcore/pgp_viewer.h
2022 * src/plugins/pgpcore/plugin.c
2023 * src/plugins/pgpcore/prefs_gpg.c
2024 * src/plugins/pgpcore/prefs_gpg.h
2025 * src/plugins/pgpcore/sgpgme.c
2026 * src/plugins/pgpcore/sgpgme.h
2027 * src/plugins/pgpinline/plugin.c
2028 * src/plugins/pgpmime/pgpmime.c
2029 * src/plugins/pgpmime/pgpmime.h
2030 * src/plugins/pgpmime/plugin.c
2031 * src/plugins/spamassassin/spamassassin.c
2032 * src/plugins/spamassassin/spamassassin.h
2033 * src/plugins/spamassassin/spamassassin_gtk.c
2034 * src/plugins/trayicon/README
2036 * tools/README.sylprint
2037 * tools/outlook2claws-mail.pl
2039 * tools/tb2claws-mail
2040 * tools/tbird2claws.py
2042 * tools/vcard2xml.py
2043 * tools/kdeservicemenu/README
2044 cleanups and corrections
2046 2007-05-06 [wwp] 2.9.1cvs47
2049 Fix missing dash to `display` command-line, reported
2050 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2052 2007-05-06 [colin] 2.9.1cvs46
2055 * src/stock_pixmap.c
2056 * src/stock_pixmap.h
2057 * src/pixmaps/printer.xpm
2060 2007-05-06 [paul] 2.9.1cvs45
2065 * src/summary_search.c
2069 2007-05-05 [wwp] 2.9.1cvs44
2073 * src/prefs_actions.c
2077 Fix "faild" typos everywhere and capitalization of
2080 2007-05-04 [colin] 2.9.1cvs43
2085 * src/plugins/pgpcore/prefs_gpg.c
2086 * src/plugins/pgpcore/prefs_gpg.h
2087 * src/plugins/pgpinline/pgpinline.c
2088 * src/plugins/pgpmime/pgpmime.c
2089 Add an API to warn about encryption limits,
2090 and allow to disable these warnings
2092 2007-05-03 [colin] 2.9.1cvs42
2096 Fix bug 1213, 'Delete more than
2099 2007-05-03 [wwp] 2.9.1cvs41
2101 * src/prefs_common.c
2102 * src/prefs_filtering.c
2103 * src/prefs_template.c
2104 * src/common/template.c
2105 * src/common/template.h
2106 * src/gtk/gtkutils.c
2107 * src/gtk/gtkutils.h
2108 Templates are no longer automatically sorted
2109 by name, but can be sorted manually using
2110 |< < > >| buttons as well as drag'n'drop.
2112 2007-05-03 [wwp] 2.9.1cvs40
2114 * src/plugins/spamassassin/spamassassin.c
2115 * src/plugins/spamassassin/spamassassin.h
2116 * src/plugins/spamassassin/spamassassin_gtk.c
2117 * src/plugins/bogofilter/bogofilter.c
2118 * src/plugins/bogofilter/bogofilter.h
2119 * src/plugins/bogofilter/bogofilter_gtk.c
2120 Added an option to conditionally mark saved spam
2121 as read (default is and was to do so).
2122 Satisfies feature request 1708539 on sf.net tracker.
2124 2007-05-03 [colin] 2.9.1cvs39
2127 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2129 2007-05-02 [colin] 2.9.1cvs38
2132 Fix bug 1209, 'Clicking on address
2133 in header (mailto uri) selects
2134 default account'. Patch adapted from
2137 2007-05-02 [colin] 2.9.1cvs37
2139 * src/grouplistdialog.c
2140 Set cursor to wait cursor while loading
2143 2007-05-02 [paul] 2.9.1cvs36
2147 rename cache and mark files
2150 2007-04-30 [paul] 2.9.1cvs35
2152 * manual/glossary.xml
2153 * manual/plugins.xml
2154 updates. Patch by Ricardo
2156 2007-04-29 [wwp] 2.9.1cvs34
2160 Fix few grammatical errors (patch by David Relson < relson at
2161 osagesoftware dot com >).
2163 2007-04-28 [colin] 2.9.1cvs33
2167 * src/prefs_account.c
2168 * src/prefs_account.h
2169 Drop the "Download all" preference. It's
2170 stupidly useless and confuses people from
2173 2007-04-27 [wwp] 2.9.1cvs32
2176 * src/prefs_account.c
2177 * src/prefs_account.h
2178 Don't reflect accounts changes to the mainwindow when it's
2181 2007-04-27 [colin] 2.9.1cvs31
2184 Freeze/thaw when sync'ing flags
2186 * src/prefs_account.c
2187 * src/prefs_account.h
2188 * src/etpan/imap-thread.c
2189 * src/etpan/imap-thread.h
2190 Add a way to use UID FETCH instead
2191 of searches to fetch message lists
2192 and flags. More expensive towards
2193 bandwidth, less expensive towards
2194 server's CPU. Probably fixes
2195 bug 1158, 'Scanning new folders on
2196 Exchange 2007 extremely slow'.
2199 2007-04-27 [paul] 2.9.1cvs30
2202 * src/prefs_logging.c
2203 improvements to english usage
2205 2007-04-27 [colin] 2.9.1cvs29
2208 Fix build without libetpan (my bad!)
2210 2007-04-26 [colin] 2.9.1cvs28
2214 Fix uselessly exported function
2216 Consider "- -- \n" as signature separator
2217 (that's what signature separators look like
2218 in PGP/Inline signed mails)
2220 2007-04-26 [colin] 2.9.1cvs27
2223 libetpan-0.49 is now required
2225 Fix double fetching of mails if
2228 Make offline sync faster, by
2229 remembering last change time, and
2232 2007-04-26 [hoa] 2.9.1cvs26
2238 * src/etpan/imap-thread.c
2239 * src/etpan/imap-thread.h
2240 cancellation of IMAP operations is now allowed.
2241 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2243 2007-04-26 [colin] 2.9.1cvs25
2246 Always fetch body+headers in folders that are
2247 synched for offline use, if "Synchronise as
2248 soon as possible" is set.
2249 Fixes bug 1200, 'Add option to always retrieve full
2252 2007-04-25 [colin] 2.9.1cvs24
2255 Fix bug 1198, 'Reply-all "disappearing" address bug
2258 2007-04-24 [colin] 2.9.1cvs23
2261 Fix bug 1195, 'Hardware key navigation'
2262 Make GDK_Enter toggle expansion (Maemo)
2264 2007-04-24 [wwp] 2.9.1cvs22
2267 Fix few compiler warnings.
2269 2007-04-24 [paul] 2.9.1cvs21
2272 * src/stock_pixmap.c
2273 * src/stock_pixmap.h
2274 complete last commit
2276 2007-04-24 [paul] 2.9.1cvs20
2279 * src/pixmaps/active.xpm
2280 * src/pixmaps/checkbox_off.xpm
2281 * src/pixmaps/checkbox_on.xpm
2282 * src/pixmaps/inactive.xpm
2284 remove transparent border from checkbox icons
2286 2007-04-24 [wwp] 2.9.1cvs19
2290 Fix a crash in textview, thanks to Colin.
2292 2007-04-23 [wwp] 2.9.1cvs18
2294 * src/prefs_common.c
2295 Fix 2.9.1cvs5: no header was being translated at all.
2297 2007-04-23 [colin] 2.9.1cvs17
2300 * src/stock_pixmap.c
2301 * src/stock_pixmap.h
2304 * src/gtk/gtksctree.c
2305 * src/gtk/gtksctree.h
2306 * src/pixmaps/selection.xpm
2307 Fix bug 1193, 'Need a way to multi-select
2308 items'. Add a toggle button to the summaryview
2309 to switch between normal and multiple selection
2312 2007-04-23 [colin] 2.9.1cvs16
2315 * src/stock_pixmap.c
2316 * src/stock_pixmap.h
2319 * src/gtk/gtksctree.c
2320 * src/gtk/gtksctree.h
2321 * src/pixmaps/selection.xpm
2322 Fix bug 1193, 'Need a way to multi-
2324 Add a toggle button in the summaryview
2325 to enable normal or multiple selection.
2328 2007-04-23 [colin] 2.9.1cvs15
2331 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2333 2007-04-21 [colin] 2.9.1cvs14
2335 * src/gtk/quicksearch.c
2336 Fix previous commit (actually use correct
2339 2007-04-21 [colin] 2.9.1cvs13
2341 * src/gtk/quicksearch.c
2342 Fix changing quicksearch type (after Esc,
2343 after changing Recursive, ...)
2345 2007-04-20 [wwp] 2.9.1cvs12
2347 * src/gtk/Makefile.am
2348 Added headers.h (completes 2.9.1cvs5).
2350 2007-04-20 [wwp] 2.9.1cvs11
2353 Fix the use of display name in name column,
2354 it has been overriden w/ the use of nickname
2355 by 2.9.0cvs3. Now nickname is used (if any)
2356 in case of LDAP books only.
2358 2007-04-20 [colin] 2.9.1cvs10
2363 Add handling of 'a' to loop in a mail's
2366 2007-04-20 [colin] 2.9.1cvs9
2369 Fix bug 1190, 'dir_open' button doesn't work'
2372 2007-04-20 [colin] 2.9.1cvs8
2376 Fix bug 1194, 'Hardware keys move from email
2377 list to account/directory list, but not back
2378 to email list...' (Maemo)
2380 2007-04-20 [colin] 2.9.1cvs7
2383 complete previous commit
2385 2007-04-20 [colin] 2.9.1cvs6
2388 Fix bug 1187, 'Reply-to addressee disappears
2389 when reply-to text box is clicked...' (Maemo)
2391 2007-04-20 [wwp] 2.9.1cvs5
2399 * src/prefs_common.c
2400 * src/prefs_common.h
2401 * src/prefs_display_header.c
2402 * src/prefs_matcher.c
2405 * src/gtk/quicksearch.c
2406 Translate more header names according to the relevant option value,
2407 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2408 Replaced nearly all uses of prefs_common.trans_hdr with a call
2409 to prefs_common_translated_header_name().
2410 Added a headers.h reference file that contains known header names
2411 (RFC2822 and others) to the translation process' input, so that
2412 translated header names will still exist even if no occurrence of
2413 _("headername") is found anymore in the sources.
2414 Don't translate column name 'Number' following to trans_hdr option
2415 value as it's not a header name.
2417 2007-04-20 [colin] 2.9.1cvs4
2419 * src/gtk/quicksearch.c
2420 * src/gtk/quicksearch.h
2421 Add "From, To or Subject" quicksearch
2422 type. Patch by ulfschaper@users.sf.net
2424 2007-04-20 [colin] 2.9.1cvs3
2427 Implement proper references filtering condition.
2428 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2430 2007-04-19 [wwp] 2.9.1cvs2
2432 * src/prefs_display_header.c
2433 * src/message_search.c
2434 Fix few warnings (g_free of const gchar*).
2436 2007-04-19 [paul] 2.9.1cvs1
2442 bump version number following
2445 2007-04-19 [paul] 2.9.0cvs9
2447 * manual/advanced.xml
2448 * manual/glossary.xml
2451 2007-04-18 [paul] 2.9.0cvs8
2454 fix for CVE-2007-1558 (APOP)
2457 2007-04-18 [paul] 2.9.0cvs7
2463 Fix encoding woes wrt saving of
2467 2007-04-18 [colin] 2.9.0cvs6
2469 * src/gtk/pluginwindow.c
2470 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2472 2007-04-17 [wwp] 2.9.0cvs5
2478 Fix --disable-ldap build,
2479 fix some LDAP annoyances on
2480 searches, thanks to Colin.
2482 2007-04-17 [wwp] 2.9.0cvs4
2485 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2486 like gcc 2.9x. Thanks to Colin.
2488 2007-04-17 [wwp] 2.9.0cvs3
2504 Add LDAP write support. Patch mostly by
2505 Michael <mir at datanom dot net>
2507 2007-04-17 [wwp] 2.9.0cvs2
2510 Prepend "Add to address book" to the context menu of compose window's sender and
2513 2007-04-16 [paul] 2.9.0cvs1
2518 2007-04-16 [paul] 2.9.0
2525 2007-04-16 [paul] 2.8.1cvs102
2528 updated by Fabien Vantard
2530 2007-04-16 [paul] 2.8.1cvs101
2540 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2541 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2542 Aleksandar Urosevic, and Ralgh Young
2544 2007-04-15 [mones] 2.8.1cvs100
2549 2007-04-14 [colin] 2.8.1cvs99
2551 * src/message_search.c
2552 * src/prefs_display_header.c
2553 * src/summary_search.c
2554 * src/gtk/combobox.c
2557 2007-04-14 [wwp] 2.8.1cvs98
2559 * src/gtk/combobox.c
2560 * src/message_search.c
2561 * src/summary_search.c
2562 * src/prefs_display_header.c
2563 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2564 returns NULL, get the text value directly from the GtkEntry child.
2566 2007-04-13 [colin] 2.8.1cvs97
2568 * src/gtk/quicksearch.c
2569 Give the focus back to summaryview when
2570 emptying the quicksearch with Esc
2572 2007-04-13 [colin] 2.8.1cvs96
2574 * src/message_search.c
2575 * src/prefs_display_header.c
2576 * src/summary_search.c
2577 Fix possibles crashes when getting text
2580 2007-04-13 [colin] 2.8.1cvs95
2583 Add some UIDL debugging
2585 2007-04-12 [colin] 2.8.1cvs94
2588 Force folder scan if necessary after
2589 copying mails, to be able to reapply
2592 2007-04-11 [colin] 2.8.1cvs93
2595 don't scan for new mail on startup if --select
2596 is specified (or race conditions arise). If so,
2597 do both sequentially.
2599 2007-04-09 [colin] 2.8.1cvs92
2602 Use leafpad by default on Maemo. Patch
2605 2007-04-06 [colin] 2.8.1cvs91
2607 * src/pixmaps/queue_close.xpm
2608 * src/pixmaps/queue_close_hrm.xpm
2609 * src/pixmaps/queue_close_hrm_mark.xpm
2610 * src/pixmaps/queue_close_mark.xpm
2611 * src/pixmaps/queue_open.xpm
2612 * src/pixmaps/queue_open_hrm.xpm
2613 * src/pixmaps/queue_open_hrm_mark.xpm
2614 * src/pixmaps/queue_open_mark.xpm
2615 Move the clock one pixel down :)
2617 2007-04-05 [colin] 2.8.1cvs90
2620 Don't sync when switching offline from
2621 command line - it's usually too late :)
2623 2007-04-05 [paul] 2.8.1cvs89
2626 * src/stock_pixmap.c
2627 * src/pixmaps/dir_close_hrm.xpm
2628 * src/pixmaps/dir_close_hrm_mark.xpm
2629 * src/pixmaps/drafts_close.xpm
2630 * src/pixmaps/drafts_close_mark.xpm
2631 * src/pixmaps/drafts_open.xpm
2632 * src/pixmaps/drafts_open_mark.xpm
2633 * src/pixmaps/inbox.xpm
2634 * src/pixmaps/inbox_close.xpm
2635 * src/pixmaps/inbox_close_hrm.xpm
2636 * src/pixmaps/inbox_close_hrm_mark.xpm
2637 * src/pixmaps/inbox_close_mark.xpm
2638 * src/pixmaps/inbox_hrm.xpm
2639 * src/pixmaps/inbox_hrm_mark.xpm
2640 * src/pixmaps/inbox_mark.xpm
2641 * src/pixmaps/inbox_open.xpm
2642 * src/pixmaps/inbox_open_hrm.xpm
2643 * src/pixmaps/inbox_open_hrm_mark.xpm
2644 * src/pixmaps/inbox_open_mark.xpm
2645 * src/pixmaps/outbox.xpm
2646 * src/pixmaps/outbox_close.xpm
2647 * src/pixmaps/outbox_close_hrm.xpm
2648 * src/pixmaps/outbox_close_hrm_mark.xpm
2649 * src/pixmaps/outbox_close_mark.xpm
2650 * src/pixmaps/outbox_hrm.xpm
2651 * src/pixmaps/outbox_hrm_mark.xpm
2652 * src/pixmaps/outbox_mark.xpm
2653 * src/pixmaps/outbox_open.xpm
2654 * src/pixmaps/outbox_open_hrm.xpm
2655 * src/pixmaps/outbox_open_hrm_mark.xpm
2656 * src/pixmaps/outbox_open_mark.xpm
2657 * src/pixmaps/queue_close.xpm
2658 * src/pixmaps/queue_close_hrm.xpm
2659 * src/pixmaps/queue_close_hrm_mark.xpm
2660 * src/pixmaps/queue_close_mark.xpm
2661 * src/pixmaps/queue_open.xpm
2662 * src/pixmaps/queue_open_hrm.xpm
2663 * src/pixmaps/queue_open_hrm_mark.xpm
2664 * src/pixmaps/queue_open_mark.xpm
2665 updated, added and replaced icons
2668 2007-04-04 [colin] 2.8.1cvs88
2671 Fix build without libetpan
2673 2007-04-03 [colin] 2.8.1cvs87
2676 Fix crash with Citadel, and try to make
2677 things work. this server (and specifically
2678 STATUS and APPEND at least) seems broken.
2680 2007-04-03 [colin] 2.8.1cvs86
2683 Fix icons on folder close
2685 2007-04-03 [colin] 2.8.1cvs85
2688 Fix double-ask of offline override in
2693 Much more efficient way to synchronise
2695 * src/etpan/imap-thread.c
2698 * src/gtk/quicksearch.c
2701 2007-04-03 [paul] 2.8.1cvs84
2706 * src/prefs_common.c
2707 * src/prefs_common.h
2709 Fix sync being done too late
2712 2007-04-02 [colin] 2.8.1cvs83
2715 Maemo: Put status and quicksearch at the top
2716 * src/plugins/bogofilter/bogofilter.c
2717 * src/plugins/spamassassin/spamassassin.c
2718 Derive trash from inbox if possible
2720 2007-04-02 [paul] 2.8.1cvs82
2722 * src/plugins/bogofilter/bogofilter_gtk.c
2723 a few English changes
2729 2007-04-02 [colin] 2.8.1cvs81
2731 * src/image_viewer.c
2732 Fix transparent images by using
2735 Flush events (on new windows) to avoid
2736 having the textview's image resize fail
2737 to know the available width
2739 2007-04-01 [colin] 2.8.1cvs80
2741 * src/prefs_account.c
2742 If no MH mailbox exist, when creating a POP/Local
2743 account, just create and use the default one
2744 instead of bailing with a "Mailbox doesn't exist"
2747 2007-03-31 [colin] 2.8.1cvs79
2749 * src/prefs_account.c
2750 Create signature file if it doesn't exist
2752 * src/prefs_toolbar.c
2753 Maemo: Move "Use default" on the left so
2754 that people can find it
2756 Maemo: make default editor "Maemopad",
2757 default signature file "MyDocs/signature.txt"
2759 2007-03-31 [colin] 2.8.1cvs78
2761 * src/prefs_account.c
2762 Maemo: rework account prefs so
2763 that less horizontal scrolling
2766 2007-03-31 [colin] 2.8.1cvs77
2769 * src/prefs_common.c
2770 * src/prefs_common.h
2771 Fix bug 1167, 'Allow not displaying zeros
2772 in folder list'. Patch by MartinP
2774 2007-03-31 [colin] 2.8.1cvs76
2779 2007-03-31 [colin] 2.8.1cvs75
2782 Apply patch from bug 1172, direct
2783 access to the folder's session instead
2784 of using getter. Patch by MartinP
2786 2007-03-31 [paul] 2.8.1cvs74
2789 no need to list Fabien twice!
2791 2007-03-31 [colin] 2.8.1cvs73
2794 If we're currently "overriding for %d minutes",
2797 2007-03-31 [colin] 2.8.1cvs72
2805 * src/plugins/spamassassin/spamassassin.c
2806 Offline override: Add a parameter to allow
2807 asking even if the override timer is running.
2808 Allows to ask every time the user makes an
2809 explicit action needing online access (such
2810 as Get Mail), and not when the action is
2811 implicit (such as opening an IMAP folder)
2813 2007-03-31 [colin] 2.8.1cvs71
2816 Override offline: "No" answer shouldn't
2817 re-ask after 3 seconds, but 10 minutes.
2819 2007-03-30 [colin] 2.8.1cvs70
2821 * src/common/socket.c
2822 Better error reporting on unix socket
2823 failure (bind usually)
2824 * src/gtk/gtkutils.c
2825 * src/gtk/gtkutils.h
2826 Label window: add a pulsing progress
2827 bar to show we're not hung :)
2830 * src/plugins/pgpcore/sgpgme.c
2833 2007-03-30 [colin] 2.8.1cvs69
2836 * src/prefs_common.c
2837 Fix possible trashing of history and uidl
2838 files on disk full problems
2840 2007-03-30 [paul] 2.8.1cvs68
2845 update summary when changing layout type
2846 (fixes wrong folder icon being displayed)
2849 2007-03-29 [colin] 2.8.1cvs67
2851 * src/prefs_ext_prog.c
2852 The browser pref is irrelevant on Maemo
2854 2007-03-29 [colin] 2.8.1cvs66
2858 Maemo: dynamically switch headers/text position
2859 * src/prefs_common.c
2860 Maemo: hide compose's ruler by default
2861 * src/common/socket.c
2862 * src/common/socket.h
2865 2007-03-29 [colin] 2.8.1cvs65
2867 * src/common/socket.c
2868 * src/common/socket.h
2869 Fix build when MAEMO_CFLAGS contains
2870 _X_OPENSOURCE (resolv.h errors as long
2871 as we don't add _BSD_SOURCE. Ugly).
2873 2007-03-29 [wwp] 2.8.1cvs64
2875 * src/prefs_logging.c
2876 Fix sensitivity of clip-log widgets in prefs/logging,
2879 2007-03-29 [wwp] 2.8.1cvs63
2882 Updated files list for translations, thanks to Fabien.
2884 2007-03-29 [colin] 2.8.1cvs62
2887 * src/common/Makefile.am
2888 * src/common/utils.c
2889 Maybe make URI opening work in Maemo
2892 2007-03-28 [colin] 2.8.1cvs61
2897 Add the possibility to sort folders arbitrarily
2898 (via editing of folderlist.xml only). Patch by
2899 Martin P <mp26+claws@os.inf.tu-dresden.de>
2900 Fixes bug 1166, 'Folder ordering is fixed and cannot
2901 be changed by the user'
2903 2007-03-28 [colin] 2.8.1cvs60
2906 Add popup menu for mime icons
2908 2007-03-28 [colin] 2.8.1cvs59
2911 Fix a layout issue when presenting
2912 mainwindow in Small screen layout
2915 Add a "Go to folder list" button for
2916 mainwindow, and make it default in
2919 2007-03-28 [colin] 2.8.1cvs58
2922 Don't dynamically update title on Maemo
2923 Patch by Jean-Luc Biord
2925 2007-03-27 [colin] 2.8.1cvs57
2930 Enable tap-and-hold on Maemo
2932 2007-03-26 [colin] 2.8.1cvs56
2935 More popup-menu (in attachments list)
2937 2007-03-26 [colin] 2.8.1cvs55
2940 Enable popup-menu signal
2942 2007-03-26 [colin] 2.8.1cvs54
2944 * src/plugins/pgpinline/pgpinline.c
2945 Fix bug 1111, 'PGP/inline plugin hides text
2946 around encrypted text block'. Patch based on
2947 a patch from Michal Cihar.
2949 2007-03-26 [wwp] 2.8.1cvs53
2952 Fix getting a false error when sending queued message
2953 whereas the sending was fine (if there are subfolders
2954 in the queue folder), thanks to Colin.
2956 2007-03-26 [paul] 2.8.1cvs52
2959 update FACE header in welcome message
2961 2007-03-25 [colin] 2.8.1cvs51
2966 2007-03-25 [colin] 2.8.1cvs50
2969 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2971 2007-03-24 [colin] 2.8.1cvs49
2974 Fix a few launch problems on Maemo
2975 Patch by Jean-Luc Biord
2977 2007-03-24 [wwp] 2.8.1cvs48
2983 Fix wrong action performed when closing the
2984 "ask about account specific filtering rules
2985 when filtering manually" dialog by pressing Escape.
2986 Fix wrong order of buttons in the "return receipt
2987 notification - the message was sent to several of
2988 your accounts" dialog.
2990 2007-03-24 [paul] 2.8.1cvs47
2993 an improvement to English usage
2994 * tools/kdeservicemenu/README
2997 2007-03-24 [paul] 2.8.1cvs46
3000 * src/stock_pixmap.c
3001 * src/pixmaps/edit_extern.xpm
3002 * src/pixmaps/mail_sign.xpm
3003 rescue long lost icons
3005 2007-03-24 [paul] 2.8.1cvs45
3008 fix toolbar (broken in 2.8.1cvs42)
3010 2007-03-23 [colin] 2.8.1cvs44
3013 Correctly unsubscribe/resubscribe after
3016 2007-03-23 [colin] 2.8.1cvs43
3018 * src/prefs_common.c
3019 Maemo: as the platform is light on RAM, allow
3020 caches to be discarded faster.
3022 2007-03-23 [colin] 2.8.1cvs42
3027 * src/stock_pixmap.c
3028 * src/stock_pixmap.h
3033 * src/pixmaps/open_mail.xpm
3034 Maemo changes: Add the possibility to have
3035 "Open Email" and "Close Window" buttons on
3036 toolbars (and use them in Maemo's default
3039 2007-03-23 [wwp] 2.8.1cvs41
3042 Reverted that part of the action dialog closure logics, to
3043 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3044 done later in a different way (or may not).
3046 2007-03-22 [wwp] 2.8.1cvs40
3049 Fix sticky action dialog when got no output but action command
3050 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3052 2007-03-22 [colin] 2.8.1cvs39
3054 * src/prefs_filtering.c
3055 * src/gtk/combobox.h
3056 Fix escaping account names in filtering prefs
3058 2007-03-22 [colin] 2.8.1cvs38
3063 Add any attribute specified in LDAP servers'
3064 Search attributes to the Other Attributes tab
3065 of contacts; Add 'telephoneNumber' in the
3068 2007-03-22 [colin] 2.8.1cvs37
3073 Try to prevent race conditions when
3074 changing the folder list
3076 Fix possible red folder icon when
3077 switching from Small screen layout
3080 2007-03-22 [colin] 2.8.1cvs36
3085 Rename "little screen" to "Small screen"
3086 * src/gtk/Makefile.am
3087 * src/common/utils.c
3089 Fix Maemo-related compilation problems
3091 2007-03-21 [colin] 2.8.1cvs35
3095 * claws-mail.desktop
3096 Remove .png from the Icon, it's useless
3098 2007-03-21 [colin] 2.8.1cvs34
3102 Add the necessary lib checking for
3105 2007-03-21 [colin] 2.8.1cvs33
3108 Fix unconditional "error happened" when
3109 sending via command-line. "lol @ myself"
3111 2007-03-21 [colin] 2.8.1cvs32
3113 * claws-mail-40x40.png
3114 * claws-mail-26x26.png
3124 * src/prefs_account.c
3125 * src/prefs_common.c
3126 * src/summary_search.c
3130 * src/gtk/gtkutils.c
3131 * src/gtk/gtkutils.h
3132 * src/gtk/logwindow.c
3134 * src/gtk/prefswindow.c
3135 Add Maemo port (patch mainly by Jean-Luc Biort)
3136 Add a new 'Little screen' layout to help on such
3137 platforms (patch by me)
3138 Make some default preferences different (more
3139 adapted) on Maemo (patch by me)
3141 2007-03-21 [wwp] 2.8.1cvs31
3143 * src/prefs_logging.c
3144 * src/prefs_logging.h
3145 Fixed copyright header of newly added files.
3147 2007-03-21 [wwp] 2.8.1cvs30
3163 * src/prefs_common.c
3164 * src/prefs_common.h
3165 * src/prefs_logging.c
3166 * src/prefs_logging.h
3169 * src/send_message.c
3174 * src/common/session.c
3176 * src/common/socket.c
3177 * src/etpan/imap-thread.c
3178 * src/gtk/logwindow.c
3179 * src/gtk/logwindow.h
3180 * src/plugins/bogofilter/bogofilter.c
3181 * src/plugins/spamassassin/spamassassin.c
3182 Added debugging of filtering/processing rules.
3183 The debug log is here 'Tools/Filtering debug window',
3184 the options there 'Configuration/Preferences/Other/Logging',
3185 and the log file is ~/.claws-mail/filtering.log.
3186 Moved protocol log prefs to 'Other/Logging' as well.
3187 To support such debugging feature, the existing log API has
3188 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3189 this impacts many external modules (commits follow).
3191 2007-03-21 [paul] 2.8.1cvs29
3193 * src/etpan/Makefile.am
3194 * src/etpan/imap-thread.c
3195 add missing #include
3197 2007-03-21 [colin] 2.8.1cvs28
3200 Fix bug 1157, 'some broken messages confuse
3201 mime parser'. Make sure we can't have MimeInfos
3202 with negative sizes.
3204 2007-03-20 [colin] 2.8.1cvs27
3207 Fix missing \0 on buffer
3209 2007-03-20 [colin] 2.8.1cvs26
3212 Use make_dir_hier instead of make_dir
3213 to create the MH mailbox
3215 2007-03-20 [colin] 2.8.1cvs25
3219 * src/prefs_account.c
3221 Fix default inbox weirdnesses (after wizard,
3222 if path is Mail, mailbox identifier is #mh/Mailbox,
3223 and when creating new accounts)
3225 2007-03-20 [colin] 2.8.1cvs24
3228 Write folderlist after adding/deleting accounts
3231 2007-03-20 [colin] 2.8.1cvs23
3234 * src/remotefolder.h
3235 Fix bug 1153, 'CM segfaults if IMAP folder is
3236 selected while scanning prior to update'
3238 2007-03-17 [paul] 2.8.1cvs22
3241 fix a typo, and be a little more verbose.
3243 2007-03-17 [wwp] 2.8.1cvs21
3246 Fix a compiler warning.
3248 2007-03-16 [wwp] 2.8.1cvs20
3252 Updated to deal w/ the new mairix.sh tool.
3254 2007-03-16 [wwp] 2.8.1cvs19
3257 Fix logics issues around the action IO dialog:
3258 - disable entry widget and exec button when
3259 the exec button is clicked (don't wait for any
3260 output line) - fix possible disabling/re-enabling/
3261 re-disabling of those widgets
3262 - raise an error if executing a %as{} action either
3263 empty or invalid, instead of failing silently
3264 - don't close the dialog if the abort button has been
3265 clicked and if there was no output yet
3266 - set focus to the abort button when the exec button
3268 - fix capitalization of a warning message
3270 2007-03-16 [wwp] 2.8.1cvs18
3273 Added a wrapper to mairix to the tools folder.
3275 2007-03-16 [colin] 2.8.1cvs17
3279 Allow mimeviewer plugins to print
3282 2007-03-16 [colin] 2.8.1cvs16
3287 2007-03-15 [colin] 2.8.1cvs15
3291 Add a way for mimeviewer plugins to
3292 implement body search
3294 2007-03-15 [paul] 2.8.1cvs14
3296 * src/prefs_spelling.c
3299 2007-03-15 [paul] 2.8.1cvs13
3301 * src/common/quoted-printable.c
3302 fix decoding of quoted-printable parts
3304 2007-03-14 [wwp] 2.8.1cvs12
3306 * src/gtk/logwindow.h
3307 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3309 2007-03-14 [wwp] 2.8.1cvs11
3311 * src/gtk/logwindow.h
3312 Complete 2.8.1cvs10.
3314 2007-03-14 [colin] 2.8.1cvs10
3316 * src/gtk/logwindow.c
3317 Probably fix bug 1149, crash on logwindow
3318 close - at the expense of performance once
3319 logwin has been opened
3321 2007-03-14 [colin] 2.8.1cvs9
3324 If claws-mail is running on another
3325 display, warn instead of popping it up
3326 on the other display
3328 2007-03-12 [colin] 2.8.1cvs8
3331 Fix bug 1145, 'Setting a different name
3332 for the Mailbox name isn't reflected in
3333 default account settings'. Patch by wwp
3335 2007-03-12 [colin] 2.8.1cvs7
3338 Fix bug 1143, 'Add number of messages to be
3339 deleted to confirmation dialog'
3341 2007-03-12 [wwp] 2.8.1cvs6
3344 * src/prefs_common.c
3345 * src/prefs_common.h
3346 * src/prefs_summaries.c
3347 Changed the option that displays unread messages count
3348 next to the folder name in folder list: it is now
3349 possible to either display nothing, display the
3350 unread messages number only or the unread and total messages
3351 numbers. The patch includes this extra feature as well
3352 as some minor fixes by rewriting the algo in folderview.c.
3353 Thanks to Paul for the original idea and implementation, plus
3354 testing and proof-reading!
3356 2007-03-09 [paul] 2.8.1cvs5
3360 * tools/claws-mail-compose-insert-files.pl
3361 added a script which enables inserting files
3362 into the message body of a new Claws Mail
3363 Compose window from the command line. Additionally
3364 To, Cc, Subject and files to attach to the message
3367 2007-03-09 [wwp] 2.8.1cvs4
3372 Optimize matching of addresses in the addressbook
3373 (filtering/processing 'found_in_addressbook' condition).
3375 2007-03-07 [wwp] 2.8.1cvs3
3378 * src/quote_fmt_lex.l
3379 * src/quote_fmt_parse.y
3380 Add a new quote format symbol: %A to insert the
3381 sender email address (just the address itself).
3383 2007-03-06 [wwp] 2.8.1cvs2
3385 * src/gtk/gtkutils.c
3386 * src/plugins/trayicon/trayicon_prefs.h
3387 * src/plugins/trayicon/trayicon_prefs.c
3388 * src/plugins/trayicon/trayicon.c
3391 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3392 minimizing Claws-Mail main window will hide it to the trayicon instead.
3395 2007-03-06 [paul] 2.8.1cvs1
3401 bump version number following
3404 2007-03-06 [paul] 2.8.0cvs24
3407 corrected by by Tim <timbrain@post.cz>
3409 2007-03-05 [colin] 2.8.0cvs23
3413 Fix mime/globs path on NetBSD
3414 patch by George Michaelson
3416 2007-03-05 [wwp] 2.8.0cvs22
3419 Remove debug statement (accidentally committed w/ cvs14).
3421 2007-03-05 [paul] 2.8.0cvs21
3423 * src/plugins/pgpcore/prefs_gpg.c
3424 fix compiler warning
3426 2007-03-05 [wwp] 2.8.0cvs20
3428 * src/matcher_parser_parse.y
3429 Fix mismerge between cvs17 and cvs19.
3431 2007-03-05 [wwp] 2.8.0cvs19
3433 * src/matcher_parser_parse.y
3434 * src/prefs_filtering_action.c
3439 Add new 'add_to_addressbook' filtering/processing action.
3441 2007-03-05 [wwp] 2.8.0cvs18
3444 Fix mark_as_ham filtering/processing action: spam flag
3447 2007-03-04 [colin] 2.8.0cvs17
3452 * src/matcher_parser_parse.y
3453 * src/prefs_filtering_action.c
3454 Add 'Mark as spam' and 'Mark as ham' filtering
3455 actions. Fixes bug 1138.
3457 2007-03-04 [colin] 2.8.0cvs16
3460 Fix bug 1140, wrong return value
3463 2007-03-04 [wwp] 2.8.0cvs15
3466 Rollback cvs14: don't free stuff that is managed in g_list.
3468 2007-03-04 [wwp] 2.8.0cvs14
3471 Fix a leak in address completion code.
3473 2007-03-04 [colin] 2.8.0cvs13
3476 Maybe fix bug 1136, 'Crash in group
3479 2007-03-04 [iwkse] 2.8.0cvs12
3482 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3484 2007-03-03 [colin] 2.8.0cvs11
3486 * src/plugins/pgpinline/pgpinline.c
3487 Fix off-by-one, fix double-free. Fixes
3488 bug 1135, 'cm-segfault on decrypting
3491 2007-03-03 [colin] 2.8.0cvs10
3495 * src/common/plugin.c
3496 Fix bug 1134, 'Valgrind macros unhandled
3499 2007-03-02 [colin] 2.8.0cvs9
3502 Don't error out on EAGAIN. Fixes
3503 bug 1129, '"local mbox file" account
3504 isn't retrieving mails'
3506 2007-03-01 [wwp] 2.8.0cvs8
3509 * src/gtk/colorlabel.c
3510 Remove accels for extra color labels until we set better
3511 and definitive ones.
3513 2007-02-28 [wwp] 2.8.0cvs7
3516 * src/matcher_parser_parse.y
3517 * src/prefs_common.c
3518 * src/prefs_msg_colors.c
3520 * src/gtk/colorlabel.c
3521 * src/gtk/colorlabel.h
3522 Add more customizable color labels. Cleaned up a bit
3523 the color label API to avoid duplicate defines of
3524 the max number of colors.
3526 2007-02-27 [colin] 2.8.0cvs6
3529 * src/common/utils.c
3530 * src/common/utils.h
3531 Fix '+' in mailto URIs for List-* headers
3533 2007-02-27 [colin] 2.8.0cvs5
3535 * src/gtk/gtkutils.c
3536 Use gtk_window_set_role instead of
3539 2007-02-27 [colin] 2.8.0cvs4
3542 Fix "After receiving new mail, go to inbox" on IMAP,
3543 and make it work only on manual reception
3545 2007-02-27 [wwp] 2.8.0cvs3
3547 * src/prefs_filtering.c
3548 * src/prefs_filtering_action.c
3549 * src/prefs_matcher.c
3550 Update filtering matcher's and action's color label menus
3551 when re-opening those dialogs (reflect any change to the
3552 color labels list in the preferences).
3554 2007-02-27 [colin] 2.8.0cvs2
3557 * src/etpan/etpan-thread-manager-types.h
3558 * src/etpan/etpan-thread-manager.c
3559 * src/etpan/imap-thread.c
3560 Log imap ALERTs as errors in the log.
3562 2007-02-26 [paul] 2.8.0cvs1
3564 * tools/claws.i18n.status.pl
3567 2007-02-26 [paul] 2.7.2cvs75
3581 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3582 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3583 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3584 Aleksandar Urosevic, and Ralgh Young
3586 2007-02-25 [mones] 2.7.2cvs74
3591 2007-02-25 [colin] 2.7.2cvs73
3594 Clearing the list is only useful
3595 to prevent a valgrind false-positive
3597 2007-02-25 [paul] 2.7.2cvs72
3601 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3602 * tools/maildir2claws-mail.pl **REMOVED**
3603 renamed the script, fixed a couple bugs
3605 2007-02-23 [colin] 2.7.2cvs71
3608 Fix a leak, check for a few improbable nulls
3610 2007-02-23 [colin] 2.7.2cvs70
3614 * src/plugins/trayicon/trayicon.c
3615 Fix blinking mainwin when starting in tray
3616 (show mainwindow later in the startup process,
3617 apart if restarting post-crash)
3619 2007-02-23 [colin] 2.7.2cvs69
3623 Fix crash when unsubscribing the currently
3624 selected/opened folder
3626 2007-02-23 [colin] 2.7.2cvs68
3629 Fix bug that prevented colorization to
3630 work without wrap quotation option
3632 2007-02-23 [colin] 2.7.2cvs67
3635 Fix refcounting, start and end completion who
3636 behaved as if there couldn't be any other current
3639 2007-02-23 [wwp] 2.7.2cvs66
3643 Address completion fixes: fix addressbook_peek_folder_exists() in
3644 which the algorithm was ridiculously over-obfuscated and broken.
3645 Fix addrindex_load_completion() as well, to load addresses in
3646 completion list with regards to what addressbook_peek_folder_exists()
3649 2007-02-23 [wwp] 2.7.2cvs65
3652 Add addresses to completion when they're non-empty (thanks to Colin).
3654 2007-02-23 [paul] 2.7.2cvs64
3656 * src/plugins/pgpcore/passphrase.c
3659 2007-02-23 [colin] 2.7.2cvs63
3661 * src/plugins/pgpcore/prefs_gpg.c
3662 * src/plugins/pgpcore/prefs_gpg.h
3663 * src/plugins/pgpcore/sgpgme.c
3664 * src/plugins/pgpinline/pgpinline.c
3665 * src/plugins/pgpmime/pgpmime.c
3666 Try harder to respect user's choice wrt
3667 gpg-agent even with gpg2, by unsetting
3668 GPG_AGENT_INFO when necessary.
3670 2007-02-22 [paul] 2.7.2cvs62
3672 * src/plugins/pgpcore/sgpgme.c
3673 * src/plugins/pgpcore/sgpgme.h
3674 * src/plugins/pgpcore/passphrase.c
3675 * src/plugins/pgpinline/pgpinline.c
3676 * src/plugins/pgpmime/pgpmime.c
3677 Fix a leak - gpgme_data_release_and_get_mem
3678 leaks in recent gpgme. Workaround by using
3681 2007-02-22 [paul] 2.7.2cvs61
3683 * src/gtk/quicksearch.c
3684 Abandon dynamic search when pressing
3687 2007-02-21 [colin] 2.7.2cvs60
3690 * src/plugins/pgpcore/passphrase.c
3691 Fix little memory leaks
3693 Fix false-positive leak at exit
3694 * src/gtk/quicksearch.c
3695 Fix potentially big leak in recursive
3698 2007-02-21 [wwp] 2.7.2cvs59
3701 Add missing newline to a debug message.
3703 2007-02-20 [colin] 2.7.2cvs58
3707 * src/stock_pixmap.c
3708 * src/stock_pixmap.h
3709 * src/pixmaps/mime_pgpsig.xpm
3710 Add icon for application/pgp-signature
3712 2007-02-20 [colin] 2.7.2cvs57
3717 * src/stock_pixmap.c
3718 * src/stock_pixmap.h
3719 * src/pixmaps/mime_calendar.xpm
3720 * src/pixmaps/mime_pdf.xpm
3721 * src/pixmaps/mime_ps.xpm
3722 Add icons for text/calendar, application/pdf
3723 and application/postscript
3725 2007-02-20 [colin] 2.7.2cvs56
3728 * src/matcher_parser_parse.y
3729 * src/matcher_parser_lex.l
3730 Fix big memory leak in flex, and
3733 2007-02-20 [wwp] 2.7.2cvs55
3735 * src/matcher_parser_parse.y
3736 Fix a duplicate token definition (thanks to iwkse).
3738 2007-02-20 [wwp] 2.7.2cvs54
3740 * src/matcher_parser_lex.l
3741 * src/quote_fmt_lex.l
3742 Use proper flex options instead of direct use of #define,
3743 make the flex-generated C lighter.
3745 2007-02-20 [colin] 2.7.2cvs53
3748 Grab focus in message list after hiding
3749 the quicksearch, instead of leaving it
3752 2007-02-19 [colin] 2.7.2cvs52
3755 Fix bug 1033, 'Automatically refresh
3756 message list when new messages arrives'
3757 Looks like folderview->opened can sometimes
3760 2007-02-19 [paul] 2.7.2cvs51
3764 * tools/thunderbird-filters-convertor.pl
3765 add new script which converts thunderbird filter
3766 rules to Claws filter rules
3768 2007-02-18 [paul] 2.7.2cvs50
3770 * src/plugins/pgpcore/prefs_gpg.c
3771 * src/plugins/pgpcore/prefs_gpg.h
3772 * src/plugins/pgpcore/sgpgme.c
3773 * src/plugins/pgpinline/pgpinline.c
3774 * src/plugins/pgpmime/pgpmime.c
3775 improved GUI interoperability with gpg-agent
3777 2007-02-18 [paul] 2.7.2cvs49
3779 * src/prefs_account.c
3780 Privacy options sensitivity fix
3782 2007-02-17 [colin] 2.7.2cvs48
3785 Reset icon to warning in the noticeview
3787 2007-02-15 [colin] 2.7.2cvs47
3790 Fix a manifestation of bug 1033 (summaryview failing
3791 to update for new mails), which happens after editing
3792 account preferences or preferences that cause a
3795 2007-02-15 [colin] 2.7.2cvs46
3798 Probably fix bug 1123, 'Segmentation
3799 fault while opening address book'. I get
3800 g_warnings if the saved paned position is
3801 not greater than 0. Also, save position
3802 when hiding the addressbook instead of
3805 2007-02-14 [colin] 2.7.2cvs45
3807 * src/plugins/pgpcore/prefs_gpg.c
3808 * src/plugins/pgpcore/prefs_gpg.h
3809 * src/plugins/pgpcore/sgpgme.c
3810 * src/plugins/pgpinline/pgpinline.c
3811 * src/plugins/pgpmime/pgpmime.c
3812 Add an option "Use gpg-agent if available". Fixes
3813 annoyances with distro-installed gpg-agent, when
3814 no pinentry program is installed, and the user's
3815 at a loss on why "decryption failed". Makes more
3816 clear why passphrase isn't saved when gpg-agent is
3817 used. Defaults to true, to avoid changing the
3820 2007-02-14 [wwp] 2.7.2cvs44
3822 * src/matcher_parser_parse.y
3823 Fix missing line number reset (wrong line number might appear
3824 when re-loading filtering rules if there's a parser error).