1 2007-08-26 [wwp] 2.10.0cvs176
6 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
7 will have to be used when necessary *before* calling
10 2007-08-25 [paul] 2.10.0cvs175
13 workaround gettext problem marking
14 string as c-format when it's not
16 2007-08-25 [wwp] 2.10.0cvs174
21 Call the pango markup escape function right ince in alertpanel_create
22 instead of everywhere (reverts some parts of 2.10.0cvs123 and
26 Fix a crash due to a misuse of g_print(), encountered when the string
27 passed to g_print was containing printf substitution symbols.
29 2007-08-25 [paul] 2.10.0cvs173
32 fix a segfault when refreshing RSSyl feeds
34 2007-08-25 [paul] 2.10.0cvs172
36 * src/gtk/icon_legend.c
39 2007-08-25 [paul] 2.10.0cvs171
43 * src/pixmaps/insert_file.xpm
44 add a new pixmap instead of re-using
45 paste.xpm. (easier for icon theme authors)
47 2007-08-24 [holger] 2.10.0cvs170
49 * src/plugins/trayicon/trayicon.c
50 The same fix for another hook id.
52 2007-08-24 [holger] 2.10.0cvs169
54 * src/plugins/trayicon/trayicon.c
55 Micro-fix: Do the error checking for
58 2007-08-24 [paul] 2.10.0cvs168
61 fix typo causing compiler warning
63 2007-08-24 [paul] 2.10.0cvs167
66 put back the correct version of this file also
68 2007-08-24 [colin] 2.10.0cvs166
71 Use progress bar when sending messages
73 2007-08-24 [paul] 2.10.0cvs165
76 oops! if i'm quick no-one will notice
77 (put back the proper file)
79 2007-08-24 [paul] 2.10.0cvs164
87 * tools/mew2claws-mail.pl
88 add new script that imports a Mew address book
89 submitted by Jerome Lelong
91 2007-08-24 [paul] 2.10.0cvs163
94 remove the obsolete plugins, add the
95 missing plugins, including the forthcoming
98 2007-08-24 [paul] 2.10.0cvs162
100 * manual/advanced.xml
101 add info about the hidden emphasis_color option
102 * manual/keyboard.xml
103 correct the info about hotkeys
106 2007-08-24 [paul] 2.10.0cvs161
109 add mnemonic to 'Run procesing rules'
111 2007-08-24 [paul] 2.10.0cvs160
116 use suitable defaults for outbox,
117 queue, drafts and trash folders
119 2007-08-24 [wwp] 2.10.0cvs159
122 Update menu item sensitivity if necessary (or we get a
123 gtk critical message).
125 2007-08-23 [wwp] 2.10.0cvs158
128 * src/prefs_actions.c
129 Allow literal % chars in action commands (use %%).
130 Add a missing p++ to the action parser in action_get_type(),
131 which was missing it, even if it was neutral.
132 Fix a pango markup warning at runtime.
134 2007-08-23 [wwp] 2.10.0cvs157
137 Contacts are now locale-aware sorted in the address book
138 (LC_COLLATE matters here).
139 Fix missing table initializers.
141 2007-08-23 [colin] 2.10.0cvs156
144 Check scan_required on dest folder when copying
146 2007-08-23 [colin] 2.10.0cvs155
149 Fix scanning when folder was empty
151 2007-08-22 [colin] 2.10.0cvs154
154 Don't g_warning when g_try_malloc fails(), or it makes
155 things worse as g_log() allocates. Fixes bug 1290,
156 'Claws Mail crashes if too little memory when
157 rebuilding folder tree'
159 2007-08-22 [colin] 2.10.0cvs153
162 Fix format string vulnerability, thanks to
163 Ulf Harnhammar, Secunia Research
165 2007-08-22 [colin] 2.10.0cvs152
170 2007-08-22 [wwp] 2.10.0cvs151
173 Few better null-ptr checks.
175 2007-08-22 [colin] 2.10.0cvs150
178 * src/editldap_basedn.c
187 2007-08-22 [colin] 2.10.0cvs149
192 2007-08-22 [colin] 2.10.0cvs148
197 2007-08-22 [colin] 2.10.0cvs147
200 Fix test (set ldap v3 if bindDN is set or TLS is set)
202 2007-08-22 [colin] 2.10.0cvs146
206 Fix wrong "Connected successfully to server". Connection only succeeds if
207 we can get the base DN.
209 2007-08-21 [wwp] 2.10.0cvs145
218 More sanity checks in ldap functions.
220 2007-08-21 [wwp] 2.10.0cvs144
222 * src/prefs_account.c
223 Don't return a value in a void function().
225 2007-08-21 [paul] 2.10.0cvs143
228 add check for ftp: to messageview_list_urls()
230 2007-08-21 [colin] 2.10.0cvs142
237 Fix bug 1293, 'LDAP address book not working'
238 Search only on specified fields, but fetch
239 every field possible. People will have to
240 reset the searched Attributes in their LDAP
243 2007-08-21 [wwp] 2.10.0cvs141
253 * src/editaddress_other_attributes_ldap.c
270 * src/prefs_customheader.c
271 * src/prefs_msg_colors.c
277 * src/common/socket.c
278 * src/common/ssl_certificate.c
281 * src/gtk/description_window.c
282 * src/plugins/demo/demo.c
283 * src/plugins/pgpcore/prefs_gpg.c
284 * src/plugins/spamassassin/libspamc.c
285 Make sure we use glib functions to send text messages (information,
286 debug, warning, errors) to stdout/stderr - no more direct puts
287 fputs printf fprintf to stdout/stderr when it can be done using
288 g_log*() and g_print/g_printerr. Doing this, we make sure every
289 stdout/stderr message is saved to log in Windows.
292 2007-08-21 [wwp] 2.10.0cvs140
296 Route glib's stdout/stderr messages to a log file (Windows only),
297 instead of loosing them.
299 2007-08-21 [paul] 2.10.0cvs139
302 replace deprecated g_strncasecmp()
306 2007-08-20 [ticho] 2.10.0cvs138
309 * src/prefs_account.h
310 Copy all account preferences in account_clone() - some
312 * src/prefs_account.c
313 Handle empty privacy system combobox gracefully (warning
316 2007-08-20 [colin] 2.10.0cvs137
321 2007-08-20 [paul] 2.10.0cvs136
331 patch by Michael Rasmussen
333 2007-08-19 [colin] 2.10.0cvs135
336 Fix previous commit. Sensitivity update is needed
337 for "Cancel receiving". However when batching we
338 don't need to do it for every message flag change,
339 just once at the start and once at the end.
341 2007-08-19 [colin] 2.10.0cvs134
344 Remove useless menu updates on session lock/unlock
346 2007-08-19 [colin] 2.10.0cvs133
348 * src/etpan/imap-thread.c
349 Make all fetch logs less verbose
351 2007-08-19 [paul] 2.10.0cvs132
356 fix bug 1286, 'Can't move a folder into a "Folders
359 2007-08-18 [ticho] 2.10.0cvs131
361 * src/editaddress_other_attributes_ldap.c
362 Converted option menu for other ldap attributes to GtkComboBox.
364 2007-08-18 [colin] 2.10.0cvs130
371 Revert 'send_dialog_mode' meaning to
372 'send_dialog_invisible', so that the
373 new checkbox doesn't change the
376 2007-08-18 [paul] 2.10.0cvs129
379 add missing menu update
381 2007-08-17 [colin] 2.10.0cvs128
384 Set batching after getting flags - maybe fixes
385 bug 1292, 'CM crashes on writing mail'
387 2007-08-16 [ticho] 2.10.0cvs127
390 Convert two GtkOptionMenu widgets to new GtkComboBox.
393 Allow NULL for GtkComboBox menuitem label, rendering such
394 items as row separators.
396 2007-08-16 [paul] 2.10.0cvs126
398 * src/plugins/trayicon/trayicon.c
399 remove wrongly used gettextisation
401 2007-08-15 [ticho] 2.10.0cvs125
404 Fixed a runtime warning where an attempt to pack an
405 already packed GtkLabel was made.
407 2007-08-15 [ticho] 2.10.0cvs124
409 * src/prefs_compose_writing.c
410 Convert the insert-or-attach-dragged-files GtkOptionMenu
413 2007-08-14 [ticho] 2.10.0cvs123
417 Changed return receipt account selector to GtkComboBox.
418 Fixed a runtime warning where GTK tried to parse
419 "name <email@address" as a Pango markup in an alertpanel label.
421 2007-08-14 [ticho] 2.10.0cvs122
423 * src/prefs_logging.c
424 Changed GtkOptionMenu in logging preferences to GtkComboBox.
426 2007-08-14 [wwp] 2.10.0cvs121
430 * tools/popfile-link.sh
431 Added a new tool: POPFile helper, to open
432 selected messages in POPFile control center,
433 in order to change the messages' status.
435 2007-08-14 [ticho] 2.10.0cvs120
442 Change "Show send dialog" optionmenu to a checkbutton.
443 * src/prefs_receive.c
444 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
446 2007-08-13 [wwp] 2.10.0cvs119
457 * src/partial_download.c
463 * src/gtk/gtkaspell.c
465 Make sure we never pass NULL pointers for %s substitutions
466 (prevent from crashing in Windows).
468 2007-08-13 [wwp] 2.10.0cvs118
471 Re-enable mmap_reads in Windows with some missing
472 CloseHandle of mapping objects, thanks to
475 2007-08-13 [paul] 2.10.0cvs117
478 fix bug 1287, 'Compile time problem on Solaris
479 (nexenta gnu/Solaris) utils.c'
480 Thanks to Piotr Chrzczonowicz
482 2007-08-12 [wwp] 2.10.0cvs116
484 * src/plugins/pgpcore/prefs_gpg.c
485 Don't try to unset a GPG_AGENT_INFO that was not
486 set (and don't use a NULL string in Windows, it was
487 crashing with --debug if GPG_AGENT_INFO was not set).
489 2007-08-12 [wwp] 2.10.0cvs115
492 Make gcc type-check arguments passed to privacy_set_error().
494 2007-08-12 [ticho] 2.10.0cvs114
496 * src/prefs_folder_item.c
497 Make sure that folder default account combobox always has some
500 Handle empty combobox gracefully (warning instead of crash).
502 2007-08-12 [ticho] 2.10.0cvs114
504 * src/prefs_folder_item.c
505 Make sure that folder default account combobox is not empty.
507 Handle empty combobox gracefully (warning instead of crash).
509 2007-08-11 [paul] 2.10.0cvs113
513 use 'subfolder' instead of 'sub-folder', matching
514 everywhere else the term is used
518 2007-08-10 [wwp] 2.10.0cvs112
521 Disable mmap reads in Windows only (at least temporarily), they
522 prevent from renaming/removing target cache files.
528 2007-08-10 [wwp] 2.10.0cvs111
531 fix unpredictable crashes in Windows due to broken
532 cache/mark/tags files writting (file were opened for
533 writing in text mode).
536 use gettimeofday() from w32lib.h on Windows.
538 2007-08-10 [colin] 2.10.0cvs110
541 * src/etpan/imap-thread.c
542 * src/etpan/imap-thread.h
543 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
545 2007-08-09 [colin] 2.10.0cvs109
548 Fix port being reset to 636 on SSL
550 Fix folder_item_get_msg_num_by_file
551 on drafts/queue folders
553 2007-08-09 [wwp] 2.10.0cvs108
556 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
557 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
560 2007-08-09 [colin] 2.10.0cvs107
564 * src/gtk/prefswindow.c
565 A few Maemo layout fixes
567 2007-08-09 [paul] 2.10.0cvs106
569 * src/prefs_account.c
570 remove the hyphen from plug-ins to
571 match everywhere else
573 2007-08-08 [wwp] 2.10.0cvs105
575 * src/prefs_folder_item.c
576 Fix an extraneous stealth ^L char.
578 2007-08-08 [wwp] 2.10.0cvs104
580 * src/prefs_folder_item.c
581 Better fix, group variables declarations (USE_ASPELL).
583 2007-08-08 [wwp] 2.10.0cvs103
585 * src/prefs_folder_item.c
586 Fix compilation w/ USE_ASPELL set (broken
589 2007-08-08 [ticho] 2.10.0cvs102
591 * src/prefs_folder_item.c
592 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
594 2007-08-08 [colin] 2.10.0cvs101
597 * src/etpan/imap-thread.c
598 * src/etpan/imap-thread.h
599 Close selected mailbox before doing
602 2007-08-08 [colin] 2.10.0cvs100
605 Complete symbol table, thanks to wwp.
606 Fixes bug 1284, 'The html -> text
607 converter ignores entities'
611 2007-08-08 [colin] 2.10.0cvs99
614 Better way to fetch UIDs on non-UIDPLUS servers
616 2007-08-07 [colin] 2.10.0cvs98
619 fix bug 1275, 'auto-saved draft messages not
620 always being removed'; Also, make multiple
621 copy (in the same account) faster by matching
622 source/destination message UIDs.
624 Don't try to reshow deleted mail
626 Fix leak on error path
628 2007-08-07 [wwp] 2.10.0cvs97
631 * manual/advanced.xml
632 * manual/fr/account.xml
633 * manual/fr/advanced.xml
634 Updated the reference manual and the French translation to
635 reflect 2.10.0cvs84: enable running folder Processing
638 2007-08-06 [wwp] 2.10.0cvs96
643 Allow changing the emphasis color used to highlight
644 the newsreader/x-mailer header value when it matches
645 our preferred mail agent (hidden pref 'emphasis_col' added
648 2007-08-06 [colin] 2.10.0cvs95
652 Re-commit 2.10.0cvs86, with a protection
653 against Pango bug. Also, try to fix
654 bug 1275, 'auto-saved draft messages not
655 always being removed'
657 2007-08-06 [wwp] 2.10.0cvs94
659 * src/gtk/quicksearch.c
660 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
662 2007-08-06 [ticho] 2.10.0cvs93
664 * src/prefs_account.c
666 Use GtkComboBox instead of GtkOptionMenu for privacy system
667 selection in account preferences.
669 2007-08-06 [wwp] 2.10.0cvs92
671 * src/plugins/pgpcore/plugin.def
672 Apply one more chunk from gpg4win's 03-w32-port patch.
674 2007-08-05 [colin] 2.10.0cvs91
678 reverting buggy patch for now
680 2007-08-05 [colin] 2.10.0cvs90
685 2007-08-04 [colin] 2.10.0cvs89
687 * src/prefs_summaries.c
688 * src/summary_search.c
689 Replace deprecated widgets. Patch by
692 2007-08-04 [colin] 2.10.0cvs88
695 Refresh GUI only every 2000 mails on mh_get_last_num
696 This is fast (readdir) and done only once per
699 2007-08-03 [colin] 2.10.0cvs87
701 * src/prefs_account.c
704 Fix a deprecated widget. Patch by
707 2007-08-03 [colin] 2.10.0cvs86
711 Make colorisation and wrapping algorithms
712 faster. Fixes bug 1246, 'compose becomes
713 increasingly slow replying to complex emails'
715 2007-08-03 [paul] 2.10.0cvs85
718 keep the window painted
720 2007-08-02 [paul] 2.10.0cvs84
725 enable running folder Processing
728 2007-08-02 [paul] 2.10.0cvs83
731 speed up/clean up rendering of larger
735 2007-08-01 [paul] 2.10.0cvs82
740 change default toolbar layout on maemo
741 * src/pixmaps/close.xpm
742 make the red cross a grey cross
743 * src/pixmaps/jpilot.xpm
744 make icon smaller so it fits better
746 2007-07-31 [paul] 2.10.0cvs81
750 fix crash on maemo on first launch
752 2007-07-30 [paul] 2.10.0cvs80
754 * src/prefs_matcher.c
755 specify the units of age and size
757 2007-07-30 [paul] 2.10.0cvs79
760 Fix IMAP timeout setting
762 2007-07-30 [colin] 2.10.0cvs78
764 * src/prefs_account.c
765 Fix a deprecated widget. Patch by
768 2007-07-27 [paul] 2.10.0cvs77
770 * src/matcher_parser_parse.y
771 * src/prefs_filtering_action.c
772 * src/prefs_matcher.c
773 these changes forgotten in cvs74's
774 'watch thread' feature
776 2007-07-27 [paul] 2.10.0cvs76
779 fix potential crasher
782 2007-07-27 [paul] 2.10.0cvs75
788 make mainwindow's /Help/Manual point to the
789 remote copy if the local copy doesn't exist
791 2007-07-27 [paul] 2.10.0cvs74
799 * src/matcher_parser_parse.y
808 * src/pixmaps/watchthread.xpm
809 add 'watch thread' feature
811 2007-07-27 [paul] 2.10.0cvs73
813 * src/prefs_folder_item.c
814 adjust labels, add tooltips
816 2007-07-27 [colin] 2.10.0cvs72
819 Maemo: Remove less used menu items
821 2007-07-26 [colin] 2.10.0cvs71
824 Maemo: destroy messageview after trashing mail.
825 Maybe should be done on X11 too
827 2007-07-26 [colin] 2.10.0cvs70
834 Add View/Show or Hide/Column headers
836 2007-07-26 [colin] 2.10.0cvs69
841 2007-07-26 [colin] 2.10.0cvs68
844 Fix possible crash on cache invalidation
848 * src/quote_fmt_parse.y
849 Make replying to mails with big attachments
850 much faster. Fixes bug 1224, 'The process of
851 Replying to emails with large attachments
852 seems unreasonably long...'
854 2007-07-26 [colin] 2.10.0cvs67
859 Fix threads use on BSDs
861 2007-07-26 [paul] 2.10.0cvs66
863 * src/gtk/prefswindow.c
864 fix account prefs breakage
867 2007-07-26 [paul] 2.10.0cvs65
870 standardise ./configure --help messages
872 2007-07-26 [colin] 2.10.0cvs64
876 Fix two vCard-related crashes
878 2007-07-25 [colin] 2.10.0cvs63
883 * src/prefs_receive.c
884 Maemo: Add a better way to notify of
890 Maemo: Various layout fixes
891 * src/gtk/prefswindow.c
892 Maemo: Better prefs layout
894 2007-07-25 [paul] 2.10.0cvs62
897 fix the layout on maemo
900 2007-07-25 [iwkse] 2.10.0cvs61
903 add 'o' shortcut on summaryview
905 2007-07-25 [iwkse] 2.10.0cvs60
910 2007-07-24 [colin] 2.10.0cvs59
913 Fix missing timestamp update on source
917 Better text layout on part's choices
919 2007-07-23 [colin] 2.10.0cvs58
923 Maemo: Automatically choose the correct application
925 * src/gtk/quicksearch.c
926 Make search run on GDK_KP_Enter too
928 2007-07-23 [wwp] 2.10.0cvs57
930 * src/quote_fmt_lex.l
931 Revert accidentaly committed lines (account_sig) in
934 2007-07-23 [wwp] 2.10.0cvs56
936 * src/quote_fmt_lex.l
937 Fix typos around long form expressions in the quote lexer.
943 2007-07-23 [colin] 2.10.0cvs55
946 Fix auto-completion on Maemo
948 2007-07-23 [colin] 2.10.0cvs54
951 Maemo: Fix sticking statusbars
953 2007-07-22 [colin] 2.10.0cvs53
956 Maemo: Fix the strange "top_application" info
957 at startup. We should do something when
958 receiving such a message.
960 2007-07-20 [paul] 2.10.0cvs52
963 add missing #include "statusbar.h"
965 2007-07-20 [colin] 2.10.0cvs51
969 * src/folder_item_prefs.c
970 * src/folder_item_prefs.h
978 * src/prefs_folder_item.c
979 Implement age-based caching: allow to
980 specify a threshold for the offline synchronisation
981 feature, and whether old cached bodies should
986 * src/plugins/dillo_viewer/dillo_viewer.c
987 Check that Dillo's installed
989 2007-07-20 [wwp] 2.10.0cvs50
993 Draw a frame around the selected mimeview part icon (instead of the
994 shifted 'dancing' icon).
996 2007-07-20 [colin] 2.10.0cvs49
999 Unref stuff even on error
1001 disconnect signals only at the very
1002 end of the wizard save.
1004 2007-07-20 [colin] 2.10.0cvs48
1010 Fix random crashes while navigating
1013 2007-07-19 [colin] 2.10.0cvs47
1017 * src/prefs_common.c
1018 * src/prefs_common.h
1021 * src/common/utils.c
1022 Maemo: add an easy way to store data (mails
1023 and IMAP/NNTP caches) on one of the SD cards,
1024 and protect against unmounts if needed
1026 2007-07-19 [paul] 2.10.0cvs46
1029 * src/stock_pixmap.c
1031 * src/pixmaps/claws-mail_logo-small.xpm
1032 implement a (slightly) different About
1033 dialog for maemo and add a small version
1036 use a scrolled window for wizard page 1
1039 2007-07-19 [paul] 2.10.0cvs45
1042 too soon for this line
1044 2007-07-19 [paul] 2.10.0cvs44
1049 2007-07-19 [colin] 2.10.0cvs43
1052 Solve Mail/Mailbox name when specifying
1055 2007-07-18 [colin] 2.10.0cvs42
1061 2007-07-18 [colin] 2.10.0cvs41
1064 Maemo: plug the online/offline system into
1065 maemo's interfaces to have Claws automatically
1066 switch according to the system status
1068 Maemo: use HildonBanners to display status
1069 messages. Renders the main statusbar useless.
1071 2007-07-18 [paul] 2.10.0cvs40
1074 fix screen blanking on moving/copying many msgs
1076 fix processing progressbar and screen blanking
1079 2007-07-18 [paul] 2.10.0cvs39
1082 revert cvs37, breakage on maemo
1084 2007-07-18 [paul] 2.10.0cvs38
1086 * src/gtk/gtkutils.c
1087 make sure we can still build with older GTK's
1089 2007-07-18 [colin] 2.10.0cvs37
1092 Only hide the small layout's messageview, instead
1093 of destroying it when closing
1094 * src/gtk/gtkutils.c
1095 Use gtk_window_present_with_time to popup windows,
1096 it seems to make things better with modern WMs
1099 2007-07-17 [colin] 2.10.0cvs36
1102 Simplify layout on Maemo
1105 * src/prefs_display_header.c
1106 Remove some headers by default on Maemo
1108 2007-07-17 [paul] 2.10.0cvs35
1110 * src/prefs_common.c
1111 * src/prefs_common.h
1112 * src/prefs_logging.c
1114 add options to stop/enable writing logs to disc
1116 2007-07-17 [paul] 2.10.0cvs34
1119 fix some issues with the Apply tags window:
1120 - set search column (enables autocompl in the treeview)
1121 - apply tag from "New tag" if it existed
1122 - clears New tag entry when adding it with the button
1125 2007-07-17 [paul] 2.10.0cvs33
1128 fix 'apply tags' dialogue weirdness
1130 2007-07-16 [colin] 2.10.0cvs32
1133 Fix double-loading of mails on Maemo
1135 2007-07-16 [colin] 2.10.0cvs31
1138 Prevent double-loading of the same part under some
1139 conditions; hide statusbar on Maemo
1141 2007-07-16 [colin] 2.10.0cvs30
1147 Improve the tag interface - allow
1148 to set/unset tags from a special
1150 * src/gtk/gtkvscrollbutton.c
1153 * src/stock_pixmap.c
1154 Fix Mimeview's ugly hacks in the
1157 2007-07-16 [paul] 2.10.0cvs29
1161 * src/gtk/icon_legend.c
1162 put it all in a scrolled window
1164 2007-07-15 [colin] 2.10.0cvs28
1167 Maemo: force layout to be Small screen; the
1168 others don't make sense
1170 2007-07-14 [colin] 2.10.0cvs27
1173 * src/gtk/gtkvscrollbutton.c
1174 Maemo: Fix mimeview's buttons size
1176 2007-07-14 [colin] 2.10.0cvs26
1179 Fix the button workaround fix.
1180 (Use the correct variable)
1182 2007-07-14 [colin] 2.10.0cvs25
1186 Maemo: put the progress bar in the
1189 2007-07-14 [colin] 2.10.0cvs24
1191 * src/prefs_common.c
1192 Maemo: hide statusbar by default
1194 * src/stock_pixmap.c
1195 * src/stock_pixmap.h
1197 * src/pixmaps/go_folders.xpm
1198 Maemo: Add a specific icon to go back to
1201 2007-07-14 [colin] 2.10.0cvs23
1204 Don't set homogeneous finally
1206 2007-07-14 [colin] 2.10.0cvs22
1209 Fix button show/hide issues
1211 2007-07-14 [colin] 2.10.0cvs21
1215 Fix button workaround to be able to click
1216 if mouse was on button when it went un-
1218 Revert previous commit, gtk_tool_item_set_homogeneous
1219 doesn't mean what it seems to mean ;-)
1221 2007-07-14 [paul] 2.10.0cvs20
1224 make homogeneous FALSE always
1226 2007-07-13 [colin] 2.10.0cvs19
1230 Rework to fit the non-deprecated API
1236 Maemo layout changes. Better toolbars,
1237 removal of CTree headers.
1239 2007-07-13 [paul] 2.10.0cvs18
1241 * src/gtk/colorlabel.c
1242 fix bug 1261, '[DE] coloring messages in overview
1243 keys are not localised'
1244 the string is now included in claws-mail.pot
1246 2007-07-13 [colin] 2.10.0cvs17
1249 Fix bug 1267, 'printing mutliple messages
1250 opens one message-dialog after the other'
1251 Ask for confirmation when printing 10
1254 2007-07-11 [colin] 2.10.0cvs16
1259 * manual/claws-mail-manual.xml
1261 * manual/es/claws-mail-manual.xml
1263 * manual/fr/claws-mail-manual.xml
1286 * src/addressbook_foldersel.c
1287 * src/addressbook_foldersel.h
1311 * src/customheader.c
1312 * src/customheader.h
1313 * src/displayheader.c
1314 * src/displayheader.h
1317 * src/editaddress_other_attributes_ldap.c
1318 * src/editaddress_other_attributes_ldap.h
1327 * src/editldap_basedn.c
1328 * src/editldap_basedn.h
1349 * src/folder_item_prefs.c
1350 * src/folder_item_prefs.h
1359 * src/grouplistdialog.c
1360 * src/grouplistdialog.h
1365 * src/image_viewer.c
1366 * src/image_viewer.h
1407 * src/matcher_parser.h
1408 * src/matcher_parser_lex.l
1409 * src/matcher_parser_parse.y
1412 * src/message_search.c
1413 * src/message_search.h
1432 * src/partial_download.c
1433 * src/partial_download.h
1438 * src/prefs_account.c
1439 * src/prefs_account.h
1440 * src/prefs_actions.c
1441 * src/prefs_actions.h
1442 * src/prefs_common.c
1443 * src/prefs_common.h
1444 * src/prefs_compose_writing.c
1445 * src/prefs_compose_writing.h
1446 * src/prefs_customheader.c
1447 * src/prefs_customheader.h
1448 * src/prefs_display_header.c
1449 * src/prefs_display_header.h
1450 * src/prefs_ext_prog.c
1451 * src/prefs_ext_prog.h
1452 * src/prefs_filtering.c
1453 * src/prefs_filtering.h
1454 * src/prefs_filtering_action.c
1455 * src/prefs_filtering_action.h
1456 * src/prefs_folder_column.c
1457 * src/prefs_folder_column.h
1458 * src/prefs_folder_item.c
1459 * src/prefs_folder_item.h
1464 * src/prefs_image_viewer.c
1465 * src/prefs_image_viewer.h
1466 * src/prefs_logging.c
1467 * src/prefs_logging.h
1468 * src/prefs_matcher.c
1469 * src/prefs_matcher.h
1470 * src/prefs_message.c
1471 * src/prefs_message.h
1472 * src/prefs_msg_colors.c
1473 * src/prefs_msg_colors.h
1478 * src/prefs_receive.c
1479 * src/prefs_receive.h
1482 * src/prefs_spelling.c
1483 * src/prefs_spelling.h
1484 * src/prefs_summaries.c
1485 * src/prefs_summaries.h
1486 * src/prefs_summary_column.c
1487 * src/prefs_summary_column.h
1488 * src/prefs_summary_open.c
1489 * src/prefs_summary_open.h
1490 * src/prefs_template.c
1491 * src/prefs_template.h
1492 * src/prefs_themes.c
1493 * src/prefs_themes.h
1494 * src/prefs_toolbar.c
1495 * src/prefs_toolbar.h
1496 * src/prefs_wrapping.c
1497 * src/prefs_wrapping.h
1507 * src/quote_fmt_lex.l
1508 * src/quote_fmt_parse.y
1511 * src/remotefolder.c
1512 * src/remotefolder.h
1513 * src/send_message.c
1514 * src/send_message.h
1517 * src/simple-gettext.c
1518 * src/sourcewindow.c
1519 * src/sourcewindow.h
1524 * src/stock_pixmap.c
1525 * src/stock_pixmap.h
1526 * src/summary_search.c
1527 * src/summary_search.h
1544 * src/common/base64.c
1545 * src/common/base64.h
1546 * src/common/claws.c
1547 * src/common/claws.h
1549 * src/common/fnmatch.c
1550 * src/common/fnmatch.h
1551 * src/common/fnmatch_loop.c
1552 * src/common/hooks.c
1553 * src/common/hooks.h
1558 * src/common/mgutils.c
1559 * src/common/mgutils.h
1562 * src/common/passcrypt.c
1563 * src/common/passcrypt.h.in
1564 * src/common/plugin.c
1565 * src/common/plugin.h
1566 * src/common/prefs.c
1567 * src/common/prefs.h
1568 * src/common/progressindicator.c
1569 * src/common/progressindicator.h
1570 * src/common/quoted-printable.c
1571 * src/common/quoted-printable.h
1572 * src/common/session.c
1573 * src/common/session.h
1576 * src/common/socket.c
1577 * src/common/socket.h
1580 * src/common/ssl_certificate.c
1581 * src/common/ssl_certificate.h
1582 * src/common/string_match.c
1583 * src/common/string_match.h
1584 * src/common/stringtable.c
1585 * src/common/stringtable.h
1588 * src/common/template.c
1589 * src/common/template.h
1590 * src/common/timing.h
1591 * src/common/utils.c
1592 * src/common/utils.h
1593 * src/common/uuencode.c
1594 * src/common/uuencode.h
1595 * src/common/version.h.in
1596 * src/common/w32_dirent.c
1597 * src/common/w32_reg.c
1598 * src/common/w32_signal.c
1599 * src/common/w32_stat.c
1600 * src/common/w32_stdlib.c
1601 * src/common/w32_string.c
1602 * src/common/w32_time.c
1603 * src/common/w32_unistd.c
1604 * src/common/w32_wait.c
1605 * src/common/w32lib.h
1608 * src/common/xmlprops.c
1609 * src/common/xmlprops.h
1610 * src/etpan/etpan-errors.h
1611 * src/etpan/etpan-thread-manager-types.h
1612 * src/etpan/etpan-thread-manager.c
1613 * src/etpan/etpan-thread-manager.h
1614 * src/etpan/imap-thread.c
1615 * src/etpan/imap-thread.h
1618 * src/gtk/colorlabel.c
1619 * src/gtk/colorlabel.h
1620 * src/gtk/colorsel.c
1621 * src/gtk/colorsel.h
1622 * src/gtk/combobox.c
1623 * src/gtk/combobox.h
1624 * src/gtk/description_window.c
1625 * src/gtk/description_window.h
1628 * src/gtk/foldersort.c
1629 * src/gtk/foldersort.h
1630 * src/gtk/gtkaspell.c
1631 * src/gtk/gtkaspell.h
1632 * src/gtk/gtksctree.c
1633 * src/gtk/gtkshruler.c
1634 * src/gtk/gtkshruler.h
1635 * src/gtk/gtksourceprintjob.c
1636 * src/gtk/gtksourceprintjob.h
1637 * src/gtk/gtkutils.c
1638 * src/gtk/gtkutils.h
1639 * src/gtk/gtkvscrollbutton.c
1640 * src/gtk/gtkvscrollbutton.h
1641 * src/gtk/icon_legend.c
1642 * src/gtk/icon_legend.h
1643 * src/gtk/inputdialog.c
1644 * src/gtk/inputdialog.h
1645 * src/gtk/logwindow.c
1646 * src/gtk/logwindow.h
1647 * src/gtk/manage_window.c
1648 * src/gtk/manage_window.h
1651 * src/gtk/pluginwindow.c
1652 * src/gtk/pluginwindow.h
1653 * src/gtk/prefswindow.c
1654 * src/gtk/prefswindow.h
1655 * src/gtk/progressdialog.c
1656 * src/gtk/progressdialog.h
1657 * src/gtk/quicksearch.c
1658 * src/gtk/quicksearch.h
1659 * src/gtk/sslcertwindow.c
1660 * src/gtk/sslcertwindow.h
1661 * src/plugins/bogofilter/bogofilter.c
1662 * src/plugins/bogofilter/bogofilter.h
1663 * src/plugins/bogofilter/bogofilter_gtk.c
1664 * src/plugins/clamav/clamav_plugin.c
1665 * src/plugins/clamav/clamav_plugin.h
1666 * src/plugins/clamav/clamav_plugin_gtk.c
1667 * src/plugins/demo/demo.c
1668 * src/plugins/dillo_viewer/dillo_prefs.c
1669 * src/plugins/dillo_viewer/dillo_prefs.h
1670 * src/plugins/dillo_viewer/dillo_viewer.c
1671 * src/plugins/pgpcore/passphrase.c
1672 * src/plugins/pgpcore/passphrase.h
1673 * src/plugins/pgpcore/pgp_viewer.c
1674 * src/plugins/pgpcore/pgp_viewer.h
1675 * src/plugins/pgpcore/plugin.c
1676 * src/plugins/pgpcore/prefs_gpg.c
1677 * src/plugins/pgpcore/prefs_gpg.h
1678 * src/plugins/pgpcore/select-keys.c
1679 * src/plugins/pgpcore/select-keys.h
1680 * src/plugins/pgpcore/sgpgme.c
1681 * src/plugins/pgpcore/sgpgme.h
1682 * src/plugins/pgpinline/pgpinline.c
1683 * src/plugins/pgpinline/pgpinline.h
1684 * src/plugins/pgpinline/plugin.c
1685 * src/plugins/pgpmime/pgpmime.c
1686 * src/plugins/pgpmime/pgpmime.h
1687 * src/plugins/pgpmime/plugin.c
1688 * src/plugins/spamassassin/spamassassin.c
1689 * src/plugins/spamassassin/spamassassin.h
1690 * src/plugins/spamassassin/spamassassin_gtk.c
1691 * src/plugins/trayicon/trayicon.c
1692 * src/plugins/trayicon/trayicon_prefs.c
1693 * src/plugins/trayicon/trayicon_prefs.h
1694 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1695 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1696 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1697 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1698 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1699 * tools/OOo2claws-mail.pl
1700 * tools/README.sylprint
1701 * tools/acroread2claws-mail.pl
1702 * tools/claws-mail-compose-insert-files.pl
1703 * tools/convert_mbox.pl
1704 * tools/filter_conv.pl
1705 * tools/filter_conv_new.pl
1707 * tools/freshmeat_search.pl
1708 * tools/google_search.pl
1709 * tools/kmail-mailbox2claws-mail.pl
1710 * tools/kmail2claws-mail.pl
1711 * tools/kmail2claws-mail_v2.pl
1713 * tools/make.themes.project
1714 * tools/multiwebsearch.pl
1715 * tools/nautilus2claws-mail.sh
1716 * tools/outlook2claws-mail.pl
1717 * tools/textviewer.sh
1718 * tools/thunderbird-filters-convertor.pl
1721 * tools/vcard2xml.py
1722 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1723 Upgrade to GPLv3 or later.
1725 2007-07-10 [wwp] 2.10.0cvs15
1728 Fix re-opening of all composing messages that were
1729 opened when closing the previous instance, thanks
1732 2007-07-10 [paul] 2.10.0cvs14
1734 * src/editaddress_other_attributes_ldap.c
1736 fix crash on selecting 'other attributes' combo
1737 for either a new entry or an old entry with no
1738 existing attributes.
1739 fix bug on editing multiple attributes which
1740 resulted them all having the value of the last
1744 2007-07-10 [colin] 2.10.0cvs13
1747 * src/editaddress_other_attributes_ldap.h
1749 Fix --disable-ldap build
1751 2007-07-09 [colin] 2.10.0cvs12
1757 * src/editaddress_other_attributes_ldap.c
1758 * src/editaddress_other_attributes_ldap.h
1763 Add capability to edit all inetOrgPerson
1764 attributes on LDAP. Patch by Michael
1767 2007-07-09 [colin] 2.10.0cvs11
1773 * src/prefs_summaries.c
1774 * src/prefs_themes.c
1776 * src/common/Makefile.am
1778 * src/common/timing.h
1779 * src/common/utils.c
1780 * src/common/utils.h
1781 * src/common/w32_account.c
1782 * src/common/w32lib.h
1783 * src/gtk/Makefile.am
1784 * src/gtk/colorlabel.c
1785 * src/plugins/pgpcore/Makefile.am
1786 * src/plugins/pgpcore/claws.def
1787 * src/plugins/pgpcore/passphrase.c
1788 * src/plugins/pgpcore/pgp_viewer.c
1789 * src/plugins/pgpcore/plugin.def
1790 * src/plugins/pgpcore/sgpgme.c
1791 * src/plugins/pgpinline/Makefile.am
1792 * src/plugins/pgpinline/claws.def
1793 * src/plugins/pgpinline/mypgpcore.def
1794 * src/plugins/pgpinline/plugin.def
1795 * src/plugins/pgpmime/Makefile.am
1796 * src/plugins/pgpmime/claws.def
1797 * src/plugins/pgpmime/mypgpcore.def
1798 * src/plugins/pgpmime/plugin.def
1799 Commit win32 patch, from Werner Koch and
1802 2007-07-09 [colin] 2.10.0cvs10
1804 * src/prefs_toolbar.c
1805 Fix crash when no actions exist
1807 2007-07-07 [paul] 2.10.0cvs9
1810 * manual/claws-mail-manual.xml
1811 update copyright year
1813 updated by Flammie Pirinen
1815 2007-07-05 [wwp] 2.10.0cvs8
1817 * src/plugins/clamav/clamav_plugin_gtk.c
1818 Make vertical spacing like in other plugin prefs pages.
1820 2007-07-05 [wwp] 2.10.0cvs7
1823 It's %am that works, not %ae (this doc incoherence has been
1824 introduced with 2.9.2cvs13).
1826 2007-07-04 [wwp] 2.10.0cvs6
1828 * src/plugins/bogofilter/bogofilter.c
1829 Gettext-ize an occurrence of "Any" that wasn't.
1831 2007-07-04 [colin] 2.10.0cvs5
1834 Fix untranslated strings; thanks
1837 2007-07-03 [colin] 2.10.0cvs4
1841 Fix saving of sort mode for tags and
1842 thread date. Thanks to Pierre Ossman.
1843 Completes fix for bug 1233
1845 2007-07-03 [paul] 2.10.0cvs3
1853 2007-07-02 [colin] 2.10.0cvs2
1859 Add View/Sort/by Thread date
1860 Fixes bug 1233, 'Capability to sort
1861 threads by most recent message'
1862 Based on a patch by Paul Rolland
1864 2007-07-02 [colin] 2.10.0cvs1
1881 * src/matcher_parser_parse.y
1885 * src/prefs_common.c
1886 * src/prefs_common.h
1887 * src/prefs_filtering_action.c
1888 * src/prefs_matcher.c
1889 * src/prefs_summary_column.c
1893 * src/quote_fmt_lex.l
1894 * src/quote_fmt_parse.y
1898 * src/common/Makefile.am
1902 * src/gtk/quicksearch.c
1903 * src/gtk/quicksearch.h
1904 Add Tags implementation. Tags are arbitrary labels
1905 that can be applied to messages. It is possible
1906 to create, edit, remove tags; apply them to mails;
1907 filter on tags or tag presence; apply or unset
1908 tags via filtering actions; reference tags in
1911 2007-07-02 [paul] 2.10.0
1918 2007-07-02 [paul] 2.9.2cvs78
1928 updated by Stephan Sachse, me, Ricardo Mones
1929 Lastra, Fabien Vantard, Pader Rezso, Frederico
1930 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1932 2007-07-02 [paul] 2.9.2cvs77
1937 2007-06-29 [wwp] 2.9.2cvs76
1940 Fix a typo (thanks to Ricardo for finding this out).
1942 2007-06-28 [paul] 2.9.2cvs75
1947 2007-06-28 [paul] 2.9.2cvs74
1950 fix bug in the autotools build system.
1951 Files cataloged under EXTRA_DIST were never
1952 automatically copied to the build tree.
1953 (fix 'make distcheck')
1954 Patch by Michael Rasmussen.
1956 2007-06-24 [colin] 2.9.2cvs73
1959 Fix bug 1249, 'Error handling for
1960 news errors needs modification'
1961 Only popup error if the according
1962 pref in Prefs/Receive is set.
1964 2007-06-21 [colin] 2.9.2cvs72
1966 * src/common/plugin.c
1967 * src/common/plugin.h
1968 Change plugin API to know whether it's safe to
1969 unload plugins or whether we should just hide
1970 them. Fixes bug 1248, 'Core dumps after
1971 unloading plugin and clicking on load plugins'
1972 * src/plugins/bogofilter/bogofilter.c
1973 * src/plugins/clamav/clamav_plugin.c
1974 * src/plugins/demo/demo.c
1975 * src/plugins/dillo_viewer/dillo_viewer.c
1976 * src/plugins/pgpcore/plugin.c
1977 * src/plugins/pgpinline/plugin.c
1978 * src/plugins/pgpmime/plugin.c
1979 * src/plugins/spamassassin/spamassassin.c
1980 * src/plugins/trayicon/trayicon.c
1983 2007-06-19 [colin] 2.9.2cvs71
1987 Fix crash mentioned in bug 1246
1988 Race condition when automatically drafting
1989 due to insertion on reedit.
1991 2007-06-18 [wwp] 2.9.2cvs70
1994 LDIF import: use a "Proceed" button to complete
1997 2007-06-18 [paul] 2.9.2cvs69
2000 use pkgconfig to check for gtk and glib
2002 2007-06-17 [wwp] 2.9.2cvs68
2006 LDIF import: better error handling, minor code
2007 and UI cleanup, and renamed the Save button
2008 to Close, as imported stuff is already saved
2009 when the Save button is shown.
2011 2007-06-17 [colin] 2.9.2cvs67
2013 * src/prefs_summaries.c
2015 Don't set as read when forwarded, only replied to
2017 2007-06-17 [paul] 2.9.2cvs66
2020 add missing #include
2022 2007-06-16 [colin] 2.9.2cvs65
2024 * src/prefs_summaries.c
2026 Change the pref "Only mark as read when opened
2027 in new window" to "..., replied to or forwarded".
2028 Based on a patch by Paul Rolland.
2030 2007-06-16 [paul] 2.9.2cvs64
2033 alphabetical order! :)
2035 2007-06-16 [colin] 2.9.2cvs63
2039 Add Michael Rasmussen in authors list
2041 2007-06-16 [colin] 2.9.2cvs62
2044 Fix messageview_copy_clipboard to take advantage
2045 of plugins' get_selection.
2047 2007-06-15 [colin] 2.9.2cvs61
2053 * src/message_search.c
2055 * src/summary_search.c
2058 Allow GDK_KP_Enter to do the same as GDK_Return
2059 Patch by Michael Rasmussen
2061 2007-06-15 [paul] 2.9.2cvs60
2064 fix bug when closing a compose window
2067 2007-06-14 [paul] 2.9.2cvs59
2071 migrate sylpheed config
2073 2007-06-14 [wwp] 2.9.2cvs58
2075 * src/gtk/pluginwindow.c
2076 Yet another attempt to fix sizing/alignment of the
2077 button bar in plugins window.
2079 2007-06-12 [colin] 2.9.2cvs57
2084 * src/prefs_common.c
2085 * src/prefs_common.h
2086 * src/prefs_summaries.c
2087 * src/prefs_summary_open.c
2088 * src/prefs_summary_open.h
2090 Make "when entering a folder" actions more personalisable
2092 2007-06-12 [wwp] 2.9.2cvs56
2095 Use short description from Paul (mairix.sh).
2097 2007-06-12 [wwp] 2.9.2cvs55
2100 Updated info about mairix.sh.
2102 2007-06-11 [paul] 2.9.2cvs54
2104 * src/prefs_logging.c
2105 rework log window length widgets
2106 and some sensitivity fixes
2108 2007-06-11 [paul] 2.9.2cvs53
2111 * src/prefs_logging.c
2112 rename 'Protocol Log' to 'Network Log'
2113 and some function renaming
2115 2007-06-10 [wwp] 2.9.2cvs52
2117 * src/gtk/pluginwindow.c
2120 2007-06-10 [wwp] 2.9.2cvs51
2122 * src/gtk/pluginwindow.c
2123 Fix button bar in plugin window, was centered and not
2124 behaving like other dialogs w/ such button bar.
2126 2007-06-08 [wwp] 2.9.2cvs50
2133 Provide a way out of automatic draft saving on IMAP, when
2135 Prevent drafting while sending and quitting while sending.
2140 2007-06-08 [wwp] 2.9.2cvs49
2142 * src/prefs_account.c
2143 * src/gtk/prefswindow.c
2144 * src/gtk/prefswindow.h
2145 Activate the Basic page when opening account prefs.
2147 2007-06-08 [wwp] 2.9.2cvs48
2149 * src/common/socket.c
2150 Don't crash if fork() fails, thanks to Colin.
2152 2007-06-08 [wwp] 2.9.2cvs47
2154 * src/gtk/prefswindow.c
2155 Wrap some long lines, and reset horizontal scroller's adjusment
2156 (this was already done, vertically), when changing tab (not page)
2159 2007-06-08 [paul] 2.9.2cvs46
2161 * src/common/utils.c
2162 use gethostname() instead of uname()
2163 based on a patch by Michael Hughes
2164 <Sylpheed-Claws_user@thehugheslogcabin.net>
2166 2007-06-07 [wwp] 2.9.2cvs45
2168 * src/prefs_common.c
2169 Fix some useless warnings, thanks to Colin.
2171 2007-06-06 [colin] 2.9.2cvs44
2174 Fix strange allocations.
2176 2007-06-06 [colin] 2.9.2cvs43
2179 Patch by Michael Rasmussus to help
2182 2007-06-05 [wwp] 2.9.2cvs42
2184 * src/prefs_account.c
2185 * src/prefs_folder_item.c
2189 Per-folder templates can now be applied recursively.
2190 Always save per-folder templates (formats were erroneously
2191 saved only if they were enabled).
2192 Check for validity of quotation marks everywhere there
2195 2007-06-05 [wwp] 2.9.2cvs41
2198 Fix incoming messages from local accounts always getting filtered
2199 (even if the account prefs say don't), thanks to Colin.
2201 2007-06-05 [wwp] 2.9.2cvs40
2205 Use per-folder/per-account quote chars when applying a
2206 template or inserting text as well. Const'ify some
2209 2007-06-04 [colin] 2.9.2cvs39
2212 More work for wwp :)
2214 2007-06-04 [wwp] 2.9.2cvs38
2217 Same as 2.9.2cvs36 but for forwarding.
2219 2007-06-04 [colin] 2.9.2cvs37
2222 Use original mail file for forward/redirect
2223 Fixes some forwarded mails to be attached as
2224 application/octet-stream (when they have binary
2225 parts), and incidentally fixes bug 848
2226 'Redirect breaks GnuPG'
2228 2007-06-04 [wwp] 2.9.2cvs36
2231 Fix quote mark mis-initialisation when replying/forwarding
2232 (introduced w/ 2.9.2cvs20).
2234 2007-06-04 [wwp] 2.9.2cvs35
2236 * src/prefs_compose_writing.c
2238 Fix a bug where Quotation characters (prefs/compose/writing)
2239 was cleared (introduced w/ 2.9.2cvs26).
2241 2007-06-04 [wwp] 2.9.2cvs34
2243 * src/prefs_account.c
2244 * src/prefs_account.h
2245 Better fix for compiling w/o aspell (rollbacks
2248 2007-06-04 [wwp] 2.9.2cvs33
2251 * src/prefs_account.c
2252 * src/prefs_account.h
2254 It's now possible to disable mail filtering plugins
2255 on a per-account basis.
2257 2007-06-04 [wwp] 2.9.2cvs32
2260 * src/common/utils.c
2261 * src/common/utils.h
2262 Support CRLF in headers part of messages.
2263 Support few more date formats (RFC3339 subsets).
2265 2007-06-04 [wwp] 2.9.2cvs31
2267 * src/prefs_account.c
2268 Fix compiling w/o aspell support.
2270 2007-06-03 [wwp] 2.9.2cvs30
2273 Don't decode leading ENV_ and ~ in P_PASSWORD
2276 2007-06-03 [wwp] 2.9.2cvs29
2279 Don't decode leading ENV_ and ~ in P_PASSWORD
2282 2007-06-03 [wwp] 2.9.2cvs28
2284 * src/prefs_account.c
2285 * src/gtk/prefswindow.c
2286 * src/gtk/prefswindow.h
2287 Added a way to force preloading of all pages
2289 Moved tabs to pages in account prefs.
2291 2007-06-02 [colin] 2.9.2cvs27
2294 Fix possible crash, fix ldap write bugs
2296 Fix ldap write bugs - patch by Michael
2300 Add a hook whenever alertpanel opens/closes
2302 2007-05-31 [wwp] 2.9.2cvs26
2304 * src/prefs_compose_writing.c
2306 Re-organized writing options a bit:
2307 - renamed the Quoting page to Templates
2308 - moved all composing templates to that page
2309 - moved non-templates options to the Writing one,
2310 grouped reply-related options, reordered reply and
2313 2007-05-31 [wwp] 2.9.2cvs25
2316 Removed unused code.
2318 2007-05-31 [colin] 2.9.2cvs24
2321 Fix missing display name when modifying
2322 LDAP. Patch by Michael Rasmussen
2324 2007-05-31 [wwp] 2.9.2cvs23
2326 * src/plugins/bogofilter/Makefile.am
2327 * src/plugins/clamav/Makefile.am
2328 * src/plugins/demo/Makefile.am
2329 * src/plugins/dillo_viewer/Makefile.am
2330 * src/plugins/spamassassin/Makefile.am
2331 Fix building of those plugins in Mac OS X.
2333 2007-05-30 [wwp] 2.9.2cvs22
2335 * src/gtk/quicksearch.c
2336 Fix missing initialization.
2338 2007-05-30 [wwp] 2.9.2cvs21
2341 Revert accidental commit (debug outputs).
2343 2007-05-30 [wwp] 2.9.2cvs20
2346 * src/folder_item_prefs.c
2347 * src/folder_item_prefs.h
2348 * src/prefs_account.c
2349 * src/prefs_account.h
2350 * src/prefs_folder_item.c
2353 Implemented per-account and per-folder
2354 compose/reply/forward formats.
2356 2007-05-30 [wwp] 2.9.2cvs19
2358 * src/prefs_compose_writing.c
2363 Internal API changes (factorize quote format
2366 2007-05-30 [colin] 2.9.2cvs18
2369 Fix race where it's possible to re-click Send
2370 between end of SMTP session and end of "move to
2371 sent folder" when sending an email with send
2374 2007-05-30 [colin] 2.9.2cvs17
2377 Ask for backtrace on all threads. Patch by
2380 Fix stale news statusbar when scanning fails.
2383 Fix some LDAP write updates bugs. Patch
2384 by Michael Rasmussen
2386 2007-05-29 [colin] 2.9.2cvs16
2389 Fix loss of local flags when moving mails
2390 on IMAP in high-bandwidth mode (UID FETCH)
2392 2007-05-25 [paul] 2.9.2cvs15
2394 * src/common/socket.c
2395 fix sometimes crasher on cancelling
2398 2007-05-25 [colin] 2.9.2cvs14
2403 Be more helpful in the subscription
2406 2007-05-23 [wwp] 2.9.2cvs13
2409 * src/prefs_compose_writing.c
2411 * src/prefs_template.c
2412 * src/prefs_template.h
2415 * src/quote_fmt_lex.l
2416 * src/quote_fmt_parse.y
2417 Introduced new syntax elements (symbols and commands)
2418 in templates/quote_fmt. Compatibility w/ old
2420 Updated and reworked the corresponding Information
2422 Display the line number in dialogs that talk about
2423 parser errors (in addition to the error message in
2426 2007-05-23 [wwp] 2.9.2cvs12
2428 * src/quote_fmt_parse.y
2429 Fix 2.9.2cvs11, probably a paste accident ;).
2431 2007-05-23 [wwp] 2.9.2cvs11
2434 * src/prefs_template.c
2436 * src/quote_fmt_parse.y
2437 Fix 2.9.2cvs10, which broke --disable-aspell.
2439 2007-05-22 [wwp] 2.9.2cvs10
2442 * src/prefs_template.c
2445 * src/quote_fmt_lex.l
2446 * src/quote_fmt_parse.y
2447 * src/gtk/gtkaspell.c
2448 * src/gtk/gtkaspell.h
2449 Added template/quote format syntactical elements
2451 - current dictionary
2452 %T to show (shows empty if not set or not enabled),
2453 ?T and !T to check if the default dictionary is
2455 - current account's default dictionary
2456 %aT to show (empty if not set or not enabled),
2457 ?aT and !aT to check if it's enabled and set
2458 - name completion for an address, from the address
2460 %ABf, %ABt, %ABc respectively show the full name got
2461 from the address book if From, To or Cc match a single
2463 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2464 matches any contact and if the full name is non-empty.
2465 If From, To or Cc are lists of email addresses, only
2466 the first address will be checked.
2467 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2468 that could show a trailing ','.
2469 Also, template/quote_fmt parser now shows the line number in case
2472 2007-05-15 [colin] 2.9.2cvs9
2476 Add a public function to know whether Claws
2478 Store opened folder when exiting
2481 Store last opened message in each FolderItem;
2482 Reset last seen messages if Claws crashed, so
2483 that one can't go in an infinite crash in case
2484 a particular mail crashes Claws.
2486 * src/prefs_common.c
2487 * src/prefs_common.h
2489 * src/prefs_summaries.c
2490 Add "Select last opened message" when entering
2492 Add "Select last opened folder" at startup.
2494 2007-05-14 [colin] 2.9.2cvs8
2497 Fix bashism, search for xml catalog
2498 in /usr/local/share/xml/catalog too
2501 2007-05-13 [wwp] 2.9.2cvs7
2503 * src/gtk/logwindow.c
2504 fix raising log windows when they are either minimized or
2507 2007-05-11 [colin] 2.9.2cvs6
2510 Use Hildon's file chooser on Maemo. Patch
2511 by Jean-Luc Biord; fixes part 2 of bug 1201,
2512 'File attachment "manipulation" bugs...'
2514 2007-05-10 [wwp] 2.9.2cvs5
2516 * src/prefs_common.c
2517 * src/prefs_common.h
2518 * src/gtk/quicksearch.c
2519 Add a quicksearch option to automatically run
2520 a search selected from the history (this option
2521 is exclusive towards type-ahead).
2523 2007-05-10 [colin] 2.9.2cvs4
2526 Fix g_warnings, thanks to Brian
2529 2007-05-09 [colin] 2.9.2cvs3
2534 * src/prefs_summaries.c
2537 * src/common/utils.c
2538 * src/gtk/gtksourceprintjob.c
2539 * src/gtk/sslcertwindow.c
2540 Use the re-entrant variant of time functions
2541 Probably fixes bug 1217, 'reentrancy problems
2542 with time functions'
2544 2007-05-09 [colin] 2.9.2cvs2
2547 Fix crasher when reconnection fails
2549 2007-05-08 [paul] 2.9.2cvs1
2555 bump version number following
2558 2007-05-08 [paul] 2.9.1cvs48
2560 * src/plugins/demo/demo.c
2561 * src/plugins/dillo_viewer/dillo_prefs.c
2562 * src/plugins/dillo_viewer/dillo_prefs.h
2563 * src/plugins/dillo_viewer/dillo_viewer.c
2564 * src/plugins/pgpcore/pgp_viewer.c
2565 * src/plugins/pgpcore/pgp_viewer.h
2566 * src/plugins/pgpcore/plugin.c
2567 * src/plugins/pgpcore/prefs_gpg.c
2568 * src/plugins/pgpcore/prefs_gpg.h
2569 * src/plugins/pgpcore/sgpgme.c
2570 * src/plugins/pgpcore/sgpgme.h
2571 * src/plugins/pgpinline/plugin.c
2572 * src/plugins/pgpmime/pgpmime.c
2573 * src/plugins/pgpmime/pgpmime.h
2574 * src/plugins/pgpmime/plugin.c
2575 * src/plugins/spamassassin/spamassassin.c
2576 * src/plugins/spamassassin/spamassassin.h
2577 * src/plugins/spamassassin/spamassassin_gtk.c
2578 * src/plugins/trayicon/README
2580 * tools/README.sylprint
2581 * tools/outlook2claws-mail.pl
2583 * tools/tb2claws-mail
2584 * tools/tbird2claws.py
2586 * tools/vcard2xml.py
2587 * tools/kdeservicemenu/README
2588 cleanups and corrections
2590 2007-05-06 [wwp] 2.9.1cvs47
2593 Fix missing dash to `display` command-line, reported
2594 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2596 2007-05-06 [colin] 2.9.1cvs46
2599 * src/stock_pixmap.c
2600 * src/stock_pixmap.h
2601 * src/pixmaps/printer.xpm
2604 2007-05-06 [paul] 2.9.1cvs45
2609 * src/summary_search.c
2613 2007-05-05 [wwp] 2.9.1cvs44
2617 * src/prefs_actions.c
2621 Fix "faild" typos everywhere and capitalization of
2624 2007-05-04 [colin] 2.9.1cvs43
2629 * src/plugins/pgpcore/prefs_gpg.c
2630 * src/plugins/pgpcore/prefs_gpg.h
2631 * src/plugins/pgpinline/pgpinline.c
2632 * src/plugins/pgpmime/pgpmime.c
2633 Add an API to warn about encryption limits,
2634 and allow to disable these warnings
2636 2007-05-03 [colin] 2.9.1cvs42
2640 Fix bug 1213, 'Delete more than
2643 2007-05-03 [wwp] 2.9.1cvs41
2645 * src/prefs_common.c
2646 * src/prefs_filtering.c
2647 * src/prefs_template.c
2648 * src/common/template.c
2649 * src/common/template.h
2650 * src/gtk/gtkutils.c
2651 * src/gtk/gtkutils.h
2652 Templates are no longer automatically sorted
2653 by name, but can be sorted manually using
2654 |< < > >| buttons as well as drag'n'drop.
2656 2007-05-03 [wwp] 2.9.1cvs40
2658 * src/plugins/spamassassin/spamassassin.c
2659 * src/plugins/spamassassin/spamassassin.h
2660 * src/plugins/spamassassin/spamassassin_gtk.c
2661 * src/plugins/bogofilter/bogofilter.c
2662 * src/plugins/bogofilter/bogofilter.h
2663 * src/plugins/bogofilter/bogofilter_gtk.c
2664 Added an option to conditionally mark saved spam
2665 as read (default is and was to do so).
2666 Satisfies feature request 1708539 on sf.net tracker.
2668 2007-05-03 [colin] 2.9.1cvs39
2671 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2673 2007-05-02 [colin] 2.9.1cvs38
2676 Fix bug 1209, 'Clicking on address
2677 in header (mailto uri) selects
2678 default account'. Patch adapted from
2681 2007-05-02 [colin] 2.9.1cvs37
2683 * src/grouplistdialog.c
2684 Set cursor to wait cursor while loading
2687 2007-05-02 [paul] 2.9.1cvs36
2691 rename cache and mark files
2694 2007-04-30 [paul] 2.9.1cvs35
2696 * manual/glossary.xml
2697 * manual/plugins.xml
2698 updates. Patch by Ricardo
2700 2007-04-29 [wwp] 2.9.1cvs34
2704 Fix few grammatical errors (patch by David Relson < relson at
2705 osagesoftware dot com >).
2707 2007-04-28 [colin] 2.9.1cvs33
2711 * src/prefs_account.c
2712 * src/prefs_account.h
2713 Drop the "Download all" preference. It's
2714 stupidly useless and confuses people from
2717 2007-04-27 [wwp] 2.9.1cvs32
2720 * src/prefs_account.c
2721 * src/prefs_account.h
2722 Don't reflect accounts changes to the mainwindow when it's
2725 2007-04-27 [colin] 2.9.1cvs31
2728 Freeze/thaw when sync'ing flags
2730 * src/prefs_account.c
2731 * src/prefs_account.h
2732 * src/etpan/imap-thread.c
2733 * src/etpan/imap-thread.h
2734 Add a way to use UID FETCH instead
2735 of searches to fetch message lists
2736 and flags. More expensive towards
2737 bandwidth, less expensive towards
2738 server's CPU. Probably fixes
2739 bug 1158, 'Scanning new folders on
2740 Exchange 2007 extremely slow'.
2743 2007-04-27 [paul] 2.9.1cvs30
2746 * src/prefs_logging.c
2747 improvements to english usage
2749 2007-04-27 [colin] 2.9.1cvs29
2752 Fix build without libetpan (my bad!)
2754 2007-04-26 [colin] 2.9.1cvs28
2758 Fix uselessly exported function
2760 Consider "- -- \n" as signature separator
2761 (that's what signature separators look like
2762 in PGP/Inline signed mails)
2764 2007-04-26 [colin] 2.9.1cvs27
2767 libetpan-0.49 is now required
2769 Fix double fetching of mails if
2772 Make offline sync faster, by
2773 remembering last change time, and
2776 2007-04-26 [hoa] 2.9.1cvs26
2782 * src/etpan/imap-thread.c
2783 * src/etpan/imap-thread.h
2784 cancellation of IMAP operations is now allowed.
2785 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2787 2007-04-26 [colin] 2.9.1cvs25
2790 Always fetch body+headers in folders that are
2791 synched for offline use, if "Synchronise as
2792 soon as possible" is set.
2793 Fixes bug 1200, 'Add option to always retrieve full
2796 2007-04-25 [colin] 2.9.1cvs24
2799 Fix bug 1198, 'Reply-all "disappearing" address bug
2802 2007-04-24 [colin] 2.9.1cvs23
2805 Fix bug 1195, 'Hardware key navigation'
2806 Make GDK_Enter toggle expansion (Maemo)
2808 2007-04-24 [wwp] 2.9.1cvs22
2811 Fix few compiler warnings.
2813 2007-04-24 [paul] 2.9.1cvs21
2816 * src/stock_pixmap.c
2817 * src/stock_pixmap.h
2818 complete last commit
2820 2007-04-24 [paul] 2.9.1cvs20
2823 * src/pixmaps/active.xpm
2824 * src/pixmaps/checkbox_off.xpm
2825 * src/pixmaps/checkbox_on.xpm
2826 * src/pixmaps/inactive.xpm
2828 remove transparent border from checkbox icons
2830 2007-04-24 [wwp] 2.9.1cvs19
2834 Fix a crash in textview, thanks to Colin.
2836 2007-04-23 [wwp] 2.9.1cvs18
2838 * src/prefs_common.c
2839 Fix 2.9.1cvs5: no header was being translated at all.
2841 2007-04-23 [colin] 2.9.1cvs17
2844 * src/stock_pixmap.c
2845 * src/stock_pixmap.h
2848 * src/gtk/gtksctree.c
2849 * src/gtk/gtksctree.h
2850 * src/pixmaps/selection.xpm
2851 Fix bug 1193, 'Need a way to multi-select
2852 items'. Add a toggle button to the summaryview
2853 to switch between normal and multiple selection
2856 2007-04-23 [colin] 2.9.1cvs16
2859 * src/stock_pixmap.c
2860 * src/stock_pixmap.h
2863 * src/gtk/gtksctree.c
2864 * src/gtk/gtksctree.h
2865 * src/pixmaps/selection.xpm
2866 Fix bug 1193, 'Need a way to multi-
2868 Add a toggle button in the summaryview
2869 to enable normal or multiple selection.
2872 2007-04-23 [colin] 2.9.1cvs15
2875 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2877 2007-04-21 [colin] 2.9.1cvs14
2879 * src/gtk/quicksearch.c
2880 Fix previous commit (actually use correct
2883 2007-04-21 [colin] 2.9.1cvs13
2885 * src/gtk/quicksearch.c
2886 Fix changing quicksearch type (after Esc,
2887 after changing Recursive, ...)
2889 2007-04-20 [wwp] 2.9.1cvs12
2891 * src/gtk/Makefile.am
2892 Added headers.h (completes 2.9.1cvs5).
2894 2007-04-20 [wwp] 2.9.1cvs11
2897 Fix the use of display name in name column,
2898 it has been overriden w/ the use of nickname
2899 by 2.9.0cvs3. Now nickname is used (if any)
2900 in case of LDAP books only.
2902 2007-04-20 [colin] 2.9.1cvs10
2907 Add handling of 'a' to loop in a mail's
2910 2007-04-20 [colin] 2.9.1cvs9
2913 Fix bug 1190, 'dir_open' button doesn't work'
2916 2007-04-20 [colin] 2.9.1cvs8
2920 Fix bug 1194, 'Hardware keys move from email
2921 list to account/directory list, but not back
2922 to email list...' (Maemo)
2924 2007-04-20 [colin] 2.9.1cvs7
2927 complete previous commit
2929 2007-04-20 [colin] 2.9.1cvs6
2932 Fix bug 1187, 'Reply-to addressee disappears
2933 when reply-to text box is clicked...' (Maemo)
2935 2007-04-20 [wwp] 2.9.1cvs5
2943 * src/prefs_common.c
2944 * src/prefs_common.h
2945 * src/prefs_display_header.c
2946 * src/prefs_matcher.c
2949 * src/gtk/quicksearch.c
2950 Translate more header names according to the relevant option value,
2951 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2952 Replaced nearly all uses of prefs_common.trans_hdr with a call
2953 to prefs_common_translated_header_name().
2954 Added a headers.h reference file that contains known header names
2955 (RFC2822 and others) to the translation process' input, so that
2956 translated header names will still exist even if no occurrence of
2957 _("headername") is found anymore in the sources.
2958 Don't translate column name 'Number' following to trans_hdr option
2959 value as it's not a header name.
2961 2007-04-20 [colin] 2.9.1cvs4
2963 * src/gtk/quicksearch.c
2964 * src/gtk/quicksearch.h
2965 Add "From, To or Subject" quicksearch
2966 type. Patch by ulfschaper@users.sf.net
2968 2007-04-20 [colin] 2.9.1cvs3
2971 Implement proper references filtering condition.
2972 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2974 2007-04-19 [wwp] 2.9.1cvs2
2976 * src/prefs_display_header.c
2977 * src/message_search.c
2978 Fix few warnings (g_free of const gchar*).
2980 2007-04-19 [paul] 2.9.1cvs1
2986 bump version number following
2989 2007-04-19 [paul] 2.9.0cvs9
2991 * manual/advanced.xml
2992 * manual/glossary.xml
2995 2007-04-18 [paul] 2.9.0cvs8
2998 fix for CVE-2007-1558 (APOP)
3001 2007-04-18 [paul] 2.9.0cvs7
3007 Fix encoding woes wrt saving of
3011 2007-04-18 [colin] 2.9.0cvs6
3013 * src/gtk/pluginwindow.c
3014 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3016 2007-04-17 [wwp] 2.9.0cvs5
3022 Fix --disable-ldap build,
3023 fix some LDAP annoyances on
3024 searches, thanks to Colin.
3026 2007-04-17 [wwp] 2.9.0cvs4
3029 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3030 like gcc 2.9x. Thanks to Colin.
3032 2007-04-17 [wwp] 2.9.0cvs3
3048 Add LDAP write support. Patch mostly by
3049 Michael <mir at datanom dot net>
3051 2007-04-17 [wwp] 2.9.0cvs2
3054 Prepend "Add to address book" to the context menu of compose window's sender and
3057 2007-04-16 [paul] 2.9.0cvs1
3062 2007-04-16 [paul] 2.9.0
3069 2007-04-16 [paul] 2.8.1cvs102
3072 updated by Fabien Vantard
3074 2007-04-16 [paul] 2.8.1cvs101
3084 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3085 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3086 Aleksandar Urosevic, and Ralgh Young
3088 2007-04-15 [mones] 2.8.1cvs100
3093 2007-04-14 [colin] 2.8.1cvs99
3095 * src/message_search.c
3096 * src/prefs_display_header.c
3097 * src/summary_search.c
3098 * src/gtk/combobox.c
3101 2007-04-14 [wwp] 2.8.1cvs98
3103 * src/gtk/combobox.c
3104 * src/message_search.c
3105 * src/summary_search.c
3106 * src/prefs_display_header.c
3107 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3108 returns NULL, get the text value directly from the GtkEntry child.
3110 2007-04-13 [colin] 2.8.1cvs97
3112 * src/gtk/quicksearch.c
3113 Give the focus back to summaryview when
3114 emptying the quicksearch with Esc
3116 2007-04-13 [colin] 2.8.1cvs96
3118 * src/message_search.c
3119 * src/prefs_display_header.c
3120 * src/summary_search.c
3121 Fix possibles crashes when getting text
3124 2007-04-13 [colin] 2.8.1cvs95
3127 Add some UIDL debugging
3129 2007-04-12 [colin] 2.8.1cvs94
3132 Force folder scan if necessary after
3133 copying mails, to be able to reapply
3136 2007-04-11 [colin] 2.8.1cvs93
3139 don't scan for new mail on startup if --select
3140 is specified (or race conditions arise). If so,
3141 do both sequentially.
3143 2007-04-09 [colin] 2.8.1cvs92
3146 Use leafpad by default on Maemo. Patch
3149 2007-04-06 [colin] 2.8.1cvs91
3151 * src/pixmaps/queue_close.xpm
3152 * src/pixmaps/queue_close_hrm.xpm
3153 * src/pixmaps/queue_close_hrm_mark.xpm
3154 * src/pixmaps/queue_close_mark.xpm
3155 * src/pixmaps/queue_open.xpm
3156 * src/pixmaps/queue_open_hrm.xpm
3157 * src/pixmaps/queue_open_hrm_mark.xpm
3158 * src/pixmaps/queue_open_mark.xpm
3159 Move the clock one pixel down :)
3161 2007-04-05 [colin] 2.8.1cvs90
3164 Don't sync when switching offline from
3165 command line - it's usually too late :)
3167 2007-04-05 [paul] 2.8.1cvs89
3170 * src/stock_pixmap.c
3171 * src/pixmaps/dir_close_hrm.xpm
3172 * src/pixmaps/dir_close_hrm_mark.xpm
3173 * src/pixmaps/drafts_close.xpm
3174 * src/pixmaps/drafts_close_mark.xpm
3175 * src/pixmaps/drafts_open.xpm
3176 * src/pixmaps/drafts_open_mark.xpm
3177 * src/pixmaps/inbox.xpm
3178 * src/pixmaps/inbox_close.xpm
3179 * src/pixmaps/inbox_close_hrm.xpm
3180 * src/pixmaps/inbox_close_hrm_mark.xpm
3181 * src/pixmaps/inbox_close_mark.xpm
3182 * src/pixmaps/inbox_hrm.xpm
3183 * src/pixmaps/inbox_hrm_mark.xpm
3184 * src/pixmaps/inbox_mark.xpm
3185 * src/pixmaps/inbox_open.xpm
3186 * src/pixmaps/inbox_open_hrm.xpm
3187 * src/pixmaps/inbox_open_hrm_mark.xpm
3188 * src/pixmaps/inbox_open_mark.xpm
3189 * src/pixmaps/outbox.xpm
3190 * src/pixmaps/outbox_close.xpm
3191 * src/pixmaps/outbox_close_hrm.xpm
3192 * src/pixmaps/outbox_close_hrm_mark.xpm
3193 * src/pixmaps/outbox_close_mark.xpm
3194 * src/pixmaps/outbox_hrm.xpm
3195 * src/pixmaps/outbox_hrm_mark.xpm
3196 * src/pixmaps/outbox_mark.xpm
3197 * src/pixmaps/outbox_open.xpm
3198 * src/pixmaps/outbox_open_hrm.xpm
3199 * src/pixmaps/outbox_open_hrm_mark.xpm
3200 * src/pixmaps/outbox_open_mark.xpm
3201 * src/pixmaps/queue_close.xpm
3202 * src/pixmaps/queue_close_hrm.xpm
3203 * src/pixmaps/queue_close_hrm_mark.xpm
3204 * src/pixmaps/queue_close_mark.xpm
3205 * src/pixmaps/queue_open.xpm
3206 * src/pixmaps/queue_open_hrm.xpm
3207 * src/pixmaps/queue_open_hrm_mark.xpm
3208 * src/pixmaps/queue_open_mark.xpm
3209 updated, added and replaced icons
3212 2007-04-04 [colin] 2.8.1cvs88
3215 Fix build without libetpan
3217 2007-04-03 [colin] 2.8.1cvs87
3220 Fix crash with Citadel, and try to make
3221 things work. this server (and specifically
3222 STATUS and APPEND at least) seems broken.
3224 2007-04-03 [colin] 2.8.1cvs86
3227 Fix icons on folder close
3229 2007-04-03 [colin] 2.8.1cvs85
3232 Fix double-ask of offline override in
3237 Much more efficient way to synchronise
3239 * src/etpan/imap-thread.c
3242 * src/gtk/quicksearch.c
3245 2007-04-03 [paul] 2.8.1cvs84
3250 * src/prefs_common.c
3251 * src/prefs_common.h
3253 Fix sync being done too late
3256 2007-04-02 [colin] 2.8.1cvs83
3259 Maemo: Put status and quicksearch at the top
3260 * src/plugins/bogofilter/bogofilter.c
3261 * src/plugins/spamassassin/spamassassin.c
3262 Derive trash from inbox if possible
3264 2007-04-02 [paul] 2.8.1cvs82
3266 * src/plugins/bogofilter/bogofilter_gtk.c
3267 a few English changes
3273 2007-04-02 [colin] 2.8.1cvs81
3275 * src/image_viewer.c
3276 Fix transparent images by using
3279 Flush events (on new windows) to avoid
3280 having the textview's image resize fail
3281 to know the available width
3283 2007-04-01 [colin] 2.8.1cvs80
3285 * src/prefs_account.c
3286 If no MH mailbox exist, when creating a POP/Local
3287 account, just create and use the default one
3288 instead of bailing with a "Mailbox doesn't exist"
3291 2007-03-31 [colin] 2.8.1cvs79
3293 * src/prefs_account.c
3294 Create signature file if it doesn't exist
3296 * src/prefs_toolbar.c
3297 Maemo: Move "Use default" on the left so
3298 that people can find it
3300 Maemo: make default editor "Maemopad",
3301 default signature file "MyDocs/signature.txt"
3303 2007-03-31 [colin] 2.8.1cvs78
3305 * src/prefs_account.c
3306 Maemo: rework account prefs so
3307 that less horizontal scrolling
3310 2007-03-31 [colin] 2.8.1cvs77
3313 * src/prefs_common.c
3314 * src/prefs_common.h
3315 Fix bug 1167, 'Allow not displaying zeros
3316 in folder list'. Patch by MartinP
3318 2007-03-31 [colin] 2.8.1cvs76
3323 2007-03-31 [colin] 2.8.1cvs75
3326 Apply patch from bug 1172, direct
3327 access to the folder's session instead
3328 of using getter. Patch by MartinP
3330 2007-03-31 [paul] 2.8.1cvs74
3333 no need to list Fabien twice!
3335 2007-03-31 [colin] 2.8.1cvs73
3338 If we're currently "overriding for %d minutes",
3341 2007-03-31 [colin] 2.8.1cvs72
3349 * src/plugins/spamassassin/spamassassin.c
3350 Offline override: Add a parameter to allow
3351 asking even if the override timer is running.
3352 Allows to ask every time the user makes an
3353 explicit action needing online access (such
3354 as Get Mail), and not when the action is
3355 implicit (such as opening an IMAP folder)
3357 2007-03-31 [colin] 2.8.1cvs71
3360 Override offline: "No" answer shouldn't
3361 re-ask after 3 seconds, but 10 minutes.
3363 2007-03-30 [colin] 2.8.1cvs70
3365 * src/common/socket.c
3366 Better error reporting on unix socket
3367 failure (bind usually)
3368 * src/gtk/gtkutils.c
3369 * src/gtk/gtkutils.h
3370 Label window: add a pulsing progress
3371 bar to show we're not hung :)
3374 * src/plugins/pgpcore/sgpgme.c
3377 2007-03-30 [colin] 2.8.1cvs69
3380 * src/prefs_common.c
3381 Fix possible trashing of history and uidl
3382 files on disk full problems
3384 2007-03-30 [paul] 2.8.1cvs68
3389 update summary when changing layout type
3390 (fixes wrong folder icon being displayed)
3393 2007-03-29 [colin] 2.8.1cvs67
3395 * src/prefs_ext_prog.c
3396 The browser pref is irrelevant on Maemo
3398 2007-03-29 [colin] 2.8.1cvs66
3402 Maemo: dynamically switch headers/text position
3403 * src/prefs_common.c
3404 Maemo: hide compose's ruler by default
3405 * src/common/socket.c
3406 * src/common/socket.h
3409 2007-03-29 [colin] 2.8.1cvs65
3411 * src/common/socket.c
3412 * src/common/socket.h
3413 Fix build when MAEMO_CFLAGS contains
3414 _X_OPENSOURCE (resolv.h errors as long
3415 as we don't add _BSD_SOURCE. Ugly).
3417 2007-03-29 [wwp] 2.8.1cvs64
3419 * src/prefs_logging.c
3420 Fix sensitivity of clip-log widgets in prefs/logging,
3423 2007-03-29 [wwp] 2.8.1cvs63
3426 Updated files list for translations, thanks to Fabien.
3428 2007-03-29 [colin] 2.8.1cvs62
3431 * src/common/Makefile.am
3432 * src/common/utils.c
3433 Maybe make URI opening work in Maemo
3436 2007-03-28 [colin] 2.8.1cvs61
3441 Add the possibility to sort folders arbitrarily
3442 (via editing of folderlist.xml only). Patch by
3443 Martin P <mp26+claws@os.inf.tu-dresden.de>
3444 Fixes bug 1166, 'Folder ordering is fixed and cannot
3445 be changed by the user'
3447 2007-03-28 [colin] 2.8.1cvs60
3450 Add popup menu for mime icons
3452 2007-03-28 [colin] 2.8.1cvs59
3455 Fix a layout issue when presenting
3456 mainwindow in Small screen layout
3459 Add a "Go to folder list" button for
3460 mainwindow, and make it default in
3463 2007-03-28 [colin] 2.8.1cvs58
3466 Don't dynamically update title on Maemo
3467 Patch by Jean-Luc Biord
3469 2007-03-27 [colin] 2.8.1cvs57
3474 Enable tap-and-hold on Maemo
3476 2007-03-26 [colin] 2.8.1cvs56
3479 More popup-menu (in attachments list)
3481 2007-03-26 [colin] 2.8.1cvs55
3484 Enable popup-menu signal
3486 2007-03-26 [colin] 2.8.1cvs54
3488 * src/plugins/pgpinline/pgpinline.c
3489 Fix bug 1111, 'PGP/inline plugin hides text
3490 around encrypted text block'. Patch based on
3491 a patch from Michal Cihar.
3493 2007-03-26 [wwp] 2.8.1cvs53
3496 Fix getting a false error when sending queued message
3497 whereas the sending was fine (if there are subfolders
3498 in the queue folder), thanks to Colin.
3500 2007-03-26 [paul] 2.8.1cvs52
3503 update FACE header in welcome message
3505 2007-03-25 [colin] 2.8.1cvs51
3510 2007-03-25 [colin] 2.8.1cvs50
3513 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3515 2007-03-24 [colin] 2.8.1cvs49
3518 Fix a few launch problems on Maemo
3519 Patch by Jean-Luc Biord
3521 2007-03-24 [wwp] 2.8.1cvs48
3527 Fix wrong action performed when closing the
3528 "ask about account specific filtering rules
3529 when filtering manually" dialog by pressing Escape.
3530 Fix wrong order of buttons in the "return receipt
3531 notification - the message was sent to several of
3532 your accounts" dialog.
3534 2007-03-24 [paul] 2.8.1cvs47
3537 an improvement to English usage
3538 * tools/kdeservicemenu/README
3541 2007-03-24 [paul] 2.8.1cvs46
3544 * src/stock_pixmap.c
3545 * src/pixmaps/edit_extern.xpm
3546 * src/pixmaps/mail_sign.xpm
3547 rescue long lost icons
3549 2007-03-24 [paul] 2.8.1cvs45
3552 fix toolbar (broken in 2.8.1cvs42)
3554 2007-03-23 [colin] 2.8.1cvs44
3557 Correctly unsubscribe/resubscribe after
3560 2007-03-23 [colin] 2.8.1cvs43
3562 * src/prefs_common.c
3563 Maemo: as the platform is light on RAM, allow
3564 caches to be discarded faster.
3566 2007-03-23 [colin] 2.8.1cvs42
3571 * src/stock_pixmap.c
3572 * src/stock_pixmap.h
3577 * src/pixmaps/open_mail.xpm
3578 Maemo changes: Add the possibility to have
3579 "Open Email" and "Close Window" buttons on
3580 toolbars (and use them in Maemo's default
3583 2007-03-23 [wwp] 2.8.1cvs41
3586 Reverted that part of the action dialog closure logics, to
3587 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3588 done later in a different way (or may not).
3590 2007-03-22 [wwp] 2.8.1cvs40
3593 Fix sticky action dialog when got no output but action command
3594 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3596 2007-03-22 [colin] 2.8.1cvs39
3598 * src/prefs_filtering.c
3599 * src/gtk/combobox.h
3600 Fix escaping account names in filtering prefs
3602 2007-03-22 [colin] 2.8.1cvs38
3607 Add any attribute specified in LDAP servers'
3608 Search attributes to the Other Attributes tab
3609 of contacts; Add 'telephoneNumber' in the
3612 2007-03-22 [colin] 2.8.1cvs37
3617 Try to prevent race conditions when
3618 changing the folder list
3620 Fix possible red folder icon when
3621 switching from Small screen layout
3624 2007-03-22 [colin] 2.8.1cvs36
3629 Rename "little screen" to "Small screen"
3630 * src/gtk/Makefile.am
3631 * src/common/utils.c
3633 Fix Maemo-related compilation problems
3635 2007-03-21 [colin] 2.8.1cvs35
3639 * claws-mail.desktop
3640 Remove .png from the Icon, it's useless
3642 2007-03-21 [colin] 2.8.1cvs34
3646 Add the necessary lib checking for
3649 2007-03-21 [colin] 2.8.1cvs33
3652 Fix unconditional "error happened" when
3653 sending via command-line. "lol @ myself"
3655 2007-03-21 [colin] 2.8.1cvs32
3657 * claws-mail-40x40.png
3658 * claws-mail-26x26.png
3668 * src/prefs_account.c
3669 * src/prefs_common.c
3670 * src/summary_search.c
3674 * src/gtk/gtkutils.c
3675 * src/gtk/gtkutils.h
3676 * src/gtk/logwindow.c
3678 * src/gtk/prefswindow.c
3679 Add Maemo port (patch mainly by Jean-Luc Biort)
3680 Add a new 'Little screen' layout to help on such
3681 platforms (patch by me)
3682 Make some default preferences different (more
3683 adapted) on Maemo (patch by me)
3685 2007-03-21 [wwp] 2.8.1cvs31
3687 * src/prefs_logging.c
3688 * src/prefs_logging.h
3689 Fixed copyright header of newly added files.
3691 2007-03-21 [wwp] 2.8.1cvs30
3707 * src/prefs_common.c
3708 * src/prefs_common.h
3709 * src/prefs_logging.c
3710 * src/prefs_logging.h
3713 * src/send_message.c
3718 * src/common/session.c
3720 * src/common/socket.c
3721 * src/etpan/imap-thread.c
3722 * src/gtk/logwindow.c
3723 * src/gtk/logwindow.h
3724 * src/plugins/bogofilter/bogofilter.c
3725 * src/plugins/spamassassin/spamassassin.c
3726 Added debugging of filtering/processing rules.
3727 The debug log is here 'Tools/Filtering debug window',
3728 the options there 'Configuration/Preferences/Other/Logging',
3729 and the log file is ~/.claws-mail/filtering.log.
3730 Moved protocol log prefs to 'Other/Logging' as well.
3731 To support such debugging feature, the existing log API has
3732 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3733 this impacts many external modules (commits follow).
3735 2007-03-21 [paul] 2.8.1cvs29
3737 * src/etpan/Makefile.am
3738 * src/etpan/imap-thread.c
3739 add missing #include
3741 2007-03-21 [colin] 2.8.1cvs28
3744 Fix bug 1157, 'some broken messages confuse
3745 mime parser'. Make sure we can't have MimeInfos
3746 with negative sizes.
3748 2007-03-20 [colin] 2.8.1cvs27
3751 Fix missing \0 on buffer
3753 2007-03-20 [colin] 2.8.1cvs26
3756 Use make_dir_hier instead of make_dir
3757 to create the MH mailbox
3759 2007-03-20 [colin] 2.8.1cvs25
3763 * src/prefs_account.c
3765 Fix default inbox weirdnesses (after wizard,
3766 if path is Mail, mailbox identifier is #mh/Mailbox,
3767 and when creating new accounts)
3769 2007-03-20 [colin] 2.8.1cvs24
3772 Write folderlist after adding/deleting accounts
3775 2007-03-20 [colin] 2.8.1cvs23
3778 * src/remotefolder.h
3779 Fix bug 1153, 'CM segfaults if IMAP folder is
3780 selected while scanning prior to update'
3782 2007-03-17 [paul] 2.8.1cvs22
3785 fix a typo, and be a little more verbose.
3787 2007-03-17 [wwp] 2.8.1cvs21
3790 Fix a compiler warning.
3792 2007-03-16 [wwp] 2.8.1cvs20
3796 Updated to deal w/ the new mairix.sh tool.
3798 2007-03-16 [wwp] 2.8.1cvs19
3801 Fix logics issues around the action IO dialog:
3802 - disable entry widget and exec button when
3803 the exec button is clicked (don't wait for any
3804 output line) - fix possible disabling/re-enabling/
3805 re-disabling of those widgets
3806 - raise an error if executing a %as{} action either
3807 empty or invalid, instead of failing silently
3808 - don't close the dialog if the abort button has been
3809 clicked and if there was no output yet
3810 - set focus to the abort button when the exec button
3812 - fix capitalization of a warning message
3814 2007-03-16 [wwp] 2.8.1cvs18
3817 Added a wrapper to mairix to the tools folder.
3819 2007-03-16 [colin] 2.8.1cvs17
3823 Allow mimeviewer plugins to print
3826 2007-03-16 [colin] 2.8.1cvs16
3831 2007-03-15 [colin] 2.8.1cvs15
3835 Add a way for mimeviewer plugins to
3836 implement body search
3838 2007-03-15 [paul] 2.8.1cvs14
3840 * src/prefs_spelling.c
3843 2007-03-15 [paul] 2.8.1cvs13
3845 * src/common/quoted-printable.c
3846 fix decoding of quoted-printable parts
3848 2007-03-14 [wwp] 2.8.1cvs12
3850 * src/gtk/logwindow.h
3851 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3853 2007-03-14 [wwp] 2.8.1cvs11
3855 * src/gtk/logwindow.h
3856 Complete 2.8.1cvs10.
3858 2007-03-14 [colin] 2.8.1cvs10
3860 * src/gtk/logwindow.c
3861 Probably fix bug 1149, crash on logwindow
3862 close - at the expense of performance once
3863 logwin has been opened
3865 2007-03-14 [colin] 2.8.1cvs9
3868 If claws-mail is running on another
3869 display, warn instead of popping it up
3870 on the other display
3872 2007-03-12 [colin] 2.8.1cvs8
3875 Fix bug 1145, 'Setting a different name
3876 for the Mailbox name isn't reflected in
3877 default account settings'. Patch by wwp
3879 2007-03-12 [colin] 2.8.1cvs7
3882 Fix bug 1143, 'Add number of messages to be
3883 deleted to confirmation dialog'
3885 2007-03-12 [wwp] 2.8.1cvs6
3888 * src/prefs_common.c
3889 * src/prefs_common.h
3890 * src/prefs_summaries.c
3891 Changed the option that displays unread messages count
3892 next to the folder name in folder list: it is now
3893 possible to either display nothing, display the
3894 unread messages number only or the unread and total messages
3895 numbers. The patch includes this extra feature as well
3896 as some minor fixes by rewriting the algo in folderview.c.
3897 Thanks to Paul for the original idea and implementation, plus
3898 testing and proof-reading!
3900 2007-03-09 [paul] 2.8.1cvs5
3904 * tools/claws-mail-compose-insert-files.pl
3905 added a script which enables inserting files
3906 into the message body of a new Claws Mail
3907 Compose window from the command line. Additionally
3908 To, Cc, Subject and files to attach to the message
3911 2007-03-09 [wwp] 2.8.1cvs4
3916 Optimize matching of addresses in the addressbook
3917 (filtering/processing 'found_in_addressbook' condition).
3919 2007-03-07 [wwp] 2.8.1cvs3
3922 * src/quote_fmt_lex.l
3923 * src/quote_fmt_parse.y
3924 Add a new quote format symbol: %A to insert the
3925 sender email address (just the address itself).
3927 2007-03-06 [wwp] 2.8.1cvs2
3929 * src/gtk/gtkutils.c
3930 * src/plugins/trayicon/trayicon_prefs.h
3931 * src/plugins/trayicon/trayicon_prefs.c
3932 * src/plugins/trayicon/trayicon.c
3935 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3936 minimizing Claws-Mail main window will hide it to the trayicon instead.
3939 2007-03-06 [paul] 2.8.1cvs1
3945 bump version number following
3948 2007-03-06 [paul] 2.8.0cvs24
3951 corrected by by Tim <timbrain@post.cz>
3953 2007-03-05 [colin] 2.8.0cvs23
3957 Fix mime/globs path on NetBSD
3958 patch by George Michaelson
3960 2007-03-05 [wwp] 2.8.0cvs22
3963 Remove debug statement (accidentally committed w/ cvs14).
3965 2007-03-05 [paul] 2.8.0cvs21
3967 * src/plugins/pgpcore/prefs_gpg.c
3968 fix compiler warning
3970 2007-03-05 [wwp] 2.8.0cvs20
3972 * src/matcher_parser_parse.y
3973 Fix mismerge between cvs17 and cvs19.
3975 2007-03-05 [wwp] 2.8.0cvs19
3977 * src/matcher_parser_parse.y
3978 * src/prefs_filtering_action.c
3983 Add new 'add_to_addressbook' filtering/processing action.
3985 2007-03-05 [wwp] 2.8.0cvs18
3988 Fix mark_as_ham filtering/processing action: spam flag
3991 2007-03-04 [colin] 2.8.0cvs17
3996 * src/matcher_parser_parse.y
3997 * src/prefs_filtering_action.c
3998 Add 'Mark as spam' and 'Mark as ham' filtering
3999 actions. Fixes bug 1138.
4001 2007-03-04 [colin] 2.8.0cvs16
4004 Fix bug 1140, wrong return value
4007 2007-03-04 [wwp] 2.8.0cvs15
4010 Rollback cvs14: don't free stuff that is managed in g_list.
4012 2007-03-04 [wwp] 2.8.0cvs14
4015 Fix a leak in address completion code.
4017 2007-03-04 [colin] 2.8.0cvs13
4020 Maybe fix bug 1136, 'Crash in group
4023 2007-03-04 [iwkse] 2.8.0cvs12
4026 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4028 2007-03-03 [colin] 2.8.0cvs11
4030 * src/plugins/pgpinline/pgpinline.c
4031 Fix off-by-one, fix double-free. Fixes
4032 bug 1135, 'cm-segfault on decrypting
4035 2007-03-03 [colin] 2.8.0cvs10
4039 * src/common/plugin.c
4040 Fix bug 1134, 'Valgrind macros unhandled
4043 2007-03-02 [colin] 2.8.0cvs9
4046 Don't error out on EAGAIN. Fixes
4047 bug 1129, '"local mbox file" account
4048 isn't retrieving mails'
4050 2007-03-01 [wwp] 2.8.0cvs8
4053 * src/gtk/colorlabel.c
4054 Remove accels for extra color labels until we set better
4055 and definitive ones.
4057 2007-02-28 [wwp] 2.8.0cvs7
4060 * src/matcher_parser_parse.y
4061 * src/prefs_common.c
4062 * src/prefs_msg_colors.c
4064 * src/gtk/colorlabel.c
4065 * src/gtk/colorlabel.h
4066 Add more customizable color labels. Cleaned up a bit
4067 the color label API to avoid duplicate defines of
4068 the max number of colors.
4070 2007-02-27 [colin] 2.8.0cvs6
4073 * src/common/utils.c
4074 * src/common/utils.h
4075 Fix '+' in mailto URIs for List-* headers
4077 2007-02-27 [colin] 2.8.0cvs5
4079 * src/gtk/gtkutils.c
4080 Use gtk_window_set_role instead of
4083 2007-02-27 [colin] 2.8.0cvs4
4086 Fix "After receiving new mail, go to inbox" on IMAP,
4087 and make it work only on manual reception
4089 2007-02-27 [wwp] 2.8.0cvs3
4091 * src/prefs_filtering.c
4092 * src/prefs_filtering_action.c
4093 * src/prefs_matcher.c
4094 Update filtering matcher's and action's color label menus
4095 when re-opening those dialogs (reflect any change to the
4096 color labels list in the preferences).
4098 2007-02-27 [colin] 2.8.0cvs2
4101 * src/etpan/etpan-thread-manager-types.h
4102 * src/etpan/etpan-thread-manager.c
4103 * src/etpan/imap-thread.c
4104 Log imap ALERTs as errors in the log.
4106 2007-02-26 [paul] 2.8.0cvs1
4108 * tools/claws.i18n.status.pl
4111 2007-02-26 [paul] 2.7.2cvs75
4125 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4126 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4127 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4128 Aleksandar Urosevic, and Ralgh Young
4130 2007-02-25 [mones] 2.7.2cvs74
4135 2007-02-25 [colin] 2.7.2cvs73
4138 Clearing the list is only useful
4139 to prevent a valgrind false-positive
4141 2007-02-25 [paul] 2.7.2cvs72
4145 * tools/kmail-mailbox2claws-mail.pl **ADDED**
4146 * tools/maildir2claws-mail.pl **REMOVED**
4147 renamed the script, fixed a couple bugs
4149 2007-02-23 [colin] 2.7.2cvs71
4152 Fix a leak, check for a few improbable nulls
4154 2007-02-23 [colin] 2.7.2cvs70
4158 * src/plugins/trayicon/trayicon.c
4159 Fix blinking mainwin when starting in tray
4160 (show mainwindow later in the startup process,
4161 apart if restarting post-crash)
4163 2007-02-23 [colin] 2.7.2cvs69
4167 Fix crash when unsubscribing the currently
4168 selected/opened folder
4170 2007-02-23 [colin] 2.7.2cvs68
4173 Fix bug that prevented colorization to
4174 work without wrap quotation option
4176 2007-02-23 [colin] 2.7.2cvs67
4179 Fix refcounting, start and end completion who
4180 behaved as if there couldn't be any other current
4183 2007-02-23 [wwp] 2.7.2cvs66
4187 Address completion fixes: fix addressbook_peek_folder_exists() in
4188 which the algorithm was ridiculously over-obfuscated and broken.
4189 Fix addrindex_load_completion() as well, to load addresses in
4190 completion list with regards to what addressbook_peek_folder_exists()
4193 2007-02-23 [wwp] 2.7.2cvs65
4196 Add addresses to completion when they're non-empty (thanks to Colin).
4198 2007-02-23 [paul] 2.7.2cvs64
4200 * src/plugins/pgpcore/passphrase.c
4203 2007-02-23 [colin] 2.7.2cvs63
4205 * src/plugins/pgpcore/prefs_gpg.c
4206 * src/plugins/pgpcore/prefs_gpg.h
4207 * src/plugins/pgpcore/sgpgme.c
4208 * src/plugins/pgpinline/pgpinline.c
4209 * src/plugins/pgpmime/pgpmime.c
4210 Try harder to respect user's choice wrt
4211 gpg-agent even with gpg2, by unsetting
4212 GPG_AGENT_INFO when necessary.
4214 2007-02-22 [paul] 2.7.2cvs62
4216 * src/plugins/pgpcore/sgpgme.c
4217 * src/plugins/pgpcore/sgpgme.h
4218 * src/plugins/pgpcore/passphrase.c
4219 * src/plugins/pgpinline/pgpinline.c
4220 * src/plugins/pgpmime/pgpmime.c
4221 Fix a leak - gpgme_data_release_and_get_mem
4222 leaks in recent gpgme. Workaround by using
4225 2007-02-22 [paul] 2.7.2cvs61
4227 * src/gtk/quicksearch.c
4228 Abandon dynamic search when pressing
4231 2007-02-21 [colin] 2.7.2cvs60
4234 * src/plugins/pgpcore/passphrase.c
4235 Fix little memory leaks
4237 Fix false-positive leak at exit
4238 * src/gtk/quicksearch.c
4239 Fix potentially big leak in recursive
4242 2007-02-21 [wwp] 2.7.2cvs59
4245 Add missing newline to a debug message.
4247 2007-02-20 [colin] 2.7.2cvs58
4251 * src/stock_pixmap.c
4252 * src/stock_pixmap.h
4253 * src/pixmaps/mime_pgpsig.xpm
4254 Add icon for application/pgp-signature
4256 2007-02-20 [colin] 2.7.2cvs57
4261 * src/stock_pixmap.c
4262 * src/stock_pixmap.h
4263 * src/pixmaps/mime_calendar.xpm
4264 * src/pixmaps/mime_pdf.xpm
4265 * src/pixmaps/mime_ps.xpm
4266 Add icons for text/calendar, application/pdf
4267 and application/postscript
4269 2007-02-20 [colin] 2.7.2cvs56
4272 * src/matcher_parser_parse.y
4273 * src/matcher_parser_lex.l
4274 Fix big memory leak in flex, and
4277 2007-02-20 [wwp] 2.7.2cvs55
4279 * src/matcher_parser_parse.y
4280 Fix a duplicate token definition (thanks to iwkse).
4282 2007-02-20 [wwp] 2.7.2cvs54
4284 * src/matcher_parser_lex.l
4285 * src/quote_fmt_lex.l
4286 Use proper flex options instead of direct use of #define,
4287 make the flex-generated C lighter.
4289 2007-02-20 [colin] 2.7.2cvs53
4292 Grab focus in message list after hiding
4293 the quicksearch, instead of leaving it
4296 2007-02-19 [colin] 2.7.2cvs52
4299 Fix bug 1033, 'Automatically refresh
4300 message list when new messages arrives'
4301 Looks like folderview->opened can sometimes
4304 2007-02-19 [paul] 2.7.2cvs51
4308 * tools/thunderbird-filters-convertor.pl
4309 add new script which converts thunderbird filter
4310 rules to Claws filter rules
4312 2007-02-18 [paul] 2.7.2cvs50
4314 * src/plugins/pgpcore/prefs_gpg.c
4315 * src/plugins/pgpcore/prefs_gpg.h
4316 * src/plugins/pgpcore/sgpgme.c
4317 * src/plugins/pgpinline/pgpinline.c
4318 * src/plugins/pgpmime/pgpmime.c
4319 improved GUI interoperability with gpg-agent
4321 2007-02-18 [paul] 2.7.2cvs49
4323 * src/prefs_account.c
4324 Privacy options sensitivity fix
4326 2007-02-17 [colin] 2.7.2cvs48
4329 Reset icon to warning in the noticeview
4331 2007-02-15 [colin] 2.7.2cvs47
4334 Fix a manifestation of bug 1033 (summaryview failing
4335 to update for new mails), which happens after editing
4336 account preferences or preferences that cause a
4339 2007-02-15 [colin] 2.7.2cvs46
4342 Probably fix bug 1123, 'Segmentation
4343 fault while opening address book'. I get
4344 g_warnings if the saved paned position is
4345 not greater than 0. Also, save position
4346 when hiding the addressbook instead of
4349 2007-02-14 [colin] 2.7.2cvs45
4351 * src/plugins/pgpcore/prefs_gpg.c
4352 * src/plugins/pgpcore/prefs_gpg.h
4353 * src/plugins/pgpcore/sgpgme.c
4354 * src/plugins/pgpinline/pgpinline.c
4355 * src/plugins/pgpmime/pgpmime.c
4356 Add an option "Use gpg-agent if available". Fixes
4357 annoyances with distro-installed gpg-agent, when
4358 no pinentry program is installed, and the user's
4359 at a loss on why "decryption failed". Makes more
4360 clear why passphrase isn't saved when gpg-agent is
4361 used. Defaults to true, to avoid changing the
4364 2007-02-14 [wwp] 2.7.2cvs44
4366 * src/matcher_parser_parse.y
4367 Fix missing line number reset (wrong line number might appear
4368 when re-loading filtering rules if there's a parser error).
4370 2007-02-13 [colin] 2.7.2cvs43
4372 * src/common/utils.c
4373 Don't encode ',' in URIs before passing it
4374 to the browser command-line. It was probably
4375 done at a time where commas in URIs made
4376 mozilla -remote 'openurl(%s,new-window)'
4379 2007-02-13 [wwp] 2.7.2cvs42
4381 * src/prefs_matcher.c
4382 * src/plugins/bogofilter/bogofilter_gtk.c
4383 A bit of string factorization around "Select ..." buttons.
4385 2007-02-11 [colin] 2.7.2cvs41
4388 Make sure to escape the title
4390 2007-02-11 [colin] 2.7.2cvs40
4393 Recognize .utf8 locales as .UTF-8 ones
4395 2007-02-11 [colin] 2.7.2cvs39
4398 Fix code conversion when dragging a file
4400 2007-02-09 [colin] 2.7.2cvs38
4402 * src/plugins/clamav/clamav_plugin.c
4403 Complete Paul's patch with conditional
4404 compilation to avoid breaking compilation
4405 on old Dapper and Edgy... Maybe other
4408 2007-02-09 [paul] 2.7.2cvs37
4410 * src/plugins/clamav/clamav_plugin.c
4411 fix for the upstream changes in libclamav
4413 2007-02-09 [paul] 2.7.2cvs36
4419 fix "warn if there are queued messages" (on exit)
4420 option, which only checked the first mailbox's
4422 don't ask before emptying trash if there are no
4423 messages in trash, also check and empty all trash
4426 move "Ask before emptying trash" option
4427 outside of the "On exit" frame as it's
4428 not only an "On exit" option
4430 2007-02-09 [paul] 2.7.2cvs35
4435 * src/prefs_account.c
4436 * src/prefs_folder_item.c
4438 * src/prefs_matcher.c
4439 * src/prefs_message.c
4440 * src/prefs_msg_colors.c
4441 * src/prefs_summaries.c
4443 * src/gtk/inputdialog.c
4444 * src/plugins/bogofilter/bogofilter_gtk.c
4445 pedantic commit: use 'checkbtn' everywhere
4446 instead of a mixture of 'checkbtn' and 'chkbtn'
4448 2007-02-09 [paul] 2.7.2cvs34
4454 move "Never send Return Receipts" from
4455 prefs_other to prefs_send
4456 add an option "Ask about account specific
4457 filtering rules..." to prefs_other
4458 * src/gtk/gtkutils.c
4459 fix a compiler warning
4461 2007-02-08 [colin] 2.7.2cvs33
4463 * src/plugins/pgpinline/pgpinline.c
4464 Fix bug 1110, 'pgpmime fails to process
4465 encapsulated openpgp mime (rfc 3156, 6.1
4467 It was due to an interaction between PGP/Mime
4468 and PGP/Inline plugin.
4470 2007-02-08 [colin] 2.7.2cvs32
4475 Fix bug 1117, 'fcntl locking code
4476 does not work in mbox.c'
4478 2007-02-08 [colin] 2.7.2cvs31
4480 * src/prefs_account.c
4481 Fix Gentoo bug 165819, 'can't create
4482 a "local mbox file" account'. Patch
4483 by Olivier <castan.o@free.fr>
4485 2007-02-07 [colin] 2.7.2cvs30
4488 Fix bug 1106, 'Claws crash on exit if LDAPS
4489 autocompletion was used'
4491 2007-02-07 [paul] 2.7.2cvs29
4494 cut down on unnecessary debug_prints
4496 fix menu_set_active() on 'Show only
4499 2007-02-07 [paul] 2.7.2cvs28
4501 * src/plugins/clamav/clamav_plugin.c
4502 * src/plugins/clamav/clamav_plugin.h
4503 * src/plugins/clamav/clamav_plugin_gtk.c
4504 fix copyright header
4506 2007-02-07 [paul] 2.7.2cvs27
4509 fix bug 1116, 'summary view allow a
4512 2007-02-06 [colin] 2.7.2cvs26
4517 2007-02-05 [fabien] 2.7.2cvs25
4521 i18n related - 1 fix and 1 message for translators.
4523 2007-02-05 [colin] 2.7.2cvs24
4525 * src/gtk/quicksearch.c
4526 Don't reload summary list if quicksearch wasn't
4527 active on hiding; move currently selected mail in
4528 the visible area when showing the quicksearch
4530 2007-02-05 [colin] 2.7.2cvs23
4533 Add debug to try to solve bug 1104
4535 2007-02-05 [paul] 2.7.2cvs22