1 2007-08-28 [colin] 2.10.0cvs180
5 Fix signature replacement when it's been wrapped
7 2007-08-27 [colin] 2.10.0cvs179
12 2007-08-27 [colin] 2.10.0cvs178
15 Fix Quicksearch's Sticky mode
17 2007-08-27 [colin] 2.10.0cvs177
19 * src/folder_item_prefs.c
20 * src/folder_item_prefs.h
23 Fix loss of subfolders properties when
26 2007-08-26 [wwp] 2.10.0cvs176
31 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
32 will have to be used when necessary *before* calling
35 2007-08-25 [paul] 2.10.0cvs175
38 workaround gettext problem marking
39 string as c-format when it's not
41 2007-08-25 [wwp] 2.10.0cvs174
46 Call the pango markup escape function right ince in alertpanel_create
47 instead of everywhere (reverts some parts of 2.10.0cvs123 and
51 Fix a crash due to a misuse of g_print(), encountered when the string
52 passed to g_print was containing printf substitution symbols.
54 2007-08-25 [paul] 2.10.0cvs173
57 fix a segfault when refreshing RSSyl feeds
59 2007-08-25 [paul] 2.10.0cvs172
61 * src/gtk/icon_legend.c
64 2007-08-25 [paul] 2.10.0cvs171
68 * src/pixmaps/insert_file.xpm
69 add a new pixmap instead of re-using
70 paste.xpm. (easier for icon theme authors)
72 2007-08-24 [holger] 2.10.0cvs170
74 * src/plugins/trayicon/trayicon.c
75 The same fix for another hook id.
77 2007-08-24 [holger] 2.10.0cvs169
79 * src/plugins/trayicon/trayicon.c
80 Micro-fix: Do the error checking for
83 2007-08-24 [paul] 2.10.0cvs168
86 fix typo causing compiler warning
88 2007-08-24 [paul] 2.10.0cvs167
91 put back the correct version of this file also
93 2007-08-24 [colin] 2.10.0cvs166
96 Use progress bar when sending messages
98 2007-08-24 [paul] 2.10.0cvs165
101 oops! if i'm quick no-one will notice
102 (put back the proper file)
104 2007-08-24 [paul] 2.10.0cvs164
112 * tools/mew2claws-mail.pl
113 add new script that imports a Mew address book
114 submitted by Jerome Lelong
116 2007-08-24 [paul] 2.10.0cvs163
119 remove the obsolete plugins, add the
120 missing plugins, including the forthcoming
123 2007-08-24 [paul] 2.10.0cvs162
125 * manual/advanced.xml
126 add info about the hidden emphasis_color option
127 * manual/keyboard.xml
128 correct the info about hotkeys
131 2007-08-24 [paul] 2.10.0cvs161
134 add mnemonic to 'Run procesing rules'
136 2007-08-24 [paul] 2.10.0cvs160
141 use suitable defaults for outbox,
142 queue, drafts and trash folders
144 2007-08-24 [wwp] 2.10.0cvs159
147 Update menu item sensitivity if necessary (or we get a
148 gtk critical message).
150 2007-08-23 [wwp] 2.10.0cvs158
153 * src/prefs_actions.c
154 Allow literal % chars in action commands (use %%).
155 Add a missing p++ to the action parser in action_get_type(),
156 which was missing it, even if it was neutral.
157 Fix a pango markup warning at runtime.
159 2007-08-23 [wwp] 2.10.0cvs157
162 Contacts are now locale-aware sorted in the address book
163 (LC_COLLATE matters here).
164 Fix missing table initializers.
166 2007-08-23 [colin] 2.10.0cvs156
169 Check scan_required on dest folder when copying
171 2007-08-23 [colin] 2.10.0cvs155
174 Fix scanning when folder was empty
176 2007-08-22 [colin] 2.10.0cvs154
179 Don't g_warning when g_try_malloc fails(), or it makes
180 things worse as g_log() allocates. Fixes bug 1290,
181 'Claws Mail crashes if too little memory when
182 rebuilding folder tree'
184 2007-08-22 [colin] 2.10.0cvs153
187 Fix format string vulnerability, thanks to
188 Ulf Harnhammar, Secunia Research
190 2007-08-22 [colin] 2.10.0cvs152
195 2007-08-22 [wwp] 2.10.0cvs151
198 Few better null-ptr checks.
200 2007-08-22 [colin] 2.10.0cvs150
203 * src/editldap_basedn.c
212 2007-08-22 [colin] 2.10.0cvs149
217 2007-08-22 [colin] 2.10.0cvs148
222 2007-08-22 [colin] 2.10.0cvs147
225 Fix test (set ldap v3 if bindDN is set or TLS is set)
227 2007-08-22 [colin] 2.10.0cvs146
231 Fix wrong "Connected successfully to server". Connection only succeeds if
232 we can get the base DN.
234 2007-08-21 [wwp] 2.10.0cvs145
243 More sanity checks in ldap functions.
245 2007-08-21 [wwp] 2.10.0cvs144
247 * src/prefs_account.c
248 Don't return a value in a void function().
250 2007-08-21 [paul] 2.10.0cvs143
253 add check for ftp: to messageview_list_urls()
255 2007-08-21 [colin] 2.10.0cvs142
262 Fix bug 1293, 'LDAP address book not working'
263 Search only on specified fields, but fetch
264 every field possible. People will have to
265 reset the searched Attributes in their LDAP
268 2007-08-21 [wwp] 2.10.0cvs141
278 * src/editaddress_other_attributes_ldap.c
295 * src/prefs_customheader.c
296 * src/prefs_msg_colors.c
302 * src/common/socket.c
303 * src/common/ssl_certificate.c
306 * src/gtk/description_window.c
307 * src/plugins/demo/demo.c
308 * src/plugins/pgpcore/prefs_gpg.c
309 * src/plugins/spamassassin/libspamc.c
310 Make sure we use glib functions to send text messages (information,
311 debug, warning, errors) to stdout/stderr - no more direct puts
312 fputs printf fprintf to stdout/stderr when it can be done using
313 g_log*() and g_print/g_printerr. Doing this, we make sure every
314 stdout/stderr message is saved to log in Windows.
317 2007-08-21 [wwp] 2.10.0cvs140
321 Route glib's stdout/stderr messages to a log file (Windows only),
322 instead of loosing them.
324 2007-08-21 [paul] 2.10.0cvs139
327 replace deprecated g_strncasecmp()
331 2007-08-20 [ticho] 2.10.0cvs138
334 * src/prefs_account.h
335 Copy all account preferences in account_clone() - some
337 * src/prefs_account.c
338 Handle empty privacy system combobox gracefully (warning
341 2007-08-20 [colin] 2.10.0cvs137
346 2007-08-20 [paul] 2.10.0cvs136
356 patch by Michael Rasmussen
358 2007-08-19 [colin] 2.10.0cvs135
361 Fix previous commit. Sensitivity update is needed
362 for "Cancel receiving". However when batching we
363 don't need to do it for every message flag change,
364 just once at the start and once at the end.
366 2007-08-19 [colin] 2.10.0cvs134
369 Remove useless menu updates on session lock/unlock
371 2007-08-19 [colin] 2.10.0cvs133
373 * src/etpan/imap-thread.c
374 Make all fetch logs less verbose
376 2007-08-19 [paul] 2.10.0cvs132
381 fix bug 1286, 'Can't move a folder into a "Folders
384 2007-08-18 [ticho] 2.10.0cvs131
386 * src/editaddress_other_attributes_ldap.c
387 Converted option menu for other ldap attributes to GtkComboBox.
389 2007-08-18 [colin] 2.10.0cvs130
396 Revert 'send_dialog_mode' meaning to
397 'send_dialog_invisible', so that the
398 new checkbox doesn't change the
401 2007-08-18 [paul] 2.10.0cvs129
404 add missing menu update
406 2007-08-17 [colin] 2.10.0cvs128
409 Set batching after getting flags - maybe fixes
410 bug 1292, 'CM crashes on writing mail'
412 2007-08-16 [ticho] 2.10.0cvs127
415 Convert two GtkOptionMenu widgets to new GtkComboBox.
418 Allow NULL for GtkComboBox menuitem label, rendering such
419 items as row separators.
421 2007-08-16 [paul] 2.10.0cvs126
423 * src/plugins/trayicon/trayicon.c
424 remove wrongly used gettextisation
426 2007-08-15 [ticho] 2.10.0cvs125
429 Fixed a runtime warning where an attempt to pack an
430 already packed GtkLabel was made.
432 2007-08-15 [ticho] 2.10.0cvs124
434 * src/prefs_compose_writing.c
435 Convert the insert-or-attach-dragged-files GtkOptionMenu
438 2007-08-14 [ticho] 2.10.0cvs123
442 Changed return receipt account selector to GtkComboBox.
443 Fixed a runtime warning where GTK tried to parse
444 "name <email@address" as a Pango markup in an alertpanel label.
446 2007-08-14 [ticho] 2.10.0cvs122
448 * src/prefs_logging.c
449 Changed GtkOptionMenu in logging preferences to GtkComboBox.
451 2007-08-14 [wwp] 2.10.0cvs121
455 * tools/popfile-link.sh
456 Added a new tool: POPFile helper, to open
457 selected messages in POPFile control center,
458 in order to change the messages' status.
460 2007-08-14 [ticho] 2.10.0cvs120
467 Change "Show send dialog" optionmenu to a checkbutton.
468 * src/prefs_receive.c
469 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
471 2007-08-13 [wwp] 2.10.0cvs119
482 * src/partial_download.c
488 * src/gtk/gtkaspell.c
490 Make sure we never pass NULL pointers for %s substitutions
491 (prevent from crashing in Windows).
493 2007-08-13 [wwp] 2.10.0cvs118
496 Re-enable mmap_reads in Windows with some missing
497 CloseHandle of mapping objects, thanks to
500 2007-08-13 [paul] 2.10.0cvs117
503 fix bug 1287, 'Compile time problem on Solaris
504 (nexenta gnu/Solaris) utils.c'
505 Thanks to Piotr Chrzczonowicz
507 2007-08-12 [wwp] 2.10.0cvs116
509 * src/plugins/pgpcore/prefs_gpg.c
510 Don't try to unset a GPG_AGENT_INFO that was not
511 set (and don't use a NULL string in Windows, it was
512 crashing with --debug if GPG_AGENT_INFO was not set).
514 2007-08-12 [wwp] 2.10.0cvs115
517 Make gcc type-check arguments passed to privacy_set_error().
519 2007-08-12 [ticho] 2.10.0cvs114
521 * src/prefs_folder_item.c
522 Make sure that folder default account combobox always has some
525 Handle empty combobox gracefully (warning instead of crash).
527 2007-08-12 [ticho] 2.10.0cvs114
529 * src/prefs_folder_item.c
530 Make sure that folder default account combobox is not empty.
532 Handle empty combobox gracefully (warning instead of crash).
534 2007-08-11 [paul] 2.10.0cvs113
538 use 'subfolder' instead of 'sub-folder', matching
539 everywhere else the term is used
543 2007-08-10 [wwp] 2.10.0cvs112
546 Disable mmap reads in Windows only (at least temporarily), they
547 prevent from renaming/removing target cache files.
553 2007-08-10 [wwp] 2.10.0cvs111
556 fix unpredictable crashes in Windows due to broken
557 cache/mark/tags files writting (file were opened for
558 writing in text mode).
561 use gettimeofday() from w32lib.h on Windows.
563 2007-08-10 [colin] 2.10.0cvs110
566 * src/etpan/imap-thread.c
567 * src/etpan/imap-thread.h
568 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
570 2007-08-09 [colin] 2.10.0cvs109
573 Fix port being reset to 636 on SSL
575 Fix folder_item_get_msg_num_by_file
576 on drafts/queue folders
578 2007-08-09 [wwp] 2.10.0cvs108
581 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
582 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
585 2007-08-09 [colin] 2.10.0cvs107
589 * src/gtk/prefswindow.c
590 A few Maemo layout fixes
592 2007-08-09 [paul] 2.10.0cvs106
594 * src/prefs_account.c
595 remove the hyphen from plug-ins to
596 match everywhere else
598 2007-08-08 [wwp] 2.10.0cvs105
600 * src/prefs_folder_item.c
601 Fix an extraneous stealth ^L char.
603 2007-08-08 [wwp] 2.10.0cvs104
605 * src/prefs_folder_item.c
606 Better fix, group variables declarations (USE_ASPELL).
608 2007-08-08 [wwp] 2.10.0cvs103
610 * src/prefs_folder_item.c
611 Fix compilation w/ USE_ASPELL set (broken
614 2007-08-08 [ticho] 2.10.0cvs102
616 * src/prefs_folder_item.c
617 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
619 2007-08-08 [colin] 2.10.0cvs101
622 * src/etpan/imap-thread.c
623 * src/etpan/imap-thread.h
624 Close selected mailbox before doing
627 2007-08-08 [colin] 2.10.0cvs100
630 Complete symbol table, thanks to wwp.
631 Fixes bug 1284, 'The html -> text
632 converter ignores entities'
636 2007-08-08 [colin] 2.10.0cvs99
639 Better way to fetch UIDs on non-UIDPLUS servers
641 2007-08-07 [colin] 2.10.0cvs98
644 fix bug 1275, 'auto-saved draft messages not
645 always being removed'; Also, make multiple
646 copy (in the same account) faster by matching
647 source/destination message UIDs.
649 Don't try to reshow deleted mail
651 Fix leak on error path
653 2007-08-07 [wwp] 2.10.0cvs97
656 * manual/advanced.xml
657 * manual/fr/account.xml
658 * manual/fr/advanced.xml
659 Updated the reference manual and the French translation to
660 reflect 2.10.0cvs84: enable running folder Processing
663 2007-08-06 [wwp] 2.10.0cvs96
668 Allow changing the emphasis color used to highlight
669 the newsreader/x-mailer header value when it matches
670 our preferred mail agent (hidden pref 'emphasis_col' added
673 2007-08-06 [colin] 2.10.0cvs95
677 Re-commit 2.10.0cvs86, with a protection
678 against Pango bug. Also, try to fix
679 bug 1275, 'auto-saved draft messages not
680 always being removed'
682 2007-08-06 [wwp] 2.10.0cvs94
684 * src/gtk/quicksearch.c
685 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
687 2007-08-06 [ticho] 2.10.0cvs93
689 * src/prefs_account.c
691 Use GtkComboBox instead of GtkOptionMenu for privacy system
692 selection in account preferences.
694 2007-08-06 [wwp] 2.10.0cvs92
696 * src/plugins/pgpcore/plugin.def
697 Apply one more chunk from gpg4win's 03-w32-port patch.
699 2007-08-05 [colin] 2.10.0cvs91
703 reverting buggy patch for now
705 2007-08-05 [colin] 2.10.0cvs90
710 2007-08-04 [colin] 2.10.0cvs89
712 * src/prefs_summaries.c
713 * src/summary_search.c
714 Replace deprecated widgets. Patch by
717 2007-08-04 [colin] 2.10.0cvs88
720 Refresh GUI only every 2000 mails on mh_get_last_num
721 This is fast (readdir) and done only once per
724 2007-08-03 [colin] 2.10.0cvs87
726 * src/prefs_account.c
729 Fix a deprecated widget. Patch by
732 2007-08-03 [colin] 2.10.0cvs86
736 Make colorisation and wrapping algorithms
737 faster. Fixes bug 1246, 'compose becomes
738 increasingly slow replying to complex emails'
740 2007-08-03 [paul] 2.10.0cvs85
743 keep the window painted
745 2007-08-02 [paul] 2.10.0cvs84
750 enable running folder Processing
753 2007-08-02 [paul] 2.10.0cvs83
756 speed up/clean up rendering of larger
760 2007-08-01 [paul] 2.10.0cvs82
765 change default toolbar layout on maemo
766 * src/pixmaps/close.xpm
767 make the red cross a grey cross
768 * src/pixmaps/jpilot.xpm
769 make icon smaller so it fits better
771 2007-07-31 [paul] 2.10.0cvs81
775 fix crash on maemo on first launch
777 2007-07-30 [paul] 2.10.0cvs80
779 * src/prefs_matcher.c
780 specify the units of age and size
782 2007-07-30 [paul] 2.10.0cvs79
785 Fix IMAP timeout setting
787 2007-07-30 [colin] 2.10.0cvs78
789 * src/prefs_account.c
790 Fix a deprecated widget. Patch by
793 2007-07-27 [paul] 2.10.0cvs77
795 * src/matcher_parser_parse.y
796 * src/prefs_filtering_action.c
797 * src/prefs_matcher.c
798 these changes forgotten in cvs74's
799 'watch thread' feature
801 2007-07-27 [paul] 2.10.0cvs76
804 fix potential crasher
807 2007-07-27 [paul] 2.10.0cvs75
813 make mainwindow's /Help/Manual point to the
814 remote copy if the local copy doesn't exist
816 2007-07-27 [paul] 2.10.0cvs74
824 * src/matcher_parser_parse.y
833 * src/pixmaps/watchthread.xpm
834 add 'watch thread' feature
836 2007-07-27 [paul] 2.10.0cvs73
838 * src/prefs_folder_item.c
839 adjust labels, add tooltips
841 2007-07-27 [colin] 2.10.0cvs72
844 Maemo: Remove less used menu items
846 2007-07-26 [colin] 2.10.0cvs71
849 Maemo: destroy messageview after trashing mail.
850 Maybe should be done on X11 too
852 2007-07-26 [colin] 2.10.0cvs70
859 Add View/Show or Hide/Column headers
861 2007-07-26 [colin] 2.10.0cvs69
866 2007-07-26 [colin] 2.10.0cvs68
869 Fix possible crash on cache invalidation
873 * src/quote_fmt_parse.y
874 Make replying to mails with big attachments
875 much faster. Fixes bug 1224, 'The process of
876 Replying to emails with large attachments
877 seems unreasonably long...'
879 2007-07-26 [colin] 2.10.0cvs67
884 Fix threads use on BSDs
886 2007-07-26 [paul] 2.10.0cvs66
888 * src/gtk/prefswindow.c
889 fix account prefs breakage
892 2007-07-26 [paul] 2.10.0cvs65
895 standardise ./configure --help messages
897 2007-07-26 [colin] 2.10.0cvs64
901 Fix two vCard-related crashes
903 2007-07-25 [colin] 2.10.0cvs63
908 * src/prefs_receive.c
909 Maemo: Add a better way to notify of
915 Maemo: Various layout fixes
916 * src/gtk/prefswindow.c
917 Maemo: Better prefs layout
919 2007-07-25 [paul] 2.10.0cvs62
922 fix the layout on maemo
925 2007-07-25 [iwkse] 2.10.0cvs61
928 add 'o' shortcut on summaryview
930 2007-07-25 [iwkse] 2.10.0cvs60
935 2007-07-24 [colin] 2.10.0cvs59
938 Fix missing timestamp update on source
942 Better text layout on part's choices
944 2007-07-23 [colin] 2.10.0cvs58
948 Maemo: Automatically choose the correct application
950 * src/gtk/quicksearch.c
951 Make search run on GDK_KP_Enter too
953 2007-07-23 [wwp] 2.10.0cvs57
955 * src/quote_fmt_lex.l
956 Revert accidentaly committed lines (account_sig) in
959 2007-07-23 [wwp] 2.10.0cvs56
961 * src/quote_fmt_lex.l
962 Fix typos around long form expressions in the quote lexer.
968 2007-07-23 [colin] 2.10.0cvs55
971 Fix auto-completion on Maemo
973 2007-07-23 [colin] 2.10.0cvs54
976 Maemo: Fix sticking statusbars
978 2007-07-22 [colin] 2.10.0cvs53
981 Maemo: Fix the strange "top_application" info
982 at startup. We should do something when
983 receiving such a message.
985 2007-07-20 [paul] 2.10.0cvs52
988 add missing #include "statusbar.h"
990 2007-07-20 [colin] 2.10.0cvs51
994 * src/folder_item_prefs.c
995 * src/folder_item_prefs.h
1003 * src/prefs_folder_item.c
1004 Implement age-based caching: allow to
1005 specify a threshold for the offline synchronisation
1006 feature, and whether old cached bodies should
1011 * src/plugins/dillo_viewer/dillo_viewer.c
1012 Check that Dillo's installed
1014 2007-07-20 [wwp] 2.10.0cvs50
1017 * src/stock_pixmap.c
1018 Draw a frame around the selected mimeview part icon (instead of the
1019 shifted 'dancing' icon).
1021 2007-07-20 [colin] 2.10.0cvs49
1024 Unref stuff even on error
1026 disconnect signals only at the very
1027 end of the wizard save.
1029 2007-07-20 [colin] 2.10.0cvs48
1035 Fix random crashes while navigating
1038 2007-07-19 [colin] 2.10.0cvs47
1042 * src/prefs_common.c
1043 * src/prefs_common.h
1046 * src/common/utils.c
1047 Maemo: add an easy way to store data (mails
1048 and IMAP/NNTP caches) on one of the SD cards,
1049 and protect against unmounts if needed
1051 2007-07-19 [paul] 2.10.0cvs46
1054 * src/stock_pixmap.c
1056 * src/pixmaps/claws-mail_logo-small.xpm
1057 implement a (slightly) different About
1058 dialog for maemo and add a small version
1061 use a scrolled window for wizard page 1
1064 2007-07-19 [paul] 2.10.0cvs45
1067 too soon for this line
1069 2007-07-19 [paul] 2.10.0cvs44
1074 2007-07-19 [colin] 2.10.0cvs43
1077 Solve Mail/Mailbox name when specifying
1080 2007-07-18 [colin] 2.10.0cvs42
1086 2007-07-18 [colin] 2.10.0cvs41
1089 Maemo: plug the online/offline system into
1090 maemo's interfaces to have Claws automatically
1091 switch according to the system status
1093 Maemo: use HildonBanners to display status
1094 messages. Renders the main statusbar useless.
1096 2007-07-18 [paul] 2.10.0cvs40
1099 fix screen blanking on moving/copying many msgs
1101 fix processing progressbar and screen blanking
1104 2007-07-18 [paul] 2.10.0cvs39
1107 revert cvs37, breakage on maemo
1109 2007-07-18 [paul] 2.10.0cvs38
1111 * src/gtk/gtkutils.c
1112 make sure we can still build with older GTK's
1114 2007-07-18 [colin] 2.10.0cvs37
1117 Only hide the small layout's messageview, instead
1118 of destroying it when closing
1119 * src/gtk/gtkutils.c
1120 Use gtk_window_present_with_time to popup windows,
1121 it seems to make things better with modern WMs
1124 2007-07-17 [colin] 2.10.0cvs36
1127 Simplify layout on Maemo
1130 * src/prefs_display_header.c
1131 Remove some headers by default on Maemo
1133 2007-07-17 [paul] 2.10.0cvs35
1135 * src/prefs_common.c
1136 * src/prefs_common.h
1137 * src/prefs_logging.c
1139 add options to stop/enable writing logs to disc
1141 2007-07-17 [paul] 2.10.0cvs34
1144 fix some issues with the Apply tags window:
1145 - set search column (enables autocompl in the treeview)
1146 - apply tag from "New tag" if it existed
1147 - clears New tag entry when adding it with the button
1150 2007-07-17 [paul] 2.10.0cvs33
1153 fix 'apply tags' dialogue weirdness
1155 2007-07-16 [colin] 2.10.0cvs32
1158 Fix double-loading of mails on Maemo
1160 2007-07-16 [colin] 2.10.0cvs31
1163 Prevent double-loading of the same part under some
1164 conditions; hide statusbar on Maemo
1166 2007-07-16 [colin] 2.10.0cvs30
1172 Improve the tag interface - allow
1173 to set/unset tags from a special
1175 * src/gtk/gtkvscrollbutton.c
1178 * src/stock_pixmap.c
1179 Fix Mimeview's ugly hacks in the
1182 2007-07-16 [paul] 2.10.0cvs29
1186 * src/gtk/icon_legend.c
1187 put it all in a scrolled window
1189 2007-07-15 [colin] 2.10.0cvs28
1192 Maemo: force layout to be Small screen; the
1193 others don't make sense
1195 2007-07-14 [colin] 2.10.0cvs27
1198 * src/gtk/gtkvscrollbutton.c
1199 Maemo: Fix mimeview's buttons size
1201 2007-07-14 [colin] 2.10.0cvs26
1204 Fix the button workaround fix.
1205 (Use the correct variable)
1207 2007-07-14 [colin] 2.10.0cvs25
1211 Maemo: put the progress bar in the
1214 2007-07-14 [colin] 2.10.0cvs24
1216 * src/prefs_common.c
1217 Maemo: hide statusbar by default
1219 * src/stock_pixmap.c
1220 * src/stock_pixmap.h
1222 * src/pixmaps/go_folders.xpm
1223 Maemo: Add a specific icon to go back to
1226 2007-07-14 [colin] 2.10.0cvs23
1229 Don't set homogeneous finally
1231 2007-07-14 [colin] 2.10.0cvs22
1234 Fix button show/hide issues
1236 2007-07-14 [colin] 2.10.0cvs21
1240 Fix button workaround to be able to click
1241 if mouse was on button when it went un-
1243 Revert previous commit, gtk_tool_item_set_homogeneous
1244 doesn't mean what it seems to mean ;-)
1246 2007-07-14 [paul] 2.10.0cvs20
1249 make homogeneous FALSE always
1251 2007-07-13 [colin] 2.10.0cvs19
1255 Rework to fit the non-deprecated API
1261 Maemo layout changes. Better toolbars,
1262 removal of CTree headers.
1264 2007-07-13 [paul] 2.10.0cvs18
1266 * src/gtk/colorlabel.c
1267 fix bug 1261, '[DE] coloring messages in overview
1268 keys are not localised'
1269 the string is now included in claws-mail.pot
1271 2007-07-13 [colin] 2.10.0cvs17
1274 Fix bug 1267, 'printing mutliple messages
1275 opens one message-dialog after the other'
1276 Ask for confirmation when printing 10
1279 2007-07-11 [colin] 2.10.0cvs16
1284 * manual/claws-mail-manual.xml
1286 * manual/es/claws-mail-manual.xml
1288 * manual/fr/claws-mail-manual.xml
1311 * src/addressbook_foldersel.c
1312 * src/addressbook_foldersel.h
1336 * src/customheader.c
1337 * src/customheader.h
1338 * src/displayheader.c
1339 * src/displayheader.h
1342 * src/editaddress_other_attributes_ldap.c
1343 * src/editaddress_other_attributes_ldap.h
1352 * src/editldap_basedn.c
1353 * src/editldap_basedn.h
1374 * src/folder_item_prefs.c
1375 * src/folder_item_prefs.h
1384 * src/grouplistdialog.c
1385 * src/grouplistdialog.h
1390 * src/image_viewer.c
1391 * src/image_viewer.h
1432 * src/matcher_parser.h
1433 * src/matcher_parser_lex.l
1434 * src/matcher_parser_parse.y
1437 * src/message_search.c
1438 * src/message_search.h
1457 * src/partial_download.c
1458 * src/partial_download.h
1463 * src/prefs_account.c
1464 * src/prefs_account.h
1465 * src/prefs_actions.c
1466 * src/prefs_actions.h
1467 * src/prefs_common.c
1468 * src/prefs_common.h
1469 * src/prefs_compose_writing.c
1470 * src/prefs_compose_writing.h
1471 * src/prefs_customheader.c
1472 * src/prefs_customheader.h
1473 * src/prefs_display_header.c
1474 * src/prefs_display_header.h
1475 * src/prefs_ext_prog.c
1476 * src/prefs_ext_prog.h
1477 * src/prefs_filtering.c
1478 * src/prefs_filtering.h
1479 * src/prefs_filtering_action.c
1480 * src/prefs_filtering_action.h
1481 * src/prefs_folder_column.c
1482 * src/prefs_folder_column.h
1483 * src/prefs_folder_item.c
1484 * src/prefs_folder_item.h
1489 * src/prefs_image_viewer.c
1490 * src/prefs_image_viewer.h
1491 * src/prefs_logging.c
1492 * src/prefs_logging.h
1493 * src/prefs_matcher.c
1494 * src/prefs_matcher.h
1495 * src/prefs_message.c
1496 * src/prefs_message.h
1497 * src/prefs_msg_colors.c
1498 * src/prefs_msg_colors.h
1503 * src/prefs_receive.c
1504 * src/prefs_receive.h
1507 * src/prefs_spelling.c
1508 * src/prefs_spelling.h
1509 * src/prefs_summaries.c
1510 * src/prefs_summaries.h
1511 * src/prefs_summary_column.c
1512 * src/prefs_summary_column.h
1513 * src/prefs_summary_open.c
1514 * src/prefs_summary_open.h
1515 * src/prefs_template.c
1516 * src/prefs_template.h
1517 * src/prefs_themes.c
1518 * src/prefs_themes.h
1519 * src/prefs_toolbar.c
1520 * src/prefs_toolbar.h
1521 * src/prefs_wrapping.c
1522 * src/prefs_wrapping.h
1532 * src/quote_fmt_lex.l
1533 * src/quote_fmt_parse.y
1536 * src/remotefolder.c
1537 * src/remotefolder.h
1538 * src/send_message.c
1539 * src/send_message.h
1542 * src/simple-gettext.c
1543 * src/sourcewindow.c
1544 * src/sourcewindow.h
1549 * src/stock_pixmap.c
1550 * src/stock_pixmap.h
1551 * src/summary_search.c
1552 * src/summary_search.h
1569 * src/common/base64.c
1570 * src/common/base64.h
1571 * src/common/claws.c
1572 * src/common/claws.h
1574 * src/common/fnmatch.c
1575 * src/common/fnmatch.h
1576 * src/common/fnmatch_loop.c
1577 * src/common/hooks.c
1578 * src/common/hooks.h
1583 * src/common/mgutils.c
1584 * src/common/mgutils.h
1587 * src/common/passcrypt.c
1588 * src/common/passcrypt.h.in
1589 * src/common/plugin.c
1590 * src/common/plugin.h
1591 * src/common/prefs.c
1592 * src/common/prefs.h
1593 * src/common/progressindicator.c
1594 * src/common/progressindicator.h
1595 * src/common/quoted-printable.c
1596 * src/common/quoted-printable.h
1597 * src/common/session.c
1598 * src/common/session.h
1601 * src/common/socket.c
1602 * src/common/socket.h
1605 * src/common/ssl_certificate.c
1606 * src/common/ssl_certificate.h
1607 * src/common/string_match.c
1608 * src/common/string_match.h
1609 * src/common/stringtable.c
1610 * src/common/stringtable.h
1613 * src/common/template.c
1614 * src/common/template.h
1615 * src/common/timing.h
1616 * src/common/utils.c
1617 * src/common/utils.h
1618 * src/common/uuencode.c
1619 * src/common/uuencode.h
1620 * src/common/version.h.in
1621 * src/common/w32_dirent.c
1622 * src/common/w32_reg.c
1623 * src/common/w32_signal.c
1624 * src/common/w32_stat.c
1625 * src/common/w32_stdlib.c
1626 * src/common/w32_string.c
1627 * src/common/w32_time.c
1628 * src/common/w32_unistd.c
1629 * src/common/w32_wait.c
1630 * src/common/w32lib.h
1633 * src/common/xmlprops.c
1634 * src/common/xmlprops.h
1635 * src/etpan/etpan-errors.h
1636 * src/etpan/etpan-thread-manager-types.h
1637 * src/etpan/etpan-thread-manager.c
1638 * src/etpan/etpan-thread-manager.h
1639 * src/etpan/imap-thread.c
1640 * src/etpan/imap-thread.h
1643 * src/gtk/colorlabel.c
1644 * src/gtk/colorlabel.h
1645 * src/gtk/colorsel.c
1646 * src/gtk/colorsel.h
1647 * src/gtk/combobox.c
1648 * src/gtk/combobox.h
1649 * src/gtk/description_window.c
1650 * src/gtk/description_window.h
1653 * src/gtk/foldersort.c
1654 * src/gtk/foldersort.h
1655 * src/gtk/gtkaspell.c
1656 * src/gtk/gtkaspell.h
1657 * src/gtk/gtksctree.c
1658 * src/gtk/gtkshruler.c
1659 * src/gtk/gtkshruler.h
1660 * src/gtk/gtksourceprintjob.c
1661 * src/gtk/gtksourceprintjob.h
1662 * src/gtk/gtkutils.c
1663 * src/gtk/gtkutils.h
1664 * src/gtk/gtkvscrollbutton.c
1665 * src/gtk/gtkvscrollbutton.h
1666 * src/gtk/icon_legend.c
1667 * src/gtk/icon_legend.h
1668 * src/gtk/inputdialog.c
1669 * src/gtk/inputdialog.h
1670 * src/gtk/logwindow.c
1671 * src/gtk/logwindow.h
1672 * src/gtk/manage_window.c
1673 * src/gtk/manage_window.h
1676 * src/gtk/pluginwindow.c
1677 * src/gtk/pluginwindow.h
1678 * src/gtk/prefswindow.c
1679 * src/gtk/prefswindow.h
1680 * src/gtk/progressdialog.c
1681 * src/gtk/progressdialog.h
1682 * src/gtk/quicksearch.c
1683 * src/gtk/quicksearch.h
1684 * src/gtk/sslcertwindow.c
1685 * src/gtk/sslcertwindow.h
1686 * src/plugins/bogofilter/bogofilter.c
1687 * src/plugins/bogofilter/bogofilter.h
1688 * src/plugins/bogofilter/bogofilter_gtk.c
1689 * src/plugins/clamav/clamav_plugin.c
1690 * src/plugins/clamav/clamav_plugin.h
1691 * src/plugins/clamav/clamav_plugin_gtk.c
1692 * src/plugins/demo/demo.c
1693 * src/plugins/dillo_viewer/dillo_prefs.c
1694 * src/plugins/dillo_viewer/dillo_prefs.h
1695 * src/plugins/dillo_viewer/dillo_viewer.c
1696 * src/plugins/pgpcore/passphrase.c
1697 * src/plugins/pgpcore/passphrase.h
1698 * src/plugins/pgpcore/pgp_viewer.c
1699 * src/plugins/pgpcore/pgp_viewer.h
1700 * src/plugins/pgpcore/plugin.c
1701 * src/plugins/pgpcore/prefs_gpg.c
1702 * src/plugins/pgpcore/prefs_gpg.h
1703 * src/plugins/pgpcore/select-keys.c
1704 * src/plugins/pgpcore/select-keys.h
1705 * src/plugins/pgpcore/sgpgme.c
1706 * src/plugins/pgpcore/sgpgme.h
1707 * src/plugins/pgpinline/pgpinline.c
1708 * src/plugins/pgpinline/pgpinline.h
1709 * src/plugins/pgpinline/plugin.c
1710 * src/plugins/pgpmime/pgpmime.c
1711 * src/plugins/pgpmime/pgpmime.h
1712 * src/plugins/pgpmime/plugin.c
1713 * src/plugins/spamassassin/spamassassin.c
1714 * src/plugins/spamassassin/spamassassin.h
1715 * src/plugins/spamassassin/spamassassin_gtk.c
1716 * src/plugins/trayicon/trayicon.c
1717 * src/plugins/trayicon/trayicon_prefs.c
1718 * src/plugins/trayicon/trayicon_prefs.h
1719 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1720 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1721 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1722 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1723 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1724 * tools/OOo2claws-mail.pl
1725 * tools/README.sylprint
1726 * tools/acroread2claws-mail.pl
1727 * tools/claws-mail-compose-insert-files.pl
1728 * tools/convert_mbox.pl
1729 * tools/filter_conv.pl
1730 * tools/filter_conv_new.pl
1732 * tools/freshmeat_search.pl
1733 * tools/google_search.pl
1734 * tools/kmail-mailbox2claws-mail.pl
1735 * tools/kmail2claws-mail.pl
1736 * tools/kmail2claws-mail_v2.pl
1738 * tools/make.themes.project
1739 * tools/multiwebsearch.pl
1740 * tools/nautilus2claws-mail.sh
1741 * tools/outlook2claws-mail.pl
1742 * tools/textviewer.sh
1743 * tools/thunderbird-filters-convertor.pl
1746 * tools/vcard2xml.py
1747 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1748 Upgrade to GPLv3 or later.
1750 2007-07-10 [wwp] 2.10.0cvs15
1753 Fix re-opening of all composing messages that were
1754 opened when closing the previous instance, thanks
1757 2007-07-10 [paul] 2.10.0cvs14
1759 * src/editaddress_other_attributes_ldap.c
1761 fix crash on selecting 'other attributes' combo
1762 for either a new entry or an old entry with no
1763 existing attributes.
1764 fix bug on editing multiple attributes which
1765 resulted them all having the value of the last
1769 2007-07-10 [colin] 2.10.0cvs13
1772 * src/editaddress_other_attributes_ldap.h
1774 Fix --disable-ldap build
1776 2007-07-09 [colin] 2.10.0cvs12
1782 * src/editaddress_other_attributes_ldap.c
1783 * src/editaddress_other_attributes_ldap.h
1788 Add capability to edit all inetOrgPerson
1789 attributes on LDAP. Patch by Michael
1792 2007-07-09 [colin] 2.10.0cvs11
1798 * src/prefs_summaries.c
1799 * src/prefs_themes.c
1801 * src/common/Makefile.am
1803 * src/common/timing.h
1804 * src/common/utils.c
1805 * src/common/utils.h
1806 * src/common/w32_account.c
1807 * src/common/w32lib.h
1808 * src/gtk/Makefile.am
1809 * src/gtk/colorlabel.c
1810 * src/plugins/pgpcore/Makefile.am
1811 * src/plugins/pgpcore/claws.def
1812 * src/plugins/pgpcore/passphrase.c
1813 * src/plugins/pgpcore/pgp_viewer.c
1814 * src/plugins/pgpcore/plugin.def
1815 * src/plugins/pgpcore/sgpgme.c
1816 * src/plugins/pgpinline/Makefile.am
1817 * src/plugins/pgpinline/claws.def
1818 * src/plugins/pgpinline/mypgpcore.def
1819 * src/plugins/pgpinline/plugin.def
1820 * src/plugins/pgpmime/Makefile.am
1821 * src/plugins/pgpmime/claws.def
1822 * src/plugins/pgpmime/mypgpcore.def
1823 * src/plugins/pgpmime/plugin.def
1824 Commit win32 patch, from Werner Koch and
1827 2007-07-09 [colin] 2.10.0cvs10
1829 * src/prefs_toolbar.c
1830 Fix crash when no actions exist
1832 2007-07-07 [paul] 2.10.0cvs9
1835 * manual/claws-mail-manual.xml
1836 update copyright year
1838 updated by Flammie Pirinen
1840 2007-07-05 [wwp] 2.10.0cvs8
1842 * src/plugins/clamav/clamav_plugin_gtk.c
1843 Make vertical spacing like in other plugin prefs pages.
1845 2007-07-05 [wwp] 2.10.0cvs7
1848 It's %am that works, not %ae (this doc incoherence has been
1849 introduced with 2.9.2cvs13).
1851 2007-07-04 [wwp] 2.10.0cvs6
1853 * src/plugins/bogofilter/bogofilter.c
1854 Gettext-ize an occurrence of "Any" that wasn't.
1856 2007-07-04 [colin] 2.10.0cvs5
1859 Fix untranslated strings; thanks
1862 2007-07-03 [colin] 2.10.0cvs4
1866 Fix saving of sort mode for tags and
1867 thread date. Thanks to Pierre Ossman.
1868 Completes fix for bug 1233
1870 2007-07-03 [paul] 2.10.0cvs3
1878 2007-07-02 [colin] 2.10.0cvs2
1884 Add View/Sort/by Thread date
1885 Fixes bug 1233, 'Capability to sort
1886 threads by most recent message'
1887 Based on a patch by Paul Rolland
1889 2007-07-02 [colin] 2.10.0cvs1
1906 * src/matcher_parser_parse.y
1910 * src/prefs_common.c
1911 * src/prefs_common.h
1912 * src/prefs_filtering_action.c
1913 * src/prefs_matcher.c
1914 * src/prefs_summary_column.c
1918 * src/quote_fmt_lex.l
1919 * src/quote_fmt_parse.y
1923 * src/common/Makefile.am
1927 * src/gtk/quicksearch.c
1928 * src/gtk/quicksearch.h
1929 Add Tags implementation. Tags are arbitrary labels
1930 that can be applied to messages. It is possible
1931 to create, edit, remove tags; apply them to mails;
1932 filter on tags or tag presence; apply or unset
1933 tags via filtering actions; reference tags in
1936 2007-07-02 [paul] 2.10.0
1943 2007-07-02 [paul] 2.9.2cvs78
1953 updated by Stephan Sachse, me, Ricardo Mones
1954 Lastra, Fabien Vantard, Pader Rezso, Frederico
1955 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1957 2007-07-02 [paul] 2.9.2cvs77
1962 2007-06-29 [wwp] 2.9.2cvs76
1965 Fix a typo (thanks to Ricardo for finding this out).
1967 2007-06-28 [paul] 2.9.2cvs75
1972 2007-06-28 [paul] 2.9.2cvs74
1975 fix bug in the autotools build system.
1976 Files cataloged under EXTRA_DIST were never
1977 automatically copied to the build tree.
1978 (fix 'make distcheck')
1979 Patch by Michael Rasmussen.
1981 2007-06-24 [colin] 2.9.2cvs73
1984 Fix bug 1249, 'Error handling for
1985 news errors needs modification'
1986 Only popup error if the according
1987 pref in Prefs/Receive is set.
1989 2007-06-21 [colin] 2.9.2cvs72
1991 * src/common/plugin.c
1992 * src/common/plugin.h
1993 Change plugin API to know whether it's safe to
1994 unload plugins or whether we should just hide
1995 them. Fixes bug 1248, 'Core dumps after
1996 unloading plugin and clicking on load plugins'
1997 * src/plugins/bogofilter/bogofilter.c
1998 * src/plugins/clamav/clamav_plugin.c
1999 * src/plugins/demo/demo.c
2000 * src/plugins/dillo_viewer/dillo_viewer.c
2001 * src/plugins/pgpcore/plugin.c
2002 * src/plugins/pgpinline/plugin.c
2003 * src/plugins/pgpmime/plugin.c
2004 * src/plugins/spamassassin/spamassassin.c
2005 * src/plugins/trayicon/trayicon.c
2008 2007-06-19 [colin] 2.9.2cvs71
2012 Fix crash mentioned in bug 1246
2013 Race condition when automatically drafting
2014 due to insertion on reedit.
2016 2007-06-18 [wwp] 2.9.2cvs70
2019 LDIF import: use a "Proceed" button to complete
2022 2007-06-18 [paul] 2.9.2cvs69
2025 use pkgconfig to check for gtk and glib
2027 2007-06-17 [wwp] 2.9.2cvs68
2031 LDIF import: better error handling, minor code
2032 and UI cleanup, and renamed the Save button
2033 to Close, as imported stuff is already saved
2034 when the Save button is shown.
2036 2007-06-17 [colin] 2.9.2cvs67
2038 * src/prefs_summaries.c
2040 Don't set as read when forwarded, only replied to
2042 2007-06-17 [paul] 2.9.2cvs66
2045 add missing #include
2047 2007-06-16 [colin] 2.9.2cvs65
2049 * src/prefs_summaries.c
2051 Change the pref "Only mark as read when opened
2052 in new window" to "..., replied to or forwarded".
2053 Based on a patch by Paul Rolland.
2055 2007-06-16 [paul] 2.9.2cvs64
2058 alphabetical order! :)
2060 2007-06-16 [colin] 2.9.2cvs63
2064 Add Michael Rasmussen in authors list
2066 2007-06-16 [colin] 2.9.2cvs62
2069 Fix messageview_copy_clipboard to take advantage
2070 of plugins' get_selection.
2072 2007-06-15 [colin] 2.9.2cvs61
2078 * src/message_search.c
2080 * src/summary_search.c
2083 Allow GDK_KP_Enter to do the same as GDK_Return
2084 Patch by Michael Rasmussen
2086 2007-06-15 [paul] 2.9.2cvs60
2089 fix bug when closing a compose window
2092 2007-06-14 [paul] 2.9.2cvs59
2096 migrate sylpheed config
2098 2007-06-14 [wwp] 2.9.2cvs58
2100 * src/gtk/pluginwindow.c
2101 Yet another attempt to fix sizing/alignment of the
2102 button bar in plugins window.
2104 2007-06-12 [colin] 2.9.2cvs57
2109 * src/prefs_common.c
2110 * src/prefs_common.h
2111 * src/prefs_summaries.c
2112 * src/prefs_summary_open.c
2113 * src/prefs_summary_open.h
2115 Make "when entering a folder" actions more personalisable
2117 2007-06-12 [wwp] 2.9.2cvs56
2120 Use short description from Paul (mairix.sh).
2122 2007-06-12 [wwp] 2.9.2cvs55
2125 Updated info about mairix.sh.
2127 2007-06-11 [paul] 2.9.2cvs54
2129 * src/prefs_logging.c
2130 rework log window length widgets
2131 and some sensitivity fixes
2133 2007-06-11 [paul] 2.9.2cvs53
2136 * src/prefs_logging.c
2137 rename 'Protocol Log' to 'Network Log'
2138 and some function renaming
2140 2007-06-10 [wwp] 2.9.2cvs52
2142 * src/gtk/pluginwindow.c
2145 2007-06-10 [wwp] 2.9.2cvs51
2147 * src/gtk/pluginwindow.c
2148 Fix button bar in plugin window, was centered and not
2149 behaving like other dialogs w/ such button bar.
2151 2007-06-08 [wwp] 2.9.2cvs50
2158 Provide a way out of automatic draft saving on IMAP, when
2160 Prevent drafting while sending and quitting while sending.
2165 2007-06-08 [wwp] 2.9.2cvs49
2167 * src/prefs_account.c
2168 * src/gtk/prefswindow.c
2169 * src/gtk/prefswindow.h
2170 Activate the Basic page when opening account prefs.
2172 2007-06-08 [wwp] 2.9.2cvs48
2174 * src/common/socket.c
2175 Don't crash if fork() fails, thanks to Colin.
2177 2007-06-08 [wwp] 2.9.2cvs47
2179 * src/gtk/prefswindow.c
2180 Wrap some long lines, and reset horizontal scroller's adjusment
2181 (this was already done, vertically), when changing tab (not page)
2184 2007-06-08 [paul] 2.9.2cvs46
2186 * src/common/utils.c
2187 use gethostname() instead of uname()
2188 based on a patch by Michael Hughes
2189 <Sylpheed-Claws_user@thehugheslogcabin.net>
2191 2007-06-07 [wwp] 2.9.2cvs45
2193 * src/prefs_common.c
2194 Fix some useless warnings, thanks to Colin.
2196 2007-06-06 [colin] 2.9.2cvs44
2199 Fix strange allocations.
2201 2007-06-06 [colin] 2.9.2cvs43
2204 Patch by Michael Rasmussus to help
2207 2007-06-05 [wwp] 2.9.2cvs42
2209 * src/prefs_account.c
2210 * src/prefs_folder_item.c
2214 Per-folder templates can now be applied recursively.
2215 Always save per-folder templates (formats were erroneously
2216 saved only if they were enabled).
2217 Check for validity of quotation marks everywhere there
2220 2007-06-05 [wwp] 2.9.2cvs41
2223 Fix incoming messages from local accounts always getting filtered
2224 (even if the account prefs say don't), thanks to Colin.
2226 2007-06-05 [wwp] 2.9.2cvs40
2230 Use per-folder/per-account quote chars when applying a
2231 template or inserting text as well. Const'ify some
2234 2007-06-04 [colin] 2.9.2cvs39
2237 More work for wwp :)
2239 2007-06-04 [wwp] 2.9.2cvs38
2242 Same as 2.9.2cvs36 but for forwarding.
2244 2007-06-04 [colin] 2.9.2cvs37
2247 Use original mail file for forward/redirect
2248 Fixes some forwarded mails to be attached as
2249 application/octet-stream (when they have binary
2250 parts), and incidentally fixes bug 848
2251 'Redirect breaks GnuPG'
2253 2007-06-04 [wwp] 2.9.2cvs36
2256 Fix quote mark mis-initialisation when replying/forwarding
2257 (introduced w/ 2.9.2cvs20).
2259 2007-06-04 [wwp] 2.9.2cvs35
2261 * src/prefs_compose_writing.c
2263 Fix a bug where Quotation characters (prefs/compose/writing)
2264 was cleared (introduced w/ 2.9.2cvs26).
2266 2007-06-04 [wwp] 2.9.2cvs34
2268 * src/prefs_account.c
2269 * src/prefs_account.h
2270 Better fix for compiling w/o aspell (rollbacks
2273 2007-06-04 [wwp] 2.9.2cvs33
2276 * src/prefs_account.c
2277 * src/prefs_account.h
2279 It's now possible to disable mail filtering plugins
2280 on a per-account basis.
2282 2007-06-04 [wwp] 2.9.2cvs32
2285 * src/common/utils.c
2286 * src/common/utils.h
2287 Support CRLF in headers part of messages.
2288 Support few more date formats (RFC3339 subsets).
2290 2007-06-04 [wwp] 2.9.2cvs31
2292 * src/prefs_account.c
2293 Fix compiling w/o aspell support.
2295 2007-06-03 [wwp] 2.9.2cvs30
2298 Don't decode leading ENV_ and ~ in P_PASSWORD
2301 2007-06-03 [wwp] 2.9.2cvs29
2304 Don't decode leading ENV_ and ~ in P_PASSWORD
2307 2007-06-03 [wwp] 2.9.2cvs28
2309 * src/prefs_account.c
2310 * src/gtk/prefswindow.c
2311 * src/gtk/prefswindow.h
2312 Added a way to force preloading of all pages
2314 Moved tabs to pages in account prefs.
2316 2007-06-02 [colin] 2.9.2cvs27
2319 Fix possible crash, fix ldap write bugs
2321 Fix ldap write bugs - patch by Michael
2325 Add a hook whenever alertpanel opens/closes
2327 2007-05-31 [wwp] 2.9.2cvs26
2329 * src/prefs_compose_writing.c
2331 Re-organized writing options a bit:
2332 - renamed the Quoting page to Templates
2333 - moved all composing templates to that page
2334 - moved non-templates options to the Writing one,
2335 grouped reply-related options, reordered reply and
2338 2007-05-31 [wwp] 2.9.2cvs25
2341 Removed unused code.
2343 2007-05-31 [colin] 2.9.2cvs24
2346 Fix missing display name when modifying
2347 LDAP. Patch by Michael Rasmussen
2349 2007-05-31 [wwp] 2.9.2cvs23
2351 * src/plugins/bogofilter/Makefile.am
2352 * src/plugins/clamav/Makefile.am
2353 * src/plugins/demo/Makefile.am
2354 * src/plugins/dillo_viewer/Makefile.am
2355 * src/plugins/spamassassin/Makefile.am
2356 Fix building of those plugins in Mac OS X.
2358 2007-05-30 [wwp] 2.9.2cvs22
2360 * src/gtk/quicksearch.c
2361 Fix missing initialization.
2363 2007-05-30 [wwp] 2.9.2cvs21
2366 Revert accidental commit (debug outputs).
2368 2007-05-30 [wwp] 2.9.2cvs20
2371 * src/folder_item_prefs.c
2372 * src/folder_item_prefs.h
2373 * src/prefs_account.c
2374 * src/prefs_account.h
2375 * src/prefs_folder_item.c
2378 Implemented per-account and per-folder
2379 compose/reply/forward formats.
2381 2007-05-30 [wwp] 2.9.2cvs19
2383 * src/prefs_compose_writing.c
2388 Internal API changes (factorize quote format
2391 2007-05-30 [colin] 2.9.2cvs18
2394 Fix race where it's possible to re-click Send
2395 between end of SMTP session and end of "move to
2396 sent folder" when sending an email with send
2399 2007-05-30 [colin] 2.9.2cvs17
2402 Ask for backtrace on all threads. Patch by
2405 Fix stale news statusbar when scanning fails.
2408 Fix some LDAP write updates bugs. Patch
2409 by Michael Rasmussen
2411 2007-05-29 [colin] 2.9.2cvs16
2414 Fix loss of local flags when moving mails
2415 on IMAP in high-bandwidth mode (UID FETCH)
2417 2007-05-25 [paul] 2.9.2cvs15
2419 * src/common/socket.c
2420 fix sometimes crasher on cancelling
2423 2007-05-25 [colin] 2.9.2cvs14
2428 Be more helpful in the subscription
2431 2007-05-23 [wwp] 2.9.2cvs13
2434 * src/prefs_compose_writing.c
2436 * src/prefs_template.c
2437 * src/prefs_template.h
2440 * src/quote_fmt_lex.l
2441 * src/quote_fmt_parse.y
2442 Introduced new syntax elements (symbols and commands)
2443 in templates/quote_fmt. Compatibility w/ old
2445 Updated and reworked the corresponding Information
2447 Display the line number in dialogs that talk about
2448 parser errors (in addition to the error message in
2451 2007-05-23 [wwp] 2.9.2cvs12
2453 * src/quote_fmt_parse.y
2454 Fix 2.9.2cvs11, probably a paste accident ;).
2456 2007-05-23 [wwp] 2.9.2cvs11
2459 * src/prefs_template.c
2461 * src/quote_fmt_parse.y
2462 Fix 2.9.2cvs10, which broke --disable-aspell.
2464 2007-05-22 [wwp] 2.9.2cvs10
2467 * src/prefs_template.c
2470 * src/quote_fmt_lex.l
2471 * src/quote_fmt_parse.y
2472 * src/gtk/gtkaspell.c
2473 * src/gtk/gtkaspell.h
2474 Added template/quote format syntactical elements
2476 - current dictionary
2477 %T to show (shows empty if not set or not enabled),
2478 ?T and !T to check if the default dictionary is
2480 - current account's default dictionary
2481 %aT to show (empty if not set or not enabled),
2482 ?aT and !aT to check if it's enabled and set
2483 - name completion for an address, from the address
2485 %ABf, %ABt, %ABc respectively show the full name got
2486 from the address book if From, To or Cc match a single
2488 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2489 matches any contact and if the full name is non-empty.
2490 If From, To or Cc are lists of email addresses, only
2491 the first address will be checked.
2492 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2493 that could show a trailing ','.
2494 Also, template/quote_fmt parser now shows the line number in case
2497 2007-05-15 [colin] 2.9.2cvs9
2501 Add a public function to know whether Claws
2503 Store opened folder when exiting
2506 Store last opened message in each FolderItem;
2507 Reset last seen messages if Claws crashed, so
2508 that one can't go in an infinite crash in case
2509 a particular mail crashes Claws.
2511 * src/prefs_common.c
2512 * src/prefs_common.h
2514 * src/prefs_summaries.c
2515 Add "Select last opened message" when entering
2517 Add "Select last opened folder" at startup.
2519 2007-05-14 [colin] 2.9.2cvs8
2522 Fix bashism, search for xml catalog
2523 in /usr/local/share/xml/catalog too
2526 2007-05-13 [wwp] 2.9.2cvs7
2528 * src/gtk/logwindow.c
2529 fix raising log windows when they are either minimized or
2532 2007-05-11 [colin] 2.9.2cvs6
2535 Use Hildon's file chooser on Maemo. Patch
2536 by Jean-Luc Biord; fixes part 2 of bug 1201,
2537 'File attachment "manipulation" bugs...'
2539 2007-05-10 [wwp] 2.9.2cvs5
2541 * src/prefs_common.c
2542 * src/prefs_common.h
2543 * src/gtk/quicksearch.c
2544 Add a quicksearch option to automatically run
2545 a search selected from the history (this option
2546 is exclusive towards type-ahead).
2548 2007-05-10 [colin] 2.9.2cvs4
2551 Fix g_warnings, thanks to Brian
2554 2007-05-09 [colin] 2.9.2cvs3
2559 * src/prefs_summaries.c
2562 * src/common/utils.c
2563 * src/gtk/gtksourceprintjob.c
2564 * src/gtk/sslcertwindow.c
2565 Use the re-entrant variant of time functions
2566 Probably fixes bug 1217, 'reentrancy problems
2567 with time functions'
2569 2007-05-09 [colin] 2.9.2cvs2
2572 Fix crasher when reconnection fails
2574 2007-05-08 [paul] 2.9.2cvs1
2580 bump version number following
2583 2007-05-08 [paul] 2.9.1cvs48
2585 * src/plugins/demo/demo.c
2586 * src/plugins/dillo_viewer/dillo_prefs.c
2587 * src/plugins/dillo_viewer/dillo_prefs.h
2588 * src/plugins/dillo_viewer/dillo_viewer.c
2589 * src/plugins/pgpcore/pgp_viewer.c
2590 * src/plugins/pgpcore/pgp_viewer.h
2591 * src/plugins/pgpcore/plugin.c
2592 * src/plugins/pgpcore/prefs_gpg.c
2593 * src/plugins/pgpcore/prefs_gpg.h
2594 * src/plugins/pgpcore/sgpgme.c
2595 * src/plugins/pgpcore/sgpgme.h
2596 * src/plugins/pgpinline/plugin.c
2597 * src/plugins/pgpmime/pgpmime.c
2598 * src/plugins/pgpmime/pgpmime.h
2599 * src/plugins/pgpmime/plugin.c
2600 * src/plugins/spamassassin/spamassassin.c
2601 * src/plugins/spamassassin/spamassassin.h
2602 * src/plugins/spamassassin/spamassassin_gtk.c
2603 * src/plugins/trayicon/README
2605 * tools/README.sylprint
2606 * tools/outlook2claws-mail.pl
2608 * tools/tb2claws-mail
2609 * tools/tbird2claws.py
2611 * tools/vcard2xml.py
2612 * tools/kdeservicemenu/README
2613 cleanups and corrections
2615 2007-05-06 [wwp] 2.9.1cvs47
2618 Fix missing dash to `display` command-line, reported
2619 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2621 2007-05-06 [colin] 2.9.1cvs46
2624 * src/stock_pixmap.c
2625 * src/stock_pixmap.h
2626 * src/pixmaps/printer.xpm
2629 2007-05-06 [paul] 2.9.1cvs45
2634 * src/summary_search.c
2638 2007-05-05 [wwp] 2.9.1cvs44
2642 * src/prefs_actions.c
2646 Fix "faild" typos everywhere and capitalization of
2649 2007-05-04 [colin] 2.9.1cvs43
2654 * src/plugins/pgpcore/prefs_gpg.c
2655 * src/plugins/pgpcore/prefs_gpg.h
2656 * src/plugins/pgpinline/pgpinline.c
2657 * src/plugins/pgpmime/pgpmime.c
2658 Add an API to warn about encryption limits,
2659 and allow to disable these warnings
2661 2007-05-03 [colin] 2.9.1cvs42
2665 Fix bug 1213, 'Delete more than
2668 2007-05-03 [wwp] 2.9.1cvs41
2670 * src/prefs_common.c
2671 * src/prefs_filtering.c
2672 * src/prefs_template.c
2673 * src/common/template.c
2674 * src/common/template.h
2675 * src/gtk/gtkutils.c
2676 * src/gtk/gtkutils.h
2677 Templates are no longer automatically sorted
2678 by name, but can be sorted manually using
2679 |< < > >| buttons as well as drag'n'drop.
2681 2007-05-03 [wwp] 2.9.1cvs40
2683 * src/plugins/spamassassin/spamassassin.c
2684 * src/plugins/spamassassin/spamassassin.h
2685 * src/plugins/spamassassin/spamassassin_gtk.c
2686 * src/plugins/bogofilter/bogofilter.c
2687 * src/plugins/bogofilter/bogofilter.h
2688 * src/plugins/bogofilter/bogofilter_gtk.c
2689 Added an option to conditionally mark saved spam
2690 as read (default is and was to do so).
2691 Satisfies feature request 1708539 on sf.net tracker.
2693 2007-05-03 [colin] 2.9.1cvs39
2696 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2698 2007-05-02 [colin] 2.9.1cvs38
2701 Fix bug 1209, 'Clicking on address
2702 in header (mailto uri) selects
2703 default account'. Patch adapted from
2706 2007-05-02 [colin] 2.9.1cvs37
2708 * src/grouplistdialog.c
2709 Set cursor to wait cursor while loading
2712 2007-05-02 [paul] 2.9.1cvs36
2716 rename cache and mark files
2719 2007-04-30 [paul] 2.9.1cvs35
2721 * manual/glossary.xml
2722 * manual/plugins.xml
2723 updates. Patch by Ricardo
2725 2007-04-29 [wwp] 2.9.1cvs34
2729 Fix few grammatical errors (patch by David Relson < relson at
2730 osagesoftware dot com >).
2732 2007-04-28 [colin] 2.9.1cvs33
2736 * src/prefs_account.c
2737 * src/prefs_account.h
2738 Drop the "Download all" preference. It's
2739 stupidly useless and confuses people from
2742 2007-04-27 [wwp] 2.9.1cvs32
2745 * src/prefs_account.c
2746 * src/prefs_account.h
2747 Don't reflect accounts changes to the mainwindow when it's
2750 2007-04-27 [colin] 2.9.1cvs31
2753 Freeze/thaw when sync'ing flags
2755 * src/prefs_account.c
2756 * src/prefs_account.h
2757 * src/etpan/imap-thread.c
2758 * src/etpan/imap-thread.h
2759 Add a way to use UID FETCH instead
2760 of searches to fetch message lists
2761 and flags. More expensive towards
2762 bandwidth, less expensive towards
2763 server's CPU. Probably fixes
2764 bug 1158, 'Scanning new folders on
2765 Exchange 2007 extremely slow'.
2768 2007-04-27 [paul] 2.9.1cvs30
2771 * src/prefs_logging.c
2772 improvements to english usage
2774 2007-04-27 [colin] 2.9.1cvs29
2777 Fix build without libetpan (my bad!)
2779 2007-04-26 [colin] 2.9.1cvs28
2783 Fix uselessly exported function
2785 Consider "- -- \n" as signature separator
2786 (that's what signature separators look like
2787 in PGP/Inline signed mails)
2789 2007-04-26 [colin] 2.9.1cvs27
2792 libetpan-0.49 is now required
2794 Fix double fetching of mails if
2797 Make offline sync faster, by
2798 remembering last change time, and
2801 2007-04-26 [hoa] 2.9.1cvs26
2807 * src/etpan/imap-thread.c
2808 * src/etpan/imap-thread.h
2809 cancellation of IMAP operations is now allowed.
2810 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2812 2007-04-26 [colin] 2.9.1cvs25
2815 Always fetch body+headers in folders that are
2816 synched for offline use, if "Synchronise as
2817 soon as possible" is set.
2818 Fixes bug 1200, 'Add option to always retrieve full
2821 2007-04-25 [colin] 2.9.1cvs24
2824 Fix bug 1198, 'Reply-all "disappearing" address bug
2827 2007-04-24 [colin] 2.9.1cvs23
2830 Fix bug 1195, 'Hardware key navigation'
2831 Make GDK_Enter toggle expansion (Maemo)
2833 2007-04-24 [wwp] 2.9.1cvs22
2836 Fix few compiler warnings.
2838 2007-04-24 [paul] 2.9.1cvs21
2841 * src/stock_pixmap.c
2842 * src/stock_pixmap.h
2843 complete last commit
2845 2007-04-24 [paul] 2.9.1cvs20
2848 * src/pixmaps/active.xpm
2849 * src/pixmaps/checkbox_off.xpm
2850 * src/pixmaps/checkbox_on.xpm
2851 * src/pixmaps/inactive.xpm
2853 remove transparent border from checkbox icons
2855 2007-04-24 [wwp] 2.9.1cvs19
2859 Fix a crash in textview, thanks to Colin.
2861 2007-04-23 [wwp] 2.9.1cvs18
2863 * src/prefs_common.c
2864 Fix 2.9.1cvs5: no header was being translated at all.
2866 2007-04-23 [colin] 2.9.1cvs17
2869 * src/stock_pixmap.c
2870 * src/stock_pixmap.h
2873 * src/gtk/gtksctree.c
2874 * src/gtk/gtksctree.h
2875 * src/pixmaps/selection.xpm
2876 Fix bug 1193, 'Need a way to multi-select
2877 items'. Add a toggle button to the summaryview
2878 to switch between normal and multiple selection
2881 2007-04-23 [colin] 2.9.1cvs16
2884 * src/stock_pixmap.c
2885 * src/stock_pixmap.h
2888 * src/gtk/gtksctree.c
2889 * src/gtk/gtksctree.h
2890 * src/pixmaps/selection.xpm
2891 Fix bug 1193, 'Need a way to multi-
2893 Add a toggle button in the summaryview
2894 to enable normal or multiple selection.
2897 2007-04-23 [colin] 2.9.1cvs15
2900 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2902 2007-04-21 [colin] 2.9.1cvs14
2904 * src/gtk/quicksearch.c
2905 Fix previous commit (actually use correct
2908 2007-04-21 [colin] 2.9.1cvs13
2910 * src/gtk/quicksearch.c
2911 Fix changing quicksearch type (after Esc,
2912 after changing Recursive, ...)
2914 2007-04-20 [wwp] 2.9.1cvs12
2916 * src/gtk/Makefile.am
2917 Added headers.h (completes 2.9.1cvs5).
2919 2007-04-20 [wwp] 2.9.1cvs11
2922 Fix the use of display name in name column,
2923 it has been overriden w/ the use of nickname
2924 by 2.9.0cvs3. Now nickname is used (if any)
2925 in case of LDAP books only.
2927 2007-04-20 [colin] 2.9.1cvs10
2932 Add handling of 'a' to loop in a mail's
2935 2007-04-20 [colin] 2.9.1cvs9
2938 Fix bug 1190, 'dir_open' button doesn't work'
2941 2007-04-20 [colin] 2.9.1cvs8
2945 Fix bug 1194, 'Hardware keys move from email
2946 list to account/directory list, but not back
2947 to email list...' (Maemo)
2949 2007-04-20 [colin] 2.9.1cvs7
2952 complete previous commit
2954 2007-04-20 [colin] 2.9.1cvs6
2957 Fix bug 1187, 'Reply-to addressee disappears
2958 when reply-to text box is clicked...' (Maemo)
2960 2007-04-20 [wwp] 2.9.1cvs5
2968 * src/prefs_common.c
2969 * src/prefs_common.h
2970 * src/prefs_display_header.c
2971 * src/prefs_matcher.c
2974 * src/gtk/quicksearch.c
2975 Translate more header names according to the relevant option value,
2976 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2977 Replaced nearly all uses of prefs_common.trans_hdr with a call
2978 to prefs_common_translated_header_name().
2979 Added a headers.h reference file that contains known header names
2980 (RFC2822 and others) to the translation process' input, so that
2981 translated header names will still exist even if no occurrence of
2982 _("headername") is found anymore in the sources.
2983 Don't translate column name 'Number' following to trans_hdr option
2984 value as it's not a header name.
2986 2007-04-20 [colin] 2.9.1cvs4
2988 * src/gtk/quicksearch.c
2989 * src/gtk/quicksearch.h
2990 Add "From, To or Subject" quicksearch
2991 type. Patch by ulfschaper@users.sf.net
2993 2007-04-20 [colin] 2.9.1cvs3
2996 Implement proper references filtering condition.
2997 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2999 2007-04-19 [wwp] 2.9.1cvs2
3001 * src/prefs_display_header.c
3002 * src/message_search.c
3003 Fix few warnings (g_free of const gchar*).
3005 2007-04-19 [paul] 2.9.1cvs1
3011 bump version number following
3014 2007-04-19 [paul] 2.9.0cvs9
3016 * manual/advanced.xml
3017 * manual/glossary.xml
3020 2007-04-18 [paul] 2.9.0cvs8
3023 fix for CVE-2007-1558 (APOP)
3026 2007-04-18 [paul] 2.9.0cvs7
3032 Fix encoding woes wrt saving of
3036 2007-04-18 [colin] 2.9.0cvs6
3038 * src/gtk/pluginwindow.c
3039 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3041 2007-04-17 [wwp] 2.9.0cvs5
3047 Fix --disable-ldap build,
3048 fix some LDAP annoyances on
3049 searches, thanks to Colin.
3051 2007-04-17 [wwp] 2.9.0cvs4
3054 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3055 like gcc 2.9x. Thanks to Colin.
3057 2007-04-17 [wwp] 2.9.0cvs3
3073 Add LDAP write support. Patch mostly by
3074 Michael <mir at datanom dot net>
3076 2007-04-17 [wwp] 2.9.0cvs2
3079 Prepend "Add to address book" to the context menu of compose window's sender and
3082 2007-04-16 [paul] 2.9.0cvs1
3087 2007-04-16 [paul] 2.9.0
3094 2007-04-16 [paul] 2.8.1cvs102
3097 updated by Fabien Vantard
3099 2007-04-16 [paul] 2.8.1cvs101
3109 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3110 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3111 Aleksandar Urosevic, and Ralgh Young
3113 2007-04-15 [mones] 2.8.1cvs100
3118 2007-04-14 [colin] 2.8.1cvs99
3120 * src/message_search.c
3121 * src/prefs_display_header.c
3122 * src/summary_search.c
3123 * src/gtk/combobox.c
3126 2007-04-14 [wwp] 2.8.1cvs98
3128 * src/gtk/combobox.c
3129 * src/message_search.c
3130 * src/summary_search.c
3131 * src/prefs_display_header.c
3132 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3133 returns NULL, get the text value directly from the GtkEntry child.
3135 2007-04-13 [colin] 2.8.1cvs97
3137 * src/gtk/quicksearch.c
3138 Give the focus back to summaryview when
3139 emptying the quicksearch with Esc
3141 2007-04-13 [colin] 2.8.1cvs96
3143 * src/message_search.c
3144 * src/prefs_display_header.c
3145 * src/summary_search.c
3146 Fix possibles crashes when getting text
3149 2007-04-13 [colin] 2.8.1cvs95
3152 Add some UIDL debugging
3154 2007-04-12 [colin] 2.8.1cvs94
3157 Force folder scan if necessary after
3158 copying mails, to be able to reapply
3161 2007-04-11 [colin] 2.8.1cvs93
3164 don't scan for new mail on startup if --select
3165 is specified (or race conditions arise). If so,
3166 do both sequentially.
3168 2007-04-09 [colin] 2.8.1cvs92
3171 Use leafpad by default on Maemo. Patch
3174 2007-04-06 [colin] 2.8.1cvs91
3176 * src/pixmaps/queue_close.xpm
3177 * src/pixmaps/queue_close_hrm.xpm
3178 * src/pixmaps/queue_close_hrm_mark.xpm
3179 * src/pixmaps/queue_close_mark.xpm
3180 * src/pixmaps/queue_open.xpm
3181 * src/pixmaps/queue_open_hrm.xpm
3182 * src/pixmaps/queue_open_hrm_mark.xpm
3183 * src/pixmaps/queue_open_mark.xpm
3184 Move the clock one pixel down :)
3186 2007-04-05 [colin] 2.8.1cvs90
3189 Don't sync when switching offline from
3190 command line - it's usually too late :)
3192 2007-04-05 [paul] 2.8.1cvs89
3195 * src/stock_pixmap.c
3196 * src/pixmaps/dir_close_hrm.xpm
3197 * src/pixmaps/dir_close_hrm_mark.xpm
3198 * src/pixmaps/drafts_close.xpm
3199 * src/pixmaps/drafts_close_mark.xpm
3200 * src/pixmaps/drafts_open.xpm
3201 * src/pixmaps/drafts_open_mark.xpm
3202 * src/pixmaps/inbox.xpm
3203 * src/pixmaps/inbox_close.xpm
3204 * src/pixmaps/inbox_close_hrm.xpm
3205 * src/pixmaps/inbox_close_hrm_mark.xpm
3206 * src/pixmaps/inbox_close_mark.xpm
3207 * src/pixmaps/inbox_hrm.xpm
3208 * src/pixmaps/inbox_hrm_mark.xpm
3209 * src/pixmaps/inbox_mark.xpm
3210 * src/pixmaps/inbox_open.xpm
3211 * src/pixmaps/inbox_open_hrm.xpm
3212 * src/pixmaps/inbox_open_hrm_mark.xpm
3213 * src/pixmaps/inbox_open_mark.xpm
3214 * src/pixmaps/outbox.xpm
3215 * src/pixmaps/outbox_close.xpm
3216 * src/pixmaps/outbox_close_hrm.xpm
3217 * src/pixmaps/outbox_close_hrm_mark.xpm
3218 * src/pixmaps/outbox_close_mark.xpm
3219 * src/pixmaps/outbox_hrm.xpm
3220 * src/pixmaps/outbox_hrm_mark.xpm
3221 * src/pixmaps/outbox_mark.xpm
3222 * src/pixmaps/outbox_open.xpm
3223 * src/pixmaps/outbox_open_hrm.xpm
3224 * src/pixmaps/outbox_open_hrm_mark.xpm
3225 * src/pixmaps/outbox_open_mark.xpm
3226 * src/pixmaps/queue_close.xpm
3227 * src/pixmaps/queue_close_hrm.xpm
3228 * src/pixmaps/queue_close_hrm_mark.xpm
3229 * src/pixmaps/queue_close_mark.xpm
3230 * src/pixmaps/queue_open.xpm
3231 * src/pixmaps/queue_open_hrm.xpm
3232 * src/pixmaps/queue_open_hrm_mark.xpm
3233 * src/pixmaps/queue_open_mark.xpm
3234 updated, added and replaced icons
3237 2007-04-04 [colin] 2.8.1cvs88
3240 Fix build without libetpan
3242 2007-04-03 [colin] 2.8.1cvs87
3245 Fix crash with Citadel, and try to make
3246 things work. this server (and specifically
3247 STATUS and APPEND at least) seems broken.
3249 2007-04-03 [colin] 2.8.1cvs86
3252 Fix icons on folder close
3254 2007-04-03 [colin] 2.8.1cvs85
3257 Fix double-ask of offline override in
3262 Much more efficient way to synchronise
3264 * src/etpan/imap-thread.c
3267 * src/gtk/quicksearch.c
3270 2007-04-03 [paul] 2.8.1cvs84
3275 * src/prefs_common.c
3276 * src/prefs_common.h
3278 Fix sync being done too late
3281 2007-04-02 [colin] 2.8.1cvs83
3284 Maemo: Put status and quicksearch at the top
3285 * src/plugins/bogofilter/bogofilter.c
3286 * src/plugins/spamassassin/spamassassin.c
3287 Derive trash from inbox if possible
3289 2007-04-02 [paul] 2.8.1cvs82
3291 * src/plugins/bogofilter/bogofilter_gtk.c
3292 a few English changes
3298 2007-04-02 [colin] 2.8.1cvs81
3300 * src/image_viewer.c
3301 Fix transparent images by using
3304 Flush events (on new windows) to avoid
3305 having the textview's image resize fail
3306 to know the available width
3308 2007-04-01 [colin] 2.8.1cvs80
3310 * src/prefs_account.c
3311 If no MH mailbox exist, when creating a POP/Local
3312 account, just create and use the default one
3313 instead of bailing with a "Mailbox doesn't exist"
3316 2007-03-31 [colin] 2.8.1cvs79
3318 * src/prefs_account.c
3319 Create signature file if it doesn't exist
3321 * src/prefs_toolbar.c
3322 Maemo: Move "Use default" on the left so
3323 that people can find it
3325 Maemo: make default editor "Maemopad",
3326 default signature file "MyDocs/signature.txt"
3328 2007-03-31 [colin] 2.8.1cvs78
3330 * src/prefs_account.c
3331 Maemo: rework account prefs so
3332 that less horizontal scrolling
3335 2007-03-31 [colin] 2.8.1cvs77
3338 * src/prefs_common.c
3339 * src/prefs_common.h
3340 Fix bug 1167, 'Allow not displaying zeros
3341 in folder list'. Patch by MartinP
3343 2007-03-31 [colin] 2.8.1cvs76
3348 2007-03-31 [colin] 2.8.1cvs75
3351 Apply patch from bug 1172, direct
3352 access to the folder's session instead
3353 of using getter. Patch by MartinP
3355 2007-03-31 [paul] 2.8.1cvs74
3358 no need to list Fabien twice!
3360 2007-03-31 [colin] 2.8.1cvs73
3363 If we're currently "overriding for %d minutes",
3366 2007-03-31 [colin] 2.8.1cvs72
3374 * src/plugins/spamassassin/spamassassin.c
3375 Offline override: Add a parameter to allow
3376 asking even if the override timer is running.
3377 Allows to ask every time the user makes an
3378 explicit action needing online access (such
3379 as Get Mail), and not when the action is
3380 implicit (such as opening an IMAP folder)
3382 2007-03-31 [colin] 2.8.1cvs71
3385 Override offline: "No" answer shouldn't
3386 re-ask after 3 seconds, but 10 minutes.
3388 2007-03-30 [colin] 2.8.1cvs70
3390 * src/common/socket.c
3391 Better error reporting on unix socket
3392 failure (bind usually)
3393 * src/gtk/gtkutils.c
3394 * src/gtk/gtkutils.h
3395 Label window: add a pulsing progress
3396 bar to show we're not hung :)
3399 * src/plugins/pgpcore/sgpgme.c
3402 2007-03-30 [colin] 2.8.1cvs69
3405 * src/prefs_common.c
3406 Fix possible trashing of history and uidl
3407 files on disk full problems
3409 2007-03-30 [paul] 2.8.1cvs68
3414 update summary when changing layout type
3415 (fixes wrong folder icon being displayed)
3418 2007-03-29 [colin] 2.8.1cvs67
3420 * src/prefs_ext_prog.c
3421 The browser pref is irrelevant on Maemo
3423 2007-03-29 [colin] 2.8.1cvs66
3427 Maemo: dynamically switch headers/text position
3428 * src/prefs_common.c
3429 Maemo: hide compose's ruler by default
3430 * src/common/socket.c
3431 * src/common/socket.h
3434 2007-03-29 [colin] 2.8.1cvs65
3436 * src/common/socket.c
3437 * src/common/socket.h
3438 Fix build when MAEMO_CFLAGS contains
3439 _X_OPENSOURCE (resolv.h errors as long
3440 as we don't add _BSD_SOURCE. Ugly).
3442 2007-03-29 [wwp] 2.8.1cvs64
3444 * src/prefs_logging.c
3445 Fix sensitivity of clip-log widgets in prefs/logging,
3448 2007-03-29 [wwp] 2.8.1cvs63
3451 Updated files list for translations, thanks to Fabien.
3453 2007-03-29 [colin] 2.8.1cvs62
3456 * src/common/Makefile.am
3457 * src/common/utils.c
3458 Maybe make URI opening work in Maemo
3461 2007-03-28 [colin] 2.8.1cvs61
3466 Add the possibility to sort folders arbitrarily
3467 (via editing of folderlist.xml only). Patch by
3468 Martin P <mp26+claws@os.inf.tu-dresden.de>
3469 Fixes bug 1166, 'Folder ordering is fixed and cannot
3470 be changed by the user'
3472 2007-03-28 [colin] 2.8.1cvs60
3475 Add popup menu for mime icons
3477 2007-03-28 [colin] 2.8.1cvs59
3480 Fix a layout issue when presenting
3481 mainwindow in Small screen layout
3484 Add a "Go to folder list" button for
3485 mainwindow, and make it default in
3488 2007-03-28 [colin] 2.8.1cvs58
3491 Don't dynamically update title on Maemo
3492 Patch by Jean-Luc Biord
3494 2007-03-27 [colin] 2.8.1cvs57
3499 Enable tap-and-hold on Maemo
3501 2007-03-26 [colin] 2.8.1cvs56
3504 More popup-menu (in attachments list)
3506 2007-03-26 [colin] 2.8.1cvs55
3509 Enable popup-menu signal
3511 2007-03-26 [colin] 2.8.1cvs54
3513 * src/plugins/pgpinline/pgpinline.c
3514 Fix bug 1111, 'PGP/inline plugin hides text
3515 around encrypted text block'. Patch based on
3516 a patch from Michal Cihar.
3518 2007-03-26 [wwp] 2.8.1cvs53
3521 Fix getting a false error when sending queued message
3522 whereas the sending was fine (if there are subfolders
3523 in the queue folder), thanks to Colin.
3525 2007-03-26 [paul] 2.8.1cvs52
3528 update FACE header in welcome message
3530 2007-03-25 [colin] 2.8.1cvs51
3535 2007-03-25 [colin] 2.8.1cvs50
3538 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3540 2007-03-24 [colin] 2.8.1cvs49
3543 Fix a few launch problems on Maemo
3544 Patch by Jean-Luc Biord
3546 2007-03-24 [wwp] 2.8.1cvs48
3552 Fix wrong action performed when closing the
3553 "ask about account specific filtering rules
3554 when filtering manually" dialog by pressing Escape.
3555 Fix wrong order of buttons in the "return receipt
3556 notification - the message was sent to several of
3557 your accounts" dialog.
3559 2007-03-24 [paul] 2.8.1cvs47
3562 an improvement to English usage
3563 * tools/kdeservicemenu/README
3566 2007-03-24 [paul] 2.8.1cvs46
3569 * src/stock_pixmap.c
3570 * src/pixmaps/edit_extern.xpm
3571 * src/pixmaps/mail_sign.xpm
3572 rescue long lost icons
3574 2007-03-24 [paul] 2.8.1cvs45
3577 fix toolbar (broken in 2.8.1cvs42)
3579 2007-03-23 [colin] 2.8.1cvs44
3582 Correctly unsubscribe/resubscribe after
3585 2007-03-23 [colin] 2.8.1cvs43
3587 * src/prefs_common.c
3588 Maemo: as the platform is light on RAM, allow
3589 caches to be discarded faster.
3591 2007-03-23 [colin] 2.8.1cvs42
3596 * src/stock_pixmap.c
3597 * src/stock_pixmap.h
3602 * src/pixmaps/open_mail.xpm
3603 Maemo changes: Add the possibility to have
3604 "Open Email" and "Close Window" buttons on
3605 toolbars (and use them in Maemo's default
3608 2007-03-23 [wwp] 2.8.1cvs41
3611 Reverted that part of the action dialog closure logics, to
3612 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3613 done later in a different way (or may not).
3615 2007-03-22 [wwp] 2.8.1cvs40
3618 Fix sticky action dialog when got no output but action command
3619 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3621 2007-03-22 [colin] 2.8.1cvs39
3623 * src/prefs_filtering.c
3624 * src/gtk/combobox.h
3625 Fix escaping account names in filtering prefs
3627 2007-03-22 [colin] 2.8.1cvs38
3632 Add any attribute specified in LDAP servers'
3633 Search attributes to the Other Attributes tab
3634 of contacts; Add 'telephoneNumber' in the
3637 2007-03-22 [colin] 2.8.1cvs37
3642 Try to prevent race conditions when
3643 changing the folder list
3645 Fix possible red folder icon when
3646 switching from Small screen layout
3649 2007-03-22 [colin] 2.8.1cvs36
3654 Rename "little screen" to "Small screen"
3655 * src/gtk/Makefile.am
3656 * src/common/utils.c
3658 Fix Maemo-related compilation problems
3660 2007-03-21 [colin] 2.8.1cvs35
3664 * claws-mail.desktop
3665 Remove .png from the Icon, it's useless
3667 2007-03-21 [colin] 2.8.1cvs34
3671 Add the necessary lib checking for
3674 2007-03-21 [colin] 2.8.1cvs33
3677 Fix unconditional "error happened" when
3678 sending via command-line. "lol @ myself"
3680 2007-03-21 [colin] 2.8.1cvs32
3682 * claws-mail-40x40.png
3683 * claws-mail-26x26.png
3693 * src/prefs_account.c
3694 * src/prefs_common.c
3695 * src/summary_search.c
3699 * src/gtk/gtkutils.c
3700 * src/gtk/gtkutils.h
3701 * src/gtk/logwindow.c
3703 * src/gtk/prefswindow.c
3704 Add Maemo port (patch mainly by Jean-Luc Biort)
3705 Add a new 'Little screen' layout to help on such
3706 platforms (patch by me)
3707 Make some default preferences different (more
3708 adapted) on Maemo (patch by me)
3710 2007-03-21 [wwp] 2.8.1cvs31
3712 * src/prefs_logging.c
3713 * src/prefs_logging.h
3714 Fixed copyright header of newly added files.
3716 2007-03-21 [wwp] 2.8.1cvs30
3732 * src/prefs_common.c
3733 * src/prefs_common.h
3734 * src/prefs_logging.c
3735 * src/prefs_logging.h
3738 * src/send_message.c
3743 * src/common/session.c
3745 * src/common/socket.c
3746 * src/etpan/imap-thread.c
3747 * src/gtk/logwindow.c
3748 * src/gtk/logwindow.h
3749 * src/plugins/bogofilter/bogofilter.c
3750 * src/plugins/spamassassin/spamassassin.c
3751 Added debugging of filtering/processing rules.
3752 The debug log is here 'Tools/Filtering debug window',
3753 the options there 'Configuration/Preferences/Other/Logging',
3754 and the log file is ~/.claws-mail/filtering.log.
3755 Moved protocol log prefs to 'Other/Logging' as well.
3756 To support such debugging feature, the existing log API has
3757 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3758 this impacts many external modules (commits follow).
3760 2007-03-21 [paul] 2.8.1cvs29
3762 * src/etpan/Makefile.am
3763 * src/etpan/imap-thread.c
3764 add missing #include
3766 2007-03-21 [colin] 2.8.1cvs28
3769 Fix bug 1157, 'some broken messages confuse
3770 mime parser'. Make sure we can't have MimeInfos
3771 with negative sizes.
3773 2007-03-20 [colin] 2.8.1cvs27
3776 Fix missing \0 on buffer
3778 2007-03-20 [colin] 2.8.1cvs26
3781 Use make_dir_hier instead of make_dir
3782 to create the MH mailbox
3784 2007-03-20 [colin] 2.8.1cvs25
3788 * src/prefs_account.c
3790 Fix default inbox weirdnesses (after wizard,
3791 if path is Mail, mailbox identifier is #mh/Mailbox,
3792 and when creating new accounts)
3794 2007-03-20 [colin] 2.8.1cvs24
3797 Write folderlist after adding/deleting accounts
3800 2007-03-20 [colin] 2.8.1cvs23
3803 * src/remotefolder.h
3804 Fix bug 1153, 'CM segfaults if IMAP folder is
3805 selected while scanning prior to update'
3807 2007-03-17 [paul] 2.8.1cvs22
3810 fix a typo, and be a little more verbose.
3812 2007-03-17 [wwp] 2.8.1cvs21
3815 Fix a compiler warning.
3817 2007-03-16 [wwp] 2.8.1cvs20
3821 Updated to deal w/ the new mairix.sh tool.
3823 2007-03-16 [wwp] 2.8.1cvs19
3826 Fix logics issues around the action IO dialog:
3827 - disable entry widget and exec button when
3828 the exec button is clicked (don't wait for any
3829 output line) - fix possible disabling/re-enabling/
3830 re-disabling of those widgets
3831 - raise an error if executing a %as{} action either
3832 empty or invalid, instead of failing silently
3833 - don't close the dialog if the abort button has been
3834 clicked and if there was no output yet
3835 - set focus to the abort button when the exec button
3837 - fix capitalization of a warning message
3839 2007-03-16 [wwp] 2.8.1cvs18
3842 Added a wrapper to mairix to the tools folder.
3844 2007-03-16 [colin] 2.8.1cvs17
3848 Allow mimeviewer plugins to print
3851 2007-03-16 [colin] 2.8.1cvs16
3856 2007-03-15 [colin] 2.8.1cvs15
3860 Add a way for mimeviewer plugins to
3861 implement body search
3863 2007-03-15 [paul] 2.8.1cvs14
3865 * src/prefs_spelling.c
3868 2007-03-15 [paul] 2.8.1cvs13
3870 * src/common/quoted-printable.c
3871 fix decoding of quoted-printable parts
3873 2007-03-14 [wwp] 2.8.1cvs12
3875 * src/gtk/logwindow.h
3876 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3878 2007-03-14 [wwp] 2.8.1cvs11
3880 * src/gtk/logwindow.h
3881 Complete 2.8.1cvs10.
3883 2007-03-14 [colin] 2.8.1cvs10
3885 * src/gtk/logwindow.c
3886 Probably fix bug 1149, crash on logwindow
3887 close - at the expense of performance once
3888 logwin has been opened
3890 2007-03-14 [colin] 2.8.1cvs9
3893 If claws-mail is running on another
3894 display, warn instead of popping it up
3895 on the other display
3897 2007-03-12 [colin] 2.8.1cvs8
3900 Fix bug 1145, 'Setting a different name
3901 for the Mailbox name isn't reflected in
3902 default account settings'. Patch by wwp
3904 2007-03-12 [colin] 2.8.1cvs7
3907 Fix bug 1143, 'Add number of messages to be
3908 deleted to confirmation dialog'
3910 2007-03-12 [wwp] 2.8.1cvs6
3913 * src/prefs_common.c
3914 * src/prefs_common.h
3915 * src/prefs_summaries.c
3916 Changed the option that displays unread messages count
3917 next to the folder name in folder list: it is now
3918 possible to either display nothing, display the
3919 unread messages number only or the unread and total messages
3920 numbers. The patch includes this extra feature as well
3921 as some minor fixes by rewriting the algo in folderview.c.
3922 Thanks to Paul for the original idea and implementation, plus
3923 testing and proof-reading!
3925 2007-03-09 [paul] 2.8.1cvs5
3929 * tools/claws-mail-compose-insert-files.pl
3930 added a script which enables inserting files
3931 into the message body of a new Claws Mail
3932 Compose window from the command line. Additionally
3933 To, Cc, Subject and files to attach to the message
3936 2007-03-09 [wwp] 2.8.1cvs4
3941 Optimize matching of addresses in the addressbook
3942 (filtering/processing 'found_in_addressbook' condition).
3944 2007-03-07 [wwp] 2.8.1cvs3
3947 * src/quote_fmt_lex.l
3948 * src/quote_fmt_parse.y
3949 Add a new quote format symbol: %A to insert the
3950 sender email address (just the address itself).
3952 2007-03-06 [wwp] 2.8.1cvs2
3954 * src/gtk/gtkutils.c
3955 * src/plugins/trayicon/trayicon_prefs.h
3956 * src/plugins/trayicon/trayicon_prefs.c
3957 * src/plugins/trayicon/trayicon.c
3960 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3961 minimizing Claws-Mail main window will hide it to the trayicon instead.
3964 2007-03-06 [paul] 2.8.1cvs1
3970 bump version number following
3973 2007-03-06 [paul] 2.8.0cvs24
3976 corrected by by Tim <timbrain@post.cz>
3978 2007-03-05 [colin] 2.8.0cvs23
3982 Fix mime/globs path on NetBSD
3983 patch by George Michaelson
3985 2007-03-05 [wwp] 2.8.0cvs22
3988 Remove debug statement (accidentally committed w/ cvs14).
3990 2007-03-05 [paul] 2.8.0cvs21
3992 * src/plugins/pgpcore/prefs_gpg.c
3993 fix compiler warning
3995 2007-03-05 [wwp] 2.8.0cvs20
3997 * src/matcher_parser_parse.y
3998 Fix mismerge between cvs17 and cvs19.
4000 2007-03-05 [wwp] 2.8.0cvs19
4002 * src/matcher_parser_parse.y
4003 * src/prefs_filtering_action.c
4008 Add new 'add_to_addressbook' filtering/processing action.
4010 2007-03-05 [wwp] 2.8.0cvs18
4013 Fix mark_as_ham filtering/processing action: spam flag
4016 2007-03-04 [colin] 2.8.0cvs17
4021 * src/matcher_parser_parse.y
4022 * src/prefs_filtering_action.c
4023 Add 'Mark as spam' and 'Mark as ham' filtering
4024 actions. Fixes bug 1138.
4026 2007-03-04 [colin] 2.8.0cvs16
4029 Fix bug 1140, wrong return value
4032 2007-03-04 [wwp] 2.8.0cvs15
4035 Rollback cvs14: don't free stuff that is managed in g_list.
4037 2007-03-04 [wwp] 2.8.0cvs14
4040 Fix a leak in address completion code.
4042 2007-03-04 [colin] 2.8.0cvs13
4045 Maybe fix bug 1136, 'Crash in group
4048 2007-03-04 [iwkse] 2.8.0cvs12
4051 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4053 2007-03-03 [colin] 2.8.0cvs11
4055 * src/plugins/pgpinline/pgpinline.c
4056 Fix off-by-one, fix double-free. Fixes
4057 bug 1135, 'cm-segfault on decrypting
4060 2007-03-03 [colin] 2.8.0cvs10
4064 * src/common/plugin.c
4065 Fix bug 1134, 'Valgrind macros unhandled
4068 2007-03-02 [colin] 2.8.0cvs9
4071 Don't error out on EAGAIN. Fixes
4072 bug 1129, '"local mbox file" account
4073 isn't retrieving mails'
4075 2007-03-01 [wwp] 2.8.0cvs8
4078 * src/gtk/colorlabel.c
4079 Remove accels for extra color labels until we set better
4080 and definitive ones.
4082 2007-02-28 [wwp] 2.8.0cvs7
4085 * src/matcher_parser_parse.y
4086 * src/prefs_common.c
4087 * src/prefs_msg_colors.c
4089 * src/gtk/colorlabel.c
4090 * src/gtk/colorlabel.h
4091 Add more customizable color labels. Cleaned up a bit
4092 the color label API to avoid duplicate defines of
4093 the max number of colors.
4095 2007-02-27 [colin] 2.8.0cvs6
4098 * src/common/utils.c
4099 * src/common/utils.h
4100 Fix '+' in mailto URIs for List-* headers
4102 2007-02-27 [colin] 2.8.0cvs5
4104 * src/gtk/gtkutils.c
4105 Use gtk_window_set_role instead of
4108 2007-02-27 [colin] 2.8.0cvs4
4111 Fix "After receiving new mail, go to inbox" on IMAP,
4112 and make it work only on manual reception
4114 2007-02-27 [wwp] 2.8.0cvs3
4116 * src/prefs_filtering.c
4117 * src/prefs_filtering_action.c
4118 * src/prefs_matcher.c
4119 Update filtering matcher's and action's color label menus
4120 when re-opening those dialogs (reflect any change to the
4121 color labels list in the preferences).
4123 2007-02-27 [colin] 2.8.0cvs2
4126 * src/etpan/etpan-thread-manager-types.h
4127 * src/etpan/etpan-thread-manager.c
4128 * src/etpan/imap-thread.c
4129 Log imap ALERTs as errors in the log.
4131 2007-02-26 [paul] 2.8.0cvs1
4133 * tools/claws.i18n.status.pl
4136 2007-02-26 [paul] 2.7.2cvs75
4150 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4151 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4152 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4153 Aleksandar Urosevic, and Ralgh Young
4155 2007-02-25 [mones] 2.7.2cvs74
4160 2007-02-25 [colin] 2.7.2cvs73
4163 Clearing the list is only useful
4164 to prevent a valgrind false-positive
4166 2007-02-25 [paul] 2.7.2cvs72
4170 * tools/kmail-mailbox2claws-mail.pl **ADDED**
4171 * tools/maildir2claws-mail.pl **REMOVED**
4172 renamed the script, fixed a couple bugs
4174 2007-02-23 [colin] 2.7.2cvs71
4177 Fix a leak, check for a few improbable nulls
4179 2007-02-23 [colin] 2.7.2cvs70
4183 * src/plugins/trayicon/trayicon.c
4184 Fix blinking mainwin when starting in tray
4185 (show mainwindow later in the startup process,
4186 apart if restarting post-crash)
4188 2007-02-23 [colin] 2.7.2cvs69
4192 Fix crash when unsubscribing the currently
4193 selected/opened folder
4195 2007-02-23 [colin] 2.7.2cvs68
4198 Fix bug that prevented colorization to
4199 work without wrap quotation option
4201 2007-02-23 [colin] 2.7.2cvs67
4204 Fix refcounting, start and end completion who
4205 behaved as if there couldn't be any other current
4208 2007-02-23 [wwp] 2.7.2cvs66
4212 Address completion fixes: fix addressbook_peek_folder_exists() in
4213 which the algorithm was ridiculously over-obfuscated and broken.
4214 Fix addrindex_load_completion() as well, to load addresses in
4215 completion list with regards to what addressbook_peek_folder_exists()
4218 2007-02-23 [wwp] 2.7.2cvs65
4221 Add addresses to completion when they're non-empty (thanks to Colin).
4223 2007-02-23 [paul] 2.7.2cvs64
4225 * src/plugins/pgpcore/passphrase.c
4228 2007-02-23 [colin] 2.7.2cvs63
4230 * src/plugins/pgpcore/prefs_gpg.c
4231 * src/plugins/pgpcore/prefs_gpg.h
4232 * src/plugins/pgpcore/sgpgme.c
4233 * src/plugins/pgpinline/pgpinline.c
4234 * src/plugins/pgpmime/pgpmime.c
4235 Try harder to respect user's choice wrt
4236 gpg-agent even with gpg2, by unsetting
4237 GPG_AGENT_INFO when necessary.
4239 2007-02-22 [paul] 2.7.2cvs62
4241 * src/plugins/pgpcore/sgpgme.c
4242 * src/plugins/pgpcore/sgpgme.h
4243 * src/plugins/pgpcore/passphrase.c
4244 * src/plugins/pgpinline/pgpinline.c
4245 * src/plugins/pgpmime/pgpmime.c
4246 Fix a leak - gpgme_data_release_and_get_mem
4247 leaks in recent gpgme. Workaround by using
4250 2007-02-22 [paul] 2.7.2cvs61
4252 * src/gtk/quicksearch.c
4253 Abandon dynamic search when pressing
4256 2007-02-21 [colin] 2.7.2cvs60
4259 * src/plugins/pgpcore/passphrase.c
4260 Fix little memory leaks
4262 Fix false-positive leak at exit
4263 * src/gtk/quicksearch.c
4264 Fix potentially big leak in recursive
4267 2007-02-21 [wwp] 2.7.2cvs59
4270 Add missing newline to a debug message.
4272 2007-02-20 [colin] 2.7.2cvs58
4276 * src/stock_pixmap.c
4277 * src/stock_pixmap.h
4278 * src/pixmaps/mime_pgpsig.xpm
4279 Add icon for application/pgp-signature
4281 2007-02-20 [colin] 2.7.2cvs57
4286 * src/stock_pixmap.c
4287 * src/stock_pixmap.h
4288 * src/pixmaps/mime_calendar.xpm
4289 * src/pixmaps/mime_pdf.xpm
4290 * src/pixmaps/mime_ps.xpm
4291 Add icons for text/calendar, application/pdf
4292 and application/postscript
4294 2007-02-20 [colin] 2.7.2cvs56
4297 * src/matcher_parser_parse.y
4298 * src/matcher_parser_lex.l
4299 Fix big memory leak in flex, and
4302 2007-02-20 [wwp] 2.7.2cvs55
4304 * src/matcher_parser_parse.y
4305 Fix a duplicate token definition (thanks to iwkse).
4307 2007-02-20 [wwp] 2.7.2cvs54
4309 * src/matcher_parser_lex.l
4310 * src/quote_fmt_lex.l
4311 Use proper flex options instead of direct use of #define,
4312 make the flex-generated C lighter.
4314 2007-02-20 [colin] 2.7.2cvs53
4317 Grab focus in message list after hiding
4318 the quicksearch, instead of leaving it
4321 2007-02-19 [colin] 2.7.2cvs52
4324 Fix bug 1033, 'Automatically refresh
4325 message list when new messages arrives'
4326 Looks like folderview->opened can sometimes
4329 2007-02-19 [paul] 2.7.2cvs51
4333 * tools/thunderbird-filters-convertor.pl
4334 add new script which converts thunderbird filter
4335 rules to Claws filter rules
4337 2007-02-18 [paul] 2.7.2cvs50
4339 * src/plugins/pgpcore/prefs_gpg.c
4340 * src/plugins/pgpcore/prefs_gpg.h
4341 * src/plugins/pgpcore/sgpgme.c
4342 * src/plugins/pgpinline/pgpinline.c
4343 * src/plugins/pgpmime/pgpmime.c
4344 improved GUI interoperability with gpg-agent
4346 2007-02-18 [paul] 2.7.2cvs49
4348 * src/prefs_account.c
4349 Privacy options sensitivity fix
4351 2007-02-17 [colin] 2.7.2cvs48
4354 Reset icon to warning in the noticeview
4356 2007-02-15 [colin] 2.7.2cvs47
4359 Fix a manifestation of bug 1033 (summaryview failing
4360 to update for new mails), which happens after editing
4361 account preferences or preferences that cause a
4364 2007-02-15 [colin] 2.7.2cvs46
4367 Probably fix bug 1123, 'Segmentation
4368 fault while opening address book'. I get
4369 g_warnings if the saved paned position is
4370 not greater than 0. Also, save position
4371 when hiding the addressbook instead of
4374 2007-02-14 [colin] 2.7.2cvs45
4376 * src/plugins/pgpcore/prefs_gpg.c
4377 * src/plugins/pgpcore/prefs_gpg.h
4378 * src/plugins/pgpcore/sgpgme.c
4379 * src/plugins/pgpinline/pgpinline.c
4380 * src/plugins/pgpmime/pgpmime.c
4381 Add an option "Use gpg-agent if available". Fixes
4382 annoyances with distro-installed gpg-agent, when
4383 no pinentry program is installed, and the user's
4384 at a loss on why "decryption failed". Makes more
4385 clear why passphrase isn't saved when gpg-agent is
4386 used. Defaults to true, to avoid changing the
4389 2007-02-14 [wwp] 2.7.2cvs44
4391 * src/matcher_parser_parse.y
4392 Fix missing line number reset (wrong line number might appear
4393 when re-loading filtering rules if there's a parser error).
4395 2007-02-13 [colin] 2.7.2cvs43
4397 * src/common/utils.c
4398 Don't encode ',' in URIs before passing it
4399 to the browser command-line. It was probably
4400 done at a time where commas in URIs made
4401 mozilla -remote 'openurl(%s,new-window)'
4404 2007-02-13 [wwp] 2.7.2cvs42
4406 * src/prefs_matcher.c
4407 * src/plugins/bogofilter/bogofilter_gtk.c
4408 A bit of string factorization around "Select ..." buttons.
4410 2007-02-11 [colin] 2.7.2cvs41
4413 Make sure to escape the title
4415 2007-02-11 [colin] 2.7.2cvs40
4418 Recognize .utf8 locales as .UTF-8 ones
4420 2007-02-11 [colin] 2.7.2cvs39
4423 Fix code conversion when dragging a file
4425 2007-02-09 [colin] 2.7.2cvs38
4427 * src/plugins/clamav/clamav_plugin.c
4428 Complete Paul's patch with conditional
4429 compilation to avoid breaking compilation
4430 on old Dapper and Edgy... Maybe other
4433 2007-02-09 [paul] 2.7.2cvs37
4435 * src/plugins/clamav/clamav_plugin.c
4436 fix for the upstream changes in libclamav
4438 2007-02-09 [paul] 2.7.2cvs36
4444 fix "warn if there are queued messages" (on exit)
4445 option, which only checked the first mailbox's
4447 don't ask before emptying trash if there are no
4448 messages in trash, also check and empty all trash
4451 move "Ask before emptying trash" option
4452 outside of the "On exit" frame as it's
4453 not only an "On exit" option
4455 2007-02-09 [paul] 2.7.2cvs35
4460 * src/prefs_account.c
4461 * src/prefs_folder_item.c
4463 * src/prefs_matcher.c
4464 * src/prefs_message.c
4465 * src/prefs_msg_colors.c
4466 * src/prefs_summaries.c
4468 * src/gtk/inputdialog.c
4469 * src/plugins/bogofilter/bogofilter_gtk.c
4470 pedantic commit: use 'checkbtn' everywhere
4471 instead of a mixture of 'checkbtn' and 'chkbtn'
4473 2007-02-09 [paul] 2.7.2cvs34
4479 move "Never send Return Receipts" from
4480 prefs_other to prefs_send
4481 add an option "Ask about account specific
4482 filtering rules..." to prefs_other
4483 * src/gtk/gtkutils.c
4484 fix a compiler warning
4486 2007-02-08 [colin] 2.7.2cvs33
4488 * src/plugins/pgpinline/pgpinline.c
4489 Fix bug 1110, 'pgpmime fails to process
4490 encapsulated openpgp mime (rfc 3156, 6.1
4492 It was due to an interaction between PGP/Mime
4493 and PGP/Inline plugin.
4495 2007-02-08 [colin] 2.7.2cvs32
4500 Fix bug 1117, 'fcntl locking code
4501 does not work in mbox.c'
4503 2007-02-08 [colin] 2.7.2cvs31
4505 * src/prefs_account.c
4506 Fix Gentoo bug 165819, 'can't create
4507 a "local mbox file" account'. Patch
4508 by Olivier <castan.o@free.fr>
4510 2007-02-07 [colin] 2.7.2cvs30
4513 Fix bug 1106, 'Claws crash on exit if LDAPS
4514 autocompletion was used'
4516 2007-02-07 [paul] 2.7.2cvs29
4519 cut down on unnecessary debug_prints
4521 fix menu_set_active() on 'Show only
4524 2007-02-07 [paul] 2.7.2cvs28
4526 * src/plugins/clamav/clamav_plugin.c
4527 * src/plugins/clamav/clamav_plugin.h
4528 * src/plugins/clamav/clamav_plugin_gtk.c
4529 fix copyright header
4531 2007-02-07 [paul] 2.7.2cvs27
4534 fix bug 1116, 'summary view allow a
4537 2007-02-06 [colin] 2.7.2cvs26