1 2007-09-16 [paul] 3.0.0cvs11
4 do not allow locked msgs to be deleted,
5 even by filtering/processing
7 2007-09-07 [paul] 3.0.0cvs10
9 * src/prefs_folder_column.c
10 * src/prefs_summary_column.c
11 implement button sensitivity
14 2007-09-06 [wwp] 3.0.0cvs9
17 Add a missing linefeed to a debug message.
19 2007-09-05 [colin] 3.0.0cvs8
22 Fix statusbar/window mismatch on Maemo
24 2007-09-05 [colin] 3.0.0cvs7
27 Fix build without USE_LDAP_TLS
29 2007-09-05 [colin] 3.0.0cvs6
38 Maemo: distinguish various statusbar messages,
39 in order to display only the most important.
41 2007-09-04 [wwp] 3.0.0cvs5
44 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
45 Show protocol "SMTP" and the appropriate server for send-only
46 accounts, show "-" instead of "" when no value is relevant.
48 2007-09-03 [ticho] 3.0.0cvs4
51 Handle plural form better in delete confirmation dialog.
53 2007-09-03 [wwp] 3.0.0cvs3
56 Warn differently when sending or sending later (queueing).
58 2007-09-03 [colin] 3.0.0cvs2
64 Add a new plugin API, MimeParser. It allows
65 plugins to scan email MIME parts and optionally,
68 2007-09-03 [mones] 3.0.0cvs1
73 While a better solution is made double history sizes
75 2007-09-03 [paul] 3.0.0
82 2007-09-03 [paul] 2.10.0cvs191
96 updated by Yasen Pramatarov, Miquel Oliete, Stephan
97 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
98 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
99 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
101 2007-09-02 [colin] 2.10.0cvs190
105 Prevent empty or white-space tags
107 2007-09-01 [colin] 2.10.0cvs189
110 Fix double-reading of accounts list when
111 the wizard has been run due to no accounts
113 Fix sensitivity of a menu item in case
116 2007-09-01 [wwp] 2.10.0cvs188
119 Fix wizard crash when Mailbox dir already exists
122 2007-08-31 [colin] 2.10.0cvs187
124 * src/etpan/imap-thread.c
125 Fix unwanted creation of
126 libetpan's stream dump file
128 Fix coloring of pastes as quotation
130 Maemo: Fix opening of mails from keypad
136 * src/gtk/prefswindow.c
137 Maemo: Fix adjustments changes
139 2007-08-30 [colin] 2.10.0cvs186
142 Don't opened selected folder when clicking
145 Maemo: Make Esc close messageviews
147 Maemo: Fix message scrolling to the end on
149 Maemo: Fix reopening same message
150 * src/gtk/prefswindow.c
151 Maemo: try to fix scrollbar. Doesn't work,
152 it seems as if gtk_adjustment_set_value was
155 2007-08-30 [colin] 2.10.0cvs185
160 * src/prefs_matcher.c
161 * src/prefs_template.c
165 * src/gtk/gtkaspell.c
166 * src/plugins/bogofilter/bogofilter.c
167 * src/plugins/bogofilter/bogofilter_gtk.c
168 * src/plugins/clamav/clamav_plugin_gtk.c
169 * src/plugins/pgpcore/sgpgme.c
170 * src/plugins/spamassassin/spamassassin.c
171 * src/plugins/spamassassin/spamassassin_gtk.c
172 Fix all potential misuses of format-string functions
174 2007-08-30 [wwp] 2.10.0cvs184
176 * src/prefs_template.c
179 2007-08-29 [colin] 2.10.0cvs183
181 * src/plugins/trayicon/trayicon.c
182 Fix leak of hooks in case of error,
183 thanks to Holger Berndt
185 2007-08-28 [colin] 2.10.0cvs182
188 Don't use current folder settings when
189 composing from the compose button's
192 2007-08-28 [colin] 2.10.0cvs181
194 * src/quote_fmt_parse.y
195 Fix cursor offset when quote contains UTF-8
198 2007-08-28 [colin] 2.10.0cvs180
202 Fix signature replacement when it's been wrapped
204 2007-08-27 [colin] 2.10.0cvs179
209 2007-08-27 [colin] 2.10.0cvs178
212 Fix Quicksearch's Sticky mode
214 2007-08-27 [colin] 2.10.0cvs177
216 * src/folder_item_prefs.c
217 * src/folder_item_prefs.h
220 Fix loss of subfolders properties when
223 2007-08-26 [wwp] 2.10.0cvs176
227 * src/prefs_actions.c
228 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
229 will have to be used when necessary *before* calling
230 alertpanel functions.
232 2007-08-25 [paul] 2.10.0cvs175
234 * src/prefs_actions.c
235 workaround gettext problem marking
236 string as c-format when it's not
238 2007-08-25 [wwp] 2.10.0cvs174
242 * src/prefs_actions.c
243 Call the pango markup escape function right ince in alertpanel_create
244 instead of everywhere (reverts some parts of 2.10.0cvs123 and
248 Fix a crash due to a misuse of g_print(), encountered when the string
249 passed to g_print was containing printf substitution symbols.
251 2007-08-25 [paul] 2.10.0cvs173
254 fix a segfault when refreshing RSSyl feeds
256 2007-08-25 [paul] 2.10.0cvs172
258 * src/gtk/icon_legend.c
261 2007-08-25 [paul] 2.10.0cvs171
265 * src/pixmaps/insert_file.xpm
266 add a new pixmap instead of re-using
267 paste.xpm. (easier for icon theme authors)
269 2007-08-24 [holger] 2.10.0cvs170
271 * src/plugins/trayicon/trayicon.c
272 The same fix for another hook id.
274 2007-08-24 [holger] 2.10.0cvs169
276 * src/plugins/trayicon/trayicon.c
277 Micro-fix: Do the error checking for
280 2007-08-24 [paul] 2.10.0cvs168
283 fix typo causing compiler warning
285 2007-08-24 [paul] 2.10.0cvs167
288 put back the correct version of this file also
290 2007-08-24 [colin] 2.10.0cvs166
293 Use progress bar when sending messages
295 2007-08-24 [paul] 2.10.0cvs165
298 oops! if i'm quick no-one will notice
299 (put back the proper file)
301 2007-08-24 [paul] 2.10.0cvs164
309 * tools/mew2claws-mail.pl
310 add new script that imports a Mew address book
311 submitted by Jerome Lelong
313 2007-08-24 [paul] 2.10.0cvs163
316 remove the obsolete plugins, add the
317 missing plugins, including the forthcoming
320 2007-08-24 [paul] 2.10.0cvs162
322 * manual/advanced.xml
323 add info about the hidden emphasis_color option
324 * manual/keyboard.xml
325 correct the info about hotkeys
328 2007-08-24 [paul] 2.10.0cvs161
331 add mnemonic to 'Run procesing rules'
333 2007-08-24 [paul] 2.10.0cvs160
338 use suitable defaults for outbox,
339 queue, drafts and trash folders
341 2007-08-24 [wwp] 2.10.0cvs159
344 Update menu item sensitivity if necessary (or we get a
345 gtk critical message).
347 2007-08-23 [wwp] 2.10.0cvs158
350 * src/prefs_actions.c
351 Allow literal % chars in action commands (use %%).
352 Add a missing p++ to the action parser in action_get_type(),
353 which was missing it, even if it was neutral.
354 Fix a pango markup warning at runtime.
356 2007-08-23 [wwp] 2.10.0cvs157
359 Contacts are now locale-aware sorted in the address book
360 (LC_COLLATE matters here).
361 Fix missing table initializers.
363 2007-08-23 [colin] 2.10.0cvs156
366 Check scan_required on dest folder when copying
368 2007-08-23 [colin] 2.10.0cvs155
371 Fix scanning when folder was empty
373 2007-08-22 [colin] 2.10.0cvs154
376 Don't g_warning when g_try_malloc fails(), or it makes
377 things worse as g_log() allocates. Fixes bug 1290,
378 'Claws Mail crashes if too little memory when
379 rebuilding folder tree'
381 2007-08-22 [colin] 2.10.0cvs153
384 Fix format string vulnerability, thanks to
385 Ulf Harnhammar, Secunia Research
387 2007-08-22 [colin] 2.10.0cvs152
392 2007-08-22 [wwp] 2.10.0cvs151
395 Few better null-ptr checks.
397 2007-08-22 [colin] 2.10.0cvs150
400 * src/editldap_basedn.c
409 2007-08-22 [colin] 2.10.0cvs149
414 2007-08-22 [colin] 2.10.0cvs148
419 2007-08-22 [colin] 2.10.0cvs147
422 Fix test (set ldap v3 if bindDN is set or TLS is set)
424 2007-08-22 [colin] 2.10.0cvs146
428 Fix wrong "Connected successfully to server". Connection only succeeds if
429 we can get the base DN.
431 2007-08-21 [wwp] 2.10.0cvs145
440 More sanity checks in ldap functions.
442 2007-08-21 [wwp] 2.10.0cvs144
444 * src/prefs_account.c
445 Don't return a value in a void function().
447 2007-08-21 [paul] 2.10.0cvs143
450 add check for ftp: to messageview_list_urls()
452 2007-08-21 [colin] 2.10.0cvs142
459 Fix bug 1293, 'LDAP address book not working'
460 Search only on specified fields, but fetch
461 every field possible. People will have to
462 reset the searched Attributes in their LDAP
465 2007-08-21 [wwp] 2.10.0cvs141
475 * src/editaddress_other_attributes_ldap.c
492 * src/prefs_customheader.c
493 * src/prefs_msg_colors.c
499 * src/common/socket.c
500 * src/common/ssl_certificate.c
503 * src/gtk/description_window.c
504 * src/plugins/demo/demo.c
505 * src/plugins/pgpcore/prefs_gpg.c
506 * src/plugins/spamassassin/libspamc.c
507 Make sure we use glib functions to send text messages (information,
508 debug, warning, errors) to stdout/stderr - no more direct puts
509 fputs printf fprintf to stdout/stderr when it can be done using
510 g_log*() and g_print/g_printerr. Doing this, we make sure every
511 stdout/stderr message is saved to log in Windows.
514 2007-08-21 [wwp] 2.10.0cvs140
518 Route glib's stdout/stderr messages to a log file (Windows only),
519 instead of loosing them.
521 2007-08-21 [paul] 2.10.0cvs139
524 replace deprecated g_strncasecmp()
528 2007-08-20 [ticho] 2.10.0cvs138
531 * src/prefs_account.h
532 Copy all account preferences in account_clone() - some
534 * src/prefs_account.c
535 Handle empty privacy system combobox gracefully (warning
538 2007-08-20 [colin] 2.10.0cvs137
543 2007-08-20 [paul] 2.10.0cvs136
553 patch by Michael Rasmussen
555 2007-08-19 [colin] 2.10.0cvs135
558 Fix previous commit. Sensitivity update is needed
559 for "Cancel receiving". However when batching we
560 don't need to do it for every message flag change,
561 just once at the start and once at the end.
563 2007-08-19 [colin] 2.10.0cvs134
566 Remove useless menu updates on session lock/unlock
568 2007-08-19 [colin] 2.10.0cvs133
570 * src/etpan/imap-thread.c
571 Make all fetch logs less verbose
573 2007-08-19 [paul] 2.10.0cvs132
578 fix bug 1286, 'Can't move a folder into a "Folders
581 2007-08-18 [ticho] 2.10.0cvs131
583 * src/editaddress_other_attributes_ldap.c
584 Converted option menu for other ldap attributes to GtkComboBox.
586 2007-08-18 [colin] 2.10.0cvs130
593 Revert 'send_dialog_mode' meaning to
594 'send_dialog_invisible', so that the
595 new checkbox doesn't change the
598 2007-08-18 [paul] 2.10.0cvs129
601 add missing menu update
603 2007-08-17 [colin] 2.10.0cvs128
606 Set batching after getting flags - maybe fixes
607 bug 1292, 'CM crashes on writing mail'
609 2007-08-16 [ticho] 2.10.0cvs127
612 Convert two GtkOptionMenu widgets to new GtkComboBox.
615 Allow NULL for GtkComboBox menuitem label, rendering such
616 items as row separators.
618 2007-08-16 [paul] 2.10.0cvs126
620 * src/plugins/trayicon/trayicon.c
621 remove wrongly used gettextisation
623 2007-08-15 [ticho] 2.10.0cvs125
626 Fixed a runtime warning where an attempt to pack an
627 already packed GtkLabel was made.
629 2007-08-15 [ticho] 2.10.0cvs124
631 * src/prefs_compose_writing.c
632 Convert the insert-or-attach-dragged-files GtkOptionMenu
635 2007-08-14 [ticho] 2.10.0cvs123
639 Changed return receipt account selector to GtkComboBox.
640 Fixed a runtime warning where GTK tried to parse
641 "name <email@address" as a Pango markup in an alertpanel label.
643 2007-08-14 [ticho] 2.10.0cvs122
645 * src/prefs_logging.c
646 Changed GtkOptionMenu in logging preferences to GtkComboBox.
648 2007-08-14 [wwp] 2.10.0cvs121
652 * tools/popfile-link.sh
653 Added a new tool: POPFile helper, to open
654 selected messages in POPFile control center,
655 in order to change the messages' status.
657 2007-08-14 [ticho] 2.10.0cvs120
664 Change "Show send dialog" optionmenu to a checkbutton.
665 * src/prefs_receive.c
666 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
668 2007-08-13 [wwp] 2.10.0cvs119
679 * src/partial_download.c
685 * src/gtk/gtkaspell.c
687 Make sure we never pass NULL pointers for %s substitutions
688 (prevent from crashing in Windows).
690 2007-08-13 [wwp] 2.10.0cvs118
693 Re-enable mmap_reads in Windows with some missing
694 CloseHandle of mapping objects, thanks to
697 2007-08-13 [paul] 2.10.0cvs117
700 fix bug 1287, 'Compile time problem on Solaris
701 (nexenta gnu/Solaris) utils.c'
702 Thanks to Piotr Chrzczonowicz
704 2007-08-12 [wwp] 2.10.0cvs116
706 * src/plugins/pgpcore/prefs_gpg.c
707 Don't try to unset a GPG_AGENT_INFO that was not
708 set (and don't use a NULL string in Windows, it was
709 crashing with --debug if GPG_AGENT_INFO was not set).
711 2007-08-12 [wwp] 2.10.0cvs115
714 Make gcc type-check arguments passed to privacy_set_error().
716 2007-08-12 [ticho] 2.10.0cvs114
718 * src/prefs_folder_item.c
719 Make sure that folder default account combobox always has some
722 Handle empty combobox gracefully (warning instead of crash).
724 2007-08-12 [ticho] 2.10.0cvs114
726 * src/prefs_folder_item.c
727 Make sure that folder default account combobox is not empty.
729 Handle empty combobox gracefully (warning instead of crash).
731 2007-08-11 [paul] 2.10.0cvs113
735 use 'subfolder' instead of 'sub-folder', matching
736 everywhere else the term is used
740 2007-08-10 [wwp] 2.10.0cvs112
743 Disable mmap reads in Windows only (at least temporarily), they
744 prevent from renaming/removing target cache files.
750 2007-08-10 [wwp] 2.10.0cvs111
753 fix unpredictable crashes in Windows due to broken
754 cache/mark/tags files writting (file were opened for
755 writing in text mode).
758 use gettimeofday() from w32lib.h on Windows.
760 2007-08-10 [colin] 2.10.0cvs110
763 * src/etpan/imap-thread.c
764 * src/etpan/imap-thread.h
765 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
767 2007-08-09 [colin] 2.10.0cvs109
770 Fix port being reset to 636 on SSL
772 Fix folder_item_get_msg_num_by_file
773 on drafts/queue folders
775 2007-08-09 [wwp] 2.10.0cvs108
778 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
779 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
782 2007-08-09 [colin] 2.10.0cvs107
786 * src/gtk/prefswindow.c
787 A few Maemo layout fixes
789 2007-08-09 [paul] 2.10.0cvs106
791 * src/prefs_account.c
792 remove the hyphen from plug-ins to
793 match everywhere else
795 2007-08-08 [wwp] 2.10.0cvs105
797 * src/prefs_folder_item.c
798 Fix an extraneous stealth ^L char.
800 2007-08-08 [wwp] 2.10.0cvs104
802 * src/prefs_folder_item.c
803 Better fix, group variables declarations (USE_ASPELL).
805 2007-08-08 [wwp] 2.10.0cvs103
807 * src/prefs_folder_item.c
808 Fix compilation w/ USE_ASPELL set (broken
811 2007-08-08 [ticho] 2.10.0cvs102
813 * src/prefs_folder_item.c
814 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
816 2007-08-08 [colin] 2.10.0cvs101
819 * src/etpan/imap-thread.c
820 * src/etpan/imap-thread.h
821 Close selected mailbox before doing
824 2007-08-08 [colin] 2.10.0cvs100
827 Complete symbol table, thanks to wwp.
828 Fixes bug 1284, 'The html -> text
829 converter ignores entities'
833 2007-08-08 [colin] 2.10.0cvs99
836 Better way to fetch UIDs on non-UIDPLUS servers
838 2007-08-07 [colin] 2.10.0cvs98
841 fix bug 1275, 'auto-saved draft messages not
842 always being removed'; Also, make multiple
843 copy (in the same account) faster by matching
844 source/destination message UIDs.
846 Don't try to reshow deleted mail
848 Fix leak on error path
850 2007-08-07 [wwp] 2.10.0cvs97
853 * manual/advanced.xml
854 * manual/fr/account.xml
855 * manual/fr/advanced.xml
856 Updated the reference manual and the French translation to
857 reflect 2.10.0cvs84: enable running folder Processing
860 2007-08-06 [wwp] 2.10.0cvs96
865 Allow changing the emphasis color used to highlight
866 the newsreader/x-mailer header value when it matches
867 our preferred mail agent (hidden pref 'emphasis_col' added
870 2007-08-06 [colin] 2.10.0cvs95
874 Re-commit 2.10.0cvs86, with a protection
875 against Pango bug. Also, try to fix
876 bug 1275, 'auto-saved draft messages not
877 always being removed'
879 2007-08-06 [wwp] 2.10.0cvs94
881 * src/gtk/quicksearch.c
882 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
884 2007-08-06 [ticho] 2.10.0cvs93
886 * src/prefs_account.c
888 Use GtkComboBox instead of GtkOptionMenu for privacy system
889 selection in account preferences.
891 2007-08-06 [wwp] 2.10.0cvs92
893 * src/plugins/pgpcore/plugin.def
894 Apply one more chunk from gpg4win's 03-w32-port patch.
896 2007-08-05 [colin] 2.10.0cvs91
900 reverting buggy patch for now
902 2007-08-05 [colin] 2.10.0cvs90
907 2007-08-04 [colin] 2.10.0cvs89
909 * src/prefs_summaries.c
910 * src/summary_search.c
911 Replace deprecated widgets. Patch by
914 2007-08-04 [colin] 2.10.0cvs88
917 Refresh GUI only every 2000 mails on mh_get_last_num
918 This is fast (readdir) and done only once per
921 2007-08-03 [colin] 2.10.0cvs87
923 * src/prefs_account.c
926 Fix a deprecated widget. Patch by
929 2007-08-03 [colin] 2.10.0cvs86
933 Make colorisation and wrapping algorithms
934 faster. Fixes bug 1246, 'compose becomes
935 increasingly slow replying to complex emails'
937 2007-08-03 [paul] 2.10.0cvs85
940 keep the window painted
942 2007-08-02 [paul] 2.10.0cvs84
947 enable running folder Processing
950 2007-08-02 [paul] 2.10.0cvs83
953 speed up/clean up rendering of larger
957 2007-08-01 [paul] 2.10.0cvs82
962 change default toolbar layout on maemo
963 * src/pixmaps/close.xpm
964 make the red cross a grey cross
965 * src/pixmaps/jpilot.xpm
966 make icon smaller so it fits better
968 2007-07-31 [paul] 2.10.0cvs81
972 fix crash on maemo on first launch
974 2007-07-30 [paul] 2.10.0cvs80
976 * src/prefs_matcher.c
977 specify the units of age and size
979 2007-07-30 [paul] 2.10.0cvs79
982 Fix IMAP timeout setting
984 2007-07-30 [colin] 2.10.0cvs78
986 * src/prefs_account.c
987 Fix a deprecated widget. Patch by
990 2007-07-27 [paul] 2.10.0cvs77
992 * src/matcher_parser_parse.y
993 * src/prefs_filtering_action.c
994 * src/prefs_matcher.c
995 these changes forgotten in cvs74's
996 'watch thread' feature
998 2007-07-27 [paul] 2.10.0cvs76
1001 fix potential crasher
1004 2007-07-27 [paul] 2.10.0cvs75
1009 * src/gtk/gtkutils.c
1010 make mainwindow's /Help/Manual point to the
1011 remote copy if the local copy doesn't exist
1013 2007-07-27 [paul] 2.10.0cvs74
1021 * src/matcher_parser_parse.y
1024 * src/stock_pixmap.c
1025 * src/stock_pixmap.h
1030 * src/pixmaps/watchthread.xpm
1031 add 'watch thread' feature
1033 2007-07-27 [paul] 2.10.0cvs73
1035 * src/prefs_folder_item.c
1036 adjust labels, add tooltips
1038 2007-07-27 [colin] 2.10.0cvs72
1041 Maemo: Remove less used menu items
1043 2007-07-26 [colin] 2.10.0cvs71
1046 Maemo: destroy messageview after trashing mail.
1047 Maybe should be done on X11 too
1049 2007-07-26 [colin] 2.10.0cvs70
1053 * src/prefs_common.c
1054 * src/prefs_common.h
1056 Add View/Show or Hide/Column headers
1058 2007-07-26 [colin] 2.10.0cvs69
1063 2007-07-26 [colin] 2.10.0cvs68
1066 Fix possible crash on cache invalidation
1070 * src/quote_fmt_parse.y
1071 Make replying to mails with big attachments
1072 much faster. Fixes bug 1224, 'The process of
1073 Replying to emails with large attachments
1074 seems unreasonably long...'
1076 2007-07-26 [colin] 2.10.0cvs67
1081 Fix threads use on BSDs
1083 2007-07-26 [paul] 2.10.0cvs66
1085 * src/gtk/prefswindow.c
1086 fix account prefs breakage
1089 2007-07-26 [paul] 2.10.0cvs65
1092 standardise ./configure --help messages
1094 2007-07-26 [colin] 2.10.0cvs64
1098 Fix two vCard-related crashes
1100 2007-07-25 [colin] 2.10.0cvs63
1103 * src/prefs_common.c
1104 * src/prefs_common.h
1105 * src/prefs_receive.c
1106 Maemo: Add a better way to notify of
1112 Maemo: Various layout fixes
1113 * src/gtk/prefswindow.c
1114 Maemo: Better prefs layout
1116 2007-07-25 [paul] 2.10.0cvs62
1119 fix the layout on maemo
1122 2007-07-25 [iwkse] 2.10.0cvs61
1125 add 'o' shortcut on summaryview
1127 2007-07-25 [iwkse] 2.10.0cvs60
1132 2007-07-24 [colin] 2.10.0cvs59
1135 Fix missing timestamp update on source
1139 Better text layout on part's choices
1141 2007-07-23 [colin] 2.10.0cvs58
1145 Maemo: Automatically choose the correct application
1147 * src/gtk/quicksearch.c
1148 Make search run on GDK_KP_Enter too
1150 2007-07-23 [wwp] 2.10.0cvs57
1152 * src/quote_fmt_lex.l
1153 Revert accidentaly committed lines (account_sig) in
1156 2007-07-23 [wwp] 2.10.0cvs56
1158 * src/quote_fmt_lex.l
1159 Fix typos around long form expressions in the quote lexer.
1165 2007-07-23 [colin] 2.10.0cvs55
1168 Fix auto-completion on Maemo
1170 2007-07-23 [colin] 2.10.0cvs54
1173 Maemo: Fix sticking statusbars
1175 2007-07-22 [colin] 2.10.0cvs53
1178 Maemo: Fix the strange "top_application" info
1179 at startup. We should do something when
1180 receiving such a message.
1182 2007-07-20 [paul] 2.10.0cvs52
1185 add missing #include "statusbar.h"
1187 2007-07-20 [colin] 2.10.0cvs51
1191 * src/folder_item_prefs.c
1192 * src/folder_item_prefs.h
1200 * src/prefs_folder_item.c
1201 Implement age-based caching: allow to
1202 specify a threshold for the offline synchronisation
1203 feature, and whether old cached bodies should
1208 * src/plugins/dillo_viewer/dillo_viewer.c
1209 Check that Dillo's installed
1211 2007-07-20 [wwp] 2.10.0cvs50
1214 * src/stock_pixmap.c
1215 Draw a frame around the selected mimeview part icon (instead of the
1216 shifted 'dancing' icon).
1218 2007-07-20 [colin] 2.10.0cvs49
1221 Unref stuff even on error
1223 disconnect signals only at the very
1224 end of the wizard save.
1226 2007-07-20 [colin] 2.10.0cvs48
1232 Fix random crashes while navigating
1235 2007-07-19 [colin] 2.10.0cvs47
1239 * src/prefs_common.c
1240 * src/prefs_common.h
1243 * src/common/utils.c
1244 Maemo: add an easy way to store data (mails
1245 and IMAP/NNTP caches) on one of the SD cards,
1246 and protect against unmounts if needed
1248 2007-07-19 [paul] 2.10.0cvs46
1251 * src/stock_pixmap.c
1253 * src/pixmaps/claws-mail_logo-small.xpm
1254 implement a (slightly) different About
1255 dialog for maemo and add a small version
1258 use a scrolled window for wizard page 1
1261 2007-07-19 [paul] 2.10.0cvs45
1264 too soon for this line
1266 2007-07-19 [paul] 2.10.0cvs44
1271 2007-07-19 [colin] 2.10.0cvs43
1274 Solve Mail/Mailbox name when specifying
1277 2007-07-18 [colin] 2.10.0cvs42
1283 2007-07-18 [colin] 2.10.0cvs41
1286 Maemo: plug the online/offline system into
1287 maemo's interfaces to have Claws automatically
1288 switch according to the system status
1290 Maemo: use HildonBanners to display status
1291 messages. Renders the main statusbar useless.
1293 2007-07-18 [paul] 2.10.0cvs40
1296 fix screen blanking on moving/copying many msgs
1298 fix processing progressbar and screen blanking
1301 2007-07-18 [paul] 2.10.0cvs39
1304 revert cvs37, breakage on maemo
1306 2007-07-18 [paul] 2.10.0cvs38
1308 * src/gtk/gtkutils.c
1309 make sure we can still build with older GTK's
1311 2007-07-18 [colin] 2.10.0cvs37
1314 Only hide the small layout's messageview, instead
1315 of destroying it when closing
1316 * src/gtk/gtkutils.c
1317 Use gtk_window_present_with_time to popup windows,
1318 it seems to make things better with modern WMs
1321 2007-07-17 [colin] 2.10.0cvs36
1324 Simplify layout on Maemo
1327 * src/prefs_display_header.c
1328 Remove some headers by default on Maemo
1330 2007-07-17 [paul] 2.10.0cvs35
1332 * src/prefs_common.c
1333 * src/prefs_common.h
1334 * src/prefs_logging.c
1336 add options to stop/enable writing logs to disc
1338 2007-07-17 [paul] 2.10.0cvs34
1341 fix some issues with the Apply tags window:
1342 - set search column (enables autocompl in the treeview)
1343 - apply tag from "New tag" if it existed
1344 - clears New tag entry when adding it with the button
1347 2007-07-17 [paul] 2.10.0cvs33
1350 fix 'apply tags' dialogue weirdness
1352 2007-07-16 [colin] 2.10.0cvs32
1355 Fix double-loading of mails on Maemo
1357 2007-07-16 [colin] 2.10.0cvs31
1360 Prevent double-loading of the same part under some
1361 conditions; hide statusbar on Maemo
1363 2007-07-16 [colin] 2.10.0cvs30
1369 Improve the tag interface - allow
1370 to set/unset tags from a special
1372 * src/gtk/gtkvscrollbutton.c
1375 * src/stock_pixmap.c
1376 Fix Mimeview's ugly hacks in the
1379 2007-07-16 [paul] 2.10.0cvs29
1383 * src/gtk/icon_legend.c
1384 put it all in a scrolled window
1386 2007-07-15 [colin] 2.10.0cvs28
1389 Maemo: force layout to be Small screen; the
1390 others don't make sense
1392 2007-07-14 [colin] 2.10.0cvs27
1395 * src/gtk/gtkvscrollbutton.c
1396 Maemo: Fix mimeview's buttons size
1398 2007-07-14 [colin] 2.10.0cvs26
1401 Fix the button workaround fix.
1402 (Use the correct variable)
1404 2007-07-14 [colin] 2.10.0cvs25
1408 Maemo: put the progress bar in the
1411 2007-07-14 [colin] 2.10.0cvs24
1413 * src/prefs_common.c
1414 Maemo: hide statusbar by default
1416 * src/stock_pixmap.c
1417 * src/stock_pixmap.h
1419 * src/pixmaps/go_folders.xpm
1420 Maemo: Add a specific icon to go back to
1423 2007-07-14 [colin] 2.10.0cvs23
1426 Don't set homogeneous finally
1428 2007-07-14 [colin] 2.10.0cvs22
1431 Fix button show/hide issues
1433 2007-07-14 [colin] 2.10.0cvs21
1437 Fix button workaround to be able to click
1438 if mouse was on button when it went un-
1440 Revert previous commit, gtk_tool_item_set_homogeneous
1441 doesn't mean what it seems to mean ;-)
1443 2007-07-14 [paul] 2.10.0cvs20
1446 make homogeneous FALSE always
1448 2007-07-13 [colin] 2.10.0cvs19
1452 Rework to fit the non-deprecated API
1458 Maemo layout changes. Better toolbars,
1459 removal of CTree headers.
1461 2007-07-13 [paul] 2.10.0cvs18
1463 * src/gtk/colorlabel.c
1464 fix bug 1261, '[DE] coloring messages in overview
1465 keys are not localised'
1466 the string is now included in claws-mail.pot
1468 2007-07-13 [colin] 2.10.0cvs17
1471 Fix bug 1267, 'printing mutliple messages
1472 opens one message-dialog after the other'
1473 Ask for confirmation when printing 10
1476 2007-07-11 [colin] 2.10.0cvs16
1481 * manual/claws-mail-manual.xml
1483 * manual/es/claws-mail-manual.xml
1485 * manual/fr/claws-mail-manual.xml
1508 * src/addressbook_foldersel.c
1509 * src/addressbook_foldersel.h
1533 * src/customheader.c
1534 * src/customheader.h
1535 * src/displayheader.c
1536 * src/displayheader.h
1539 * src/editaddress_other_attributes_ldap.c
1540 * src/editaddress_other_attributes_ldap.h
1549 * src/editldap_basedn.c
1550 * src/editldap_basedn.h
1571 * src/folder_item_prefs.c
1572 * src/folder_item_prefs.h
1581 * src/grouplistdialog.c
1582 * src/grouplistdialog.h
1587 * src/image_viewer.c
1588 * src/image_viewer.h
1629 * src/matcher_parser.h
1630 * src/matcher_parser_lex.l
1631 * src/matcher_parser_parse.y
1634 * src/message_search.c
1635 * src/message_search.h
1654 * src/partial_download.c
1655 * src/partial_download.h
1660 * src/prefs_account.c
1661 * src/prefs_account.h
1662 * src/prefs_actions.c
1663 * src/prefs_actions.h
1664 * src/prefs_common.c
1665 * src/prefs_common.h
1666 * src/prefs_compose_writing.c
1667 * src/prefs_compose_writing.h
1668 * src/prefs_customheader.c
1669 * src/prefs_customheader.h
1670 * src/prefs_display_header.c
1671 * src/prefs_display_header.h
1672 * src/prefs_ext_prog.c
1673 * src/prefs_ext_prog.h
1674 * src/prefs_filtering.c
1675 * src/prefs_filtering.h
1676 * src/prefs_filtering_action.c
1677 * src/prefs_filtering_action.h
1678 * src/prefs_folder_column.c
1679 * src/prefs_folder_column.h
1680 * src/prefs_folder_item.c
1681 * src/prefs_folder_item.h
1686 * src/prefs_image_viewer.c
1687 * src/prefs_image_viewer.h
1688 * src/prefs_logging.c
1689 * src/prefs_logging.h
1690 * src/prefs_matcher.c
1691 * src/prefs_matcher.h
1692 * src/prefs_message.c
1693 * src/prefs_message.h
1694 * src/prefs_msg_colors.c
1695 * src/prefs_msg_colors.h
1700 * src/prefs_receive.c
1701 * src/prefs_receive.h
1704 * src/prefs_spelling.c
1705 * src/prefs_spelling.h
1706 * src/prefs_summaries.c
1707 * src/prefs_summaries.h
1708 * src/prefs_summary_column.c
1709 * src/prefs_summary_column.h
1710 * src/prefs_summary_open.c
1711 * src/prefs_summary_open.h
1712 * src/prefs_template.c
1713 * src/prefs_template.h
1714 * src/prefs_themes.c
1715 * src/prefs_themes.h
1716 * src/prefs_toolbar.c
1717 * src/prefs_toolbar.h
1718 * src/prefs_wrapping.c
1719 * src/prefs_wrapping.h
1729 * src/quote_fmt_lex.l
1730 * src/quote_fmt_parse.y
1733 * src/remotefolder.c
1734 * src/remotefolder.h
1735 * src/send_message.c
1736 * src/send_message.h
1739 * src/simple-gettext.c
1740 * src/sourcewindow.c
1741 * src/sourcewindow.h
1746 * src/stock_pixmap.c
1747 * src/stock_pixmap.h
1748 * src/summary_search.c
1749 * src/summary_search.h
1766 * src/common/base64.c
1767 * src/common/base64.h
1768 * src/common/claws.c
1769 * src/common/claws.h
1771 * src/common/fnmatch.c
1772 * src/common/fnmatch.h
1773 * src/common/fnmatch_loop.c
1774 * src/common/hooks.c
1775 * src/common/hooks.h
1780 * src/common/mgutils.c
1781 * src/common/mgutils.h
1784 * src/common/passcrypt.c
1785 * src/common/passcrypt.h.in
1786 * src/common/plugin.c
1787 * src/common/plugin.h
1788 * src/common/prefs.c
1789 * src/common/prefs.h
1790 * src/common/progressindicator.c
1791 * src/common/progressindicator.h
1792 * src/common/quoted-printable.c
1793 * src/common/quoted-printable.h
1794 * src/common/session.c
1795 * src/common/session.h
1798 * src/common/socket.c
1799 * src/common/socket.h
1802 * src/common/ssl_certificate.c
1803 * src/common/ssl_certificate.h
1804 * src/common/string_match.c
1805 * src/common/string_match.h
1806 * src/common/stringtable.c
1807 * src/common/stringtable.h
1810 * src/common/template.c
1811 * src/common/template.h
1812 * src/common/timing.h
1813 * src/common/utils.c
1814 * src/common/utils.h
1815 * src/common/uuencode.c
1816 * src/common/uuencode.h
1817 * src/common/version.h.in
1818 * src/common/w32_dirent.c
1819 * src/common/w32_reg.c
1820 * src/common/w32_signal.c
1821 * src/common/w32_stat.c
1822 * src/common/w32_stdlib.c
1823 * src/common/w32_string.c
1824 * src/common/w32_time.c
1825 * src/common/w32_unistd.c
1826 * src/common/w32_wait.c
1827 * src/common/w32lib.h
1830 * src/common/xmlprops.c
1831 * src/common/xmlprops.h
1832 * src/etpan/etpan-errors.h
1833 * src/etpan/etpan-thread-manager-types.h
1834 * src/etpan/etpan-thread-manager.c
1835 * src/etpan/etpan-thread-manager.h
1836 * src/etpan/imap-thread.c
1837 * src/etpan/imap-thread.h
1840 * src/gtk/colorlabel.c
1841 * src/gtk/colorlabel.h
1842 * src/gtk/colorsel.c
1843 * src/gtk/colorsel.h
1844 * src/gtk/combobox.c
1845 * src/gtk/combobox.h
1846 * src/gtk/description_window.c
1847 * src/gtk/description_window.h
1850 * src/gtk/foldersort.c
1851 * src/gtk/foldersort.h
1852 * src/gtk/gtkaspell.c
1853 * src/gtk/gtkaspell.h
1854 * src/gtk/gtksctree.c
1855 * src/gtk/gtkshruler.c
1856 * src/gtk/gtkshruler.h
1857 * src/gtk/gtksourceprintjob.c
1858 * src/gtk/gtksourceprintjob.h
1859 * src/gtk/gtkutils.c
1860 * src/gtk/gtkutils.h
1861 * src/gtk/gtkvscrollbutton.c
1862 * src/gtk/gtkvscrollbutton.h
1863 * src/gtk/icon_legend.c
1864 * src/gtk/icon_legend.h
1865 * src/gtk/inputdialog.c
1866 * src/gtk/inputdialog.h
1867 * src/gtk/logwindow.c
1868 * src/gtk/logwindow.h
1869 * src/gtk/manage_window.c
1870 * src/gtk/manage_window.h
1873 * src/gtk/pluginwindow.c
1874 * src/gtk/pluginwindow.h
1875 * src/gtk/prefswindow.c
1876 * src/gtk/prefswindow.h
1877 * src/gtk/progressdialog.c
1878 * src/gtk/progressdialog.h
1879 * src/gtk/quicksearch.c
1880 * src/gtk/quicksearch.h
1881 * src/gtk/sslcertwindow.c
1882 * src/gtk/sslcertwindow.h
1883 * src/plugins/bogofilter/bogofilter.c
1884 * src/plugins/bogofilter/bogofilter.h
1885 * src/plugins/bogofilter/bogofilter_gtk.c
1886 * src/plugins/clamav/clamav_plugin.c
1887 * src/plugins/clamav/clamav_plugin.h
1888 * src/plugins/clamav/clamav_plugin_gtk.c
1889 * src/plugins/demo/demo.c
1890 * src/plugins/dillo_viewer/dillo_prefs.c
1891 * src/plugins/dillo_viewer/dillo_prefs.h
1892 * src/plugins/dillo_viewer/dillo_viewer.c
1893 * src/plugins/pgpcore/passphrase.c
1894 * src/plugins/pgpcore/passphrase.h
1895 * src/plugins/pgpcore/pgp_viewer.c
1896 * src/plugins/pgpcore/pgp_viewer.h
1897 * src/plugins/pgpcore/plugin.c
1898 * src/plugins/pgpcore/prefs_gpg.c
1899 * src/plugins/pgpcore/prefs_gpg.h
1900 * src/plugins/pgpcore/select-keys.c
1901 * src/plugins/pgpcore/select-keys.h
1902 * src/plugins/pgpcore/sgpgme.c
1903 * src/plugins/pgpcore/sgpgme.h
1904 * src/plugins/pgpinline/pgpinline.c
1905 * src/plugins/pgpinline/pgpinline.h
1906 * src/plugins/pgpinline/plugin.c
1907 * src/plugins/pgpmime/pgpmime.c
1908 * src/plugins/pgpmime/pgpmime.h
1909 * src/plugins/pgpmime/plugin.c
1910 * src/plugins/spamassassin/spamassassin.c
1911 * src/plugins/spamassassin/spamassassin.h
1912 * src/plugins/spamassassin/spamassassin_gtk.c
1913 * src/plugins/trayicon/trayicon.c
1914 * src/plugins/trayicon/trayicon_prefs.c
1915 * src/plugins/trayicon/trayicon_prefs.h
1916 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1917 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1918 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1919 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1920 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1921 * tools/OOo2claws-mail.pl
1922 * tools/README.sylprint
1923 * tools/acroread2claws-mail.pl
1924 * tools/claws-mail-compose-insert-files.pl
1925 * tools/convert_mbox.pl
1926 * tools/filter_conv.pl
1927 * tools/filter_conv_new.pl
1929 * tools/freshmeat_search.pl
1930 * tools/google_search.pl
1931 * tools/kmail-mailbox2claws-mail.pl
1932 * tools/kmail2claws-mail.pl
1933 * tools/kmail2claws-mail_v2.pl
1935 * tools/make.themes.project
1936 * tools/multiwebsearch.pl
1937 * tools/nautilus2claws-mail.sh
1938 * tools/outlook2claws-mail.pl
1939 * tools/textviewer.sh
1940 * tools/thunderbird-filters-convertor.pl
1943 * tools/vcard2xml.py
1944 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1945 Upgrade to GPLv3 or later.
1947 2007-07-10 [wwp] 2.10.0cvs15
1950 Fix re-opening of all composing messages that were
1951 opened when closing the previous instance, thanks
1954 2007-07-10 [paul] 2.10.0cvs14
1956 * src/editaddress_other_attributes_ldap.c
1958 fix crash on selecting 'other attributes' combo
1959 for either a new entry or an old entry with no
1960 existing attributes.
1961 fix bug on editing multiple attributes which
1962 resulted them all having the value of the last
1966 2007-07-10 [colin] 2.10.0cvs13
1969 * src/editaddress_other_attributes_ldap.h
1971 Fix --disable-ldap build
1973 2007-07-09 [colin] 2.10.0cvs12
1979 * src/editaddress_other_attributes_ldap.c
1980 * src/editaddress_other_attributes_ldap.h
1985 Add capability to edit all inetOrgPerson
1986 attributes on LDAP. Patch by Michael
1989 2007-07-09 [colin] 2.10.0cvs11
1995 * src/prefs_summaries.c
1996 * src/prefs_themes.c
1998 * src/common/Makefile.am
2000 * src/common/timing.h
2001 * src/common/utils.c
2002 * src/common/utils.h
2003 * src/common/w32_account.c
2004 * src/common/w32lib.h
2005 * src/gtk/Makefile.am
2006 * src/gtk/colorlabel.c
2007 * src/plugins/pgpcore/Makefile.am
2008 * src/plugins/pgpcore/claws.def
2009 * src/plugins/pgpcore/passphrase.c
2010 * src/plugins/pgpcore/pgp_viewer.c
2011 * src/plugins/pgpcore/plugin.def
2012 * src/plugins/pgpcore/sgpgme.c
2013 * src/plugins/pgpinline/Makefile.am
2014 * src/plugins/pgpinline/claws.def
2015 * src/plugins/pgpinline/mypgpcore.def
2016 * src/plugins/pgpinline/plugin.def
2017 * src/plugins/pgpmime/Makefile.am
2018 * src/plugins/pgpmime/claws.def
2019 * src/plugins/pgpmime/mypgpcore.def
2020 * src/plugins/pgpmime/plugin.def
2021 Commit win32 patch, from Werner Koch and
2024 2007-07-09 [colin] 2.10.0cvs10
2026 * src/prefs_toolbar.c
2027 Fix crash when no actions exist
2029 2007-07-07 [paul] 2.10.0cvs9
2032 * manual/claws-mail-manual.xml
2033 update copyright year
2035 updated by Flammie Pirinen
2037 2007-07-05 [wwp] 2.10.0cvs8
2039 * src/plugins/clamav/clamav_plugin_gtk.c
2040 Make vertical spacing like in other plugin prefs pages.
2042 2007-07-05 [wwp] 2.10.0cvs7
2045 It's %am that works, not %ae (this doc incoherence has been
2046 introduced with 2.9.2cvs13).
2048 2007-07-04 [wwp] 2.10.0cvs6
2050 * src/plugins/bogofilter/bogofilter.c
2051 Gettext-ize an occurrence of "Any" that wasn't.
2053 2007-07-04 [colin] 2.10.0cvs5
2056 Fix untranslated strings; thanks
2059 2007-07-03 [colin] 2.10.0cvs4
2063 Fix saving of sort mode for tags and
2064 thread date. Thanks to Pierre Ossman.
2065 Completes fix for bug 1233
2067 2007-07-03 [paul] 2.10.0cvs3
2075 2007-07-02 [colin] 2.10.0cvs2
2081 Add View/Sort/by Thread date
2082 Fixes bug 1233, 'Capability to sort
2083 threads by most recent message'
2084 Based on a patch by Paul Rolland
2086 2007-07-02 [colin] 2.10.0cvs1
2103 * src/matcher_parser_parse.y
2107 * src/prefs_common.c
2108 * src/prefs_common.h
2109 * src/prefs_filtering_action.c
2110 * src/prefs_matcher.c
2111 * src/prefs_summary_column.c
2115 * src/quote_fmt_lex.l
2116 * src/quote_fmt_parse.y
2120 * src/common/Makefile.am
2124 * src/gtk/quicksearch.c
2125 * src/gtk/quicksearch.h
2126 Add Tags implementation. Tags are arbitrary labels
2127 that can be applied to messages. It is possible
2128 to create, edit, remove tags; apply them to mails;
2129 filter on tags or tag presence; apply or unset
2130 tags via filtering actions; reference tags in
2133 2007-07-02 [paul] 2.10.0
2140 2007-07-02 [paul] 2.9.2cvs78
2150 updated by Stephan Sachse, me, Ricardo Mones
2151 Lastra, Fabien Vantard, Pader Rezso, Frederico
2152 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2154 2007-07-02 [paul] 2.9.2cvs77
2159 2007-06-29 [wwp] 2.9.2cvs76
2162 Fix a typo (thanks to Ricardo for finding this out).
2164 2007-06-28 [paul] 2.9.2cvs75
2169 2007-06-28 [paul] 2.9.2cvs74
2172 fix bug in the autotools build system.
2173 Files cataloged under EXTRA_DIST were never
2174 automatically copied to the build tree.
2175 (fix 'make distcheck')
2176 Patch by Michael Rasmussen.
2178 2007-06-24 [colin] 2.9.2cvs73
2181 Fix bug 1249, 'Error handling for
2182 news errors needs modification'
2183 Only popup error if the according
2184 pref in Prefs/Receive is set.
2186 2007-06-21 [colin] 2.9.2cvs72
2188 * src/common/plugin.c
2189 * src/common/plugin.h
2190 Change plugin API to know whether it's safe to
2191 unload plugins or whether we should just hide
2192 them. Fixes bug 1248, 'Core dumps after
2193 unloading plugin and clicking on load plugins'
2194 * src/plugins/bogofilter/bogofilter.c
2195 * src/plugins/clamav/clamav_plugin.c
2196 * src/plugins/demo/demo.c
2197 * src/plugins/dillo_viewer/dillo_viewer.c
2198 * src/plugins/pgpcore/plugin.c
2199 * src/plugins/pgpinline/plugin.c
2200 * src/plugins/pgpmime/plugin.c
2201 * src/plugins/spamassassin/spamassassin.c
2202 * src/plugins/trayicon/trayicon.c
2205 2007-06-19 [colin] 2.9.2cvs71
2209 Fix crash mentioned in bug 1246
2210 Race condition when automatically drafting
2211 due to insertion on reedit.
2213 2007-06-18 [wwp] 2.9.2cvs70
2216 LDIF import: use a "Proceed" button to complete
2219 2007-06-18 [paul] 2.9.2cvs69
2222 use pkgconfig to check for gtk and glib
2224 2007-06-17 [wwp] 2.9.2cvs68
2228 LDIF import: better error handling, minor code
2229 and UI cleanup, and renamed the Save button
2230 to Close, as imported stuff is already saved
2231 when the Save button is shown.
2233 2007-06-17 [colin] 2.9.2cvs67
2235 * src/prefs_summaries.c
2237 Don't set as read when forwarded, only replied to
2239 2007-06-17 [paul] 2.9.2cvs66
2242 add missing #include
2244 2007-06-16 [colin] 2.9.2cvs65
2246 * src/prefs_summaries.c
2248 Change the pref "Only mark as read when opened
2249 in new window" to "..., replied to or forwarded".
2250 Based on a patch by Paul Rolland.
2252 2007-06-16 [paul] 2.9.2cvs64
2255 alphabetical order! :)
2257 2007-06-16 [colin] 2.9.2cvs63
2261 Add Michael Rasmussen in authors list
2263 2007-06-16 [colin] 2.9.2cvs62
2266 Fix messageview_copy_clipboard to take advantage
2267 of plugins' get_selection.
2269 2007-06-15 [colin] 2.9.2cvs61
2275 * src/message_search.c
2277 * src/summary_search.c
2280 Allow GDK_KP_Enter to do the same as GDK_Return
2281 Patch by Michael Rasmussen
2283 2007-06-15 [paul] 2.9.2cvs60
2286 fix bug when closing a compose window
2289 2007-06-14 [paul] 2.9.2cvs59
2293 migrate sylpheed config
2295 2007-06-14 [wwp] 2.9.2cvs58
2297 * src/gtk/pluginwindow.c
2298 Yet another attempt to fix sizing/alignment of the
2299 button bar in plugins window.
2301 2007-06-12 [colin] 2.9.2cvs57
2306 * src/prefs_common.c
2307 * src/prefs_common.h
2308 * src/prefs_summaries.c
2309 * src/prefs_summary_open.c
2310 * src/prefs_summary_open.h
2312 Make "when entering a folder" actions more personalisable
2314 2007-06-12 [wwp] 2.9.2cvs56
2317 Use short description from Paul (mairix.sh).
2319 2007-06-12 [wwp] 2.9.2cvs55
2322 Updated info about mairix.sh.
2324 2007-06-11 [paul] 2.9.2cvs54
2326 * src/prefs_logging.c
2327 rework log window length widgets
2328 and some sensitivity fixes
2330 2007-06-11 [paul] 2.9.2cvs53
2333 * src/prefs_logging.c
2334 rename 'Protocol Log' to 'Network Log'
2335 and some function renaming
2337 2007-06-10 [wwp] 2.9.2cvs52
2339 * src/gtk/pluginwindow.c
2342 2007-06-10 [wwp] 2.9.2cvs51
2344 * src/gtk/pluginwindow.c
2345 Fix button bar in plugin window, was centered and not
2346 behaving like other dialogs w/ such button bar.
2348 2007-06-08 [wwp] 2.9.2cvs50
2355 Provide a way out of automatic draft saving on IMAP, when
2357 Prevent drafting while sending and quitting while sending.
2362 2007-06-08 [wwp] 2.9.2cvs49
2364 * src/prefs_account.c
2365 * src/gtk/prefswindow.c
2366 * src/gtk/prefswindow.h
2367 Activate the Basic page when opening account prefs.
2369 2007-06-08 [wwp] 2.9.2cvs48
2371 * src/common/socket.c
2372 Don't crash if fork() fails, thanks to Colin.
2374 2007-06-08 [wwp] 2.9.2cvs47
2376 * src/gtk/prefswindow.c
2377 Wrap some long lines, and reset horizontal scroller's adjusment
2378 (this was already done, vertically), when changing tab (not page)
2381 2007-06-08 [paul] 2.9.2cvs46
2383 * src/common/utils.c
2384 use gethostname() instead of uname()
2385 based on a patch by Michael Hughes
2386 <Sylpheed-Claws_user@thehugheslogcabin.net>
2388 2007-06-07 [wwp] 2.9.2cvs45
2390 * src/prefs_common.c
2391 Fix some useless warnings, thanks to Colin.
2393 2007-06-06 [colin] 2.9.2cvs44
2396 Fix strange allocations.
2398 2007-06-06 [colin] 2.9.2cvs43
2401 Patch by Michael Rasmussus to help
2404 2007-06-05 [wwp] 2.9.2cvs42
2406 * src/prefs_account.c
2407 * src/prefs_folder_item.c
2411 Per-folder templates can now be applied recursively.
2412 Always save per-folder templates (formats were erroneously
2413 saved only if they were enabled).
2414 Check for validity of quotation marks everywhere there
2417 2007-06-05 [wwp] 2.9.2cvs41
2420 Fix incoming messages from local accounts always getting filtered
2421 (even if the account prefs say don't), thanks to Colin.
2423 2007-06-05 [wwp] 2.9.2cvs40
2427 Use per-folder/per-account quote chars when applying a
2428 template or inserting text as well. Const'ify some
2431 2007-06-04 [colin] 2.9.2cvs39
2434 More work for wwp :)
2436 2007-06-04 [wwp] 2.9.2cvs38
2439 Same as 2.9.2cvs36 but for forwarding.
2441 2007-06-04 [colin] 2.9.2cvs37
2444 Use original mail file for forward/redirect
2445 Fixes some forwarded mails to be attached as
2446 application/octet-stream (when they have binary
2447 parts), and incidentally fixes bug 848
2448 'Redirect breaks GnuPG'
2450 2007-06-04 [wwp] 2.9.2cvs36
2453 Fix quote mark mis-initialisation when replying/forwarding
2454 (introduced w/ 2.9.2cvs20).
2456 2007-06-04 [wwp] 2.9.2cvs35
2458 * src/prefs_compose_writing.c
2460 Fix a bug where Quotation characters (prefs/compose/writing)
2461 was cleared (introduced w/ 2.9.2cvs26).
2463 2007-06-04 [wwp] 2.9.2cvs34
2465 * src/prefs_account.c
2466 * src/prefs_account.h
2467 Better fix for compiling w/o aspell (rollbacks
2470 2007-06-04 [wwp] 2.9.2cvs33
2473 * src/prefs_account.c
2474 * src/prefs_account.h
2476 It's now possible to disable mail filtering plugins
2477 on a per-account basis.
2479 2007-06-04 [wwp] 2.9.2cvs32
2482 * src/common/utils.c
2483 * src/common/utils.h
2484 Support CRLF in headers part of messages.
2485 Support few more date formats (RFC3339 subsets).
2487 2007-06-04 [wwp] 2.9.2cvs31
2489 * src/prefs_account.c
2490 Fix compiling w/o aspell support.
2492 2007-06-03 [wwp] 2.9.2cvs30
2495 Don't decode leading ENV_ and ~ in P_PASSWORD
2498 2007-06-03 [wwp] 2.9.2cvs29
2501 Don't decode leading ENV_ and ~ in P_PASSWORD
2504 2007-06-03 [wwp] 2.9.2cvs28
2506 * src/prefs_account.c
2507 * src/gtk/prefswindow.c
2508 * src/gtk/prefswindow.h
2509 Added a way to force preloading of all pages
2511 Moved tabs to pages in account prefs.
2513 2007-06-02 [colin] 2.9.2cvs27
2516 Fix possible crash, fix ldap write bugs
2518 Fix ldap write bugs - patch by Michael
2522 Add a hook whenever alertpanel opens/closes
2524 2007-05-31 [wwp] 2.9.2cvs26
2526 * src/prefs_compose_writing.c
2528 Re-organized writing options a bit:
2529 - renamed the Quoting page to Templates
2530 - moved all composing templates to that page
2531 - moved non-templates options to the Writing one,
2532 grouped reply-related options, reordered reply and
2535 2007-05-31 [wwp] 2.9.2cvs25
2538 Removed unused code.
2540 2007-05-31 [colin] 2.9.2cvs24
2543 Fix missing display name when modifying
2544 LDAP. Patch by Michael Rasmussen
2546 2007-05-31 [wwp] 2.9.2cvs23
2548 * src/plugins/bogofilter/Makefile.am
2549 * src/plugins/clamav/Makefile.am
2550 * src/plugins/demo/Makefile.am
2551 * src/plugins/dillo_viewer/Makefile.am
2552 * src/plugins/spamassassin/Makefile.am
2553 Fix building of those plugins in Mac OS X.
2555 2007-05-30 [wwp] 2.9.2cvs22
2557 * src/gtk/quicksearch.c
2558 Fix missing initialization.
2560 2007-05-30 [wwp] 2.9.2cvs21
2563 Revert accidental commit (debug outputs).
2565 2007-05-30 [wwp] 2.9.2cvs20
2568 * src/folder_item_prefs.c
2569 * src/folder_item_prefs.h
2570 * src/prefs_account.c
2571 * src/prefs_account.h
2572 * src/prefs_folder_item.c
2575 Implemented per-account and per-folder
2576 compose/reply/forward formats.
2578 2007-05-30 [wwp] 2.9.2cvs19
2580 * src/prefs_compose_writing.c
2585 Internal API changes (factorize quote format
2588 2007-05-30 [colin] 2.9.2cvs18
2591 Fix race where it's possible to re-click Send
2592 between end of SMTP session and end of "move to
2593 sent folder" when sending an email with send
2596 2007-05-30 [colin] 2.9.2cvs17
2599 Ask for backtrace on all threads. Patch by
2602 Fix stale news statusbar when scanning fails.
2605 Fix some LDAP write updates bugs. Patch
2606 by Michael Rasmussen
2608 2007-05-29 [colin] 2.9.2cvs16
2611 Fix loss of local flags when moving mails
2612 on IMAP in high-bandwidth mode (UID FETCH)
2614 2007-05-25 [paul] 2.9.2cvs15
2616 * src/common/socket.c
2617 fix sometimes crasher on cancelling
2620 2007-05-25 [colin] 2.9.2cvs14
2625 Be more helpful in the subscription
2628 2007-05-23 [wwp] 2.9.2cvs13
2631 * src/prefs_compose_writing.c
2633 * src/prefs_template.c
2634 * src/prefs_template.h
2637 * src/quote_fmt_lex.l
2638 * src/quote_fmt_parse.y
2639 Introduced new syntax elements (symbols and commands)
2640 in templates/quote_fmt. Compatibility w/ old
2642 Updated and reworked the corresponding Information
2644 Display the line number in dialogs that talk about
2645 parser errors (in addition to the error message in
2648 2007-05-23 [wwp] 2.9.2cvs12
2650 * src/quote_fmt_parse.y
2651 Fix 2.9.2cvs11, probably a paste accident ;).
2653 2007-05-23 [wwp] 2.9.2cvs11
2656 * src/prefs_template.c
2658 * src/quote_fmt_parse.y
2659 Fix 2.9.2cvs10, which broke --disable-aspell.
2661 2007-05-22 [wwp] 2.9.2cvs10
2664 * src/prefs_template.c
2667 * src/quote_fmt_lex.l
2668 * src/quote_fmt_parse.y
2669 * src/gtk/gtkaspell.c
2670 * src/gtk/gtkaspell.h
2671 Added template/quote format syntactical elements
2673 - current dictionary
2674 %T to show (shows empty if not set or not enabled),
2675 ?T and !T to check if the default dictionary is
2677 - current account's default dictionary
2678 %aT to show (empty if not set or not enabled),
2679 ?aT and !aT to check if it's enabled and set
2680 - name completion for an address, from the address
2682 %ABf, %ABt, %ABc respectively show the full name got
2683 from the address book if From, To or Cc match a single
2685 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2686 matches any contact and if the full name is non-empty.
2687 If From, To or Cc are lists of email addresses, only
2688 the first address will be checked.
2689 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2690 that could show a trailing ','.
2691 Also, template/quote_fmt parser now shows the line number in case
2694 2007-05-15 [colin] 2.9.2cvs9
2698 Add a public function to know whether Claws
2700 Store opened folder when exiting
2703 Store last opened message in each FolderItem;
2704 Reset last seen messages if Claws crashed, so
2705 that one can't go in an infinite crash in case
2706 a particular mail crashes Claws.
2708 * src/prefs_common.c
2709 * src/prefs_common.h
2711 * src/prefs_summaries.c
2712 Add "Select last opened message" when entering
2714 Add "Select last opened folder" at startup.
2716 2007-05-14 [colin] 2.9.2cvs8
2719 Fix bashism, search for xml catalog
2720 in /usr/local/share/xml/catalog too
2723 2007-05-13 [wwp] 2.9.2cvs7
2725 * src/gtk/logwindow.c
2726 fix raising log windows when they are either minimized or
2729 2007-05-11 [colin] 2.9.2cvs6
2732 Use Hildon's file chooser on Maemo. Patch
2733 by Jean-Luc Biord; fixes part 2 of bug 1201,
2734 'File attachment "manipulation" bugs...'
2736 2007-05-10 [wwp] 2.9.2cvs5
2738 * src/prefs_common.c
2739 * src/prefs_common.h
2740 * src/gtk/quicksearch.c
2741 Add a quicksearch option to automatically run
2742 a search selected from the history (this option
2743 is exclusive towards type-ahead).
2745 2007-05-10 [colin] 2.9.2cvs4
2748 Fix g_warnings, thanks to Brian
2751 2007-05-09 [colin] 2.9.2cvs3
2756 * src/prefs_summaries.c
2759 * src/common/utils.c
2760 * src/gtk/gtksourceprintjob.c
2761 * src/gtk/sslcertwindow.c
2762 Use the re-entrant variant of time functions
2763 Probably fixes bug 1217, 'reentrancy problems
2764 with time functions'
2766 2007-05-09 [colin] 2.9.2cvs2
2769 Fix crasher when reconnection fails
2771 2007-05-08 [paul] 2.9.2cvs1
2777 bump version number following
2780 2007-05-08 [paul] 2.9.1cvs48
2782 * src/plugins/demo/demo.c
2783 * src/plugins/dillo_viewer/dillo_prefs.c
2784 * src/plugins/dillo_viewer/dillo_prefs.h
2785 * src/plugins/dillo_viewer/dillo_viewer.c
2786 * src/plugins/pgpcore/pgp_viewer.c
2787 * src/plugins/pgpcore/pgp_viewer.h
2788 * src/plugins/pgpcore/plugin.c
2789 * src/plugins/pgpcore/prefs_gpg.c
2790 * src/plugins/pgpcore/prefs_gpg.h
2791 * src/plugins/pgpcore/sgpgme.c
2792 * src/plugins/pgpcore/sgpgme.h
2793 * src/plugins/pgpinline/plugin.c
2794 * src/plugins/pgpmime/pgpmime.c
2795 * src/plugins/pgpmime/pgpmime.h
2796 * src/plugins/pgpmime/plugin.c
2797 * src/plugins/spamassassin/spamassassin.c
2798 * src/plugins/spamassassin/spamassassin.h
2799 * src/plugins/spamassassin/spamassassin_gtk.c
2800 * src/plugins/trayicon/README
2802 * tools/README.sylprint
2803 * tools/outlook2claws-mail.pl
2805 * tools/tb2claws-mail
2806 * tools/tbird2claws.py
2808 * tools/vcard2xml.py
2809 * tools/kdeservicemenu/README
2810 cleanups and corrections
2812 2007-05-06 [wwp] 2.9.1cvs47
2815 Fix missing dash to `display` command-line, reported
2816 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2818 2007-05-06 [colin] 2.9.1cvs46
2821 * src/stock_pixmap.c
2822 * src/stock_pixmap.h
2823 * src/pixmaps/printer.xpm
2826 2007-05-06 [paul] 2.9.1cvs45
2831 * src/summary_search.c
2835 2007-05-05 [wwp] 2.9.1cvs44
2839 * src/prefs_actions.c
2843 Fix "faild" typos everywhere and capitalization of
2846 2007-05-04 [colin] 2.9.1cvs43
2851 * src/plugins/pgpcore/prefs_gpg.c
2852 * src/plugins/pgpcore/prefs_gpg.h
2853 * src/plugins/pgpinline/pgpinline.c
2854 * src/plugins/pgpmime/pgpmime.c
2855 Add an API to warn about encryption limits,
2856 and allow to disable these warnings
2858 2007-05-03 [colin] 2.9.1cvs42
2862 Fix bug 1213, 'Delete more than
2865 2007-05-03 [wwp] 2.9.1cvs41
2867 * src/prefs_common.c
2868 * src/prefs_filtering.c
2869 * src/prefs_template.c
2870 * src/common/template.c
2871 * src/common/template.h
2872 * src/gtk/gtkutils.c
2873 * src/gtk/gtkutils.h
2874 Templates are no longer automatically sorted
2875 by name, but can be sorted manually using
2876 |< < > >| buttons as well as drag'n'drop.
2878 2007-05-03 [wwp] 2.9.1cvs40
2880 * src/plugins/spamassassin/spamassassin.c
2881 * src/plugins/spamassassin/spamassassin.h
2882 * src/plugins/spamassassin/spamassassin_gtk.c
2883 * src/plugins/bogofilter/bogofilter.c
2884 * src/plugins/bogofilter/bogofilter.h
2885 * src/plugins/bogofilter/bogofilter_gtk.c
2886 Added an option to conditionally mark saved spam
2887 as read (default is and was to do so).
2888 Satisfies feature request 1708539 on sf.net tracker.
2890 2007-05-03 [colin] 2.9.1cvs39
2893 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2895 2007-05-02 [colin] 2.9.1cvs38
2898 Fix bug 1209, 'Clicking on address
2899 in header (mailto uri) selects
2900 default account'. Patch adapted from
2903 2007-05-02 [colin] 2.9.1cvs37
2905 * src/grouplistdialog.c
2906 Set cursor to wait cursor while loading
2909 2007-05-02 [paul] 2.9.1cvs36
2913 rename cache and mark files
2916 2007-04-30 [paul] 2.9.1cvs35
2918 * manual/glossary.xml
2919 * manual/plugins.xml
2920 updates. Patch by Ricardo
2922 2007-04-29 [wwp] 2.9.1cvs34
2926 Fix few grammatical errors (patch by David Relson < relson at
2927 osagesoftware dot com >).
2929 2007-04-28 [colin] 2.9.1cvs33
2933 * src/prefs_account.c
2934 * src/prefs_account.h
2935 Drop the "Download all" preference. It's
2936 stupidly useless and confuses people from
2939 2007-04-27 [wwp] 2.9.1cvs32
2942 * src/prefs_account.c
2943 * src/prefs_account.h
2944 Don't reflect accounts changes to the mainwindow when it's
2947 2007-04-27 [colin] 2.9.1cvs31
2950 Freeze/thaw when sync'ing flags
2952 * src/prefs_account.c
2953 * src/prefs_account.h
2954 * src/etpan/imap-thread.c
2955 * src/etpan/imap-thread.h
2956 Add a way to use UID FETCH instead
2957 of searches to fetch message lists
2958 and flags. More expensive towards
2959 bandwidth, less expensive towards
2960 server's CPU. Probably fixes
2961 bug 1158, 'Scanning new folders on
2962 Exchange 2007 extremely slow'.
2965 2007-04-27 [paul] 2.9.1cvs30
2968 * src/prefs_logging.c
2969 improvements to english usage
2971 2007-04-27 [colin] 2.9.1cvs29
2974 Fix build without libetpan (my bad!)
2976 2007-04-26 [colin] 2.9.1cvs28
2980 Fix uselessly exported function
2982 Consider "- -- \n" as signature separator
2983 (that's what signature separators look like
2984 in PGP/Inline signed mails)
2986 2007-04-26 [colin] 2.9.1cvs27
2989 libetpan-0.49 is now required
2991 Fix double fetching of mails if
2994 Make offline sync faster, by
2995 remembering last change time, and
2998 2007-04-26 [hoa] 2.9.1cvs26
3004 * src/etpan/imap-thread.c
3005 * src/etpan/imap-thread.h
3006 cancellation of IMAP operations is now allowed.
3007 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3009 2007-04-26 [colin] 2.9.1cvs25
3012 Always fetch body+headers in folders that are
3013 synched for offline use, if "Synchronise as
3014 soon as possible" is set.
3015 Fixes bug 1200, 'Add option to always retrieve full
3018 2007-04-25 [colin] 2.9.1cvs24
3021 Fix bug 1198, 'Reply-all "disappearing" address bug
3024 2007-04-24 [colin] 2.9.1cvs23
3027 Fix bug 1195, 'Hardware key navigation'
3028 Make GDK_Enter toggle expansion (Maemo)
3030 2007-04-24 [wwp] 2.9.1cvs22
3033 Fix few compiler warnings.
3035 2007-04-24 [paul] 2.9.1cvs21
3038 * src/stock_pixmap.c
3039 * src/stock_pixmap.h
3040 complete last commit
3042 2007-04-24 [paul] 2.9.1cvs20
3045 * src/pixmaps/active.xpm
3046 * src/pixmaps/checkbox_off.xpm
3047 * src/pixmaps/checkbox_on.xpm
3048 * src/pixmaps/inactive.xpm
3050 remove transparent border from checkbox icons
3052 2007-04-24 [wwp] 2.9.1cvs19
3056 Fix a crash in textview, thanks to Colin.
3058 2007-04-23 [wwp] 2.9.1cvs18
3060 * src/prefs_common.c
3061 Fix 2.9.1cvs5: no header was being translated at all.
3063 2007-04-23 [colin] 2.9.1cvs17
3066 * src/stock_pixmap.c
3067 * src/stock_pixmap.h
3070 * src/gtk/gtksctree.c
3071 * src/gtk/gtksctree.h
3072 * src/pixmaps/selection.xpm
3073 Fix bug 1193, 'Need a way to multi-select
3074 items'. Add a toggle button to the summaryview
3075 to switch between normal and multiple selection
3078 2007-04-23 [colin] 2.9.1cvs16
3081 * src/stock_pixmap.c
3082 * src/stock_pixmap.h
3085 * src/gtk/gtksctree.c
3086 * src/gtk/gtksctree.h
3087 * src/pixmaps/selection.xpm
3088 Fix bug 1193, 'Need a way to multi-
3090 Add a toggle button in the summaryview
3091 to enable normal or multiple selection.
3094 2007-04-23 [colin] 2.9.1cvs15
3097 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3099 2007-04-21 [colin] 2.9.1cvs14
3101 * src/gtk/quicksearch.c
3102 Fix previous commit (actually use correct
3105 2007-04-21 [colin] 2.9.1cvs13
3107 * src/gtk/quicksearch.c
3108 Fix changing quicksearch type (after Esc,
3109 after changing Recursive, ...)
3111 2007-04-20 [wwp] 2.9.1cvs12
3113 * src/gtk/Makefile.am
3114 Added headers.h (completes 2.9.1cvs5).
3116 2007-04-20 [wwp] 2.9.1cvs11
3119 Fix the use of display name in name column,
3120 it has been overriden w/ the use of nickname
3121 by 2.9.0cvs3. Now nickname is used (if any)
3122 in case of LDAP books only.
3124 2007-04-20 [colin] 2.9.1cvs10
3129 Add handling of 'a' to loop in a mail's
3132 2007-04-20 [colin] 2.9.1cvs9
3135 Fix bug 1190, 'dir_open' button doesn't work'
3138 2007-04-20 [colin] 2.9.1cvs8
3142 Fix bug 1194, 'Hardware keys move from email
3143 list to account/directory list, but not back
3144 to email list...' (Maemo)
3146 2007-04-20 [colin] 2.9.1cvs7
3149 complete previous commit
3151 2007-04-20 [colin] 2.9.1cvs6
3154 Fix bug 1187, 'Reply-to addressee disappears
3155 when reply-to text box is clicked...' (Maemo)
3157 2007-04-20 [wwp] 2.9.1cvs5
3165 * src/prefs_common.c
3166 * src/prefs_common.h
3167 * src/prefs_display_header.c
3168 * src/prefs_matcher.c
3171 * src/gtk/quicksearch.c
3172 Translate more header names according to the relevant option value,
3173 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3174 Replaced nearly all uses of prefs_common.trans_hdr with a call
3175 to prefs_common_translated_header_name().
3176 Added a headers.h reference file that contains known header names
3177 (RFC2822 and others) to the translation process' input, so that
3178 translated header names will still exist even if no occurrence of
3179 _("headername") is found anymore in the sources.
3180 Don't translate column name 'Number' following to trans_hdr option
3181 value as it's not a header name.
3183 2007-04-20 [colin] 2.9.1cvs4
3185 * src/gtk/quicksearch.c
3186 * src/gtk/quicksearch.h
3187 Add "From, To or Subject" quicksearch
3188 type. Patch by ulfschaper@users.sf.net
3190 2007-04-20 [colin] 2.9.1cvs3
3193 Implement proper references filtering condition.
3194 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3196 2007-04-19 [wwp] 2.9.1cvs2
3198 * src/prefs_display_header.c
3199 * src/message_search.c
3200 Fix few warnings (g_free of const gchar*).
3202 2007-04-19 [paul] 2.9.1cvs1
3208 bump version number following
3211 2007-04-19 [paul] 2.9.0cvs9
3213 * manual/advanced.xml
3214 * manual/glossary.xml
3217 2007-04-18 [paul] 2.9.0cvs8
3220 fix for CVE-2007-1558 (APOP)
3223 2007-04-18 [paul] 2.9.0cvs7
3229 Fix encoding woes wrt saving of
3233 2007-04-18 [colin] 2.9.0cvs6
3235 * src/gtk/pluginwindow.c
3236 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3238 2007-04-17 [wwp] 2.9.0cvs5
3244 Fix --disable-ldap build,
3245 fix some LDAP annoyances on
3246 searches, thanks to Colin.
3248 2007-04-17 [wwp] 2.9.0cvs4
3251 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3252 like gcc 2.9x. Thanks to Colin.
3254 2007-04-17 [wwp] 2.9.0cvs3
3270 Add LDAP write support. Patch mostly by
3271 Michael <mir at datanom dot net>
3273 2007-04-17 [wwp] 2.9.0cvs2
3276 Prepend "Add to address book" to the context menu of compose window's sender and
3279 2007-04-16 [paul] 2.9.0cvs1
3284 2007-04-16 [paul] 2.9.0
3291 2007-04-16 [paul] 2.8.1cvs102
3294 updated by Fabien Vantard
3296 2007-04-16 [paul] 2.8.1cvs101
3306 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3307 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3308 Aleksandar Urosevic, and Ralgh Young
3310 2007-04-15 [mones] 2.8.1cvs100
3315 2007-04-14 [colin] 2.8.1cvs99
3317 * src/message_search.c
3318 * src/prefs_display_header.c
3319 * src/summary_search.c
3320 * src/gtk/combobox.c
3323 2007-04-14 [wwp] 2.8.1cvs98
3325 * src/gtk/combobox.c
3326 * src/message_search.c
3327 * src/summary_search.c
3328 * src/prefs_display_header.c
3329 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3330 returns NULL, get the text value directly from the GtkEntry child.
3332 2007-04-13 [colin] 2.8.1cvs97
3334 * src/gtk/quicksearch.c
3335 Give the focus back to summaryview when
3336 emptying the quicksearch with Esc
3338 2007-04-13 [colin] 2.8.1cvs96
3340 * src/message_search.c
3341 * src/prefs_display_header.c
3342 * src/summary_search.c
3343 Fix possibles crashes when getting text
3346 2007-04-13 [colin] 2.8.1cvs95
3349 Add some UIDL debugging
3351 2007-04-12 [colin] 2.8.1cvs94
3354 Force folder scan if necessary after
3355 copying mails, to be able to reapply
3358 2007-04-11 [colin] 2.8.1cvs93
3361 don't scan for new mail on startup if --select
3362 is specified (or race conditions arise). If so,
3363 do both sequentially.
3365 2007-04-09 [colin] 2.8.1cvs92
3368 Use leafpad by default on Maemo. Patch
3371 2007-04-06 [colin] 2.8.1cvs91
3373 * src/pixmaps/queue_close.xpm
3374 * src/pixmaps/queue_close_hrm.xpm
3375 * src/pixmaps/queue_close_hrm_mark.xpm
3376 * src/pixmaps/queue_close_mark.xpm
3377 * src/pixmaps/queue_open.xpm
3378 * src/pixmaps/queue_open_hrm.xpm
3379 * src/pixmaps/queue_open_hrm_mark.xpm
3380 * src/pixmaps/queue_open_mark.xpm
3381 Move the clock one pixel down :)
3383 2007-04-05 [colin] 2.8.1cvs90
3386 Don't sync when switching offline from
3387 command line - it's usually too late :)
3389 2007-04-05 [paul] 2.8.1cvs89
3392 * src/stock_pixmap.c
3393 * src/pixmaps/dir_close_hrm.xpm
3394 * src/pixmaps/dir_close_hrm_mark.xpm
3395 * src/pixmaps/drafts_close.xpm
3396 * src/pixmaps/drafts_close_mark.xpm
3397 * src/pixmaps/drafts_open.xpm
3398 * src/pixmaps/drafts_open_mark.xpm
3399 * src/pixmaps/inbox.xpm
3400 * src/pixmaps/inbox_close.xpm
3401 * src/pixmaps/inbox_close_hrm.xpm
3402 * src/pixmaps/inbox_close_hrm_mark.xpm
3403 * src/pixmaps/inbox_close_mark.xpm
3404 * src/pixmaps/inbox_hrm.xpm
3405 * src/pixmaps/inbox_hrm_mark.xpm
3406 * src/pixmaps/inbox_mark.xpm
3407 * src/pixmaps/inbox_open.xpm
3408 * src/pixmaps/inbox_open_hrm.xpm
3409 * src/pixmaps/inbox_open_hrm_mark.xpm
3410 * src/pixmaps/inbox_open_mark.xpm
3411 * src/pixmaps/outbox.xpm
3412 * src/pixmaps/outbox_close.xpm
3413 * src/pixmaps/outbox_close_hrm.xpm
3414 * src/pixmaps/outbox_close_hrm_mark.xpm
3415 * src/pixmaps/outbox_close_mark.xpm
3416 * src/pixmaps/outbox_hrm.xpm
3417 * src/pixmaps/outbox_hrm_mark.xpm
3418 * src/pixmaps/outbox_mark.xpm
3419 * src/pixmaps/outbox_open.xpm
3420 * src/pixmaps/outbox_open_hrm.xpm
3421 * src/pixmaps/outbox_open_hrm_mark.xpm
3422 * src/pixmaps/outbox_open_mark.xpm
3423 * src/pixmaps/queue_close.xpm
3424 * src/pixmaps/queue_close_hrm.xpm
3425 * src/pixmaps/queue_close_hrm_mark.xpm
3426 * src/pixmaps/queue_close_mark.xpm
3427 * src/pixmaps/queue_open.xpm
3428 * src/pixmaps/queue_open_hrm.xpm
3429 * src/pixmaps/queue_open_hrm_mark.xpm
3430 * src/pixmaps/queue_open_mark.xpm
3431 updated, added and replaced icons
3434 2007-04-04 [colin] 2.8.1cvs88
3437 Fix build without libetpan
3439 2007-04-03 [colin] 2.8.1cvs87
3442 Fix crash with Citadel, and try to make
3443 things work. this server (and specifically
3444 STATUS and APPEND at least) seems broken.
3446 2007-04-03 [colin] 2.8.1cvs86
3449 Fix icons on folder close
3451 2007-04-03 [colin] 2.8.1cvs85
3454 Fix double-ask of offline override in
3459 Much more efficient way to synchronise
3461 * src/etpan/imap-thread.c
3464 * src/gtk/quicksearch.c
3467 2007-04-03 [paul] 2.8.1cvs84
3472 * src/prefs_common.c
3473 * src/prefs_common.h
3475 Fix sync being done too late
3478 2007-04-02 [colin] 2.8.1cvs83
3481 Maemo: Put status and quicksearch at the top
3482 * src/plugins/bogofilter/bogofilter.c
3483 * src/plugins/spamassassin/spamassassin.c
3484 Derive trash from inbox if possible
3486 2007-04-02 [paul] 2.8.1cvs82
3488 * src/plugins/bogofilter/bogofilter_gtk.c
3489 a few English changes
3495 2007-04-02 [colin] 2.8.1cvs81
3497 * src/image_viewer.c
3498 Fix transparent images by using
3501 Flush events (on new windows) to avoid
3502 having the textview's image resize fail
3503 to know the available width
3505 2007-04-01 [colin] 2.8.1cvs80
3507 * src/prefs_account.c
3508 If no MH mailbox exist, when creating a POP/Local
3509 account, just create and use the default one
3510 instead of bailing with a "Mailbox doesn't exist"
3513 2007-03-31 [colin] 2.8.1cvs79
3515 * src/prefs_account.c
3516 Create signature file if it doesn't exist
3518 * src/prefs_toolbar.c
3519 Maemo: Move "Use default" on the left so
3520 that people can find it
3522 Maemo: make default editor "Maemopad",
3523 default signature file "MyDocs/signature.txt"
3525 2007-03-31 [colin] 2.8.1cvs78
3527 * src/prefs_account.c
3528 Maemo: rework account prefs so
3529 that less horizontal scrolling
3532 2007-03-31 [colin] 2.8.1cvs77
3535 * src/prefs_common.c
3536 * src/prefs_common.h
3537 Fix bug 1167, 'Allow not displaying zeros
3538 in folder list'. Patch by MartinP
3540 2007-03-31 [colin] 2.8.1cvs76
3545 2007-03-31 [colin] 2.8.1cvs75
3548 Apply patch from bug 1172, direct
3549 access to the folder's session instead
3550 of using getter. Patch by MartinP
3552 2007-03-31 [paul] 2.8.1cvs74
3555 no need to list Fabien twice!
3557 2007-03-31 [colin] 2.8.1cvs73
3560 If we're currently "overriding for %d minutes",
3563 2007-03-31 [colin] 2.8.1cvs72
3571 * src/plugins/spamassassin/spamassassin.c
3572 Offline override: Add a parameter to allow
3573 asking even if the override timer is running.
3574 Allows to ask every time the user makes an
3575 explicit action needing online access (such
3576 as Get Mail), and not when the action is
3577 implicit (such as opening an IMAP folder)
3579 2007-03-31 [colin] 2.8.1cvs71
3582 Override offline: "No" answer shouldn't
3583 re-ask after 3 seconds, but 10 minutes.
3585 2007-03-30 [colin] 2.8.1cvs70
3587 * src/common/socket.c
3588 Better error reporting on unix socket
3589 failure (bind usually)
3590 * src/gtk/gtkutils.c
3591 * src/gtk/gtkutils.h
3592 Label window: add a pulsing progress
3593 bar to show we're not hung :)
3596 * src/plugins/pgpcore/sgpgme.c
3599 2007-03-30 [colin] 2.8.1cvs69
3602 * src/prefs_common.c
3603 Fix possible trashing of history and uidl
3604 files on disk full problems
3606 2007-03-30 [paul] 2.8.1cvs68
3611 update summary when changing layout type
3612 (fixes wrong folder icon being displayed)
3615 2007-03-29 [colin] 2.8.1cvs67
3617 * src/prefs_ext_prog.c
3618 The browser pref is irrelevant on Maemo
3620 2007-03-29 [colin] 2.8.1cvs66
3624 Maemo: dynamically switch headers/text position
3625 * src/prefs_common.c
3626 Maemo: hide compose's ruler by default
3627 * src/common/socket.c
3628 * src/common/socket.h
3631 2007-03-29 [colin] 2.8.1cvs65
3633 * src/common/socket.c
3634 * src/common/socket.h
3635 Fix build when MAEMO_CFLAGS contains
3636 _X_OPENSOURCE (resolv.h errors as long
3637 as we don't add _BSD_SOURCE. Ugly).
3639 2007-03-29 [wwp] 2.8.1cvs64
3641 * src/prefs_logging.c
3642 Fix sensitivity of clip-log widgets in prefs/logging,
3645 2007-03-29 [wwp] 2.8.1cvs63
3648 Updated files list for translations, thanks to Fabien.
3650 2007-03-29 [colin] 2.8.1cvs62
3653 * src/common/Makefile.am
3654 * src/common/utils.c
3655 Maybe make URI opening work in Maemo
3658 2007-03-28 [colin] 2.8.1cvs61
3663 Add the possibility to sort folders arbitrarily
3664 (via editing of folderlist.xml only). Patch by
3665 Martin P <mp26+claws@os.inf.tu-dresden.de>
3666 Fixes bug 1166, 'Folder ordering is fixed and cannot
3667 be changed by the user'
3669 2007-03-28 [colin] 2.8.1cvs60
3672 Add popup menu for mime icons
3674 2007-03-28 [colin] 2.8.1cvs59
3677 Fix a layout issue when presenting
3678 mainwindow in Small screen layout
3681 Add a "Go to folder list" button for
3682 mainwindow, and make it default in
3685 2007-03-28 [colin] 2.8.1cvs58
3688 Don't dynamically update title on Maemo
3689 Patch by Jean-Luc Biord
3691 2007-03-27 [colin] 2.8.1cvs57
3696 Enable tap-and-hold on Maemo
3698 2007-03-26 [colin] 2.8.1cvs56
3701 More popup-menu (in attachments list)
3703 2007-03-26 [colin] 2.8.1cvs55
3706 Enable popup-menu signal
3708 2007-03-26 [colin] 2.8.1cvs54
3710 * src/plugins/pgpinline/pgpinline.c
3711 Fix bug 1111, 'PGP/inline plugin hides text
3712 around encrypted text block'. Patch based on
3713 a patch from Michal Cihar.
3715 2007-03-26 [wwp] 2.8.1cvs53
3718 Fix getting a false error when sending queued message
3719 whereas the sending was fine (if there are subfolders
3720 in the queue folder), thanks to Colin.
3722 2007-03-26 [paul] 2.8.1cvs52
3725 update FACE header in welcome message
3727 2007-03-25 [colin] 2.8.1cvs51
3732 2007-03-25 [colin] 2.8.1cvs50
3735 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3737 2007-03-24 [colin] 2.8.1cvs49
3740 Fix a few launch problems on Maemo
3741 Patch by Jean-Luc Biord
3743 2007-03-24 [wwp] 2.8.1cvs48
3749 Fix wrong action performed when closing the
3750 "ask about account specific filtering rules
3751 when filtering manually" dialog by pressing Escape.
3752 Fix wrong order of buttons in the "return receipt
3753 notification - the message was sent to several of
3754 your accounts" dialog.
3756 2007-03-24 [paul] 2.8.1cvs47
3759 an improvement to English usage
3760 * tools/kdeservicemenu/README
3763 2007-03-24 [paul] 2.8.1cvs46
3766 * src/stock_pixmap.c
3767 * src/pixmaps/edit_extern.xpm
3768 * src/pixmaps/mail_sign.xpm
3769 rescue long lost icons
3771 2007-03-24 [paul] 2.8.1cvs45
3774 fix toolbar (broken in 2.8.1cvs42)
3776 2007-03-23 [colin] 2.8.1cvs44
3779 Correctly unsubscribe/resubscribe after
3782 2007-03-23 [colin] 2.8.1cvs43
3784 * src/prefs_common.c
3785 Maemo: as the platform is light on RAM, allow
3786 caches to be discarded faster.
3788 2007-03-23 [colin] 2.8.1cvs42
3793 * src/stock_pixmap.c
3794 * src/stock_pixmap.h
3799 * src/pixmaps/open_mail.xpm
3800 Maemo changes: Add the possibility to have
3801 "Open Email" and "Close Window" buttons on
3802 toolbars (and use them in Maemo's default
3805 2007-03-23 [wwp] 2.8.1cvs41
3808 Reverted that part of the action dialog closure logics, to
3809 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3810 done later in a different way (or may not).
3812 2007-03-22 [wwp] 2.8.1cvs40
3815 Fix sticky action dialog when got no output but action command
3816 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3818 2007-03-22 [colin] 2.8.1cvs39
3820 * src/prefs_filtering.c
3821 * src/gtk/combobox.h
3822 Fix escaping account names in filtering prefs
3824 2007-03-22 [colin] 2.8.1cvs38
3829 Add any attribute specified in LDAP servers'
3830 Search attributes to the Other Attributes tab
3831 of contacts; Add 'telephoneNumber' in the
3834 2007-03-22 [colin] 2.8.1cvs37
3839 Try to prevent race conditions when
3840 changing the folder list
3842 Fix possible red folder icon when
3843 switching from Small screen layout
3846 2007-03-22 [colin] 2.8.1cvs36
3851 Rename "little screen" to "Small screen"
3852 * src/gtk/Makefile.am
3853 * src/common/utils.c
3855 Fix Maemo-related compilation problems
3857 2007-03-21 [colin] 2.8.1cvs35
3861 * claws-mail.desktop
3862 Remove .png from the Icon, it's useless
3864 2007-03-21 [colin] 2.8.1cvs34
3868 Add the necessary lib checking for
3871 2007-03-21 [colin] 2.8.1cvs33
3874 Fix unconditional "error happened" when
3875 sending via command-line. "lol @ myself"
3877 2007-03-21 [colin] 2.8.1cvs32
3879 * claws-mail-40x40.png
3880 * claws-mail-26x26.png
3890 * src/prefs_account.c
3891 * src/prefs_common.c
3892 * src/summary_search.c
3896 * src/gtk/gtkutils.c
3897 * src/gtk/gtkutils.h
3898 * src/gtk/logwindow.c
3900 * src/gtk/prefswindow.c
3901 Add Maemo port (patch mainly by Jean-Luc Biort)
3902 Add a new 'Little screen' layout to help on such
3903 platforms (patch by me)
3904 Make some default preferences different (more
3905 adapted) on Maemo (patch by me)
3907 2007-03-21 [wwp] 2.8.1cvs31
3909 * src/prefs_logging.c
3910 * src/prefs_logging.h
3911 Fixed copyright header of newly added files.
3913 2007-03-21 [wwp] 2.8.1cvs30
3929 * src/prefs_common.c
3930 * src/prefs_common.h
3931 * src/prefs_logging.c
3932 * src/prefs_logging.h
3935 * src/send_message.c
3940 * src/common/session.c
3942 * src/common/socket.c
3943 * src/etpan/imap-thread.c
3944 * src/gtk/logwindow.c
3945 * src/gtk/logwindow.h
3946 * src/plugins/bogofilter/bogofilter.c
3947 * src/plugins/spamassassin/spamassassin.c
3948 Added debugging of filtering/processing rules.
3949 The debug log is here 'Tools/Filtering debug window',
3950 the options there 'Configuration/Preferences/Other/Logging',
3951 and the log file is ~/.claws-mail/filtering.log.
3952 Moved protocol log prefs to 'Other/Logging' as well.
3953 To support such debugging feature, the existing log API has
3954 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3955 this impacts many external modules (commits follow).
3957 2007-03-21 [paul] 2.8.1cvs29
3959 * src/etpan/Makefile.am
3960 * src/etpan/imap-thread.c
3961 add missing #include
3963 2007-03-21 [colin] 2.8.1cvs28
3966 Fix bug 1157, 'some broken messages confuse
3967 mime parser'. Make sure we can't have MimeInfos
3968 with negative sizes.
3970 2007-03-20 [colin] 2.8.1cvs27
3973 Fix missing \0 on buffer
3975 2007-03-20 [colin] 2.8.1cvs26
3978 Use make_dir_hier instead of make_dir
3979 to create the MH mailbox
3981 2007-03-20 [colin] 2.8.1cvs25
3985 * src/prefs_account.c
3987 Fix default inbox weirdnesses (after wizard,
3988 if path is Mail, mailbox identifier is #mh/Mailbox,
3989 and when creating new accounts)
3991 2007-03-20 [colin] 2.8.1cvs24
3994 Write folderlist after adding/deleting accounts
3997 2007-03-20 [colin] 2.8.1cvs23
4000 * src/remotefolder.h
4001 Fix bug 1153, 'CM segfaults if IMAP folder is
4002 selected while scanning prior to update'
4004 2007-03-17 [paul] 2.8.1cvs22
4007 fix a typo, and be a little more verbose.
4009 2007-03-17 [wwp] 2.8.1cvs21
4012 Fix a compiler warning.
4014 2007-03-16 [wwp] 2.8.1cvs20
4018 Updated to deal w/ the new mairix.sh tool.
4020 2007-03-16 [wwp] 2.8.1cvs19
4023 Fix logics issues around the action IO dialog:
4024 - disable entry widget and exec button when
4025 the exec button is clicked (don't wait for any
4026 output line) - fix possible disabling/re-enabling/
4027 re-disabling of those widgets
4028 - raise an error if executing a %as{} action either
4029 empty or invalid, instead of failing silently
4030 - don't close the dialog if the abort button has been
4031 clicked and if there was no output yet
4032 - set focus to the abort button when the exec button
4034 - fix capitalization of a warning message
4036 2007-03-16 [wwp] 2.8.1cvs18
4039 Added a wrapper to mairix to the tools folder.
4041 2007-03-16 [colin] 2.8.1cvs17
4045 Allow mimeviewer plugins to print
4048 2007-03-16 [colin] 2.8.1cvs16
4053 2007-03-15 [colin] 2.8.1cvs15
4057 Add a way for mimeviewer plugins to
4058 implement body search
4060 2007-03-15 [paul] 2.8.1cvs14
4062 * src/prefs_spelling.c
4065 2007-03-15 [paul] 2.8.1cvs13
4067 * src/common/quoted-printable.c
4068 fix decoding of quoted-printable parts
4070 2007-03-14 [wwp] 2.8.1cvs12
4072 * src/gtk/logwindow.h
4073 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4075 2007-03-14 [wwp] 2.8.1cvs11
4077 * src/gtk/logwindow.h
4078 Complete 2.8.1cvs10.
4080 2007-03-14 [colin] 2.8.1cvs10
4082 * src/gtk/logwindow.c
4083 Probably fix bug 1149, crash on logwindow
4084 close - at the expense of performance once
4085 logwin has been opened
4087 2007-03-14 [colin] 2.8.1cvs9
4090 If claws-mail is running on another
4091 display, warn instead of popping it up
4092 on the other display
4094 2007-03-12 [colin] 2.8.1cvs8
4097 Fix bug 1145, 'Setting a different name
4098 for the Mailbox name isn't reflected in
4099 default account settings'. Patch by wwp
4101 2007-03-12 [colin] 2.8.1cvs7
4104 Fix bug 1143, 'Add number of messages to be
4105 deleted to confirmation dialog'
4107 2007-03-12 [wwp] 2.8.1cvs6
4110 * src/prefs_common.c
4111 * src/prefs_common.h
4112 * src/prefs_summaries.c
4113 Changed the option that displays unread messages count
4114 next to the folder name in folder list: it is now
4115 possible to either display nothing, display the
4116 unread messages number only or the unread and total messages
4117 numbers. The patch includes this extra feature as well
4118 as some minor fixes by rewriting the algo in folderview.c.
4119 Thanks to Paul for the original idea and implementation, plus
4120 testing and proof-reading!
4122 2007-03-09 [paul] 2.8.1cvs5
4126 * tools/claws-mail-compose-insert-files.pl
4127 added a script which enables inserting files
4128 into the message body of a new Claws Mail
4129 Compose window from the command line. Additionally
4130 To, Cc, Subject and files to attach to the message
4133 2007-03-09 [wwp] 2.8.1cvs4
4138 Optimize matching of addresses in the addressbook
4139 (filtering/processing 'found_in_addressbook' condition).
4141 2007-03-07 [wwp] 2.8.1cvs3
4144 * src/quote_fmt_lex.l
4145 * src/quote_fmt_parse.y
4146 Add a new quote format symbol: %A to insert the
4147 sender email address (just the address itself).
4149 2007-03-06 [wwp] 2.8.1cvs2
4151 * src/gtk/gtkutils.c
4152 * src/plugins/trayicon/trayicon_prefs.h
4153 * src/plugins/trayicon/trayicon_prefs.c
4154 * src/plugins/trayicon/trayicon.c
4157 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4158 minimizing Claws-Mail main window will hide it to the trayicon instead.
4161 2007-03-06 [paul] 2.8.1cvs1
4167 bump version number following
4170 2007-03-06 [paul] 2.8.0cvs24
4173 corrected by by Tim <timbrain@post.cz>
4175 2007-03-05 [colin] 2.8.0cvs23
4179 Fix mime/globs path on NetBSD
4180 patch by George Michaelson
4182 2007-03-05 [wwp] 2.8.0cvs22
4185 Remove debug statement (accidentally committed w/ cvs14).
4187 2007-03-05 [paul] 2.8.0cvs21
4189 * src/plugins/pgpcore/prefs_gpg.c
4190 fix compiler warning
4192 2007-03-05 [wwp] 2.8.0cvs20
4194 * src/matcher_parser_parse.y
4195 Fix mismerge between cvs17 and cvs19.
4197 2007-03-05 [wwp] 2.8.0cvs19
4199 * src/matcher_parser_parse.y
4200 * src/prefs_filtering_action.c
4205 Add new 'add_to_addressbook' filtering/processing action.
4207 2007-03-05 [wwp] 2.8.0cvs18
4210 Fix mark_as_ham filtering/processing action: spam flag
4213 2007-03-04 [colin] 2.8.0cvs17
4218 * src/matcher_parser_parse.y
4219 * src/prefs_filtering_action.c
4220 Add 'Mark as spam' and 'Mark as ham' filtering
4221 actions. Fixes bug 1138.
4223 2007-03-04 [colin] 2.8.0cvs16
4226 Fix bug 1140, wrong return value
4229 2007-03-04 [wwp] 2.8.0cvs15
4232 Rollback cvs14: don't free stuff that is managed in g_list.
4234 2007-03-04 [wwp] 2.8.0cvs14
4237 Fix a leak in address completion code.
4239 2007-03-04 [colin] 2.8.0cvs13
4242 Maybe fix bug 1136, 'Crash in group
4245 2007-03-04 [iwkse] 2.8.0cvs12
4248 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4250 2007-03-03 [colin] 2.8.0cvs11
4252 * src/plugins/pgpinline/pgpinline.c
4253 Fix off-by-one, fix double-free. Fixes
4254 bug 1135, 'cm-segfault on decrypting
4257 2007-03-03 [colin] 2.8.0cvs10
4261 * src/common/plugin.c
4262 Fix bug 1134, 'Valgrind macros unhandled
4265 2007-03-02 [colin] 2.8.0cvs9
4268 Don't error out on EAGAIN. Fixes
4269 bug 1129, '"local mbox file" account
4270 isn't retrieving mails'
4272 2007-03-01 [wwp] 2.8.0cvs8
4275 * src/gtk/colorlabel.c
4276 Remove accels for extra color labels until we set better
4277 and definitive ones.
4279 2007-02-28 [wwp] 2.8.0cvs7
4282 * src/matcher_parser_parse.y
4283 * src/prefs_common.c
4284 * src/prefs_msg_colors.c
4286 * src/gtk/colorlabel.c
4287 * src/gtk/colorlabel.h
4288 Add more customizable color labels. Cleaned up a bit
4289 the color label API to avoid duplicate defines of
4290 the max number of colors.
4292 2007-02-27 [colin] 2.8.0cvs6
4295 * src/common/utils.c
4296 * src/common/utils.h
4297 Fix '+' in mailto URIs for List-* headers
4299 2007-02-27 [colin] 2.8.0cvs5
4301 * src/gtk/gtkutils.c
4302 Use gtk_window_set_role instead of
4305 2007-02-27 [colin] 2.8.0cvs4
4308 Fix "After receiving new mail, go to inbox" on IMAP,
4309 and make it work only on manual reception
4311 2007-02-27 [wwp] 2.8.0cvs3
4313 * src/prefs_filtering.c
4314 * src/prefs_filtering_action.c
4315 * src/prefs_matcher.c
4316 Update filtering matcher's and action's color label menus
4317 when re-opening those dialogs (reflect any change to the
4318 color labels list in the preferences).
4320 2007-02-27 [colin] 2.8.0cvs2
4323 * src/etpan/etpan-thread-manager-types.h
4324 * src/etpan/etpan-thread-manager.c
4325 * src/etpan/imap-thread.c
4326 Log imap ALERTs as errors in the log.
4328 2007-02-26 [paul] 2.8.0cvs1
4330 * tools/claws.i18n.status.pl
4333 2007-02-26 [paul] 2.7.2cvs75
4347 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4348 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4349 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4350 Aleksandar Urosevic, and Ralgh Young
4352 2007-02-25 [mones] 2.7.2cvs74
4357 2007-02-25 [colin] 2.7.2cvs73
4360 Clearing the list is only useful
4361 to prevent a valgrind false-positive
4363 2007-02-25 [paul] 2.7.2cvs72
4367 * tools/kmail-mailbox2claws-mail.pl **ADDED**
4368 * tools/maildir2claws-mail.pl **REMOVED**
4369 renamed the script, fixed a couple bugs
4371 2007-02-23 [colin] 2.7.2cvs71
4374 Fix a leak, check for a few improbable nulls
4376 2007-02-23 [colin] 2.7.2cvs70
4380 * src/plugins/trayicon/trayicon.c
4381 Fix blinking mainwin when starting in tray
4382 (show mainwindow later in the startup process,
4383 apart if restarting post-crash)
4385 2007-02-23 [colin] 2.7.2cvs69
4389 Fix crash when unsubscribing the currently
4390 selected/opened folder
4392 2007-02-23 [colin] 2.7.2cvs68
4395 Fix bug that prevented colorization to
4396 work without wrap quotation option
4398 2007-02-23 [colin] 2.7.2cvs67
4401 Fix refcounting, start and end completion who
4402 behaved as if there couldn't be any other current
4405 2007-02-23 [wwp] 2.7.2cvs66
4409 Address completion fixes: fix addressbook_peek_folder_exists() in
4410 which the algorithm was ridiculously over-obfuscated and broken.
4411 Fix addrindex_load_completion() as well, to load addresses in
4412 completion list with regards to what addressbook_peek_folder_exists()
4415 2007-02-23 [wwp] 2.7.2cvs65
4418 Add addresses to completion when they're non-empty (thanks to Colin).
4420 2007-02-23 [paul] 2.7.2cvs64
4422 * src/plugins/pgpcore/passphrase.c
4425 2007-02-23 [colin] 2.7.2cvs63
4427 * src/plugins/pgpcore/prefs_gpg.c
4428 * src/plugins/pgpcore/prefs_gpg.h
4429 * src/plugins/pgpcore/sgpgme.c
4430 * src/plugins/pgpinline/pgpinline.c
4431 * src/plugins/pgpmime/pgpmime.c
4432 Try harder to respect user's choice wrt
4433 gpg-agent even with gpg2, by unsetting
4434 GPG_AGENT_INFO when necessary.
4436 2007-02-22 [paul] 2.7.2cvs62
4438 * src/plugins/pgpcore/sgpgme.c
4439 * src/plugins/pgpcore/sgpgme.h
4440 * src/plugins/pgpcore/passphrase.c
4441 * src/plugins/pgpinline/pgpinline.c
4442 * src/plugins/pgpmime/pgpmime.c
4443 Fix a leak - gpgme_data_release_and_get_mem
4444 leaks in recent gpgme. Workaround by using
4447 2007-02-22 [paul] 2.7.2cvs61
4449 * src/gtk/quicksearch.c
4450 Abandon dynamic search when pressing
4453 2007-02-21 [colin] 2.7.2cvs60
4456 * src/plugins/pgpcore/passphrase.c
4457 Fix little memory leaks
4459 Fix false-positive leak at exit
4460 * src/gtk/quicksearch.c
4461 Fix potentially big leak in recursive
4464 2007-02-21 [wwp] 2.7.2cvs59
4467 Add missing newline to a debug message.
4469 2007-02-20 [colin] 2.7.2cvs58
4473 * src/stock_pixmap.c
4474 * src/stock_pixmap.h
4475 * src/pixmaps/mime_pgpsig.xpm
4476 Add icon for application/pgp-signature
4478 2007-02-20 [colin] 2.7.2cvs57
4483 * src/stock_pixmap.c
4484 * src/stock_pixmap.h
4485 * src/pixmaps/mime_calendar.xpm
4486 * src/pixmaps/mime_pdf.xpm
4487 * src/pixmaps/mime_ps.xpm
4488 Add icons for text/calendar, application/pdf
4489 and application/postscript
4491 2007-02-20 [colin] 2.7.2cvs56
4494 * src/matcher_parser_parse.y
4495 * src/matcher_parser_lex.l
4496 Fix big memory leak in flex, and
4499 2007-02-20 [wwp] 2.7.2cvs55
4501 * src/matcher_parser_parse.y
4502 Fix a duplicate token definition (thanks to iwkse).
4504 2007-02-20 [wwp] 2.7.2cvs54
4506 * src/matcher_parser_lex.l
4507 * src/quote_fmt_lex.l
4508 Use proper flex options instead of direct use of #define,
4509 make the flex-generated C lighter.
4511 2007-02-20 [colin] 2.7.2cvs53
4514 Grab focus in message list after hiding
4515 the quicksearch, instead of leaving it
4518 2007-02-19 [colin] 2.7.2cvs52
4521 Fix bug 1033, 'Automatically refresh
4522 message list when new messages arrives'
4523 Looks like folderview->opened can sometimes
4526 2007-02-19 [paul] 2.7.2cvs51
4530 * tools/thunderbird-filters-convertor.pl
4531 add new script which converts thunderbird filter
4532 rules to Claws filter rules
4534 2007-02-18 [paul] 2.7.2cvs50
4536 * src/plugins/pgpcore/prefs_gpg.c
4537 * src/plugins/pgpcore/prefs_gpg.h
4538 * src/plugins/pgpcore/sgpgme.c
4539 * src/plugins/pgpinline/pgpinline.c
4540 * src/plugins/pgpmime/pgpmime.c
4541 improved GUI interoperability with gpg-agent
4543 2007-02-18 [paul] 2.7.2cvs49
4545 * src/prefs_account.c
4546 Privacy options sensitivity fix