1 2007-08-25 [paul] 2.10.0cvs173
4 fix a segfault when refreshing RSSyl feeds
6 2007-08-25 [paul] 2.10.0cvs172
8 * src/gtk/icon_legend.c
11 2007-08-25 [paul] 2.10.0cvs171
15 * src/pixmaps/insert_file.xpm
16 add a new pixmap instead of re-using
17 paste.xpm. (easier for icon theme authors)
19 2007-08-24 [holger] 2.10.0cvs170
21 * src/plugins/trayicon/trayicon.c
22 The same fix for another hook id.
24 2007-08-24 [holger] 2.10.0cvs169
26 * src/plugins/trayicon/trayicon.c
27 Micro-fix: Do the error checking for
30 2007-08-24 [paul] 2.10.0cvs168
33 fix typo causing compiler warning
35 2007-08-24 [paul] 2.10.0cvs167
38 put back the correct version of this file also
40 2007-08-24 [colin] 2.10.0cvs166
43 Use progress bar when sending messages
45 2007-08-24 [paul] 2.10.0cvs165
48 oops! if i'm quick no-one will notice
49 (put back the proper file)
51 2007-08-24 [paul] 2.10.0cvs164
59 * tools/mew2claws-mail.pl
60 add new script that imports a Mew address book
61 submitted by Jerome Lelong
63 2007-08-24 [paul] 2.10.0cvs163
66 remove the obsolete plugins, add the
67 missing plugins, including the forthcoming
70 2007-08-24 [paul] 2.10.0cvs162
73 add info about the hidden emphasis_color option
75 correct the info about hotkeys
78 2007-08-24 [paul] 2.10.0cvs161
81 add mnemonic to 'Run procesing rules'
83 2007-08-24 [paul] 2.10.0cvs160
88 use suitable defaults for outbox,
89 queue, drafts and trash folders
91 2007-08-24 [wwp] 2.10.0cvs159
94 Update menu item sensitivity if necessary (or we get a
95 gtk critical message).
97 2007-08-23 [wwp] 2.10.0cvs158
100 * src/prefs_actions.c
101 Allow literal % chars in action commands (use %%).
102 Add a missing p++ to the action parser in action_get_type(),
103 which was missing it, even if it was neutral.
104 Fix a pango markup warning at runtime.
106 2007-08-23 [wwp] 2.10.0cvs157
109 Contacts are now locale-aware sorted in the address book
110 (LC_COLLATE matters here).
111 Fix missing table initializers.
113 2007-08-23 [colin] 2.10.0cvs156
116 Check scan_required on dest folder when copying
118 2007-08-23 [colin] 2.10.0cvs155
121 Fix scanning when folder was empty
123 2007-08-22 [colin] 2.10.0cvs154
126 Don't g_warning when g_try_malloc fails(), or it makes
127 things worse as g_log() allocates. Fixes bug 1290,
128 'Claws Mail crashes if too little memory when
129 rebuilding folder tree'
131 2007-08-22 [colin] 2.10.0cvs153
134 Fix format string vulnerability, thanks to
135 Ulf Harnhammar, Secunia Research
137 2007-08-22 [colin] 2.10.0cvs152
142 2007-08-22 [wwp] 2.10.0cvs151
145 Few better null-ptr checks.
147 2007-08-22 [colin] 2.10.0cvs150
150 * src/editldap_basedn.c
159 2007-08-22 [colin] 2.10.0cvs149
164 2007-08-22 [colin] 2.10.0cvs148
169 2007-08-22 [colin] 2.10.0cvs147
172 Fix test (set ldap v3 if bindDN is set or TLS is set)
174 2007-08-22 [colin] 2.10.0cvs146
178 Fix wrong "Connected successfully to server". Connection only succeeds if
179 we can get the base DN.
181 2007-08-21 [wwp] 2.10.0cvs145
190 More sanity checks in ldap functions.
192 2007-08-21 [wwp] 2.10.0cvs144
194 * src/prefs_account.c
195 Don't return a value in a void function().
197 2007-08-21 [paul] 2.10.0cvs143
200 add check for ftp: to messageview_list_urls()
202 2007-08-21 [colin] 2.10.0cvs142
209 Fix bug 1293, 'LDAP address book not working'
210 Search only on specified fields, but fetch
211 every field possible. People will have to
212 reset the searched Attributes in their LDAP
215 2007-08-21 [wwp] 2.10.0cvs141
225 * src/editaddress_other_attributes_ldap.c
242 * src/prefs_customheader.c
243 * src/prefs_msg_colors.c
249 * src/common/socket.c
250 * src/common/ssl_certificate.c
253 * src/gtk/description_window.c
254 * src/plugins/demo/demo.c
255 * src/plugins/pgpcore/prefs_gpg.c
256 * src/plugins/spamassassin/libspamc.c
257 Make sure we use glib functions to send text messages (information,
258 debug, warning, errors) to stdout/stderr - no more direct puts
259 fputs printf fprintf to stdout/stderr when it can be done using
260 g_log*() and g_print/g_printerr. Doing this, we make sure every
261 stdout/stderr message is saved to log in Windows.
264 2007-08-21 [wwp] 2.10.0cvs140
268 Route glib's stdout/stderr messages to a log file (Windows only),
269 instead of loosing them.
271 2007-08-21 [paul] 2.10.0cvs139
274 replace deprecated g_strncasecmp()
278 2007-08-20 [ticho] 2.10.0cvs138
281 * src/prefs_account.h
282 Copy all account preferences in account_clone() - some
284 * src/prefs_account.c
285 Handle empty privacy system combobox gracefully (warning
288 2007-08-20 [colin] 2.10.0cvs137
293 2007-08-20 [paul] 2.10.0cvs136
303 patch by Michael Rasmussen
305 2007-08-19 [colin] 2.10.0cvs135
308 Fix previous commit. Sensitivity update is needed
309 for "Cancel receiving". However when batching we
310 don't need to do it for every message flag change,
311 just once at the start and once at the end.
313 2007-08-19 [colin] 2.10.0cvs134
316 Remove useless menu updates on session lock/unlock
318 2007-08-19 [colin] 2.10.0cvs133
320 * src/etpan/imap-thread.c
321 Make all fetch logs less verbose
323 2007-08-19 [paul] 2.10.0cvs132
328 fix bug 1286, 'Can't move a folder into a "Folders
331 2007-08-18 [ticho] 2.10.0cvs131
333 * src/editaddress_other_attributes_ldap.c
334 Converted option menu for other ldap attributes to GtkComboBox.
336 2007-08-18 [colin] 2.10.0cvs130
343 Revert 'send_dialog_mode' meaning to
344 'send_dialog_invisible', so that the
345 new checkbox doesn't change the
348 2007-08-18 [paul] 2.10.0cvs129
351 add missing menu update
353 2007-08-17 [colin] 2.10.0cvs128
356 Set batching after getting flags - maybe fixes
357 bug 1292, 'CM crashes on writing mail'
359 2007-08-16 [ticho] 2.10.0cvs127
362 Convert two GtkOptionMenu widgets to new GtkComboBox.
365 Allow NULL for GtkComboBox menuitem label, rendering such
366 items as row separators.
368 2007-08-16 [paul] 2.10.0cvs126
370 * src/plugins/trayicon/trayicon.c
371 remove wrongly used gettextisation
373 2007-08-15 [ticho] 2.10.0cvs125
376 Fixed a runtime warning where an attempt to pack an
377 already packed GtkLabel was made.
379 2007-08-15 [ticho] 2.10.0cvs124
381 * src/prefs_compose_writing.c
382 Convert the insert-or-attach-dragged-files GtkOptionMenu
385 2007-08-14 [ticho] 2.10.0cvs123
389 Changed return receipt account selector to GtkComboBox.
390 Fixed a runtime warning where GTK tried to parse
391 "name <email@address" as a Pango markup in an alertpanel label.
393 2007-08-14 [ticho] 2.10.0cvs122
395 * src/prefs_logging.c
396 Changed GtkOptionMenu in logging preferences to GtkComboBox.
398 2007-08-14 [wwp] 2.10.0cvs121
402 * tools/popfile-link.sh
403 Added a new tool: POPFile helper, to open
404 selected messages in POPFile control center,
405 in order to change the messages' status.
407 2007-08-14 [ticho] 2.10.0cvs120
414 Change "Show send dialog" optionmenu to a checkbutton.
415 * src/prefs_receive.c
416 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
418 2007-08-13 [wwp] 2.10.0cvs119
429 * src/partial_download.c
435 * src/gtk/gtkaspell.c
437 Make sure we never pass NULL pointers for %s substitutions
438 (prevent from crashing in Windows).
440 2007-08-13 [wwp] 2.10.0cvs118
443 Re-enable mmap_reads in Windows with some missing
444 CloseHandle of mapping objects, thanks to
447 2007-08-13 [paul] 2.10.0cvs117
450 fix bug 1287, 'Compile time problem on Solaris
451 (nexenta gnu/Solaris) utils.c'
452 Thanks to Piotr Chrzczonowicz
454 2007-08-12 [wwp] 2.10.0cvs116
456 * src/plugins/pgpcore/prefs_gpg.c
457 Don't try to unset a GPG_AGENT_INFO that was not
458 set (and don't use a NULL string in Windows, it was
459 crashing with --debug if GPG_AGENT_INFO was not set).
461 2007-08-12 [wwp] 2.10.0cvs115
464 Make gcc type-check arguments passed to privacy_set_error().
466 2007-08-12 [ticho] 2.10.0cvs114
468 * src/prefs_folder_item.c
469 Make sure that folder default account combobox always has some
472 Handle empty combobox gracefully (warning instead of crash).
474 2007-08-12 [ticho] 2.10.0cvs114
476 * src/prefs_folder_item.c
477 Make sure that folder default account combobox is not empty.
479 Handle empty combobox gracefully (warning instead of crash).
481 2007-08-11 [paul] 2.10.0cvs113
485 use 'subfolder' instead of 'sub-folder', matching
486 everywhere else the term is used
490 2007-08-10 [wwp] 2.10.0cvs112
493 Disable mmap reads in Windows only (at least temporarily), they
494 prevent from renaming/removing target cache files.
500 2007-08-10 [wwp] 2.10.0cvs111
503 fix unpredictable crashes in Windows due to broken
504 cache/mark/tags files writting (file were opened for
505 writing in text mode).
508 use gettimeofday() from w32lib.h on Windows.
510 2007-08-10 [colin] 2.10.0cvs110
513 * src/etpan/imap-thread.c
514 * src/etpan/imap-thread.h
515 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
517 2007-08-09 [colin] 2.10.0cvs109
520 Fix port being reset to 636 on SSL
522 Fix folder_item_get_msg_num_by_file
523 on drafts/queue folders
525 2007-08-09 [wwp] 2.10.0cvs108
528 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
529 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
532 2007-08-09 [colin] 2.10.0cvs107
536 * src/gtk/prefswindow.c
537 A few Maemo layout fixes
539 2007-08-09 [paul] 2.10.0cvs106
541 * src/prefs_account.c
542 remove the hyphen from plug-ins to
543 match everywhere else
545 2007-08-08 [wwp] 2.10.0cvs105
547 * src/prefs_folder_item.c
548 Fix an extraneous stealth ^L char.
550 2007-08-08 [wwp] 2.10.0cvs104
552 * src/prefs_folder_item.c
553 Better fix, group variables declarations (USE_ASPELL).
555 2007-08-08 [wwp] 2.10.0cvs103
557 * src/prefs_folder_item.c
558 Fix compilation w/ USE_ASPELL set (broken
561 2007-08-08 [ticho] 2.10.0cvs102
563 * src/prefs_folder_item.c
564 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
566 2007-08-08 [colin] 2.10.0cvs101
569 * src/etpan/imap-thread.c
570 * src/etpan/imap-thread.h
571 Close selected mailbox before doing
574 2007-08-08 [colin] 2.10.0cvs100
577 Complete symbol table, thanks to wwp.
578 Fixes bug 1284, 'The html -> text
579 converter ignores entities'
583 2007-08-08 [colin] 2.10.0cvs99
586 Better way to fetch UIDs on non-UIDPLUS servers
588 2007-08-07 [colin] 2.10.0cvs98
591 fix bug 1275, 'auto-saved draft messages not
592 always being removed'; Also, make multiple
593 copy (in the same account) faster by matching
594 source/destination message UIDs.
596 Don't try to reshow deleted mail
598 Fix leak on error path
600 2007-08-07 [wwp] 2.10.0cvs97
603 * manual/advanced.xml
604 * manual/fr/account.xml
605 * manual/fr/advanced.xml
606 Updated the reference manual and the French translation to
607 reflect 2.10.0cvs84: enable running folder Processing
610 2007-08-06 [wwp] 2.10.0cvs96
615 Allow changing the emphasis color used to highlight
616 the newsreader/x-mailer header value when it matches
617 our preferred mail agent (hidden pref 'emphasis_col' added
620 2007-08-06 [colin] 2.10.0cvs95
624 Re-commit 2.10.0cvs86, with a protection
625 against Pango bug. Also, try to fix
626 bug 1275, 'auto-saved draft messages not
627 always being removed'
629 2007-08-06 [wwp] 2.10.0cvs94
631 * src/gtk/quicksearch.c
632 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
634 2007-08-06 [ticho] 2.10.0cvs93
636 * src/prefs_account.c
638 Use GtkComboBox instead of GtkOptionMenu for privacy system
639 selection in account preferences.
641 2007-08-06 [wwp] 2.10.0cvs92
643 * src/plugins/pgpcore/plugin.def
644 Apply one more chunk from gpg4win's 03-w32-port patch.
646 2007-08-05 [colin] 2.10.0cvs91
650 reverting buggy patch for now
652 2007-08-05 [colin] 2.10.0cvs90
657 2007-08-04 [colin] 2.10.0cvs89
659 * src/prefs_summaries.c
660 * src/summary_search.c
661 Replace deprecated widgets. Patch by
664 2007-08-04 [colin] 2.10.0cvs88
667 Refresh GUI only every 2000 mails on mh_get_last_num
668 This is fast (readdir) and done only once per
671 2007-08-03 [colin] 2.10.0cvs87
673 * src/prefs_account.c
676 Fix a deprecated widget. Patch by
679 2007-08-03 [colin] 2.10.0cvs86
683 Make colorisation and wrapping algorithms
684 faster. Fixes bug 1246, 'compose becomes
685 increasingly slow replying to complex emails'
687 2007-08-03 [paul] 2.10.0cvs85
690 keep the window painted
692 2007-08-02 [paul] 2.10.0cvs84
697 enable running folder Processing
700 2007-08-02 [paul] 2.10.0cvs83
703 speed up/clean up rendering of larger
707 2007-08-01 [paul] 2.10.0cvs82
712 change default toolbar layout on maemo
713 * src/pixmaps/close.xpm
714 make the red cross a grey cross
715 * src/pixmaps/jpilot.xpm
716 make icon smaller so it fits better
718 2007-07-31 [paul] 2.10.0cvs81
722 fix crash on maemo on first launch
724 2007-07-30 [paul] 2.10.0cvs80
726 * src/prefs_matcher.c
727 specify the units of age and size
729 2007-07-30 [paul] 2.10.0cvs79
732 Fix IMAP timeout setting
734 2007-07-30 [colin] 2.10.0cvs78
736 * src/prefs_account.c
737 Fix a deprecated widget. Patch by
740 2007-07-27 [paul] 2.10.0cvs77
742 * src/matcher_parser_parse.y
743 * src/prefs_filtering_action.c
744 * src/prefs_matcher.c
745 these changes forgotten in cvs74's
746 'watch thread' feature
748 2007-07-27 [paul] 2.10.0cvs76
751 fix potential crasher
754 2007-07-27 [paul] 2.10.0cvs75
760 make mainwindow's /Help/Manual point to the
761 remote copy if the local copy doesn't exist
763 2007-07-27 [paul] 2.10.0cvs74
771 * src/matcher_parser_parse.y
780 * src/pixmaps/watchthread.xpm
781 add 'watch thread' feature
783 2007-07-27 [paul] 2.10.0cvs73
785 * src/prefs_folder_item.c
786 adjust labels, add tooltips
788 2007-07-27 [colin] 2.10.0cvs72
791 Maemo: Remove less used menu items
793 2007-07-26 [colin] 2.10.0cvs71
796 Maemo: destroy messageview after trashing mail.
797 Maybe should be done on X11 too
799 2007-07-26 [colin] 2.10.0cvs70
806 Add View/Show or Hide/Column headers
808 2007-07-26 [colin] 2.10.0cvs69
813 2007-07-26 [colin] 2.10.0cvs68
816 Fix possible crash on cache invalidation
820 * src/quote_fmt_parse.y
821 Make replying to mails with big attachments
822 much faster. Fixes bug 1224, 'The process of
823 Replying to emails with large attachments
824 seems unreasonably long...'
826 2007-07-26 [colin] 2.10.0cvs67
831 Fix threads use on BSDs
833 2007-07-26 [paul] 2.10.0cvs66
835 * src/gtk/prefswindow.c
836 fix account prefs breakage
839 2007-07-26 [paul] 2.10.0cvs65
842 standardise ./configure --help messages
844 2007-07-26 [colin] 2.10.0cvs64
848 Fix two vCard-related crashes
850 2007-07-25 [colin] 2.10.0cvs63
855 * src/prefs_receive.c
856 Maemo: Add a better way to notify of
862 Maemo: Various layout fixes
863 * src/gtk/prefswindow.c
864 Maemo: Better prefs layout
866 2007-07-25 [paul] 2.10.0cvs62
869 fix the layout on maemo
872 2007-07-25 [iwkse] 2.10.0cvs61
875 add 'o' shortcut on summaryview
877 2007-07-25 [iwkse] 2.10.0cvs60
882 2007-07-24 [colin] 2.10.0cvs59
885 Fix missing timestamp update on source
889 Better text layout on part's choices
891 2007-07-23 [colin] 2.10.0cvs58
895 Maemo: Automatically choose the correct application
897 * src/gtk/quicksearch.c
898 Make search run on GDK_KP_Enter too
900 2007-07-23 [wwp] 2.10.0cvs57
902 * src/quote_fmt_lex.l
903 Revert accidentaly committed lines (account_sig) in
906 2007-07-23 [wwp] 2.10.0cvs56
908 * src/quote_fmt_lex.l
909 Fix typos around long form expressions in the quote lexer.
915 2007-07-23 [colin] 2.10.0cvs55
918 Fix auto-completion on Maemo
920 2007-07-23 [colin] 2.10.0cvs54
923 Maemo: Fix sticking statusbars
925 2007-07-22 [colin] 2.10.0cvs53
928 Maemo: Fix the strange "top_application" info
929 at startup. We should do something when
930 receiving such a message.
932 2007-07-20 [paul] 2.10.0cvs52
935 add missing #include "statusbar.h"
937 2007-07-20 [colin] 2.10.0cvs51
941 * src/folder_item_prefs.c
942 * src/folder_item_prefs.h
950 * src/prefs_folder_item.c
951 Implement age-based caching: allow to
952 specify a threshold for the offline synchronisation
953 feature, and whether old cached bodies should
958 * src/plugins/dillo_viewer/dillo_viewer.c
959 Check that Dillo's installed
961 2007-07-20 [wwp] 2.10.0cvs50
965 Draw a frame around the selected mimeview part icon (instead of the
966 shifted 'dancing' icon).
968 2007-07-20 [colin] 2.10.0cvs49
971 Unref stuff even on error
973 disconnect signals only at the very
974 end of the wizard save.
976 2007-07-20 [colin] 2.10.0cvs48
982 Fix random crashes while navigating
985 2007-07-19 [colin] 2.10.0cvs47
994 Maemo: add an easy way to store data (mails
995 and IMAP/NNTP caches) on one of the SD cards,
996 and protect against unmounts if needed
998 2007-07-19 [paul] 2.10.0cvs46
1001 * src/stock_pixmap.c
1003 * src/pixmaps/claws-mail_logo-small.xpm
1004 implement a (slightly) different About
1005 dialog for maemo and add a small version
1008 use a scrolled window for wizard page 1
1011 2007-07-19 [paul] 2.10.0cvs45
1014 too soon for this line
1016 2007-07-19 [paul] 2.10.0cvs44
1021 2007-07-19 [colin] 2.10.0cvs43
1024 Solve Mail/Mailbox name when specifying
1027 2007-07-18 [colin] 2.10.0cvs42
1033 2007-07-18 [colin] 2.10.0cvs41
1036 Maemo: plug the online/offline system into
1037 maemo's interfaces to have Claws automatically
1038 switch according to the system status
1040 Maemo: use HildonBanners to display status
1041 messages. Renders the main statusbar useless.
1043 2007-07-18 [paul] 2.10.0cvs40
1046 fix screen blanking on moving/copying many msgs
1048 fix processing progressbar and screen blanking
1051 2007-07-18 [paul] 2.10.0cvs39
1054 revert cvs37, breakage on maemo
1056 2007-07-18 [paul] 2.10.0cvs38
1058 * src/gtk/gtkutils.c
1059 make sure we can still build with older GTK's
1061 2007-07-18 [colin] 2.10.0cvs37
1064 Only hide the small layout's messageview, instead
1065 of destroying it when closing
1066 * src/gtk/gtkutils.c
1067 Use gtk_window_present_with_time to popup windows,
1068 it seems to make things better with modern WMs
1071 2007-07-17 [colin] 2.10.0cvs36
1074 Simplify layout on Maemo
1077 * src/prefs_display_header.c
1078 Remove some headers by default on Maemo
1080 2007-07-17 [paul] 2.10.0cvs35
1082 * src/prefs_common.c
1083 * src/prefs_common.h
1084 * src/prefs_logging.c
1086 add options to stop/enable writing logs to disc
1088 2007-07-17 [paul] 2.10.0cvs34
1091 fix some issues with the Apply tags window:
1092 - set search column (enables autocompl in the treeview)
1093 - apply tag from "New tag" if it existed
1094 - clears New tag entry when adding it with the button
1097 2007-07-17 [paul] 2.10.0cvs33
1100 fix 'apply tags' dialogue weirdness
1102 2007-07-16 [colin] 2.10.0cvs32
1105 Fix double-loading of mails on Maemo
1107 2007-07-16 [colin] 2.10.0cvs31
1110 Prevent double-loading of the same part under some
1111 conditions; hide statusbar on Maemo
1113 2007-07-16 [colin] 2.10.0cvs30
1119 Improve the tag interface - allow
1120 to set/unset tags from a special
1122 * src/gtk/gtkvscrollbutton.c
1125 * src/stock_pixmap.c
1126 Fix Mimeview's ugly hacks in the
1129 2007-07-16 [paul] 2.10.0cvs29
1133 * src/gtk/icon_legend.c
1134 put it all in a scrolled window
1136 2007-07-15 [colin] 2.10.0cvs28
1139 Maemo: force layout to be Small screen; the
1140 others don't make sense
1142 2007-07-14 [colin] 2.10.0cvs27
1145 * src/gtk/gtkvscrollbutton.c
1146 Maemo: Fix mimeview's buttons size
1148 2007-07-14 [colin] 2.10.0cvs26
1151 Fix the button workaround fix.
1152 (Use the correct variable)
1154 2007-07-14 [colin] 2.10.0cvs25
1158 Maemo: put the progress bar in the
1161 2007-07-14 [colin] 2.10.0cvs24
1163 * src/prefs_common.c
1164 Maemo: hide statusbar by default
1166 * src/stock_pixmap.c
1167 * src/stock_pixmap.h
1169 * src/pixmaps/go_folders.xpm
1170 Maemo: Add a specific icon to go back to
1173 2007-07-14 [colin] 2.10.0cvs23
1176 Don't set homogeneous finally
1178 2007-07-14 [colin] 2.10.0cvs22
1181 Fix button show/hide issues
1183 2007-07-14 [colin] 2.10.0cvs21
1187 Fix button workaround to be able to click
1188 if mouse was on button when it went un-
1190 Revert previous commit, gtk_tool_item_set_homogeneous
1191 doesn't mean what it seems to mean ;-)
1193 2007-07-14 [paul] 2.10.0cvs20
1196 make homogeneous FALSE always
1198 2007-07-13 [colin] 2.10.0cvs19
1202 Rework to fit the non-deprecated API
1208 Maemo layout changes. Better toolbars,
1209 removal of CTree headers.
1211 2007-07-13 [paul] 2.10.0cvs18
1213 * src/gtk/colorlabel.c
1214 fix bug 1261, '[DE] coloring messages in overview
1215 keys are not localised'
1216 the string is now included in claws-mail.pot
1218 2007-07-13 [colin] 2.10.0cvs17
1221 Fix bug 1267, 'printing mutliple messages
1222 opens one message-dialog after the other'
1223 Ask for confirmation when printing 10
1226 2007-07-11 [colin] 2.10.0cvs16
1231 * manual/claws-mail-manual.xml
1233 * manual/es/claws-mail-manual.xml
1235 * manual/fr/claws-mail-manual.xml
1258 * src/addressbook_foldersel.c
1259 * src/addressbook_foldersel.h
1283 * src/customheader.c
1284 * src/customheader.h
1285 * src/displayheader.c
1286 * src/displayheader.h
1289 * src/editaddress_other_attributes_ldap.c
1290 * src/editaddress_other_attributes_ldap.h
1299 * src/editldap_basedn.c
1300 * src/editldap_basedn.h
1321 * src/folder_item_prefs.c
1322 * src/folder_item_prefs.h
1331 * src/grouplistdialog.c
1332 * src/grouplistdialog.h
1337 * src/image_viewer.c
1338 * src/image_viewer.h
1379 * src/matcher_parser.h
1380 * src/matcher_parser_lex.l
1381 * src/matcher_parser_parse.y
1384 * src/message_search.c
1385 * src/message_search.h
1404 * src/partial_download.c
1405 * src/partial_download.h
1410 * src/prefs_account.c
1411 * src/prefs_account.h
1412 * src/prefs_actions.c
1413 * src/prefs_actions.h
1414 * src/prefs_common.c
1415 * src/prefs_common.h
1416 * src/prefs_compose_writing.c
1417 * src/prefs_compose_writing.h
1418 * src/prefs_customheader.c
1419 * src/prefs_customheader.h
1420 * src/prefs_display_header.c
1421 * src/prefs_display_header.h
1422 * src/prefs_ext_prog.c
1423 * src/prefs_ext_prog.h
1424 * src/prefs_filtering.c
1425 * src/prefs_filtering.h
1426 * src/prefs_filtering_action.c
1427 * src/prefs_filtering_action.h
1428 * src/prefs_folder_column.c
1429 * src/prefs_folder_column.h
1430 * src/prefs_folder_item.c
1431 * src/prefs_folder_item.h
1436 * src/prefs_image_viewer.c
1437 * src/prefs_image_viewer.h
1438 * src/prefs_logging.c
1439 * src/prefs_logging.h
1440 * src/prefs_matcher.c
1441 * src/prefs_matcher.h
1442 * src/prefs_message.c
1443 * src/prefs_message.h
1444 * src/prefs_msg_colors.c
1445 * src/prefs_msg_colors.h
1450 * src/prefs_receive.c
1451 * src/prefs_receive.h
1454 * src/prefs_spelling.c
1455 * src/prefs_spelling.h
1456 * src/prefs_summaries.c
1457 * src/prefs_summaries.h
1458 * src/prefs_summary_column.c
1459 * src/prefs_summary_column.h
1460 * src/prefs_summary_open.c
1461 * src/prefs_summary_open.h
1462 * src/prefs_template.c
1463 * src/prefs_template.h
1464 * src/prefs_themes.c
1465 * src/prefs_themes.h
1466 * src/prefs_toolbar.c
1467 * src/prefs_toolbar.h
1468 * src/prefs_wrapping.c
1469 * src/prefs_wrapping.h
1479 * src/quote_fmt_lex.l
1480 * src/quote_fmt_parse.y
1483 * src/remotefolder.c
1484 * src/remotefolder.h
1485 * src/send_message.c
1486 * src/send_message.h
1489 * src/simple-gettext.c
1490 * src/sourcewindow.c
1491 * src/sourcewindow.h
1496 * src/stock_pixmap.c
1497 * src/stock_pixmap.h
1498 * src/summary_search.c
1499 * src/summary_search.h
1516 * src/common/base64.c
1517 * src/common/base64.h
1518 * src/common/claws.c
1519 * src/common/claws.h
1521 * src/common/fnmatch.c
1522 * src/common/fnmatch.h
1523 * src/common/fnmatch_loop.c
1524 * src/common/hooks.c
1525 * src/common/hooks.h
1530 * src/common/mgutils.c
1531 * src/common/mgutils.h
1534 * src/common/passcrypt.c
1535 * src/common/passcrypt.h.in
1536 * src/common/plugin.c
1537 * src/common/plugin.h
1538 * src/common/prefs.c
1539 * src/common/prefs.h
1540 * src/common/progressindicator.c
1541 * src/common/progressindicator.h
1542 * src/common/quoted-printable.c
1543 * src/common/quoted-printable.h
1544 * src/common/session.c
1545 * src/common/session.h
1548 * src/common/socket.c
1549 * src/common/socket.h
1552 * src/common/ssl_certificate.c
1553 * src/common/ssl_certificate.h
1554 * src/common/string_match.c
1555 * src/common/string_match.h
1556 * src/common/stringtable.c
1557 * src/common/stringtable.h
1560 * src/common/template.c
1561 * src/common/template.h
1562 * src/common/timing.h
1563 * src/common/utils.c
1564 * src/common/utils.h
1565 * src/common/uuencode.c
1566 * src/common/uuencode.h
1567 * src/common/version.h.in
1568 * src/common/w32_dirent.c
1569 * src/common/w32_reg.c
1570 * src/common/w32_signal.c
1571 * src/common/w32_stat.c
1572 * src/common/w32_stdlib.c
1573 * src/common/w32_string.c
1574 * src/common/w32_time.c
1575 * src/common/w32_unistd.c
1576 * src/common/w32_wait.c
1577 * src/common/w32lib.h
1580 * src/common/xmlprops.c
1581 * src/common/xmlprops.h
1582 * src/etpan/etpan-errors.h
1583 * src/etpan/etpan-thread-manager-types.h
1584 * src/etpan/etpan-thread-manager.c
1585 * src/etpan/etpan-thread-manager.h
1586 * src/etpan/imap-thread.c
1587 * src/etpan/imap-thread.h
1590 * src/gtk/colorlabel.c
1591 * src/gtk/colorlabel.h
1592 * src/gtk/colorsel.c
1593 * src/gtk/colorsel.h
1594 * src/gtk/combobox.c
1595 * src/gtk/combobox.h
1596 * src/gtk/description_window.c
1597 * src/gtk/description_window.h
1600 * src/gtk/foldersort.c
1601 * src/gtk/foldersort.h
1602 * src/gtk/gtkaspell.c
1603 * src/gtk/gtkaspell.h
1604 * src/gtk/gtksctree.c
1605 * src/gtk/gtkshruler.c
1606 * src/gtk/gtkshruler.h
1607 * src/gtk/gtksourceprintjob.c
1608 * src/gtk/gtksourceprintjob.h
1609 * src/gtk/gtkutils.c
1610 * src/gtk/gtkutils.h
1611 * src/gtk/gtkvscrollbutton.c
1612 * src/gtk/gtkvscrollbutton.h
1613 * src/gtk/icon_legend.c
1614 * src/gtk/icon_legend.h
1615 * src/gtk/inputdialog.c
1616 * src/gtk/inputdialog.h
1617 * src/gtk/logwindow.c
1618 * src/gtk/logwindow.h
1619 * src/gtk/manage_window.c
1620 * src/gtk/manage_window.h
1623 * src/gtk/pluginwindow.c
1624 * src/gtk/pluginwindow.h
1625 * src/gtk/prefswindow.c
1626 * src/gtk/prefswindow.h
1627 * src/gtk/progressdialog.c
1628 * src/gtk/progressdialog.h
1629 * src/gtk/quicksearch.c
1630 * src/gtk/quicksearch.h
1631 * src/gtk/sslcertwindow.c
1632 * src/gtk/sslcertwindow.h
1633 * src/plugins/bogofilter/bogofilter.c
1634 * src/plugins/bogofilter/bogofilter.h
1635 * src/plugins/bogofilter/bogofilter_gtk.c
1636 * src/plugins/clamav/clamav_plugin.c
1637 * src/plugins/clamav/clamav_plugin.h
1638 * src/plugins/clamav/clamav_plugin_gtk.c
1639 * src/plugins/demo/demo.c
1640 * src/plugins/dillo_viewer/dillo_prefs.c
1641 * src/plugins/dillo_viewer/dillo_prefs.h
1642 * src/plugins/dillo_viewer/dillo_viewer.c
1643 * src/plugins/pgpcore/passphrase.c
1644 * src/plugins/pgpcore/passphrase.h
1645 * src/plugins/pgpcore/pgp_viewer.c
1646 * src/plugins/pgpcore/pgp_viewer.h
1647 * src/plugins/pgpcore/plugin.c
1648 * src/plugins/pgpcore/prefs_gpg.c
1649 * src/plugins/pgpcore/prefs_gpg.h
1650 * src/plugins/pgpcore/select-keys.c
1651 * src/plugins/pgpcore/select-keys.h
1652 * src/plugins/pgpcore/sgpgme.c
1653 * src/plugins/pgpcore/sgpgme.h
1654 * src/plugins/pgpinline/pgpinline.c
1655 * src/plugins/pgpinline/pgpinline.h
1656 * src/plugins/pgpinline/plugin.c
1657 * src/plugins/pgpmime/pgpmime.c
1658 * src/plugins/pgpmime/pgpmime.h
1659 * src/plugins/pgpmime/plugin.c
1660 * src/plugins/spamassassin/spamassassin.c
1661 * src/plugins/spamassassin/spamassassin.h
1662 * src/plugins/spamassassin/spamassassin_gtk.c
1663 * src/plugins/trayicon/trayicon.c
1664 * src/plugins/trayicon/trayicon_prefs.c
1665 * src/plugins/trayicon/trayicon_prefs.h
1666 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1667 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1668 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1669 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1670 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1671 * tools/OOo2claws-mail.pl
1672 * tools/README.sylprint
1673 * tools/acroread2claws-mail.pl
1674 * tools/claws-mail-compose-insert-files.pl
1675 * tools/convert_mbox.pl
1676 * tools/filter_conv.pl
1677 * tools/filter_conv_new.pl
1679 * tools/freshmeat_search.pl
1680 * tools/google_search.pl
1681 * tools/kmail-mailbox2claws-mail.pl
1682 * tools/kmail2claws-mail.pl
1683 * tools/kmail2claws-mail_v2.pl
1685 * tools/make.themes.project
1686 * tools/multiwebsearch.pl
1687 * tools/nautilus2claws-mail.sh
1688 * tools/outlook2claws-mail.pl
1689 * tools/textviewer.sh
1690 * tools/thunderbird-filters-convertor.pl
1693 * tools/vcard2xml.py
1694 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1695 Upgrade to GPLv3 or later.
1697 2007-07-10 [wwp] 2.10.0cvs15
1700 Fix re-opening of all composing messages that were
1701 opened when closing the previous instance, thanks
1704 2007-07-10 [paul] 2.10.0cvs14
1706 * src/editaddress_other_attributes_ldap.c
1708 fix crash on selecting 'other attributes' combo
1709 for either a new entry or an old entry with no
1710 existing attributes.
1711 fix bug on editing multiple attributes which
1712 resulted them all having the value of the last
1716 2007-07-10 [colin] 2.10.0cvs13
1719 * src/editaddress_other_attributes_ldap.h
1721 Fix --disable-ldap build
1723 2007-07-09 [colin] 2.10.0cvs12
1729 * src/editaddress_other_attributes_ldap.c
1730 * src/editaddress_other_attributes_ldap.h
1735 Add capability to edit all inetOrgPerson
1736 attributes on LDAP. Patch by Michael
1739 2007-07-09 [colin] 2.10.0cvs11
1745 * src/prefs_summaries.c
1746 * src/prefs_themes.c
1748 * src/common/Makefile.am
1750 * src/common/timing.h
1751 * src/common/utils.c
1752 * src/common/utils.h
1753 * src/common/w32_account.c
1754 * src/common/w32lib.h
1755 * src/gtk/Makefile.am
1756 * src/gtk/colorlabel.c
1757 * src/plugins/pgpcore/Makefile.am
1758 * src/plugins/pgpcore/claws.def
1759 * src/plugins/pgpcore/passphrase.c
1760 * src/plugins/pgpcore/pgp_viewer.c
1761 * src/plugins/pgpcore/plugin.def
1762 * src/plugins/pgpcore/sgpgme.c
1763 * src/plugins/pgpinline/Makefile.am
1764 * src/plugins/pgpinline/claws.def
1765 * src/plugins/pgpinline/mypgpcore.def
1766 * src/plugins/pgpinline/plugin.def
1767 * src/plugins/pgpmime/Makefile.am
1768 * src/plugins/pgpmime/claws.def
1769 * src/plugins/pgpmime/mypgpcore.def
1770 * src/plugins/pgpmime/plugin.def
1771 Commit win32 patch, from Werner Koch and
1774 2007-07-09 [colin] 2.10.0cvs10
1776 * src/prefs_toolbar.c
1777 Fix crash when no actions exist
1779 2007-07-07 [paul] 2.10.0cvs9
1782 * manual/claws-mail-manual.xml
1783 update copyright year
1785 updated by Flammie Pirinen
1787 2007-07-05 [wwp] 2.10.0cvs8
1789 * src/plugins/clamav/clamav_plugin_gtk.c
1790 Make vertical spacing like in other plugin prefs pages.
1792 2007-07-05 [wwp] 2.10.0cvs7
1795 It's %am that works, not %ae (this doc incoherence has been
1796 introduced with 2.9.2cvs13).
1798 2007-07-04 [wwp] 2.10.0cvs6
1800 * src/plugins/bogofilter/bogofilter.c
1801 Gettext-ize an occurrence of "Any" that wasn't.
1803 2007-07-04 [colin] 2.10.0cvs5
1806 Fix untranslated strings; thanks
1809 2007-07-03 [colin] 2.10.0cvs4
1813 Fix saving of sort mode for tags and
1814 thread date. Thanks to Pierre Ossman.
1815 Completes fix for bug 1233
1817 2007-07-03 [paul] 2.10.0cvs3
1825 2007-07-02 [colin] 2.10.0cvs2
1831 Add View/Sort/by Thread date
1832 Fixes bug 1233, 'Capability to sort
1833 threads by most recent message'
1834 Based on a patch by Paul Rolland
1836 2007-07-02 [colin] 2.10.0cvs1
1853 * src/matcher_parser_parse.y
1857 * src/prefs_common.c
1858 * src/prefs_common.h
1859 * src/prefs_filtering_action.c
1860 * src/prefs_matcher.c
1861 * src/prefs_summary_column.c
1865 * src/quote_fmt_lex.l
1866 * src/quote_fmt_parse.y
1870 * src/common/Makefile.am
1874 * src/gtk/quicksearch.c
1875 * src/gtk/quicksearch.h
1876 Add Tags implementation. Tags are arbitrary labels
1877 that can be applied to messages. It is possible
1878 to create, edit, remove tags; apply them to mails;
1879 filter on tags or tag presence; apply or unset
1880 tags via filtering actions; reference tags in
1883 2007-07-02 [paul] 2.10.0
1890 2007-07-02 [paul] 2.9.2cvs78
1900 updated by Stephan Sachse, me, Ricardo Mones
1901 Lastra, Fabien Vantard, Pader Rezso, Frederico
1902 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1904 2007-07-02 [paul] 2.9.2cvs77
1909 2007-06-29 [wwp] 2.9.2cvs76
1912 Fix a typo (thanks to Ricardo for finding this out).
1914 2007-06-28 [paul] 2.9.2cvs75
1919 2007-06-28 [paul] 2.9.2cvs74
1922 fix bug in the autotools build system.
1923 Files cataloged under EXTRA_DIST were never
1924 automatically copied to the build tree.
1925 (fix 'make distcheck')
1926 Patch by Michael Rasmussen.
1928 2007-06-24 [colin] 2.9.2cvs73
1931 Fix bug 1249, 'Error handling for
1932 news errors needs modification'
1933 Only popup error if the according
1934 pref in Prefs/Receive is set.
1936 2007-06-21 [colin] 2.9.2cvs72
1938 * src/common/plugin.c
1939 * src/common/plugin.h
1940 Change plugin API to know whether it's safe to
1941 unload plugins or whether we should just hide
1942 them. Fixes bug 1248, 'Core dumps after
1943 unloading plugin and clicking on load plugins'
1944 * src/plugins/bogofilter/bogofilter.c
1945 * src/plugins/clamav/clamav_plugin.c
1946 * src/plugins/demo/demo.c
1947 * src/plugins/dillo_viewer/dillo_viewer.c
1948 * src/plugins/pgpcore/plugin.c
1949 * src/plugins/pgpinline/plugin.c
1950 * src/plugins/pgpmime/plugin.c
1951 * src/plugins/spamassassin/spamassassin.c
1952 * src/plugins/trayicon/trayicon.c
1955 2007-06-19 [colin] 2.9.2cvs71
1959 Fix crash mentioned in bug 1246
1960 Race condition when automatically drafting
1961 due to insertion on reedit.
1963 2007-06-18 [wwp] 2.9.2cvs70
1966 LDIF import: use a "Proceed" button to complete
1969 2007-06-18 [paul] 2.9.2cvs69
1972 use pkgconfig to check for gtk and glib
1974 2007-06-17 [wwp] 2.9.2cvs68
1978 LDIF import: better error handling, minor code
1979 and UI cleanup, and renamed the Save button
1980 to Close, as imported stuff is already saved
1981 when the Save button is shown.
1983 2007-06-17 [colin] 2.9.2cvs67
1985 * src/prefs_summaries.c
1987 Don't set as read when forwarded, only replied to
1989 2007-06-17 [paul] 2.9.2cvs66
1992 add missing #include
1994 2007-06-16 [colin] 2.9.2cvs65
1996 * src/prefs_summaries.c
1998 Change the pref "Only mark as read when opened
1999 in new window" to "..., replied to or forwarded".
2000 Based on a patch by Paul Rolland.
2002 2007-06-16 [paul] 2.9.2cvs64
2005 alphabetical order! :)
2007 2007-06-16 [colin] 2.9.2cvs63
2011 Add Michael Rasmussen in authors list
2013 2007-06-16 [colin] 2.9.2cvs62
2016 Fix messageview_copy_clipboard to take advantage
2017 of plugins' get_selection.
2019 2007-06-15 [colin] 2.9.2cvs61
2025 * src/message_search.c
2027 * src/summary_search.c
2030 Allow GDK_KP_Enter to do the same as GDK_Return
2031 Patch by Michael Rasmussen
2033 2007-06-15 [paul] 2.9.2cvs60
2036 fix bug when closing a compose window
2039 2007-06-14 [paul] 2.9.2cvs59
2043 migrate sylpheed config
2045 2007-06-14 [wwp] 2.9.2cvs58
2047 * src/gtk/pluginwindow.c
2048 Yet another attempt to fix sizing/alignment of the
2049 button bar in plugins window.
2051 2007-06-12 [colin] 2.9.2cvs57
2056 * src/prefs_common.c
2057 * src/prefs_common.h
2058 * src/prefs_summaries.c
2059 * src/prefs_summary_open.c
2060 * src/prefs_summary_open.h
2062 Make "when entering a folder" actions more personalisable
2064 2007-06-12 [wwp] 2.9.2cvs56
2067 Use short description from Paul (mairix.sh).
2069 2007-06-12 [wwp] 2.9.2cvs55
2072 Updated info about mairix.sh.
2074 2007-06-11 [paul] 2.9.2cvs54
2076 * src/prefs_logging.c
2077 rework log window length widgets
2078 and some sensitivity fixes
2080 2007-06-11 [paul] 2.9.2cvs53
2083 * src/prefs_logging.c
2084 rename 'Protocol Log' to 'Network Log'
2085 and some function renaming
2087 2007-06-10 [wwp] 2.9.2cvs52
2089 * src/gtk/pluginwindow.c
2092 2007-06-10 [wwp] 2.9.2cvs51
2094 * src/gtk/pluginwindow.c
2095 Fix button bar in plugin window, was centered and not
2096 behaving like other dialogs w/ such button bar.
2098 2007-06-08 [wwp] 2.9.2cvs50
2105 Provide a way out of automatic draft saving on IMAP, when
2107 Prevent drafting while sending and quitting while sending.
2112 2007-06-08 [wwp] 2.9.2cvs49
2114 * src/prefs_account.c
2115 * src/gtk/prefswindow.c
2116 * src/gtk/prefswindow.h
2117 Activate the Basic page when opening account prefs.
2119 2007-06-08 [wwp] 2.9.2cvs48
2121 * src/common/socket.c
2122 Don't crash if fork() fails, thanks to Colin.
2124 2007-06-08 [wwp] 2.9.2cvs47
2126 * src/gtk/prefswindow.c
2127 Wrap some long lines, and reset horizontal scroller's adjusment
2128 (this was already done, vertically), when changing tab (not page)
2131 2007-06-08 [paul] 2.9.2cvs46
2133 * src/common/utils.c
2134 use gethostname() instead of uname()
2135 based on a patch by Michael Hughes
2136 <Sylpheed-Claws_user@thehugheslogcabin.net>
2138 2007-06-07 [wwp] 2.9.2cvs45
2140 * src/prefs_common.c
2141 Fix some useless warnings, thanks to Colin.
2143 2007-06-06 [colin] 2.9.2cvs44
2146 Fix strange allocations.
2148 2007-06-06 [colin] 2.9.2cvs43
2151 Patch by Michael Rasmussus to help
2154 2007-06-05 [wwp] 2.9.2cvs42
2156 * src/prefs_account.c
2157 * src/prefs_folder_item.c
2161 Per-folder templates can now be applied recursively.
2162 Always save per-folder templates (formats were erroneously
2163 saved only if they were enabled).
2164 Check for validity of quotation marks everywhere there
2167 2007-06-05 [wwp] 2.9.2cvs41
2170 Fix incoming messages from local accounts always getting filtered
2171 (even if the account prefs say don't), thanks to Colin.
2173 2007-06-05 [wwp] 2.9.2cvs40
2177 Use per-folder/per-account quote chars when applying a
2178 template or inserting text as well. Const'ify some
2181 2007-06-04 [colin] 2.9.2cvs39
2184 More work for wwp :)
2186 2007-06-04 [wwp] 2.9.2cvs38
2189 Same as 2.9.2cvs36 but for forwarding.
2191 2007-06-04 [colin] 2.9.2cvs37
2194 Use original mail file for forward/redirect
2195 Fixes some forwarded mails to be attached as
2196 application/octet-stream (when they have binary
2197 parts), and incidentally fixes bug 848
2198 'Redirect breaks GnuPG'
2200 2007-06-04 [wwp] 2.9.2cvs36
2203 Fix quote mark mis-initialisation when replying/forwarding
2204 (introduced w/ 2.9.2cvs20).
2206 2007-06-04 [wwp] 2.9.2cvs35
2208 * src/prefs_compose_writing.c
2210 Fix a bug where Quotation characters (prefs/compose/writing)
2211 was cleared (introduced w/ 2.9.2cvs26).
2213 2007-06-04 [wwp] 2.9.2cvs34
2215 * src/prefs_account.c
2216 * src/prefs_account.h
2217 Better fix for compiling w/o aspell (rollbacks
2220 2007-06-04 [wwp] 2.9.2cvs33
2223 * src/prefs_account.c
2224 * src/prefs_account.h
2226 It's now possible to disable mail filtering plugins
2227 on a per-account basis.
2229 2007-06-04 [wwp] 2.9.2cvs32
2232 * src/common/utils.c
2233 * src/common/utils.h
2234 Support CRLF in headers part of messages.
2235 Support few more date formats (RFC3339 subsets).
2237 2007-06-04 [wwp] 2.9.2cvs31
2239 * src/prefs_account.c
2240 Fix compiling w/o aspell support.
2242 2007-06-03 [wwp] 2.9.2cvs30
2245 Don't decode leading ENV_ and ~ in P_PASSWORD
2248 2007-06-03 [wwp] 2.9.2cvs29
2251 Don't decode leading ENV_ and ~ in P_PASSWORD
2254 2007-06-03 [wwp] 2.9.2cvs28
2256 * src/prefs_account.c
2257 * src/gtk/prefswindow.c
2258 * src/gtk/prefswindow.h
2259 Added a way to force preloading of all pages
2261 Moved tabs to pages in account prefs.
2263 2007-06-02 [colin] 2.9.2cvs27
2266 Fix possible crash, fix ldap write bugs
2268 Fix ldap write bugs - patch by Michael
2272 Add a hook whenever alertpanel opens/closes
2274 2007-05-31 [wwp] 2.9.2cvs26
2276 * src/prefs_compose_writing.c
2278 Re-organized writing options a bit:
2279 - renamed the Quoting page to Templates
2280 - moved all composing templates to that page
2281 - moved non-templates options to the Writing one,
2282 grouped reply-related options, reordered reply and
2285 2007-05-31 [wwp] 2.9.2cvs25
2288 Removed unused code.
2290 2007-05-31 [colin] 2.9.2cvs24
2293 Fix missing display name when modifying
2294 LDAP. Patch by Michael Rasmussen
2296 2007-05-31 [wwp] 2.9.2cvs23
2298 * src/plugins/bogofilter/Makefile.am
2299 * src/plugins/clamav/Makefile.am
2300 * src/plugins/demo/Makefile.am
2301 * src/plugins/dillo_viewer/Makefile.am
2302 * src/plugins/spamassassin/Makefile.am
2303 Fix building of those plugins in Mac OS X.
2305 2007-05-30 [wwp] 2.9.2cvs22
2307 * src/gtk/quicksearch.c
2308 Fix missing initialization.
2310 2007-05-30 [wwp] 2.9.2cvs21
2313 Revert accidental commit (debug outputs).
2315 2007-05-30 [wwp] 2.9.2cvs20
2318 * src/folder_item_prefs.c
2319 * src/folder_item_prefs.h
2320 * src/prefs_account.c
2321 * src/prefs_account.h
2322 * src/prefs_folder_item.c
2325 Implemented per-account and per-folder
2326 compose/reply/forward formats.
2328 2007-05-30 [wwp] 2.9.2cvs19
2330 * src/prefs_compose_writing.c
2335 Internal API changes (factorize quote format
2338 2007-05-30 [colin] 2.9.2cvs18
2341 Fix race where it's possible to re-click Send
2342 between end of SMTP session and end of "move to
2343 sent folder" when sending an email with send
2346 2007-05-30 [colin] 2.9.2cvs17
2349 Ask for backtrace on all threads. Patch by
2352 Fix stale news statusbar when scanning fails.
2355 Fix some LDAP write updates bugs. Patch
2356 by Michael Rasmussen
2358 2007-05-29 [colin] 2.9.2cvs16
2361 Fix loss of local flags when moving mails
2362 on IMAP in high-bandwidth mode (UID FETCH)
2364 2007-05-25 [paul] 2.9.2cvs15
2366 * src/common/socket.c
2367 fix sometimes crasher on cancelling
2370 2007-05-25 [colin] 2.9.2cvs14
2375 Be more helpful in the subscription
2378 2007-05-23 [wwp] 2.9.2cvs13
2381 * src/prefs_compose_writing.c
2383 * src/prefs_template.c
2384 * src/prefs_template.h
2387 * src/quote_fmt_lex.l
2388 * src/quote_fmt_parse.y
2389 Introduced new syntax elements (symbols and commands)
2390 in templates/quote_fmt. Compatibility w/ old
2392 Updated and reworked the corresponding Information
2394 Display the line number in dialogs that talk about
2395 parser errors (in addition to the error message in
2398 2007-05-23 [wwp] 2.9.2cvs12
2400 * src/quote_fmt_parse.y
2401 Fix 2.9.2cvs11, probably a paste accident ;).
2403 2007-05-23 [wwp] 2.9.2cvs11
2406 * src/prefs_template.c
2408 * src/quote_fmt_parse.y
2409 Fix 2.9.2cvs10, which broke --disable-aspell.
2411 2007-05-22 [wwp] 2.9.2cvs10
2414 * src/prefs_template.c
2417 * src/quote_fmt_lex.l
2418 * src/quote_fmt_parse.y
2419 * src/gtk/gtkaspell.c
2420 * src/gtk/gtkaspell.h
2421 Added template/quote format syntactical elements
2423 - current dictionary
2424 %T to show (shows empty if not set or not enabled),
2425 ?T and !T to check if the default dictionary is
2427 - current account's default dictionary
2428 %aT to show (empty if not set or not enabled),
2429 ?aT and !aT to check if it's enabled and set
2430 - name completion for an address, from the address
2432 %ABf, %ABt, %ABc respectively show the full name got
2433 from the address book if From, To or Cc match a single
2435 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2436 matches any contact and if the full name is non-empty.
2437 If From, To or Cc are lists of email addresses, only
2438 the first address will be checked.
2439 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2440 that could show a trailing ','.
2441 Also, template/quote_fmt parser now shows the line number in case
2444 2007-05-15 [colin] 2.9.2cvs9
2448 Add a public function to know whether Claws
2450 Store opened folder when exiting
2453 Store last opened message in each FolderItem;
2454 Reset last seen messages if Claws crashed, so
2455 that one can't go in an infinite crash in case
2456 a particular mail crashes Claws.
2458 * src/prefs_common.c
2459 * src/prefs_common.h
2461 * src/prefs_summaries.c
2462 Add "Select last opened message" when entering
2464 Add "Select last opened folder" at startup.
2466 2007-05-14 [colin] 2.9.2cvs8
2469 Fix bashism, search for xml catalog
2470 in /usr/local/share/xml/catalog too
2473 2007-05-13 [wwp] 2.9.2cvs7
2475 * src/gtk/logwindow.c
2476 fix raising log windows when they are either minimized or
2479 2007-05-11 [colin] 2.9.2cvs6
2482 Use Hildon's file chooser on Maemo. Patch
2483 by Jean-Luc Biord; fixes part 2 of bug 1201,
2484 'File attachment "manipulation" bugs...'
2486 2007-05-10 [wwp] 2.9.2cvs5
2488 * src/prefs_common.c
2489 * src/prefs_common.h
2490 * src/gtk/quicksearch.c
2491 Add a quicksearch option to automatically run
2492 a search selected from the history (this option
2493 is exclusive towards type-ahead).
2495 2007-05-10 [colin] 2.9.2cvs4
2498 Fix g_warnings, thanks to Brian
2501 2007-05-09 [colin] 2.9.2cvs3
2506 * src/prefs_summaries.c
2509 * src/common/utils.c
2510 * src/gtk/gtksourceprintjob.c
2511 * src/gtk/sslcertwindow.c
2512 Use the re-entrant variant of time functions
2513 Probably fixes bug 1217, 'reentrancy problems
2514 with time functions'
2516 2007-05-09 [colin] 2.9.2cvs2
2519 Fix crasher when reconnection fails
2521 2007-05-08 [paul] 2.9.2cvs1
2527 bump version number following
2530 2007-05-08 [paul] 2.9.1cvs48
2532 * src/plugins/demo/demo.c
2533 * src/plugins/dillo_viewer/dillo_prefs.c
2534 * src/plugins/dillo_viewer/dillo_prefs.h
2535 * src/plugins/dillo_viewer/dillo_viewer.c
2536 * src/plugins/pgpcore/pgp_viewer.c
2537 * src/plugins/pgpcore/pgp_viewer.h
2538 * src/plugins/pgpcore/plugin.c
2539 * src/plugins/pgpcore/prefs_gpg.c
2540 * src/plugins/pgpcore/prefs_gpg.h
2541 * src/plugins/pgpcore/sgpgme.c
2542 * src/plugins/pgpcore/sgpgme.h
2543 * src/plugins/pgpinline/plugin.c
2544 * src/plugins/pgpmime/pgpmime.c
2545 * src/plugins/pgpmime/pgpmime.h
2546 * src/plugins/pgpmime/plugin.c
2547 * src/plugins/spamassassin/spamassassin.c
2548 * src/plugins/spamassassin/spamassassin.h
2549 * src/plugins/spamassassin/spamassassin_gtk.c
2550 * src/plugins/trayicon/README
2552 * tools/README.sylprint
2553 * tools/outlook2claws-mail.pl
2555 * tools/tb2claws-mail
2556 * tools/tbird2claws.py
2558 * tools/vcard2xml.py
2559 * tools/kdeservicemenu/README
2560 cleanups and corrections
2562 2007-05-06 [wwp] 2.9.1cvs47
2565 Fix missing dash to `display` command-line, reported
2566 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2568 2007-05-06 [colin] 2.9.1cvs46
2571 * src/stock_pixmap.c
2572 * src/stock_pixmap.h
2573 * src/pixmaps/printer.xpm
2576 2007-05-06 [paul] 2.9.1cvs45
2581 * src/summary_search.c
2585 2007-05-05 [wwp] 2.9.1cvs44
2589 * src/prefs_actions.c
2593 Fix "faild" typos everywhere and capitalization of
2596 2007-05-04 [colin] 2.9.1cvs43
2601 * src/plugins/pgpcore/prefs_gpg.c
2602 * src/plugins/pgpcore/prefs_gpg.h
2603 * src/plugins/pgpinline/pgpinline.c
2604 * src/plugins/pgpmime/pgpmime.c
2605 Add an API to warn about encryption limits,
2606 and allow to disable these warnings
2608 2007-05-03 [colin] 2.9.1cvs42
2612 Fix bug 1213, 'Delete more than
2615 2007-05-03 [wwp] 2.9.1cvs41
2617 * src/prefs_common.c
2618 * src/prefs_filtering.c
2619 * src/prefs_template.c
2620 * src/common/template.c
2621 * src/common/template.h
2622 * src/gtk/gtkutils.c
2623 * src/gtk/gtkutils.h
2624 Templates are no longer automatically sorted
2625 by name, but can be sorted manually using
2626 |< < > >| buttons as well as drag'n'drop.
2628 2007-05-03 [wwp] 2.9.1cvs40
2630 * src/plugins/spamassassin/spamassassin.c
2631 * src/plugins/spamassassin/spamassassin.h
2632 * src/plugins/spamassassin/spamassassin_gtk.c
2633 * src/plugins/bogofilter/bogofilter.c
2634 * src/plugins/bogofilter/bogofilter.h
2635 * src/plugins/bogofilter/bogofilter_gtk.c
2636 Added an option to conditionally mark saved spam
2637 as read (default is and was to do so).
2638 Satisfies feature request 1708539 on sf.net tracker.
2640 2007-05-03 [colin] 2.9.1cvs39
2643 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2645 2007-05-02 [colin] 2.9.1cvs38
2648 Fix bug 1209, 'Clicking on address
2649 in header (mailto uri) selects
2650 default account'. Patch adapted from
2653 2007-05-02 [colin] 2.9.1cvs37
2655 * src/grouplistdialog.c
2656 Set cursor to wait cursor while loading
2659 2007-05-02 [paul] 2.9.1cvs36
2663 rename cache and mark files
2666 2007-04-30 [paul] 2.9.1cvs35
2668 * manual/glossary.xml
2669 * manual/plugins.xml
2670 updates. Patch by Ricardo
2672 2007-04-29 [wwp] 2.9.1cvs34
2676 Fix few grammatical errors (patch by David Relson < relson at
2677 osagesoftware dot com >).
2679 2007-04-28 [colin] 2.9.1cvs33
2683 * src/prefs_account.c
2684 * src/prefs_account.h
2685 Drop the "Download all" preference. It's
2686 stupidly useless and confuses people from
2689 2007-04-27 [wwp] 2.9.1cvs32
2692 * src/prefs_account.c
2693 * src/prefs_account.h
2694 Don't reflect accounts changes to the mainwindow when it's
2697 2007-04-27 [colin] 2.9.1cvs31
2700 Freeze/thaw when sync'ing flags
2702 * src/prefs_account.c
2703 * src/prefs_account.h
2704 * src/etpan/imap-thread.c
2705 * src/etpan/imap-thread.h
2706 Add a way to use UID FETCH instead
2707 of searches to fetch message lists
2708 and flags. More expensive towards
2709 bandwidth, less expensive towards
2710 server's CPU. Probably fixes
2711 bug 1158, 'Scanning new folders on
2712 Exchange 2007 extremely slow'.
2715 2007-04-27 [paul] 2.9.1cvs30
2718 * src/prefs_logging.c
2719 improvements to english usage
2721 2007-04-27 [colin] 2.9.1cvs29
2724 Fix build without libetpan (my bad!)
2726 2007-04-26 [colin] 2.9.1cvs28
2730 Fix uselessly exported function
2732 Consider "- -- \n" as signature separator
2733 (that's what signature separators look like
2734 in PGP/Inline signed mails)
2736 2007-04-26 [colin] 2.9.1cvs27
2739 libetpan-0.49 is now required
2741 Fix double fetching of mails if
2744 Make offline sync faster, by
2745 remembering last change time, and
2748 2007-04-26 [hoa] 2.9.1cvs26
2754 * src/etpan/imap-thread.c
2755 * src/etpan/imap-thread.h
2756 cancellation of IMAP operations is now allowed.
2757 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2759 2007-04-26 [colin] 2.9.1cvs25
2762 Always fetch body+headers in folders that are
2763 synched for offline use, if "Synchronise as
2764 soon as possible" is set.
2765 Fixes bug 1200, 'Add option to always retrieve full
2768 2007-04-25 [colin] 2.9.1cvs24
2771 Fix bug 1198, 'Reply-all "disappearing" address bug
2774 2007-04-24 [colin] 2.9.1cvs23
2777 Fix bug 1195, 'Hardware key navigation'
2778 Make GDK_Enter toggle expansion (Maemo)
2780 2007-04-24 [wwp] 2.9.1cvs22
2783 Fix few compiler warnings.
2785 2007-04-24 [paul] 2.9.1cvs21
2788 * src/stock_pixmap.c
2789 * src/stock_pixmap.h
2790 complete last commit
2792 2007-04-24 [paul] 2.9.1cvs20
2795 * src/pixmaps/active.xpm
2796 * src/pixmaps/checkbox_off.xpm
2797 * src/pixmaps/checkbox_on.xpm
2798 * src/pixmaps/inactive.xpm
2800 remove transparent border from checkbox icons
2802 2007-04-24 [wwp] 2.9.1cvs19
2806 Fix a crash in textview, thanks to Colin.
2808 2007-04-23 [wwp] 2.9.1cvs18
2810 * src/prefs_common.c
2811 Fix 2.9.1cvs5: no header was being translated at all.
2813 2007-04-23 [colin] 2.9.1cvs17
2816 * src/stock_pixmap.c
2817 * src/stock_pixmap.h
2820 * src/gtk/gtksctree.c
2821 * src/gtk/gtksctree.h
2822 * src/pixmaps/selection.xpm
2823 Fix bug 1193, 'Need a way to multi-select
2824 items'. Add a toggle button to the summaryview
2825 to switch between normal and multiple selection
2828 2007-04-23 [colin] 2.9.1cvs16
2831 * src/stock_pixmap.c
2832 * src/stock_pixmap.h
2835 * src/gtk/gtksctree.c
2836 * src/gtk/gtksctree.h
2837 * src/pixmaps/selection.xpm
2838 Fix bug 1193, 'Need a way to multi-
2840 Add a toggle button in the summaryview
2841 to enable normal or multiple selection.
2844 2007-04-23 [colin] 2.9.1cvs15
2847 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2849 2007-04-21 [colin] 2.9.1cvs14
2851 * src/gtk/quicksearch.c
2852 Fix previous commit (actually use correct
2855 2007-04-21 [colin] 2.9.1cvs13
2857 * src/gtk/quicksearch.c
2858 Fix changing quicksearch type (after Esc,
2859 after changing Recursive, ...)
2861 2007-04-20 [wwp] 2.9.1cvs12
2863 * src/gtk/Makefile.am
2864 Added headers.h (completes 2.9.1cvs5).
2866 2007-04-20 [wwp] 2.9.1cvs11
2869 Fix the use of display name in name column,
2870 it has been overriden w/ the use of nickname
2871 by 2.9.0cvs3. Now nickname is used (if any)
2872 in case of LDAP books only.
2874 2007-04-20 [colin] 2.9.1cvs10
2879 Add handling of 'a' to loop in a mail's
2882 2007-04-20 [colin] 2.9.1cvs9
2885 Fix bug 1190, 'dir_open' button doesn't work'
2888 2007-04-20 [colin] 2.9.1cvs8
2892 Fix bug 1194, 'Hardware keys move from email
2893 list to account/directory list, but not back
2894 to email list...' (Maemo)
2896 2007-04-20 [colin] 2.9.1cvs7
2899 complete previous commit
2901 2007-04-20 [colin] 2.9.1cvs6
2904 Fix bug 1187, 'Reply-to addressee disappears
2905 when reply-to text box is clicked...' (Maemo)
2907 2007-04-20 [wwp] 2.9.1cvs5
2915 * src/prefs_common.c
2916 * src/prefs_common.h
2917 * src/prefs_display_header.c
2918 * src/prefs_matcher.c
2921 * src/gtk/quicksearch.c
2922 Translate more header names according to the relevant option value,
2923 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2924 Replaced nearly all uses of prefs_common.trans_hdr with a call
2925 to prefs_common_translated_header_name().
2926 Added a headers.h reference file that contains known header names
2927 (RFC2822 and others) to the translation process' input, so that
2928 translated header names will still exist even if no occurrence of
2929 _("headername") is found anymore in the sources.
2930 Don't translate column name 'Number' following to trans_hdr option
2931 value as it's not a header name.
2933 2007-04-20 [colin] 2.9.1cvs4
2935 * src/gtk/quicksearch.c
2936 * src/gtk/quicksearch.h
2937 Add "From, To or Subject" quicksearch
2938 type. Patch by ulfschaper@users.sf.net
2940 2007-04-20 [colin] 2.9.1cvs3
2943 Implement proper references filtering condition.
2944 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2946 2007-04-19 [wwp] 2.9.1cvs2
2948 * src/prefs_display_header.c
2949 * src/message_search.c
2950 Fix few warnings (g_free of const gchar*).
2952 2007-04-19 [paul] 2.9.1cvs1
2958 bump version number following
2961 2007-04-19 [paul] 2.9.0cvs9
2963 * manual/advanced.xml
2964 * manual/glossary.xml
2967 2007-04-18 [paul] 2.9.0cvs8
2970 fix for CVE-2007-1558 (APOP)
2973 2007-04-18 [paul] 2.9.0cvs7
2979 Fix encoding woes wrt saving of
2983 2007-04-18 [colin] 2.9.0cvs6
2985 * src/gtk/pluginwindow.c
2986 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2988 2007-04-17 [wwp] 2.9.0cvs5
2994 Fix --disable-ldap build,
2995 fix some LDAP annoyances on
2996 searches, thanks to Colin.
2998 2007-04-17 [wwp] 2.9.0cvs4
3001 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3002 like gcc 2.9x. Thanks to Colin.
3004 2007-04-17 [wwp] 2.9.0cvs3
3020 Add LDAP write support. Patch mostly by
3021 Michael <mir at datanom dot net>
3023 2007-04-17 [wwp] 2.9.0cvs2
3026 Prepend "Add to address book" to the context menu of compose window's sender and
3029 2007-04-16 [paul] 2.9.0cvs1
3034 2007-04-16 [paul] 2.9.0
3041 2007-04-16 [paul] 2.8.1cvs102
3044 updated by Fabien Vantard
3046 2007-04-16 [paul] 2.8.1cvs101
3056 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3057 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3058 Aleksandar Urosevic, and Ralgh Young
3060 2007-04-15 [mones] 2.8.1cvs100
3065 2007-04-14 [colin] 2.8.1cvs99
3067 * src/message_search.c
3068 * src/prefs_display_header.c
3069 * src/summary_search.c
3070 * src/gtk/combobox.c
3073 2007-04-14 [wwp] 2.8.1cvs98
3075 * src/gtk/combobox.c
3076 * src/message_search.c
3077 * src/summary_search.c
3078 * src/prefs_display_header.c
3079 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3080 returns NULL, get the text value directly from the GtkEntry child.
3082 2007-04-13 [colin] 2.8.1cvs97
3084 * src/gtk/quicksearch.c
3085 Give the focus back to summaryview when
3086 emptying the quicksearch with Esc
3088 2007-04-13 [colin] 2.8.1cvs96
3090 * src/message_search.c
3091 * src/prefs_display_header.c
3092 * src/summary_search.c
3093 Fix possibles crashes when getting text
3096 2007-04-13 [colin] 2.8.1cvs95
3099 Add some UIDL debugging
3101 2007-04-12 [colin] 2.8.1cvs94
3104 Force folder scan if necessary after
3105 copying mails, to be able to reapply
3108 2007-04-11 [colin] 2.8.1cvs93
3111 don't scan for new mail on startup if --select
3112 is specified (or race conditions arise). If so,
3113 do both sequentially.
3115 2007-04-09 [colin] 2.8.1cvs92
3118 Use leafpad by default on Maemo. Patch
3121 2007-04-06 [colin] 2.8.1cvs91
3123 * src/pixmaps/queue_close.xpm
3124 * src/pixmaps/queue_close_hrm.xpm
3125 * src/pixmaps/queue_close_hrm_mark.xpm
3126 * src/pixmaps/queue_close_mark.xpm
3127 * src/pixmaps/queue_open.xpm
3128 * src/pixmaps/queue_open_hrm.xpm
3129 * src/pixmaps/queue_open_hrm_mark.xpm
3130 * src/pixmaps/queue_open_mark.xpm
3131 Move the clock one pixel down :)
3133 2007-04-05 [colin] 2.8.1cvs90
3136 Don't sync when switching offline from
3137 command line - it's usually too late :)
3139 2007-04-05 [paul] 2.8.1cvs89
3142 * src/stock_pixmap.c
3143 * src/pixmaps/dir_close_hrm.xpm
3144 * src/pixmaps/dir_close_hrm_mark.xpm
3145 * src/pixmaps/drafts_close.xpm
3146 * src/pixmaps/drafts_close_mark.xpm
3147 * src/pixmaps/drafts_open.xpm
3148 * src/pixmaps/drafts_open_mark.xpm
3149 * src/pixmaps/inbox.xpm
3150 * src/pixmaps/inbox_close.xpm
3151 * src/pixmaps/inbox_close_hrm.xpm
3152 * src/pixmaps/inbox_close_hrm_mark.xpm
3153 * src/pixmaps/inbox_close_mark.xpm
3154 * src/pixmaps/inbox_hrm.xpm
3155 * src/pixmaps/inbox_hrm_mark.xpm
3156 * src/pixmaps/inbox_mark.xpm
3157 * src/pixmaps/inbox_open.xpm
3158 * src/pixmaps/inbox_open_hrm.xpm
3159 * src/pixmaps/inbox_open_hrm_mark.xpm
3160 * src/pixmaps/inbox_open_mark.xpm
3161 * src/pixmaps/outbox.xpm
3162 * src/pixmaps/outbox_close.xpm
3163 * src/pixmaps/outbox_close_hrm.xpm
3164 * src/pixmaps/outbox_close_hrm_mark.xpm
3165 * src/pixmaps/outbox_close_mark.xpm
3166 * src/pixmaps/outbox_hrm.xpm
3167 * src/pixmaps/outbox_hrm_mark.xpm
3168 * src/pixmaps/outbox_mark.xpm
3169 * src/pixmaps/outbox_open.xpm
3170 * src/pixmaps/outbox_open_hrm.xpm
3171 * src/pixmaps/outbox_open_hrm_mark.xpm
3172 * src/pixmaps/outbox_open_mark.xpm
3173 * src/pixmaps/queue_close.xpm
3174 * src/pixmaps/queue_close_hrm.xpm
3175 * src/pixmaps/queue_close_hrm_mark.xpm
3176 * src/pixmaps/queue_close_mark.xpm
3177 * src/pixmaps/queue_open.xpm
3178 * src/pixmaps/queue_open_hrm.xpm
3179 * src/pixmaps/queue_open_hrm_mark.xpm
3180 * src/pixmaps/queue_open_mark.xpm
3181 updated, added and replaced icons
3184 2007-04-04 [colin] 2.8.1cvs88
3187 Fix build without libetpan
3189 2007-04-03 [colin] 2.8.1cvs87
3192 Fix crash with Citadel, and try to make
3193 things work. this server (and specifically
3194 STATUS and APPEND at least) seems broken.
3196 2007-04-03 [colin] 2.8.1cvs86
3199 Fix icons on folder close
3201 2007-04-03 [colin] 2.8.1cvs85
3204 Fix double-ask of offline override in
3209 Much more efficient way to synchronise
3211 * src/etpan/imap-thread.c
3214 * src/gtk/quicksearch.c
3217 2007-04-03 [paul] 2.8.1cvs84
3222 * src/prefs_common.c
3223 * src/prefs_common.h
3225 Fix sync being done too late
3228 2007-04-02 [colin] 2.8.1cvs83
3231 Maemo: Put status and quicksearch at the top
3232 * src/plugins/bogofilter/bogofilter.c
3233 * src/plugins/spamassassin/spamassassin.c
3234 Derive trash from inbox if possible
3236 2007-04-02 [paul] 2.8.1cvs82
3238 * src/plugins/bogofilter/bogofilter_gtk.c
3239 a few English changes
3245 2007-04-02 [colin] 2.8.1cvs81
3247 * src/image_viewer.c
3248 Fix transparent images by using
3251 Flush events (on new windows) to avoid
3252 having the textview's image resize fail
3253 to know the available width
3255 2007-04-01 [colin] 2.8.1cvs80
3257 * src/prefs_account.c
3258 If no MH mailbox exist, when creating a POP/Local
3259 account, just create and use the default one
3260 instead of bailing with a "Mailbox doesn't exist"
3263 2007-03-31 [colin] 2.8.1cvs79
3265 * src/prefs_account.c
3266 Create signature file if it doesn't exist
3268 * src/prefs_toolbar.c
3269 Maemo: Move "Use default" on the left so
3270 that people can find it
3272 Maemo: make default editor "Maemopad",
3273 default signature file "MyDocs/signature.txt"
3275 2007-03-31 [colin] 2.8.1cvs78
3277 * src/prefs_account.c
3278 Maemo: rework account prefs so
3279 that less horizontal scrolling
3282 2007-03-31 [colin] 2.8.1cvs77
3285 * src/prefs_common.c
3286 * src/prefs_common.h
3287 Fix bug 1167, 'Allow not displaying zeros
3288 in folder list'. Patch by MartinP
3290 2007-03-31 [colin] 2.8.1cvs76
3295 2007-03-31 [colin] 2.8.1cvs75
3298 Apply patch from bug 1172, direct
3299 access to the folder's session instead
3300 of using getter. Patch by MartinP
3302 2007-03-31 [paul] 2.8.1cvs74
3305 no need to list Fabien twice!
3307 2007-03-31 [colin] 2.8.1cvs73
3310 If we're currently "overriding for %d minutes",
3313 2007-03-31 [colin] 2.8.1cvs72
3321 * src/plugins/spamassassin/spamassassin.c
3322 Offline override: Add a parameter to allow
3323 asking even if the override timer is running.
3324 Allows to ask every time the user makes an
3325 explicit action needing online access (such
3326 as Get Mail), and not when the action is
3327 implicit (such as opening an IMAP folder)
3329 2007-03-31 [colin] 2.8.1cvs71
3332 Override offline: "No" answer shouldn't
3333 re-ask after 3 seconds, but 10 minutes.
3335 2007-03-30 [colin] 2.8.1cvs70
3337 * src/common/socket.c
3338 Better error reporting on unix socket
3339 failure (bind usually)
3340 * src/gtk/gtkutils.c
3341 * src/gtk/gtkutils.h
3342 Label window: add a pulsing progress
3343 bar to show we're not hung :)
3346 * src/plugins/pgpcore/sgpgme.c
3349 2007-03-30 [colin] 2.8.1cvs69
3352 * src/prefs_common.c
3353 Fix possible trashing of history and uidl
3354 files on disk full problems
3356 2007-03-30 [paul] 2.8.1cvs68
3361 update summary when changing layout type
3362 (fixes wrong folder icon being displayed)
3365 2007-03-29 [colin] 2.8.1cvs67
3367 * src/prefs_ext_prog.c
3368 The browser pref is irrelevant on Maemo
3370 2007-03-29 [colin] 2.8.1cvs66
3374 Maemo: dynamically switch headers/text position
3375 * src/prefs_common.c
3376 Maemo: hide compose's ruler by default
3377 * src/common/socket.c
3378 * src/common/socket.h
3381 2007-03-29 [colin] 2.8.1cvs65
3383 * src/common/socket.c
3384 * src/common/socket.h
3385 Fix build when MAEMO_CFLAGS contains
3386 _X_OPENSOURCE (resolv.h errors as long
3387 as we don't add _BSD_SOURCE. Ugly).
3389 2007-03-29 [wwp] 2.8.1cvs64
3391 * src/prefs_logging.c
3392 Fix sensitivity of clip-log widgets in prefs/logging,
3395 2007-03-29 [wwp] 2.8.1cvs63
3398 Updated files list for translations, thanks to Fabien.
3400 2007-03-29 [colin] 2.8.1cvs62
3403 * src/common/Makefile.am
3404 * src/common/utils.c
3405 Maybe make URI opening work in Maemo
3408 2007-03-28 [colin] 2.8.1cvs61
3413 Add the possibility to sort folders arbitrarily
3414 (via editing of folderlist.xml only). Patch by
3415 Martin P <mp26+claws@os.inf.tu-dresden.de>
3416 Fixes bug 1166, 'Folder ordering is fixed and cannot
3417 be changed by the user'
3419 2007-03-28 [colin] 2.8.1cvs60
3422 Add popup menu for mime icons
3424 2007-03-28 [colin] 2.8.1cvs59
3427 Fix a layout issue when presenting
3428 mainwindow in Small screen layout
3431 Add a "Go to folder list" button for
3432 mainwindow, and make it default in
3435 2007-03-28 [colin] 2.8.1cvs58
3438 Don't dynamically update title on Maemo
3439 Patch by Jean-Luc Biord
3441 2007-03-27 [colin] 2.8.1cvs57
3446 Enable tap-and-hold on Maemo
3448 2007-03-26 [colin] 2.8.1cvs56
3451 More popup-menu (in attachments list)
3453 2007-03-26 [colin] 2.8.1cvs55
3456 Enable popup-menu signal
3458 2007-03-26 [colin] 2.8.1cvs54
3460 * src/plugins/pgpinline/pgpinline.c
3461 Fix bug 1111, 'PGP/inline plugin hides text
3462 around encrypted text block'. Patch based on
3463 a patch from Michal Cihar.
3465 2007-03-26 [wwp] 2.8.1cvs53
3468 Fix getting a false error when sending queued message
3469 whereas the sending was fine (if there are subfolders
3470 in the queue folder), thanks to Colin.
3472 2007-03-26 [paul] 2.8.1cvs52
3475 update FACE header in welcome message
3477 2007-03-25 [colin] 2.8.1cvs51
3482 2007-03-25 [colin] 2.8.1cvs50
3485 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3487 2007-03-24 [colin] 2.8.1cvs49
3490 Fix a few launch problems on Maemo
3491 Patch by Jean-Luc Biord
3493 2007-03-24 [wwp] 2.8.1cvs48
3499 Fix wrong action performed when closing the
3500 "ask about account specific filtering rules
3501 when filtering manually" dialog by pressing Escape.
3502 Fix wrong order of buttons in the "return receipt
3503 notification - the message was sent to several of
3504 your accounts" dialog.
3506 2007-03-24 [paul] 2.8.1cvs47
3509 an improvement to English usage
3510 * tools/kdeservicemenu/README
3513 2007-03-24 [paul] 2.8.1cvs46
3516 * src/stock_pixmap.c
3517 * src/pixmaps/edit_extern.xpm
3518 * src/pixmaps/mail_sign.xpm
3519 rescue long lost icons
3521 2007-03-24 [paul] 2.8.1cvs45
3524 fix toolbar (broken in 2.8.1cvs42)
3526 2007-03-23 [colin] 2.8.1cvs44
3529 Correctly unsubscribe/resubscribe after
3532 2007-03-23 [colin] 2.8.1cvs43
3534 * src/prefs_common.c
3535 Maemo: as the platform is light on RAM, allow
3536 caches to be discarded faster.
3538 2007-03-23 [colin] 2.8.1cvs42
3543 * src/stock_pixmap.c
3544 * src/stock_pixmap.h
3549 * src/pixmaps/open_mail.xpm
3550 Maemo changes: Add the possibility to have
3551 "Open Email" and "Close Window" buttons on
3552 toolbars (and use them in Maemo's default
3555 2007-03-23 [wwp] 2.8.1cvs41
3558 Reverted that part of the action dialog closure logics, to
3559 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3560 done later in a different way (or may not).
3562 2007-03-22 [wwp] 2.8.1cvs40
3565 Fix sticky action dialog when got no output but action command
3566 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3568 2007-03-22 [colin] 2.8.1cvs39
3570 * src/prefs_filtering.c
3571 * src/gtk/combobox.h
3572 Fix escaping account names in filtering prefs
3574 2007-03-22 [colin] 2.8.1cvs38
3579 Add any attribute specified in LDAP servers'
3580 Search attributes to the Other Attributes tab
3581 of contacts; Add 'telephoneNumber' in the
3584 2007-03-22 [colin] 2.8.1cvs37
3589 Try to prevent race conditions when
3590 changing the folder list
3592 Fix possible red folder icon when
3593 switching from Small screen layout
3596 2007-03-22 [colin] 2.8.1cvs36
3601 Rename "little screen" to "Small screen"
3602 * src/gtk/Makefile.am
3603 * src/common/utils.c
3605 Fix Maemo-related compilation problems
3607 2007-03-21 [colin] 2.8.1cvs35
3611 * claws-mail.desktop
3612 Remove .png from the Icon, it's useless
3614 2007-03-21 [colin] 2.8.1cvs34
3618 Add the necessary lib checking for
3621 2007-03-21 [colin] 2.8.1cvs33
3624 Fix unconditional "error happened" when
3625 sending via command-line. "lol @ myself"
3627 2007-03-21 [colin] 2.8.1cvs32
3629 * claws-mail-40x40.png
3630 * claws-mail-26x26.png
3640 * src/prefs_account.c
3641 * src/prefs_common.c
3642 * src/summary_search.c
3646 * src/gtk/gtkutils.c
3647 * src/gtk/gtkutils.h
3648 * src/gtk/logwindow.c
3650 * src/gtk/prefswindow.c
3651 Add Maemo port (patch mainly by Jean-Luc Biort)
3652 Add a new 'Little screen' layout to help on such
3653 platforms (patch by me)
3654 Make some default preferences different (more
3655 adapted) on Maemo (patch by me)
3657 2007-03-21 [wwp] 2.8.1cvs31
3659 * src/prefs_logging.c
3660 * src/prefs_logging.h
3661 Fixed copyright header of newly added files.
3663 2007-03-21 [wwp] 2.8.1cvs30
3679 * src/prefs_common.c
3680 * src/prefs_common.h
3681 * src/prefs_logging.c
3682 * src/prefs_logging.h
3685 * src/send_message.c
3690 * src/common/session.c
3692 * src/common/socket.c
3693 * src/etpan/imap-thread.c
3694 * src/gtk/logwindow.c
3695 * src/gtk/logwindow.h
3696 * src/plugins/bogofilter/bogofilter.c
3697 * src/plugins/spamassassin/spamassassin.c
3698 Added debugging of filtering/processing rules.
3699 The debug log is here 'Tools/Filtering debug window',
3700 the options there 'Configuration/Preferences/Other/Logging',
3701 and the log file is ~/.claws-mail/filtering.log.
3702 Moved protocol log prefs to 'Other/Logging' as well.
3703 To support such debugging feature, the existing log API has
3704 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3705 this impacts many external modules (commits follow).
3707 2007-03-21 [paul] 2.8.1cvs29
3709 * src/etpan/Makefile.am
3710 * src/etpan/imap-thread.c
3711 add missing #include
3713 2007-03-21 [colin] 2.8.1cvs28
3716 Fix bug 1157, 'some broken messages confuse
3717 mime parser'. Make sure we can't have MimeInfos
3718 with negative sizes.
3720 2007-03-20 [colin] 2.8.1cvs27
3723 Fix missing \0 on buffer
3725 2007-03-20 [colin] 2.8.1cvs26
3728 Use make_dir_hier instead of make_dir
3729 to create the MH mailbox
3731 2007-03-20 [colin] 2.8.1cvs25
3735 * src/prefs_account.c
3737 Fix default inbox weirdnesses (after wizard,
3738 if path is Mail, mailbox identifier is #mh/Mailbox,
3739 and when creating new accounts)
3741 2007-03-20 [colin] 2.8.1cvs24
3744 Write folderlist after adding/deleting accounts
3747 2007-03-20 [colin] 2.8.1cvs23
3750 * src/remotefolder.h
3751 Fix bug 1153, 'CM segfaults if IMAP folder is
3752 selected while scanning prior to update'
3754 2007-03-17 [paul] 2.8.1cvs22
3757 fix a typo, and be a little more verbose.
3759 2007-03-17 [wwp] 2.8.1cvs21
3762 Fix a compiler warning.
3764 2007-03-16 [wwp] 2.8.1cvs20
3768 Updated to deal w/ the new mairix.sh tool.
3770 2007-03-16 [wwp] 2.8.1cvs19
3773 Fix logics issues around the action IO dialog:
3774 - disable entry widget and exec button when
3775 the exec button is clicked (don't wait for any
3776 output line) - fix possible disabling/re-enabling/
3777 re-disabling of those widgets
3778 - raise an error if executing a %as{} action either
3779 empty or invalid, instead of failing silently
3780 - don't close the dialog if the abort button has been
3781 clicked and if there was no output yet
3782 - set focus to the abort button when the exec button
3784 - fix capitalization of a warning message
3786 2007-03-16 [wwp] 2.8.1cvs18
3789 Added a wrapper to mairix to the tools folder.
3791 2007-03-16 [colin] 2.8.1cvs17
3795 Allow mimeviewer plugins to print
3798 2007-03-16 [colin] 2.8.1cvs16
3803 2007-03-15 [colin] 2.8.1cvs15
3807 Add a way for mimeviewer plugins to
3808 implement body search
3810 2007-03-15 [paul] 2.8.1cvs14
3812 * src/prefs_spelling.c
3815 2007-03-15 [paul] 2.8.1cvs13
3817 * src/common/quoted-printable.c
3818 fix decoding of quoted-printable parts
3820 2007-03-14 [wwp] 2.8.1cvs12
3822 * src/gtk/logwindow.h
3823 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3825 2007-03-14 [wwp] 2.8.1cvs11
3827 * src/gtk/logwindow.h
3828 Complete 2.8.1cvs10.
3830 2007-03-14 [colin] 2.8.1cvs10
3832 * src/gtk/logwindow.c