1 2007-09-01 [wwp] 2.10.0cvs188
4 Fix wizard crash when Mailbox dir already exists
7 2007-08-31 [colin] 2.10.0cvs187
9 * src/etpan/imap-thread.c
10 Fix unwanted creation of
11 libetpan's stream dump file
13 Fix coloring of pastes as quotation
15 Maemo: Fix opening of mails from keypad
21 * src/gtk/prefswindow.c
22 Maemo: Fix adjustments changes
24 2007-08-30 [colin] 2.10.0cvs186
27 Don't opened selected folder when clicking
30 Maemo: Make Esc close messageviews
32 Maemo: Fix message scrolling to the end on
34 Maemo: Fix reopening same message
35 * src/gtk/prefswindow.c
36 Maemo: try to fix scrollbar. Doesn't work,
37 it seems as if gtk_adjustment_set_value was
40 2007-08-30 [colin] 2.10.0cvs185
46 * src/prefs_template.c
51 * src/plugins/bogofilter/bogofilter.c
52 * src/plugins/bogofilter/bogofilter_gtk.c
53 * src/plugins/clamav/clamav_plugin_gtk.c
54 * src/plugins/pgpcore/sgpgme.c
55 * src/plugins/spamassassin/spamassassin.c
56 * src/plugins/spamassassin/spamassassin_gtk.c
57 Fix all potential misuses of format-string functions
59 2007-08-30 [wwp] 2.10.0cvs184
61 * src/prefs_template.c
64 2007-08-29 [colin] 2.10.0cvs183
66 * src/plugins/trayicon/trayicon.c
67 Fix leak of hooks in case of error,
68 thanks to Holger Berndt
70 2007-08-28 [colin] 2.10.0cvs182
73 Don't use current folder settings when
74 composing from the compose button's
77 2007-08-28 [colin] 2.10.0cvs181
79 * src/quote_fmt_parse.y
80 Fix cursor offset when quote contains UTF-8
83 2007-08-28 [colin] 2.10.0cvs180
87 Fix signature replacement when it's been wrapped
89 2007-08-27 [colin] 2.10.0cvs179
94 2007-08-27 [colin] 2.10.0cvs178
97 Fix Quicksearch's Sticky mode
99 2007-08-27 [colin] 2.10.0cvs177
101 * src/folder_item_prefs.c
102 * src/folder_item_prefs.h
105 Fix loss of subfolders properties when
108 2007-08-26 [wwp] 2.10.0cvs176
112 * src/prefs_actions.c
113 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
114 will have to be used when necessary *before* calling
115 alertpanel functions.
117 2007-08-25 [paul] 2.10.0cvs175
119 * src/prefs_actions.c
120 workaround gettext problem marking
121 string as c-format when it's not
123 2007-08-25 [wwp] 2.10.0cvs174
127 * src/prefs_actions.c
128 Call the pango markup escape function right ince in alertpanel_create
129 instead of everywhere (reverts some parts of 2.10.0cvs123 and
133 Fix a crash due to a misuse of g_print(), encountered when the string
134 passed to g_print was containing printf substitution symbols.
136 2007-08-25 [paul] 2.10.0cvs173
139 fix a segfault when refreshing RSSyl feeds
141 2007-08-25 [paul] 2.10.0cvs172
143 * src/gtk/icon_legend.c
146 2007-08-25 [paul] 2.10.0cvs171
150 * src/pixmaps/insert_file.xpm
151 add a new pixmap instead of re-using
152 paste.xpm. (easier for icon theme authors)
154 2007-08-24 [holger] 2.10.0cvs170
156 * src/plugins/trayicon/trayicon.c
157 The same fix for another hook id.
159 2007-08-24 [holger] 2.10.0cvs169
161 * src/plugins/trayicon/trayicon.c
162 Micro-fix: Do the error checking for
165 2007-08-24 [paul] 2.10.0cvs168
168 fix typo causing compiler warning
170 2007-08-24 [paul] 2.10.0cvs167
173 put back the correct version of this file also
175 2007-08-24 [colin] 2.10.0cvs166
178 Use progress bar when sending messages
180 2007-08-24 [paul] 2.10.0cvs165
183 oops! if i'm quick no-one will notice
184 (put back the proper file)
186 2007-08-24 [paul] 2.10.0cvs164
194 * tools/mew2claws-mail.pl
195 add new script that imports a Mew address book
196 submitted by Jerome Lelong
198 2007-08-24 [paul] 2.10.0cvs163
201 remove the obsolete plugins, add the
202 missing plugins, including the forthcoming
205 2007-08-24 [paul] 2.10.0cvs162
207 * manual/advanced.xml
208 add info about the hidden emphasis_color option
209 * manual/keyboard.xml
210 correct the info about hotkeys
213 2007-08-24 [paul] 2.10.0cvs161
216 add mnemonic to 'Run procesing rules'
218 2007-08-24 [paul] 2.10.0cvs160
223 use suitable defaults for outbox,
224 queue, drafts and trash folders
226 2007-08-24 [wwp] 2.10.0cvs159
229 Update menu item sensitivity if necessary (or we get a
230 gtk critical message).
232 2007-08-23 [wwp] 2.10.0cvs158
235 * src/prefs_actions.c
236 Allow literal % chars in action commands (use %%).
237 Add a missing p++ to the action parser in action_get_type(),
238 which was missing it, even if it was neutral.
239 Fix a pango markup warning at runtime.
241 2007-08-23 [wwp] 2.10.0cvs157
244 Contacts are now locale-aware sorted in the address book
245 (LC_COLLATE matters here).
246 Fix missing table initializers.
248 2007-08-23 [colin] 2.10.0cvs156
251 Check scan_required on dest folder when copying
253 2007-08-23 [colin] 2.10.0cvs155
256 Fix scanning when folder was empty
258 2007-08-22 [colin] 2.10.0cvs154
261 Don't g_warning when g_try_malloc fails(), or it makes
262 things worse as g_log() allocates. Fixes bug 1290,
263 'Claws Mail crashes if too little memory when
264 rebuilding folder tree'
266 2007-08-22 [colin] 2.10.0cvs153
269 Fix format string vulnerability, thanks to
270 Ulf Harnhammar, Secunia Research
272 2007-08-22 [colin] 2.10.0cvs152
277 2007-08-22 [wwp] 2.10.0cvs151
280 Few better null-ptr checks.
282 2007-08-22 [colin] 2.10.0cvs150
285 * src/editldap_basedn.c
294 2007-08-22 [colin] 2.10.0cvs149
299 2007-08-22 [colin] 2.10.0cvs148
304 2007-08-22 [colin] 2.10.0cvs147
307 Fix test (set ldap v3 if bindDN is set or TLS is set)
309 2007-08-22 [colin] 2.10.0cvs146
313 Fix wrong "Connected successfully to server". Connection only succeeds if
314 we can get the base DN.
316 2007-08-21 [wwp] 2.10.0cvs145
325 More sanity checks in ldap functions.
327 2007-08-21 [wwp] 2.10.0cvs144
329 * src/prefs_account.c
330 Don't return a value in a void function().
332 2007-08-21 [paul] 2.10.0cvs143
335 add check for ftp: to messageview_list_urls()
337 2007-08-21 [colin] 2.10.0cvs142
344 Fix bug 1293, 'LDAP address book not working'
345 Search only on specified fields, but fetch
346 every field possible. People will have to
347 reset the searched Attributes in their LDAP
350 2007-08-21 [wwp] 2.10.0cvs141
360 * src/editaddress_other_attributes_ldap.c
377 * src/prefs_customheader.c
378 * src/prefs_msg_colors.c
384 * src/common/socket.c
385 * src/common/ssl_certificate.c
388 * src/gtk/description_window.c
389 * src/plugins/demo/demo.c
390 * src/plugins/pgpcore/prefs_gpg.c
391 * src/plugins/spamassassin/libspamc.c
392 Make sure we use glib functions to send text messages (information,
393 debug, warning, errors) to stdout/stderr - no more direct puts
394 fputs printf fprintf to stdout/stderr when it can be done using
395 g_log*() and g_print/g_printerr. Doing this, we make sure every
396 stdout/stderr message is saved to log in Windows.
399 2007-08-21 [wwp] 2.10.0cvs140
403 Route glib's stdout/stderr messages to a log file (Windows only),
404 instead of loosing them.
406 2007-08-21 [paul] 2.10.0cvs139
409 replace deprecated g_strncasecmp()
413 2007-08-20 [ticho] 2.10.0cvs138
416 * src/prefs_account.h
417 Copy all account preferences in account_clone() - some
419 * src/prefs_account.c
420 Handle empty privacy system combobox gracefully (warning
423 2007-08-20 [colin] 2.10.0cvs137
428 2007-08-20 [paul] 2.10.0cvs136
438 patch by Michael Rasmussen
440 2007-08-19 [colin] 2.10.0cvs135
443 Fix previous commit. Sensitivity update is needed
444 for "Cancel receiving". However when batching we
445 don't need to do it for every message flag change,
446 just once at the start and once at the end.
448 2007-08-19 [colin] 2.10.0cvs134
451 Remove useless menu updates on session lock/unlock
453 2007-08-19 [colin] 2.10.0cvs133
455 * src/etpan/imap-thread.c
456 Make all fetch logs less verbose
458 2007-08-19 [paul] 2.10.0cvs132
463 fix bug 1286, 'Can't move a folder into a "Folders
466 2007-08-18 [ticho] 2.10.0cvs131
468 * src/editaddress_other_attributes_ldap.c
469 Converted option menu for other ldap attributes to GtkComboBox.
471 2007-08-18 [colin] 2.10.0cvs130
478 Revert 'send_dialog_mode' meaning to
479 'send_dialog_invisible', so that the
480 new checkbox doesn't change the
483 2007-08-18 [paul] 2.10.0cvs129
486 add missing menu update
488 2007-08-17 [colin] 2.10.0cvs128
491 Set batching after getting flags - maybe fixes
492 bug 1292, 'CM crashes on writing mail'
494 2007-08-16 [ticho] 2.10.0cvs127
497 Convert two GtkOptionMenu widgets to new GtkComboBox.
500 Allow NULL for GtkComboBox menuitem label, rendering such
501 items as row separators.
503 2007-08-16 [paul] 2.10.0cvs126
505 * src/plugins/trayicon/trayicon.c
506 remove wrongly used gettextisation
508 2007-08-15 [ticho] 2.10.0cvs125
511 Fixed a runtime warning where an attempt to pack an
512 already packed GtkLabel was made.
514 2007-08-15 [ticho] 2.10.0cvs124
516 * src/prefs_compose_writing.c
517 Convert the insert-or-attach-dragged-files GtkOptionMenu
520 2007-08-14 [ticho] 2.10.0cvs123
524 Changed return receipt account selector to GtkComboBox.
525 Fixed a runtime warning where GTK tried to parse
526 "name <email@address" as a Pango markup in an alertpanel label.
528 2007-08-14 [ticho] 2.10.0cvs122
530 * src/prefs_logging.c
531 Changed GtkOptionMenu in logging preferences to GtkComboBox.
533 2007-08-14 [wwp] 2.10.0cvs121
537 * tools/popfile-link.sh
538 Added a new tool: POPFile helper, to open
539 selected messages in POPFile control center,
540 in order to change the messages' status.
542 2007-08-14 [ticho] 2.10.0cvs120
549 Change "Show send dialog" optionmenu to a checkbutton.
550 * src/prefs_receive.c
551 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
553 2007-08-13 [wwp] 2.10.0cvs119
564 * src/partial_download.c
570 * src/gtk/gtkaspell.c
572 Make sure we never pass NULL pointers for %s substitutions
573 (prevent from crashing in Windows).
575 2007-08-13 [wwp] 2.10.0cvs118
578 Re-enable mmap_reads in Windows with some missing
579 CloseHandle of mapping objects, thanks to
582 2007-08-13 [paul] 2.10.0cvs117
585 fix bug 1287, 'Compile time problem on Solaris
586 (nexenta gnu/Solaris) utils.c'
587 Thanks to Piotr Chrzczonowicz
589 2007-08-12 [wwp] 2.10.0cvs116
591 * src/plugins/pgpcore/prefs_gpg.c
592 Don't try to unset a GPG_AGENT_INFO that was not
593 set (and don't use a NULL string in Windows, it was
594 crashing with --debug if GPG_AGENT_INFO was not set).
596 2007-08-12 [wwp] 2.10.0cvs115
599 Make gcc type-check arguments passed to privacy_set_error().
601 2007-08-12 [ticho] 2.10.0cvs114
603 * src/prefs_folder_item.c
604 Make sure that folder default account combobox always has some
607 Handle empty combobox gracefully (warning instead of crash).
609 2007-08-12 [ticho] 2.10.0cvs114
611 * src/prefs_folder_item.c
612 Make sure that folder default account combobox is not empty.
614 Handle empty combobox gracefully (warning instead of crash).
616 2007-08-11 [paul] 2.10.0cvs113
620 use 'subfolder' instead of 'sub-folder', matching
621 everywhere else the term is used
625 2007-08-10 [wwp] 2.10.0cvs112
628 Disable mmap reads in Windows only (at least temporarily), they
629 prevent from renaming/removing target cache files.
635 2007-08-10 [wwp] 2.10.0cvs111
638 fix unpredictable crashes in Windows due to broken
639 cache/mark/tags files writting (file were opened for
640 writing in text mode).
643 use gettimeofday() from w32lib.h on Windows.
645 2007-08-10 [colin] 2.10.0cvs110
648 * src/etpan/imap-thread.c
649 * src/etpan/imap-thread.h
650 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
652 2007-08-09 [colin] 2.10.0cvs109
655 Fix port being reset to 636 on SSL
657 Fix folder_item_get_msg_num_by_file
658 on drafts/queue folders
660 2007-08-09 [wwp] 2.10.0cvs108
663 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
664 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
667 2007-08-09 [colin] 2.10.0cvs107
671 * src/gtk/prefswindow.c
672 A few Maemo layout fixes
674 2007-08-09 [paul] 2.10.0cvs106
676 * src/prefs_account.c
677 remove the hyphen from plug-ins to
678 match everywhere else
680 2007-08-08 [wwp] 2.10.0cvs105
682 * src/prefs_folder_item.c
683 Fix an extraneous stealth ^L char.
685 2007-08-08 [wwp] 2.10.0cvs104
687 * src/prefs_folder_item.c
688 Better fix, group variables declarations (USE_ASPELL).
690 2007-08-08 [wwp] 2.10.0cvs103
692 * src/prefs_folder_item.c
693 Fix compilation w/ USE_ASPELL set (broken
696 2007-08-08 [ticho] 2.10.0cvs102
698 * src/prefs_folder_item.c
699 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
701 2007-08-08 [colin] 2.10.0cvs101
704 * src/etpan/imap-thread.c
705 * src/etpan/imap-thread.h
706 Close selected mailbox before doing
709 2007-08-08 [colin] 2.10.0cvs100
712 Complete symbol table, thanks to wwp.
713 Fixes bug 1284, 'The html -> text
714 converter ignores entities'
718 2007-08-08 [colin] 2.10.0cvs99
721 Better way to fetch UIDs on non-UIDPLUS servers
723 2007-08-07 [colin] 2.10.0cvs98
726 fix bug 1275, 'auto-saved draft messages not
727 always being removed'; Also, make multiple
728 copy (in the same account) faster by matching
729 source/destination message UIDs.
731 Don't try to reshow deleted mail
733 Fix leak on error path
735 2007-08-07 [wwp] 2.10.0cvs97
738 * manual/advanced.xml
739 * manual/fr/account.xml
740 * manual/fr/advanced.xml
741 Updated the reference manual and the French translation to
742 reflect 2.10.0cvs84: enable running folder Processing
745 2007-08-06 [wwp] 2.10.0cvs96
750 Allow changing the emphasis color used to highlight
751 the newsreader/x-mailer header value when it matches
752 our preferred mail agent (hidden pref 'emphasis_col' added
755 2007-08-06 [colin] 2.10.0cvs95
759 Re-commit 2.10.0cvs86, with a protection
760 against Pango bug. Also, try to fix
761 bug 1275, 'auto-saved draft messages not
762 always being removed'
764 2007-08-06 [wwp] 2.10.0cvs94
766 * src/gtk/quicksearch.c
767 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
769 2007-08-06 [ticho] 2.10.0cvs93
771 * src/prefs_account.c
773 Use GtkComboBox instead of GtkOptionMenu for privacy system
774 selection in account preferences.
776 2007-08-06 [wwp] 2.10.0cvs92
778 * src/plugins/pgpcore/plugin.def
779 Apply one more chunk from gpg4win's 03-w32-port patch.
781 2007-08-05 [colin] 2.10.0cvs91
785 reverting buggy patch for now
787 2007-08-05 [colin] 2.10.0cvs90
792 2007-08-04 [colin] 2.10.0cvs89
794 * src/prefs_summaries.c
795 * src/summary_search.c
796 Replace deprecated widgets. Patch by
799 2007-08-04 [colin] 2.10.0cvs88
802 Refresh GUI only every 2000 mails on mh_get_last_num
803 This is fast (readdir) and done only once per
806 2007-08-03 [colin] 2.10.0cvs87
808 * src/prefs_account.c
811 Fix a deprecated widget. Patch by
814 2007-08-03 [colin] 2.10.0cvs86
818 Make colorisation and wrapping algorithms
819 faster. Fixes bug 1246, 'compose becomes
820 increasingly slow replying to complex emails'
822 2007-08-03 [paul] 2.10.0cvs85
825 keep the window painted
827 2007-08-02 [paul] 2.10.0cvs84
832 enable running folder Processing
835 2007-08-02 [paul] 2.10.0cvs83
838 speed up/clean up rendering of larger
842 2007-08-01 [paul] 2.10.0cvs82
847 change default toolbar layout on maemo
848 * src/pixmaps/close.xpm
849 make the red cross a grey cross
850 * src/pixmaps/jpilot.xpm
851 make icon smaller so it fits better
853 2007-07-31 [paul] 2.10.0cvs81
857 fix crash on maemo on first launch
859 2007-07-30 [paul] 2.10.0cvs80
861 * src/prefs_matcher.c
862 specify the units of age and size
864 2007-07-30 [paul] 2.10.0cvs79
867 Fix IMAP timeout setting
869 2007-07-30 [colin] 2.10.0cvs78
871 * src/prefs_account.c
872 Fix a deprecated widget. Patch by
875 2007-07-27 [paul] 2.10.0cvs77
877 * src/matcher_parser_parse.y
878 * src/prefs_filtering_action.c
879 * src/prefs_matcher.c
880 these changes forgotten in cvs74's
881 'watch thread' feature
883 2007-07-27 [paul] 2.10.0cvs76
886 fix potential crasher
889 2007-07-27 [paul] 2.10.0cvs75
895 make mainwindow's /Help/Manual point to the
896 remote copy if the local copy doesn't exist
898 2007-07-27 [paul] 2.10.0cvs74
906 * src/matcher_parser_parse.y
915 * src/pixmaps/watchthread.xpm
916 add 'watch thread' feature
918 2007-07-27 [paul] 2.10.0cvs73
920 * src/prefs_folder_item.c
921 adjust labels, add tooltips
923 2007-07-27 [colin] 2.10.0cvs72
926 Maemo: Remove less used menu items
928 2007-07-26 [colin] 2.10.0cvs71
931 Maemo: destroy messageview after trashing mail.
932 Maybe should be done on X11 too
934 2007-07-26 [colin] 2.10.0cvs70
941 Add View/Show or Hide/Column headers
943 2007-07-26 [colin] 2.10.0cvs69
948 2007-07-26 [colin] 2.10.0cvs68
951 Fix possible crash on cache invalidation
955 * src/quote_fmt_parse.y
956 Make replying to mails with big attachments
957 much faster. Fixes bug 1224, 'The process of
958 Replying to emails with large attachments
959 seems unreasonably long...'
961 2007-07-26 [colin] 2.10.0cvs67
966 Fix threads use on BSDs
968 2007-07-26 [paul] 2.10.0cvs66
970 * src/gtk/prefswindow.c
971 fix account prefs breakage
974 2007-07-26 [paul] 2.10.0cvs65
977 standardise ./configure --help messages
979 2007-07-26 [colin] 2.10.0cvs64
983 Fix two vCard-related crashes
985 2007-07-25 [colin] 2.10.0cvs63
990 * src/prefs_receive.c
991 Maemo: Add a better way to notify of
997 Maemo: Various layout fixes
998 * src/gtk/prefswindow.c
999 Maemo: Better prefs layout
1001 2007-07-25 [paul] 2.10.0cvs62
1004 fix the layout on maemo
1007 2007-07-25 [iwkse] 2.10.0cvs61
1010 add 'o' shortcut on summaryview
1012 2007-07-25 [iwkse] 2.10.0cvs60
1017 2007-07-24 [colin] 2.10.0cvs59
1020 Fix missing timestamp update on source
1024 Better text layout on part's choices
1026 2007-07-23 [colin] 2.10.0cvs58
1030 Maemo: Automatically choose the correct application
1032 * src/gtk/quicksearch.c
1033 Make search run on GDK_KP_Enter too
1035 2007-07-23 [wwp] 2.10.0cvs57
1037 * src/quote_fmt_lex.l
1038 Revert accidentaly committed lines (account_sig) in
1041 2007-07-23 [wwp] 2.10.0cvs56
1043 * src/quote_fmt_lex.l
1044 Fix typos around long form expressions in the quote lexer.
1050 2007-07-23 [colin] 2.10.0cvs55
1053 Fix auto-completion on Maemo
1055 2007-07-23 [colin] 2.10.0cvs54
1058 Maemo: Fix sticking statusbars
1060 2007-07-22 [colin] 2.10.0cvs53
1063 Maemo: Fix the strange "top_application" info
1064 at startup. We should do something when
1065 receiving such a message.
1067 2007-07-20 [paul] 2.10.0cvs52
1070 add missing #include "statusbar.h"
1072 2007-07-20 [colin] 2.10.0cvs51
1076 * src/folder_item_prefs.c
1077 * src/folder_item_prefs.h
1085 * src/prefs_folder_item.c
1086 Implement age-based caching: allow to
1087 specify a threshold for the offline synchronisation
1088 feature, and whether old cached bodies should
1093 * src/plugins/dillo_viewer/dillo_viewer.c
1094 Check that Dillo's installed
1096 2007-07-20 [wwp] 2.10.0cvs50
1099 * src/stock_pixmap.c
1100 Draw a frame around the selected mimeview part icon (instead of the
1101 shifted 'dancing' icon).
1103 2007-07-20 [colin] 2.10.0cvs49
1106 Unref stuff even on error
1108 disconnect signals only at the very
1109 end of the wizard save.
1111 2007-07-20 [colin] 2.10.0cvs48
1117 Fix random crashes while navigating
1120 2007-07-19 [colin] 2.10.0cvs47
1124 * src/prefs_common.c
1125 * src/prefs_common.h
1128 * src/common/utils.c
1129 Maemo: add an easy way to store data (mails
1130 and IMAP/NNTP caches) on one of the SD cards,
1131 and protect against unmounts if needed
1133 2007-07-19 [paul] 2.10.0cvs46
1136 * src/stock_pixmap.c
1138 * src/pixmaps/claws-mail_logo-small.xpm
1139 implement a (slightly) different About
1140 dialog for maemo and add a small version
1143 use a scrolled window for wizard page 1
1146 2007-07-19 [paul] 2.10.0cvs45
1149 too soon for this line
1151 2007-07-19 [paul] 2.10.0cvs44
1156 2007-07-19 [colin] 2.10.0cvs43
1159 Solve Mail/Mailbox name when specifying
1162 2007-07-18 [colin] 2.10.0cvs42
1168 2007-07-18 [colin] 2.10.0cvs41
1171 Maemo: plug the online/offline system into
1172 maemo's interfaces to have Claws automatically
1173 switch according to the system status
1175 Maemo: use HildonBanners to display status
1176 messages. Renders the main statusbar useless.
1178 2007-07-18 [paul] 2.10.0cvs40
1181 fix screen blanking on moving/copying many msgs
1183 fix processing progressbar and screen blanking
1186 2007-07-18 [paul] 2.10.0cvs39
1189 revert cvs37, breakage on maemo
1191 2007-07-18 [paul] 2.10.0cvs38
1193 * src/gtk/gtkutils.c
1194 make sure we can still build with older GTK's
1196 2007-07-18 [colin] 2.10.0cvs37
1199 Only hide the small layout's messageview, instead
1200 of destroying it when closing
1201 * src/gtk/gtkutils.c
1202 Use gtk_window_present_with_time to popup windows,
1203 it seems to make things better with modern WMs
1206 2007-07-17 [colin] 2.10.0cvs36
1209 Simplify layout on Maemo
1212 * src/prefs_display_header.c
1213 Remove some headers by default on Maemo
1215 2007-07-17 [paul] 2.10.0cvs35
1217 * src/prefs_common.c
1218 * src/prefs_common.h
1219 * src/prefs_logging.c
1221 add options to stop/enable writing logs to disc
1223 2007-07-17 [paul] 2.10.0cvs34
1226 fix some issues with the Apply tags window:
1227 - set search column (enables autocompl in the treeview)
1228 - apply tag from "New tag" if it existed
1229 - clears New tag entry when adding it with the button
1232 2007-07-17 [paul] 2.10.0cvs33
1235 fix 'apply tags' dialogue weirdness
1237 2007-07-16 [colin] 2.10.0cvs32
1240 Fix double-loading of mails on Maemo
1242 2007-07-16 [colin] 2.10.0cvs31
1245 Prevent double-loading of the same part under some
1246 conditions; hide statusbar on Maemo
1248 2007-07-16 [colin] 2.10.0cvs30
1254 Improve the tag interface - allow
1255 to set/unset tags from a special
1257 * src/gtk/gtkvscrollbutton.c
1260 * src/stock_pixmap.c
1261 Fix Mimeview's ugly hacks in the
1264 2007-07-16 [paul] 2.10.0cvs29
1268 * src/gtk/icon_legend.c
1269 put it all in a scrolled window
1271 2007-07-15 [colin] 2.10.0cvs28
1274 Maemo: force layout to be Small screen; the
1275 others don't make sense
1277 2007-07-14 [colin] 2.10.0cvs27
1280 * src/gtk/gtkvscrollbutton.c
1281 Maemo: Fix mimeview's buttons size
1283 2007-07-14 [colin] 2.10.0cvs26
1286 Fix the button workaround fix.
1287 (Use the correct variable)
1289 2007-07-14 [colin] 2.10.0cvs25
1293 Maemo: put the progress bar in the
1296 2007-07-14 [colin] 2.10.0cvs24
1298 * src/prefs_common.c
1299 Maemo: hide statusbar by default
1301 * src/stock_pixmap.c
1302 * src/stock_pixmap.h
1304 * src/pixmaps/go_folders.xpm
1305 Maemo: Add a specific icon to go back to
1308 2007-07-14 [colin] 2.10.0cvs23
1311 Don't set homogeneous finally
1313 2007-07-14 [colin] 2.10.0cvs22
1316 Fix button show/hide issues
1318 2007-07-14 [colin] 2.10.0cvs21
1322 Fix button workaround to be able to click
1323 if mouse was on button when it went un-
1325 Revert previous commit, gtk_tool_item_set_homogeneous
1326 doesn't mean what it seems to mean ;-)
1328 2007-07-14 [paul] 2.10.0cvs20
1331 make homogeneous FALSE always
1333 2007-07-13 [colin] 2.10.0cvs19
1337 Rework to fit the non-deprecated API
1343 Maemo layout changes. Better toolbars,
1344 removal of CTree headers.
1346 2007-07-13 [paul] 2.10.0cvs18
1348 * src/gtk/colorlabel.c
1349 fix bug 1261, '[DE] coloring messages in overview
1350 keys are not localised'
1351 the string is now included in claws-mail.pot
1353 2007-07-13 [colin] 2.10.0cvs17
1356 Fix bug 1267, 'printing mutliple messages
1357 opens one message-dialog after the other'
1358 Ask for confirmation when printing 10
1361 2007-07-11 [colin] 2.10.0cvs16
1366 * manual/claws-mail-manual.xml
1368 * manual/es/claws-mail-manual.xml
1370 * manual/fr/claws-mail-manual.xml
1393 * src/addressbook_foldersel.c
1394 * src/addressbook_foldersel.h
1418 * src/customheader.c
1419 * src/customheader.h
1420 * src/displayheader.c
1421 * src/displayheader.h
1424 * src/editaddress_other_attributes_ldap.c
1425 * src/editaddress_other_attributes_ldap.h
1434 * src/editldap_basedn.c
1435 * src/editldap_basedn.h
1456 * src/folder_item_prefs.c
1457 * src/folder_item_prefs.h
1466 * src/grouplistdialog.c
1467 * src/grouplistdialog.h
1472 * src/image_viewer.c
1473 * src/image_viewer.h
1514 * src/matcher_parser.h
1515 * src/matcher_parser_lex.l
1516 * src/matcher_parser_parse.y
1519 * src/message_search.c
1520 * src/message_search.h
1539 * src/partial_download.c
1540 * src/partial_download.h
1545 * src/prefs_account.c
1546 * src/prefs_account.h
1547 * src/prefs_actions.c
1548 * src/prefs_actions.h
1549 * src/prefs_common.c
1550 * src/prefs_common.h
1551 * src/prefs_compose_writing.c
1552 * src/prefs_compose_writing.h
1553 * src/prefs_customheader.c
1554 * src/prefs_customheader.h
1555 * src/prefs_display_header.c
1556 * src/prefs_display_header.h
1557 * src/prefs_ext_prog.c
1558 * src/prefs_ext_prog.h
1559 * src/prefs_filtering.c
1560 * src/prefs_filtering.h
1561 * src/prefs_filtering_action.c
1562 * src/prefs_filtering_action.h
1563 * src/prefs_folder_column.c
1564 * src/prefs_folder_column.h
1565 * src/prefs_folder_item.c
1566 * src/prefs_folder_item.h
1571 * src/prefs_image_viewer.c
1572 * src/prefs_image_viewer.h
1573 * src/prefs_logging.c
1574 * src/prefs_logging.h
1575 * src/prefs_matcher.c
1576 * src/prefs_matcher.h
1577 * src/prefs_message.c
1578 * src/prefs_message.h
1579 * src/prefs_msg_colors.c
1580 * src/prefs_msg_colors.h
1585 * src/prefs_receive.c
1586 * src/prefs_receive.h
1589 * src/prefs_spelling.c
1590 * src/prefs_spelling.h
1591 * src/prefs_summaries.c
1592 * src/prefs_summaries.h
1593 * src/prefs_summary_column.c
1594 * src/prefs_summary_column.h
1595 * src/prefs_summary_open.c
1596 * src/prefs_summary_open.h
1597 * src/prefs_template.c
1598 * src/prefs_template.h
1599 * src/prefs_themes.c
1600 * src/prefs_themes.h
1601 * src/prefs_toolbar.c
1602 * src/prefs_toolbar.h
1603 * src/prefs_wrapping.c
1604 * src/prefs_wrapping.h
1614 * src/quote_fmt_lex.l
1615 * src/quote_fmt_parse.y
1618 * src/remotefolder.c
1619 * src/remotefolder.h
1620 * src/send_message.c
1621 * src/send_message.h
1624 * src/simple-gettext.c
1625 * src/sourcewindow.c
1626 * src/sourcewindow.h
1631 * src/stock_pixmap.c
1632 * src/stock_pixmap.h
1633 * src/summary_search.c
1634 * src/summary_search.h
1651 * src/common/base64.c
1652 * src/common/base64.h
1653 * src/common/claws.c
1654 * src/common/claws.h
1656 * src/common/fnmatch.c
1657 * src/common/fnmatch.h
1658 * src/common/fnmatch_loop.c
1659 * src/common/hooks.c
1660 * src/common/hooks.h
1665 * src/common/mgutils.c
1666 * src/common/mgutils.h
1669 * src/common/passcrypt.c
1670 * src/common/passcrypt.h.in
1671 * src/common/plugin.c
1672 * src/common/plugin.h
1673 * src/common/prefs.c
1674 * src/common/prefs.h
1675 * src/common/progressindicator.c
1676 * src/common/progressindicator.h
1677 * src/common/quoted-printable.c
1678 * src/common/quoted-printable.h
1679 * src/common/session.c
1680 * src/common/session.h
1683 * src/common/socket.c
1684 * src/common/socket.h
1687 * src/common/ssl_certificate.c
1688 * src/common/ssl_certificate.h
1689 * src/common/string_match.c
1690 * src/common/string_match.h
1691 * src/common/stringtable.c
1692 * src/common/stringtable.h
1695 * src/common/template.c
1696 * src/common/template.h
1697 * src/common/timing.h
1698 * src/common/utils.c
1699 * src/common/utils.h
1700 * src/common/uuencode.c
1701 * src/common/uuencode.h
1702 * src/common/version.h.in
1703 * src/common/w32_dirent.c
1704 * src/common/w32_reg.c
1705 * src/common/w32_signal.c
1706 * src/common/w32_stat.c
1707 * src/common/w32_stdlib.c
1708 * src/common/w32_string.c
1709 * src/common/w32_time.c
1710 * src/common/w32_unistd.c
1711 * src/common/w32_wait.c
1712 * src/common/w32lib.h
1715 * src/common/xmlprops.c
1716 * src/common/xmlprops.h
1717 * src/etpan/etpan-errors.h
1718 * src/etpan/etpan-thread-manager-types.h
1719 * src/etpan/etpan-thread-manager.c
1720 * src/etpan/etpan-thread-manager.h
1721 * src/etpan/imap-thread.c
1722 * src/etpan/imap-thread.h
1725 * src/gtk/colorlabel.c
1726 * src/gtk/colorlabel.h
1727 * src/gtk/colorsel.c
1728 * src/gtk/colorsel.h
1729 * src/gtk/combobox.c
1730 * src/gtk/combobox.h
1731 * src/gtk/description_window.c
1732 * src/gtk/description_window.h
1735 * src/gtk/foldersort.c
1736 * src/gtk/foldersort.h
1737 * src/gtk/gtkaspell.c
1738 * src/gtk/gtkaspell.h
1739 * src/gtk/gtksctree.c
1740 * src/gtk/gtkshruler.c
1741 * src/gtk/gtkshruler.h
1742 * src/gtk/gtksourceprintjob.c
1743 * src/gtk/gtksourceprintjob.h
1744 * src/gtk/gtkutils.c
1745 * src/gtk/gtkutils.h
1746 * src/gtk/gtkvscrollbutton.c
1747 * src/gtk/gtkvscrollbutton.h
1748 * src/gtk/icon_legend.c
1749 * src/gtk/icon_legend.h
1750 * src/gtk/inputdialog.c
1751 * src/gtk/inputdialog.h
1752 * src/gtk/logwindow.c
1753 * src/gtk/logwindow.h
1754 * src/gtk/manage_window.c
1755 * src/gtk/manage_window.h
1758 * src/gtk/pluginwindow.c
1759 * src/gtk/pluginwindow.h
1760 * src/gtk/prefswindow.c
1761 * src/gtk/prefswindow.h
1762 * src/gtk/progressdialog.c
1763 * src/gtk/progressdialog.h
1764 * src/gtk/quicksearch.c
1765 * src/gtk/quicksearch.h
1766 * src/gtk/sslcertwindow.c
1767 * src/gtk/sslcertwindow.h
1768 * src/plugins/bogofilter/bogofilter.c
1769 * src/plugins/bogofilter/bogofilter.h
1770 * src/plugins/bogofilter/bogofilter_gtk.c
1771 * src/plugins/clamav/clamav_plugin.c
1772 * src/plugins/clamav/clamav_plugin.h
1773 * src/plugins/clamav/clamav_plugin_gtk.c
1774 * src/plugins/demo/demo.c
1775 * src/plugins/dillo_viewer/dillo_prefs.c
1776 * src/plugins/dillo_viewer/dillo_prefs.h
1777 * src/plugins/dillo_viewer/dillo_viewer.c
1778 * src/plugins/pgpcore/passphrase.c
1779 * src/plugins/pgpcore/passphrase.h
1780 * src/plugins/pgpcore/pgp_viewer.c
1781 * src/plugins/pgpcore/pgp_viewer.h
1782 * src/plugins/pgpcore/plugin.c
1783 * src/plugins/pgpcore/prefs_gpg.c
1784 * src/plugins/pgpcore/prefs_gpg.h
1785 * src/plugins/pgpcore/select-keys.c
1786 * src/plugins/pgpcore/select-keys.h
1787 * src/plugins/pgpcore/sgpgme.c
1788 * src/plugins/pgpcore/sgpgme.h
1789 * src/plugins/pgpinline/pgpinline.c
1790 * src/plugins/pgpinline/pgpinline.h
1791 * src/plugins/pgpinline/plugin.c
1792 * src/plugins/pgpmime/pgpmime.c
1793 * src/plugins/pgpmime/pgpmime.h
1794 * src/plugins/pgpmime/plugin.c
1795 * src/plugins/spamassassin/spamassassin.c
1796 * src/plugins/spamassassin/spamassassin.h
1797 * src/plugins/spamassassin/spamassassin_gtk.c
1798 * src/plugins/trayicon/trayicon.c
1799 * src/plugins/trayicon/trayicon_prefs.c
1800 * src/plugins/trayicon/trayicon_prefs.h
1801 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1802 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1803 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1804 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1805 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1806 * tools/OOo2claws-mail.pl
1807 * tools/README.sylprint
1808 * tools/acroread2claws-mail.pl
1809 * tools/claws-mail-compose-insert-files.pl
1810 * tools/convert_mbox.pl
1811 * tools/filter_conv.pl
1812 * tools/filter_conv_new.pl
1814 * tools/freshmeat_search.pl
1815 * tools/google_search.pl
1816 * tools/kmail-mailbox2claws-mail.pl
1817 * tools/kmail2claws-mail.pl
1818 * tools/kmail2claws-mail_v2.pl
1820 * tools/make.themes.project
1821 * tools/multiwebsearch.pl
1822 * tools/nautilus2claws-mail.sh
1823 * tools/outlook2claws-mail.pl
1824 * tools/textviewer.sh
1825 * tools/thunderbird-filters-convertor.pl
1828 * tools/vcard2xml.py
1829 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1830 Upgrade to GPLv3 or later.
1832 2007-07-10 [wwp] 2.10.0cvs15
1835 Fix re-opening of all composing messages that were
1836 opened when closing the previous instance, thanks
1839 2007-07-10 [paul] 2.10.0cvs14
1841 * src/editaddress_other_attributes_ldap.c
1843 fix crash on selecting 'other attributes' combo
1844 for either a new entry or an old entry with no
1845 existing attributes.
1846 fix bug on editing multiple attributes which
1847 resulted them all having the value of the last
1851 2007-07-10 [colin] 2.10.0cvs13
1854 * src/editaddress_other_attributes_ldap.h
1856 Fix --disable-ldap build
1858 2007-07-09 [colin] 2.10.0cvs12
1864 * src/editaddress_other_attributes_ldap.c
1865 * src/editaddress_other_attributes_ldap.h
1870 Add capability to edit all inetOrgPerson
1871 attributes on LDAP. Patch by Michael
1874 2007-07-09 [colin] 2.10.0cvs11
1880 * src/prefs_summaries.c
1881 * src/prefs_themes.c
1883 * src/common/Makefile.am
1885 * src/common/timing.h
1886 * src/common/utils.c
1887 * src/common/utils.h
1888 * src/common/w32_account.c
1889 * src/common/w32lib.h
1890 * src/gtk/Makefile.am
1891 * src/gtk/colorlabel.c
1892 * src/plugins/pgpcore/Makefile.am
1893 * src/plugins/pgpcore/claws.def
1894 * src/plugins/pgpcore/passphrase.c
1895 * src/plugins/pgpcore/pgp_viewer.c
1896 * src/plugins/pgpcore/plugin.def
1897 * src/plugins/pgpcore/sgpgme.c
1898 * src/plugins/pgpinline/Makefile.am
1899 * src/plugins/pgpinline/claws.def
1900 * src/plugins/pgpinline/mypgpcore.def
1901 * src/plugins/pgpinline/plugin.def
1902 * src/plugins/pgpmime/Makefile.am
1903 * src/plugins/pgpmime/claws.def
1904 * src/plugins/pgpmime/mypgpcore.def
1905 * src/plugins/pgpmime/plugin.def
1906 Commit win32 patch, from Werner Koch and
1909 2007-07-09 [colin] 2.10.0cvs10
1911 * src/prefs_toolbar.c
1912 Fix crash when no actions exist
1914 2007-07-07 [paul] 2.10.0cvs9
1917 * manual/claws-mail-manual.xml
1918 update copyright year
1920 updated by Flammie Pirinen
1922 2007-07-05 [wwp] 2.10.0cvs8
1924 * src/plugins/clamav/clamav_plugin_gtk.c
1925 Make vertical spacing like in other plugin prefs pages.
1927 2007-07-05 [wwp] 2.10.0cvs7
1930 It's %am that works, not %ae (this doc incoherence has been
1931 introduced with 2.9.2cvs13).
1933 2007-07-04 [wwp] 2.10.0cvs6
1935 * src/plugins/bogofilter/bogofilter.c
1936 Gettext-ize an occurrence of "Any" that wasn't.
1938 2007-07-04 [colin] 2.10.0cvs5
1941 Fix untranslated strings; thanks
1944 2007-07-03 [colin] 2.10.0cvs4
1948 Fix saving of sort mode for tags and
1949 thread date. Thanks to Pierre Ossman.
1950 Completes fix for bug 1233
1952 2007-07-03 [paul] 2.10.0cvs3
1960 2007-07-02 [colin] 2.10.0cvs2
1966 Add View/Sort/by Thread date
1967 Fixes bug 1233, 'Capability to sort
1968 threads by most recent message'
1969 Based on a patch by Paul Rolland
1971 2007-07-02 [colin] 2.10.0cvs1
1988 * src/matcher_parser_parse.y
1992 * src/prefs_common.c
1993 * src/prefs_common.h
1994 * src/prefs_filtering_action.c
1995 * src/prefs_matcher.c
1996 * src/prefs_summary_column.c
2000 * src/quote_fmt_lex.l
2001 * src/quote_fmt_parse.y
2005 * src/common/Makefile.am
2009 * src/gtk/quicksearch.c
2010 * src/gtk/quicksearch.h
2011 Add Tags implementation. Tags are arbitrary labels
2012 that can be applied to messages. It is possible
2013 to create, edit, remove tags; apply them to mails;
2014 filter on tags or tag presence; apply or unset
2015 tags via filtering actions; reference tags in
2018 2007-07-02 [paul] 2.10.0
2025 2007-07-02 [paul] 2.9.2cvs78
2035 updated by Stephan Sachse, me, Ricardo Mones
2036 Lastra, Fabien Vantard, Pader Rezso, Frederico
2037 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2039 2007-07-02 [paul] 2.9.2cvs77
2044 2007-06-29 [wwp] 2.9.2cvs76
2047 Fix a typo (thanks to Ricardo for finding this out).
2049 2007-06-28 [paul] 2.9.2cvs75
2054 2007-06-28 [paul] 2.9.2cvs74
2057 fix bug in the autotools build system.
2058 Files cataloged under EXTRA_DIST were never
2059 automatically copied to the build tree.
2060 (fix 'make distcheck')
2061 Patch by Michael Rasmussen.
2063 2007-06-24 [colin] 2.9.2cvs73
2066 Fix bug 1249, 'Error handling for
2067 news errors needs modification'
2068 Only popup error if the according
2069 pref in Prefs/Receive is set.
2071 2007-06-21 [colin] 2.9.2cvs72
2073 * src/common/plugin.c
2074 * src/common/plugin.h
2075 Change plugin API to know whether it's safe to
2076 unload plugins or whether we should just hide
2077 them. Fixes bug 1248, 'Core dumps after
2078 unloading plugin and clicking on load plugins'
2079 * src/plugins/bogofilter/bogofilter.c
2080 * src/plugins/clamav/clamav_plugin.c
2081 * src/plugins/demo/demo.c
2082 * src/plugins/dillo_viewer/dillo_viewer.c
2083 * src/plugins/pgpcore/plugin.c
2084 * src/plugins/pgpinline/plugin.c
2085 * src/plugins/pgpmime/plugin.c
2086 * src/plugins/spamassassin/spamassassin.c
2087 * src/plugins/trayicon/trayicon.c
2090 2007-06-19 [colin] 2.9.2cvs71
2094 Fix crash mentioned in bug 1246
2095 Race condition when automatically drafting
2096 due to insertion on reedit.
2098 2007-06-18 [wwp] 2.9.2cvs70
2101 LDIF import: use a "Proceed" button to complete
2104 2007-06-18 [paul] 2.9.2cvs69
2107 use pkgconfig to check for gtk and glib
2109 2007-06-17 [wwp] 2.9.2cvs68
2113 LDIF import: better error handling, minor code
2114 and UI cleanup, and renamed the Save button
2115 to Close, as imported stuff is already saved
2116 when the Save button is shown.
2118 2007-06-17 [colin] 2.9.2cvs67
2120 * src/prefs_summaries.c
2122 Don't set as read when forwarded, only replied to
2124 2007-06-17 [paul] 2.9.2cvs66
2127 add missing #include
2129 2007-06-16 [colin] 2.9.2cvs65
2131 * src/prefs_summaries.c
2133 Change the pref "Only mark as read when opened
2134 in new window" to "..., replied to or forwarded".
2135 Based on a patch by Paul Rolland.
2137 2007-06-16 [paul] 2.9.2cvs64
2140 alphabetical order! :)
2142 2007-06-16 [colin] 2.9.2cvs63
2146 Add Michael Rasmussen in authors list
2148 2007-06-16 [colin] 2.9.2cvs62
2151 Fix messageview_copy_clipboard to take advantage
2152 of plugins' get_selection.
2154 2007-06-15 [colin] 2.9.2cvs61
2160 * src/message_search.c
2162 * src/summary_search.c
2165 Allow GDK_KP_Enter to do the same as GDK_Return
2166 Patch by Michael Rasmussen
2168 2007-06-15 [paul] 2.9.2cvs60
2171 fix bug when closing a compose window
2174 2007-06-14 [paul] 2.9.2cvs59
2178 migrate sylpheed config
2180 2007-06-14 [wwp] 2.9.2cvs58
2182 * src/gtk/pluginwindow.c
2183 Yet another attempt to fix sizing/alignment of the
2184 button bar in plugins window.
2186 2007-06-12 [colin] 2.9.2cvs57
2191 * src/prefs_common.c
2192 * src/prefs_common.h
2193 * src/prefs_summaries.c
2194 * src/prefs_summary_open.c
2195 * src/prefs_summary_open.h
2197 Make "when entering a folder" actions more personalisable
2199 2007-06-12 [wwp] 2.9.2cvs56
2202 Use short description from Paul (mairix.sh).
2204 2007-06-12 [wwp] 2.9.2cvs55
2207 Updated info about mairix.sh.
2209 2007-06-11 [paul] 2.9.2cvs54
2211 * src/prefs_logging.c
2212 rework log window length widgets
2213 and some sensitivity fixes
2215 2007-06-11 [paul] 2.9.2cvs53
2218 * src/prefs_logging.c
2219 rename 'Protocol Log' to 'Network Log'
2220 and some function renaming
2222 2007-06-10 [wwp] 2.9.2cvs52
2224 * src/gtk/pluginwindow.c
2227 2007-06-10 [wwp] 2.9.2cvs51
2229 * src/gtk/pluginwindow.c
2230 Fix button bar in plugin window, was centered and not
2231 behaving like other dialogs w/ such button bar.
2233 2007-06-08 [wwp] 2.9.2cvs50
2240 Provide a way out of automatic draft saving on IMAP, when
2242 Prevent drafting while sending and quitting while sending.
2247 2007-06-08 [wwp] 2.9.2cvs49
2249 * src/prefs_account.c
2250 * src/gtk/prefswindow.c
2251 * src/gtk/prefswindow.h
2252 Activate the Basic page when opening account prefs.
2254 2007-06-08 [wwp] 2.9.2cvs48
2256 * src/common/socket.c
2257 Don't crash if fork() fails, thanks to Colin.
2259 2007-06-08 [wwp] 2.9.2cvs47
2261 * src/gtk/prefswindow.c
2262 Wrap some long lines, and reset horizontal scroller's adjusment
2263 (this was already done, vertically), when changing tab (not page)
2266 2007-06-08 [paul] 2.9.2cvs46
2268 * src/common/utils.c
2269 use gethostname() instead of uname()
2270 based on a patch by Michael Hughes
2271 <Sylpheed-Claws_user@thehugheslogcabin.net>
2273 2007-06-07 [wwp] 2.9.2cvs45
2275 * src/prefs_common.c
2276 Fix some useless warnings, thanks to Colin.
2278 2007-06-06 [colin] 2.9.2cvs44
2281 Fix strange allocations.
2283 2007-06-06 [colin] 2.9.2cvs43
2286 Patch by Michael Rasmussus to help
2289 2007-06-05 [wwp] 2.9.2cvs42
2291 * src/prefs_account.c
2292 * src/prefs_folder_item.c
2296 Per-folder templates can now be applied recursively.
2297 Always save per-folder templates (formats were erroneously
2298 saved only if they were enabled).
2299 Check for validity of quotation marks everywhere there
2302 2007-06-05 [wwp] 2.9.2cvs41
2305 Fix incoming messages from local accounts always getting filtered
2306 (even if the account prefs say don't), thanks to Colin.
2308 2007-06-05 [wwp] 2.9.2cvs40
2312 Use per-folder/per-account quote chars when applying a
2313 template or inserting text as well. Const'ify some
2316 2007-06-04 [colin] 2.9.2cvs39
2319 More work for wwp :)
2321 2007-06-04 [wwp] 2.9.2cvs38
2324 Same as 2.9.2cvs36 but for forwarding.
2326 2007-06-04 [colin] 2.9.2cvs37
2329 Use original mail file for forward/redirect
2330 Fixes some forwarded mails to be attached as
2331 application/octet-stream (when they have binary
2332 parts), and incidentally fixes bug 848
2333 'Redirect breaks GnuPG'
2335 2007-06-04 [wwp] 2.9.2cvs36
2338 Fix quote mark mis-initialisation when replying/forwarding
2339 (introduced w/ 2.9.2cvs20).
2341 2007-06-04 [wwp] 2.9.2cvs35
2343 * src/prefs_compose_writing.c
2345 Fix a bug where Quotation characters (prefs/compose/writing)
2346 was cleared (introduced w/ 2.9.2cvs26).
2348 2007-06-04 [wwp] 2.9.2cvs34
2350 * src/prefs_account.c
2351 * src/prefs_account.h
2352 Better fix for compiling w/o aspell (rollbacks
2355 2007-06-04 [wwp] 2.9.2cvs33
2358 * src/prefs_account.c
2359 * src/prefs_account.h
2361 It's now possible to disable mail filtering plugins
2362 on a per-account basis.
2364 2007-06-04 [wwp] 2.9.2cvs32
2367 * src/common/utils.c
2368 * src/common/utils.h
2369 Support CRLF in headers part of messages.
2370 Support few more date formats (RFC3339 subsets).
2372 2007-06-04 [wwp] 2.9.2cvs31
2374 * src/prefs_account.c
2375 Fix compiling w/o aspell support.
2377 2007-06-03 [wwp] 2.9.2cvs30
2380 Don't decode leading ENV_ and ~ in P_PASSWORD
2383 2007-06-03 [wwp] 2.9.2cvs29
2386 Don't decode leading ENV_ and ~ in P_PASSWORD
2389 2007-06-03 [wwp] 2.9.2cvs28
2391 * src/prefs_account.c
2392 * src/gtk/prefswindow.c
2393 * src/gtk/prefswindow.h
2394 Added a way to force preloading of all pages
2396 Moved tabs to pages in account prefs.
2398 2007-06-02 [colin] 2.9.2cvs27
2401 Fix possible crash, fix ldap write bugs
2403 Fix ldap write bugs - patch by Michael
2407 Add a hook whenever alertpanel opens/closes
2409 2007-05-31 [wwp] 2.9.2cvs26
2411 * src/prefs_compose_writing.c
2413 Re-organized writing options a bit:
2414 - renamed the Quoting page to Templates
2415 - moved all composing templates to that page
2416 - moved non-templates options to the Writing one,
2417 grouped reply-related options, reordered reply and
2420 2007-05-31 [wwp] 2.9.2cvs25
2423 Removed unused code.
2425 2007-05-31 [colin] 2.9.2cvs24
2428 Fix missing display name when modifying
2429 LDAP. Patch by Michael Rasmussen
2431 2007-05-31 [wwp] 2.9.2cvs23
2433 * src/plugins/bogofilter/Makefile.am
2434 * src/plugins/clamav/Makefile.am
2435 * src/plugins/demo/Makefile.am
2436 * src/plugins/dillo_viewer/Makefile.am
2437 * src/plugins/spamassassin/Makefile.am
2438 Fix building of those plugins in Mac OS X.
2440 2007-05-30 [wwp] 2.9.2cvs22
2442 * src/gtk/quicksearch.c
2443 Fix missing initialization.
2445 2007-05-30 [wwp] 2.9.2cvs21
2448 Revert accidental commit (debug outputs).
2450 2007-05-30 [wwp] 2.9.2cvs20
2453 * src/folder_item_prefs.c
2454 * src/folder_item_prefs.h
2455 * src/prefs_account.c
2456 * src/prefs_account.h
2457 * src/prefs_folder_item.c
2460 Implemented per-account and per-folder
2461 compose/reply/forward formats.
2463 2007-05-30 [wwp] 2.9.2cvs19
2465 * src/prefs_compose_writing.c
2470 Internal API changes (factorize quote format
2473 2007-05-30 [colin] 2.9.2cvs18
2476 Fix race where it's possible to re-click Send
2477 between end of SMTP session and end of "move to
2478 sent folder" when sending an email with send
2481 2007-05-30 [colin] 2.9.2cvs17
2484 Ask for backtrace on all threads. Patch by
2487 Fix stale news statusbar when scanning fails.
2490 Fix some LDAP write updates bugs. Patch
2491 by Michael Rasmussen
2493 2007-05-29 [colin] 2.9.2cvs16
2496 Fix loss of local flags when moving mails
2497 on IMAP in high-bandwidth mode (UID FETCH)
2499 2007-05-25 [paul] 2.9.2cvs15
2501 * src/common/socket.c
2502 fix sometimes crasher on cancelling
2505 2007-05-25 [colin] 2.9.2cvs14
2510 Be more helpful in the subscription
2513 2007-05-23 [wwp] 2.9.2cvs13
2516 * src/prefs_compose_writing.c
2518 * src/prefs_template.c
2519 * src/prefs_template.h
2522 * src/quote_fmt_lex.l
2523 * src/quote_fmt_parse.y
2524 Introduced new syntax elements (symbols and commands)
2525 in templates/quote_fmt. Compatibility w/ old
2527 Updated and reworked the corresponding Information
2529 Display the line number in dialogs that talk about
2530 parser errors (in addition to the error message in
2533 2007-05-23 [wwp] 2.9.2cvs12
2535 * src/quote_fmt_parse.y
2536 Fix 2.9.2cvs11, probably a paste accident ;).
2538 2007-05-23 [wwp] 2.9.2cvs11
2541 * src/prefs_template.c
2543 * src/quote_fmt_parse.y
2544 Fix 2.9.2cvs10, which broke --disable-aspell.
2546 2007-05-22 [wwp] 2.9.2cvs10
2549 * src/prefs_template.c
2552 * src/quote_fmt_lex.l
2553 * src/quote_fmt_parse.y
2554 * src/gtk/gtkaspell.c
2555 * src/gtk/gtkaspell.h
2556 Added template/quote format syntactical elements
2558 - current dictionary
2559 %T to show (shows empty if not set or not enabled),
2560 ?T and !T to check if the default dictionary is
2562 - current account's default dictionary
2563 %aT to show (empty if not set or not enabled),
2564 ?aT and !aT to check if it's enabled and set
2565 - name completion for an address, from the address
2567 %ABf, %ABt, %ABc respectively show the full name got
2568 from the address book if From, To or Cc match a single
2570 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2571 matches any contact and if the full name is non-empty.
2572 If From, To or Cc are lists of email addresses, only
2573 the first address will be checked.
2574 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2575 that could show a trailing ','.
2576 Also, template/quote_fmt parser now shows the line number in case
2579 2007-05-15 [colin] 2.9.2cvs9
2583 Add a public function to know whether Claws
2585 Store opened folder when exiting
2588 Store last opened message in each FolderItem;
2589 Reset last seen messages if Claws crashed, so
2590 that one can't go in an infinite crash in case
2591 a particular mail crashes Claws.
2593 * src/prefs_common.c
2594 * src/prefs_common.h
2596 * src/prefs_summaries.c
2597 Add "Select last opened message" when entering
2599 Add "Select last opened folder" at startup.
2601 2007-05-14 [colin] 2.9.2cvs8
2604 Fix bashism, search for xml catalog
2605 in /usr/local/share/xml/catalog too
2608 2007-05-13 [wwp] 2.9.2cvs7
2610 * src/gtk/logwindow.c
2611 fix raising log windows when they are either minimized or
2614 2007-05-11 [colin] 2.9.2cvs6
2617 Use Hildon's file chooser on Maemo. Patch
2618 by Jean-Luc Biord; fixes part 2 of bug 1201,
2619 'File attachment "manipulation" bugs...'
2621 2007-05-10 [wwp] 2.9.2cvs5
2623 * src/prefs_common.c
2624 * src/prefs_common.h
2625 * src/gtk/quicksearch.c
2626 Add a quicksearch option to automatically run
2627 a search selected from the history (this option
2628 is exclusive towards type-ahead).
2630 2007-05-10 [colin] 2.9.2cvs4
2633 Fix g_warnings, thanks to Brian
2636 2007-05-09 [colin] 2.9.2cvs3
2641 * src/prefs_summaries.c
2644 * src/common/utils.c
2645 * src/gtk/gtksourceprintjob.c
2646 * src/gtk/sslcertwindow.c
2647 Use the re-entrant variant of time functions
2648 Probably fixes bug 1217, 'reentrancy problems
2649 with time functions'
2651 2007-05-09 [colin] 2.9.2cvs2
2654 Fix crasher when reconnection fails
2656 2007-05-08 [paul] 2.9.2cvs1
2662 bump version number following
2665 2007-05-08 [paul] 2.9.1cvs48
2667 * src/plugins/demo/demo.c
2668 * src/plugins/dillo_viewer/dillo_prefs.c
2669 * src/plugins/dillo_viewer/dillo_prefs.h
2670 * src/plugins/dillo_viewer/dillo_viewer.c
2671 * src/plugins/pgpcore/pgp_viewer.c
2672 * src/plugins/pgpcore/pgp_viewer.h
2673 * src/plugins/pgpcore/plugin.c
2674 * src/plugins/pgpcore/prefs_gpg.c
2675 * src/plugins/pgpcore/prefs_gpg.h
2676 * src/plugins/pgpcore/sgpgme.c
2677 * src/plugins/pgpcore/sgpgme.h
2678 * src/plugins/pgpinline/plugin.c
2679 * src/plugins/pgpmime/pgpmime.c
2680 * src/plugins/pgpmime/pgpmime.h
2681 * src/plugins/pgpmime/plugin.c
2682 * src/plugins/spamassassin/spamassassin.c
2683 * src/plugins/spamassassin/spamassassin.h
2684 * src/plugins/spamassassin/spamassassin_gtk.c
2685 * src/plugins/trayicon/README
2687 * tools/README.sylprint
2688 * tools/outlook2claws-mail.pl
2690 * tools/tb2claws-mail
2691 * tools/tbird2claws.py
2693 * tools/vcard2xml.py
2694 * tools/kdeservicemenu/README
2695 cleanups and corrections
2697 2007-05-06 [wwp] 2.9.1cvs47
2700 Fix missing dash to `display` command-line, reported
2701 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2703 2007-05-06 [colin] 2.9.1cvs46
2706 * src/stock_pixmap.c
2707 * src/stock_pixmap.h
2708 * src/pixmaps/printer.xpm
2711 2007-05-06 [paul] 2.9.1cvs45
2716 * src/summary_search.c
2720 2007-05-05 [wwp] 2.9.1cvs44
2724 * src/prefs_actions.c
2728 Fix "faild" typos everywhere and capitalization of
2731 2007-05-04 [colin] 2.9.1cvs43
2736 * src/plugins/pgpcore/prefs_gpg.c
2737 * src/plugins/pgpcore/prefs_gpg.h
2738 * src/plugins/pgpinline/pgpinline.c
2739 * src/plugins/pgpmime/pgpmime.c
2740 Add an API to warn about encryption limits,
2741 and allow to disable these warnings
2743 2007-05-03 [colin] 2.9.1cvs42
2747 Fix bug 1213, 'Delete more than
2750 2007-05-03 [wwp] 2.9.1cvs41
2752 * src/prefs_common.c
2753 * src/prefs_filtering.c
2754 * src/prefs_template.c
2755 * src/common/template.c
2756 * src/common/template.h
2757 * src/gtk/gtkutils.c
2758 * src/gtk/gtkutils.h
2759 Templates are no longer automatically sorted
2760 by name, but can be sorted manually using
2761 |< < > >| buttons as well as drag'n'drop.
2763 2007-05-03 [wwp] 2.9.1cvs40
2765 * src/plugins/spamassassin/spamassassin.c
2766 * src/plugins/spamassassin/spamassassin.h
2767 * src/plugins/spamassassin/spamassassin_gtk.c
2768 * src/plugins/bogofilter/bogofilter.c
2769 * src/plugins/bogofilter/bogofilter.h
2770 * src/plugins/bogofilter/bogofilter_gtk.c
2771 Added an option to conditionally mark saved spam
2772 as read (default is and was to do so).
2773 Satisfies feature request 1708539 on sf.net tracker.
2775 2007-05-03 [colin] 2.9.1cvs39
2778 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2780 2007-05-02 [colin] 2.9.1cvs38
2783 Fix bug 1209, 'Clicking on address
2784 in header (mailto uri) selects
2785 default account'. Patch adapted from
2788 2007-05-02 [colin] 2.9.1cvs37
2790 * src/grouplistdialog.c
2791 Set cursor to wait cursor while loading
2794 2007-05-02 [paul] 2.9.1cvs36
2798 rename cache and mark files
2801 2007-04-30 [paul] 2.9.1cvs35
2803 * manual/glossary.xml
2804 * manual/plugins.xml
2805 updates. Patch by Ricardo
2807 2007-04-29 [wwp] 2.9.1cvs34
2811 Fix few grammatical errors (patch by David Relson < relson at
2812 osagesoftware dot com >).
2814 2007-04-28 [colin] 2.9.1cvs33
2818 * src/prefs_account.c
2819 * src/prefs_account.h
2820 Drop the "Download all" preference. It's
2821 stupidly useless and confuses people from
2824 2007-04-27 [wwp] 2.9.1cvs32
2827 * src/prefs_account.c
2828 * src/prefs_account.h
2829 Don't reflect accounts changes to the mainwindow when it's
2832 2007-04-27 [colin] 2.9.1cvs31
2835 Freeze/thaw when sync'ing flags
2837 * src/prefs_account.c
2838 * src/prefs_account.h
2839 * src/etpan/imap-thread.c
2840 * src/etpan/imap-thread.h
2841 Add a way to use UID FETCH instead
2842 of searches to fetch message lists
2843 and flags. More expensive towards
2844 bandwidth, less expensive towards
2845 server's CPU. Probably fixes
2846 bug 1158, 'Scanning new folders on
2847 Exchange 2007 extremely slow'.
2850 2007-04-27 [paul] 2.9.1cvs30
2853 * src/prefs_logging.c
2854 improvements to english usage
2856 2007-04-27 [colin] 2.9.1cvs29
2859 Fix build without libetpan (my bad!)
2861 2007-04-26 [colin] 2.9.1cvs28
2865 Fix uselessly exported function
2867 Consider "- -- \n" as signature separator
2868 (that's what signature separators look like
2869 in PGP/Inline signed mails)
2871 2007-04-26 [colin] 2.9.1cvs27
2874 libetpan-0.49 is now required
2876 Fix double fetching of mails if
2879 Make offline sync faster, by
2880 remembering last change time, and
2883 2007-04-26 [hoa] 2.9.1cvs26
2889 * src/etpan/imap-thread.c
2890 * src/etpan/imap-thread.h
2891 cancellation of IMAP operations is now allowed.
2892 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2894 2007-04-26 [colin] 2.9.1cvs25
2897 Always fetch body+headers in folders that are
2898 synched for offline use, if "Synchronise as
2899 soon as possible" is set.
2900 Fixes bug 1200, 'Add option to always retrieve full
2903 2007-04-25 [colin] 2.9.1cvs24
2906 Fix bug 1198, 'Reply-all "disappearing" address bug
2909 2007-04-24 [colin] 2.9.1cvs23
2912 Fix bug 1195, 'Hardware key navigation'
2913 Make GDK_Enter toggle expansion (Maemo)
2915 2007-04-24 [wwp] 2.9.1cvs22
2918 Fix few compiler warnings.
2920 2007-04-24 [paul] 2.9.1cvs21
2923 * src/stock_pixmap.c
2924 * src/stock_pixmap.h
2925 complete last commit
2927 2007-04-24 [paul] 2.9.1cvs20
2930 * src/pixmaps/active.xpm
2931 * src/pixmaps/checkbox_off.xpm
2932 * src/pixmaps/checkbox_on.xpm
2933 * src/pixmaps/inactive.xpm
2935 remove transparent border from checkbox icons
2937 2007-04-24 [wwp] 2.9.1cvs19
2941 Fix a crash in textview, thanks to Colin.
2943 2007-04-23 [wwp] 2.9.1cvs18
2945 * src/prefs_common.c
2946 Fix 2.9.1cvs5: no header was being translated at all.
2948 2007-04-23 [colin] 2.9.1cvs17
2951 * src/stock_pixmap.c
2952 * src/stock_pixmap.h
2955 * src/gtk/gtksctree.c
2956 * src/gtk/gtksctree.h
2957 * src/pixmaps/selection.xpm
2958 Fix bug 1193, 'Need a way to multi-select
2959 items'. Add a toggle button to the summaryview
2960 to switch between normal and multiple selection
2963 2007-04-23 [colin] 2.9.1cvs16
2966 * src/stock_pixmap.c
2967 * src/stock_pixmap.h
2970 * src/gtk/gtksctree.c
2971 * src/gtk/gtksctree.h
2972 * src/pixmaps/selection.xpm
2973 Fix bug 1193, 'Need a way to multi-
2975 Add a toggle button in the summaryview
2976 to enable normal or multiple selection.
2979 2007-04-23 [colin] 2.9.1cvs15
2982 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2984 2007-04-21 [colin] 2.9.1cvs14
2986 * src/gtk/quicksearch.c
2987 Fix previous commit (actually use correct
2990 2007-04-21 [colin] 2.9.1cvs13
2992 * src/gtk/quicksearch.c
2993 Fix changing quicksearch type (after Esc,
2994 after changing Recursive, ...)
2996 2007-04-20 [wwp] 2.9.1cvs12
2998 * src/gtk/Makefile.am
2999 Added headers.h (completes 2.9.1cvs5).
3001 2007-04-20 [wwp] 2.9.1cvs11
3004 Fix the use of display name in name column,
3005 it has been overriden w/ the use of nickname
3006 by 2.9.0cvs3. Now nickname is used (if any)
3007 in case of LDAP books only.
3009 2007-04-20 [colin] 2.9.1cvs10
3014 Add handling of 'a' to loop in a mail's
3017 2007-04-20 [colin] 2.9.1cvs9
3020 Fix bug 1190, 'dir_open' button doesn't work'
3023 2007-04-20 [colin] 2.9.1cvs8
3027 Fix bug 1194, 'Hardware keys move from email
3028 list to account/directory list, but not back
3029 to email list...' (Maemo)
3031 2007-04-20 [colin] 2.9.1cvs7
3034 complete previous commit
3036 2007-04-20 [colin] 2.9.1cvs6
3039 Fix bug 1187, 'Reply-to addressee disappears
3040 when reply-to text box is clicked...' (Maemo)
3042 2007-04-20 [wwp] 2.9.1cvs5
3050 * src/prefs_common.c
3051 * src/prefs_common.h
3052 * src/prefs_display_header.c
3053 * src/prefs_matcher.c
3056 * src/gtk/quicksearch.c
3057 Translate more header names according to the relevant option value,
3058 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3059 Replaced nearly all uses of prefs_common.trans_hdr with a call
3060 to prefs_common_translated_header_name().
3061 Added a headers.h reference file that contains known header names
3062 (RFC2822 and others) to the translation process' input, so that
3063 translated header names will still exist even if no occurrence of
3064 _("headername") is found anymore in the sources.
3065 Don't translate column name 'Number' following to trans_hdr option
3066 value as it's not a header name.
3068 2007-04-20 [colin] 2.9.1cvs4
3070 * src/gtk/quicksearch.c
3071 * src/gtk/quicksearch.h
3072 Add "From, To or Subject" quicksearch
3073 type. Patch by ulfschaper@users.sf.net
3075 2007-04-20 [colin] 2.9.1cvs3
3078 Implement proper references filtering condition.
3079 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3081 2007-04-19 [wwp] 2.9.1cvs2
3083 * src/prefs_display_header.c
3084 * src/message_search.c
3085 Fix few warnings (g_free of const gchar*).
3087 2007-04-19 [paul] 2.9.1cvs1
3093 bump version number following
3096 2007-04-19 [paul] 2.9.0cvs9
3098 * manual/advanced.xml
3099 * manual/glossary.xml
3102 2007-04-18 [paul] 2.9.0cvs8
3105 fix for CVE-2007-1558 (APOP)
3108 2007-04-18 [paul] 2.9.0cvs7
3114 Fix encoding woes wrt saving of
3118 2007-04-18 [colin] 2.9.0cvs6
3120 * src/gtk/pluginwindow.c
3121 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3123 2007-04-17 [wwp] 2.9.0cvs5
3129 Fix --disable-ldap build,
3130 fix some LDAP annoyances on
3131 searches, thanks to Colin.
3133 2007-04-17 [wwp] 2.9.0cvs4
3136 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3137 like gcc 2.9x. Thanks to Colin.
3139 2007-04-17 [wwp] 2.9.0cvs3
3155 Add LDAP write support. Patch mostly by
3156 Michael <mir at datanom dot net>
3158 2007-04-17 [wwp] 2.9.0cvs2
3161 Prepend "Add to address book" to the context menu of compose window's sender and
3164 2007-04-16 [paul] 2.9.0cvs1
3169 2007-04-16 [paul] 2.9.0
3176 2007-04-16 [paul] 2.8.1cvs102
3179 updated by Fabien Vantard
3181 2007-04-16 [paul] 2.8.1cvs101
3191 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3192 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3193 Aleksandar Urosevic, and Ralgh Young
3195 2007-04-15 [mones] 2.8.1cvs100
3200 2007-04-14 [colin] 2.8.1cvs99
3202 * src/message_search.c
3203 * src/prefs_display_header.c
3204 * src/summary_search.c
3205 * src/gtk/combobox.c
3208 2007-04-14 [wwp] 2.8.1cvs98
3210 * src/gtk/combobox.c
3211 * src/message_search.c
3212 * src/summary_search.c
3213 * src/prefs_display_header.c
3214 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3215 returns NULL, get the text value directly from the GtkEntry child.
3217 2007-04-13 [colin] 2.8.1cvs97
3219 * src/gtk/quicksearch.c
3220 Give the focus back to summaryview when
3221 emptying the quicksearch with Esc
3223 2007-04-13 [colin] 2.8.1cvs96
3225 * src/message_search.c
3226 * src/prefs_display_header.c
3227 * src/summary_search.c
3228 Fix possibles crashes when getting text
3231 2007-04-13 [colin] 2.8.1cvs95
3234 Add some UIDL debugging
3236 2007-04-12 [colin] 2.8.1cvs94
3239 Force folder scan if necessary after
3240 copying mails, to be able to reapply
3243 2007-04-11 [colin] 2.8.1cvs93
3246 don't scan for new mail on startup if --select
3247 is specified (or race conditions arise). If so,
3248 do both sequentially.
3250 2007-04-09 [colin] 2.8.1cvs92
3253 Use leafpad by default on Maemo. Patch
3256 2007-04-06 [colin] 2.8.1cvs91
3258 * src/pixmaps/queue_close.xpm
3259 * src/pixmaps/queue_close_hrm.xpm
3260 * src/pixmaps/queue_close_hrm_mark.xpm
3261 * src/pixmaps/queue_close_mark.xpm
3262 * src/pixmaps/queue_open.xpm
3263 * src/pixmaps/queue_open_hrm.xpm
3264 * src/pixmaps/queue_open_hrm_mark.xpm
3265 * src/pixmaps/queue_open_mark.xpm
3266 Move the clock one pixel down :)
3268 2007-04-05 [colin] 2.8.1cvs90
3271 Don't sync when switching offline from
3272 command line - it's usually too late :)
3274 2007-04-05 [paul] 2.8.1cvs89
3277 * src/stock_pixmap.c
3278 * src/pixmaps/dir_close_hrm.xpm
3279 * src/pixmaps/dir_close_hrm_mark.xpm
3280 * src/pixmaps/drafts_close.xpm
3281 * src/pixmaps/drafts_close_mark.xpm
3282 * src/pixmaps/drafts_open.xpm
3283 * src/pixmaps/drafts_open_mark.xpm
3284 * src/pixmaps/inbox.xpm
3285 * src/pixmaps/inbox_close.xpm
3286 * src/pixmaps/inbox_close_hrm.xpm
3287 * src/pixmaps/inbox_close_hrm_mark.xpm
3288 * src/pixmaps/inbox_close_mark.xpm
3289 * src/pixmaps/inbox_hrm.xpm
3290 * src/pixmaps/inbox_hrm_mark.xpm
3291 * src/pixmaps/inbox_mark.xpm
3292 * src/pixmaps/inbox_open.xpm
3293 * src/pixmaps/inbox_open_hrm.xpm
3294 * src/pixmaps/inbox_open_hrm_mark.xpm
3295 * src/pixmaps/inbox_open_mark.xpm
3296 * src/pixmaps/outbox.xpm
3297 * src/pixmaps/outbox_close.xpm
3298 * src/pixmaps/outbox_close_hrm.xpm
3299 * src/pixmaps/outbox_close_hrm_mark.xpm
3300 * src/pixmaps/outbox_close_mark.xpm
3301 * src/pixmaps/outbox_hrm.xpm
3302 * src/pixmaps/outbox_hrm_mark.xpm
3303 * src/pixmaps/outbox_mark.xpm
3304 * src/pixmaps/outbox_open.xpm
3305 * src/pixmaps/outbox_open_hrm.xpm
3306 * src/pixmaps/outbox_open_hrm_mark.xpm
3307 * src/pixmaps/outbox_open_mark.xpm
3308 * src/pixmaps/queue_close.xpm
3309 * src/pixmaps/queue_close_hrm.xpm
3310 * src/pixmaps/queue_close_hrm_mark.xpm
3311 * src/pixmaps/queue_close_mark.xpm
3312 * src/pixmaps/queue_open.xpm
3313 * src/pixmaps/queue_open_hrm.xpm
3314 * src/pixmaps/queue_open_hrm_mark.xpm
3315 * src/pixmaps/queue_open_mark.xpm
3316 updated, added and replaced icons
3319 2007-04-04 [colin] 2.8.1cvs88
3322 Fix build without libetpan
3324 2007-04-03 [colin] 2.8.1cvs87
3327 Fix crash with Citadel, and try to make
3328 things work. this server (and specifically
3329 STATUS and APPEND at least) seems broken.
3331 2007-04-03 [colin] 2.8.1cvs86
3334 Fix icons on folder close
3336 2007-04-03 [colin] 2.8.1cvs85
3339 Fix double-ask of offline override in
3344 Much more efficient way to synchronise
3346 * src/etpan/imap-thread.c
3349 * src/gtk/quicksearch.c
3352 2007-04-03 [paul] 2.8.1cvs84
3357 * src/prefs_common.c
3358 * src/prefs_common.h
3360 Fix sync being done too late
3363 2007-04-02 [colin] 2.8.1cvs83
3366 Maemo: Put status and quicksearch at the top
3367 * src/plugins/bogofilter/bogofilter.c
3368 * src/plugins/spamassassin/spamassassin.c
3369 Derive trash from inbox if possible
3371 2007-04-02 [paul] 2.8.1cvs82
3373 * src/plugins/bogofilter/bogofilter_gtk.c
3374 a few English changes
3380 2007-04-02 [colin] 2.8.1cvs81
3382 * src/image_viewer.c
3383 Fix transparent images by using
3386 Flush events (on new windows) to avoid
3387 having the textview's image resize fail
3388 to know the available width
3390 2007-04-01 [colin] 2.8.1cvs80
3392 * src/prefs_account.c
3393 If no MH mailbox exist, when creating a POP/Local
3394 account, just create and use the default one
3395 instead of bailing with a "Mailbox doesn't exist"
3398 2007-03-31 [colin] 2.8.1cvs79
3400 * src/prefs_account.c
3401 Create signature file if it doesn't exist
3403 * src/prefs_toolbar.c
3404 Maemo: Move "Use default" on the left so
3405 that people can find it
3407 Maemo: make default editor "Maemopad",
3408 default signature file "MyDocs/signature.txt"
3410 2007-03-31 [colin] 2.8.1cvs78
3412 * src/prefs_account.c
3413 Maemo: rework account prefs so
3414 that less horizontal scrolling
3417 2007-03-31 [colin] 2.8.1cvs77
3420 * src/prefs_common.c
3421 * src/prefs_common.h
3422 Fix bug 1167, 'Allow not displaying zeros
3423 in folder list'. Patch by MartinP
3425 2007-03-31 [colin] 2.8.1cvs76
3430 2007-03-31 [colin] 2.8.1cvs75
3433 Apply patch from bug 1172, direct
3434 access to the folder's session instead
3435 of using getter. Patch by MartinP
3437 2007-03-31 [paul] 2.8.1cvs74
3440 no need to list Fabien twice!
3442 2007-03-31 [colin] 2.8.1cvs73
3445 If we're currently "overriding for %d minutes",
3448 2007-03-31 [colin] 2.8.1cvs72
3456 * src/plugins/spamassassin/spamassassin.c
3457 Offline override: Add a parameter to allow
3458 asking even if the override timer is running.
3459 Allows to ask every time the user makes an
3460 explicit action needing online access (such
3461 as Get Mail), and not when the action is
3462 implicit (such as opening an IMAP folder)
3464 2007-03-31 [colin] 2.8.1cvs71
3467 Override offline: "No" answer shouldn't
3468 re-ask after 3 seconds, but 10 minutes.
3470 2007-03-30 [colin] 2.8.1cvs70
3472 * src/common/socket.c
3473 Better error reporting on unix socket
3474 failure (bind usually)
3475 * src/gtk/gtkutils.c
3476 * src/gtk/gtkutils.h
3477 Label window: add a pulsing progress
3478 bar to show we're not hung :)
3481 * src/plugins/pgpcore/sgpgme.c
3484 2007-03-30 [colin] 2.8.1cvs69
3487 * src/prefs_common.c
3488 Fix possible trashing of history and uidl
3489 files on disk full problems
3491 2007-03-30 [paul] 2.8.1cvs68
3496 update summary when changing layout type
3497 (fixes wrong folder icon being displayed)
3500 2007-03-29 [colin] 2.8.1cvs67
3502 * src/prefs_ext_prog.c
3503 The browser pref is irrelevant on Maemo
3505 2007-03-29 [colin] 2.8.1cvs66
3509 Maemo: dynamically switch headers/text position
3510 * src/prefs_common.c
3511 Maemo: hide compose's ruler by default
3512 * src/common/socket.c
3513 * src/common/socket.h
3516 2007-03-29 [colin] 2.8.1cvs65
3518 * src/common/socket.c
3519 * src/common/socket.h
3520 Fix build when MAEMO_CFLAGS contains
3521 _X_OPENSOURCE (resolv.h errors as long
3522 as we don't add _BSD_SOURCE. Ugly).
3524 2007-03-29 [wwp] 2.8.1cvs64
3526 * src/prefs_logging.c
3527 Fix sensitivity of clip-log widgets in prefs/logging,
3530 2007-03-29 [wwp] 2.8.1cvs63
3533 Updated files list for translations, thanks to Fabien.
3535 2007-03-29 [colin] 2.8.1cvs62
3538 * src/common/Makefile.am
3539 * src/common/utils.c
3540 Maybe make URI opening work in Maemo
3543 2007-03-28 [colin] 2.8.1cvs61
3548 Add the possibility to sort folders arbitrarily
3549 (via editing of folderlist.xml only). Patch by
3550 Martin P <mp26+claws@os.inf.tu-dresden.de>
3551 Fixes bug 1166, 'Folder ordering is fixed and cannot
3552 be changed by the user'
3554 2007-03-28 [colin] 2.8.1cvs60
3557 Add popup menu for mime icons
3559 2007-03-28 [colin] 2.8.1cvs59
3562 Fix a layout issue when presenting
3563 mainwindow in Small screen layout
3566 Add a "Go to folder list" button for
3567 mainwindow, and make it default in
3570 2007-03-28 [colin] 2.8.1cvs58
3573 Don't dynamically update title on Maemo
3574 Patch by Jean-Luc Biord
3576 2007-03-27 [colin] 2.8.1cvs57
3581 Enable tap-and-hold on Maemo
3583 2007-03-26 [colin] 2.8.1cvs56
3586 More popup-menu (in attachments list)
3588 2007-03-26 [colin] 2.8.1cvs55
3591 Enable popup-menu signal
3593 2007-03-26 [colin] 2.8.1cvs54
3595 * src/plugins/pgpinline/pgpinline.c
3596 Fix bug 1111, 'PGP/inline plugin hides text
3597 around encrypted text block'. Patch based on
3598 a patch from Michal Cihar.
3600 2007-03-26 [wwp] 2.8.1cvs53
3603 Fix getting a false error when sending queued message
3604 whereas the sending was fine (if there are subfolders
3605 in the queue folder), thanks to Colin.
3607 2007-03-26 [paul] 2.8.1cvs52
3610 update FACE header in welcome message
3612 2007-03-25 [colin] 2.8.1cvs51
3617 2007-03-25 [colin] 2.8.1cvs50
3620 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3622 2007-03-24 [colin] 2.8.1cvs49
3625 Fix a few launch problems on Maemo
3626 Patch by Jean-Luc Biord
3628 2007-03-24 [wwp] 2.8.1cvs48
3634 Fix wrong action performed when closing the
3635 "ask about account specific filtering rules
3636 when filtering manually" dialog by pressing Escape.
3637 Fix wrong order of buttons in the "return receipt
3638 notification - the message was sent to several of
3639 your accounts" dialog.
3641 2007-03-24 [paul] 2.8.1cvs47
3644 an improvement to English usage
3645 * tools/kdeservicemenu/README
3648 2007-03-24 [paul] 2.8.1cvs46
3651 * src/stock_pixmap.c
3652 * src/pixmaps/edit_extern.xpm
3653 * src/pixmaps/mail_sign.xpm
3654 rescue long lost icons
3656 2007-03-24 [paul] 2.8.1cvs45
3659 fix toolbar (broken in 2.8.1cvs42)
3661 2007-03-23 [colin] 2.8.1cvs44
3664 Correctly unsubscribe/resubscribe after
3667 2007-03-23 [colin] 2.8.1cvs43
3669 * src/prefs_common.c
3670 Maemo: as the platform is light on RAM, allow
3671 caches to be discarded faster.
3673 2007-03-23 [colin] 2.8.1cvs42
3678 * src/stock_pixmap.c
3679 * src/stock_pixmap.h
3684 * src/pixmaps/open_mail.xpm
3685 Maemo changes: Add the possibility to have
3686 "Open Email" and "Close Window" buttons on
3687 toolbars (and use them in Maemo's default
3690 2007-03-23 [wwp] 2.8.1cvs41
3693 Reverted that part of the action dialog closure logics, to
3694 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3695 done later in a different way (or may not).
3697 2007-03-22 [wwp] 2.8.1cvs40
3700 Fix sticky action dialog when got no output but action command
3701 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3703 2007-03-22 [colin] 2.8.1cvs39
3705 * src/prefs_filtering.c
3706 * src/gtk/combobox.h
3707 Fix escaping account names in filtering prefs
3709 2007-03-22 [colin] 2.8.1cvs38
3714 Add any attribute specified in LDAP servers'
3715 Search attributes to the Other Attributes tab
3716 of contacts; Add 'telephoneNumber' in the
3719 2007-03-22 [colin] 2.8.1cvs37
3724 Try to prevent race conditions when
3725 changing the folder list
3727 Fix possible red folder icon when
3728 switching from Small screen layout
3731 2007-03-22 [colin] 2.8.1cvs36
3736 Rename "little screen" to "Small screen"
3737 * src/gtk/Makefile.am
3738 * src/common/utils.c
3740 Fix Maemo-related compilation problems
3742 2007-03-21 [colin] 2.8.1cvs35
3746 * claws-mail.desktop
3747 Remove .png from the Icon, it's useless
3749 2007-03-21 [colin] 2.8.1cvs34
3753 Add the necessary lib checking for
3756 2007-03-21 [colin] 2.8.1cvs33
3759 Fix unconditional "error happened" when
3760 sending via command-line. "lol @ myself"
3762 2007-03-21 [colin] 2.8.1cvs32
3764 * claws-mail-40x40.png
3765 * claws-mail-26x26.png
3775 * src/prefs_account.c
3776 * src/prefs_common.c
3777 * src/summary_search.c
3781 * src/gtk/gtkutils.c
3782 * src/gtk/gtkutils.h
3783 * src/gtk/logwindow.c
3785 * src/gtk/prefswindow.c
3786 Add Maemo port (patch mainly by Jean-Luc Biort)
3787 Add a new 'Little screen' layout to help on such
3788 platforms (patch by me)
3789 Make some default preferences different (more
3790 adapted) on Maemo (patch by me)
3792 2007-03-21 [wwp] 2.8.1cvs31
3794 * src/prefs_logging.c
3795 * src/prefs_logging.h
3796 Fixed copyright header of newly added files.
3798 2007-03-21 [wwp] 2.8.1cvs30
3814 * src/prefs_common.c
3815 * src/prefs_common.h
3816 * src/prefs_logging.c
3817 * src/prefs_logging.h
3820 * src/send_message.c
3825 * src/common/session.c
3827 * src/common/socket.c
3828 * src/etpan/imap-thread.c
3829 * src/gtk/logwindow.c
3830 * src/gtk/logwindow.h
3831 * src/plugins/bogofilter/bogofilter.c
3832 * src/plugins/spamassassin/spamassassin.c
3833 Added debugging of filtering/processing rules.
3834 The debug log is here 'Tools/Filtering debug window',
3835 the options there 'Configuration/Preferences/Other/Logging',
3836 and the log file is ~/.claws-mail/filtering.log.
3837 Moved protocol log prefs to 'Other/Logging' as well.
3838 To support such debugging feature, the existing log API has
3839 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3840 this impacts many external modules (commits follow).
3842 2007-03-21 [paul] 2.8.1cvs29
3844 * src/etpan/Makefile.am
3845 * src/etpan/imap-thread.c
3846 add missing #include
3848 2007-03-21 [colin] 2.8.1cvs28
3851 Fix bug 1157, 'some broken messages confuse
3852 mime parser'. Make sure we can't have MimeInfos
3853 with negative sizes.
3855 2007-03-20 [colin] 2.8.1cvs27
3858 Fix missing \0 on buffer
3860 2007-03-20 [colin] 2.8.1cvs26
3863 Use make_dir_hier instead of make_dir
3864 to create the MH mailbox
3866 2007-03-20 [colin] 2.8.1cvs25
3870 * src/prefs_account.c
3872 Fix default inbox weirdnesses (after wizard,
3873 if path is Mail, mailbox identifier is #mh/Mailbox,
3874 and when creating new accounts)
3876 2007-03-20 [colin] 2.8.1cvs24
3879 Write folderlist after adding/deleting accounts
3882 2007-03-20 [colin] 2.8.1cvs23
3885 * src/remotefolder.h
3886 Fix bug 1153, 'CM segfaults if IMAP folder is
3887 selected while scanning prior to update'
3889 2007-03-17 [paul] 2.8.1cvs22
3892 fix a typo, and be a little more verbose.
3894 2007-03-17 [wwp] 2.8.1cvs21
3897 Fix a compiler warning.
3899 2007-03-16 [wwp] 2.8.1cvs20
3903 Updated to deal w/ the new mairix.sh tool.
3905 2007-03-16 [wwp] 2.8.1cvs19
3908 Fix logics issues around the action IO dialog:
3909 - disable entry widget and exec button when
3910 the exec button is clicked (don't wait for any
3911 output line) - fix possible disabling/re-enabling/
3912 re-disabling of those widgets
3913 - raise an error if executing a %as{} action either
3914 empty or invalid, instead of failing silently
3915 - don't close the dialog if the abort button has been
3916 clicked and if there was no output yet
3917 - set focus to the abort button when the exec button
3919 - fix capitalization of a warning message
3921 2007-03-16 [wwp] 2.8.1cvs18
3924 Added a wrapper to mairix to the tools folder.
3926 2007-03-16 [colin] 2.8.1cvs17
3930 Allow mimeviewer plugins to print
3933 2007-03-16 [colin] 2.8.1cvs16
3938 2007-03-15 [colin] 2.8.1cvs15
3942 Add a way for mimeviewer plugins to
3943 implement body search
3945 2007-03-15 [paul] 2.8.1cvs14
3947 * src/prefs_spelling.c
3950 2007-03-15 [paul] 2.8.1cvs13
3952 * src/common/quoted-printable.c
3953 fix decoding of quoted-printable parts
3955 2007-03-14 [wwp] 2.8.1cvs12
3957 * src/gtk/logwindow.h
3958 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3960 2007-03-14 [wwp] 2.8.1cvs11
3962 * src/gtk/logwindow.h
3963 Complete 2.8.1cvs10.
3965 2007-03-14 [colin] 2.8.1cvs10
3967 * src/gtk/logwindow.c
3968 Probably fix bug 1149, crash on logwindow
3969 close - at the expense of performance once
3970 logwin has been opened
3972 2007-03-14 [colin] 2.8.1cvs9
3975 If claws-mail is running on another
3976 display, warn instead of popping it up
3977 on the other display
3979 2007-03-12 [colin] 2.8.1cvs8
3982 Fix bug 1145, 'Setting a different name
3983 for the Mailbox name isn't reflected in
3984 default account settings'. Patch by wwp
3986 2007-03-12 [colin] 2.8.1cvs7
3989 Fix bug 1143, 'Add number of messages to be
3990 deleted to confirmation dialog'
3992 2007-03-12 [wwp] 2.8.1cvs6
3995 * src/prefs_common.c
3996 * src/prefs_common.h
3997 * src/prefs_summaries.c
3998 Changed the option that displays unread messages count
3999 next to the folder name in folder list: it is now
4000 possible to either display nothing, display the
4001 unread messages number only or the unread and total messages
4002 numbers. The patch includes this extra feature as well
4003 as some minor fixes by rewriting the algo in folderview.c.
4004 Thanks to Paul for the original idea and implementation, plus
4005 testing and proof-reading!
4007 2007-03-09 [paul] 2.8.1cvs5
4011 * tools/claws-mail-compose-insert-files.pl
4012 added a script which enables inserting files
4013 into the message body of a new Claws Mail
4014 Compose window from the command line. Additionally
4015 To, Cc, Subject and files to attach to the message
4018 2007-03-09 [wwp] 2.8.1cvs4
4023 Optimize matching of addresses in the addressbook
4024 (filtering/processing 'found_in_addressbook' condition).
4026 2007-03-07 [wwp] 2.8.1cvs3
4029 * src/quote_fmt_lex.l
4030 * src/quote_fmt_parse.y
4031 Add a new quote format symbol: %A to insert the
4032 sender email address (just the address itself).
4034 2007-03-06 [wwp] 2.8.1cvs2
4036 * src/gtk/gtkutils.c
4037 * src/plugins/trayicon/trayicon_prefs.h
4038 * src/plugins/trayicon/trayicon_prefs.c
4039 * src/plugins/trayicon/trayicon.c
4042 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4043 minimizing Claws-Mail main window will hide it to the trayicon instead.
4046 2007-03-06 [paul] 2.8.1cvs1
4052 bump version number following
4055 2007-03-06 [paul] 2.8.0cvs24
4058 corrected by by Tim <timbrain@post.cz>
4060 2007-03-05 [colin] 2.8.0cvs23
4064 Fix mime/globs path on NetBSD
4065 patch by George Michaelson
4067 2007-03-05 [wwp] 2.8.0cvs22
4070 Remove debug statement (accidentally committed w/ cvs14).
4072 2007-03-05 [paul] 2.8.0cvs21
4074 * src/plugins/pgpcore/prefs_gpg.c
4075 fix compiler warning
4077 2007-03-05 [wwp] 2.8.0cvs20
4079 * src/matcher_parser_parse.y
4080 Fix mismerge between cvs17 and cvs19.
4082 2007-03-05 [wwp] 2.8.0cvs19
4084 * src/matcher_parser_parse.y
4085 * src/prefs_filtering_action.c
4090 Add new 'add_to_addressbook' filtering/processing action.
4092 2007-03-05 [wwp] 2.8.0cvs18
4095 Fix mark_as_ham filtering/processing action: spam flag
4098 2007-03-04 [colin] 2.8.0cvs17
4103 * src/matcher_parser_parse.y
4104 * src/prefs_filtering_action.c
4105 Add 'Mark as spam' and 'Mark as ham' filtering
4106 actions. Fixes bug 1138.
4108 2007-03-04 [colin] 2.8.0cvs16
4111 Fix bug 1140, wrong return value
4114 2007-03-04 [wwp] 2.8.0cvs15
4117 Rollback cvs14: don't free stuff that is managed in g_list.
4119 2007-03-04 [wwp] 2.8.0cvs14
4122 Fix a leak in address completion code.
4124 2007-03-04 [colin] 2.8.0cvs13
4127 Maybe fix bug 1136, 'Crash in group
4130 2007-03-04 [iwkse] 2.8.0cvs12
4133 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4135 2007-03-03 [colin] 2.8.0cvs11
4137 * src/plugins/pgpinline/pgpinline.c
4138 Fix off-by-one, fix double-free. Fixes
4139 bug 1135, 'cm-segfault on decrypting
4142 2007-03-03 [colin] 2.8.0cvs10
4146 * src/common/plugin.c
4147 Fix bug 1134, 'Valgrind macros unhandled
4150 2007-03-02 [colin] 2.8.0cvs9
4153 Don't error out on EAGAIN. Fixes
4154 bug 1129, '"local mbox file" account
4155 isn't retrieving mails'
4157 2007-03-01 [wwp] 2.8.0cvs8
4160 * src/gtk/colorlabel.c
4161 Remove accels for extra color labels until we set better
4162 and definitive ones.
4164 2007-02-28 [wwp] 2.8.0cvs7
4167 * src/matcher_parser_parse.y
4168 * src/prefs_common.c
4169 * src/prefs_msg_colors.c
4171 * src/gtk/colorlabel.c
4172 * src/gtk/colorlabel.h
4173 Add more customizable color labels. Cleaned up a bit
4174 the color label API to avoid duplicate defines of
4175 the max number of colors.
4177 2007-02-27 [colin] 2.8.0cvs6
4180 * src/common/utils.c
4181 * src/common/utils.h
4182 Fix '+' in mailto URIs for List-* headers
4184 2007-02-27 [colin] 2.8.0cvs5
4186 * src/gtk/gtkutils.c
4187 Use gtk_window_set_role instead of
4190 2007-02-27 [colin] 2.8.0cvs4
4193 Fix "After receiving new mail, go to inbox" on IMAP,
4194 and make it work only on manual reception
4196 2007-02-27 [wwp] 2.8.0cvs3
4198 * src/prefs_filtering.c
4199 * src/prefs_filtering_action.c
4200 * src/prefs_matcher.c
4201 Update filtering matcher's and action's color label menus
4202 when re-opening those dialogs (reflect any change to the
4203 color labels list in the preferences).
4205 2007-02-27 [colin] 2.8.0cvs2
4208 * src/etpan/etpan-thread-manager-types.h
4209 * src/etpan/etpan-thread-manager.c
4210 * src/etpan/imap-thread.c
4211 Log imap ALERTs as errors in the log.
4213 2007-02-26 [paul] 2.8.0cvs1
4215 * tools/claws.i18n.status.pl
4218 2007-02-26 [paul] 2.7.2cvs75
4232 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4233 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4234 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4235 Aleksandar Urosevic, and Ralgh Young
4237 2007-02-25 [mones] 2.7.2cvs74
4242 2007-02-25 [colin] 2.7.2cvs73
4245 Clearing the list is only useful
4246 to prevent a valgrind false-positive
4248 2007-02-25 [paul] 2.7.2cvs72
4252 * tools/kmail-mailbox2claws-mail.pl **ADDED**
4253 * tools/maildir2claws-mail.pl **REMOVED**
4254 renamed the script, fixed a couple bugs
4256 2007-02-23 [colin] 2.7.2cvs71
4259 Fix a leak, check for a few improbable nulls
4261 2007-02-23 [colin] 2.7.2cvs70
4265 * src/plugins/trayicon/trayicon.c
4266 Fix blinking mainwin when starting in tray
4267 (show mainwindow later in the startup process,
4268 apart if restarting post-crash)
4270 2007-02-23 [colin] 2.7.2cvs69
4274 Fix crash when unsubscribing the currently
4275 selected/opened folder
4277 2007-02-23 [colin] 2.7.2cvs68
4280 Fix bug that prevented colorization to
4281 work without wrap quotation option
4283 2007-02-23 [colin] 2.7.2cvs67
4286 Fix refcounting, start and end completion who
4287 behaved as if there couldn't be any other current
4290 2007-02-23 [wwp] 2.7.2cvs66
4294 Address completion fixes: fix addressbook_peek_folder_exists() in
4295 which the algorithm was ridiculously over-obfuscated and broken.
4296 Fix addrindex_load_completion() as well, to load addresses in
4297 completion list with regards to what addressbook_peek_folder_exists()
4300 2007-02-23 [wwp] 2.7.2cvs65
4303 Add addresses to completion when they're non-empty (thanks to Colin).
4305 2007-02-23 [paul] 2.7.2cvs64
4307 * src/plugins/pgpcore/passphrase.c
4310 2007-02-23 [colin] 2.7.2cvs63
4312 * src/plugins/pgpcore/prefs_gpg.c
4313 * src/plugins/pgpcore/prefs_gpg.h
4314 * src/plugins/pgpcore/sgpgme.c
4315 * src/plugins/pgpinline/pgpinline.c
4316 * src/plugins/pgpmime/pgpmime.c
4317 Try harder to respect user's choice wrt
4318 gpg-agent even with gpg2, by unsetting
4319 GPG_AGENT_INFO when necessary.
4321 2007-02-22 [paul] 2.7.2cvs62
4323 * src/plugins/pgpcore/sgpgme.c
4324 * src/plugins/pgpcore/sgpgme.h
4325 * src/plugins/pgpcore/passphrase.c
4326 * src/plugins/pgpinline/pgpinline.c
4327 * src/plugins/pgpmime/pgpmime.c
4328 Fix a leak - gpgme_data_release_and_get_mem
4329 leaks in recent gpgme. Workaround by using
4332 2007-02-22 [paul] 2.7.2cvs61
4334 * src/gtk/quicksearch.c
4335 Abandon dynamic search when pressing
4338 2007-02-21 [colin] 2.7.2cvs60
4341 * src/plugins/pgpcore/passphrase.c
4342 Fix little memory leaks
4344 Fix false-positive leak at exit
4345 * src/gtk/quicksearch.c
4346 Fix potentially big leak in recursive
4349 2007-02-21 [wwp] 2.7.2cvs59
4352 Add missing newline to a debug message.
4354 2007-02-20 [colin] 2.7.2cvs58
4358 * src/stock_pixmap.c
4359 * src/stock_pixmap.h
4360 * src/pixmaps/mime_pgpsig.xpm
4361 Add icon for application/pgp-signature
4363 2007-02-20 [colin] 2.7.2cvs57
4368 * src/stock_pixmap.c
4369 * src/stock_pixmap.h
4370 * src/pixmaps/mime_calendar.xpm
4371 * src/pixmaps/mime_pdf.xpm
4372 * src/pixmaps/mime_ps.xpm
4373 Add icons for text/calendar, application/pdf
4374 and application/postscript
4376 2007-02-20 [colin] 2.7.2cvs56
4379 * src/matcher_parser_parse.y
4380 * src/matcher_parser_lex.l
4381 Fix big memory leak in flex, and
4384 2007-02-20 [wwp] 2.7.2cvs55
4386 * src/matcher_parser_parse.y
4387 Fix a duplicate token definition (thanks to iwkse).
4389 2007-02-20 [wwp] 2.7.2cvs54
4391 * src/matcher_parser_lex.l
4392 * src/quote_fmt_lex.l
4393 Use proper flex options instead of direct use of #define,
4394 make the flex-generated C lighter.
4396 2007-02-20 [colin] 2.7.2cvs53
4399 Grab focus in message list after hiding
4400 the quicksearch, instead of leaving it
4403 2007-02-19 [colin] 2.7.2cvs52
4406 Fix bug 1033, 'Automatically refresh
4407 message list when new messages arrives'
4408 Looks like folderview->opened can sometimes
4411 2007-02-19 [paul] 2.7.2cvs51
4415 * tools/thunderbird-filters-convertor.pl
4416 add new script which converts thunderbird filter
4417 rules to Claws filter rules
4419 2007-02-18 [paul] 2.7.2cvs50
4421 * src/plugins/pgpcore/prefs_gpg.c
4422 * src/plugins/pgpcore/prefs_gpg.h
4423 * src/plugins/pgpcore/sgpgme.c
4424 * src/plugins/pgpinline/pgpinline.c
4425 * src/plugins/pgpmime/pgpmime.c
4426 improved GUI interoperability with gpg-agent
4428 2007-02-18 [paul] 2.7.2cvs49
4430 * src/prefs_account.c
4431 Privacy options sensitivity fix
4433 2007-02-17 [colin] 2.7.2cvs48
4436 Reset icon to warning in the noticeview
4438 2007-02-15 [colin] 2.7.2cvs47
4441 Fix a manifestation of bug 1033 (summaryview failing
4442 to update for new mails), which happens after editing
4443 account preferences or preferences that cause a
4446 2007-02-15 [colin] 2.7.2cvs46
4449 Probably fix bug 1123, 'Segmentation
4450 fault while opening address book'. I get
4451 g_warnings if the saved paned position is
4452 not greater than 0. Also, save position
4453 when hiding the addressbook instead of
4456 2007-02-14 [colin] 2.7.2cvs45
4458 * src/plugins/pgpcore/prefs_gpg.c
4459 * src/plugins/pgpcore/prefs_gpg.h
4460 * src/plugins/pgpcore/sgpgme.c
4461 * src/plugins/pgpinline/pgpinline.c
4462 * src/plugins/pgpmime/pgpmime.c
4463 Add an option "Use gpg-agent if available". Fixes
4464 annoyances with distro-installed gpg-agent, when
4465 no pinentry program is installed, and the user's
4466 at a loss on why "decryption failed". Makes more
4467 clear why passphrase isn't saved when gpg-agent is
4468 used. Defaults to true, to avoid changing the
4471 2007-02-14 [wwp] 2.7.2cvs44
4473 * src/matcher_parser_parse.y
4474 Fix missing line number reset (wrong line number might appear
4475 when re-loading filtering rules if there's a parser error).
4477 2007-02-13 [colin] 2.7.2cvs43
4479 * src/common/utils.c
4480 Don't encode ',' in URIs before passing it
4481 to the browser command-line. It was probably
4482 done at a time where commas in URIs made
4483 mozilla -remote 'openurl(%s,new-window)'
4486 2007-02-13 [wwp] 2.7.2cvs42
4488 * src/prefs_matcher.c
4489 * src/plugins/bogofilter/bogofilter_gtk.c
4490 A bit of string factorization around "Select ..." buttons.
4492 2007-02-11 [colin] 2.7.2cvs41
4495 Make sure to escape the title
4497 2007-02-11 [colin] 2.7.2cvs40
4500 Recognize .utf8 locales as .UTF-8 ones
4502 2007-02-11 [colin] 2.7.2cvs39
4505 Fix code conversion when dragging a file
4507 2007-02-09 [colin] 2.7.2cvs38
4509 * src/plugins/clamav/clamav_plugin.c
4510 Complete Paul's patch with conditional
4511 compilation to avoid breaking compilation
4512 on old Dapper and Edgy... Maybe other
4515 2007-02-09 [paul] 2.7.2cvs37
4517 * src/plugins/clamav/clamav_plugin.c
4518 fix for the upstream changes in libclamav
4520 2007-02-09 [paul] 2.7.2cvs36
4526 fix "warn if there are queued messages" (on exit)
4527 option, which only checked the first mailbox's
4529 don't ask before emptying trash if there are no
4530 messages in trash, also check and empty all trash
4533 move "Ask before emptying trash" option
4534 outside of the "On exit" frame as it's
4535 not only an "On exit" option
4537 2007-02-09 [paul] 2.7.2cvs35