1 2007-08-19 [colin] 2.10.0cvs135
4 Fix previous commit. Sensitivity update is needed
5 for "Cancel receiving". However when batching we
6 don't need to do it for every message flag change,
7 just once at the start and once at the end.
9 2007-08-19 [colin] 2.10.0cvs134
12 Remove useless menu updates on session lock/unlock
14 2007-08-19 [colin] 2.10.0cvs133
16 * src/etpan/imap-thread.c
17 Make all fetch logs less verbose
19 2007-08-19 [paul] 2.10.0cvs132
24 fix bug 1286, 'Can't move a folder into a "Folders
27 2007-08-18 [ticho] 2.10.0cvs131
29 * src/editaddress_other_attributes_ldap.c
30 Converted option menu for other ldap attributes to GtkComboBox.
32 2007-08-18 [colin] 2.10.0cvs130
39 Revert 'send_dialog_mode' meaning to
40 'send_dialog_invisible', so that the
41 new checkbox doesn't change the
44 2007-08-18 [paul] 2.10.0cvs129
47 add missing menu update
49 2007-08-17 [colin] 2.10.0cvs128
52 Set batching after getting flags - maybe fixes
53 bug 1292, 'CM crashes on writing mail'
55 2007-08-16 [ticho] 2.10.0cvs127
58 Convert two GtkOptionMenu widgets to new GtkComboBox.
61 Allow NULL for GtkComboBox menuitem label, rendering such
62 items as row separators.
64 2007-08-16 [paul] 2.10.0cvs126
66 * src/plugins/trayicon/trayicon.c
67 remove wrongly used gettextisation
69 2007-08-15 [ticho] 2.10.0cvs125
72 Fixed a runtime warning where an attempt to pack an
73 already packed GtkLabel was made.
75 2007-08-15 [ticho] 2.10.0cvs124
77 * src/prefs_compose_writing.c
78 Convert the insert-or-attach-dragged-files GtkOptionMenu
81 2007-08-14 [ticho] 2.10.0cvs123
85 Changed return receipt account selector to GtkComboBox.
86 Fixed a runtime warning where GTK tried to parse
87 "name <email@address" as a Pango markup in an alertpanel label.
89 2007-08-14 [ticho] 2.10.0cvs122
92 Changed GtkOptionMenu in logging preferences to GtkComboBox.
94 2007-08-14 [wwp] 2.10.0cvs121
98 * tools/popfile-link.sh
99 Added a new tool: POPFile helper, to open
100 selected messages in POPFile control center,
101 in order to change the messages' status.
103 2007-08-14 [ticho] 2.10.0cvs120
110 Change "Show send dialog" optionmenu to a checkbutton.
111 * src/prefs_receive.c
112 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
114 2007-08-13 [wwp] 2.10.0cvs119
125 * src/partial_download.c
131 * src/gtk/gtkaspell.c
133 Make sure we never pass NULL pointers for %s substitutions
134 (prevent from crashing in Windows).
136 2007-08-13 [wwp] 2.10.0cvs118
139 Re-enable mmap_reads in Windows with some missing
140 CloseHandle of mapping objects, thanks to
143 2007-08-13 [paul] 2.10.0cvs117
146 fix bug 1287, 'Compile time problem on Solaris
147 (nexenta gnu/Solaris) utils.c'
148 Thanks to Piotr Chrzczonowicz
150 2007-08-12 [wwp] 2.10.0cvs116
152 * src/plugins/pgpcore/prefs_gpg.c
153 Don't try to unset a GPG_AGENT_INFO that was not
154 set (and don't use a NULL string in Windows, it was
155 crashing with --debug if GPG_AGENT_INFO was not set).
157 2007-08-12 [wwp] 2.10.0cvs115
160 Make gcc type-check arguments passed to privacy_set_error().
162 2007-08-12 [ticho] 2.10.0cvs114
164 * src/prefs_folder_item.c
165 Make sure that folder default account combobox always has some
168 Handle empty combobox gracefully (warning instead of crash).
170 2007-08-12 [ticho] 2.10.0cvs114
172 * src/prefs_folder_item.c
173 Make sure that folder default account combobox is not empty.
175 Handle empty combobox gracefully (warning instead of crash).
177 2007-08-11 [paul] 2.10.0cvs113
181 use 'subfolder' instead of 'sub-folder', matching
182 everywhere else the term is used
186 2007-08-10 [wwp] 2.10.0cvs112
189 Disable mmap reads in Windows only (at least temporarily), they
190 prevent from renaming/removing target cache files.
196 2007-08-10 [wwp] 2.10.0cvs111
199 fix unpredictable crashes in Windows due to broken
200 cache/mark/tags files writting (file were opened for
201 writing in text mode).
204 use gettimeofday() from w32lib.h on Windows.
206 2007-08-10 [colin] 2.10.0cvs110
209 * src/etpan/imap-thread.c
210 * src/etpan/imap-thread.h
211 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
213 2007-08-09 [colin] 2.10.0cvs109
216 Fix port being reset to 636 on SSL
218 Fix folder_item_get_msg_num_by_file
219 on drafts/queue folders
221 2007-08-09 [wwp] 2.10.0cvs108
224 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
225 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
228 2007-08-09 [colin] 2.10.0cvs107
232 * src/gtk/prefswindow.c
233 A few Maemo layout fixes
235 2007-08-09 [paul] 2.10.0cvs106
237 * src/prefs_account.c
238 remove the hyphen from plug-ins to
239 match everywhere else
241 2007-08-08 [wwp] 2.10.0cvs105
243 * src/prefs_folder_item.c
244 Fix an extraneous stealth ^L char.
246 2007-08-08 [wwp] 2.10.0cvs104
248 * src/prefs_folder_item.c
249 Better fix, group variables declarations (USE_ASPELL).
251 2007-08-08 [wwp] 2.10.0cvs103
253 * src/prefs_folder_item.c
254 Fix compilation w/ USE_ASPELL set (broken
257 2007-08-08 [ticho] 2.10.0cvs102
259 * src/prefs_folder_item.c
260 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
262 2007-08-08 [colin] 2.10.0cvs101
265 * src/etpan/imap-thread.c
266 * src/etpan/imap-thread.h
267 Close selected mailbox before doing
270 2007-08-08 [colin] 2.10.0cvs100
273 Complete symbol table, thanks to wwp.
274 Fixes bug 1284, 'The html -> text
275 converter ignores entities'
279 2007-08-08 [colin] 2.10.0cvs99
282 Better way to fetch UIDs on non-UIDPLUS servers
284 2007-08-07 [colin] 2.10.0cvs98
287 fix bug 1275, 'auto-saved draft messages not
288 always being removed'; Also, make multiple
289 copy (in the same account) faster by matching
290 source/destination message UIDs.
292 Don't try to reshow deleted mail
294 Fix leak on error path
296 2007-08-07 [wwp] 2.10.0cvs97
299 * manual/advanced.xml
300 * manual/fr/account.xml
301 * manual/fr/advanced.xml
302 Updated the reference manual and the French translation to
303 reflect 2.10.0cvs84: enable running folder Processing
306 2007-08-06 [wwp] 2.10.0cvs96
311 Allow changing the emphasis color used to highlight
312 the newsreader/x-mailer header value when it matches
313 our preferred mail agent (hidden pref 'emphasis_col' added
316 2007-08-06 [colin] 2.10.0cvs95
320 Re-commit 2.10.0cvs86, with a protection
321 against Pango bug. Also, try to fix
322 bug 1275, 'auto-saved draft messages not
323 always being removed'
325 2007-08-06 [wwp] 2.10.0cvs94
327 * src/gtk/quicksearch.c
328 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
330 2007-08-06 [ticho] 2.10.0cvs93
332 * src/prefs_account.c
334 Use GtkComboBox instead of GtkOptionMenu for privacy system
335 selection in account preferences.
337 2007-08-06 [wwp] 2.10.0cvs92
339 * src/plugins/pgpcore/plugin.def
340 Apply one more chunk from gpg4win's 03-w32-port patch.
342 2007-08-05 [colin] 2.10.0cvs91
346 reverting buggy patch for now
348 2007-08-05 [colin] 2.10.0cvs90
353 2007-08-04 [colin] 2.10.0cvs89
355 * src/prefs_summaries.c
356 * src/summary_search.c
357 Replace deprecated widgets. Patch by
360 2007-08-04 [colin] 2.10.0cvs88
363 Refresh GUI only every 2000 mails on mh_get_last_num
364 This is fast (readdir) and done only once per
367 2007-08-03 [colin] 2.10.0cvs87
369 * src/prefs_account.c
372 Fix a deprecated widget. Patch by
375 2007-08-03 [colin] 2.10.0cvs86
379 Make colorisation and wrapping algorithms
380 faster. Fixes bug 1246, 'compose becomes
381 increasingly slow replying to complex emails'
383 2007-08-03 [paul] 2.10.0cvs85
386 keep the window painted
388 2007-08-02 [paul] 2.10.0cvs84
393 enable running folder Processing
396 2007-08-02 [paul] 2.10.0cvs83
399 speed up/clean up rendering of larger
403 2007-08-01 [paul] 2.10.0cvs82
408 change default toolbar layout on maemo
409 * src/pixmaps/close.xpm
410 make the red cross a grey cross
411 * src/pixmaps/jpilot.xpm
412 make icon smaller so it fits better
414 2007-07-31 [paul] 2.10.0cvs81
418 fix crash on maemo on first launch
420 2007-07-30 [paul] 2.10.0cvs80
422 * src/prefs_matcher.c
423 specify the units of age and size
425 2007-07-30 [paul] 2.10.0cvs79
428 Fix IMAP timeout setting
430 2007-07-30 [colin] 2.10.0cvs78
432 * src/prefs_account.c
433 Fix a deprecated widget. Patch by
436 2007-07-27 [paul] 2.10.0cvs77
438 * src/matcher_parser_parse.y
439 * src/prefs_filtering_action.c
440 * src/prefs_matcher.c
441 these changes forgotten in cvs74's
442 'watch thread' feature
444 2007-07-27 [paul] 2.10.0cvs76
447 fix potential crasher
450 2007-07-27 [paul] 2.10.0cvs75
456 make mainwindow's /Help/Manual point to the
457 remote copy if the local copy doesn't exist
459 2007-07-27 [paul] 2.10.0cvs74
467 * src/matcher_parser_parse.y
476 * src/pixmaps/watchthread.xpm
477 add 'watch thread' feature
479 2007-07-27 [paul] 2.10.0cvs73
481 * src/prefs_folder_item.c
482 adjust labels, add tooltips
484 2007-07-27 [colin] 2.10.0cvs72
487 Maemo: Remove less used menu items
489 2007-07-26 [colin] 2.10.0cvs71
492 Maemo: destroy messageview after trashing mail.
493 Maybe should be done on X11 too
495 2007-07-26 [colin] 2.10.0cvs70
502 Add View/Show or Hide/Column headers
504 2007-07-26 [colin] 2.10.0cvs69
509 2007-07-26 [colin] 2.10.0cvs68
512 Fix possible crash on cache invalidation
516 * src/quote_fmt_parse.y
517 Make replying to mails with big attachments
518 much faster. Fixes bug 1224, 'The process of
519 Replying to emails with large attachments
520 seems unreasonably long...'
522 2007-07-26 [colin] 2.10.0cvs67
527 Fix threads use on BSDs
529 2007-07-26 [paul] 2.10.0cvs66
531 * src/gtk/prefswindow.c
532 fix account prefs breakage
535 2007-07-26 [paul] 2.10.0cvs65
538 standardise ./configure --help messages
540 2007-07-26 [colin] 2.10.0cvs64
544 Fix two vCard-related crashes
546 2007-07-25 [colin] 2.10.0cvs63
551 * src/prefs_receive.c
552 Maemo: Add a better way to notify of
558 Maemo: Various layout fixes
559 * src/gtk/prefswindow.c
560 Maemo: Better prefs layout
562 2007-07-25 [paul] 2.10.0cvs62
565 fix the layout on maemo
568 2007-07-25 [iwkse] 2.10.0cvs61
571 add 'o' shortcut on summaryview
573 2007-07-25 [iwkse] 2.10.0cvs60
578 2007-07-24 [colin] 2.10.0cvs59
581 Fix missing timestamp update on source
585 Better text layout on part's choices
587 2007-07-23 [colin] 2.10.0cvs58
591 Maemo: Automatically choose the correct application
593 * src/gtk/quicksearch.c
594 Make search run on GDK_KP_Enter too
596 2007-07-23 [wwp] 2.10.0cvs57
598 * src/quote_fmt_lex.l
599 Revert accidentaly committed lines (account_sig) in
602 2007-07-23 [wwp] 2.10.0cvs56
604 * src/quote_fmt_lex.l
605 Fix typos around long form expressions in the quote lexer.
611 2007-07-23 [colin] 2.10.0cvs55
614 Fix auto-completion on Maemo
616 2007-07-23 [colin] 2.10.0cvs54
619 Maemo: Fix sticking statusbars
621 2007-07-22 [colin] 2.10.0cvs53
624 Maemo: Fix the strange "top_application" info
625 at startup. We should do something when
626 receiving such a message.
628 2007-07-20 [paul] 2.10.0cvs52
631 add missing #include "statusbar.h"
633 2007-07-20 [colin] 2.10.0cvs51
637 * src/folder_item_prefs.c
638 * src/folder_item_prefs.h
646 * src/prefs_folder_item.c
647 Implement age-based caching: allow to
648 specify a threshold for the offline synchronisation
649 feature, and whether old cached bodies should
654 * src/plugins/dillo_viewer/dillo_viewer.c
655 Check that Dillo's installed
657 2007-07-20 [wwp] 2.10.0cvs50
661 Draw a frame around the selected mimeview part icon (instead of the
662 shifted 'dancing' icon).
664 2007-07-20 [colin] 2.10.0cvs49
667 Unref stuff even on error
669 disconnect signals only at the very
670 end of the wizard save.
672 2007-07-20 [colin] 2.10.0cvs48
678 Fix random crashes while navigating
681 2007-07-19 [colin] 2.10.0cvs47
690 Maemo: add an easy way to store data (mails
691 and IMAP/NNTP caches) on one of the SD cards,
692 and protect against unmounts if needed
694 2007-07-19 [paul] 2.10.0cvs46
699 * src/pixmaps/claws-mail_logo-small.xpm
700 implement a (slightly) different About
701 dialog for maemo and add a small version
704 use a scrolled window for wizard page 1
707 2007-07-19 [paul] 2.10.0cvs45
710 too soon for this line
712 2007-07-19 [paul] 2.10.0cvs44
717 2007-07-19 [colin] 2.10.0cvs43
720 Solve Mail/Mailbox name when specifying
723 2007-07-18 [colin] 2.10.0cvs42
729 2007-07-18 [colin] 2.10.0cvs41
732 Maemo: plug the online/offline system into
733 maemo's interfaces to have Claws automatically
734 switch according to the system status
736 Maemo: use HildonBanners to display status
737 messages. Renders the main statusbar useless.
739 2007-07-18 [paul] 2.10.0cvs40
742 fix screen blanking on moving/copying many msgs
744 fix processing progressbar and screen blanking
747 2007-07-18 [paul] 2.10.0cvs39
750 revert cvs37, breakage on maemo
752 2007-07-18 [paul] 2.10.0cvs38
755 make sure we can still build with older GTK's
757 2007-07-18 [colin] 2.10.0cvs37
760 Only hide the small layout's messageview, instead
761 of destroying it when closing
763 Use gtk_window_present_with_time to popup windows,
764 it seems to make things better with modern WMs
767 2007-07-17 [colin] 2.10.0cvs36
770 Simplify layout on Maemo
773 * src/prefs_display_header.c
774 Remove some headers by default on Maemo
776 2007-07-17 [paul] 2.10.0cvs35
780 * src/prefs_logging.c
782 add options to stop/enable writing logs to disc
784 2007-07-17 [paul] 2.10.0cvs34
787 fix some issues with the Apply tags window:
788 - set search column (enables autocompl in the treeview)
789 - apply tag from "New tag" if it existed
790 - clears New tag entry when adding it with the button
793 2007-07-17 [paul] 2.10.0cvs33
796 fix 'apply tags' dialogue weirdness
798 2007-07-16 [colin] 2.10.0cvs32
801 Fix double-loading of mails on Maemo
803 2007-07-16 [colin] 2.10.0cvs31
806 Prevent double-loading of the same part under some
807 conditions; hide statusbar on Maemo
809 2007-07-16 [colin] 2.10.0cvs30
815 Improve the tag interface - allow
816 to set/unset tags from a special
818 * src/gtk/gtkvscrollbutton.c
822 Fix Mimeview's ugly hacks in the
825 2007-07-16 [paul] 2.10.0cvs29
829 * src/gtk/icon_legend.c
830 put it all in a scrolled window
832 2007-07-15 [colin] 2.10.0cvs28
835 Maemo: force layout to be Small screen; the
836 others don't make sense
838 2007-07-14 [colin] 2.10.0cvs27
841 * src/gtk/gtkvscrollbutton.c
842 Maemo: Fix mimeview's buttons size
844 2007-07-14 [colin] 2.10.0cvs26
847 Fix the button workaround fix.
848 (Use the correct variable)
850 2007-07-14 [colin] 2.10.0cvs25
854 Maemo: put the progress bar in the
857 2007-07-14 [colin] 2.10.0cvs24
860 Maemo: hide statusbar by default
865 * src/pixmaps/go_folders.xpm
866 Maemo: Add a specific icon to go back to
869 2007-07-14 [colin] 2.10.0cvs23
872 Don't set homogeneous finally
874 2007-07-14 [colin] 2.10.0cvs22
877 Fix button show/hide issues
879 2007-07-14 [colin] 2.10.0cvs21
883 Fix button workaround to be able to click
884 if mouse was on button when it went un-
886 Revert previous commit, gtk_tool_item_set_homogeneous
887 doesn't mean what it seems to mean ;-)
889 2007-07-14 [paul] 2.10.0cvs20
892 make homogeneous FALSE always
894 2007-07-13 [colin] 2.10.0cvs19
898 Rework to fit the non-deprecated API
904 Maemo layout changes. Better toolbars,
905 removal of CTree headers.
907 2007-07-13 [paul] 2.10.0cvs18
909 * src/gtk/colorlabel.c
910 fix bug 1261, '[DE] coloring messages in overview
911 keys are not localised'
912 the string is now included in claws-mail.pot
914 2007-07-13 [colin] 2.10.0cvs17
917 Fix bug 1267, 'printing mutliple messages
918 opens one message-dialog after the other'
919 Ask for confirmation when printing 10
922 2007-07-11 [colin] 2.10.0cvs16
927 * manual/claws-mail-manual.xml
929 * manual/es/claws-mail-manual.xml
931 * manual/fr/claws-mail-manual.xml
954 * src/addressbook_foldersel.c
955 * src/addressbook_foldersel.h
981 * src/displayheader.c
982 * src/displayheader.h
985 * src/editaddress_other_attributes_ldap.c
986 * src/editaddress_other_attributes_ldap.h
995 * src/editldap_basedn.c
996 * src/editldap_basedn.h
1017 * src/folder_item_prefs.c
1018 * src/folder_item_prefs.h
1027 * src/grouplistdialog.c
1028 * src/grouplistdialog.h
1033 * src/image_viewer.c
1034 * src/image_viewer.h
1075 * src/matcher_parser.h
1076 * src/matcher_parser_lex.l
1077 * src/matcher_parser_parse.y
1080 * src/message_search.c
1081 * src/message_search.h
1100 * src/partial_download.c
1101 * src/partial_download.h
1106 * src/prefs_account.c
1107 * src/prefs_account.h
1108 * src/prefs_actions.c
1109 * src/prefs_actions.h
1110 * src/prefs_common.c
1111 * src/prefs_common.h
1112 * src/prefs_compose_writing.c
1113 * src/prefs_compose_writing.h
1114 * src/prefs_customheader.c
1115 * src/prefs_customheader.h
1116 * src/prefs_display_header.c
1117 * src/prefs_display_header.h
1118 * src/prefs_ext_prog.c
1119 * src/prefs_ext_prog.h
1120 * src/prefs_filtering.c
1121 * src/prefs_filtering.h
1122 * src/prefs_filtering_action.c
1123 * src/prefs_filtering_action.h
1124 * src/prefs_folder_column.c
1125 * src/prefs_folder_column.h
1126 * src/prefs_folder_item.c
1127 * src/prefs_folder_item.h
1132 * src/prefs_image_viewer.c
1133 * src/prefs_image_viewer.h
1134 * src/prefs_logging.c
1135 * src/prefs_logging.h
1136 * src/prefs_matcher.c
1137 * src/prefs_matcher.h
1138 * src/prefs_message.c
1139 * src/prefs_message.h
1140 * src/prefs_msg_colors.c
1141 * src/prefs_msg_colors.h
1146 * src/prefs_receive.c
1147 * src/prefs_receive.h
1150 * src/prefs_spelling.c
1151 * src/prefs_spelling.h
1152 * src/prefs_summaries.c
1153 * src/prefs_summaries.h
1154 * src/prefs_summary_column.c
1155 * src/prefs_summary_column.h
1156 * src/prefs_summary_open.c
1157 * src/prefs_summary_open.h
1158 * src/prefs_template.c
1159 * src/prefs_template.h
1160 * src/prefs_themes.c
1161 * src/prefs_themes.h
1162 * src/prefs_toolbar.c
1163 * src/prefs_toolbar.h
1164 * src/prefs_wrapping.c
1165 * src/prefs_wrapping.h
1175 * src/quote_fmt_lex.l
1176 * src/quote_fmt_parse.y
1179 * src/remotefolder.c
1180 * src/remotefolder.h
1181 * src/send_message.c
1182 * src/send_message.h
1185 * src/simple-gettext.c
1186 * src/sourcewindow.c
1187 * src/sourcewindow.h
1192 * src/stock_pixmap.c
1193 * src/stock_pixmap.h
1194 * src/summary_search.c
1195 * src/summary_search.h
1212 * src/common/base64.c
1213 * src/common/base64.h
1214 * src/common/claws.c
1215 * src/common/claws.h
1217 * src/common/fnmatch.c
1218 * src/common/fnmatch.h
1219 * src/common/fnmatch_loop.c
1220 * src/common/hooks.c
1221 * src/common/hooks.h
1226 * src/common/mgutils.c
1227 * src/common/mgutils.h
1230 * src/common/passcrypt.c
1231 * src/common/passcrypt.h.in
1232 * src/common/plugin.c
1233 * src/common/plugin.h
1234 * src/common/prefs.c
1235 * src/common/prefs.h
1236 * src/common/progressindicator.c
1237 * src/common/progressindicator.h
1238 * src/common/quoted-printable.c
1239 * src/common/quoted-printable.h
1240 * src/common/session.c
1241 * src/common/session.h
1244 * src/common/socket.c
1245 * src/common/socket.h
1248 * src/common/ssl_certificate.c
1249 * src/common/ssl_certificate.h
1250 * src/common/string_match.c
1251 * src/common/string_match.h
1252 * src/common/stringtable.c
1253 * src/common/stringtable.h
1256 * src/common/template.c
1257 * src/common/template.h
1258 * src/common/timing.h
1259 * src/common/utils.c
1260 * src/common/utils.h
1261 * src/common/uuencode.c
1262 * src/common/uuencode.h
1263 * src/common/version.h.in
1264 * src/common/w32_dirent.c
1265 * src/common/w32_reg.c
1266 * src/common/w32_signal.c
1267 * src/common/w32_stat.c
1268 * src/common/w32_stdlib.c
1269 * src/common/w32_string.c
1270 * src/common/w32_time.c
1271 * src/common/w32_unistd.c
1272 * src/common/w32_wait.c
1273 * src/common/w32lib.h
1276 * src/common/xmlprops.c
1277 * src/common/xmlprops.h
1278 * src/etpan/etpan-errors.h
1279 * src/etpan/etpan-thread-manager-types.h
1280 * src/etpan/etpan-thread-manager.c
1281 * src/etpan/etpan-thread-manager.h
1282 * src/etpan/imap-thread.c
1283 * src/etpan/imap-thread.h
1286 * src/gtk/colorlabel.c
1287 * src/gtk/colorlabel.h
1288 * src/gtk/colorsel.c
1289 * src/gtk/colorsel.h
1290 * src/gtk/combobox.c
1291 * src/gtk/combobox.h
1292 * src/gtk/description_window.c
1293 * src/gtk/description_window.h
1296 * src/gtk/foldersort.c
1297 * src/gtk/foldersort.h
1298 * src/gtk/gtkaspell.c
1299 * src/gtk/gtkaspell.h
1300 * src/gtk/gtksctree.c
1301 * src/gtk/gtkshruler.c
1302 * src/gtk/gtkshruler.h
1303 * src/gtk/gtksourceprintjob.c
1304 * src/gtk/gtksourceprintjob.h
1305 * src/gtk/gtkutils.c
1306 * src/gtk/gtkutils.h
1307 * src/gtk/gtkvscrollbutton.c
1308 * src/gtk/gtkvscrollbutton.h
1309 * src/gtk/icon_legend.c
1310 * src/gtk/icon_legend.h
1311 * src/gtk/inputdialog.c
1312 * src/gtk/inputdialog.h
1313 * src/gtk/logwindow.c
1314 * src/gtk/logwindow.h
1315 * src/gtk/manage_window.c
1316 * src/gtk/manage_window.h
1319 * src/gtk/pluginwindow.c
1320 * src/gtk/pluginwindow.h
1321 * src/gtk/prefswindow.c
1322 * src/gtk/prefswindow.h
1323 * src/gtk/progressdialog.c
1324 * src/gtk/progressdialog.h
1325 * src/gtk/quicksearch.c
1326 * src/gtk/quicksearch.h
1327 * src/gtk/sslcertwindow.c
1328 * src/gtk/sslcertwindow.h
1329 * src/plugins/bogofilter/bogofilter.c
1330 * src/plugins/bogofilter/bogofilter.h
1331 * src/plugins/bogofilter/bogofilter_gtk.c
1332 * src/plugins/clamav/clamav_plugin.c
1333 * src/plugins/clamav/clamav_plugin.h
1334 * src/plugins/clamav/clamav_plugin_gtk.c
1335 * src/plugins/demo/demo.c
1336 * src/plugins/dillo_viewer/dillo_prefs.c
1337 * src/plugins/dillo_viewer/dillo_prefs.h
1338 * src/plugins/dillo_viewer/dillo_viewer.c
1339 * src/plugins/pgpcore/passphrase.c
1340 * src/plugins/pgpcore/passphrase.h
1341 * src/plugins/pgpcore/pgp_viewer.c
1342 * src/plugins/pgpcore/pgp_viewer.h
1343 * src/plugins/pgpcore/plugin.c
1344 * src/plugins/pgpcore/prefs_gpg.c
1345 * src/plugins/pgpcore/prefs_gpg.h
1346 * src/plugins/pgpcore/select-keys.c
1347 * src/plugins/pgpcore/select-keys.h
1348 * src/plugins/pgpcore/sgpgme.c
1349 * src/plugins/pgpcore/sgpgme.h
1350 * src/plugins/pgpinline/pgpinline.c
1351 * src/plugins/pgpinline/pgpinline.h
1352 * src/plugins/pgpinline/plugin.c
1353 * src/plugins/pgpmime/pgpmime.c
1354 * src/plugins/pgpmime/pgpmime.h
1355 * src/plugins/pgpmime/plugin.c
1356 * src/plugins/spamassassin/spamassassin.c
1357 * src/plugins/spamassassin/spamassassin.h
1358 * src/plugins/spamassassin/spamassassin_gtk.c
1359 * src/plugins/trayicon/trayicon.c
1360 * src/plugins/trayicon/trayicon_prefs.c
1361 * src/plugins/trayicon/trayicon_prefs.h
1362 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1363 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1364 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1365 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1366 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1367 * tools/OOo2claws-mail.pl
1368 * tools/README.sylprint
1369 * tools/acroread2claws-mail.pl
1370 * tools/claws-mail-compose-insert-files.pl
1371 * tools/convert_mbox.pl
1372 * tools/filter_conv.pl
1373 * tools/filter_conv_new.pl
1375 * tools/freshmeat_search.pl
1376 * tools/google_search.pl
1377 * tools/kmail-mailbox2claws-mail.pl
1378 * tools/kmail2claws-mail.pl
1379 * tools/kmail2claws-mail_v2.pl
1381 * tools/make.themes.project
1382 * tools/multiwebsearch.pl
1383 * tools/nautilus2claws-mail.sh
1384 * tools/outlook2claws-mail.pl
1385 * tools/textviewer.sh
1386 * tools/thunderbird-filters-convertor.pl
1389 * tools/vcard2xml.py
1390 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1391 Upgrade to GPLv3 or later.
1393 2007-07-10 [wwp] 2.10.0cvs15
1396 Fix re-opening of all composing messages that were
1397 opened when closing the previous instance, thanks
1400 2007-07-10 [paul] 2.10.0cvs14
1402 * src/editaddress_other_attributes_ldap.c
1404 fix crash on selecting 'other attributes' combo
1405 for either a new entry or an old entry with no
1406 existing attributes.
1407 fix bug on editing multiple attributes which
1408 resulted them all having the value of the last
1412 2007-07-10 [colin] 2.10.0cvs13
1415 * src/editaddress_other_attributes_ldap.h
1417 Fix --disable-ldap build
1419 2007-07-09 [colin] 2.10.0cvs12
1425 * src/editaddress_other_attributes_ldap.c
1426 * src/editaddress_other_attributes_ldap.h
1431 Add capability to edit all inetOrgPerson
1432 attributes on LDAP. Patch by Michael
1435 2007-07-09 [colin] 2.10.0cvs11
1441 * src/prefs_summaries.c
1442 * src/prefs_themes.c
1444 * src/common/Makefile.am
1446 * src/common/timing.h
1447 * src/common/utils.c
1448 * src/common/utils.h
1449 * src/common/w32_account.c
1450 * src/common/w32lib.h
1451 * src/gtk/Makefile.am
1452 * src/gtk/colorlabel.c
1453 * src/plugins/pgpcore/Makefile.am
1454 * src/plugins/pgpcore/claws.def
1455 * src/plugins/pgpcore/passphrase.c
1456 * src/plugins/pgpcore/pgp_viewer.c
1457 * src/plugins/pgpcore/plugin.def
1458 * src/plugins/pgpcore/sgpgme.c
1459 * src/plugins/pgpinline/Makefile.am
1460 * src/plugins/pgpinline/claws.def
1461 * src/plugins/pgpinline/mypgpcore.def
1462 * src/plugins/pgpinline/plugin.def
1463 * src/plugins/pgpmime/Makefile.am
1464 * src/plugins/pgpmime/claws.def
1465 * src/plugins/pgpmime/mypgpcore.def
1466 * src/plugins/pgpmime/plugin.def
1467 Commit win32 patch, from Werner Koch and
1470 2007-07-09 [colin] 2.10.0cvs10
1472 * src/prefs_toolbar.c
1473 Fix crash when no actions exist
1475 2007-07-07 [paul] 2.10.0cvs9
1478 * manual/claws-mail-manual.xml
1479 update copyright year
1481 updated by Flammie Pirinen
1483 2007-07-05 [wwp] 2.10.0cvs8
1485 * src/plugins/clamav/clamav_plugin_gtk.c
1486 Make vertical spacing like in other plugin prefs pages.
1488 2007-07-05 [wwp] 2.10.0cvs7
1491 It's %am that works, not %ae (this doc incoherence has been
1492 introduced with 2.9.2cvs13).
1494 2007-07-04 [wwp] 2.10.0cvs6
1496 * src/plugins/bogofilter/bogofilter.c
1497 Gettext-ize an occurrence of "Any" that wasn't.
1499 2007-07-04 [colin] 2.10.0cvs5
1502 Fix untranslated strings; thanks
1505 2007-07-03 [colin] 2.10.0cvs4
1509 Fix saving of sort mode for tags and
1510 thread date. Thanks to Pierre Ossman.
1511 Completes fix for bug 1233
1513 2007-07-03 [paul] 2.10.0cvs3
1521 2007-07-02 [colin] 2.10.0cvs2
1527 Add View/Sort/by Thread date
1528 Fixes bug 1233, 'Capability to sort
1529 threads by most recent message'
1530 Based on a patch by Paul Rolland
1532 2007-07-02 [colin] 2.10.0cvs1
1549 * src/matcher_parser_parse.y
1553 * src/prefs_common.c
1554 * src/prefs_common.h
1555 * src/prefs_filtering_action.c
1556 * src/prefs_matcher.c
1557 * src/prefs_summary_column.c
1561 * src/quote_fmt_lex.l
1562 * src/quote_fmt_parse.y
1566 * src/common/Makefile.am
1570 * src/gtk/quicksearch.c
1571 * src/gtk/quicksearch.h
1572 Add Tags implementation. Tags are arbitrary labels
1573 that can be applied to messages. It is possible
1574 to create, edit, remove tags; apply them to mails;
1575 filter on tags or tag presence; apply or unset
1576 tags via filtering actions; reference tags in
1579 2007-07-02 [paul] 2.10.0
1586 2007-07-02 [paul] 2.9.2cvs78
1596 updated by Stephan Sachse, me, Ricardo Mones
1597 Lastra, Fabien Vantard, Pader Rezso, Frederico
1598 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1600 2007-07-02 [paul] 2.9.2cvs77
1605 2007-06-29 [wwp] 2.9.2cvs76
1608 Fix a typo (thanks to Ricardo for finding this out).
1610 2007-06-28 [paul] 2.9.2cvs75
1615 2007-06-28 [paul] 2.9.2cvs74
1618 fix bug in the autotools build system.
1619 Files cataloged under EXTRA_DIST were never
1620 automatically copied to the build tree.
1621 (fix 'make distcheck')
1622 Patch by Michael Rasmussen.
1624 2007-06-24 [colin] 2.9.2cvs73
1627 Fix bug 1249, 'Error handling for
1628 news errors needs modification'
1629 Only popup error if the according
1630 pref in Prefs/Receive is set.
1632 2007-06-21 [colin] 2.9.2cvs72
1634 * src/common/plugin.c
1635 * src/common/plugin.h
1636 Change plugin API to know whether it's safe to
1637 unload plugins or whether we should just hide
1638 them. Fixes bug 1248, 'Core dumps after
1639 unloading plugin and clicking on load plugins'
1640 * src/plugins/bogofilter/bogofilter.c
1641 * src/plugins/clamav/clamav_plugin.c
1642 * src/plugins/demo/demo.c
1643 * src/plugins/dillo_viewer/dillo_viewer.c
1644 * src/plugins/pgpcore/plugin.c
1645 * src/plugins/pgpinline/plugin.c
1646 * src/plugins/pgpmime/plugin.c
1647 * src/plugins/spamassassin/spamassassin.c
1648 * src/plugins/trayicon/trayicon.c
1651 2007-06-19 [colin] 2.9.2cvs71
1655 Fix crash mentioned in bug 1246
1656 Race condition when automatically drafting
1657 due to insertion on reedit.
1659 2007-06-18 [wwp] 2.9.2cvs70
1662 LDIF import: use a "Proceed" button to complete
1665 2007-06-18 [paul] 2.9.2cvs69
1668 use pkgconfig to check for gtk and glib
1670 2007-06-17 [wwp] 2.9.2cvs68
1674 LDIF import: better error handling, minor code
1675 and UI cleanup, and renamed the Save button
1676 to Close, as imported stuff is already saved
1677 when the Save button is shown.
1679 2007-06-17 [colin] 2.9.2cvs67
1681 * src/prefs_summaries.c
1683 Don't set as read when forwarded, only replied to
1685 2007-06-17 [paul] 2.9.2cvs66
1688 add missing #include
1690 2007-06-16 [colin] 2.9.2cvs65
1692 * src/prefs_summaries.c
1694 Change the pref "Only mark as read when opened
1695 in new window" to "..., replied to or forwarded".
1696 Based on a patch by Paul Rolland.
1698 2007-06-16 [paul] 2.9.2cvs64
1701 alphabetical order! :)
1703 2007-06-16 [colin] 2.9.2cvs63
1707 Add Michael Rasmussen in authors list
1709 2007-06-16 [colin] 2.9.2cvs62
1712 Fix messageview_copy_clipboard to take advantage
1713 of plugins' get_selection.
1715 2007-06-15 [colin] 2.9.2cvs61
1721 * src/message_search.c
1723 * src/summary_search.c
1726 Allow GDK_KP_Enter to do the same as GDK_Return
1727 Patch by Michael Rasmussen
1729 2007-06-15 [paul] 2.9.2cvs60
1732 fix bug when closing a compose window
1735 2007-06-14 [paul] 2.9.2cvs59
1739 migrate sylpheed config
1741 2007-06-14 [wwp] 2.9.2cvs58
1743 * src/gtk/pluginwindow.c
1744 Yet another attempt to fix sizing/alignment of the
1745 button bar in plugins window.
1747 2007-06-12 [colin] 2.9.2cvs57
1752 * src/prefs_common.c
1753 * src/prefs_common.h
1754 * src/prefs_summaries.c
1755 * src/prefs_summary_open.c
1756 * src/prefs_summary_open.h
1758 Make "when entering a folder" actions more personalisable
1760 2007-06-12 [wwp] 2.9.2cvs56
1763 Use short description from Paul (mairix.sh).
1765 2007-06-12 [wwp] 2.9.2cvs55
1768 Updated info about mairix.sh.
1770 2007-06-11 [paul] 2.9.2cvs54
1772 * src/prefs_logging.c
1773 rework log window length widgets
1774 and some sensitivity fixes
1776 2007-06-11 [paul] 2.9.2cvs53
1779 * src/prefs_logging.c
1780 rename 'Protocol Log' to 'Network Log'
1781 and some function renaming
1783 2007-06-10 [wwp] 2.9.2cvs52
1785 * src/gtk/pluginwindow.c
1788 2007-06-10 [wwp] 2.9.2cvs51
1790 * src/gtk/pluginwindow.c
1791 Fix button bar in plugin window, was centered and not
1792 behaving like other dialogs w/ such button bar.
1794 2007-06-08 [wwp] 2.9.2cvs50
1801 Provide a way out of automatic draft saving on IMAP, when
1803 Prevent drafting while sending and quitting while sending.
1808 2007-06-08 [wwp] 2.9.2cvs49
1810 * src/prefs_account.c
1811 * src/gtk/prefswindow.c
1812 * src/gtk/prefswindow.h
1813 Activate the Basic page when opening account prefs.
1815 2007-06-08 [wwp] 2.9.2cvs48
1817 * src/common/socket.c
1818 Don't crash if fork() fails, thanks to Colin.
1820 2007-06-08 [wwp] 2.9.2cvs47
1822 * src/gtk/prefswindow.c
1823 Wrap some long lines, and reset horizontal scroller's adjusment
1824 (this was already done, vertically), when changing tab (not page)
1827 2007-06-08 [paul] 2.9.2cvs46
1829 * src/common/utils.c
1830 use gethostname() instead of uname()
1831 based on a patch by Michael Hughes
1832 <Sylpheed-Claws_user@thehugheslogcabin.net>
1834 2007-06-07 [wwp] 2.9.2cvs45
1836 * src/prefs_common.c
1837 Fix some useless warnings, thanks to Colin.
1839 2007-06-06 [colin] 2.9.2cvs44
1842 Fix strange allocations.
1844 2007-06-06 [colin] 2.9.2cvs43
1847 Patch by Michael Rasmussus to help
1850 2007-06-05 [wwp] 2.9.2cvs42
1852 * src/prefs_account.c
1853 * src/prefs_folder_item.c
1857 Per-folder templates can now be applied recursively.
1858 Always save per-folder templates (formats were erroneously
1859 saved only if they were enabled).
1860 Check for validity of quotation marks everywhere there
1863 2007-06-05 [wwp] 2.9.2cvs41
1866 Fix incoming messages from local accounts always getting filtered
1867 (even if the account prefs say don't), thanks to Colin.
1869 2007-06-05 [wwp] 2.9.2cvs40
1873 Use per-folder/per-account quote chars when applying a
1874 template or inserting text as well. Const'ify some
1877 2007-06-04 [colin] 2.9.2cvs39
1880 More work for wwp :)
1882 2007-06-04 [wwp] 2.9.2cvs38
1885 Same as 2.9.2cvs36 but for forwarding.
1887 2007-06-04 [colin] 2.9.2cvs37
1890 Use original mail file for forward/redirect
1891 Fixes some forwarded mails to be attached as
1892 application/octet-stream (when they have binary
1893 parts), and incidentally fixes bug 848
1894 'Redirect breaks GnuPG'
1896 2007-06-04 [wwp] 2.9.2cvs36
1899 Fix quote mark mis-initialisation when replying/forwarding
1900 (introduced w/ 2.9.2cvs20).
1902 2007-06-04 [wwp] 2.9.2cvs35
1904 * src/prefs_compose_writing.c
1906 Fix a bug where Quotation characters (prefs/compose/writing)
1907 was cleared (introduced w/ 2.9.2cvs26).
1909 2007-06-04 [wwp] 2.9.2cvs34
1911 * src/prefs_account.c
1912 * src/prefs_account.h
1913 Better fix for compiling w/o aspell (rollbacks
1916 2007-06-04 [wwp] 2.9.2cvs33
1919 * src/prefs_account.c
1920 * src/prefs_account.h
1922 It's now possible to disable mail filtering plugins
1923 on a per-account basis.
1925 2007-06-04 [wwp] 2.9.2cvs32
1928 * src/common/utils.c
1929 * src/common/utils.h
1930 Support CRLF in headers part of messages.
1931 Support few more date formats (RFC3339 subsets).
1933 2007-06-04 [wwp] 2.9.2cvs31
1935 * src/prefs_account.c
1936 Fix compiling w/o aspell support.
1938 2007-06-03 [wwp] 2.9.2cvs30
1941 Don't decode leading ENV_ and ~ in P_PASSWORD
1944 2007-06-03 [wwp] 2.9.2cvs29
1947 Don't decode leading ENV_ and ~ in P_PASSWORD
1950 2007-06-03 [wwp] 2.9.2cvs28
1952 * src/prefs_account.c
1953 * src/gtk/prefswindow.c
1954 * src/gtk/prefswindow.h
1955 Added a way to force preloading of all pages
1957 Moved tabs to pages in account prefs.
1959 2007-06-02 [colin] 2.9.2cvs27
1962 Fix possible crash, fix ldap write bugs
1964 Fix ldap write bugs - patch by Michael
1968 Add a hook whenever alertpanel opens/closes
1970 2007-05-31 [wwp] 2.9.2cvs26
1972 * src/prefs_compose_writing.c
1974 Re-organized writing options a bit:
1975 - renamed the Quoting page to Templates
1976 - moved all composing templates to that page
1977 - moved non-templates options to the Writing one,
1978 grouped reply-related options, reordered reply and
1981 2007-05-31 [wwp] 2.9.2cvs25
1984 Removed unused code.
1986 2007-05-31 [colin] 2.9.2cvs24
1989 Fix missing display name when modifying
1990 LDAP. Patch by Michael Rasmussen
1992 2007-05-31 [wwp] 2.9.2cvs23
1994 * src/plugins/bogofilter/Makefile.am
1995 * src/plugins/clamav/Makefile.am
1996 * src/plugins/demo/Makefile.am
1997 * src/plugins/dillo_viewer/Makefile.am
1998 * src/plugins/spamassassin/Makefile.am
1999 Fix building of those plugins in Mac OS X.
2001 2007-05-30 [wwp] 2.9.2cvs22
2003 * src/gtk/quicksearch.c
2004 Fix missing initialization.
2006 2007-05-30 [wwp] 2.9.2cvs21
2009 Revert accidental commit (debug outputs).
2011 2007-05-30 [wwp] 2.9.2cvs20
2014 * src/folder_item_prefs.c
2015 * src/folder_item_prefs.h
2016 * src/prefs_account.c
2017 * src/prefs_account.h
2018 * src/prefs_folder_item.c
2021 Implemented per-account and per-folder
2022 compose/reply/forward formats.
2024 2007-05-30 [wwp] 2.9.2cvs19
2026 * src/prefs_compose_writing.c
2031 Internal API changes (factorize quote format
2034 2007-05-30 [colin] 2.9.2cvs18
2037 Fix race where it's possible to re-click Send
2038 between end of SMTP session and end of "move to
2039 sent folder" when sending an email with send
2042 2007-05-30 [colin] 2.9.2cvs17
2045 Ask for backtrace on all threads. Patch by
2048 Fix stale news statusbar when scanning fails.
2051 Fix some LDAP write updates bugs. Patch
2052 by Michael Rasmussen
2054 2007-05-29 [colin] 2.9.2cvs16
2057 Fix loss of local flags when moving mails
2058 on IMAP in high-bandwidth mode (UID FETCH)
2060 2007-05-25 [paul] 2.9.2cvs15
2062 * src/common/socket.c
2063 fix sometimes crasher on cancelling
2066 2007-05-25 [colin] 2.9.2cvs14
2071 Be more helpful in the subscription
2074 2007-05-23 [wwp] 2.9.2cvs13
2077 * src/prefs_compose_writing.c
2079 * src/prefs_template.c
2080 * src/prefs_template.h
2083 * src/quote_fmt_lex.l
2084 * src/quote_fmt_parse.y
2085 Introduced new syntax elements (symbols and commands)
2086 in templates/quote_fmt. Compatibility w/ old
2088 Updated and reworked the corresponding Information
2090 Display the line number in dialogs that talk about
2091 parser errors (in addition to the error message in
2094 2007-05-23 [wwp] 2.9.2cvs12
2096 * src/quote_fmt_parse.y
2097 Fix 2.9.2cvs11, probably a paste accident ;).
2099 2007-05-23 [wwp] 2.9.2cvs11
2102 * src/prefs_template.c
2104 * src/quote_fmt_parse.y
2105 Fix 2.9.2cvs10, which broke --disable-aspell.
2107 2007-05-22 [wwp] 2.9.2cvs10
2110 * src/prefs_template.c
2113 * src/quote_fmt_lex.l
2114 * src/quote_fmt_parse.y
2115 * src/gtk/gtkaspell.c
2116 * src/gtk/gtkaspell.h
2117 Added template/quote format syntactical elements
2119 - current dictionary
2120 %T to show (shows empty if not set or not enabled),
2121 ?T and !T to check if the default dictionary is
2123 - current account's default dictionary
2124 %aT to show (empty if not set or not enabled),
2125 ?aT and !aT to check if it's enabled and set
2126 - name completion for an address, from the address
2128 %ABf, %ABt, %ABc respectively show the full name got
2129 from the address book if From, To or Cc match a single
2131 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2132 matches any contact and if the full name is non-empty.
2133 If From, To or Cc are lists of email addresses, only
2134 the first address will be checked.
2135 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2136 that could show a trailing ','.
2137 Also, template/quote_fmt parser now shows the line number in case
2140 2007-05-15 [colin] 2.9.2cvs9
2144 Add a public function to know whether Claws
2146 Store opened folder when exiting
2149 Store last opened message in each FolderItem;
2150 Reset last seen messages if Claws crashed, so
2151 that one can't go in an infinite crash in case
2152 a particular mail crashes Claws.
2154 * src/prefs_common.c
2155 * src/prefs_common.h
2157 * src/prefs_summaries.c
2158 Add "Select last opened message" when entering
2160 Add "Select last opened folder" at startup.
2162 2007-05-14 [colin] 2.9.2cvs8
2165 Fix bashism, search for xml catalog
2166 in /usr/local/share/xml/catalog too
2169 2007-05-13 [wwp] 2.9.2cvs7
2171 * src/gtk/logwindow.c
2172 fix raising log windows when they are either minimized or
2175 2007-05-11 [colin] 2.9.2cvs6
2178 Use Hildon's file chooser on Maemo. Patch
2179 by Jean-Luc Biord; fixes part 2 of bug 1201,
2180 'File attachment "manipulation" bugs...'
2182 2007-05-10 [wwp] 2.9.2cvs5
2184 * src/prefs_common.c
2185 * src/prefs_common.h
2186 * src/gtk/quicksearch.c
2187 Add a quicksearch option to automatically run
2188 a search selected from the history (this option
2189 is exclusive towards type-ahead).
2191 2007-05-10 [colin] 2.9.2cvs4
2194 Fix g_warnings, thanks to Brian
2197 2007-05-09 [colin] 2.9.2cvs3
2202 * src/prefs_summaries.c
2205 * src/common/utils.c
2206 * src/gtk/gtksourceprintjob.c
2207 * src/gtk/sslcertwindow.c
2208 Use the re-entrant variant of time functions
2209 Probably fixes bug 1217, 'reentrancy problems
2210 with time functions'
2212 2007-05-09 [colin] 2.9.2cvs2
2215 Fix crasher when reconnection fails
2217 2007-05-08 [paul] 2.9.2cvs1
2223 bump version number following
2226 2007-05-08 [paul] 2.9.1cvs48
2228 * src/plugins/demo/demo.c
2229 * src/plugins/dillo_viewer/dillo_prefs.c
2230 * src/plugins/dillo_viewer/dillo_prefs.h
2231 * src/plugins/dillo_viewer/dillo_viewer.c
2232 * src/plugins/pgpcore/pgp_viewer.c
2233 * src/plugins/pgpcore/pgp_viewer.h
2234 * src/plugins/pgpcore/plugin.c
2235 * src/plugins/pgpcore/prefs_gpg.c
2236 * src/plugins/pgpcore/prefs_gpg.h
2237 * src/plugins/pgpcore/sgpgme.c
2238 * src/plugins/pgpcore/sgpgme.h
2239 * src/plugins/pgpinline/plugin.c
2240 * src/plugins/pgpmime/pgpmime.c
2241 * src/plugins/pgpmime/pgpmime.h
2242 * src/plugins/pgpmime/plugin.c
2243 * src/plugins/spamassassin/spamassassin.c
2244 * src/plugins/spamassassin/spamassassin.h
2245 * src/plugins/spamassassin/spamassassin_gtk.c
2246 * src/plugins/trayicon/README
2248 * tools/README.sylprint
2249 * tools/outlook2claws-mail.pl
2251 * tools/tb2claws-mail
2252 * tools/tbird2claws.py
2254 * tools/vcard2xml.py
2255 * tools/kdeservicemenu/README
2256 cleanups and corrections
2258 2007-05-06 [wwp] 2.9.1cvs47
2261 Fix missing dash to `display` command-line, reported
2262 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2264 2007-05-06 [colin] 2.9.1cvs46
2267 * src/stock_pixmap.c
2268 * src/stock_pixmap.h
2269 * src/pixmaps/printer.xpm
2272 2007-05-06 [paul] 2.9.1cvs45
2277 * src/summary_search.c
2281 2007-05-05 [wwp] 2.9.1cvs44
2285 * src/prefs_actions.c
2289 Fix "faild" typos everywhere and capitalization of
2292 2007-05-04 [colin] 2.9.1cvs43
2297 * src/plugins/pgpcore/prefs_gpg.c
2298 * src/plugins/pgpcore/prefs_gpg.h
2299 * src/plugins/pgpinline/pgpinline.c
2300 * src/plugins/pgpmime/pgpmime.c
2301 Add an API to warn about encryption limits,
2302 and allow to disable these warnings
2304 2007-05-03 [colin] 2.9.1cvs42
2308 Fix bug 1213, 'Delete more than
2311 2007-05-03 [wwp] 2.9.1cvs41
2313 * src/prefs_common.c
2314 * src/prefs_filtering.c
2315 * src/prefs_template.c
2316 * src/common/template.c
2317 * src/common/template.h
2318 * src/gtk/gtkutils.c
2319 * src/gtk/gtkutils.h
2320 Templates are no longer automatically sorted
2321 by name, but can be sorted manually using
2322 |< < > >| buttons as well as drag'n'drop.
2324 2007-05-03 [wwp] 2.9.1cvs40
2326 * src/plugins/spamassassin/spamassassin.c
2327 * src/plugins/spamassassin/spamassassin.h
2328 * src/plugins/spamassassin/spamassassin_gtk.c
2329 * src/plugins/bogofilter/bogofilter.c
2330 * src/plugins/bogofilter/bogofilter.h
2331 * src/plugins/bogofilter/bogofilter_gtk.c
2332 Added an option to conditionally mark saved spam
2333 as read (default is and was to do so).
2334 Satisfies feature request 1708539 on sf.net tracker.
2336 2007-05-03 [colin] 2.9.1cvs39
2339 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2341 2007-05-02 [colin] 2.9.1cvs38
2344 Fix bug 1209, 'Clicking on address
2345 in header (mailto uri) selects
2346 default account'. Patch adapted from
2349 2007-05-02 [colin] 2.9.1cvs37
2351 * src/grouplistdialog.c
2352 Set cursor to wait cursor while loading
2355 2007-05-02 [paul] 2.9.1cvs36
2359 rename cache and mark files
2362 2007-04-30 [paul] 2.9.1cvs35
2364 * manual/glossary.xml
2365 * manual/plugins.xml
2366 updates. Patch by Ricardo
2368 2007-04-29 [wwp] 2.9.1cvs34
2372 Fix few grammatical errors (patch by David Relson < relson at
2373 osagesoftware dot com >).
2375 2007-04-28 [colin] 2.9.1cvs33
2379 * src/prefs_account.c
2380 * src/prefs_account.h
2381 Drop the "Download all" preference. It's
2382 stupidly useless and confuses people from
2385 2007-04-27 [wwp] 2.9.1cvs32
2388 * src/prefs_account.c
2389 * src/prefs_account.h
2390 Don't reflect accounts changes to the mainwindow when it's
2393 2007-04-27 [colin] 2.9.1cvs31
2396 Freeze/thaw when sync'ing flags
2398 * src/prefs_account.c
2399 * src/prefs_account.h
2400 * src/etpan/imap-thread.c
2401 * src/etpan/imap-thread.h
2402 Add a way to use UID FETCH instead
2403 of searches to fetch message lists
2404 and flags. More expensive towards
2405 bandwidth, less expensive towards
2406 server's CPU. Probably fixes
2407 bug 1158, 'Scanning new folders on
2408 Exchange 2007 extremely slow'.
2411 2007-04-27 [paul] 2.9.1cvs30
2414 * src/prefs_logging.c
2415 improvements to english usage
2417 2007-04-27 [colin] 2.9.1cvs29
2420 Fix build without libetpan (my bad!)
2422 2007-04-26 [colin] 2.9.1cvs28
2426 Fix uselessly exported function
2428 Consider "- -- \n" as signature separator
2429 (that's what signature separators look like
2430 in PGP/Inline signed mails)
2432 2007-04-26 [colin] 2.9.1cvs27
2435 libetpan-0.49 is now required
2437 Fix double fetching of mails if
2440 Make offline sync faster, by
2441 remembering last change time, and
2444 2007-04-26 [hoa] 2.9.1cvs26
2450 * src/etpan/imap-thread.c
2451 * src/etpan/imap-thread.h
2452 cancellation of IMAP operations is now allowed.
2453 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2455 2007-04-26 [colin] 2.9.1cvs25
2458 Always fetch body+headers in folders that are
2459 synched for offline use, if "Synchronise as
2460 soon as possible" is set.
2461 Fixes bug 1200, 'Add option to always retrieve full
2464 2007-04-25 [colin] 2.9.1cvs24
2467 Fix bug 1198, 'Reply-all "disappearing" address bug
2470 2007-04-24 [colin] 2.9.1cvs23
2473 Fix bug 1195, 'Hardware key navigation'
2474 Make GDK_Enter toggle expansion (Maemo)
2476 2007-04-24 [wwp] 2.9.1cvs22
2479 Fix few compiler warnings.
2481 2007-04-24 [paul] 2.9.1cvs21
2484 * src/stock_pixmap.c
2485 * src/stock_pixmap.h
2486 complete last commit
2488 2007-04-24 [paul] 2.9.1cvs20
2491 * src/pixmaps/active.xpm
2492 * src/pixmaps/checkbox_off.xpm
2493 * src/pixmaps/checkbox_on.xpm
2494 * src/pixmaps/inactive.xpm
2496 remove transparent border from checkbox icons
2498 2007-04-24 [wwp] 2.9.1cvs19
2502 Fix a crash in textview, thanks to Colin.
2504 2007-04-23 [wwp] 2.9.1cvs18
2506 * src/prefs_common.c
2507 Fix 2.9.1cvs5: no header was being translated at all.
2509 2007-04-23 [colin] 2.9.1cvs17
2512 * src/stock_pixmap.c
2513 * src/stock_pixmap.h
2516 * src/gtk/gtksctree.c
2517 * src/gtk/gtksctree.h
2518 * src/pixmaps/selection.xpm
2519 Fix bug 1193, 'Need a way to multi-select
2520 items'. Add a toggle button to the summaryview
2521 to switch between normal and multiple selection
2524 2007-04-23 [colin] 2.9.1cvs16
2527 * src/stock_pixmap.c
2528 * src/stock_pixmap.h
2531 * src/gtk/gtksctree.c
2532 * src/gtk/gtksctree.h
2533 * src/pixmaps/selection.xpm
2534 Fix bug 1193, 'Need a way to multi-
2536 Add a toggle button in the summaryview
2537 to enable normal or multiple selection.
2540 2007-04-23 [colin] 2.9.1cvs15
2543 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2545 2007-04-21 [colin] 2.9.1cvs14
2547 * src/gtk/quicksearch.c
2548 Fix previous commit (actually use correct
2551 2007-04-21 [colin] 2.9.1cvs13
2553 * src/gtk/quicksearch.c
2554 Fix changing quicksearch type (after Esc,
2555 after changing Recursive, ...)
2557 2007-04-20 [wwp] 2.9.1cvs12
2559 * src/gtk/Makefile.am
2560 Added headers.h (completes 2.9.1cvs5).
2562 2007-04-20 [wwp] 2.9.1cvs11
2565 Fix the use of display name in name column,
2566 it has been overriden w/ the use of nickname
2567 by 2.9.0cvs3. Now nickname is used (if any)
2568 in case of LDAP books only.
2570 2007-04-20 [colin] 2.9.1cvs10
2575 Add handling of 'a' to loop in a mail's
2578 2007-04-20 [colin] 2.9.1cvs9
2581 Fix bug 1190, 'dir_open' button doesn't work'
2584 2007-04-20 [colin] 2.9.1cvs8
2588 Fix bug 1194, 'Hardware keys move from email
2589 list to account/directory list, but not back
2590 to email list...' (Maemo)
2592 2007-04-20 [colin] 2.9.1cvs7
2595 complete previous commit
2597 2007-04-20 [colin] 2.9.1cvs6
2600 Fix bug 1187, 'Reply-to addressee disappears
2601 when reply-to text box is clicked...' (Maemo)
2603 2007-04-20 [wwp] 2.9.1cvs5
2611 * src/prefs_common.c
2612 * src/prefs_common.h
2613 * src/prefs_display_header.c
2614 * src/prefs_matcher.c
2617 * src/gtk/quicksearch.c
2618 Translate more header names according to the relevant option value,
2619 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2620 Replaced nearly all uses of prefs_common.trans_hdr with a call
2621 to prefs_common_translated_header_name().
2622 Added a headers.h reference file that contains known header names
2623 (RFC2822 and others) to the translation process' input, so that
2624 translated header names will still exist even if no occurrence of
2625 _("headername") is found anymore in the sources.
2626 Don't translate column name 'Number' following to trans_hdr option
2627 value as it's not a header name.
2629 2007-04-20 [colin] 2.9.1cvs4
2631 * src/gtk/quicksearch.c
2632 * src/gtk/quicksearch.h
2633 Add "From, To or Subject" quicksearch
2634 type. Patch by ulfschaper@users.sf.net
2636 2007-04-20 [colin] 2.9.1cvs3
2639 Implement proper references filtering condition.
2640 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2642 2007-04-19 [wwp] 2.9.1cvs2
2644 * src/prefs_display_header.c
2645 * src/message_search.c
2646 Fix few warnings (g_free of const gchar*).
2648 2007-04-19 [paul] 2.9.1cvs1
2654 bump version number following
2657 2007-04-19 [paul] 2.9.0cvs9
2659 * manual/advanced.xml
2660 * manual/glossary.xml
2663 2007-04-18 [paul] 2.9.0cvs8
2666 fix for CVE-2007-1558 (APOP)
2669 2007-04-18 [paul] 2.9.0cvs7
2675 Fix encoding woes wrt saving of
2679 2007-04-18 [colin] 2.9.0cvs6
2681 * src/gtk/pluginwindow.c
2682 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2684 2007-04-17 [wwp] 2.9.0cvs5
2690 Fix --disable-ldap build,
2691 fix some LDAP annoyances on
2692 searches, thanks to Colin.
2694 2007-04-17 [wwp] 2.9.0cvs4
2697 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2698 like gcc 2.9x. Thanks to Colin.
2700 2007-04-17 [wwp] 2.9.0cvs3
2716 Add LDAP write support. Patch mostly by
2717 Michael <mir at datanom dot net>
2719 2007-04-17 [wwp] 2.9.0cvs2
2722 Prepend "Add to address book" to the context menu of compose window's sender and
2725 2007-04-16 [paul] 2.9.0cvs1
2730 2007-04-16 [paul] 2.9.0
2737 2007-04-16 [paul] 2.8.1cvs102
2740 updated by Fabien Vantard
2742 2007-04-16 [paul] 2.8.1cvs101
2752 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2753 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2754 Aleksandar Urosevic, and Ralgh Young
2756 2007-04-15 [mones] 2.8.1cvs100
2761 2007-04-14 [colin] 2.8.1cvs99
2763 * src/message_search.c
2764 * src/prefs_display_header.c
2765 * src/summary_search.c
2766 * src/gtk/combobox.c
2769 2007-04-14 [wwp] 2.8.1cvs98
2771 * src/gtk/combobox.c
2772 * src/message_search.c
2773 * src/summary_search.c
2774 * src/prefs_display_header.c
2775 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2776 returns NULL, get the text value directly from the GtkEntry child.
2778 2007-04-13 [colin] 2.8.1cvs97
2780 * src/gtk/quicksearch.c
2781 Give the focus back to summaryview when
2782 emptying the quicksearch with Esc
2784 2007-04-13 [colin] 2.8.1cvs96
2786 * src/message_search.c
2787 * src/prefs_display_header.c
2788 * src/summary_search.c
2789 Fix possibles crashes when getting text
2792 2007-04-13 [colin] 2.8.1cvs95
2795 Add some UIDL debugging
2797 2007-04-12 [colin] 2.8.1cvs94
2800 Force folder scan if necessary after
2801 copying mails, to be able to reapply
2804 2007-04-11 [colin] 2.8.1cvs93
2807 don't scan for new mail on startup if --select
2808 is specified (or race conditions arise). If so,
2809 do both sequentially.
2811 2007-04-09 [colin] 2.8.1cvs92
2814 Use leafpad by default on Maemo. Patch
2817 2007-04-06 [colin] 2.8.1cvs91
2819 * src/pixmaps/queue_close.xpm
2820 * src/pixmaps/queue_close_hrm.xpm
2821 * src/pixmaps/queue_close_hrm_mark.xpm
2822 * src/pixmaps/queue_close_mark.xpm
2823 * src/pixmaps/queue_open.xpm
2824 * src/pixmaps/queue_open_hrm.xpm
2825 * src/pixmaps/queue_open_hrm_mark.xpm
2826 * src/pixmaps/queue_open_mark.xpm
2827 Move the clock one pixel down :)
2829 2007-04-05 [colin] 2.8.1cvs90
2832 Don't sync when switching offline from
2833 command line - it's usually too late :)
2835 2007-04-05 [paul] 2.8.1cvs89
2838 * src/stock_pixmap.c
2839 * src/pixmaps/dir_close_hrm.xpm
2840 * src/pixmaps/dir_close_hrm_mark.xpm
2841 * src/pixmaps/drafts_close.xpm
2842 * src/pixmaps/drafts_close_mark.xpm
2843 * src/pixmaps/drafts_open.xpm
2844 * src/pixmaps/drafts_open_mark.xpm
2845 * src/pixmaps/inbox.xpm
2846 * src/pixmaps/inbox_close.xpm
2847 * src/pixmaps/inbox_close_hrm.xpm
2848 * src/pixmaps/inbox_close_hrm_mark.xpm
2849 * src/pixmaps/inbox_close_mark.xpm
2850 * src/pixmaps/inbox_hrm.xpm
2851 * src/pixmaps/inbox_hrm_mark.xpm
2852 * src/pixmaps/inbox_mark.xpm
2853 * src/pixmaps/inbox_open.xpm
2854 * src/pixmaps/inbox_open_hrm.xpm
2855 * src/pixmaps/inbox_open_hrm_mark.xpm
2856 * src/pixmaps/inbox_open_mark.xpm
2857 * src/pixmaps/outbox.xpm
2858 * src/pixmaps/outbox_close.xpm
2859 * src/pixmaps/outbox_close_hrm.xpm
2860 * src/pixmaps/outbox_close_hrm_mark.xpm
2861 * src/pixmaps/outbox_close_mark.xpm
2862 * src/pixmaps/outbox_hrm.xpm
2863 * src/pixmaps/outbox_hrm_mark.xpm
2864 * src/pixmaps/outbox_mark.xpm
2865 * src/pixmaps/outbox_open.xpm
2866 * src/pixmaps/outbox_open_hrm.xpm
2867 * src/pixmaps/outbox_open_hrm_mark.xpm
2868 * src/pixmaps/outbox_open_mark.xpm
2869 * src/pixmaps/queue_close.xpm
2870 * src/pixmaps/queue_close_hrm.xpm
2871 * src/pixmaps/queue_close_hrm_mark.xpm
2872 * src/pixmaps/queue_close_mark.xpm
2873 * src/pixmaps/queue_open.xpm
2874 * src/pixmaps/queue_open_hrm.xpm
2875 * src/pixmaps/queue_open_hrm_mark.xpm
2876 * src/pixmaps/queue_open_mark.xpm
2877 updated, added and replaced icons
2880 2007-04-04 [colin] 2.8.1cvs88
2883 Fix build without libetpan
2885 2007-04-03 [colin] 2.8.1cvs87
2888 Fix crash with Citadel, and try to make
2889 things work. this server (and specifically
2890 STATUS and APPEND at least) seems broken.
2892 2007-04-03 [colin] 2.8.1cvs86
2895 Fix icons on folder close
2897 2007-04-03 [colin] 2.8.1cvs85
2900 Fix double-ask of offline override in
2905 Much more efficient way to synchronise
2907 * src/etpan/imap-thread.c
2910 * src/gtk/quicksearch.c
2913 2007-04-03 [paul] 2.8.1cvs84
2918 * src/prefs_common.c
2919 * src/prefs_common.h
2921 Fix sync being done too late
2924 2007-04-02 [colin] 2.8.1cvs83
2927 Maemo: Put status and quicksearch at the top
2928 * src/plugins/bogofilter/bogofilter.c
2929 * src/plugins/spamassassin/spamassassin.c
2930 Derive trash from inbox if possible
2932 2007-04-02 [paul] 2.8.1cvs82
2934 * src/plugins/bogofilter/bogofilter_gtk.c
2935 a few English changes
2941 2007-04-02 [colin] 2.8.1cvs81
2943 * src/image_viewer.c
2944 Fix transparent images by using
2947 Flush events (on new windows) to avoid
2948 having the textview's image resize fail
2949 to know the available width
2951 2007-04-01 [colin] 2.8.1cvs80
2953 * src/prefs_account.c
2954 If no MH mailbox exist, when creating a POP/Local
2955 account, just create and use the default one
2956 instead of bailing with a "Mailbox doesn't exist"
2959 2007-03-31 [colin] 2.8.1cvs79
2961 * src/prefs_account.c
2962 Create signature file if it doesn't exist
2964 * src/prefs_toolbar.c
2965 Maemo: Move "Use default" on the left so
2966 that people can find it
2968 Maemo: make default editor "Maemopad",
2969 default signature file "MyDocs/signature.txt"
2971 2007-03-31 [colin] 2.8.1cvs78
2973 * src/prefs_account.c
2974 Maemo: rework account prefs so
2975 that less horizontal scrolling
2978 2007-03-31 [colin] 2.8.1cvs77
2981 * src/prefs_common.c
2982 * src/prefs_common.h
2983 Fix bug 1167, 'Allow not displaying zeros
2984 in folder list'. Patch by MartinP
2986 2007-03-31 [colin] 2.8.1cvs76
2991 2007-03-31 [colin] 2.8.1cvs75
2994 Apply patch from bug 1172, direct
2995 access to the folder's session instead
2996 of using getter. Patch by MartinP
2998 2007-03-31 [paul] 2.8.1cvs74
3001 no need to list Fabien twice!
3003 2007-03-31 [colin] 2.8.1cvs73
3006 If we're currently "overriding for %d minutes",
3009 2007-03-31 [colin] 2.8.1cvs72
3017 * src/plugins/spamassassin/spamassassin.c
3018 Offline override: Add a parameter to allow
3019 asking even if the override timer is running.
3020 Allows to ask every time the user makes an
3021 explicit action needing online access (such
3022 as Get Mail), and not when the action is
3023 implicit (such as opening an IMAP folder)
3025 2007-03-31 [colin] 2.8.1cvs71
3028 Override offline: "No" answer shouldn't
3029 re-ask after 3 seconds, but 10 minutes.
3031 2007-03-30 [colin] 2.8.1cvs70
3033 * src/common/socket.c
3034 Better error reporting on unix socket
3035 failure (bind usually)
3036 * src/gtk/gtkutils.c
3037 * src/gtk/gtkutils.h
3038 Label window: add a pulsing progress
3039 bar to show we're not hung :)
3042 * src/plugins/pgpcore/sgpgme.c
3045 2007-03-30 [colin] 2.8.1cvs69
3048 * src/prefs_common.c
3049 Fix possible trashing of history and uidl
3050 files on disk full problems
3052 2007-03-30 [paul] 2.8.1cvs68
3057 update summary when changing layout type
3058 (fixes wrong folder icon being displayed)
3061 2007-03-29 [colin] 2.8.1cvs67
3063 * src/prefs_ext_prog.c
3064 The browser pref is irrelevant on Maemo
3066 2007-03-29 [colin] 2.8.1cvs66
3070 Maemo: dynamically switch headers/text position
3071 * src/prefs_common.c
3072 Maemo: hide compose's ruler by default
3073 * src/common/socket.c
3074 * src/common/socket.h
3077 2007-03-29 [colin] 2.8.1cvs65
3079 * src/common/socket.c
3080 * src/common/socket.h
3081 Fix build when MAEMO_CFLAGS contains
3082 _X_OPENSOURCE (resolv.h errors as long
3083 as we don't add _BSD_SOURCE. Ugly).
3085 2007-03-29 [wwp] 2.8.1cvs64
3087 * src/prefs_logging.c
3088 Fix sensitivity of clip-log widgets in prefs/logging,
3091 2007-03-29 [wwp] 2.8.1cvs63
3094 Updated files list for translations, thanks to Fabien.
3096 2007-03-29 [colin] 2.8.1cvs62
3099 * src/common/Makefile.am
3100 * src/common/utils.c
3101 Maybe make URI opening work in Maemo
3104 2007-03-28 [colin] 2.8.1cvs61
3109 Add the possibility to sort folders arbitrarily
3110 (via editing of folderlist.xml only). Patch by
3111 Martin P <mp26+claws@os.inf.tu-dresden.de>
3112 Fixes bug 1166, 'Folder ordering is fixed and cannot
3113 be changed by the user'
3115 2007-03-28 [colin] 2.8.1cvs60
3118 Add popup menu for mime icons
3120 2007-03-28 [colin] 2.8.1cvs59
3123 Fix a layout issue when presenting
3124 mainwindow in Small screen layout
3127 Add a "Go to folder list" button for
3128 mainwindow, and make it default in
3131 2007-03-28 [colin] 2.8.1cvs58
3134 Don't dynamically update title on Maemo
3135 Patch by Jean-Luc Biord
3137 2007-03-27 [colin] 2.8.1cvs57
3142 Enable tap-and-hold on Maemo
3144 2007-03-26 [colin] 2.8.1cvs56
3147 More popup-menu (in attachments list)
3149 2007-03-26 [colin] 2.8.1cvs55
3152 Enable popup-menu signal
3154 2007-03-26 [colin] 2.8.1cvs54
3156 * src/plugins/pgpinline/pgpinline.c
3157 Fix bug 1111, 'PGP/inline plugin hides text
3158 around encrypted text block'. Patch based on
3159 a patch from Michal Cihar.
3161 2007-03-26 [wwp] 2.8.1cvs53
3164 Fix getting a false error when sending queued message
3165 whereas the sending was fine (if there are subfolders
3166 in the queue folder), thanks to Colin.
3168 2007-03-26 [paul] 2.8.1cvs52
3171 update FACE header in welcome message
3173 2007-03-25 [colin] 2.8.1cvs51
3178 2007-03-25 [colin] 2.8.1cvs50
3181 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3183 2007-03-24 [colin] 2.8.1cvs49
3186 Fix a few launch problems on Maemo
3187 Patch by Jean-Luc Biord
3189 2007-03-24 [wwp] 2.8.1cvs48
3195 Fix wrong action performed when closing the
3196 "ask about account specific filtering rules
3197 when filtering manually" dialog by pressing Escape.
3198 Fix wrong order of buttons in the "return receipt
3199 notification - the message was sent to several of
3200 your accounts" dialog.
3202 2007-03-24 [paul] 2.8.1cvs47
3205 an improvement to English usage
3206 * tools/kdeservicemenu/README
3209 2007-03-24 [paul] 2.8.1cvs46
3212 * src/stock_pixmap.c
3213 * src/pixmaps/edit_extern.xpm
3214 * src/pixmaps/mail_sign.xpm
3215 rescue long lost icons
3217 2007-03-24 [paul] 2.8.1cvs45
3220 fix toolbar (broken in 2.8.1cvs42)
3222 2007-03-23 [colin] 2.8.1cvs44
3225 Correctly unsubscribe/resubscribe after
3228 2007-03-23 [colin] 2.8.1cvs43
3230 * src/prefs_common.c
3231 Maemo: as the platform is light on RAM, allow
3232 caches to be discarded faster.
3234 2007-03-23 [colin] 2.8.1cvs42
3239 * src/stock_pixmap.c
3240 * src/stock_pixmap.h
3245 * src/pixmaps/open_mail.xpm
3246 Maemo changes: Add the possibility to have
3247 "Open Email" and "Close Window" buttons on
3248 toolbars (and use them in Maemo's default
3251 2007-03-23 [wwp] 2.8.1cvs41
3254 Reverted that part of the action dialog closure logics, to
3255 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3256 done later in a different way (or may not).
3258 2007-03-22 [wwp] 2.8.1cvs40
3261 Fix sticky action dialog when got no output but action command
3262 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3264 2007-03-22 [colin] 2.8.1cvs39
3266 * src/prefs_filtering.c
3267 * src/gtk/combobox.h
3268 Fix escaping account names in filtering prefs
3270 2007-03-22 [colin] 2.8.1cvs38
3275 Add any attribute specified in LDAP servers'
3276 Search attributes to the Other Attributes tab
3277 of contacts; Add 'telephoneNumber' in the
3280 2007-03-22 [colin] 2.8.1cvs37
3285 Try to prevent race conditions when
3286 changing the folder list
3288 Fix possible red folder icon when
3289 switching from Small screen layout
3292 2007-03-22 [colin] 2.8.1cvs36
3297 Rename "little screen" to "Small screen"
3298 * src/gtk/Makefile.am
3299 * src/common/utils.c
3301 Fix Maemo-related compilation problems
3303 2007-03-21 [colin] 2.8.1cvs35
3307 * claws-mail.desktop
3308 Remove .png from the Icon, it's useless
3310 2007-03-21 [colin] 2.8.1cvs34
3314 Add the necessary lib checking for
3317 2007-03-21 [colin] 2.8.1cvs33
3320 Fix unconditional "error happened" when
3321 sending via command-line. "lol @ myself"
3323 2007-03-21 [colin] 2.8.1cvs32
3325 * claws-mail-40x40.png
3326 * claws-mail-26x26.png
3336 * src/prefs_account.c
3337 * src/prefs_common.c
3338 * src/summary_search.c
3342 * src/gtk/gtkutils.c
3343 * src/gtk/gtkutils.h
3344 * src/gtk/logwindow.c
3346 * src/gtk/prefswindow.c
3347 Add Maemo port (patch mainly by Jean-Luc Biort)
3348 Add a new 'Little screen' layout to help on such
3349 platforms (patch by me)
3350 Make some default preferences different (more
3351 adapted) on Maemo (patch by me)
3353 2007-03-21 [wwp] 2.8.1cvs31
3355 * src/prefs_logging.c
3356 * src/prefs_logging.h
3357 Fixed copyright header of newly added files.
3359 2007-03-21 [wwp] 2.8.1cvs30
3375 * src/prefs_common.c
3376 * src/prefs_common.h
3377 * src/prefs_logging.c
3378 * src/prefs_logging.h
3381 * src/send_message.c
3386 * src/common/session.c
3388 * src/common/socket.c
3389 * src/etpan/imap-thread.c
3390 * src/gtk/logwindow.c
3391 * src/gtk/logwindow.h
3392 * src/plugins/bogofilter/bogofilter.c
3393 * src/plugins/spamassassin/spamassassin.c
3394 Added debugging of filtering/processing rules.
3395 The debug log is here 'Tools/Filtering debug window',
3396 the options there 'Configuration/Preferences/Other/Logging',
3397 and the log file is ~/.claws-mail/filtering.log.
3398 Moved protocol log prefs to 'Other/Logging' as well.
3399 To support such debugging feature, the existing log API has
3400 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3401 this impacts many external modules (commits follow).
3403 2007-03-21 [paul] 2.8.1cvs29
3405 * src/etpan/Makefile.am
3406 * src/etpan/imap-thread.c
3407 add missing #include
3409 2007-03-21 [colin] 2.8.1cvs28
3412 Fix bug 1157, 'some broken messages confuse
3413 mime parser'. Make sure we can't have MimeInfos
3414 with negative sizes.
3416 2007-03-20 [colin] 2.8.1cvs27
3419 Fix missing \0 on buffer
3421 2007-03-20 [colin] 2.8.1cvs26
3424 Use make_dir_hier instead of make_dir
3425 to create the MH mailbox
3427 2007-03-20 [colin] 2.8.1cvs25
3431 * src/prefs_account.c
3433 Fix default inbox weirdnesses (after wizard,
3434 if path is Mail, mailbox identifier is #mh/Mailbox,
3435 and when creating new accounts)
3437 2007-03-20 [colin] 2.8.1cvs24
3440 Write folderlist after adding/deleting accounts
3443 2007-03-20 [colin] 2.8.1cvs23
3446 * src/remotefolder.h
3447 Fix bug 1153, 'CM segfaults if IMAP folder is
3448 selected while scanning prior to update'
3450 2007-03-17 [paul] 2.8.1cvs22
3453 fix a typo, and be a little more verbose.
3455 2007-03-17 [wwp] 2.8.1cvs21
3458 Fix a compiler warning.
3460 2007-03-16 [wwp] 2.8.1cvs20
3464 Updated to deal w/ the new mairix.sh tool.
3466 2007-03-16 [wwp] 2.8.1cvs19
3469 Fix logics issues around the action IO dialog:
3470 - disable entry widget and exec button when
3471 the exec button is clicked (don't wait for any
3472 output line) - fix possible disabling/re-enabling/
3473 re-disabling of those widgets
3474 - raise an error if executing a %as{} action either
3475 empty or invalid, instead of failing silently
3476 - don't close the dialog if the abort button has been
3477 clicked and if there was no output yet
3478 - set focus to the abort button when the exec button
3480 - fix capitalization of a warning message
3482 2007-03-16 [wwp] 2.8.1cvs18
3485 Added a wrapper to mairix to the tools folder.
3487 2007-03-16 [colin] 2.8.1cvs17
3491 Allow mimeviewer plugins to print
3494 2007-03-16 [colin] 2.8.1cvs16
3499 2007-03-15 [colin] 2.8.1cvs15
3503 Add a way for mimeviewer plugins to
3504 implement body search
3506 2007-03-15 [paul] 2.8.1cvs14
3508 * src/prefs_spelling.c
3511 2007-03-15 [paul] 2.8.1cvs13
3513 * src/common/quoted-printable.c
3514 fix decoding of quoted-printable parts
3516 2007-03-14 [wwp] 2.8.1cvs12
3518 * src/gtk/logwindow.h
3519 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3521 2007-03-14 [wwp] 2.8.1cvs11
3523 * src/gtk/logwindow.h
3524 Complete 2.8.1cvs10.
3526 2007-03-14 [colin] 2.8.1cvs10
3528 * src/gtk/logwindow.c
3529 Probably fix bug 1149, crash on logwindow
3530 close - at the expense of performance once
3531 logwin has been opened
3533 2007-03-14 [colin] 2.8.1cvs9
3536 If claws-mail is running on another
3537 display, warn instead of popping it up
3538 on the other display
3540 2007-03-12 [colin] 2.8.1cvs8
3543 Fix bug 1145, 'Setting a different name
3544 for the Mailbox name isn't reflected in
3545 default account settings'. Patch by wwp
3547 2007-03-12 [colin] 2.8.1cvs7
3550 Fix bug 1143, 'Add number of messages to be
3551 deleted to confirmation dialog'
3553 2007-03-12 [wwp] 2.8.1cvs6
3556 * src/prefs_common.c
3557 * src/prefs_common.h
3558 * src/prefs_summaries.c
3559 Changed the option that displays unread messages count
3560 next to the folder name in folder list: it is now
3561 possible to either display nothing, display the
3562 unread messages number only or the unread and total messages
3563 numbers. The patch includes this extra feature as well
3564 as some minor fixes by rewriting the algo in folderview.c.
3565 Thanks to Paul for the original idea and implementation, plus
3566 testing and proof-reading!
3568 2007-03-09 [paul] 2.8.1cvs5
3572 * tools/claws-mail-compose-insert-files.pl
3573 added a script which enables inserting files
3574 into the message body of a new Claws Mail
3575 Compose window from the command line. Additionally
3576 To, Cc, Subject and files to attach to the message
3579 2007-03-09 [wwp] 2.8.1cvs4
3584 Optimize matching of addresses in the addressbook
3585 (filtering/processing 'found_in_addressbook' condition).
3587 2007-03-07 [wwp] 2.8.1cvs3
3590 * src/quote_fmt_lex.l
3591 * src/quote_fmt_parse.y
3592 Add a new quote format symbol: %A to insert the
3593 sender email address (just the address itself).
3595 2007-03-06 [wwp] 2.8.1cvs2
3597 * src/gtk/gtkutils.c
3598 * src/plugins/trayicon/trayicon_prefs.h
3599 * src/plugins/trayicon/trayicon_prefs.c
3600 * src/plugins/trayicon/trayicon.c
3603 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3604 minimizing Claws-Mail main window will hide it to the trayicon instead.
3607 2007-03-06 [paul] 2.8.1cvs1
3613 bump version number following
3616 2007-03-06 [paul] 2.8.0cvs24
3619 corrected by by Tim <timbrain@post.cz>
3621 2007-03-05 [colin] 2.8.0cvs23
3625 Fix mime/globs path on NetBSD
3626 patch by George Michaelson
3628 2007-03-05 [wwp] 2.8.0cvs22
3631 Remove debug statement (accidentally committed w/ cvs14).
3633 2007-03-05 [paul] 2.8.0cvs21
3635 * src/plugins/pgpcore/prefs_gpg.c
3636 fix compiler warning
3638 2007-03-05 [wwp] 2.8.0cvs20
3640 * src/matcher_parser_parse.y
3641 Fix mismerge between cvs17 and cvs19.
3643 2007-03-05 [wwp] 2.8.0cvs19
3645 * src/matcher_parser_parse.y
3646 * src/prefs_filtering_action.c
3651 Add new 'add_to_addressbook' filtering/processing action.
3653 2007-03-05 [wwp] 2.8.0cvs18
3656 Fix mark_as_ham filtering/processing action: spam flag
3659 2007-03-04 [colin] 2.8.0cvs17
3664 * src/matcher_parser_parse.y
3665 * src/prefs_filtering_action.c
3666 Add 'Mark as spam' and 'Mark as ham' filtering
3667 actions. Fixes bug 1138.
3669 2007-03-04 [colin] 2.8.0cvs16
3672 Fix bug 1140, wrong return value
3675 2007-03-04 [wwp] 2.8.0cvs15
3678 Rollback cvs14: don't free stuff that is managed in g_list.
3680 2007-03-04 [wwp] 2.8.0cvs14
3683 Fix a leak in address completion code.
3685 2007-03-04 [colin] 2.8.0cvs13
3688 Maybe fix bug 1136, 'Crash in group
3691 2007-03-04 [iwkse] 2.8.0cvs12
3694 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3696 2007-03-03 [colin] 2.8.0cvs11
3698 * src/plugins/pgpinline/pgpinline.c
3699 Fix off-by-one, fix double-free. Fixes
3700 bug 1135, 'cm-segfault on decrypting
3703 2007-03-03 [colin] 2.8.0cvs10
3707 * src/common/plugin.c
3708 Fix bug 1134, 'Valgrind macros unhandled
3711 2007-03-02 [colin] 2.8.0cvs9
3714 Don't error out on EAGAIN. Fixes
3715 bug 1129, '"local mbox file" account
3716 isn't retrieving mails'
3718 2007-03-01 [wwp] 2.8.0cvs8
3721 * src/gtk/colorlabel.c
3722 Remove accels for extra color labels until we set better
3723 and definitive ones.
3725 2007-02-28 [wwp] 2.8.0cvs7
3728 * src/matcher_parser_parse.y
3729 * src/prefs_common.c
3730 * src/prefs_msg_colors.c
3732 * src/gtk/colorlabel.c
3733 * src/gtk/colorlabel.h
3734 Add more customizable color labels. Cleaned up a bit
3735 the color label API to avoid duplicate defines of
3736 the max number of colors.
3738 2007-02-27 [colin] 2.8.0cvs6
3741 * src/common/utils.c
3742 * src/common/utils.h
3743 Fix '+' in mailto URIs for List-* headers
3745 2007-02-27 [colin] 2.8.0cvs5
3747 * src/gtk/gtkutils.c
3748 Use gtk_window_set_role instead of
3751 2007-02-27 [colin] 2.8.0cvs4
3754 Fix "After receiving new mail, go to inbox" on IMAP,
3755 and make it work only on manual reception
3757 2007-02-27 [wwp] 2.8.0cvs3
3759 * src/prefs_filtering.c
3760 * src/prefs_filtering_action.c
3761 * src/prefs_matcher.c
3762 Update filtering matcher's and action's color label menus
3763 when re-opening those dialogs (reflect any change to the
3764 color labels list in the preferences).
3766 2007-02-27 [colin] 2.8.0cvs2
3769 * src/etpan/etpan-thread-manager-types.h
3770 * src/etpan/etpan-thread-manager.c
3771 * src/etpan/imap-thread.c
3772 Log imap ALERTs as errors in the log.
3774 2007-02-26 [paul] 2.8.0cvs1
3776 * tools/claws.i18n.status.pl
3779 2007-02-26 [paul] 2.7.2cvs75
3793 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3794 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3795 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3796 Aleksandar Urosevic, and Ralgh Young
3798 2007-02-25 [mones] 2.7.2cvs74
3803 2007-02-25 [colin] 2.7.2cvs73
3806 Clearing the list is only useful
3807 to prevent a valgrind false-positive
3809 2007-02-25 [paul] 2.7.2cvs72
3813 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3814 * tools/maildir2claws-mail.pl **REMOVED**
3815 renamed the script, fixed a couple bugs
3817 2007-02-23 [colin] 2.7.2cvs71
3820 Fix a leak, check for a few improbable nulls
3822 2007-02-23 [colin] 2.7.2cvs70
3826 * src/plugins/trayicon/trayicon.c
3827 Fix blinking mainwin when starting in tray