1 2007-09-16 [colin] 3.0.0cvs13
4 Fix scrolling to cursor
6 2007-09-16 [paul] 3.0.0cvs12
9 updated by Aleksandar Urosevic
11 2007-09-16 [paul] 3.0.0cvs11
14 do not allow locked msgs to be deleted,
15 even by filtering/processing
17 2007-09-07 [paul] 3.0.0cvs10
19 * src/prefs_folder_column.c
20 * src/prefs_summary_column.c
21 implement button sensitivity
24 2007-09-06 [wwp] 3.0.0cvs9
27 Add a missing linefeed to a debug message.
29 2007-09-05 [colin] 3.0.0cvs8
32 Fix statusbar/window mismatch on Maemo
34 2007-09-05 [colin] 3.0.0cvs7
37 Fix build without USE_LDAP_TLS
39 2007-09-05 [colin] 3.0.0cvs6
48 Maemo: distinguish various statusbar messages,
49 in order to display only the most important.
51 2007-09-04 [wwp] 3.0.0cvs5
54 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
55 Show protocol "SMTP" and the appropriate server for send-only
56 accounts, show "-" instead of "" when no value is relevant.
58 2007-09-03 [ticho] 3.0.0cvs4
61 Handle plural form better in delete confirmation dialog.
63 2007-09-03 [wwp] 3.0.0cvs3
66 Warn differently when sending or sending later (queueing).
68 2007-09-03 [colin] 3.0.0cvs2
74 Add a new plugin API, MimeParser. It allows
75 plugins to scan email MIME parts and optionally,
78 2007-09-03 [mones] 3.0.0cvs1
83 While a better solution is made double history sizes
85 2007-09-03 [paul] 3.0.0
92 2007-09-03 [paul] 2.10.0cvs191
106 updated by Yasen Pramatarov, Miquel Oliete, Stephan
107 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
108 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
109 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
111 2007-09-02 [colin] 2.10.0cvs190
115 Prevent empty or white-space tags
117 2007-09-01 [colin] 2.10.0cvs189
120 Fix double-reading of accounts list when
121 the wizard has been run due to no accounts
123 Fix sensitivity of a menu item in case
126 2007-09-01 [wwp] 2.10.0cvs188
129 Fix wizard crash when Mailbox dir already exists
132 2007-08-31 [colin] 2.10.0cvs187
134 * src/etpan/imap-thread.c
135 Fix unwanted creation of
136 libetpan's stream dump file
138 Fix coloring of pastes as quotation
140 Maemo: Fix opening of mails from keypad
146 * src/gtk/prefswindow.c
147 Maemo: Fix adjustments changes
149 2007-08-30 [colin] 2.10.0cvs186
152 Don't opened selected folder when clicking
155 Maemo: Make Esc close messageviews
157 Maemo: Fix message scrolling to the end on
159 Maemo: Fix reopening same message
160 * src/gtk/prefswindow.c
161 Maemo: try to fix scrollbar. Doesn't work,
162 it seems as if gtk_adjustment_set_value was
165 2007-08-30 [colin] 2.10.0cvs185
170 * src/prefs_matcher.c
171 * src/prefs_template.c
175 * src/gtk/gtkaspell.c
176 * src/plugins/bogofilter/bogofilter.c
177 * src/plugins/bogofilter/bogofilter_gtk.c
178 * src/plugins/clamav/clamav_plugin_gtk.c
179 * src/plugins/pgpcore/sgpgme.c
180 * src/plugins/spamassassin/spamassassin.c
181 * src/plugins/spamassassin/spamassassin_gtk.c
182 Fix all potential misuses of format-string functions
184 2007-08-30 [wwp] 2.10.0cvs184
186 * src/prefs_template.c
189 2007-08-29 [colin] 2.10.0cvs183
191 * src/plugins/trayicon/trayicon.c
192 Fix leak of hooks in case of error,
193 thanks to Holger Berndt
195 2007-08-28 [colin] 2.10.0cvs182
198 Don't use current folder settings when
199 composing from the compose button's
202 2007-08-28 [colin] 2.10.0cvs181
204 * src/quote_fmt_parse.y
205 Fix cursor offset when quote contains UTF-8
208 2007-08-28 [colin] 2.10.0cvs180
212 Fix signature replacement when it's been wrapped
214 2007-08-27 [colin] 2.10.0cvs179
219 2007-08-27 [colin] 2.10.0cvs178
222 Fix Quicksearch's Sticky mode
224 2007-08-27 [colin] 2.10.0cvs177
226 * src/folder_item_prefs.c
227 * src/folder_item_prefs.h
230 Fix loss of subfolders properties when
233 2007-08-26 [wwp] 2.10.0cvs176
237 * src/prefs_actions.c
238 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
239 will have to be used when necessary *before* calling
240 alertpanel functions.
242 2007-08-25 [paul] 2.10.0cvs175
244 * src/prefs_actions.c
245 workaround gettext problem marking
246 string as c-format when it's not
248 2007-08-25 [wwp] 2.10.0cvs174
252 * src/prefs_actions.c
253 Call the pango markup escape function right ince in alertpanel_create
254 instead of everywhere (reverts some parts of 2.10.0cvs123 and
258 Fix a crash due to a misuse of g_print(), encountered when the string
259 passed to g_print was containing printf substitution symbols.
261 2007-08-25 [paul] 2.10.0cvs173
264 fix a segfault when refreshing RSSyl feeds
266 2007-08-25 [paul] 2.10.0cvs172
268 * src/gtk/icon_legend.c
271 2007-08-25 [paul] 2.10.0cvs171
275 * src/pixmaps/insert_file.xpm
276 add a new pixmap instead of re-using
277 paste.xpm. (easier for icon theme authors)
279 2007-08-24 [holger] 2.10.0cvs170
281 * src/plugins/trayicon/trayicon.c
282 The same fix for another hook id.
284 2007-08-24 [holger] 2.10.0cvs169
286 * src/plugins/trayicon/trayicon.c
287 Micro-fix: Do the error checking for
290 2007-08-24 [paul] 2.10.0cvs168
293 fix typo causing compiler warning
295 2007-08-24 [paul] 2.10.0cvs167
298 put back the correct version of this file also
300 2007-08-24 [colin] 2.10.0cvs166
303 Use progress bar when sending messages
305 2007-08-24 [paul] 2.10.0cvs165
308 oops! if i'm quick no-one will notice
309 (put back the proper file)
311 2007-08-24 [paul] 2.10.0cvs164
319 * tools/mew2claws-mail.pl
320 add new script that imports a Mew address book
321 submitted by Jerome Lelong
323 2007-08-24 [paul] 2.10.0cvs163
326 remove the obsolete plugins, add the
327 missing plugins, including the forthcoming
330 2007-08-24 [paul] 2.10.0cvs162
332 * manual/advanced.xml
333 add info about the hidden emphasis_color option
334 * manual/keyboard.xml
335 correct the info about hotkeys
338 2007-08-24 [paul] 2.10.0cvs161
341 add mnemonic to 'Run procesing rules'
343 2007-08-24 [paul] 2.10.0cvs160
348 use suitable defaults for outbox,
349 queue, drafts and trash folders
351 2007-08-24 [wwp] 2.10.0cvs159
354 Update menu item sensitivity if necessary (or we get a
355 gtk critical message).
357 2007-08-23 [wwp] 2.10.0cvs158
360 * src/prefs_actions.c
361 Allow literal % chars in action commands (use %%).
362 Add a missing p++ to the action parser in action_get_type(),
363 which was missing it, even if it was neutral.
364 Fix a pango markup warning at runtime.
366 2007-08-23 [wwp] 2.10.0cvs157
369 Contacts are now locale-aware sorted in the address book
370 (LC_COLLATE matters here).
371 Fix missing table initializers.
373 2007-08-23 [colin] 2.10.0cvs156
376 Check scan_required on dest folder when copying
378 2007-08-23 [colin] 2.10.0cvs155
381 Fix scanning when folder was empty
383 2007-08-22 [colin] 2.10.0cvs154
386 Don't g_warning when g_try_malloc fails(), or it makes
387 things worse as g_log() allocates. Fixes bug 1290,
388 'Claws Mail crashes if too little memory when
389 rebuilding folder tree'
391 2007-08-22 [colin] 2.10.0cvs153
394 Fix format string vulnerability, thanks to
395 Ulf Harnhammar, Secunia Research
397 2007-08-22 [colin] 2.10.0cvs152
402 2007-08-22 [wwp] 2.10.0cvs151
405 Few better null-ptr checks.
407 2007-08-22 [colin] 2.10.0cvs150
410 * src/editldap_basedn.c
419 2007-08-22 [colin] 2.10.0cvs149
424 2007-08-22 [colin] 2.10.0cvs148
429 2007-08-22 [colin] 2.10.0cvs147
432 Fix test (set ldap v3 if bindDN is set or TLS is set)
434 2007-08-22 [colin] 2.10.0cvs146
438 Fix wrong "Connected successfully to server". Connection only succeeds if
439 we can get the base DN.
441 2007-08-21 [wwp] 2.10.0cvs145
450 More sanity checks in ldap functions.
452 2007-08-21 [wwp] 2.10.0cvs144
454 * src/prefs_account.c
455 Don't return a value in a void function().
457 2007-08-21 [paul] 2.10.0cvs143
460 add check for ftp: to messageview_list_urls()
462 2007-08-21 [colin] 2.10.0cvs142
469 Fix bug 1293, 'LDAP address book not working'
470 Search only on specified fields, but fetch
471 every field possible. People will have to
472 reset the searched Attributes in their LDAP
475 2007-08-21 [wwp] 2.10.0cvs141
485 * src/editaddress_other_attributes_ldap.c
502 * src/prefs_customheader.c
503 * src/prefs_msg_colors.c
509 * src/common/socket.c
510 * src/common/ssl_certificate.c
513 * src/gtk/description_window.c
514 * src/plugins/demo/demo.c
515 * src/plugins/pgpcore/prefs_gpg.c
516 * src/plugins/spamassassin/libspamc.c
517 Make sure we use glib functions to send text messages (information,
518 debug, warning, errors) to stdout/stderr - no more direct puts
519 fputs printf fprintf to stdout/stderr when it can be done using
520 g_log*() and g_print/g_printerr. Doing this, we make sure every
521 stdout/stderr message is saved to log in Windows.
524 2007-08-21 [wwp] 2.10.0cvs140
528 Route glib's stdout/stderr messages to a log file (Windows only),
529 instead of loosing them.
531 2007-08-21 [paul] 2.10.0cvs139
534 replace deprecated g_strncasecmp()
538 2007-08-20 [ticho] 2.10.0cvs138
541 * src/prefs_account.h
542 Copy all account preferences in account_clone() - some
544 * src/prefs_account.c
545 Handle empty privacy system combobox gracefully (warning
548 2007-08-20 [colin] 2.10.0cvs137
553 2007-08-20 [paul] 2.10.0cvs136
563 patch by Michael Rasmussen
565 2007-08-19 [colin] 2.10.0cvs135
568 Fix previous commit. Sensitivity update is needed
569 for "Cancel receiving". However when batching we
570 don't need to do it for every message flag change,
571 just once at the start and once at the end.
573 2007-08-19 [colin] 2.10.0cvs134
576 Remove useless menu updates on session lock/unlock
578 2007-08-19 [colin] 2.10.0cvs133
580 * src/etpan/imap-thread.c
581 Make all fetch logs less verbose
583 2007-08-19 [paul] 2.10.0cvs132
588 fix bug 1286, 'Can't move a folder into a "Folders
591 2007-08-18 [ticho] 2.10.0cvs131
593 * src/editaddress_other_attributes_ldap.c
594 Converted option menu for other ldap attributes to GtkComboBox.
596 2007-08-18 [colin] 2.10.0cvs130
603 Revert 'send_dialog_mode' meaning to
604 'send_dialog_invisible', so that the
605 new checkbox doesn't change the
608 2007-08-18 [paul] 2.10.0cvs129
611 add missing menu update
613 2007-08-17 [colin] 2.10.0cvs128
616 Set batching after getting flags - maybe fixes
617 bug 1292, 'CM crashes on writing mail'
619 2007-08-16 [ticho] 2.10.0cvs127
622 Convert two GtkOptionMenu widgets to new GtkComboBox.
625 Allow NULL for GtkComboBox menuitem label, rendering such
626 items as row separators.
628 2007-08-16 [paul] 2.10.0cvs126
630 * src/plugins/trayicon/trayicon.c
631 remove wrongly used gettextisation
633 2007-08-15 [ticho] 2.10.0cvs125
636 Fixed a runtime warning where an attempt to pack an
637 already packed GtkLabel was made.
639 2007-08-15 [ticho] 2.10.0cvs124
641 * src/prefs_compose_writing.c
642 Convert the insert-or-attach-dragged-files GtkOptionMenu
645 2007-08-14 [ticho] 2.10.0cvs123
649 Changed return receipt account selector to GtkComboBox.
650 Fixed a runtime warning where GTK tried to parse
651 "name <email@address" as a Pango markup in an alertpanel label.
653 2007-08-14 [ticho] 2.10.0cvs122
655 * src/prefs_logging.c
656 Changed GtkOptionMenu in logging preferences to GtkComboBox.
658 2007-08-14 [wwp] 2.10.0cvs121
662 * tools/popfile-link.sh
663 Added a new tool: POPFile helper, to open
664 selected messages in POPFile control center,
665 in order to change the messages' status.
667 2007-08-14 [ticho] 2.10.0cvs120
674 Change "Show send dialog" optionmenu to a checkbutton.
675 * src/prefs_receive.c
676 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
678 2007-08-13 [wwp] 2.10.0cvs119
689 * src/partial_download.c
695 * src/gtk/gtkaspell.c
697 Make sure we never pass NULL pointers for %s substitutions
698 (prevent from crashing in Windows).
700 2007-08-13 [wwp] 2.10.0cvs118
703 Re-enable mmap_reads in Windows with some missing
704 CloseHandle of mapping objects, thanks to
707 2007-08-13 [paul] 2.10.0cvs117
710 fix bug 1287, 'Compile time problem on Solaris
711 (nexenta gnu/Solaris) utils.c'
712 Thanks to Piotr Chrzczonowicz
714 2007-08-12 [wwp] 2.10.0cvs116
716 * src/plugins/pgpcore/prefs_gpg.c
717 Don't try to unset a GPG_AGENT_INFO that was not
718 set (and don't use a NULL string in Windows, it was
719 crashing with --debug if GPG_AGENT_INFO was not set).
721 2007-08-12 [wwp] 2.10.0cvs115
724 Make gcc type-check arguments passed to privacy_set_error().
726 2007-08-12 [ticho] 2.10.0cvs114
728 * src/prefs_folder_item.c
729 Make sure that folder default account combobox always has some
732 Handle empty combobox gracefully (warning instead of crash).
734 2007-08-12 [ticho] 2.10.0cvs114
736 * src/prefs_folder_item.c
737 Make sure that folder default account combobox is not empty.
739 Handle empty combobox gracefully (warning instead of crash).
741 2007-08-11 [paul] 2.10.0cvs113
745 use 'subfolder' instead of 'sub-folder', matching
746 everywhere else the term is used
750 2007-08-10 [wwp] 2.10.0cvs112
753 Disable mmap reads in Windows only (at least temporarily), they
754 prevent from renaming/removing target cache files.
760 2007-08-10 [wwp] 2.10.0cvs111
763 fix unpredictable crashes in Windows due to broken
764 cache/mark/tags files writting (file were opened for
765 writing in text mode).
768 use gettimeofday() from w32lib.h on Windows.
770 2007-08-10 [colin] 2.10.0cvs110
773 * src/etpan/imap-thread.c
774 * src/etpan/imap-thread.h
775 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
777 2007-08-09 [colin] 2.10.0cvs109
780 Fix port being reset to 636 on SSL
782 Fix folder_item_get_msg_num_by_file
783 on drafts/queue folders
785 2007-08-09 [wwp] 2.10.0cvs108
788 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
789 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
792 2007-08-09 [colin] 2.10.0cvs107
796 * src/gtk/prefswindow.c
797 A few Maemo layout fixes
799 2007-08-09 [paul] 2.10.0cvs106
801 * src/prefs_account.c
802 remove the hyphen from plug-ins to
803 match everywhere else
805 2007-08-08 [wwp] 2.10.0cvs105
807 * src/prefs_folder_item.c
808 Fix an extraneous stealth ^L char.
810 2007-08-08 [wwp] 2.10.0cvs104
812 * src/prefs_folder_item.c
813 Better fix, group variables declarations (USE_ASPELL).
815 2007-08-08 [wwp] 2.10.0cvs103
817 * src/prefs_folder_item.c
818 Fix compilation w/ USE_ASPELL set (broken
821 2007-08-08 [ticho] 2.10.0cvs102
823 * src/prefs_folder_item.c
824 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
826 2007-08-08 [colin] 2.10.0cvs101
829 * src/etpan/imap-thread.c
830 * src/etpan/imap-thread.h
831 Close selected mailbox before doing
834 2007-08-08 [colin] 2.10.0cvs100
837 Complete symbol table, thanks to wwp.
838 Fixes bug 1284, 'The html -> text
839 converter ignores entities'
843 2007-08-08 [colin] 2.10.0cvs99
846 Better way to fetch UIDs on non-UIDPLUS servers
848 2007-08-07 [colin] 2.10.0cvs98
851 fix bug 1275, 'auto-saved draft messages not
852 always being removed'; Also, make multiple
853 copy (in the same account) faster by matching
854 source/destination message UIDs.
856 Don't try to reshow deleted mail
858 Fix leak on error path
860 2007-08-07 [wwp] 2.10.0cvs97
863 * manual/advanced.xml
864 * manual/fr/account.xml
865 * manual/fr/advanced.xml
866 Updated the reference manual and the French translation to
867 reflect 2.10.0cvs84: enable running folder Processing
870 2007-08-06 [wwp] 2.10.0cvs96
875 Allow changing the emphasis color used to highlight
876 the newsreader/x-mailer header value when it matches
877 our preferred mail agent (hidden pref 'emphasis_col' added
880 2007-08-06 [colin] 2.10.0cvs95
884 Re-commit 2.10.0cvs86, with a protection
885 against Pango bug. Also, try to fix
886 bug 1275, 'auto-saved draft messages not
887 always being removed'
889 2007-08-06 [wwp] 2.10.0cvs94
891 * src/gtk/quicksearch.c
892 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
894 2007-08-06 [ticho] 2.10.0cvs93
896 * src/prefs_account.c
898 Use GtkComboBox instead of GtkOptionMenu for privacy system
899 selection in account preferences.
901 2007-08-06 [wwp] 2.10.0cvs92
903 * src/plugins/pgpcore/plugin.def
904 Apply one more chunk from gpg4win's 03-w32-port patch.
906 2007-08-05 [colin] 2.10.0cvs91
910 reverting buggy patch for now
912 2007-08-05 [colin] 2.10.0cvs90
917 2007-08-04 [colin] 2.10.0cvs89
919 * src/prefs_summaries.c
920 * src/summary_search.c
921 Replace deprecated widgets. Patch by
924 2007-08-04 [colin] 2.10.0cvs88
927 Refresh GUI only every 2000 mails on mh_get_last_num
928 This is fast (readdir) and done only once per
931 2007-08-03 [colin] 2.10.0cvs87
933 * src/prefs_account.c
936 Fix a deprecated widget. Patch by
939 2007-08-03 [colin] 2.10.0cvs86
943 Make colorisation and wrapping algorithms
944 faster. Fixes bug 1246, 'compose becomes
945 increasingly slow replying to complex emails'
947 2007-08-03 [paul] 2.10.0cvs85
950 keep the window painted
952 2007-08-02 [paul] 2.10.0cvs84
957 enable running folder Processing
960 2007-08-02 [paul] 2.10.0cvs83
963 speed up/clean up rendering of larger
967 2007-08-01 [paul] 2.10.0cvs82
972 change default toolbar layout on maemo
973 * src/pixmaps/close.xpm
974 make the red cross a grey cross
975 * src/pixmaps/jpilot.xpm
976 make icon smaller so it fits better
978 2007-07-31 [paul] 2.10.0cvs81
982 fix crash on maemo on first launch
984 2007-07-30 [paul] 2.10.0cvs80
986 * src/prefs_matcher.c
987 specify the units of age and size
989 2007-07-30 [paul] 2.10.0cvs79
992 Fix IMAP timeout setting
994 2007-07-30 [colin] 2.10.0cvs78
996 * src/prefs_account.c
997 Fix a deprecated widget. Patch by
1000 2007-07-27 [paul] 2.10.0cvs77
1002 * src/matcher_parser_parse.y
1003 * src/prefs_filtering_action.c
1004 * src/prefs_matcher.c
1005 these changes forgotten in cvs74's
1006 'watch thread' feature
1008 2007-07-27 [paul] 2.10.0cvs76
1011 fix potential crasher
1014 2007-07-27 [paul] 2.10.0cvs75
1019 * src/gtk/gtkutils.c
1020 make mainwindow's /Help/Manual point to the
1021 remote copy if the local copy doesn't exist
1023 2007-07-27 [paul] 2.10.0cvs74
1031 * src/matcher_parser_parse.y
1034 * src/stock_pixmap.c
1035 * src/stock_pixmap.h
1040 * src/pixmaps/watchthread.xpm
1041 add 'watch thread' feature
1043 2007-07-27 [paul] 2.10.0cvs73
1045 * src/prefs_folder_item.c
1046 adjust labels, add tooltips
1048 2007-07-27 [colin] 2.10.0cvs72
1051 Maemo: Remove less used menu items
1053 2007-07-26 [colin] 2.10.0cvs71
1056 Maemo: destroy messageview after trashing mail.
1057 Maybe should be done on X11 too
1059 2007-07-26 [colin] 2.10.0cvs70
1063 * src/prefs_common.c
1064 * src/prefs_common.h
1066 Add View/Show or Hide/Column headers
1068 2007-07-26 [colin] 2.10.0cvs69
1073 2007-07-26 [colin] 2.10.0cvs68
1076 Fix possible crash on cache invalidation
1080 * src/quote_fmt_parse.y
1081 Make replying to mails with big attachments
1082 much faster. Fixes bug 1224, 'The process of
1083 Replying to emails with large attachments
1084 seems unreasonably long...'
1086 2007-07-26 [colin] 2.10.0cvs67
1091 Fix threads use on BSDs
1093 2007-07-26 [paul] 2.10.0cvs66
1095 * src/gtk/prefswindow.c
1096 fix account prefs breakage
1099 2007-07-26 [paul] 2.10.0cvs65
1102 standardise ./configure --help messages
1104 2007-07-26 [colin] 2.10.0cvs64
1108 Fix two vCard-related crashes
1110 2007-07-25 [colin] 2.10.0cvs63
1113 * src/prefs_common.c
1114 * src/prefs_common.h
1115 * src/prefs_receive.c
1116 Maemo: Add a better way to notify of
1122 Maemo: Various layout fixes
1123 * src/gtk/prefswindow.c
1124 Maemo: Better prefs layout
1126 2007-07-25 [paul] 2.10.0cvs62
1129 fix the layout on maemo
1132 2007-07-25 [iwkse] 2.10.0cvs61
1135 add 'o' shortcut on summaryview
1137 2007-07-25 [iwkse] 2.10.0cvs60
1142 2007-07-24 [colin] 2.10.0cvs59
1145 Fix missing timestamp update on source
1149 Better text layout on part's choices
1151 2007-07-23 [colin] 2.10.0cvs58
1155 Maemo: Automatically choose the correct application
1157 * src/gtk/quicksearch.c
1158 Make search run on GDK_KP_Enter too
1160 2007-07-23 [wwp] 2.10.0cvs57
1162 * src/quote_fmt_lex.l
1163 Revert accidentaly committed lines (account_sig) in
1166 2007-07-23 [wwp] 2.10.0cvs56
1168 * src/quote_fmt_lex.l
1169 Fix typos around long form expressions in the quote lexer.
1175 2007-07-23 [colin] 2.10.0cvs55
1178 Fix auto-completion on Maemo
1180 2007-07-23 [colin] 2.10.0cvs54
1183 Maemo: Fix sticking statusbars
1185 2007-07-22 [colin] 2.10.0cvs53
1188 Maemo: Fix the strange "top_application" info
1189 at startup. We should do something when
1190 receiving such a message.
1192 2007-07-20 [paul] 2.10.0cvs52
1195 add missing #include "statusbar.h"
1197 2007-07-20 [colin] 2.10.0cvs51
1201 * src/folder_item_prefs.c
1202 * src/folder_item_prefs.h
1210 * src/prefs_folder_item.c
1211 Implement age-based caching: allow to
1212 specify a threshold for the offline synchronisation
1213 feature, and whether old cached bodies should
1218 * src/plugins/dillo_viewer/dillo_viewer.c
1219 Check that Dillo's installed
1221 2007-07-20 [wwp] 2.10.0cvs50
1224 * src/stock_pixmap.c
1225 Draw a frame around the selected mimeview part icon (instead of the
1226 shifted 'dancing' icon).
1228 2007-07-20 [colin] 2.10.0cvs49
1231 Unref stuff even on error
1233 disconnect signals only at the very
1234 end of the wizard save.
1236 2007-07-20 [colin] 2.10.0cvs48
1242 Fix random crashes while navigating
1245 2007-07-19 [colin] 2.10.0cvs47
1249 * src/prefs_common.c
1250 * src/prefs_common.h
1253 * src/common/utils.c
1254 Maemo: add an easy way to store data (mails
1255 and IMAP/NNTP caches) on one of the SD cards,
1256 and protect against unmounts if needed
1258 2007-07-19 [paul] 2.10.0cvs46
1261 * src/stock_pixmap.c
1263 * src/pixmaps/claws-mail_logo-small.xpm
1264 implement a (slightly) different About
1265 dialog for maemo and add a small version
1268 use a scrolled window for wizard page 1
1271 2007-07-19 [paul] 2.10.0cvs45
1274 too soon for this line
1276 2007-07-19 [paul] 2.10.0cvs44
1281 2007-07-19 [colin] 2.10.0cvs43
1284 Solve Mail/Mailbox name when specifying
1287 2007-07-18 [colin] 2.10.0cvs42
1293 2007-07-18 [colin] 2.10.0cvs41
1296 Maemo: plug the online/offline system into
1297 maemo's interfaces to have Claws automatically
1298 switch according to the system status
1300 Maemo: use HildonBanners to display status
1301 messages. Renders the main statusbar useless.
1303 2007-07-18 [paul] 2.10.0cvs40
1306 fix screen blanking on moving/copying many msgs
1308 fix processing progressbar and screen blanking
1311 2007-07-18 [paul] 2.10.0cvs39
1314 revert cvs37, breakage on maemo
1316 2007-07-18 [paul] 2.10.0cvs38
1318 * src/gtk/gtkutils.c
1319 make sure we can still build with older GTK's
1321 2007-07-18 [colin] 2.10.0cvs37
1324 Only hide the small layout's messageview, instead
1325 of destroying it when closing
1326 * src/gtk/gtkutils.c
1327 Use gtk_window_present_with_time to popup windows,
1328 it seems to make things better with modern WMs
1331 2007-07-17 [colin] 2.10.0cvs36
1334 Simplify layout on Maemo
1337 * src/prefs_display_header.c
1338 Remove some headers by default on Maemo
1340 2007-07-17 [paul] 2.10.0cvs35
1342 * src/prefs_common.c
1343 * src/prefs_common.h
1344 * src/prefs_logging.c
1346 add options to stop/enable writing logs to disc
1348 2007-07-17 [paul] 2.10.0cvs34
1351 fix some issues with the Apply tags window:
1352 - set search column (enables autocompl in the treeview)
1353 - apply tag from "New tag" if it existed
1354 - clears New tag entry when adding it with the button
1357 2007-07-17 [paul] 2.10.0cvs33
1360 fix 'apply tags' dialogue weirdness
1362 2007-07-16 [colin] 2.10.0cvs32
1365 Fix double-loading of mails on Maemo
1367 2007-07-16 [colin] 2.10.0cvs31
1370 Prevent double-loading of the same part under some
1371 conditions; hide statusbar on Maemo
1373 2007-07-16 [colin] 2.10.0cvs30
1379 Improve the tag interface - allow
1380 to set/unset tags from a special
1382 * src/gtk/gtkvscrollbutton.c
1385 * src/stock_pixmap.c
1386 Fix Mimeview's ugly hacks in the
1389 2007-07-16 [paul] 2.10.0cvs29
1393 * src/gtk/icon_legend.c
1394 put it all in a scrolled window
1396 2007-07-15 [colin] 2.10.0cvs28
1399 Maemo: force layout to be Small screen; the
1400 others don't make sense
1402 2007-07-14 [colin] 2.10.0cvs27
1405 * src/gtk/gtkvscrollbutton.c
1406 Maemo: Fix mimeview's buttons size
1408 2007-07-14 [colin] 2.10.0cvs26
1411 Fix the button workaround fix.
1412 (Use the correct variable)
1414 2007-07-14 [colin] 2.10.0cvs25
1418 Maemo: put the progress bar in the
1421 2007-07-14 [colin] 2.10.0cvs24
1423 * src/prefs_common.c
1424 Maemo: hide statusbar by default
1426 * src/stock_pixmap.c
1427 * src/stock_pixmap.h
1429 * src/pixmaps/go_folders.xpm
1430 Maemo: Add a specific icon to go back to
1433 2007-07-14 [colin] 2.10.0cvs23
1436 Don't set homogeneous finally
1438 2007-07-14 [colin] 2.10.0cvs22
1441 Fix button show/hide issues
1443 2007-07-14 [colin] 2.10.0cvs21
1447 Fix button workaround to be able to click
1448 if mouse was on button when it went un-
1450 Revert previous commit, gtk_tool_item_set_homogeneous
1451 doesn't mean what it seems to mean ;-)
1453 2007-07-14 [paul] 2.10.0cvs20
1456 make homogeneous FALSE always
1458 2007-07-13 [colin] 2.10.0cvs19
1462 Rework to fit the non-deprecated API
1468 Maemo layout changes. Better toolbars,
1469 removal of CTree headers.
1471 2007-07-13 [paul] 2.10.0cvs18
1473 * src/gtk/colorlabel.c
1474 fix bug 1261, '[DE] coloring messages in overview
1475 keys are not localised'
1476 the string is now included in claws-mail.pot
1478 2007-07-13 [colin] 2.10.0cvs17
1481 Fix bug 1267, 'printing mutliple messages
1482 opens one message-dialog after the other'
1483 Ask for confirmation when printing 10
1486 2007-07-11 [colin] 2.10.0cvs16
1491 * manual/claws-mail-manual.xml
1493 * manual/es/claws-mail-manual.xml
1495 * manual/fr/claws-mail-manual.xml
1518 * src/addressbook_foldersel.c
1519 * src/addressbook_foldersel.h
1543 * src/customheader.c
1544 * src/customheader.h
1545 * src/displayheader.c
1546 * src/displayheader.h
1549 * src/editaddress_other_attributes_ldap.c
1550 * src/editaddress_other_attributes_ldap.h
1559 * src/editldap_basedn.c
1560 * src/editldap_basedn.h
1581 * src/folder_item_prefs.c
1582 * src/folder_item_prefs.h
1591 * src/grouplistdialog.c
1592 * src/grouplistdialog.h
1597 * src/image_viewer.c
1598 * src/image_viewer.h
1639 * src/matcher_parser.h
1640 * src/matcher_parser_lex.l
1641 * src/matcher_parser_parse.y
1644 * src/message_search.c
1645 * src/message_search.h
1664 * src/partial_download.c
1665 * src/partial_download.h
1670 * src/prefs_account.c
1671 * src/prefs_account.h
1672 * src/prefs_actions.c
1673 * src/prefs_actions.h
1674 * src/prefs_common.c
1675 * src/prefs_common.h
1676 * src/prefs_compose_writing.c
1677 * src/prefs_compose_writing.h
1678 * src/prefs_customheader.c
1679 * src/prefs_customheader.h
1680 * src/prefs_display_header.c
1681 * src/prefs_display_header.h
1682 * src/prefs_ext_prog.c
1683 * src/prefs_ext_prog.h
1684 * src/prefs_filtering.c
1685 * src/prefs_filtering.h
1686 * src/prefs_filtering_action.c
1687 * src/prefs_filtering_action.h
1688 * src/prefs_folder_column.c
1689 * src/prefs_folder_column.h
1690 * src/prefs_folder_item.c
1691 * src/prefs_folder_item.h
1696 * src/prefs_image_viewer.c
1697 * src/prefs_image_viewer.h
1698 * src/prefs_logging.c
1699 * src/prefs_logging.h
1700 * src/prefs_matcher.c
1701 * src/prefs_matcher.h
1702 * src/prefs_message.c
1703 * src/prefs_message.h
1704 * src/prefs_msg_colors.c
1705 * src/prefs_msg_colors.h
1710 * src/prefs_receive.c
1711 * src/prefs_receive.h
1714 * src/prefs_spelling.c
1715 * src/prefs_spelling.h
1716 * src/prefs_summaries.c
1717 * src/prefs_summaries.h
1718 * src/prefs_summary_column.c
1719 * src/prefs_summary_column.h
1720 * src/prefs_summary_open.c
1721 * src/prefs_summary_open.h
1722 * src/prefs_template.c
1723 * src/prefs_template.h
1724 * src/prefs_themes.c
1725 * src/prefs_themes.h
1726 * src/prefs_toolbar.c
1727 * src/prefs_toolbar.h
1728 * src/prefs_wrapping.c
1729 * src/prefs_wrapping.h
1739 * src/quote_fmt_lex.l
1740 * src/quote_fmt_parse.y
1743 * src/remotefolder.c
1744 * src/remotefolder.h
1745 * src/send_message.c
1746 * src/send_message.h
1749 * src/simple-gettext.c
1750 * src/sourcewindow.c
1751 * src/sourcewindow.h
1756 * src/stock_pixmap.c
1757 * src/stock_pixmap.h
1758 * src/summary_search.c
1759 * src/summary_search.h
1776 * src/common/base64.c
1777 * src/common/base64.h
1778 * src/common/claws.c
1779 * src/common/claws.h
1781 * src/common/fnmatch.c
1782 * src/common/fnmatch.h
1783 * src/common/fnmatch_loop.c
1784 * src/common/hooks.c
1785 * src/common/hooks.h
1790 * src/common/mgutils.c
1791 * src/common/mgutils.h
1794 * src/common/passcrypt.c
1795 * src/common/passcrypt.h.in
1796 * src/common/plugin.c
1797 * src/common/plugin.h
1798 * src/common/prefs.c
1799 * src/common/prefs.h
1800 * src/common/progressindicator.c
1801 * src/common/progressindicator.h
1802 * src/common/quoted-printable.c
1803 * src/common/quoted-printable.h
1804 * src/common/session.c
1805 * src/common/session.h
1808 * src/common/socket.c
1809 * src/common/socket.h
1812 * src/common/ssl_certificate.c
1813 * src/common/ssl_certificate.h
1814 * src/common/string_match.c
1815 * src/common/string_match.h
1816 * src/common/stringtable.c
1817 * src/common/stringtable.h
1820 * src/common/template.c
1821 * src/common/template.h
1822 * src/common/timing.h
1823 * src/common/utils.c
1824 * src/common/utils.h
1825 * src/common/uuencode.c
1826 * src/common/uuencode.h
1827 * src/common/version.h.in
1828 * src/common/w32_dirent.c
1829 * src/common/w32_reg.c
1830 * src/common/w32_signal.c
1831 * src/common/w32_stat.c
1832 * src/common/w32_stdlib.c
1833 * src/common/w32_string.c
1834 * src/common/w32_time.c
1835 * src/common/w32_unistd.c
1836 * src/common/w32_wait.c
1837 * src/common/w32lib.h
1840 * src/common/xmlprops.c
1841 * src/common/xmlprops.h
1842 * src/etpan/etpan-errors.h
1843 * src/etpan/etpan-thread-manager-types.h
1844 * src/etpan/etpan-thread-manager.c
1845 * src/etpan/etpan-thread-manager.h
1846 * src/etpan/imap-thread.c
1847 * src/etpan/imap-thread.h
1850 * src/gtk/colorlabel.c
1851 * src/gtk/colorlabel.h
1852 * src/gtk/colorsel.c
1853 * src/gtk/colorsel.h
1854 * src/gtk/combobox.c
1855 * src/gtk/combobox.h
1856 * src/gtk/description_window.c
1857 * src/gtk/description_window.h
1860 * src/gtk/foldersort.c
1861 * src/gtk/foldersort.h
1862 * src/gtk/gtkaspell.c
1863 * src/gtk/gtkaspell.h
1864 * src/gtk/gtksctree.c
1865 * src/gtk/gtkshruler.c
1866 * src/gtk/gtkshruler.h
1867 * src/gtk/gtksourceprintjob.c
1868 * src/gtk/gtksourceprintjob.h
1869 * src/gtk/gtkutils.c
1870 * src/gtk/gtkutils.h
1871 * src/gtk/gtkvscrollbutton.c
1872 * src/gtk/gtkvscrollbutton.h
1873 * src/gtk/icon_legend.c
1874 * src/gtk/icon_legend.h
1875 * src/gtk/inputdialog.c
1876 * src/gtk/inputdialog.h
1877 * src/gtk/logwindow.c
1878 * src/gtk/logwindow.h
1879 * src/gtk/manage_window.c
1880 * src/gtk/manage_window.h
1883 * src/gtk/pluginwindow.c
1884 * src/gtk/pluginwindow.h
1885 * src/gtk/prefswindow.c
1886 * src/gtk/prefswindow.h
1887 * src/gtk/progressdialog.c
1888 * src/gtk/progressdialog.h
1889 * src/gtk/quicksearch.c
1890 * src/gtk/quicksearch.h
1891 * src/gtk/sslcertwindow.c
1892 * src/gtk/sslcertwindow.h
1893 * src/plugins/bogofilter/bogofilter.c
1894 * src/plugins/bogofilter/bogofilter.h
1895 * src/plugins/bogofilter/bogofilter_gtk.c
1896 * src/plugins/clamav/clamav_plugin.c
1897 * src/plugins/clamav/clamav_plugin.h
1898 * src/plugins/clamav/clamav_plugin_gtk.c
1899 * src/plugins/demo/demo.c
1900 * src/plugins/dillo_viewer/dillo_prefs.c
1901 * src/plugins/dillo_viewer/dillo_prefs.h
1902 * src/plugins/dillo_viewer/dillo_viewer.c
1903 * src/plugins/pgpcore/passphrase.c
1904 * src/plugins/pgpcore/passphrase.h
1905 * src/plugins/pgpcore/pgp_viewer.c
1906 * src/plugins/pgpcore/pgp_viewer.h
1907 * src/plugins/pgpcore/plugin.c
1908 * src/plugins/pgpcore/prefs_gpg.c
1909 * src/plugins/pgpcore/prefs_gpg.h
1910 * src/plugins/pgpcore/select-keys.c
1911 * src/plugins/pgpcore/select-keys.h
1912 * src/plugins/pgpcore/sgpgme.c
1913 * src/plugins/pgpcore/sgpgme.h
1914 * src/plugins/pgpinline/pgpinline.c
1915 * src/plugins/pgpinline/pgpinline.h
1916 * src/plugins/pgpinline/plugin.c
1917 * src/plugins/pgpmime/pgpmime.c
1918 * src/plugins/pgpmime/pgpmime.h
1919 * src/plugins/pgpmime/plugin.c
1920 * src/plugins/spamassassin/spamassassin.c
1921 * src/plugins/spamassassin/spamassassin.h
1922 * src/plugins/spamassassin/spamassassin_gtk.c
1923 * src/plugins/trayicon/trayicon.c
1924 * src/plugins/trayicon/trayicon_prefs.c
1925 * src/plugins/trayicon/trayicon_prefs.h
1926 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1927 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1928 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1929 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1930 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1931 * tools/OOo2claws-mail.pl
1932 * tools/README.sylprint
1933 * tools/acroread2claws-mail.pl
1934 * tools/claws-mail-compose-insert-files.pl
1935 * tools/convert_mbox.pl
1936 * tools/filter_conv.pl
1937 * tools/filter_conv_new.pl
1939 * tools/freshmeat_search.pl
1940 * tools/google_search.pl
1941 * tools/kmail-mailbox2claws-mail.pl
1942 * tools/kmail2claws-mail.pl
1943 * tools/kmail2claws-mail_v2.pl
1945 * tools/make.themes.project
1946 * tools/multiwebsearch.pl
1947 * tools/nautilus2claws-mail.sh
1948 * tools/outlook2claws-mail.pl
1949 * tools/textviewer.sh
1950 * tools/thunderbird-filters-convertor.pl
1953 * tools/vcard2xml.py
1954 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1955 Upgrade to GPLv3 or later.
1957 2007-07-10 [wwp] 2.10.0cvs15
1960 Fix re-opening of all composing messages that were
1961 opened when closing the previous instance, thanks
1964 2007-07-10 [paul] 2.10.0cvs14
1966 * src/editaddress_other_attributes_ldap.c
1968 fix crash on selecting 'other attributes' combo
1969 for either a new entry or an old entry with no
1970 existing attributes.
1971 fix bug on editing multiple attributes which
1972 resulted them all having the value of the last
1976 2007-07-10 [colin] 2.10.0cvs13
1979 * src/editaddress_other_attributes_ldap.h
1981 Fix --disable-ldap build
1983 2007-07-09 [colin] 2.10.0cvs12
1989 * src/editaddress_other_attributes_ldap.c
1990 * src/editaddress_other_attributes_ldap.h
1995 Add capability to edit all inetOrgPerson
1996 attributes on LDAP. Patch by Michael
1999 2007-07-09 [colin] 2.10.0cvs11
2005 * src/prefs_summaries.c
2006 * src/prefs_themes.c
2008 * src/common/Makefile.am
2010 * src/common/timing.h
2011 * src/common/utils.c
2012 * src/common/utils.h
2013 * src/common/w32_account.c
2014 * src/common/w32lib.h
2015 * src/gtk/Makefile.am
2016 * src/gtk/colorlabel.c
2017 * src/plugins/pgpcore/Makefile.am
2018 * src/plugins/pgpcore/claws.def
2019 * src/plugins/pgpcore/passphrase.c
2020 * src/plugins/pgpcore/pgp_viewer.c
2021 * src/plugins/pgpcore/plugin.def
2022 * src/plugins/pgpcore/sgpgme.c
2023 * src/plugins/pgpinline/Makefile.am
2024 * src/plugins/pgpinline/claws.def
2025 * src/plugins/pgpinline/mypgpcore.def
2026 * src/plugins/pgpinline/plugin.def
2027 * src/plugins/pgpmime/Makefile.am
2028 * src/plugins/pgpmime/claws.def
2029 * src/plugins/pgpmime/mypgpcore.def
2030 * src/plugins/pgpmime/plugin.def
2031 Commit win32 patch, from Werner Koch and
2034 2007-07-09 [colin] 2.10.0cvs10
2036 * src/prefs_toolbar.c
2037 Fix crash when no actions exist
2039 2007-07-07 [paul] 2.10.0cvs9
2042 * manual/claws-mail-manual.xml
2043 update copyright year
2045 updated by Flammie Pirinen
2047 2007-07-05 [wwp] 2.10.0cvs8
2049 * src/plugins/clamav/clamav_plugin_gtk.c
2050 Make vertical spacing like in other plugin prefs pages.
2052 2007-07-05 [wwp] 2.10.0cvs7
2055 It's %am that works, not %ae (this doc incoherence has been
2056 introduced with 2.9.2cvs13).
2058 2007-07-04 [wwp] 2.10.0cvs6
2060 * src/plugins/bogofilter/bogofilter.c
2061 Gettext-ize an occurrence of "Any" that wasn't.
2063 2007-07-04 [colin] 2.10.0cvs5
2066 Fix untranslated strings; thanks
2069 2007-07-03 [colin] 2.10.0cvs4
2073 Fix saving of sort mode for tags and
2074 thread date. Thanks to Pierre Ossman.
2075 Completes fix for bug 1233
2077 2007-07-03 [paul] 2.10.0cvs3
2085 2007-07-02 [colin] 2.10.0cvs2
2091 Add View/Sort/by Thread date
2092 Fixes bug 1233, 'Capability to sort
2093 threads by most recent message'
2094 Based on a patch by Paul Rolland
2096 2007-07-02 [colin] 2.10.0cvs1
2113 * src/matcher_parser_parse.y
2117 * src/prefs_common.c
2118 * src/prefs_common.h
2119 * src/prefs_filtering_action.c
2120 * src/prefs_matcher.c
2121 * src/prefs_summary_column.c
2125 * src/quote_fmt_lex.l
2126 * src/quote_fmt_parse.y
2130 * src/common/Makefile.am
2134 * src/gtk/quicksearch.c
2135 * src/gtk/quicksearch.h
2136 Add Tags implementation. Tags are arbitrary labels
2137 that can be applied to messages. It is possible
2138 to create, edit, remove tags; apply them to mails;
2139 filter on tags or tag presence; apply or unset
2140 tags via filtering actions; reference tags in
2143 2007-07-02 [paul] 2.10.0
2150 2007-07-02 [paul] 2.9.2cvs78
2160 updated by Stephan Sachse, me, Ricardo Mones
2161 Lastra, Fabien Vantard, Pader Rezso, Frederico
2162 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2164 2007-07-02 [paul] 2.9.2cvs77
2169 2007-06-29 [wwp] 2.9.2cvs76
2172 Fix a typo (thanks to Ricardo for finding this out).
2174 2007-06-28 [paul] 2.9.2cvs75
2179 2007-06-28 [paul] 2.9.2cvs74
2182 fix bug in the autotools build system.
2183 Files cataloged under EXTRA_DIST were never
2184 automatically copied to the build tree.
2185 (fix 'make distcheck')
2186 Patch by Michael Rasmussen.
2188 2007-06-24 [colin] 2.9.2cvs73
2191 Fix bug 1249, 'Error handling for
2192 news errors needs modification'
2193 Only popup error if the according
2194 pref in Prefs/Receive is set.
2196 2007-06-21 [colin] 2.9.2cvs72
2198 * src/common/plugin.c
2199 * src/common/plugin.h
2200 Change plugin API to know whether it's safe to
2201 unload plugins or whether we should just hide
2202 them. Fixes bug 1248, 'Core dumps after
2203 unloading plugin and clicking on load plugins'
2204 * src/plugins/bogofilter/bogofilter.c
2205 * src/plugins/clamav/clamav_plugin.c
2206 * src/plugins/demo/demo.c
2207 * src/plugins/dillo_viewer/dillo_viewer.c
2208 * src/plugins/pgpcore/plugin.c
2209 * src/plugins/pgpinline/plugin.c
2210 * src/plugins/pgpmime/plugin.c
2211 * src/plugins/spamassassin/spamassassin.c
2212 * src/plugins/trayicon/trayicon.c
2215 2007-06-19 [colin] 2.9.2cvs71
2219 Fix crash mentioned in bug 1246
2220 Race condition when automatically drafting
2221 due to insertion on reedit.
2223 2007-06-18 [wwp] 2.9.2cvs70
2226 LDIF import: use a "Proceed" button to complete
2229 2007-06-18 [paul] 2.9.2cvs69
2232 use pkgconfig to check for gtk and glib
2234 2007-06-17 [wwp] 2.9.2cvs68
2238 LDIF import: better error handling, minor code
2239 and UI cleanup, and renamed the Save button
2240 to Close, as imported stuff is already saved
2241 when the Save button is shown.
2243 2007-06-17 [colin] 2.9.2cvs67
2245 * src/prefs_summaries.c
2247 Don't set as read when forwarded, only replied to
2249 2007-06-17 [paul] 2.9.2cvs66
2252 add missing #include
2254 2007-06-16 [colin] 2.9.2cvs65
2256 * src/prefs_summaries.c
2258 Change the pref "Only mark as read when opened
2259 in new window" to "..., replied to or forwarded".
2260 Based on a patch by Paul Rolland.
2262 2007-06-16 [paul] 2.9.2cvs64
2265 alphabetical order! :)
2267 2007-06-16 [colin] 2.9.2cvs63
2271 Add Michael Rasmussen in authors list
2273 2007-06-16 [colin] 2.9.2cvs62
2276 Fix messageview_copy_clipboard to take advantage
2277 of plugins' get_selection.
2279 2007-06-15 [colin] 2.9.2cvs61
2285 * src/message_search.c
2287 * src/summary_search.c
2290 Allow GDK_KP_Enter to do the same as GDK_Return
2291 Patch by Michael Rasmussen
2293 2007-06-15 [paul] 2.9.2cvs60
2296 fix bug when closing a compose window
2299 2007-06-14 [paul] 2.9.2cvs59
2303 migrate sylpheed config
2305 2007-06-14 [wwp] 2.9.2cvs58
2307 * src/gtk/pluginwindow.c
2308 Yet another attempt to fix sizing/alignment of the
2309 button bar in plugins window.
2311 2007-06-12 [colin] 2.9.2cvs57
2316 * src/prefs_common.c
2317 * src/prefs_common.h
2318 * src/prefs_summaries.c
2319 * src/prefs_summary_open.c
2320 * src/prefs_summary_open.h
2322 Make "when entering a folder" actions more personalisable
2324 2007-06-12 [wwp] 2.9.2cvs56
2327 Use short description from Paul (mairix.sh).
2329 2007-06-12 [wwp] 2.9.2cvs55
2332 Updated info about mairix.sh.
2334 2007-06-11 [paul] 2.9.2cvs54
2336 * src/prefs_logging.c
2337 rework log window length widgets
2338 and some sensitivity fixes
2340 2007-06-11 [paul] 2.9.2cvs53
2343 * src/prefs_logging.c
2344 rename 'Protocol Log' to 'Network Log'
2345 and some function renaming
2347 2007-06-10 [wwp] 2.9.2cvs52
2349 * src/gtk/pluginwindow.c
2352 2007-06-10 [wwp] 2.9.2cvs51
2354 * src/gtk/pluginwindow.c
2355 Fix button bar in plugin window, was centered and not
2356 behaving like other dialogs w/ such button bar.
2358 2007-06-08 [wwp] 2.9.2cvs50
2365 Provide a way out of automatic draft saving on IMAP, when
2367 Prevent drafting while sending and quitting while sending.
2372 2007-06-08 [wwp] 2.9.2cvs49
2374 * src/prefs_account.c
2375 * src/gtk/prefswindow.c
2376 * src/gtk/prefswindow.h
2377 Activate the Basic page when opening account prefs.
2379 2007-06-08 [wwp] 2.9.2cvs48
2381 * src/common/socket.c
2382 Don't crash if fork() fails, thanks to Colin.
2384 2007-06-08 [wwp] 2.9.2cvs47
2386 * src/gtk/prefswindow.c
2387 Wrap some long lines, and reset horizontal scroller's adjusment
2388 (this was already done, vertically), when changing tab (not page)
2391 2007-06-08 [paul] 2.9.2cvs46
2393 * src/common/utils.c
2394 use gethostname() instead of uname()
2395 based on a patch by Michael Hughes
2396 <Sylpheed-Claws_user@thehugheslogcabin.net>
2398 2007-06-07 [wwp] 2.9.2cvs45
2400 * src/prefs_common.c
2401 Fix some useless warnings, thanks to Colin.
2403 2007-06-06 [colin] 2.9.2cvs44
2406 Fix strange allocations.
2408 2007-06-06 [colin] 2.9.2cvs43
2411 Patch by Michael Rasmussus to help
2414 2007-06-05 [wwp] 2.9.2cvs42
2416 * src/prefs_account.c
2417 * src/prefs_folder_item.c
2421 Per-folder templates can now be applied recursively.
2422 Always save per-folder templates (formats were erroneously
2423 saved only if they were enabled).
2424 Check for validity of quotation marks everywhere there
2427 2007-06-05 [wwp] 2.9.2cvs41
2430 Fix incoming messages from local accounts always getting filtered
2431 (even if the account prefs say don't), thanks to Colin.
2433 2007-06-05 [wwp] 2.9.2cvs40
2437 Use per-folder/per-account quote chars when applying a
2438 template or inserting text as well. Const'ify some
2441 2007-06-04 [colin] 2.9.2cvs39
2444 More work for wwp :)
2446 2007-06-04 [wwp] 2.9.2cvs38
2449 Same as 2.9.2cvs36 but for forwarding.
2451 2007-06-04 [colin] 2.9.2cvs37
2454 Use original mail file for forward/redirect
2455 Fixes some forwarded mails to be attached as
2456 application/octet-stream (when they have binary
2457 parts), and incidentally fixes bug 848
2458 'Redirect breaks GnuPG'
2460 2007-06-04 [wwp] 2.9.2cvs36
2463 Fix quote mark mis-initialisation when replying/forwarding
2464 (introduced w/ 2.9.2cvs20).
2466 2007-06-04 [wwp] 2.9.2cvs35
2468 * src/prefs_compose_writing.c
2470 Fix a bug where Quotation characters (prefs/compose/writing)
2471 was cleared (introduced w/ 2.9.2cvs26).
2473 2007-06-04 [wwp] 2.9.2cvs34
2475 * src/prefs_account.c
2476 * src/prefs_account.h
2477 Better fix for compiling w/o aspell (rollbacks
2480 2007-06-04 [wwp] 2.9.2cvs33
2483 * src/prefs_account.c
2484 * src/prefs_account.h
2486 It's now possible to disable mail filtering plugins
2487 on a per-account basis.
2489 2007-06-04 [wwp] 2.9.2cvs32
2492 * src/common/utils.c
2493 * src/common/utils.h
2494 Support CRLF in headers part of messages.
2495 Support few more date formats (RFC3339 subsets).
2497 2007-06-04 [wwp] 2.9.2cvs31
2499 * src/prefs_account.c
2500 Fix compiling w/o aspell support.
2502 2007-06-03 [wwp] 2.9.2cvs30
2505 Don't decode leading ENV_ and ~ in P_PASSWORD
2508 2007-06-03 [wwp] 2.9.2cvs29
2511 Don't decode leading ENV_ and ~ in P_PASSWORD
2514 2007-06-03 [wwp] 2.9.2cvs28
2516 * src/prefs_account.c
2517 * src/gtk/prefswindow.c
2518 * src/gtk/prefswindow.h
2519 Added a way to force preloading of all pages
2521 Moved tabs to pages in account prefs.
2523 2007-06-02 [colin] 2.9.2cvs27
2526 Fix possible crash, fix ldap write bugs
2528 Fix ldap write bugs - patch by Michael
2532 Add a hook whenever alertpanel opens/closes
2534 2007-05-31 [wwp] 2.9.2cvs26
2536 * src/prefs_compose_writing.c
2538 Re-organized writing options a bit:
2539 - renamed the Quoting page to Templates
2540 - moved all composing templates to that page
2541 - moved non-templates options to the Writing one,
2542 grouped reply-related options, reordered reply and
2545 2007-05-31 [wwp] 2.9.2cvs25
2548 Removed unused code.
2550 2007-05-31 [colin] 2.9.2cvs24
2553 Fix missing display name when modifying
2554 LDAP. Patch by Michael Rasmussen
2556 2007-05-31 [wwp] 2.9.2cvs23
2558 * src/plugins/bogofilter/Makefile.am
2559 * src/plugins/clamav/Makefile.am
2560 * src/plugins/demo/Makefile.am
2561 * src/plugins/dillo_viewer/Makefile.am
2562 * src/plugins/spamassassin/Makefile.am
2563 Fix building of those plugins in Mac OS X.
2565 2007-05-30 [wwp] 2.9.2cvs22
2567 * src/gtk/quicksearch.c
2568 Fix missing initialization.
2570 2007-05-30 [wwp] 2.9.2cvs21
2573 Revert accidental commit (debug outputs).
2575 2007-05-30 [wwp] 2.9.2cvs20
2578 * src/folder_item_prefs.c
2579 * src/folder_item_prefs.h
2580 * src/prefs_account.c
2581 * src/prefs_account.h
2582 * src/prefs_folder_item.c
2585 Implemented per-account and per-folder
2586 compose/reply/forward formats.
2588 2007-05-30 [wwp] 2.9.2cvs19
2590 * src/prefs_compose_writing.c
2595 Internal API changes (factorize quote format
2598 2007-05-30 [colin] 2.9.2cvs18
2601 Fix race where it's possible to re-click Send
2602 between end of SMTP session and end of "move to
2603 sent folder" when sending an email with send
2606 2007-05-30 [colin] 2.9.2cvs17
2609 Ask for backtrace on all threads. Patch by
2612 Fix stale news statusbar when scanning fails.
2615 Fix some LDAP write updates bugs. Patch
2616 by Michael Rasmussen
2618 2007-05-29 [colin] 2.9.2cvs16
2621 Fix loss of local flags when moving mails
2622 on IMAP in high-bandwidth mode (UID FETCH)
2624 2007-05-25 [paul] 2.9.2cvs15
2626 * src/common/socket.c
2627 fix sometimes crasher on cancelling
2630 2007-05-25 [colin] 2.9.2cvs14
2635 Be more helpful in the subscription
2638 2007-05-23 [wwp] 2.9.2cvs13
2641 * src/prefs_compose_writing.c
2643 * src/prefs_template.c
2644 * src/prefs_template.h
2647 * src/quote_fmt_lex.l
2648 * src/quote_fmt_parse.y
2649 Introduced new syntax elements (symbols and commands)
2650 in templates/quote_fmt. Compatibility w/ old
2652 Updated and reworked the corresponding Information
2654 Display the line number in dialogs that talk about
2655 parser errors (in addition to the error message in
2658 2007-05-23 [wwp] 2.9.2cvs12
2660 * src/quote_fmt_parse.y
2661 Fix 2.9.2cvs11, probably a paste accident ;).
2663 2007-05-23 [wwp] 2.9.2cvs11
2666 * src/prefs_template.c
2668 * src/quote_fmt_parse.y
2669 Fix 2.9.2cvs10, which broke --disable-aspell.
2671 2007-05-22 [wwp] 2.9.2cvs10
2674 * src/prefs_template.c
2677 * src/quote_fmt_lex.l
2678 * src/quote_fmt_parse.y
2679 * src/gtk/gtkaspell.c
2680 * src/gtk/gtkaspell.h
2681 Added template/quote format syntactical elements
2683 - current dictionary
2684 %T to show (shows empty if not set or not enabled),
2685 ?T and !T to check if the default dictionary is
2687 - current account's default dictionary
2688 %aT to show (empty if not set or not enabled),
2689 ?aT and !aT to check if it's enabled and set
2690 - name completion for an address, from the address
2692 %ABf, %ABt, %ABc respectively show the full name got
2693 from the address book if From, To or Cc match a single
2695 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2696 matches any contact and if the full name is non-empty.
2697 If From, To or Cc are lists of email addresses, only
2698 the first address will be checked.
2699 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2700 that could show a trailing ','.
2701 Also, template/quote_fmt parser now shows the line number in case
2704 2007-05-15 [colin] 2.9.2cvs9
2708 Add a public function to know whether Claws
2710 Store opened folder when exiting
2713 Store last opened message in each FolderItem;
2714 Reset last seen messages if Claws crashed, so
2715 that one can't go in an infinite crash in case
2716 a particular mail crashes Claws.
2718 * src/prefs_common.c
2719 * src/prefs_common.h
2721 * src/prefs_summaries.c
2722 Add "Select last opened message" when entering
2724 Add "Select last opened folder" at startup.
2726 2007-05-14 [colin] 2.9.2cvs8
2729 Fix bashism, search for xml catalog
2730 in /usr/local/share/xml/catalog too
2733 2007-05-13 [wwp] 2.9.2cvs7
2735 * src/gtk/logwindow.c
2736 fix raising log windows when they are either minimized or
2739 2007-05-11 [colin] 2.9.2cvs6
2742 Use Hildon's file chooser on Maemo. Patch
2743 by Jean-Luc Biord; fixes part 2 of bug 1201,
2744 'File attachment "manipulation" bugs...'
2746 2007-05-10 [wwp] 2.9.2cvs5
2748 * src/prefs_common.c
2749 * src/prefs_common.h
2750 * src/gtk/quicksearch.c
2751 Add a quicksearch option to automatically run
2752 a search selected from the history (this option
2753 is exclusive towards type-ahead).
2755 2007-05-10 [colin] 2.9.2cvs4
2758 Fix g_warnings, thanks to Brian
2761 2007-05-09 [colin] 2.9.2cvs3
2766 * src/prefs_summaries.c
2769 * src/common/utils.c
2770 * src/gtk/gtksourceprintjob.c
2771 * src/gtk/sslcertwindow.c
2772 Use the re-entrant variant of time functions
2773 Probably fixes bug 1217, 'reentrancy problems
2774 with time functions'
2776 2007-05-09 [colin] 2.9.2cvs2
2779 Fix crasher when reconnection fails
2781 2007-05-08 [paul] 2.9.2cvs1
2787 bump version number following
2790 2007-05-08 [paul] 2.9.1cvs48
2792 * src/plugins/demo/demo.c
2793 * src/plugins/dillo_viewer/dillo_prefs.c
2794 * src/plugins/dillo_viewer/dillo_prefs.h
2795 * src/plugins/dillo_viewer/dillo_viewer.c
2796 * src/plugins/pgpcore/pgp_viewer.c
2797 * src/plugins/pgpcore/pgp_viewer.h
2798 * src/plugins/pgpcore/plugin.c
2799 * src/plugins/pgpcore/prefs_gpg.c
2800 * src/plugins/pgpcore/prefs_gpg.h
2801 * src/plugins/pgpcore/sgpgme.c
2802 * src/plugins/pgpcore/sgpgme.h
2803 * src/plugins/pgpinline/plugin.c
2804 * src/plugins/pgpmime/pgpmime.c
2805 * src/plugins/pgpmime/pgpmime.h
2806 * src/plugins/pgpmime/plugin.c
2807 * src/plugins/spamassassin/spamassassin.c
2808 * src/plugins/spamassassin/spamassassin.h
2809 * src/plugins/spamassassin/spamassassin_gtk.c
2810 * src/plugins/trayicon/README
2812 * tools/README.sylprint
2813 * tools/outlook2claws-mail.pl
2815 * tools/tb2claws-mail
2816 * tools/tbird2claws.py
2818 * tools/vcard2xml.py
2819 * tools/kdeservicemenu/README
2820 cleanups and corrections
2822 2007-05-06 [wwp] 2.9.1cvs47
2825 Fix missing dash to `display` command-line, reported
2826 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2828 2007-05-06 [colin] 2.9.1cvs46
2831 * src/stock_pixmap.c
2832 * src/stock_pixmap.h
2833 * src/pixmaps/printer.xpm
2836 2007-05-06 [paul] 2.9.1cvs45
2841 * src/summary_search.c
2845 2007-05-05 [wwp] 2.9.1cvs44
2849 * src/prefs_actions.c
2853 Fix "faild" typos everywhere and capitalization of
2856 2007-05-04 [colin] 2.9.1cvs43
2861 * src/plugins/pgpcore/prefs_gpg.c
2862 * src/plugins/pgpcore/prefs_gpg.h
2863 * src/plugins/pgpinline/pgpinline.c
2864 * src/plugins/pgpmime/pgpmime.c
2865 Add an API to warn about encryption limits,
2866 and allow to disable these warnings
2868 2007-05-03 [colin] 2.9.1cvs42
2872 Fix bug 1213, 'Delete more than
2875 2007-05-03 [wwp] 2.9.1cvs41
2877 * src/prefs_common.c
2878 * src/prefs_filtering.c
2879 * src/prefs_template.c
2880 * src/common/template.c
2881 * src/common/template.h
2882 * src/gtk/gtkutils.c
2883 * src/gtk/gtkutils.h
2884 Templates are no longer automatically sorted
2885 by name, but can be sorted manually using
2886 |< < > >| buttons as well as drag'n'drop.
2888 2007-05-03 [wwp] 2.9.1cvs40
2890 * src/plugins/spamassassin/spamassassin.c
2891 * src/plugins/spamassassin/spamassassin.h
2892 * src/plugins/spamassassin/spamassassin_gtk.c
2893 * src/plugins/bogofilter/bogofilter.c
2894 * src/plugins/bogofilter/bogofilter.h
2895 * src/plugins/bogofilter/bogofilter_gtk.c
2896 Added an option to conditionally mark saved spam
2897 as read (default is and was to do so).
2898 Satisfies feature request 1708539 on sf.net tracker.
2900 2007-05-03 [colin] 2.9.1cvs39
2903 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2905 2007-05-02 [colin] 2.9.1cvs38
2908 Fix bug 1209, 'Clicking on address
2909 in header (mailto uri) selects
2910 default account'. Patch adapted from
2913 2007-05-02 [colin] 2.9.1cvs37
2915 * src/grouplistdialog.c
2916 Set cursor to wait cursor while loading
2919 2007-05-02 [paul] 2.9.1cvs36
2923 rename cache and mark files
2926 2007-04-30 [paul] 2.9.1cvs35
2928 * manual/glossary.xml
2929 * manual/plugins.xml
2930 updates. Patch by Ricardo
2932 2007-04-29 [wwp] 2.9.1cvs34
2936 Fix few grammatical errors (patch by David Relson < relson at
2937 osagesoftware dot com >).
2939 2007-04-28 [colin] 2.9.1cvs33
2943 * src/prefs_account.c
2944 * src/prefs_account.h
2945 Drop the "Download all" preference. It's
2946 stupidly useless and confuses people from
2949 2007-04-27 [wwp] 2.9.1cvs32
2952 * src/prefs_account.c
2953 * src/prefs_account.h
2954 Don't reflect accounts changes to the mainwindow when it's
2957 2007-04-27 [colin] 2.9.1cvs31
2960 Freeze/thaw when sync'ing flags
2962 * src/prefs_account.c
2963 * src/prefs_account.h
2964 * src/etpan/imap-thread.c
2965 * src/etpan/imap-thread.h
2966 Add a way to use UID FETCH instead
2967 of searches to fetch message lists
2968 and flags. More expensive towards
2969 bandwidth, less expensive towards
2970 server's CPU. Probably fixes
2971 bug 1158, 'Scanning new folders on
2972 Exchange 2007 extremely slow'.
2975 2007-04-27 [paul] 2.9.1cvs30
2978 * src/prefs_logging.c
2979 improvements to english usage
2981 2007-04-27 [colin] 2.9.1cvs29
2984 Fix build without libetpan (my bad!)
2986 2007-04-26 [colin] 2.9.1cvs28
2990 Fix uselessly exported function
2992 Consider "- -- \n" as signature separator
2993 (that's what signature separators look like
2994 in PGP/Inline signed mails)
2996 2007-04-26 [colin] 2.9.1cvs27
2999 libetpan-0.49 is now required
3001 Fix double fetching of mails if
3004 Make offline sync faster, by
3005 remembering last change time, and
3008 2007-04-26 [hoa] 2.9.1cvs26
3014 * src/etpan/imap-thread.c
3015 * src/etpan/imap-thread.h
3016 cancellation of IMAP operations is now allowed.
3017 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3019 2007-04-26 [colin] 2.9.1cvs25
3022 Always fetch body+headers in folders that are
3023 synched for offline use, if "Synchronise as
3024 soon as possible" is set.
3025 Fixes bug 1200, 'Add option to always retrieve full
3028 2007-04-25 [colin] 2.9.1cvs24
3031 Fix bug 1198, 'Reply-all "disappearing" address bug
3034 2007-04-24 [colin] 2.9.1cvs23
3037 Fix bug 1195, 'Hardware key navigation'
3038 Make GDK_Enter toggle expansion (Maemo)
3040 2007-04-24 [wwp] 2.9.1cvs22
3043 Fix few compiler warnings.
3045 2007-04-24 [paul] 2.9.1cvs21
3048 * src/stock_pixmap.c
3049 * src/stock_pixmap.h
3050 complete last commit
3052 2007-04-24 [paul] 2.9.1cvs20
3055 * src/pixmaps/active.xpm
3056 * src/pixmaps/checkbox_off.xpm
3057 * src/pixmaps/checkbox_on.xpm
3058 * src/pixmaps/inactive.xpm
3060 remove transparent border from checkbox icons
3062 2007-04-24 [wwp] 2.9.1cvs19
3066 Fix a crash in textview, thanks to Colin.
3068 2007-04-23 [wwp] 2.9.1cvs18
3070 * src/prefs_common.c
3071 Fix 2.9.1cvs5: no header was being translated at all.
3073 2007-04-23 [colin] 2.9.1cvs17
3076 * src/stock_pixmap.c
3077 * src/stock_pixmap.h
3080 * src/gtk/gtksctree.c
3081 * src/gtk/gtksctree.h
3082 * src/pixmaps/selection.xpm
3083 Fix bug 1193, 'Need a way to multi-select
3084 items'. Add a toggle button to the summaryview
3085 to switch between normal and multiple selection
3088 2007-04-23 [colin] 2.9.1cvs16
3091 * src/stock_pixmap.c
3092 * src/stock_pixmap.h
3095 * src/gtk/gtksctree.c
3096 * src/gtk/gtksctree.h
3097 * src/pixmaps/selection.xpm
3098 Fix bug 1193, 'Need a way to multi-
3100 Add a toggle button in the summaryview
3101 to enable normal or multiple selection.
3104 2007-04-23 [colin] 2.9.1cvs15
3107 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3109 2007-04-21 [colin] 2.9.1cvs14
3111 * src/gtk/quicksearch.c
3112 Fix previous commit (actually use correct
3115 2007-04-21 [colin] 2.9.1cvs13
3117 * src/gtk/quicksearch.c
3118 Fix changing quicksearch type (after Esc,
3119 after changing Recursive, ...)
3121 2007-04-20 [wwp] 2.9.1cvs12
3123 * src/gtk/Makefile.am
3124 Added headers.h (completes 2.9.1cvs5).
3126 2007-04-20 [wwp] 2.9.1cvs11
3129 Fix the use of display name in name column,
3130 it has been overriden w/ the use of nickname
3131 by 2.9.0cvs3. Now nickname is used (if any)
3132 in case of LDAP books only.
3134 2007-04-20 [colin] 2.9.1cvs10
3139 Add handling of 'a' to loop in a mail's
3142 2007-04-20 [colin] 2.9.1cvs9
3145 Fix bug 1190, 'dir_open' button doesn't work'
3148 2007-04-20 [colin] 2.9.1cvs8
3152 Fix bug 1194, 'Hardware keys move from email
3153 list to account/directory list, but not back
3154 to email list...' (Maemo)
3156 2007-04-20 [colin] 2.9.1cvs7
3159 complete previous commit
3161 2007-04-20 [colin] 2.9.1cvs6
3164 Fix bug 1187, 'Reply-to addressee disappears
3165 when reply-to text box is clicked...' (Maemo)
3167 2007-04-20 [wwp] 2.9.1cvs5
3175 * src/prefs_common.c
3176 * src/prefs_common.h
3177 * src/prefs_display_header.c
3178 * src/prefs_matcher.c
3181 * src/gtk/quicksearch.c
3182 Translate more header names according to the relevant option value,
3183 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3184 Replaced nearly all uses of prefs_common.trans_hdr with a call
3185 to prefs_common_translated_header_name().
3186 Added a headers.h reference file that contains known header names
3187 (RFC2822 and others) to the translation process' input, so that
3188 translated header names will still exist even if no occurrence of
3189 _("headername") is found anymore in the sources.
3190 Don't translate column name 'Number' following to trans_hdr option
3191 value as it's not a header name.
3193 2007-04-20 [colin] 2.9.1cvs4
3195 * src/gtk/quicksearch.c
3196 * src/gtk/quicksearch.h
3197 Add "From, To or Subject" quicksearch
3198 type. Patch by ulfschaper@users.sf.net
3200 2007-04-20 [colin] 2.9.1cvs3
3203 Implement proper references filtering condition.
3204 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3206 2007-04-19 [wwp] 2.9.1cvs2
3208 * src/prefs_display_header.c
3209 * src/message_search.c
3210 Fix few warnings (g_free of const gchar*).
3212 2007-04-19 [paul] 2.9.1cvs1
3218 bump version number following
3221 2007-04-19 [paul] 2.9.0cvs9
3223 * manual/advanced.xml
3224 * manual/glossary.xml
3227 2007-04-18 [paul] 2.9.0cvs8
3230 fix for CVE-2007-1558 (APOP)
3233 2007-04-18 [paul] 2.9.0cvs7
3239 Fix encoding woes wrt saving of
3243 2007-04-18 [colin] 2.9.0cvs6
3245 * src/gtk/pluginwindow.c
3246 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3248 2007-04-17 [wwp] 2.9.0cvs5
3254 Fix --disable-ldap build,
3255 fix some LDAP annoyances on
3256 searches, thanks to Colin.
3258 2007-04-17 [wwp] 2.9.0cvs4
3261 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3262 like gcc 2.9x. Thanks to Colin.
3264 2007-04-17 [wwp] 2.9.0cvs3
3280 Add LDAP write support. Patch mostly by
3281 Michael <mir at datanom dot net>
3283 2007-04-17 [wwp] 2.9.0cvs2
3286 Prepend "Add to address book" to the context menu of compose window's sender and
3289 2007-04-16 [paul] 2.9.0cvs1
3294 2007-04-16 [paul] 2.9.0
3301 2007-04-16 [paul] 2.8.1cvs102
3304 updated by Fabien Vantard
3306 2007-04-16 [paul] 2.8.1cvs101
3316 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3317 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3318 Aleksandar Urosevic, and Ralgh Young
3320 2007-04-15 [mones] 2.8.1cvs100
3325 2007-04-14 [colin] 2.8.1cvs99
3327 * src/message_search.c
3328 * src/prefs_display_header.c
3329 * src/summary_search.c
3330 * src/gtk/combobox.c
3333 2007-04-14 [wwp] 2.8.1cvs98
3335 * src/gtk/combobox.c
3336 * src/message_search.c
3337 * src/summary_search.c
3338 * src/prefs_display_header.c
3339 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3340 returns NULL, get the text value directly from the GtkEntry child.
3342 2007-04-13 [colin] 2.8.1cvs97
3344 * src/gtk/quicksearch.c
3345 Give the focus back to summaryview when
3346 emptying the quicksearch with Esc
3348 2007-04-13 [colin] 2.8.1cvs96
3350 * src/message_search.c
3351 * src/prefs_display_header.c
3352 * src/summary_search.c
3353 Fix possibles crashes when getting text
3356 2007-04-13 [colin] 2.8.1cvs95
3359 Add some UIDL debugging
3361 2007-04-12 [colin] 2.8.1cvs94
3364 Force folder scan if necessary after
3365 copying mails, to be able to reapply
3368 2007-04-11 [colin] 2.8.1cvs93
3371 don't scan for new mail on startup if --select
3372 is specified (or race conditions arise). If so,
3373 do both sequentially.
3375 2007-04-09 [colin] 2.8.1cvs92
3378 Use leafpad by default on Maemo. Patch
3381 2007-04-06 [colin] 2.8.1cvs91
3383 * src/pixmaps/queue_close.xpm
3384 * src/pixmaps/queue_close_hrm.xpm
3385 * src/pixmaps/queue_close_hrm_mark.xpm
3386 * src/pixmaps/queue_close_mark.xpm
3387 * src/pixmaps/queue_open.xpm
3388 * src/pixmaps/queue_open_hrm.xpm
3389 * src/pixmaps/queue_open_hrm_mark.xpm
3390 * src/pixmaps/queue_open_mark.xpm
3391 Move the clock one pixel down :)
3393 2007-04-05 [colin] 2.8.1cvs90
3396 Don't sync when switching offline from
3397 command line - it's usually too late :)
3399 2007-04-05 [paul] 2.8.1cvs89
3402 * src/stock_pixmap.c
3403 * src/pixmaps/dir_close_hrm.xpm
3404 * src/pixmaps/dir_close_hrm_mark.xpm
3405 * src/pixmaps/drafts_close.xpm
3406 * src/pixmaps/drafts_close_mark.xpm
3407 * src/pixmaps/drafts_open.xpm
3408 * src/pixmaps/drafts_open_mark.xpm
3409 * src/pixmaps/inbox.xpm
3410 * src/pixmaps/inbox_close.xpm
3411 * src/pixmaps/inbox_close_hrm.xpm
3412 * src/pixmaps/inbox_close_hrm_mark.xpm
3413 * src/pixmaps/inbox_close_mark.xpm
3414 * src/pixmaps/inbox_hrm.xpm
3415 * src/pixmaps/inbox_hrm_mark.xpm
3416 * src/pixmaps/inbox_mark.xpm
3417 * src/pixmaps/inbox_open.xpm
3418 * src/pixmaps/inbox_open_hrm.xpm
3419 * src/pixmaps/inbox_open_hrm_mark.xpm
3420 * src/pixmaps/inbox_open_mark.xpm
3421 * src/pixmaps/outbox.xpm
3422 * src/pixmaps/outbox_close.xpm
3423 * src/pixmaps/outbox_close_hrm.xpm
3424 * src/pixmaps/outbox_close_hrm_mark.xpm
3425 * src/pixmaps/outbox_close_mark.xpm
3426 * src/pixmaps/outbox_hrm.xpm
3427 * src/pixmaps/outbox_hrm_mark.xpm
3428 * src/pixmaps/outbox_mark.xpm
3429 * src/pixmaps/outbox_open.xpm
3430 * src/pixmaps/outbox_open_hrm.xpm
3431 * src/pixmaps/outbox_open_hrm_mark.xpm
3432 * src/pixmaps/outbox_open_mark.xpm
3433 * src/pixmaps/queue_close.xpm
3434 * src/pixmaps/queue_close_hrm.xpm
3435 * src/pixmaps/queue_close_hrm_mark.xpm
3436 * src/pixmaps/queue_close_mark.xpm
3437 * src/pixmaps/queue_open.xpm
3438 * src/pixmaps/queue_open_hrm.xpm
3439 * src/pixmaps/queue_open_hrm_mark.xpm
3440 * src/pixmaps/queue_open_mark.xpm
3441 updated, added and replaced icons
3444 2007-04-04 [colin] 2.8.1cvs88
3447 Fix build without libetpan
3449 2007-04-03 [colin] 2.8.1cvs87
3452 Fix crash with Citadel, and try to make
3453 things work. this server (and specifically
3454 STATUS and APPEND at least) seems broken.
3456 2007-04-03 [colin] 2.8.1cvs86
3459 Fix icons on folder close
3461 2007-04-03 [colin] 2.8.1cvs85
3464 Fix double-ask of offline override in
3469 Much more efficient way to synchronise
3471 * src/etpan/imap-thread.c
3474 * src/gtk/quicksearch.c
3477 2007-04-03 [paul] 2.8.1cvs84
3482 * src/prefs_common.c
3483 * src/prefs_common.h
3485 Fix sync being done too late
3488 2007-04-02 [colin] 2.8.1cvs83
3491 Maemo: Put status and quicksearch at the top
3492 * src/plugins/bogofilter/bogofilter.c
3493 * src/plugins/spamassassin/spamassassin.c
3494 Derive trash from inbox if possible
3496 2007-04-02 [paul] 2.8.1cvs82
3498 * src/plugins/bogofilter/bogofilter_gtk.c
3499 a few English changes
3505 2007-04-02 [colin] 2.8.1cvs81
3507 * src/image_viewer.c
3508 Fix transparent images by using
3511 Flush events (on new windows) to avoid
3512 having the textview's image resize fail
3513 to know the available width
3515 2007-04-01 [colin] 2.8.1cvs80
3517 * src/prefs_account.c
3518 If no MH mailbox exist, when creating a POP/Local
3519 account, just create and use the default one
3520 instead of bailing with a "Mailbox doesn't exist"
3523 2007-03-31 [colin] 2.8.1cvs79
3525 * src/prefs_account.c
3526 Create signature file if it doesn't exist
3528 * src/prefs_toolbar.c
3529 Maemo: Move "Use default" on the left so
3530 that people can find it
3532 Maemo: make default editor "Maemopad",
3533 default signature file "MyDocs/signature.txt"
3535 2007-03-31 [colin] 2.8.1cvs78
3537 * src/prefs_account.c
3538 Maemo: rework account prefs so
3539 that less horizontal scrolling
3542 2007-03-31 [colin] 2.8.1cvs77
3545 * src/prefs_common.c
3546 * src/prefs_common.h
3547 Fix bug 1167, 'Allow not displaying zeros
3548 in folder list'. Patch by MartinP
3550 2007-03-31 [colin] 2.8.1cvs76
3555 2007-03-31 [colin] 2.8.1cvs75
3558 Apply patch from bug 1172, direct
3559 access to the folder's session instead
3560 of using getter. Patch by MartinP
3562 2007-03-31 [paul] 2.8.1cvs74
3565 no need to list Fabien twice!
3567 2007-03-31 [colin] 2.8.1cvs73
3570 If we're currently "overriding for %d minutes",
3573 2007-03-31 [colin] 2.8.1cvs72
3581 * src/plugins/spamassassin/spamassassin.c
3582 Offline override: Add a parameter to allow
3583 asking even if the override timer is running.
3584 Allows to ask every time the user makes an
3585 explicit action needing online access (such
3586 as Get Mail), and not when the action is
3587 implicit (such as opening an IMAP folder)
3589 2007-03-31 [colin] 2.8.1cvs71
3592 Override offline: "No" answer shouldn't
3593 re-ask after 3 seconds, but 10 minutes.
3595 2007-03-30 [colin] 2.8.1cvs70
3597 * src/common/socket.c
3598 Better error reporting on unix socket
3599 failure (bind usually)
3600 * src/gtk/gtkutils.c
3601 * src/gtk/gtkutils.h
3602 Label window: add a pulsing progress
3603 bar to show we're not hung :)
3606 * src/plugins/pgpcore/sgpgme.c
3609 2007-03-30 [colin] 2.8.1cvs69
3612 * src/prefs_common.c
3613 Fix possible trashing of history and uidl
3614 files on disk full problems
3616 2007-03-30 [paul] 2.8.1cvs68
3621 update summary when changing layout type
3622 (fixes wrong folder icon being displayed)
3625 2007-03-29 [colin] 2.8.1cvs67
3627 * src/prefs_ext_prog.c
3628 The browser pref is irrelevant on Maemo
3630 2007-03-29 [colin] 2.8.1cvs66
3634 Maemo: dynamically switch headers/text position
3635 * src/prefs_common.c
3636 Maemo: hide compose's ruler by default
3637 * src/common/socket.c
3638 * src/common/socket.h
3641 2007-03-29 [colin] 2.8.1cvs65
3643 * src/common/socket.c
3644 * src/common/socket.h
3645 Fix build when MAEMO_CFLAGS contains
3646 _X_OPENSOURCE (resolv.h errors as long
3647 as we don't add _BSD_SOURCE. Ugly).
3649 2007-03-29 [wwp] 2.8.1cvs64
3651 * src/prefs_logging.c
3652 Fix sensitivity of clip-log widgets in prefs/logging,
3655 2007-03-29 [wwp] 2.8.1cvs63
3658 Updated files list for translations, thanks to Fabien.
3660 2007-03-29 [colin] 2.8.1cvs62
3663 * src/common/Makefile.am
3664 * src/common/utils.c
3665 Maybe make URI opening work in Maemo
3668 2007-03-28 [colin] 2.8.1cvs61
3673 Add the possibility to sort folders arbitrarily
3674 (via editing of folderlist.xml only). Patch by
3675 Martin P <mp26+claws@os.inf.tu-dresden.de>
3676 Fixes bug 1166, 'Folder ordering is fixed and cannot
3677 be changed by the user'
3679 2007-03-28 [colin] 2.8.1cvs60
3682 Add popup menu for mime icons
3684 2007-03-28 [colin] 2.8.1cvs59
3687 Fix a layout issue when presenting
3688 mainwindow in Small screen layout
3691 Add a "Go to folder list" button for
3692 mainwindow, and make it default in
3695 2007-03-28 [colin] 2.8.1cvs58
3698 Don't dynamically update title on Maemo
3699 Patch by Jean-Luc Biord
3701 2007-03-27 [colin] 2.8.1cvs57
3706 Enable tap-and-hold on Maemo
3708 2007-03-26 [colin] 2.8.1cvs56
3711 More popup-menu (in attachments list)
3713 2007-03-26 [colin] 2.8.1cvs55
3716 Enable popup-menu signal
3718 2007-03-26 [colin] 2.8.1cvs54
3720 * src/plugins/pgpinline/pgpinline.c
3721 Fix bug 1111, 'PGP/inline plugin hides text
3722 around encrypted text block'. Patch based on
3723 a patch from Michal Cihar.
3725 2007-03-26 [wwp] 2.8.1cvs53
3728 Fix getting a false error when sending queued message
3729 whereas the sending was fine (if there are subfolders
3730 in the queue folder), thanks to Colin.
3732 2007-03-26 [paul] 2.8.1cvs52
3735 update FACE header in welcome message
3737 2007-03-25 [colin] 2.8.1cvs51
3742 2007-03-25 [colin] 2.8.1cvs50
3745 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3747 2007-03-24 [colin] 2.8.1cvs49
3750 Fix a few launch problems on Maemo
3751 Patch by Jean-Luc Biord
3753 2007-03-24 [wwp] 2.8.1cvs48
3759 Fix wrong action performed when closing the
3760 "ask about account specific filtering rules
3761 when filtering manually" dialog by pressing Escape.
3762 Fix wrong order of buttons in the "return receipt
3763 notification - the message was sent to several of
3764 your accounts" dialog.
3766 2007-03-24 [paul] 2.8.1cvs47
3769 an improvement to English usage
3770 * tools/kdeservicemenu/README
3773 2007-03-24 [paul] 2.8.1cvs46
3776 * src/stock_pixmap.c
3777 * src/pixmaps/edit_extern.xpm
3778 * src/pixmaps/mail_sign.xpm
3779 rescue long lost icons
3781 2007-03-24 [paul] 2.8.1cvs45
3784 fix toolbar (broken in 2.8.1cvs42)
3786 2007-03-23 [colin] 2.8.1cvs44
3789 Correctly unsubscribe/resubscribe after
3792 2007-03-23 [colin] 2.8.1cvs43
3794 * src/prefs_common.c
3795 Maemo: as the platform is light on RAM, allow
3796 caches to be discarded faster.
3798 2007-03-23 [colin] 2.8.1cvs42
3803 * src/stock_pixmap.c
3804 * src/stock_pixmap.h
3809 * src/pixmaps/open_mail.xpm
3810 Maemo changes: Add the possibility to have
3811 "Open Email" and "Close Window" buttons on
3812 toolbars (and use them in Maemo's default
3815 2007-03-23 [wwp] 2.8.1cvs41
3818 Reverted that part of the action dialog closure logics, to
3819 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3820 done later in a different way (or may not).
3822 2007-03-22 [wwp] 2.8.1cvs40
3825 Fix sticky action dialog when got no output but action command
3826 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3828 2007-03-22 [colin] 2.8.1cvs39
3830 * src/prefs_filtering.c
3831 * src/gtk/combobox.h
3832 Fix escaping account names in filtering prefs
3834 2007-03-22 [colin] 2.8.1cvs38
3839 Add any attribute specified in LDAP servers'
3840 Search attributes to the Other Attributes tab
3841 of contacts; Add 'telephoneNumber' in the
3844 2007-03-22 [colin] 2.8.1cvs37
3849 Try to prevent race conditions when
3850 changing the folder list
3852 Fix possible red folder icon when
3853 switching from Small screen layout
3856 2007-03-22 [colin] 2.8.1cvs36
3861 Rename "little screen" to "Small screen"
3862 * src/gtk/Makefile.am
3863 * src/common/utils.c
3865 Fix Maemo-related compilation problems
3867 2007-03-21 [colin] 2.8.1cvs35
3871 * claws-mail.desktop
3872 Remove .png from the Icon, it's useless
3874 2007-03-21 [colin] 2.8.1cvs34
3878 Add the necessary lib checking for
3881 2007-03-21 [colin] 2.8.1cvs33
3884 Fix unconditional "error happened" when
3885 sending via command-line. "lol @ myself"
3887 2007-03-21 [colin] 2.8.1cvs32
3889 * claws-mail-40x40.png
3890 * claws-mail-26x26.png
3900 * src/prefs_account.c
3901 * src/prefs_common.c
3902 * src/summary_search.c
3906 * src/gtk/gtkutils.c
3907 * src/gtk/gtkutils.h
3908 * src/gtk/logwindow.c
3910 * src/gtk/prefswindow.c
3911 Add Maemo port (patch mainly by Jean-Luc Biort)
3912 Add a new 'Little screen' layout to help on such
3913 platforms (patch by me)
3914 Make some default preferences different (more
3915 adapted) on Maemo (patch by me)
3917 2007-03-21 [wwp] 2.8.1cvs31
3919 * src/prefs_logging.c
3920 * src/prefs_logging.h
3921 Fixed copyright header of newly added files.
3923 2007-03-21 [wwp] 2.8.1cvs30
3939 * src/prefs_common.c
3940 * src/prefs_common.h
3941 * src/prefs_logging.c
3942 * src/prefs_logging.h
3945 * src/send_message.c
3950 * src/common/session.c
3952 * src/common/socket.c
3953 * src/etpan/imap-thread.c
3954 * src/gtk/logwindow.c
3955 * src/gtk/logwindow.h
3956 * src/plugins/bogofilter/bogofilter.c
3957 * src/plugins/spamassassin/spamassassin.c
3958 Added debugging of filtering/processing rules.
3959 The debug log is here 'Tools/Filtering debug window',
3960 the options there 'Configuration/Preferences/Other/Logging',
3961 and the log file is ~/.claws-mail/filtering.log.
3962 Moved protocol log prefs to 'Other/Logging' as well.
3963 To support such debugging feature, the existing log API has
3964 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3965 this impacts many external modules (commits follow).
3967 2007-03-21 [paul] 2.8.1cvs29
3969 * src/etpan/Makefile.am
3970 * src/etpan/imap-thread.c
3971 add missing #include
3973 2007-03-21 [colin] 2.8.1cvs28
3976 Fix bug 1157, 'some broken messages confuse
3977 mime parser'. Make sure we can't have MimeInfos
3978 with negative sizes.
3980 2007-03-20 [colin] 2.8.1cvs27
3983 Fix missing \0 on buffer
3985 2007-03-20 [colin] 2.8.1cvs26
3988 Use make_dir_hier instead of make_dir
3989 to create the MH mailbox
3991 2007-03-20 [colin] 2.8.1cvs25
3995 * src/prefs_account.c
3997 Fix default inbox weirdnesses (after wizard,
3998 if path is Mail, mailbox identifier is #mh/Mailbox,
3999 and when creating new accounts)
4001 2007-03-20 [colin] 2.8.1cvs24
4004 Write folderlist after adding/deleting accounts
4007 2007-03-20 [colin] 2.8.1cvs23
4010 * src/remotefolder.h
4011 Fix bug 1153, 'CM segfaults if IMAP folder is
4012 selected while scanning prior to update'
4014 2007-03-17 [paul] 2.8.1cvs22
4017 fix a typo, and be a little more verbose.
4019 2007-03-17 [wwp] 2.8.1cvs21
4022 Fix a compiler warning.
4024 2007-03-16 [wwp] 2.8.1cvs20
4028 Updated to deal w/ the new mairix.sh tool.
4030 2007-03-16 [wwp] 2.8.1cvs19
4033 Fix logics issues around the action IO dialog:
4034 - disable entry widget and exec button when
4035 the exec button is clicked (don't wait for any
4036 output line) - fix possible disabling/re-enabling/
4037 re-disabling of those widgets
4038 - raise an error if executing a %as{} action either
4039 empty or invalid, instead of failing silently
4040 - don't close the dialog if the abort button has been
4041 clicked and if there was no output yet
4042 - set focus to the abort button when the exec button
4044 - fix capitalization of a warning message
4046 2007-03-16 [wwp] 2.8.1cvs18
4049 Added a wrapper to mairix to the tools folder.
4051 2007-03-16 [colin] 2.8.1cvs17
4055 Allow mimeviewer plugins to print
4058 2007-03-16 [colin] 2.8.1cvs16
4063 2007-03-15 [colin] 2.8.1cvs15
4067 Add a way for mimeviewer plugins to
4068 implement body search
4070 2007-03-15 [paul] 2.8.1cvs14
4072 * src/prefs_spelling.c
4075 2007-03-15 [paul] 2.8.1cvs13
4077 * src/common/quoted-printable.c
4078 fix decoding of quoted-printable parts
4080 2007-03-14 [wwp] 2.8.1cvs12
4082 * src/gtk/logwindow.h
4083 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4085 2007-03-14 [wwp] 2.8.1cvs11
4087 * src/gtk/logwindow.h
4088 Complete 2.8.1cvs10.
4090 2007-03-14 [colin] 2.8.1cvs10
4092 * src/gtk/logwindow.c
4093 Probably fix bug 1149, crash on logwindow
4094 close - at the expense of performance once
4095 logwin has been opened
4097 2007-03-14 [colin] 2.8.1cvs9
4100 If claws-mail is running on another
4101 display, warn instead of popping it up
4102 on the other display
4104 2007-03-12 [colin] 2.8.1cvs8
4107 Fix bug 1145, 'Setting a different name
4108 for the Mailbox name isn't reflected in
4109 default account settings'. Patch by wwp
4111 2007-03-12 [colin] 2.8.1cvs7
4114 Fix bug 1143, 'Add number of messages to be
4115 deleted to confirmation dialog'
4117 2007-03-12 [wwp] 2.8.1cvs6
4120 * src/prefs_common.c
4121 * src/prefs_common.h
4122 * src/prefs_summaries.c
4123 Changed the option that displays unread messages count
4124 next to the folder name in folder list: it is now
4125 possible to either display nothing, display the
4126 unread messages number only or the unread and total messages
4127 numbers. The patch includes this extra feature as well
4128 as some minor fixes by rewriting the algo in folderview.c.
4129 Thanks to Paul for the original idea and implementation, plus
4130 testing and proof-reading!
4132 2007-03-09 [paul] 2.8.1cvs5
4136 * tools/claws-mail-compose-insert-files.pl
4137 added a script which enables inserting files
4138 into the message body of a new Claws Mail
4139 Compose window from the command line. Additionally
4140 To, Cc, Subject and files to attach to the message
4143 2007-03-09 [wwp] 2.8.1cvs4
4148 Optimize matching of addresses in the addressbook
4149 (filtering/processing 'found_in_addressbook' condition).
4151 2007-03-07 [wwp] 2.8.1cvs3
4154 * src/quote_fmt_lex.l
4155 * src/quote_fmt_parse.y
4156 Add a new quote format symbol: %A to insert the
4157 sender email address (just the address itself).
4159 2007-03-06 [wwp] 2.8.1cvs2
4161 * src/gtk/gtkutils.c
4162 * src/plugins/trayicon/trayicon_prefs.h
4163 * src/plugins/trayicon/trayicon_prefs.c
4164 * src/plugins/trayicon/trayicon.c
4167 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4168 minimizing Claws-Mail main window will hide it to the trayicon instead.
4171 2007-03-06 [paul] 2.8.1cvs1
4177 bump version number following
4180 2007-03-06 [paul] 2.8.0cvs24
4183 corrected by by Tim <timbrain@post.cz>
4185 2007-03-05 [colin] 2.8.0cvs23
4189 Fix mime/globs path on NetBSD
4190 patch by George Michaelson
4192 2007-03-05 [wwp] 2.8.0cvs22
4195 Remove debug statement (accidentally committed w/ cvs14).
4197 2007-03-05 [paul] 2.8.0cvs21
4199 * src/plugins/pgpcore/prefs_gpg.c
4200 fix compiler warning
4202 2007-03-05 [wwp] 2.8.0cvs20
4204 * src/matcher_parser_parse.y
4205 Fix mismerge between cvs17 and cvs19.
4207 2007-03-05 [wwp] 2.8.0cvs19
4209 * src/matcher_parser_parse.y
4210 * src/prefs_filtering_action.c
4215 Add new 'add_to_addressbook' filtering/processing action.
4217 2007-03-05 [wwp] 2.8.0cvs18
4220 Fix mark_as_ham filtering/processing action: spam flag
4223 2007-03-04 [colin] 2.8.0cvs17
4228 * src/matcher_parser_parse.y
4229 * src/prefs_filtering_action.c
4230 Add 'Mark as spam' and 'Mark as ham' filtering
4231 actions. Fixes bug 1138.
4233 2007-03-04 [colin] 2.8.0cvs16
4236 Fix bug 1140, wrong return value
4239 2007-03-04 [wwp] 2.8.0cvs15
4242 Rollback cvs14: don't free stuff that is managed in g_list.
4244 2007-03-04 [wwp] 2.8.0cvs14
4247 Fix a leak in address completion code.
4249 2007-03-04 [colin] 2.8.0cvs13
4252 Maybe fix bug 1136, 'Crash in group
4255 2007-03-04 [iwkse] 2.8.0cvs12
4258 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4260 2007-03-03 [colin] 2.8.0cvs11
4262 * src/plugins/pgpinline/pgpinline.c
4263 Fix off-by-one, fix double-free. Fixes
4264 bug 1135, 'cm-segfault on decrypting
4267 2007-03-03 [colin] 2.8.0cvs10
4271 * src/common/plugin.c
4272 Fix bug 1134, 'Valgrind macros unhandled
4275 2007-03-02 [colin] 2.8.0cvs9
4278 Don't error out on EAGAIN. Fixes
4279 bug 1129, '"local mbox file" account
4280 isn't retrieving mails'
4282 2007-03-01 [wwp] 2.8.0cvs8
4285 * src/gtk/colorlabel.c
4286 Remove accels for extra color labels until we set better
4287 and definitive ones.
4289 2007-02-28 [wwp] 2.8.0cvs7
4292 * src/matcher_parser_parse.y
4293 * src/prefs_common.c
4294 * src/prefs_msg_colors.c
4296 * src/gtk/colorlabel.c
4297 * src/gtk/colorlabel.h
4298 Add more customizable color labels. Cleaned up a bit
4299 the color label API to avoid duplicate defines of
4300 the max number of colors.
4302 2007-02-27 [colin] 2.8.0cvs6
4305 * src/common/utils.c
4306 * src/common/utils.h
4307 Fix '+' in mailto URIs for List-* headers
4309 2007-02-27 [colin] 2.8.0cvs5
4311 * src/gtk/gtkutils.c
4312 Use gtk_window_set_role instead of
4315 2007-02-27 [colin] 2.8.0cvs4
4318 Fix "After receiving new mail, go to inbox" on IMAP,
4319 and make it work only on manual reception
4321 2007-02-27 [wwp] 2.8.0cvs3
4323 * src/prefs_filtering.c
4324 * src/prefs_filtering_action.c
4325 * src/prefs_matcher.c
4326 Update filtering matcher's and action's color label menus
4327 when re-opening those dialogs (reflect any change to the
4328 color labels list in the preferences).
4330 2007-02-27 [colin] 2.8.0cvs2
4333 * src/etpan/etpan-thread-manager-types.h
4334 * src/etpan/etpan-thread-manager.c
4335 * src/etpan/imap-thread.c
4336 Log imap ALERTs as errors in the log.
4338 2007-02-26 [paul] 2.8.0cvs1
4340 * tools/claws.i18n.status.pl
4343 2007-02-26 [paul] 2.7.2cvs75
4357 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4358 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4359 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4360 Aleksandar Urosevic, and Ralgh Young
4362 2007-02-25 [mones] 2.7.2cvs74
4367 2007-02-25 [colin] 2.7.2cvs73
4370 Clearing the list is only useful
4371 to prevent a valgrind false-positive
4373 2007-02-25 [paul] 2.7.2cvs72
4377 * tools/kmail-mailbox2claws-mail.pl **ADDED**
4378 * tools/maildir2claws-mail.pl **REMOVED**
4379 renamed the script, fixed a couple bugs
4381 2007-02-23 [colin] 2.7.2cvs71
4384 Fix a leak, check for a few improbable nulls
4386 2007-02-23 [colin] 2.7.2cvs70
4390 * src/plugins/trayicon/trayicon.c
4391 Fix blinking mainwin when starting in tray
4392 (show mainwindow later in the startup process,
4393 apart if restarting post-crash)
4395 2007-02-23 [colin] 2.7.2cvs69
4399 Fix crash when unsubscribing the currently
4400 selected/opened folder
4402 2007-02-23 [colin] 2.7.2cvs68
4405 Fix bug that prevented colorization to
4406 work without wrap quotation option
4408 2007-02-23 [colin] 2.7.2cvs67
4411 Fix refcounting, start and end completion who
4412 behaved as if there couldn't be any other current
4415 2007-02-23 [wwp] 2.7.2cvs66
4419 Address completion fixes: fix addressbook_peek_folder_exists() in
4420 which the algorithm was ridiculously over-obfuscated and broken.
4421 Fix addrindex_load_completion() as well, to load addresses in
4422 completion list with regards to what addressbook_peek_folder_exists()
4425 2007-02-23 [wwp] 2.7.2cvs65
4428 Add addresses to completion when they're non-empty (thanks to Colin).
4430 2007-02-23 [paul] 2.7.2cvs64
4432 * src/plugins/pgpcore/passphrase.c
4435 2007-02-23 [colin] 2.7.2cvs63
4437 * src/plugins/pgpcore/prefs_gpg.c
4438 * src/plugins/pgpcore/prefs_gpg.h
4439 * src/plugins/pgpcore/sgpgme.c
4440 * src/plugins/pgpinline/pgpinline.c
4441 * src/plugins/pgpmime/pgpmime.c
4442 Try harder to respect user's choice wrt
4443 gpg-agent even with gpg2, by unsetting
4444 GPG_AGENT_INFO when necessary.
4446 2007-02-22 [paul] 2.7.2cvs62
4448 * src/plugins/pgpcore/sgpgme.c
4449 * src/plugins/pgpcore/sgpgme.h
4450 * src/plugins/pgpcore/passphrase.c
4451 * src/plugins/pgpinline/pgpinline.c
4452 * src/plugins/pgpmime/pgpmime.c
4453 Fix a leak - gpgme_data_release_and_get_mem
4454 leaks in recent gpgme. Workaround by using
4457 2007-02-22 [paul] 2.7.2cvs61
4459 * src/gtk/quicksearch.c
4460 Abandon dynamic search when pressing
4463 2007-02-21 [colin] 2.7.2cvs60
4466 * src/plugins/pgpcore/passphrase.c
4467 Fix little memory leaks
4469 Fix false-positive leak at exit
4470 * src/gtk/quicksearch.c
4471 Fix potentially big leak in recursive
4474 2007-02-21 [wwp] 2.7.2cvs59
4477 Add missing newline to a debug message.
4479 2007-02-20 [colin] 2.7.2cvs58
4483 * src/stock_pixmap.c
4484 * src/stock_pixmap.h
4485 * src/pixmaps/mime_pgpsig.xpm
4486 Add icon for application/pgp-signature
4488 2007-02-20 [colin] 2.7.2cvs57
4493 * src/stock_pixmap.c
4494 * src/stock_pixmap.h
4495 * src/pixmaps/mime_calendar.xpm
4496 * src/pixmaps/mime_pdf.xpm
4497 * src/pixmaps/mime_ps.xpm
4498 Add icons for text/calendar, application/pdf
4499 and application/postscript
4501 2007-02-20 [colin] 2.7.2cvs56
4504 * src/matcher_parser_parse.y
4505 * src/matcher_parser_lex.l
4506 Fix big memory leak in flex, and
4509 2007-02-20 [wwp] 2.7.2cvs55
4511 * src/matcher_parser_parse.y
4512 Fix a duplicate token definition (thanks to iwkse).
4514 2007-02-20 [wwp] 2.7.2cvs54
4516 * src/matcher_parser_lex.l
4517 * src/quote_fmt_lex.l
4518 Use proper flex options instead of direct use of #define,
4519 make the flex-generated C lighter.
4521 2007-02-20 [colin] 2.7.2cvs53
4524 Grab focus in message list after hiding
4525 the quicksearch, instead of leaving it
4528 2007-02-19 [colin] 2.7.2cvs52
4531 Fix bug 1033, 'Automatically refresh
4532 message list when new messages arrives'
4533 Looks like folderview->opened can sometimes
4536 2007-02-19 [paul] 2.7.2cvs51
4540 * tools/thunderbird-filters-convertor.pl
4541 add new script which converts thunderbird filter
4542 rules to Claws filter rules
4544 2007-02-18 [paul] 2.7.2cvs50
4546 * src/plugins/pgpcore/prefs_gpg.c
4547 * src/plugins/pgpcore/prefs_gpg.h