1 2007-08-21 [paul] 2.10.0cvs139
4 replace deprecated g_strncasecmp()
8 2007-08-20 [ticho] 2.10.0cvs138
12 Copy all account preferences in account_clone() - some
15 Handle empty privacy system combobox gracefully (warning
18 2007-08-20 [colin] 2.10.0cvs137
23 2007-08-20 [paul] 2.10.0cvs136
33 patch by Michael Rasmussen
35 2007-08-19 [colin] 2.10.0cvs135
38 Fix previous commit. Sensitivity update is needed
39 for "Cancel receiving". However when batching we
40 don't need to do it for every message flag change,
41 just once at the start and once at the end.
43 2007-08-19 [colin] 2.10.0cvs134
46 Remove useless menu updates on session lock/unlock
48 2007-08-19 [colin] 2.10.0cvs133
50 * src/etpan/imap-thread.c
51 Make all fetch logs less verbose
53 2007-08-19 [paul] 2.10.0cvs132
58 fix bug 1286, 'Can't move a folder into a "Folders
61 2007-08-18 [ticho] 2.10.0cvs131
63 * src/editaddress_other_attributes_ldap.c
64 Converted option menu for other ldap attributes to GtkComboBox.
66 2007-08-18 [colin] 2.10.0cvs130
73 Revert 'send_dialog_mode' meaning to
74 'send_dialog_invisible', so that the
75 new checkbox doesn't change the
78 2007-08-18 [paul] 2.10.0cvs129
81 add missing menu update
83 2007-08-17 [colin] 2.10.0cvs128
86 Set batching after getting flags - maybe fixes
87 bug 1292, 'CM crashes on writing mail'
89 2007-08-16 [ticho] 2.10.0cvs127
92 Convert two GtkOptionMenu widgets to new GtkComboBox.
95 Allow NULL for GtkComboBox menuitem label, rendering such
96 items as row separators.
98 2007-08-16 [paul] 2.10.0cvs126
100 * src/plugins/trayicon/trayicon.c
101 remove wrongly used gettextisation
103 2007-08-15 [ticho] 2.10.0cvs125
106 Fixed a runtime warning where an attempt to pack an
107 already packed GtkLabel was made.
109 2007-08-15 [ticho] 2.10.0cvs124
111 * src/prefs_compose_writing.c
112 Convert the insert-or-attach-dragged-files GtkOptionMenu
115 2007-08-14 [ticho] 2.10.0cvs123
119 Changed return receipt account selector to GtkComboBox.
120 Fixed a runtime warning where GTK tried to parse
121 "name <email@address" as a Pango markup in an alertpanel label.
123 2007-08-14 [ticho] 2.10.0cvs122
125 * src/prefs_logging.c
126 Changed GtkOptionMenu in logging preferences to GtkComboBox.
128 2007-08-14 [wwp] 2.10.0cvs121
132 * tools/popfile-link.sh
133 Added a new tool: POPFile helper, to open
134 selected messages in POPFile control center,
135 in order to change the messages' status.
137 2007-08-14 [ticho] 2.10.0cvs120
144 Change "Show send dialog" optionmenu to a checkbutton.
145 * src/prefs_receive.c
146 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
148 2007-08-13 [wwp] 2.10.0cvs119
159 * src/partial_download.c
165 * src/gtk/gtkaspell.c
167 Make sure we never pass NULL pointers for %s substitutions
168 (prevent from crashing in Windows).
170 2007-08-13 [wwp] 2.10.0cvs118
173 Re-enable mmap_reads in Windows with some missing
174 CloseHandle of mapping objects, thanks to
177 2007-08-13 [paul] 2.10.0cvs117
180 fix bug 1287, 'Compile time problem on Solaris
181 (nexenta gnu/Solaris) utils.c'
182 Thanks to Piotr Chrzczonowicz
184 2007-08-12 [wwp] 2.10.0cvs116
186 * src/plugins/pgpcore/prefs_gpg.c
187 Don't try to unset a GPG_AGENT_INFO that was not
188 set (and don't use a NULL string in Windows, it was
189 crashing with --debug if GPG_AGENT_INFO was not set).
191 2007-08-12 [wwp] 2.10.0cvs115
194 Make gcc type-check arguments passed to privacy_set_error().
196 2007-08-12 [ticho] 2.10.0cvs114
198 * src/prefs_folder_item.c
199 Make sure that folder default account combobox always has some
202 Handle empty combobox gracefully (warning instead of crash).
204 2007-08-12 [ticho] 2.10.0cvs114
206 * src/prefs_folder_item.c
207 Make sure that folder default account combobox is not empty.
209 Handle empty combobox gracefully (warning instead of crash).
211 2007-08-11 [paul] 2.10.0cvs113
215 use 'subfolder' instead of 'sub-folder', matching
216 everywhere else the term is used
220 2007-08-10 [wwp] 2.10.0cvs112
223 Disable mmap reads in Windows only (at least temporarily), they
224 prevent from renaming/removing target cache files.
230 2007-08-10 [wwp] 2.10.0cvs111
233 fix unpredictable crashes in Windows due to broken
234 cache/mark/tags files writting (file were opened for
235 writing in text mode).
238 use gettimeofday() from w32lib.h on Windows.
240 2007-08-10 [colin] 2.10.0cvs110
243 * src/etpan/imap-thread.c
244 * src/etpan/imap-thread.h
245 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
247 2007-08-09 [colin] 2.10.0cvs109
250 Fix port being reset to 636 on SSL
252 Fix folder_item_get_msg_num_by_file
253 on drafts/queue folders
255 2007-08-09 [wwp] 2.10.0cvs108
258 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
259 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
262 2007-08-09 [colin] 2.10.0cvs107
266 * src/gtk/prefswindow.c
267 A few Maemo layout fixes
269 2007-08-09 [paul] 2.10.0cvs106
271 * src/prefs_account.c
272 remove the hyphen from plug-ins to
273 match everywhere else
275 2007-08-08 [wwp] 2.10.0cvs105
277 * src/prefs_folder_item.c
278 Fix an extraneous stealth ^L char.
280 2007-08-08 [wwp] 2.10.0cvs104
282 * src/prefs_folder_item.c
283 Better fix, group variables declarations (USE_ASPELL).
285 2007-08-08 [wwp] 2.10.0cvs103
287 * src/prefs_folder_item.c
288 Fix compilation w/ USE_ASPELL set (broken
291 2007-08-08 [ticho] 2.10.0cvs102
293 * src/prefs_folder_item.c
294 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
296 2007-08-08 [colin] 2.10.0cvs101
299 * src/etpan/imap-thread.c
300 * src/etpan/imap-thread.h
301 Close selected mailbox before doing
304 2007-08-08 [colin] 2.10.0cvs100
307 Complete symbol table, thanks to wwp.
308 Fixes bug 1284, 'The html -> text
309 converter ignores entities'
313 2007-08-08 [colin] 2.10.0cvs99
316 Better way to fetch UIDs on non-UIDPLUS servers
318 2007-08-07 [colin] 2.10.0cvs98
321 fix bug 1275, 'auto-saved draft messages not
322 always being removed'; Also, make multiple
323 copy (in the same account) faster by matching
324 source/destination message UIDs.
326 Don't try to reshow deleted mail
328 Fix leak on error path
330 2007-08-07 [wwp] 2.10.0cvs97
333 * manual/advanced.xml
334 * manual/fr/account.xml
335 * manual/fr/advanced.xml
336 Updated the reference manual and the French translation to
337 reflect 2.10.0cvs84: enable running folder Processing
340 2007-08-06 [wwp] 2.10.0cvs96
345 Allow changing the emphasis color used to highlight
346 the newsreader/x-mailer header value when it matches
347 our preferred mail agent (hidden pref 'emphasis_col' added
350 2007-08-06 [colin] 2.10.0cvs95
354 Re-commit 2.10.0cvs86, with a protection
355 against Pango bug. Also, try to fix
356 bug 1275, 'auto-saved draft messages not
357 always being removed'
359 2007-08-06 [wwp] 2.10.0cvs94
361 * src/gtk/quicksearch.c
362 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
364 2007-08-06 [ticho] 2.10.0cvs93
366 * src/prefs_account.c
368 Use GtkComboBox instead of GtkOptionMenu for privacy system
369 selection in account preferences.
371 2007-08-06 [wwp] 2.10.0cvs92
373 * src/plugins/pgpcore/plugin.def
374 Apply one more chunk from gpg4win's 03-w32-port patch.
376 2007-08-05 [colin] 2.10.0cvs91
380 reverting buggy patch for now
382 2007-08-05 [colin] 2.10.0cvs90
387 2007-08-04 [colin] 2.10.0cvs89
389 * src/prefs_summaries.c
390 * src/summary_search.c
391 Replace deprecated widgets. Patch by
394 2007-08-04 [colin] 2.10.0cvs88
397 Refresh GUI only every 2000 mails on mh_get_last_num
398 This is fast (readdir) and done only once per
401 2007-08-03 [colin] 2.10.0cvs87
403 * src/prefs_account.c
406 Fix a deprecated widget. Patch by
409 2007-08-03 [colin] 2.10.0cvs86
413 Make colorisation and wrapping algorithms
414 faster. Fixes bug 1246, 'compose becomes
415 increasingly slow replying to complex emails'
417 2007-08-03 [paul] 2.10.0cvs85
420 keep the window painted
422 2007-08-02 [paul] 2.10.0cvs84
427 enable running folder Processing
430 2007-08-02 [paul] 2.10.0cvs83
433 speed up/clean up rendering of larger
437 2007-08-01 [paul] 2.10.0cvs82
442 change default toolbar layout on maemo
443 * src/pixmaps/close.xpm
444 make the red cross a grey cross
445 * src/pixmaps/jpilot.xpm
446 make icon smaller so it fits better
448 2007-07-31 [paul] 2.10.0cvs81
452 fix crash on maemo on first launch
454 2007-07-30 [paul] 2.10.0cvs80
456 * src/prefs_matcher.c
457 specify the units of age and size
459 2007-07-30 [paul] 2.10.0cvs79
462 Fix IMAP timeout setting
464 2007-07-30 [colin] 2.10.0cvs78
466 * src/prefs_account.c
467 Fix a deprecated widget. Patch by
470 2007-07-27 [paul] 2.10.0cvs77
472 * src/matcher_parser_parse.y
473 * src/prefs_filtering_action.c
474 * src/prefs_matcher.c
475 these changes forgotten in cvs74's
476 'watch thread' feature
478 2007-07-27 [paul] 2.10.0cvs76
481 fix potential crasher
484 2007-07-27 [paul] 2.10.0cvs75
490 make mainwindow's /Help/Manual point to the
491 remote copy if the local copy doesn't exist
493 2007-07-27 [paul] 2.10.0cvs74
501 * src/matcher_parser_parse.y
510 * src/pixmaps/watchthread.xpm
511 add 'watch thread' feature
513 2007-07-27 [paul] 2.10.0cvs73
515 * src/prefs_folder_item.c
516 adjust labels, add tooltips
518 2007-07-27 [colin] 2.10.0cvs72
521 Maemo: Remove less used menu items
523 2007-07-26 [colin] 2.10.0cvs71
526 Maemo: destroy messageview after trashing mail.
527 Maybe should be done on X11 too
529 2007-07-26 [colin] 2.10.0cvs70
536 Add View/Show or Hide/Column headers
538 2007-07-26 [colin] 2.10.0cvs69
543 2007-07-26 [colin] 2.10.0cvs68
546 Fix possible crash on cache invalidation
550 * src/quote_fmt_parse.y
551 Make replying to mails with big attachments
552 much faster. Fixes bug 1224, 'The process of
553 Replying to emails with large attachments
554 seems unreasonably long...'
556 2007-07-26 [colin] 2.10.0cvs67
561 Fix threads use on BSDs
563 2007-07-26 [paul] 2.10.0cvs66
565 * src/gtk/prefswindow.c
566 fix account prefs breakage
569 2007-07-26 [paul] 2.10.0cvs65
572 standardise ./configure --help messages
574 2007-07-26 [colin] 2.10.0cvs64
578 Fix two vCard-related crashes
580 2007-07-25 [colin] 2.10.0cvs63
585 * src/prefs_receive.c
586 Maemo: Add a better way to notify of
592 Maemo: Various layout fixes
593 * src/gtk/prefswindow.c
594 Maemo: Better prefs layout
596 2007-07-25 [paul] 2.10.0cvs62
599 fix the layout on maemo
602 2007-07-25 [iwkse] 2.10.0cvs61
605 add 'o' shortcut on summaryview
607 2007-07-25 [iwkse] 2.10.0cvs60
612 2007-07-24 [colin] 2.10.0cvs59
615 Fix missing timestamp update on source
619 Better text layout on part's choices
621 2007-07-23 [colin] 2.10.0cvs58
625 Maemo: Automatically choose the correct application
627 * src/gtk/quicksearch.c
628 Make search run on GDK_KP_Enter too
630 2007-07-23 [wwp] 2.10.0cvs57
632 * src/quote_fmt_lex.l
633 Revert accidentaly committed lines (account_sig) in
636 2007-07-23 [wwp] 2.10.0cvs56
638 * src/quote_fmt_lex.l
639 Fix typos around long form expressions in the quote lexer.
645 2007-07-23 [colin] 2.10.0cvs55
648 Fix auto-completion on Maemo
650 2007-07-23 [colin] 2.10.0cvs54
653 Maemo: Fix sticking statusbars
655 2007-07-22 [colin] 2.10.0cvs53
658 Maemo: Fix the strange "top_application" info
659 at startup. We should do something when
660 receiving such a message.
662 2007-07-20 [paul] 2.10.0cvs52
665 add missing #include "statusbar.h"
667 2007-07-20 [colin] 2.10.0cvs51
671 * src/folder_item_prefs.c
672 * src/folder_item_prefs.h
680 * src/prefs_folder_item.c
681 Implement age-based caching: allow to
682 specify a threshold for the offline synchronisation
683 feature, and whether old cached bodies should
688 * src/plugins/dillo_viewer/dillo_viewer.c
689 Check that Dillo's installed
691 2007-07-20 [wwp] 2.10.0cvs50
695 Draw a frame around the selected mimeview part icon (instead of the
696 shifted 'dancing' icon).
698 2007-07-20 [colin] 2.10.0cvs49
701 Unref stuff even on error
703 disconnect signals only at the very
704 end of the wizard save.
706 2007-07-20 [colin] 2.10.0cvs48
712 Fix random crashes while navigating
715 2007-07-19 [colin] 2.10.0cvs47
724 Maemo: add an easy way to store data (mails
725 and IMAP/NNTP caches) on one of the SD cards,
726 and protect against unmounts if needed
728 2007-07-19 [paul] 2.10.0cvs46
733 * src/pixmaps/claws-mail_logo-small.xpm
734 implement a (slightly) different About
735 dialog for maemo and add a small version
738 use a scrolled window for wizard page 1
741 2007-07-19 [paul] 2.10.0cvs45
744 too soon for this line
746 2007-07-19 [paul] 2.10.0cvs44
751 2007-07-19 [colin] 2.10.0cvs43
754 Solve Mail/Mailbox name when specifying
757 2007-07-18 [colin] 2.10.0cvs42
763 2007-07-18 [colin] 2.10.0cvs41
766 Maemo: plug the online/offline system into
767 maemo's interfaces to have Claws automatically
768 switch according to the system status
770 Maemo: use HildonBanners to display status
771 messages. Renders the main statusbar useless.
773 2007-07-18 [paul] 2.10.0cvs40
776 fix screen blanking on moving/copying many msgs
778 fix processing progressbar and screen blanking
781 2007-07-18 [paul] 2.10.0cvs39
784 revert cvs37, breakage on maemo
786 2007-07-18 [paul] 2.10.0cvs38
789 make sure we can still build with older GTK's
791 2007-07-18 [colin] 2.10.0cvs37
794 Only hide the small layout's messageview, instead
795 of destroying it when closing
797 Use gtk_window_present_with_time to popup windows,
798 it seems to make things better with modern WMs
801 2007-07-17 [colin] 2.10.0cvs36
804 Simplify layout on Maemo
807 * src/prefs_display_header.c
808 Remove some headers by default on Maemo
810 2007-07-17 [paul] 2.10.0cvs35
814 * src/prefs_logging.c
816 add options to stop/enable writing logs to disc
818 2007-07-17 [paul] 2.10.0cvs34
821 fix some issues with the Apply tags window:
822 - set search column (enables autocompl in the treeview)
823 - apply tag from "New tag" if it existed
824 - clears New tag entry when adding it with the button
827 2007-07-17 [paul] 2.10.0cvs33
830 fix 'apply tags' dialogue weirdness
832 2007-07-16 [colin] 2.10.0cvs32
835 Fix double-loading of mails on Maemo
837 2007-07-16 [colin] 2.10.0cvs31
840 Prevent double-loading of the same part under some
841 conditions; hide statusbar on Maemo
843 2007-07-16 [colin] 2.10.0cvs30
849 Improve the tag interface - allow
850 to set/unset tags from a special
852 * src/gtk/gtkvscrollbutton.c
856 Fix Mimeview's ugly hacks in the
859 2007-07-16 [paul] 2.10.0cvs29
863 * src/gtk/icon_legend.c
864 put it all in a scrolled window
866 2007-07-15 [colin] 2.10.0cvs28
869 Maemo: force layout to be Small screen; the
870 others don't make sense
872 2007-07-14 [colin] 2.10.0cvs27
875 * src/gtk/gtkvscrollbutton.c
876 Maemo: Fix mimeview's buttons size
878 2007-07-14 [colin] 2.10.0cvs26
881 Fix the button workaround fix.
882 (Use the correct variable)
884 2007-07-14 [colin] 2.10.0cvs25
888 Maemo: put the progress bar in the
891 2007-07-14 [colin] 2.10.0cvs24
894 Maemo: hide statusbar by default
899 * src/pixmaps/go_folders.xpm
900 Maemo: Add a specific icon to go back to
903 2007-07-14 [colin] 2.10.0cvs23
906 Don't set homogeneous finally
908 2007-07-14 [colin] 2.10.0cvs22
911 Fix button show/hide issues
913 2007-07-14 [colin] 2.10.0cvs21
917 Fix button workaround to be able to click
918 if mouse was on button when it went un-
920 Revert previous commit, gtk_tool_item_set_homogeneous
921 doesn't mean what it seems to mean ;-)
923 2007-07-14 [paul] 2.10.0cvs20
926 make homogeneous FALSE always
928 2007-07-13 [colin] 2.10.0cvs19
932 Rework to fit the non-deprecated API
938 Maemo layout changes. Better toolbars,
939 removal of CTree headers.
941 2007-07-13 [paul] 2.10.0cvs18
943 * src/gtk/colorlabel.c
944 fix bug 1261, '[DE] coloring messages in overview
945 keys are not localised'
946 the string is now included in claws-mail.pot
948 2007-07-13 [colin] 2.10.0cvs17
951 Fix bug 1267, 'printing mutliple messages
952 opens one message-dialog after the other'
953 Ask for confirmation when printing 10
956 2007-07-11 [colin] 2.10.0cvs16
961 * manual/claws-mail-manual.xml
963 * manual/es/claws-mail-manual.xml
965 * manual/fr/claws-mail-manual.xml
988 * src/addressbook_foldersel.c
989 * src/addressbook_foldersel.h
1013 * src/customheader.c
1014 * src/customheader.h
1015 * src/displayheader.c
1016 * src/displayheader.h
1019 * src/editaddress_other_attributes_ldap.c
1020 * src/editaddress_other_attributes_ldap.h
1029 * src/editldap_basedn.c
1030 * src/editldap_basedn.h
1051 * src/folder_item_prefs.c
1052 * src/folder_item_prefs.h
1061 * src/grouplistdialog.c
1062 * src/grouplistdialog.h
1067 * src/image_viewer.c
1068 * src/image_viewer.h
1109 * src/matcher_parser.h
1110 * src/matcher_parser_lex.l
1111 * src/matcher_parser_parse.y
1114 * src/message_search.c
1115 * src/message_search.h
1134 * src/partial_download.c
1135 * src/partial_download.h
1140 * src/prefs_account.c
1141 * src/prefs_account.h
1142 * src/prefs_actions.c
1143 * src/prefs_actions.h
1144 * src/prefs_common.c
1145 * src/prefs_common.h
1146 * src/prefs_compose_writing.c
1147 * src/prefs_compose_writing.h
1148 * src/prefs_customheader.c
1149 * src/prefs_customheader.h
1150 * src/prefs_display_header.c
1151 * src/prefs_display_header.h
1152 * src/prefs_ext_prog.c
1153 * src/prefs_ext_prog.h
1154 * src/prefs_filtering.c
1155 * src/prefs_filtering.h
1156 * src/prefs_filtering_action.c
1157 * src/prefs_filtering_action.h
1158 * src/prefs_folder_column.c
1159 * src/prefs_folder_column.h
1160 * src/prefs_folder_item.c
1161 * src/prefs_folder_item.h
1166 * src/prefs_image_viewer.c
1167 * src/prefs_image_viewer.h
1168 * src/prefs_logging.c
1169 * src/prefs_logging.h
1170 * src/prefs_matcher.c
1171 * src/prefs_matcher.h
1172 * src/prefs_message.c
1173 * src/prefs_message.h
1174 * src/prefs_msg_colors.c
1175 * src/prefs_msg_colors.h
1180 * src/prefs_receive.c
1181 * src/prefs_receive.h
1184 * src/prefs_spelling.c
1185 * src/prefs_spelling.h
1186 * src/prefs_summaries.c
1187 * src/prefs_summaries.h
1188 * src/prefs_summary_column.c
1189 * src/prefs_summary_column.h
1190 * src/prefs_summary_open.c
1191 * src/prefs_summary_open.h
1192 * src/prefs_template.c
1193 * src/prefs_template.h
1194 * src/prefs_themes.c
1195 * src/prefs_themes.h
1196 * src/prefs_toolbar.c
1197 * src/prefs_toolbar.h
1198 * src/prefs_wrapping.c
1199 * src/prefs_wrapping.h
1209 * src/quote_fmt_lex.l
1210 * src/quote_fmt_parse.y
1213 * src/remotefolder.c
1214 * src/remotefolder.h
1215 * src/send_message.c
1216 * src/send_message.h
1219 * src/simple-gettext.c
1220 * src/sourcewindow.c
1221 * src/sourcewindow.h
1226 * src/stock_pixmap.c
1227 * src/stock_pixmap.h
1228 * src/summary_search.c
1229 * src/summary_search.h
1246 * src/common/base64.c
1247 * src/common/base64.h
1248 * src/common/claws.c
1249 * src/common/claws.h
1251 * src/common/fnmatch.c
1252 * src/common/fnmatch.h
1253 * src/common/fnmatch_loop.c
1254 * src/common/hooks.c
1255 * src/common/hooks.h
1260 * src/common/mgutils.c
1261 * src/common/mgutils.h
1264 * src/common/passcrypt.c
1265 * src/common/passcrypt.h.in
1266 * src/common/plugin.c
1267 * src/common/plugin.h
1268 * src/common/prefs.c
1269 * src/common/prefs.h
1270 * src/common/progressindicator.c
1271 * src/common/progressindicator.h
1272 * src/common/quoted-printable.c
1273 * src/common/quoted-printable.h
1274 * src/common/session.c
1275 * src/common/session.h
1278 * src/common/socket.c
1279 * src/common/socket.h
1282 * src/common/ssl_certificate.c
1283 * src/common/ssl_certificate.h
1284 * src/common/string_match.c
1285 * src/common/string_match.h
1286 * src/common/stringtable.c
1287 * src/common/stringtable.h
1290 * src/common/template.c
1291 * src/common/template.h
1292 * src/common/timing.h
1293 * src/common/utils.c
1294 * src/common/utils.h
1295 * src/common/uuencode.c
1296 * src/common/uuencode.h
1297 * src/common/version.h.in
1298 * src/common/w32_dirent.c
1299 * src/common/w32_reg.c
1300 * src/common/w32_signal.c
1301 * src/common/w32_stat.c
1302 * src/common/w32_stdlib.c
1303 * src/common/w32_string.c
1304 * src/common/w32_time.c
1305 * src/common/w32_unistd.c
1306 * src/common/w32_wait.c
1307 * src/common/w32lib.h
1310 * src/common/xmlprops.c
1311 * src/common/xmlprops.h
1312 * src/etpan/etpan-errors.h
1313 * src/etpan/etpan-thread-manager-types.h
1314 * src/etpan/etpan-thread-manager.c
1315 * src/etpan/etpan-thread-manager.h
1316 * src/etpan/imap-thread.c
1317 * src/etpan/imap-thread.h
1320 * src/gtk/colorlabel.c
1321 * src/gtk/colorlabel.h
1322 * src/gtk/colorsel.c
1323 * src/gtk/colorsel.h
1324 * src/gtk/combobox.c
1325 * src/gtk/combobox.h
1326 * src/gtk/description_window.c
1327 * src/gtk/description_window.h
1330 * src/gtk/foldersort.c
1331 * src/gtk/foldersort.h
1332 * src/gtk/gtkaspell.c
1333 * src/gtk/gtkaspell.h
1334 * src/gtk/gtksctree.c
1335 * src/gtk/gtkshruler.c
1336 * src/gtk/gtkshruler.h
1337 * src/gtk/gtksourceprintjob.c
1338 * src/gtk/gtksourceprintjob.h
1339 * src/gtk/gtkutils.c
1340 * src/gtk/gtkutils.h
1341 * src/gtk/gtkvscrollbutton.c
1342 * src/gtk/gtkvscrollbutton.h
1343 * src/gtk/icon_legend.c
1344 * src/gtk/icon_legend.h
1345 * src/gtk/inputdialog.c
1346 * src/gtk/inputdialog.h
1347 * src/gtk/logwindow.c
1348 * src/gtk/logwindow.h
1349 * src/gtk/manage_window.c
1350 * src/gtk/manage_window.h
1353 * src/gtk/pluginwindow.c
1354 * src/gtk/pluginwindow.h
1355 * src/gtk/prefswindow.c
1356 * src/gtk/prefswindow.h
1357 * src/gtk/progressdialog.c
1358 * src/gtk/progressdialog.h
1359 * src/gtk/quicksearch.c
1360 * src/gtk/quicksearch.h
1361 * src/gtk/sslcertwindow.c
1362 * src/gtk/sslcertwindow.h
1363 * src/plugins/bogofilter/bogofilter.c
1364 * src/plugins/bogofilter/bogofilter.h
1365 * src/plugins/bogofilter/bogofilter_gtk.c
1366 * src/plugins/clamav/clamav_plugin.c
1367 * src/plugins/clamav/clamav_plugin.h
1368 * src/plugins/clamav/clamav_plugin_gtk.c
1369 * src/plugins/demo/demo.c
1370 * src/plugins/dillo_viewer/dillo_prefs.c
1371 * src/plugins/dillo_viewer/dillo_prefs.h
1372 * src/plugins/dillo_viewer/dillo_viewer.c
1373 * src/plugins/pgpcore/passphrase.c
1374 * src/plugins/pgpcore/passphrase.h
1375 * src/plugins/pgpcore/pgp_viewer.c
1376 * src/plugins/pgpcore/pgp_viewer.h
1377 * src/plugins/pgpcore/plugin.c
1378 * src/plugins/pgpcore/prefs_gpg.c
1379 * src/plugins/pgpcore/prefs_gpg.h
1380 * src/plugins/pgpcore/select-keys.c
1381 * src/plugins/pgpcore/select-keys.h
1382 * src/plugins/pgpcore/sgpgme.c
1383 * src/plugins/pgpcore/sgpgme.h
1384 * src/plugins/pgpinline/pgpinline.c
1385 * src/plugins/pgpinline/pgpinline.h
1386 * src/plugins/pgpinline/plugin.c
1387 * src/plugins/pgpmime/pgpmime.c
1388 * src/plugins/pgpmime/pgpmime.h
1389 * src/plugins/pgpmime/plugin.c
1390 * src/plugins/spamassassin/spamassassin.c
1391 * src/plugins/spamassassin/spamassassin.h
1392 * src/plugins/spamassassin/spamassassin_gtk.c
1393 * src/plugins/trayicon/trayicon.c
1394 * src/plugins/trayicon/trayicon_prefs.c
1395 * src/plugins/trayicon/trayicon_prefs.h
1396 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1397 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1398 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1399 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1400 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1401 * tools/OOo2claws-mail.pl
1402 * tools/README.sylprint
1403 * tools/acroread2claws-mail.pl
1404 * tools/claws-mail-compose-insert-files.pl
1405 * tools/convert_mbox.pl
1406 * tools/filter_conv.pl
1407 * tools/filter_conv_new.pl
1409 * tools/freshmeat_search.pl
1410 * tools/google_search.pl
1411 * tools/kmail-mailbox2claws-mail.pl
1412 * tools/kmail2claws-mail.pl
1413 * tools/kmail2claws-mail_v2.pl
1415 * tools/make.themes.project
1416 * tools/multiwebsearch.pl
1417 * tools/nautilus2claws-mail.sh
1418 * tools/outlook2claws-mail.pl
1419 * tools/textviewer.sh
1420 * tools/thunderbird-filters-convertor.pl
1423 * tools/vcard2xml.py
1424 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1425 Upgrade to GPLv3 or later.
1427 2007-07-10 [wwp] 2.10.0cvs15
1430 Fix re-opening of all composing messages that were
1431 opened when closing the previous instance, thanks
1434 2007-07-10 [paul] 2.10.0cvs14
1436 * src/editaddress_other_attributes_ldap.c
1438 fix crash on selecting 'other attributes' combo
1439 for either a new entry or an old entry with no
1440 existing attributes.
1441 fix bug on editing multiple attributes which
1442 resulted them all having the value of the last
1446 2007-07-10 [colin] 2.10.0cvs13
1449 * src/editaddress_other_attributes_ldap.h
1451 Fix --disable-ldap build
1453 2007-07-09 [colin] 2.10.0cvs12
1459 * src/editaddress_other_attributes_ldap.c
1460 * src/editaddress_other_attributes_ldap.h
1465 Add capability to edit all inetOrgPerson
1466 attributes on LDAP. Patch by Michael
1469 2007-07-09 [colin] 2.10.0cvs11
1475 * src/prefs_summaries.c
1476 * src/prefs_themes.c
1478 * src/common/Makefile.am
1480 * src/common/timing.h
1481 * src/common/utils.c
1482 * src/common/utils.h
1483 * src/common/w32_account.c
1484 * src/common/w32lib.h
1485 * src/gtk/Makefile.am
1486 * src/gtk/colorlabel.c
1487 * src/plugins/pgpcore/Makefile.am
1488 * src/plugins/pgpcore/claws.def
1489 * src/plugins/pgpcore/passphrase.c
1490 * src/plugins/pgpcore/pgp_viewer.c
1491 * src/plugins/pgpcore/plugin.def
1492 * src/plugins/pgpcore/sgpgme.c
1493 * src/plugins/pgpinline/Makefile.am
1494 * src/plugins/pgpinline/claws.def
1495 * src/plugins/pgpinline/mypgpcore.def
1496 * src/plugins/pgpinline/plugin.def
1497 * src/plugins/pgpmime/Makefile.am
1498 * src/plugins/pgpmime/claws.def
1499 * src/plugins/pgpmime/mypgpcore.def
1500 * src/plugins/pgpmime/plugin.def
1501 Commit win32 patch, from Werner Koch and
1504 2007-07-09 [colin] 2.10.0cvs10
1506 * src/prefs_toolbar.c
1507 Fix crash when no actions exist
1509 2007-07-07 [paul] 2.10.0cvs9
1512 * manual/claws-mail-manual.xml
1513 update copyright year
1515 updated by Flammie Pirinen
1517 2007-07-05 [wwp] 2.10.0cvs8
1519 * src/plugins/clamav/clamav_plugin_gtk.c
1520 Make vertical spacing like in other plugin prefs pages.
1522 2007-07-05 [wwp] 2.10.0cvs7
1525 It's %am that works, not %ae (this doc incoherence has been
1526 introduced with 2.9.2cvs13).
1528 2007-07-04 [wwp] 2.10.0cvs6
1530 * src/plugins/bogofilter/bogofilter.c
1531 Gettext-ize an occurrence of "Any" that wasn't.
1533 2007-07-04 [colin] 2.10.0cvs5
1536 Fix untranslated strings; thanks
1539 2007-07-03 [colin] 2.10.0cvs4
1543 Fix saving of sort mode for tags and
1544 thread date. Thanks to Pierre Ossman.
1545 Completes fix for bug 1233
1547 2007-07-03 [paul] 2.10.0cvs3
1555 2007-07-02 [colin] 2.10.0cvs2
1561 Add View/Sort/by Thread date
1562 Fixes bug 1233, 'Capability to sort
1563 threads by most recent message'
1564 Based on a patch by Paul Rolland
1566 2007-07-02 [colin] 2.10.0cvs1
1583 * src/matcher_parser_parse.y
1587 * src/prefs_common.c
1588 * src/prefs_common.h
1589 * src/prefs_filtering_action.c
1590 * src/prefs_matcher.c
1591 * src/prefs_summary_column.c
1595 * src/quote_fmt_lex.l
1596 * src/quote_fmt_parse.y
1600 * src/common/Makefile.am
1604 * src/gtk/quicksearch.c
1605 * src/gtk/quicksearch.h
1606 Add Tags implementation. Tags are arbitrary labels
1607 that can be applied to messages. It is possible
1608 to create, edit, remove tags; apply them to mails;
1609 filter on tags or tag presence; apply or unset
1610 tags via filtering actions; reference tags in
1613 2007-07-02 [paul] 2.10.0
1620 2007-07-02 [paul] 2.9.2cvs78
1630 updated by Stephan Sachse, me, Ricardo Mones
1631 Lastra, Fabien Vantard, Pader Rezso, Frederico
1632 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1634 2007-07-02 [paul] 2.9.2cvs77
1639 2007-06-29 [wwp] 2.9.2cvs76
1642 Fix a typo (thanks to Ricardo for finding this out).
1644 2007-06-28 [paul] 2.9.2cvs75
1649 2007-06-28 [paul] 2.9.2cvs74
1652 fix bug in the autotools build system.
1653 Files cataloged under EXTRA_DIST were never
1654 automatically copied to the build tree.
1655 (fix 'make distcheck')
1656 Patch by Michael Rasmussen.
1658 2007-06-24 [colin] 2.9.2cvs73
1661 Fix bug 1249, 'Error handling for
1662 news errors needs modification'
1663 Only popup error if the according
1664 pref in Prefs/Receive is set.
1666 2007-06-21 [colin] 2.9.2cvs72
1668 * src/common/plugin.c
1669 * src/common/plugin.h
1670 Change plugin API to know whether it's safe to
1671 unload plugins or whether we should just hide
1672 them. Fixes bug 1248, 'Core dumps after
1673 unloading plugin and clicking on load plugins'
1674 * src/plugins/bogofilter/bogofilter.c
1675 * src/plugins/clamav/clamav_plugin.c
1676 * src/plugins/demo/demo.c
1677 * src/plugins/dillo_viewer/dillo_viewer.c
1678 * src/plugins/pgpcore/plugin.c
1679 * src/plugins/pgpinline/plugin.c
1680 * src/plugins/pgpmime/plugin.c
1681 * src/plugins/spamassassin/spamassassin.c
1682 * src/plugins/trayicon/trayicon.c
1685 2007-06-19 [colin] 2.9.2cvs71
1689 Fix crash mentioned in bug 1246
1690 Race condition when automatically drafting
1691 due to insertion on reedit.
1693 2007-06-18 [wwp] 2.9.2cvs70
1696 LDIF import: use a "Proceed" button to complete
1699 2007-06-18 [paul] 2.9.2cvs69
1702 use pkgconfig to check for gtk and glib
1704 2007-06-17 [wwp] 2.9.2cvs68
1708 LDIF import: better error handling, minor code
1709 and UI cleanup, and renamed the Save button
1710 to Close, as imported stuff is already saved
1711 when the Save button is shown.
1713 2007-06-17 [colin] 2.9.2cvs67
1715 * src/prefs_summaries.c
1717 Don't set as read when forwarded, only replied to
1719 2007-06-17 [paul] 2.9.2cvs66
1722 add missing #include
1724 2007-06-16 [colin] 2.9.2cvs65
1726 * src/prefs_summaries.c
1728 Change the pref "Only mark as read when opened
1729 in new window" to "..., replied to or forwarded".
1730 Based on a patch by Paul Rolland.
1732 2007-06-16 [paul] 2.9.2cvs64
1735 alphabetical order! :)
1737 2007-06-16 [colin] 2.9.2cvs63
1741 Add Michael Rasmussen in authors list
1743 2007-06-16 [colin] 2.9.2cvs62
1746 Fix messageview_copy_clipboard to take advantage
1747 of plugins' get_selection.
1749 2007-06-15 [colin] 2.9.2cvs61
1755 * src/message_search.c
1757 * src/summary_search.c
1760 Allow GDK_KP_Enter to do the same as GDK_Return
1761 Patch by Michael Rasmussen
1763 2007-06-15 [paul] 2.9.2cvs60
1766 fix bug when closing a compose window
1769 2007-06-14 [paul] 2.9.2cvs59
1773 migrate sylpheed config
1775 2007-06-14 [wwp] 2.9.2cvs58
1777 * src/gtk/pluginwindow.c
1778 Yet another attempt to fix sizing/alignment of the
1779 button bar in plugins window.
1781 2007-06-12 [colin] 2.9.2cvs57
1786 * src/prefs_common.c
1787 * src/prefs_common.h
1788 * src/prefs_summaries.c
1789 * src/prefs_summary_open.c
1790 * src/prefs_summary_open.h
1792 Make "when entering a folder" actions more personalisable
1794 2007-06-12 [wwp] 2.9.2cvs56
1797 Use short description from Paul (mairix.sh).
1799 2007-06-12 [wwp] 2.9.2cvs55
1802 Updated info about mairix.sh.
1804 2007-06-11 [paul] 2.9.2cvs54
1806 * src/prefs_logging.c
1807 rework log window length widgets
1808 and some sensitivity fixes
1810 2007-06-11 [paul] 2.9.2cvs53
1813 * src/prefs_logging.c
1814 rename 'Protocol Log' to 'Network Log'
1815 and some function renaming
1817 2007-06-10 [wwp] 2.9.2cvs52
1819 * src/gtk/pluginwindow.c
1822 2007-06-10 [wwp] 2.9.2cvs51
1824 * src/gtk/pluginwindow.c
1825 Fix button bar in plugin window, was centered and not
1826 behaving like other dialogs w/ such button bar.
1828 2007-06-08 [wwp] 2.9.2cvs50
1835 Provide a way out of automatic draft saving on IMAP, when
1837 Prevent drafting while sending and quitting while sending.
1842 2007-06-08 [wwp] 2.9.2cvs49
1844 * src/prefs_account.c
1845 * src/gtk/prefswindow.c
1846 * src/gtk/prefswindow.h
1847 Activate the Basic page when opening account prefs.
1849 2007-06-08 [wwp] 2.9.2cvs48
1851 * src/common/socket.c
1852 Don't crash if fork() fails, thanks to Colin.
1854 2007-06-08 [wwp] 2.9.2cvs47
1856 * src/gtk/prefswindow.c
1857 Wrap some long lines, and reset horizontal scroller's adjusment
1858 (this was already done, vertically), when changing tab (not page)
1861 2007-06-08 [paul] 2.9.2cvs46
1863 * src/common/utils.c
1864 use gethostname() instead of uname()
1865 based on a patch by Michael Hughes
1866 <Sylpheed-Claws_user@thehugheslogcabin.net>
1868 2007-06-07 [wwp] 2.9.2cvs45
1870 * src/prefs_common.c
1871 Fix some useless warnings, thanks to Colin.
1873 2007-06-06 [colin] 2.9.2cvs44
1876 Fix strange allocations.
1878 2007-06-06 [colin] 2.9.2cvs43
1881 Patch by Michael Rasmussus to help
1884 2007-06-05 [wwp] 2.9.2cvs42
1886 * src/prefs_account.c
1887 * src/prefs_folder_item.c
1891 Per-folder templates can now be applied recursively.
1892 Always save per-folder templates (formats were erroneously
1893 saved only if they were enabled).
1894 Check for validity of quotation marks everywhere there
1897 2007-06-05 [wwp] 2.9.2cvs41
1900 Fix incoming messages from local accounts always getting filtered
1901 (even if the account prefs say don't), thanks to Colin.
1903 2007-06-05 [wwp] 2.9.2cvs40
1907 Use per-folder/per-account quote chars when applying a
1908 template or inserting text as well. Const'ify some
1911 2007-06-04 [colin] 2.9.2cvs39
1914 More work for wwp :)
1916 2007-06-04 [wwp] 2.9.2cvs38
1919 Same as 2.9.2cvs36 but for forwarding.
1921 2007-06-04 [colin] 2.9.2cvs37
1924 Use original mail file for forward/redirect
1925 Fixes some forwarded mails to be attached as
1926 application/octet-stream (when they have binary
1927 parts), and incidentally fixes bug 848
1928 'Redirect breaks GnuPG'
1930 2007-06-04 [wwp] 2.9.2cvs36
1933 Fix quote mark mis-initialisation when replying/forwarding
1934 (introduced w/ 2.9.2cvs20).
1936 2007-06-04 [wwp] 2.9.2cvs35
1938 * src/prefs_compose_writing.c
1940 Fix a bug where Quotation characters (prefs/compose/writing)
1941 was cleared (introduced w/ 2.9.2cvs26).
1943 2007-06-04 [wwp] 2.9.2cvs34
1945 * src/prefs_account.c
1946 * src/prefs_account.h
1947 Better fix for compiling w/o aspell (rollbacks
1950 2007-06-04 [wwp] 2.9.2cvs33
1953 * src/prefs_account.c
1954 * src/prefs_account.h
1956 It's now possible to disable mail filtering plugins
1957 on a per-account basis.
1959 2007-06-04 [wwp] 2.9.2cvs32
1962 * src/common/utils.c
1963 * src/common/utils.h
1964 Support CRLF in headers part of messages.
1965 Support few more date formats (RFC3339 subsets).
1967 2007-06-04 [wwp] 2.9.2cvs31
1969 * src/prefs_account.c
1970 Fix compiling w/o aspell support.
1972 2007-06-03 [wwp] 2.9.2cvs30
1975 Don't decode leading ENV_ and ~ in P_PASSWORD
1978 2007-06-03 [wwp] 2.9.2cvs29
1981 Don't decode leading ENV_ and ~ in P_PASSWORD
1984 2007-06-03 [wwp] 2.9.2cvs28
1986 * src/prefs_account.c
1987 * src/gtk/prefswindow.c
1988 * src/gtk/prefswindow.h
1989 Added a way to force preloading of all pages
1991 Moved tabs to pages in account prefs.
1993 2007-06-02 [colin] 2.9.2cvs27
1996 Fix possible crash, fix ldap write bugs
1998 Fix ldap write bugs - patch by Michael
2002 Add a hook whenever alertpanel opens/closes
2004 2007-05-31 [wwp] 2.9.2cvs26
2006 * src/prefs_compose_writing.c
2008 Re-organized writing options a bit:
2009 - renamed the Quoting page to Templates
2010 - moved all composing templates to that page
2011 - moved non-templates options to the Writing one,
2012 grouped reply-related options, reordered reply and
2015 2007-05-31 [wwp] 2.9.2cvs25
2018 Removed unused code.
2020 2007-05-31 [colin] 2.9.2cvs24
2023 Fix missing display name when modifying
2024 LDAP. Patch by Michael Rasmussen
2026 2007-05-31 [wwp] 2.9.2cvs23
2028 * src/plugins/bogofilter/Makefile.am
2029 * src/plugins/clamav/Makefile.am
2030 * src/plugins/demo/Makefile.am
2031 * src/plugins/dillo_viewer/Makefile.am
2032 * src/plugins/spamassassin/Makefile.am
2033 Fix building of those plugins in Mac OS X.
2035 2007-05-30 [wwp] 2.9.2cvs22
2037 * src/gtk/quicksearch.c
2038 Fix missing initialization.
2040 2007-05-30 [wwp] 2.9.2cvs21
2043 Revert accidental commit (debug outputs).
2045 2007-05-30 [wwp] 2.9.2cvs20
2048 * src/folder_item_prefs.c
2049 * src/folder_item_prefs.h
2050 * src/prefs_account.c
2051 * src/prefs_account.h
2052 * src/prefs_folder_item.c
2055 Implemented per-account and per-folder
2056 compose/reply/forward formats.
2058 2007-05-30 [wwp] 2.9.2cvs19
2060 * src/prefs_compose_writing.c
2065 Internal API changes (factorize quote format
2068 2007-05-30 [colin] 2.9.2cvs18
2071 Fix race where it's possible to re-click Send
2072 between end of SMTP session and end of "move to
2073 sent folder" when sending an email with send
2076 2007-05-30 [colin] 2.9.2cvs17
2079 Ask for backtrace on all threads. Patch by
2082 Fix stale news statusbar when scanning fails.
2085 Fix some LDAP write updates bugs. Patch
2086 by Michael Rasmussen
2088 2007-05-29 [colin] 2.9.2cvs16
2091 Fix loss of local flags when moving mails
2092 on IMAP in high-bandwidth mode (UID FETCH)
2094 2007-05-25 [paul] 2.9.2cvs15
2096 * src/common/socket.c
2097 fix sometimes crasher on cancelling
2100 2007-05-25 [colin] 2.9.2cvs14
2105 Be more helpful in the subscription
2108 2007-05-23 [wwp] 2.9.2cvs13
2111 * src/prefs_compose_writing.c
2113 * src/prefs_template.c
2114 * src/prefs_template.h
2117 * src/quote_fmt_lex.l
2118 * src/quote_fmt_parse.y
2119 Introduced new syntax elements (symbols and commands)
2120 in templates/quote_fmt. Compatibility w/ old
2122 Updated and reworked the corresponding Information
2124 Display the line number in dialogs that talk about
2125 parser errors (in addition to the error message in
2128 2007-05-23 [wwp] 2.9.2cvs12
2130 * src/quote_fmt_parse.y
2131 Fix 2.9.2cvs11, probably a paste accident ;).
2133 2007-05-23 [wwp] 2.9.2cvs11
2136 * src/prefs_template.c
2138 * src/quote_fmt_parse.y
2139 Fix 2.9.2cvs10, which broke --disable-aspell.
2141 2007-05-22 [wwp] 2.9.2cvs10
2144 * src/prefs_template.c
2147 * src/quote_fmt_lex.l
2148 * src/quote_fmt_parse.y
2149 * src/gtk/gtkaspell.c
2150 * src/gtk/gtkaspell.h
2151 Added template/quote format syntactical elements
2153 - current dictionary
2154 %T to show (shows empty if not set or not enabled),
2155 ?T and !T to check if the default dictionary is
2157 - current account's default dictionary
2158 %aT to show (empty if not set or not enabled),
2159 ?aT and !aT to check if it's enabled and set
2160 - name completion for an address, from the address
2162 %ABf, %ABt, %ABc respectively show the full name got
2163 from the address book if From, To or Cc match a single
2165 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2166 matches any contact and if the full name is non-empty.
2167 If From, To or Cc are lists of email addresses, only
2168 the first address will be checked.
2169 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2170 that could show a trailing ','.
2171 Also, template/quote_fmt parser now shows the line number in case
2174 2007-05-15 [colin] 2.9.2cvs9
2178 Add a public function to know whether Claws
2180 Store opened folder when exiting
2183 Store last opened message in each FolderItem;
2184 Reset last seen messages if Claws crashed, so
2185 that one can't go in an infinite crash in case
2186 a particular mail crashes Claws.
2188 * src/prefs_common.c
2189 * src/prefs_common.h
2191 * src/prefs_summaries.c
2192 Add "Select last opened message" when entering
2194 Add "Select last opened folder" at startup.
2196 2007-05-14 [colin] 2.9.2cvs8
2199 Fix bashism, search for xml catalog
2200 in /usr/local/share/xml/catalog too
2203 2007-05-13 [wwp] 2.9.2cvs7
2205 * src/gtk/logwindow.c
2206 fix raising log windows when they are either minimized or
2209 2007-05-11 [colin] 2.9.2cvs6
2212 Use Hildon's file chooser on Maemo. Patch
2213 by Jean-Luc Biord; fixes part 2 of bug 1201,
2214 'File attachment "manipulation" bugs...'
2216 2007-05-10 [wwp] 2.9.2cvs5
2218 * src/prefs_common.c
2219 * src/prefs_common.h
2220 * src/gtk/quicksearch.c
2221 Add a quicksearch option to automatically run
2222 a search selected from the history (this option
2223 is exclusive towards type-ahead).
2225 2007-05-10 [colin] 2.9.2cvs4
2228 Fix g_warnings, thanks to Brian
2231 2007-05-09 [colin] 2.9.2cvs3
2236 * src/prefs_summaries.c
2239 * src/common/utils.c
2240 * src/gtk/gtksourceprintjob.c
2241 * src/gtk/sslcertwindow.c
2242 Use the re-entrant variant of time functions
2243 Probably fixes bug 1217, 'reentrancy problems
2244 with time functions'
2246 2007-05-09 [colin] 2.9.2cvs2
2249 Fix crasher when reconnection fails
2251 2007-05-08 [paul] 2.9.2cvs1
2257 bump version number following
2260 2007-05-08 [paul] 2.9.1cvs48
2262 * src/plugins/demo/demo.c
2263 * src/plugins/dillo_viewer/dillo_prefs.c
2264 * src/plugins/dillo_viewer/dillo_prefs.h
2265 * src/plugins/dillo_viewer/dillo_viewer.c
2266 * src/plugins/pgpcore/pgp_viewer.c
2267 * src/plugins/pgpcore/pgp_viewer.h
2268 * src/plugins/pgpcore/plugin.c
2269 * src/plugins/pgpcore/prefs_gpg.c
2270 * src/plugins/pgpcore/prefs_gpg.h
2271 * src/plugins/pgpcore/sgpgme.c
2272 * src/plugins/pgpcore/sgpgme.h
2273 * src/plugins/pgpinline/plugin.c
2274 * src/plugins/pgpmime/pgpmime.c
2275 * src/plugins/pgpmime/pgpmime.h
2276 * src/plugins/pgpmime/plugin.c
2277 * src/plugins/spamassassin/spamassassin.c
2278 * src/plugins/spamassassin/spamassassin.h
2279 * src/plugins/spamassassin/spamassassin_gtk.c
2280 * src/plugins/trayicon/README
2282 * tools/README.sylprint
2283 * tools/outlook2claws-mail.pl
2285 * tools/tb2claws-mail
2286 * tools/tbird2claws.py
2288 * tools/vcard2xml.py
2289 * tools/kdeservicemenu/README
2290 cleanups and corrections
2292 2007-05-06 [wwp] 2.9.1cvs47
2295 Fix missing dash to `display` command-line, reported
2296 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2298 2007-05-06 [colin] 2.9.1cvs46
2301 * src/stock_pixmap.c
2302 * src/stock_pixmap.h
2303 * src/pixmaps/printer.xpm
2306 2007-05-06 [paul] 2.9.1cvs45
2311 * src/summary_search.c
2315 2007-05-05 [wwp] 2.9.1cvs44
2319 * src/prefs_actions.c
2323 Fix "faild" typos everywhere and capitalization of
2326 2007-05-04 [colin] 2.9.1cvs43
2331 * src/plugins/pgpcore/prefs_gpg.c
2332 * src/plugins/pgpcore/prefs_gpg.h
2333 * src/plugins/pgpinline/pgpinline.c
2334 * src/plugins/pgpmime/pgpmime.c
2335 Add an API to warn about encryption limits,
2336 and allow to disable these warnings
2338 2007-05-03 [colin] 2.9.1cvs42
2342 Fix bug 1213, 'Delete more than
2345 2007-05-03 [wwp] 2.9.1cvs41
2347 * src/prefs_common.c
2348 * src/prefs_filtering.c
2349 * src/prefs_template.c
2350 * src/common/template.c
2351 * src/common/template.h
2352 * src/gtk/gtkutils.c
2353 * src/gtk/gtkutils.h
2354 Templates are no longer automatically sorted
2355 by name, but can be sorted manually using
2356 |< < > >| buttons as well as drag'n'drop.
2358 2007-05-03 [wwp] 2.9.1cvs40
2360 * src/plugins/spamassassin/spamassassin.c
2361 * src/plugins/spamassassin/spamassassin.h
2362 * src/plugins/spamassassin/spamassassin_gtk.c
2363 * src/plugins/bogofilter/bogofilter.c
2364 * src/plugins/bogofilter/bogofilter.h
2365 * src/plugins/bogofilter/bogofilter_gtk.c
2366 Added an option to conditionally mark saved spam
2367 as read (default is and was to do so).
2368 Satisfies feature request 1708539 on sf.net tracker.
2370 2007-05-03 [colin] 2.9.1cvs39
2373 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2375 2007-05-02 [colin] 2.9.1cvs38
2378 Fix bug 1209, 'Clicking on address
2379 in header (mailto uri) selects
2380 default account'. Patch adapted from
2383 2007-05-02 [colin] 2.9.1cvs37
2385 * src/grouplistdialog.c
2386 Set cursor to wait cursor while loading
2389 2007-05-02 [paul] 2.9.1cvs36
2393 rename cache and mark files
2396 2007-04-30 [paul] 2.9.1cvs35
2398 * manual/glossary.xml
2399 * manual/plugins.xml
2400 updates. Patch by Ricardo
2402 2007-04-29 [wwp] 2.9.1cvs34
2406 Fix few grammatical errors (patch by David Relson < relson at
2407 osagesoftware dot com >).
2409 2007-04-28 [colin] 2.9.1cvs33
2413 * src/prefs_account.c
2414 * src/prefs_account.h
2415 Drop the "Download all" preference. It's
2416 stupidly useless and confuses people from
2419 2007-04-27 [wwp] 2.9.1cvs32
2422 * src/prefs_account.c
2423 * src/prefs_account.h
2424 Don't reflect accounts changes to the mainwindow when it's
2427 2007-04-27 [colin] 2.9.1cvs31
2430 Freeze/thaw when sync'ing flags
2432 * src/prefs_account.c
2433 * src/prefs_account.h
2434 * src/etpan/imap-thread.c
2435 * src/etpan/imap-thread.h
2436 Add a way to use UID FETCH instead
2437 of searches to fetch message lists
2438 and flags. More expensive towards
2439 bandwidth, less expensive towards
2440 server's CPU. Probably fixes
2441 bug 1158, 'Scanning new folders on
2442 Exchange 2007 extremely slow'.
2445 2007-04-27 [paul] 2.9.1cvs30
2448 * src/prefs_logging.c
2449 improvements to english usage
2451 2007-04-27 [colin] 2.9.1cvs29
2454 Fix build without libetpan (my bad!)
2456 2007-04-26 [colin] 2.9.1cvs28
2460 Fix uselessly exported function
2462 Consider "- -- \n" as signature separator
2463 (that's what signature separators look like
2464 in PGP/Inline signed mails)
2466 2007-04-26 [colin] 2.9.1cvs27
2469 libetpan-0.49 is now required
2471 Fix double fetching of mails if
2474 Make offline sync faster, by
2475 remembering last change time, and
2478 2007-04-26 [hoa] 2.9.1cvs26
2484 * src/etpan/imap-thread.c
2485 * src/etpan/imap-thread.h
2486 cancellation of IMAP operations is now allowed.
2487 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2489 2007-04-26 [colin] 2.9.1cvs25
2492 Always fetch body+headers in folders that are
2493 synched for offline use, if "Synchronise as
2494 soon as possible" is set.
2495 Fixes bug 1200, 'Add option to always retrieve full
2498 2007-04-25 [colin] 2.9.1cvs24
2501 Fix bug 1198, 'Reply-all "disappearing" address bug
2504 2007-04-24 [colin] 2.9.1cvs23
2507 Fix bug 1195, 'Hardware key navigation'
2508 Make GDK_Enter toggle expansion (Maemo)
2510 2007-04-24 [wwp] 2.9.1cvs22
2513 Fix few compiler warnings.
2515 2007-04-24 [paul] 2.9.1cvs21
2518 * src/stock_pixmap.c
2519 * src/stock_pixmap.h
2520 complete last commit
2522 2007-04-24 [paul] 2.9.1cvs20
2525 * src/pixmaps/active.xpm
2526 * src/pixmaps/checkbox_off.xpm
2527 * src/pixmaps/checkbox_on.xpm
2528 * src/pixmaps/inactive.xpm
2530 remove transparent border from checkbox icons
2532 2007-04-24 [wwp] 2.9.1cvs19
2536 Fix a crash in textview, thanks to Colin.
2538 2007-04-23 [wwp] 2.9.1cvs18
2540 * src/prefs_common.c
2541 Fix 2.9.1cvs5: no header was being translated at all.
2543 2007-04-23 [colin] 2.9.1cvs17
2546 * src/stock_pixmap.c
2547 * src/stock_pixmap.h
2550 * src/gtk/gtksctree.c
2551 * src/gtk/gtksctree.h
2552 * src/pixmaps/selection.xpm
2553 Fix bug 1193, 'Need a way to multi-select
2554 items'. Add a toggle button to the summaryview
2555 to switch between normal and multiple selection
2558 2007-04-23 [colin] 2.9.1cvs16
2561 * src/stock_pixmap.c
2562 * src/stock_pixmap.h
2565 * src/gtk/gtksctree.c
2566 * src/gtk/gtksctree.h
2567 * src/pixmaps/selection.xpm
2568 Fix bug 1193, 'Need a way to multi-
2570 Add a toggle button in the summaryview
2571 to enable normal or multiple selection.
2574 2007-04-23 [colin] 2.9.1cvs15
2577 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2579 2007-04-21 [colin] 2.9.1cvs14
2581 * src/gtk/quicksearch.c
2582 Fix previous commit (actually use correct
2585 2007-04-21 [colin] 2.9.1cvs13
2587 * src/gtk/quicksearch.c
2588 Fix changing quicksearch type (after Esc,
2589 after changing Recursive, ...)
2591 2007-04-20 [wwp] 2.9.1cvs12
2593 * src/gtk/Makefile.am
2594 Added headers.h (completes 2.9.1cvs5).
2596 2007-04-20 [wwp] 2.9.1cvs11
2599 Fix the use of display name in name column,
2600 it has been overriden w/ the use of nickname
2601 by 2.9.0cvs3. Now nickname is used (if any)
2602 in case of LDAP books only.
2604 2007-04-20 [colin] 2.9.1cvs10
2609 Add handling of 'a' to loop in a mail's
2612 2007-04-20 [colin] 2.9.1cvs9
2615 Fix bug 1190, 'dir_open' button doesn't work'
2618 2007-04-20 [colin] 2.9.1cvs8
2622 Fix bug 1194, 'Hardware keys move from email
2623 list to account/directory list, but not back
2624 to email list...' (Maemo)
2626 2007-04-20 [colin] 2.9.1cvs7
2629 complete previous commit
2631 2007-04-20 [colin] 2.9.1cvs6
2634 Fix bug 1187, 'Reply-to addressee disappears
2635 when reply-to text box is clicked...' (Maemo)
2637 2007-04-20 [wwp] 2.9.1cvs5
2645 * src/prefs_common.c
2646 * src/prefs_common.h
2647 * src/prefs_display_header.c
2648 * src/prefs_matcher.c
2651 * src/gtk/quicksearch.c
2652 Translate more header names according to the relevant option value,
2653 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2654 Replaced nearly all uses of prefs_common.trans_hdr with a call
2655 to prefs_common_translated_header_name().
2656 Added a headers.h reference file that contains known header names
2657 (RFC2822 and others) to the translation process' input, so that
2658 translated header names will still exist even if no occurrence of
2659 _("headername") is found anymore in the sources.
2660 Don't translate column name 'Number' following to trans_hdr option
2661 value as it's not a header name.
2663 2007-04-20 [colin] 2.9.1cvs4
2665 * src/gtk/quicksearch.c
2666 * src/gtk/quicksearch.h
2667 Add "From, To or Subject" quicksearch
2668 type. Patch by ulfschaper@users.sf.net
2670 2007-04-20 [colin] 2.9.1cvs3
2673 Implement proper references filtering condition.
2674 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2676 2007-04-19 [wwp] 2.9.1cvs2
2678 * src/prefs_display_header.c
2679 * src/message_search.c
2680 Fix few warnings (g_free of const gchar*).
2682 2007-04-19 [paul] 2.9.1cvs1
2688 bump version number following
2691 2007-04-19 [paul] 2.9.0cvs9
2693 * manual/advanced.xml
2694 * manual/glossary.xml
2697 2007-04-18 [paul] 2.9.0cvs8
2700 fix for CVE-2007-1558 (APOP)
2703 2007-04-18 [paul] 2.9.0cvs7
2709 Fix encoding woes wrt saving of
2713 2007-04-18 [colin] 2.9.0cvs6
2715 * src/gtk/pluginwindow.c
2716 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2718 2007-04-17 [wwp] 2.9.0cvs5
2724 Fix --disable-ldap build,
2725 fix some LDAP annoyances on
2726 searches, thanks to Colin.
2728 2007-04-17 [wwp] 2.9.0cvs4
2731 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2732 like gcc 2.9x. Thanks to Colin.
2734 2007-04-17 [wwp] 2.9.0cvs3
2750 Add LDAP write support. Patch mostly by
2751 Michael <mir at datanom dot net>
2753 2007-04-17 [wwp] 2.9.0cvs2
2756 Prepend "Add to address book" to the context menu of compose window's sender and
2759 2007-04-16 [paul] 2.9.0cvs1
2764 2007-04-16 [paul] 2.9.0
2771 2007-04-16 [paul] 2.8.1cvs102
2774 updated by Fabien Vantard
2776 2007-04-16 [paul] 2.8.1cvs101
2786 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2787 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2788 Aleksandar Urosevic, and Ralgh Young
2790 2007-04-15 [mones] 2.8.1cvs100
2795 2007-04-14 [colin] 2.8.1cvs99
2797 * src/message_search.c
2798 * src/prefs_display_header.c
2799 * src/summary_search.c
2800 * src/gtk/combobox.c
2803 2007-04-14 [wwp] 2.8.1cvs98
2805 * src/gtk/combobox.c
2806 * src/message_search.c
2807 * src/summary_search.c
2808 * src/prefs_display_header.c
2809 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2810 returns NULL, get the text value directly from the GtkEntry child.
2812 2007-04-13 [colin] 2.8.1cvs97
2814 * src/gtk/quicksearch.c
2815 Give the focus back to summaryview when
2816 emptying the quicksearch with Esc
2818 2007-04-13 [colin] 2.8.1cvs96
2820 * src/message_search.c
2821 * src/prefs_display_header.c
2822 * src/summary_search.c
2823 Fix possibles crashes when getting text
2826 2007-04-13 [colin] 2.8.1cvs95
2829 Add some UIDL debugging
2831 2007-04-12 [colin] 2.8.1cvs94
2834 Force folder scan if necessary after
2835 copying mails, to be able to reapply
2838 2007-04-11 [colin] 2.8.1cvs93
2841 don't scan for new mail on startup if --select
2842 is specified (or race conditions arise). If so,
2843 do both sequentially.
2845 2007-04-09 [colin] 2.8.1cvs92
2848 Use leafpad by default on Maemo. Patch
2851 2007-04-06 [colin] 2.8.1cvs91
2853 * src/pixmaps/queue_close.xpm
2854 * src/pixmaps/queue_close_hrm.xpm
2855 * src/pixmaps/queue_close_hrm_mark.xpm
2856 * src/pixmaps/queue_close_mark.xpm
2857 * src/pixmaps/queue_open.xpm
2858 * src/pixmaps/queue_open_hrm.xpm
2859 * src/pixmaps/queue_open_hrm_mark.xpm
2860 * src/pixmaps/queue_open_mark.xpm
2861 Move the clock one pixel down :)
2863 2007-04-05 [colin] 2.8.1cvs90
2866 Don't sync when switching offline from
2867 command line - it's usually too late :)
2869 2007-04-05 [paul] 2.8.1cvs89
2872 * src/stock_pixmap.c
2873 * src/pixmaps/dir_close_hrm.xpm
2874 * src/pixmaps/dir_close_hrm_mark.xpm
2875 * src/pixmaps/drafts_close.xpm
2876 * src/pixmaps/drafts_close_mark.xpm
2877 * src/pixmaps/drafts_open.xpm
2878 * src/pixmaps/drafts_open_mark.xpm
2879 * src/pixmaps/inbox.xpm
2880 * src/pixmaps/inbox_close.xpm
2881 * src/pixmaps/inbox_close_hrm.xpm
2882 * src/pixmaps/inbox_close_hrm_mark.xpm
2883 * src/pixmaps/inbox_close_mark.xpm
2884 * src/pixmaps/inbox_hrm.xpm
2885 * src/pixmaps/inbox_hrm_mark.xpm
2886 * src/pixmaps/inbox_mark.xpm
2887 * src/pixmaps/inbox_open.xpm
2888 * src/pixmaps/inbox_open_hrm.xpm
2889 * src/pixmaps/inbox_open_hrm_mark.xpm
2890 * src/pixmaps/inbox_open_mark.xpm
2891 * src/pixmaps/outbox.xpm
2892 * src/pixmaps/outbox_close.xpm
2893 * src/pixmaps/outbox_close_hrm.xpm
2894 * src/pixmaps/outbox_close_hrm_mark.xpm
2895 * src/pixmaps/outbox_close_mark.xpm
2896 * src/pixmaps/outbox_hrm.xpm
2897 * src/pixmaps/outbox_hrm_mark.xpm
2898 * src/pixmaps/outbox_mark.xpm
2899 * src/pixmaps/outbox_open.xpm
2900 * src/pixmaps/outbox_open_hrm.xpm
2901 * src/pixmaps/outbox_open_hrm_mark.xpm
2902 * src/pixmaps/outbox_open_mark.xpm
2903 * src/pixmaps/queue_close.xpm
2904 * src/pixmaps/queue_close_hrm.xpm
2905 * src/pixmaps/queue_close_hrm_mark.xpm
2906 * src/pixmaps/queue_close_mark.xpm
2907 * src/pixmaps/queue_open.xpm
2908 * src/pixmaps/queue_open_hrm.xpm
2909 * src/pixmaps/queue_open_hrm_mark.xpm
2910 * src/pixmaps/queue_open_mark.xpm
2911 updated, added and replaced icons
2914 2007-04-04 [colin] 2.8.1cvs88
2917 Fix build without libetpan
2919 2007-04-03 [colin] 2.8.1cvs87
2922 Fix crash with Citadel, and try to make
2923 things work. this server (and specifically
2924 STATUS and APPEND at least) seems broken.
2926 2007-04-03 [colin] 2.8.1cvs86
2929 Fix icons on folder close
2931 2007-04-03 [colin] 2.8.1cvs85
2934 Fix double-ask of offline override in
2939 Much more efficient way to synchronise
2941 * src/etpan/imap-thread.c
2944 * src/gtk/quicksearch.c
2947 2007-04-03 [paul] 2.8.1cvs84
2952 * src/prefs_common.c
2953 * src/prefs_common.h
2955 Fix sync being done too late
2958 2007-04-02 [colin] 2.8.1cvs83
2961 Maemo: Put status and quicksearch at the top
2962 * src/plugins/bogofilter/bogofilter.c
2963 * src/plugins/spamassassin/spamassassin.c
2964 Derive trash from inbox if possible
2966 2007-04-02 [paul] 2.8.1cvs82
2968 * src/plugins/bogofilter/bogofilter_gtk.c
2969 a few English changes
2975 2007-04-02 [colin] 2.8.1cvs81
2977 * src/image_viewer.c
2978 Fix transparent images by using
2981 Flush events (on new windows) to avoid
2982 having the textview's image resize fail
2983 to know the available width
2985 2007-04-01 [colin] 2.8.1cvs80
2987 * src/prefs_account.c
2988 If no MH mailbox exist, when creating a POP/Local
2989 account, just create and use the default one
2990 instead of bailing with a "Mailbox doesn't exist"
2993 2007-03-31 [colin] 2.8.1cvs79
2995 * src/prefs_account.c
2996 Create signature file if it doesn't exist
2998 * src/prefs_toolbar.c
2999 Maemo: Move "Use default" on the left so
3000 that people can find it
3002 Maemo: make default editor "Maemopad",
3003 default signature file "MyDocs/signature.txt"
3005 2007-03-31 [colin] 2.8.1cvs78
3007 * src/prefs_account.c
3008 Maemo: rework account prefs so
3009 that less horizontal scrolling
3012 2007-03-31 [colin] 2.8.1cvs77
3015 * src/prefs_common.c
3016 * src/prefs_common.h
3017 Fix bug 1167, 'Allow not displaying zeros
3018 in folder list'. Patch by MartinP
3020 2007-03-31 [colin] 2.8.1cvs76
3025 2007-03-31 [colin] 2.8.1cvs75
3028 Apply patch from bug 1172, direct
3029 access to the folder's session instead
3030 of using getter. Patch by MartinP
3032 2007-03-31 [paul] 2.8.1cvs74
3035 no need to list Fabien twice!
3037 2007-03-31 [colin] 2.8.1cvs73
3040 If we're currently "overriding for %d minutes",
3043 2007-03-31 [colin] 2.8.1cvs72
3051 * src/plugins/spamassassin/spamassassin.c
3052 Offline override: Add a parameter to allow
3053 asking even if the override timer is running.
3054 Allows to ask every time the user makes an
3055 explicit action needing online access (such
3056 as Get Mail), and not when the action is
3057 implicit (such as opening an IMAP folder)
3059 2007-03-31 [colin] 2.8.1cvs71
3062 Override offline: "No" answer shouldn't
3063 re-ask after 3 seconds, but 10 minutes.
3065 2007-03-30 [colin] 2.8.1cvs70
3067 * src/common/socket.c
3068 Better error reporting on unix socket
3069 failure (bind usually)
3070 * src/gtk/gtkutils.c
3071 * src/gtk/gtkutils.h
3072 Label window: add a pulsing progress
3073 bar to show we're not hung :)
3076 * src/plugins/pgpcore/sgpgme.c
3079 2007-03-30 [colin] 2.8.1cvs69
3082 * src/prefs_common.c
3083 Fix possible trashing of history and uidl
3084 files on disk full problems
3086 2007-03-30 [paul] 2.8.1cvs68
3091 update summary when changing layout type
3092 (fixes wrong folder icon being displayed)
3095 2007-03-29 [colin] 2.8.1cvs67
3097 * src/prefs_ext_prog.c
3098 The browser pref is irrelevant on Maemo
3100 2007-03-29 [colin] 2.8.1cvs66
3104 Maemo: dynamically switch headers/text position
3105 * src/prefs_common.c
3106 Maemo: hide compose's ruler by default
3107 * src/common/socket.c
3108 * src/common/socket.h
3111 2007-03-29 [colin] 2.8.1cvs65
3113 * src/common/socket.c
3114 * src/common/socket.h
3115 Fix build when MAEMO_CFLAGS contains
3116 _X_OPENSOURCE (resolv.h errors as long
3117 as we don't add _BSD_SOURCE. Ugly).
3119 2007-03-29 [wwp] 2.8.1cvs64
3121 * src/prefs_logging.c
3122 Fix sensitivity of clip-log widgets in prefs/logging,
3125 2007-03-29 [wwp] 2.8.1cvs63
3128 Updated files list for translations, thanks to Fabien.
3130 2007-03-29 [colin] 2.8.1cvs62
3133 * src/common/Makefile.am
3134 * src/common/utils.c
3135 Maybe make URI opening work in Maemo
3138 2007-03-28 [colin] 2.8.1cvs61
3143 Add the possibility to sort folders arbitrarily
3144 (via editing of folderlist.xml only). Patch by
3145 Martin P <mp26+claws@os.inf.tu-dresden.de>
3146 Fixes bug 1166, 'Folder ordering is fixed and cannot
3147 be changed by the user'
3149 2007-03-28 [colin] 2.8.1cvs60
3152 Add popup menu for mime icons
3154 2007-03-28 [colin] 2.8.1cvs59
3157 Fix a layout issue when presenting
3158 mainwindow in Small screen layout
3161 Add a "Go to folder list" button for
3162 mainwindow, and make it default in
3165 2007-03-28 [colin] 2.8.1cvs58
3168 Don't dynamically update title on Maemo
3169 Patch by Jean-Luc Biord
3171 2007-03-27 [colin] 2.8.1cvs57
3176 Enable tap-and-hold on Maemo
3178 2007-03-26 [colin] 2.8.1cvs56
3181 More popup-menu (in attachments list)
3183 2007-03-26 [colin] 2.8.1cvs55
3186 Enable popup-menu signal
3188 2007-03-26 [colin] 2.8.1cvs54
3190 * src/plugins/pgpinline/pgpinline.c
3191 Fix bug 1111, 'PGP/inline plugin hides text
3192 around encrypted text block'. Patch based on
3193 a patch from Michal Cihar.
3195 2007-03-26 [wwp] 2.8.1cvs53
3198 Fix getting a false error when sending queued message
3199 whereas the sending was fine (if there are subfolders
3200 in the queue folder), thanks to Colin.
3202 2007-03-26 [paul] 2.8.1cvs52
3205 update FACE header in welcome message
3207 2007-03-25 [colin] 2.8.1cvs51
3212 2007-03-25 [colin] 2.8.1cvs50
3215 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3217 2007-03-24 [colin] 2.8.1cvs49
3220 Fix a few launch problems on Maemo
3221 Patch by Jean-Luc Biord
3223 2007-03-24 [wwp] 2.8.1cvs48
3229 Fix wrong action performed when closing the
3230 "ask about account specific filtering rules
3231 when filtering manually" dialog by pressing Escape.
3232 Fix wrong order of buttons in the "return receipt
3233 notification - the message was sent to several of
3234 your accounts" dialog.
3236 2007-03-24 [paul] 2.8.1cvs47
3239 an improvement to English usage
3240 * tools/kdeservicemenu/README
3243 2007-03-24 [paul] 2.8.1cvs46
3246 * src/stock_pixmap.c
3247 * src/pixmaps/edit_extern.xpm
3248 * src/pixmaps/mail_sign.xpm
3249 rescue long lost icons
3251 2007-03-24 [paul] 2.8.1cvs45
3254 fix toolbar (broken in 2.8.1cvs42)
3256 2007-03-23 [colin] 2.8.1cvs44
3259 Correctly unsubscribe/resubscribe after
3262 2007-03-23 [colin] 2.8.1cvs43
3264 * src/prefs_common.c
3265 Maemo: as the platform is light on RAM, allow
3266 caches to be discarded faster.
3268 2007-03-23 [colin] 2.8.1cvs42
3273 * src/stock_pixmap.c
3274 * src/stock_pixmap.h
3279 * src/pixmaps/open_mail.xpm
3280 Maemo changes: Add the possibility to have
3281 "Open Email" and "Close Window" buttons on
3282 toolbars (and use them in Maemo's default
3285 2007-03-23 [wwp] 2.8.1cvs41
3288 Reverted that part of the action dialog closure logics, to
3289 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3290 done later in a different way (or may not).
3292 2007-03-22 [wwp] 2.8.1cvs40
3295 Fix sticky action dialog when got no output but action command
3296 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3298 2007-03-22 [colin] 2.8.1cvs39
3300 * src/prefs_filtering.c
3301 * src/gtk/combobox.h
3302 Fix escaping account names in filtering prefs
3304 2007-03-22 [colin] 2.8.1cvs38
3309 Add any attribute specified in LDAP servers'
3310 Search attributes to the Other Attributes tab
3311 of contacts; Add 'telephoneNumber' in the
3314 2007-03-22 [colin] 2.8.1cvs37
3319 Try to prevent race conditions when
3320 changing the folder list
3322 Fix possible red folder icon when
3323 switching from Small screen layout
3326 2007-03-22 [colin] 2.8.1cvs36
3331 Rename "little screen" to "Small screen"
3332 * src/gtk/Makefile.am
3333 * src/common/utils.c
3335 Fix Maemo-related compilation problems
3337 2007-03-21 [colin] 2.8.1cvs35
3341 * claws-mail.desktop
3342 Remove .png from the Icon, it's useless
3344 2007-03-21 [colin] 2.8.1cvs34
3348 Add the necessary lib checking for
3351 2007-03-21 [colin] 2.8.1cvs33
3354 Fix unconditional "error happened" when
3355 sending via command-line. "lol @ myself"
3357 2007-03-21 [colin] 2.8.1cvs32
3359 * claws-mail-40x40.png
3360 * claws-mail-26x26.png
3370 * src/prefs_account.c
3371 * src/prefs_common.c
3372 * src/summary_search.c
3376 * src/gtk/gtkutils.c
3377 * src/gtk/gtkutils.h
3378 * src/gtk/logwindow.c
3380 * src/gtk/prefswindow.c
3381 Add Maemo port (patch mainly by Jean-Luc Biort)
3382 Add a new 'Little screen' layout to help on such
3383 platforms (patch by me)
3384 Make some default preferences different (more
3385 adapted) on Maemo (patch by me)
3387 2007-03-21 [wwp] 2.8.1cvs31
3389 * src/prefs_logging.c
3390 * src/prefs_logging.h
3391 Fixed copyright header of newly added files.
3393 2007-03-21 [wwp] 2.8.1cvs30
3409 * src/prefs_common.c
3410 * src/prefs_common.h
3411 * src/prefs_logging.c
3412 * src/prefs_logging.h
3415 * src/send_message.c
3420 * src/common/session.c
3422 * src/common/socket.c
3423 * src/etpan/imap-thread.c
3424 * src/gtk/logwindow.c
3425 * src/gtk/logwindow.h
3426 * src/plugins/bogofilter/bogofilter.c
3427 * src/plugins/spamassassin/spamassassin.c
3428 Added debugging of filtering/processing rules.
3429 The debug log is here 'Tools/Filtering debug window',
3430 the options there 'Configuration/Preferences/Other/Logging',
3431 and the log file is ~/.claws-mail/filtering.log.
3432 Moved protocol log prefs to 'Other/Logging' as well.
3433 To support such debugging feature, the existing log API has
3434 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3435 this impacts many external modules (commits follow).
3437 2007-03-21 [paul] 2.8.1cvs29
3439 * src/etpan/Makefile.am
3440 * src/etpan/imap-thread.c
3441 add missing #include
3443 2007-03-21 [colin] 2.8.1cvs28
3446 Fix bug 1157, 'some broken messages confuse
3447 mime parser'. Make sure we can't have MimeInfos
3448 with negative sizes.
3450 2007-03-20 [colin] 2.8.1cvs27
3453 Fix missing \0 on buffer
3455 2007-03-20 [colin] 2.8.1cvs26
3458 Use make_dir_hier instead of make_dir
3459 to create the MH mailbox
3461 2007-03-20 [colin] 2.8.1cvs25
3465 * src/prefs_account.c
3467 Fix default inbox weirdnesses (after wizard,
3468 if path is Mail, mailbox identifier is #mh/Mailbox,
3469 and when creating new accounts)
3471 2007-03-20 [colin] 2.8.1cvs24
3474 Write folderlist after adding/deleting accounts
3477 2007-03-20 [colin] 2.8.1cvs23
3480 * src/remotefolder.h
3481 Fix bug 1153, 'CM segfaults if IMAP folder is
3482 selected while scanning prior to update'
3484 2007-03-17 [paul] 2.8.1cvs22
3487 fix a typo, and be a little more verbose.
3489 2007-03-17 [wwp] 2.8.1cvs21
3492 Fix a compiler warning.
3494 2007-03-16 [wwp] 2.8.1cvs20
3498 Updated to deal w/ the new mairix.sh tool.
3500 2007-03-16 [wwp] 2.8.1cvs19
3503 Fix logics issues around the action IO dialog:
3504 - disable entry widget and exec button when
3505 the exec button is clicked (don't wait for any
3506 output line) - fix possible disabling/re-enabling/
3507 re-disabling of those widgets
3508 - raise an error if executing a %as{} action either
3509 empty or invalid, instead of failing silently
3510 - don't close the dialog if the abort button has been
3511 clicked and if there was no output yet
3512 - set focus to the abort button when the exec button
3514 - fix capitalization of a warning message
3516 2007-03-16 [wwp] 2.8.1cvs18
3519 Added a wrapper to mairix to the tools folder.
3521 2007-03-16 [colin] 2.8.1cvs17
3525 Allow mimeviewer plugins to print
3528 2007-03-16 [colin] 2.8.1cvs16
3533 2007-03-15 [colin] 2.8.1cvs15
3537 Add a way for mimeviewer plugins to
3538 implement body search
3540 2007-03-15 [paul] 2.8.1cvs14
3542 * src/prefs_spelling.c
3545 2007-03-15 [paul] 2.8.1cvs13
3547 * src/common/quoted-printable.c
3548 fix decoding of quoted-printable parts
3550 2007-03-14 [wwp] 2.8.1cvs12
3552 * src/gtk/logwindow.h
3553 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3555 2007-03-14 [wwp] 2.8.1cvs11
3557 * src/gtk/logwindow.h
3558 Complete 2.8.1cvs10.
3560 2007-03-14 [colin] 2.8.1cvs10
3562 * src/gtk/logwindow.c
3563 Probably fix bug 1149, crash on logwindow
3564 close - at the expense of performance once
3565 logwin has been opened
3567 2007-03-14 [colin] 2.8.1cvs9
3570 If claws-mail is running on another
3571 display, warn instead of popping it up
3572 on the other display
3574 2007-03-12 [colin] 2.8.1cvs8
3577 Fix bug 1145, 'Setting a different name
3578 for the Mailbox name isn't reflected in
3579 default account settings'. Patch by wwp
3581 2007-03-12 [colin] 2.8.1cvs7
3584 Fix bug 1143, 'Add number of messages to be
3585 deleted to confirmation dialog'
3587 2007-03-12 [wwp] 2.8.1cvs6
3590 * src/prefs_common.c
3591 * src/prefs_common.h
3592 * src/prefs_summaries.c
3593 Changed the option that displays unread messages count
3594 next to the folder name in folder list: it is now
3595 possible to either display nothing, display the
3596 unread messages number only or the unread and total messages
3597 numbers. The patch includes this extra feature as well
3598 as some minor fixes by rewriting the algo in folderview.c.
3599 Thanks to Paul for the original idea and implementation, plus
3600 testing and proof-reading!
3602 2007-03-09 [paul] 2.8.1cvs5
3606 * tools/claws-mail-compose-insert-files.pl
3607 added a script which enables inserting files
3608 into the message body of a new Claws Mail
3609 Compose window from the command line. Additionally
3610 To, Cc, Subject and files to attach to the message
3613 2007-03-09 [wwp] 2.8.1cvs4
3618 Optimize matching of addresses in the addressbook
3619 (filtering/processing 'found_in_addressbook' condition).
3621 2007-03-07 [wwp] 2.8.1cvs3
3624 * src/quote_fmt_lex.l
3625 * src/quote_fmt_parse.y
3626 Add a new quote format symbol: %A to insert the
3627 sender email address (just the address itself).
3629 2007-03-06 [wwp] 2.8.1cvs2
3631 * src/gtk/gtkutils.c
3632 * src/plugins/trayicon/trayicon_prefs.h
3633 * src/plugins/trayicon/trayicon_prefs.c
3634 * src/plugins/trayicon/trayicon.c
3637 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3638 minimizing Claws-Mail main window will hide it to the trayicon instead.
3641 2007-03-06 [paul] 2.8.1cvs1
3647 bump version number following
3650 2007-03-06 [paul] 2.8.0cvs24
3653 corrected by by Tim <timbrain@post.cz>
3655 2007-03-05 [colin] 2.8.0cvs23
3659 Fix mime/globs path on NetBSD
3660 patch by George Michaelson
3662 2007-03-05 [wwp] 2.8.0cvs22
3665 Remove debug statement (accidentally committed w/ cvs14).
3667 2007-03-05 [paul] 2.8.0cvs21
3669 * src/plugins/pgpcore/prefs_gpg.c
3670 fix compiler warning
3672 2007-03-05 [wwp] 2.8.0cvs20
3674 * src/matcher_parser_parse.y
3675 Fix mismerge between cvs17 and cvs19.
3677 2007-03-05 [wwp] 2.8.0cvs19
3679 * src/matcher_parser_parse.y
3680 * src/prefs_filtering_action.c
3685 Add new 'add_to_addressbook' filtering/processing action.
3687 2007-03-05 [wwp] 2.8.0cvs18
3690 Fix mark_as_ham filtering/processing action: spam flag
3693 2007-03-04 [colin] 2.8.0cvs17
3698 * src/matcher_parser_parse.y
3699 * src/prefs_filtering_action.c
3700 Add 'Mark as spam' and 'Mark as ham' filtering
3701 actions. Fixes bug 1138.
3703 2007-03-04 [colin] 2.8.0cvs16
3706 Fix bug 1140, wrong return value
3709 2007-03-04 [wwp] 2.8.0cvs15
3712 Rollback cvs14: don't free stuff that is managed in g_list.
3714 2007-03-04 [wwp] 2.8.0cvs14
3717 Fix a leak in address completion code.
3719 2007-03-04 [colin] 2.8.0cvs13
3722 Maybe fix bug 1136, 'Crash in group
3725 2007-03-04 [iwkse] 2.8.0cvs12
3728 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3730 2007-03-03 [colin] 2.8.0cvs11
3732 * src/plugins/pgpinline/pgpinline.c
3733 Fix off-by-one, fix double-free. Fixes
3734 bug 1135, 'cm-segfault on decrypting
3737 2007-03-03 [colin] 2.8.0cvs10
3741 * src/common/plugin.c
3742 Fix bug 1134, 'Valgrind macros unhandled
3745 2007-03-02 [colin] 2.8.0cvs9
3748 Don't error out on EAGAIN. Fixes
3749 bug 1129, '"local mbox file" account
3750 isn't retrieving mails'
3752 2007-03-01 [wwp] 2.8.0cvs8
3755 * src/gtk/colorlabel.c
3756 Remove accels for extra color labels until we set better
3757 and definitive ones.
3759 2007-02-28 [wwp] 2.8.0cvs7
3762 * src/matcher_parser_parse.y
3763 * src/prefs_common.c
3764 * src/prefs_msg_colors.c
3766 * src/gtk/colorlabel.c
3767 * src/gtk/colorlabel.h
3768 Add more customizable color labels. Cleaned up a bit
3769 the color label API to avoid duplicate defines of
3770 the max number of colors.
3772 2007-02-27 [colin] 2.8.0cvs6
3775 * src/common/utils.c
3776 * src/common/utils.h
3777 Fix '+' in mailto URIs for List-* headers
3779 2007-02-27 [colin] 2.8.0cvs5
3781 * src/gtk/gtkutils.c
3782 Use gtk_window_set_role instead of
3785 2007-02-27 [colin] 2.8.0cvs4
3788 Fix "After receiving new mail, go to inbox" on IMAP,
3789 and make it work only on manual reception
3791 2007-02-27 [wwp] 2.8.0cvs3
3793 * src/prefs_filtering.c
3794 * src/prefs_filtering_action.c
3795 * src/prefs_matcher.c
3796 Update filtering matcher's and action's color label menus
3797 when re-opening those dialogs (reflect any change to the
3798 color labels list in the preferences).
3800 2007-02-27 [colin] 2.8.0cvs2
3803 * src/etpan/etpan-thread-manager-types.h
3804 * src/etpan/etpan-thread-manager.c
3805 * src/etpan/imap-thread.c
3806 Log imap ALERTs as errors in the log.
3808 2007-02-26 [paul] 2.8.0cvs1
3810 * tools/claws.i18n.status.pl
3813 2007-02-26 [paul] 2.7.2cvs75
3827 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3828 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3829 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,