1 2007-08-25 [wwp] 2.10.0cvs174
6 Call the pango markup escape function right ince in alertpanel_create
7 instead of everywhere (reverts some parts of 2.10.0cvs123 and
11 Fix a crash due to a misuse of g_print(), encountered when the string
12 passed to g_print was containing printf substitution symbols.
14 2007-08-25 [paul] 2.10.0cvs173
17 fix a segfault when refreshing RSSyl feeds
19 2007-08-25 [paul] 2.10.0cvs172
21 * src/gtk/icon_legend.c
24 2007-08-25 [paul] 2.10.0cvs171
28 * src/pixmaps/insert_file.xpm
29 add a new pixmap instead of re-using
30 paste.xpm. (easier for icon theme authors)
32 2007-08-24 [holger] 2.10.0cvs170
34 * src/plugins/trayicon/trayicon.c
35 The same fix for another hook id.
37 2007-08-24 [holger] 2.10.0cvs169
39 * src/plugins/trayicon/trayicon.c
40 Micro-fix: Do the error checking for
43 2007-08-24 [paul] 2.10.0cvs168
46 fix typo causing compiler warning
48 2007-08-24 [paul] 2.10.0cvs167
51 put back the correct version of this file also
53 2007-08-24 [colin] 2.10.0cvs166
56 Use progress bar when sending messages
58 2007-08-24 [paul] 2.10.0cvs165
61 oops! if i'm quick no-one will notice
62 (put back the proper file)
64 2007-08-24 [paul] 2.10.0cvs164
72 * tools/mew2claws-mail.pl
73 add new script that imports a Mew address book
74 submitted by Jerome Lelong
76 2007-08-24 [paul] 2.10.0cvs163
79 remove the obsolete plugins, add the
80 missing plugins, including the forthcoming
83 2007-08-24 [paul] 2.10.0cvs162
86 add info about the hidden emphasis_color option
88 correct the info about hotkeys
91 2007-08-24 [paul] 2.10.0cvs161
94 add mnemonic to 'Run procesing rules'
96 2007-08-24 [paul] 2.10.0cvs160
101 use suitable defaults for outbox,
102 queue, drafts and trash folders
104 2007-08-24 [wwp] 2.10.0cvs159
107 Update menu item sensitivity if necessary (or we get a
108 gtk critical message).
110 2007-08-23 [wwp] 2.10.0cvs158
113 * src/prefs_actions.c
114 Allow literal % chars in action commands (use %%).
115 Add a missing p++ to the action parser in action_get_type(),
116 which was missing it, even if it was neutral.
117 Fix a pango markup warning at runtime.
119 2007-08-23 [wwp] 2.10.0cvs157
122 Contacts are now locale-aware sorted in the address book
123 (LC_COLLATE matters here).
124 Fix missing table initializers.
126 2007-08-23 [colin] 2.10.0cvs156
129 Check scan_required on dest folder when copying
131 2007-08-23 [colin] 2.10.0cvs155
134 Fix scanning when folder was empty
136 2007-08-22 [colin] 2.10.0cvs154
139 Don't g_warning when g_try_malloc fails(), or it makes
140 things worse as g_log() allocates. Fixes bug 1290,
141 'Claws Mail crashes if too little memory when
142 rebuilding folder tree'
144 2007-08-22 [colin] 2.10.0cvs153
147 Fix format string vulnerability, thanks to
148 Ulf Harnhammar, Secunia Research
150 2007-08-22 [colin] 2.10.0cvs152
155 2007-08-22 [wwp] 2.10.0cvs151
158 Few better null-ptr checks.
160 2007-08-22 [colin] 2.10.0cvs150
163 * src/editldap_basedn.c
172 2007-08-22 [colin] 2.10.0cvs149
177 2007-08-22 [colin] 2.10.0cvs148
182 2007-08-22 [colin] 2.10.0cvs147
185 Fix test (set ldap v3 if bindDN is set or TLS is set)
187 2007-08-22 [colin] 2.10.0cvs146
191 Fix wrong "Connected successfully to server". Connection only succeeds if
192 we can get the base DN.
194 2007-08-21 [wwp] 2.10.0cvs145
203 More sanity checks in ldap functions.
205 2007-08-21 [wwp] 2.10.0cvs144
207 * src/prefs_account.c
208 Don't return a value in a void function().
210 2007-08-21 [paul] 2.10.0cvs143
213 add check for ftp: to messageview_list_urls()
215 2007-08-21 [colin] 2.10.0cvs142
222 Fix bug 1293, 'LDAP address book not working'
223 Search only on specified fields, but fetch
224 every field possible. People will have to
225 reset the searched Attributes in their LDAP
228 2007-08-21 [wwp] 2.10.0cvs141
238 * src/editaddress_other_attributes_ldap.c
255 * src/prefs_customheader.c
256 * src/prefs_msg_colors.c
262 * src/common/socket.c
263 * src/common/ssl_certificate.c
266 * src/gtk/description_window.c
267 * src/plugins/demo/demo.c
268 * src/plugins/pgpcore/prefs_gpg.c
269 * src/plugins/spamassassin/libspamc.c
270 Make sure we use glib functions to send text messages (information,
271 debug, warning, errors) to stdout/stderr - no more direct puts
272 fputs printf fprintf to stdout/stderr when it can be done using
273 g_log*() and g_print/g_printerr. Doing this, we make sure every
274 stdout/stderr message is saved to log in Windows.
277 2007-08-21 [wwp] 2.10.0cvs140
281 Route glib's stdout/stderr messages to a log file (Windows only),
282 instead of loosing them.
284 2007-08-21 [paul] 2.10.0cvs139
287 replace deprecated g_strncasecmp()
291 2007-08-20 [ticho] 2.10.0cvs138
294 * src/prefs_account.h
295 Copy all account preferences in account_clone() - some
297 * src/prefs_account.c
298 Handle empty privacy system combobox gracefully (warning
301 2007-08-20 [colin] 2.10.0cvs137
306 2007-08-20 [paul] 2.10.0cvs136
316 patch by Michael Rasmussen
318 2007-08-19 [colin] 2.10.0cvs135
321 Fix previous commit. Sensitivity update is needed
322 for "Cancel receiving". However when batching we
323 don't need to do it for every message flag change,
324 just once at the start and once at the end.
326 2007-08-19 [colin] 2.10.0cvs134
329 Remove useless menu updates on session lock/unlock
331 2007-08-19 [colin] 2.10.0cvs133
333 * src/etpan/imap-thread.c
334 Make all fetch logs less verbose
336 2007-08-19 [paul] 2.10.0cvs132
341 fix bug 1286, 'Can't move a folder into a "Folders
344 2007-08-18 [ticho] 2.10.0cvs131
346 * src/editaddress_other_attributes_ldap.c
347 Converted option menu for other ldap attributes to GtkComboBox.
349 2007-08-18 [colin] 2.10.0cvs130
356 Revert 'send_dialog_mode' meaning to
357 'send_dialog_invisible', so that the
358 new checkbox doesn't change the
361 2007-08-18 [paul] 2.10.0cvs129
364 add missing menu update
366 2007-08-17 [colin] 2.10.0cvs128
369 Set batching after getting flags - maybe fixes
370 bug 1292, 'CM crashes on writing mail'
372 2007-08-16 [ticho] 2.10.0cvs127
375 Convert two GtkOptionMenu widgets to new GtkComboBox.
378 Allow NULL for GtkComboBox menuitem label, rendering such
379 items as row separators.
381 2007-08-16 [paul] 2.10.0cvs126
383 * src/plugins/trayicon/trayicon.c
384 remove wrongly used gettextisation
386 2007-08-15 [ticho] 2.10.0cvs125
389 Fixed a runtime warning where an attempt to pack an
390 already packed GtkLabel was made.
392 2007-08-15 [ticho] 2.10.0cvs124
394 * src/prefs_compose_writing.c
395 Convert the insert-or-attach-dragged-files GtkOptionMenu
398 2007-08-14 [ticho] 2.10.0cvs123
402 Changed return receipt account selector to GtkComboBox.
403 Fixed a runtime warning where GTK tried to parse
404 "name <email@address" as a Pango markup in an alertpanel label.
406 2007-08-14 [ticho] 2.10.0cvs122
408 * src/prefs_logging.c
409 Changed GtkOptionMenu in logging preferences to GtkComboBox.
411 2007-08-14 [wwp] 2.10.0cvs121
415 * tools/popfile-link.sh
416 Added a new tool: POPFile helper, to open
417 selected messages in POPFile control center,
418 in order to change the messages' status.
420 2007-08-14 [ticho] 2.10.0cvs120
427 Change "Show send dialog" optionmenu to a checkbutton.
428 * src/prefs_receive.c
429 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
431 2007-08-13 [wwp] 2.10.0cvs119
442 * src/partial_download.c
448 * src/gtk/gtkaspell.c
450 Make sure we never pass NULL pointers for %s substitutions
451 (prevent from crashing in Windows).
453 2007-08-13 [wwp] 2.10.0cvs118
456 Re-enable mmap_reads in Windows with some missing
457 CloseHandle of mapping objects, thanks to
460 2007-08-13 [paul] 2.10.0cvs117
463 fix bug 1287, 'Compile time problem on Solaris
464 (nexenta gnu/Solaris) utils.c'
465 Thanks to Piotr Chrzczonowicz
467 2007-08-12 [wwp] 2.10.0cvs116
469 * src/plugins/pgpcore/prefs_gpg.c
470 Don't try to unset a GPG_AGENT_INFO that was not
471 set (and don't use a NULL string in Windows, it was
472 crashing with --debug if GPG_AGENT_INFO was not set).
474 2007-08-12 [wwp] 2.10.0cvs115
477 Make gcc type-check arguments passed to privacy_set_error().
479 2007-08-12 [ticho] 2.10.0cvs114
481 * src/prefs_folder_item.c
482 Make sure that folder default account combobox always has some
485 Handle empty combobox gracefully (warning instead of crash).
487 2007-08-12 [ticho] 2.10.0cvs114
489 * src/prefs_folder_item.c
490 Make sure that folder default account combobox is not empty.
492 Handle empty combobox gracefully (warning instead of crash).
494 2007-08-11 [paul] 2.10.0cvs113
498 use 'subfolder' instead of 'sub-folder', matching
499 everywhere else the term is used
503 2007-08-10 [wwp] 2.10.0cvs112
506 Disable mmap reads in Windows only (at least temporarily), they
507 prevent from renaming/removing target cache files.
513 2007-08-10 [wwp] 2.10.0cvs111
516 fix unpredictable crashes in Windows due to broken
517 cache/mark/tags files writting (file were opened for
518 writing in text mode).
521 use gettimeofday() from w32lib.h on Windows.
523 2007-08-10 [colin] 2.10.0cvs110
526 * src/etpan/imap-thread.c
527 * src/etpan/imap-thread.h
528 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
530 2007-08-09 [colin] 2.10.0cvs109
533 Fix port being reset to 636 on SSL
535 Fix folder_item_get_msg_num_by_file
536 on drafts/queue folders
538 2007-08-09 [wwp] 2.10.0cvs108
541 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
542 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
545 2007-08-09 [colin] 2.10.0cvs107
549 * src/gtk/prefswindow.c
550 A few Maemo layout fixes
552 2007-08-09 [paul] 2.10.0cvs106
554 * src/prefs_account.c
555 remove the hyphen from plug-ins to
556 match everywhere else
558 2007-08-08 [wwp] 2.10.0cvs105
560 * src/prefs_folder_item.c
561 Fix an extraneous stealth ^L char.
563 2007-08-08 [wwp] 2.10.0cvs104
565 * src/prefs_folder_item.c
566 Better fix, group variables declarations (USE_ASPELL).
568 2007-08-08 [wwp] 2.10.0cvs103
570 * src/prefs_folder_item.c
571 Fix compilation w/ USE_ASPELL set (broken
574 2007-08-08 [ticho] 2.10.0cvs102
576 * src/prefs_folder_item.c
577 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
579 2007-08-08 [colin] 2.10.0cvs101
582 * src/etpan/imap-thread.c
583 * src/etpan/imap-thread.h
584 Close selected mailbox before doing
587 2007-08-08 [colin] 2.10.0cvs100
590 Complete symbol table, thanks to wwp.
591 Fixes bug 1284, 'The html -> text
592 converter ignores entities'
596 2007-08-08 [colin] 2.10.0cvs99
599 Better way to fetch UIDs on non-UIDPLUS servers
601 2007-08-07 [colin] 2.10.0cvs98
604 fix bug 1275, 'auto-saved draft messages not
605 always being removed'; Also, make multiple
606 copy (in the same account) faster by matching
607 source/destination message UIDs.
609 Don't try to reshow deleted mail
611 Fix leak on error path
613 2007-08-07 [wwp] 2.10.0cvs97
616 * manual/advanced.xml
617 * manual/fr/account.xml
618 * manual/fr/advanced.xml
619 Updated the reference manual and the French translation to
620 reflect 2.10.0cvs84: enable running folder Processing
623 2007-08-06 [wwp] 2.10.0cvs96
628 Allow changing the emphasis color used to highlight
629 the newsreader/x-mailer header value when it matches
630 our preferred mail agent (hidden pref 'emphasis_col' added
633 2007-08-06 [colin] 2.10.0cvs95
637 Re-commit 2.10.0cvs86, with a protection
638 against Pango bug. Also, try to fix
639 bug 1275, 'auto-saved draft messages not
640 always being removed'
642 2007-08-06 [wwp] 2.10.0cvs94
644 * src/gtk/quicksearch.c
645 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
647 2007-08-06 [ticho] 2.10.0cvs93
649 * src/prefs_account.c
651 Use GtkComboBox instead of GtkOptionMenu for privacy system
652 selection in account preferences.
654 2007-08-06 [wwp] 2.10.0cvs92
656 * src/plugins/pgpcore/plugin.def
657 Apply one more chunk from gpg4win's 03-w32-port patch.
659 2007-08-05 [colin] 2.10.0cvs91
663 reverting buggy patch for now
665 2007-08-05 [colin] 2.10.0cvs90
670 2007-08-04 [colin] 2.10.0cvs89
672 * src/prefs_summaries.c
673 * src/summary_search.c
674 Replace deprecated widgets. Patch by
677 2007-08-04 [colin] 2.10.0cvs88
680 Refresh GUI only every 2000 mails on mh_get_last_num
681 This is fast (readdir) and done only once per
684 2007-08-03 [colin] 2.10.0cvs87
686 * src/prefs_account.c
689 Fix a deprecated widget. Patch by
692 2007-08-03 [colin] 2.10.0cvs86
696 Make colorisation and wrapping algorithms
697 faster. Fixes bug 1246, 'compose becomes
698 increasingly slow replying to complex emails'
700 2007-08-03 [paul] 2.10.0cvs85
703 keep the window painted
705 2007-08-02 [paul] 2.10.0cvs84
710 enable running folder Processing
713 2007-08-02 [paul] 2.10.0cvs83
716 speed up/clean up rendering of larger
720 2007-08-01 [paul] 2.10.0cvs82
725 change default toolbar layout on maemo
726 * src/pixmaps/close.xpm
727 make the red cross a grey cross
728 * src/pixmaps/jpilot.xpm
729 make icon smaller so it fits better
731 2007-07-31 [paul] 2.10.0cvs81
735 fix crash on maemo on first launch
737 2007-07-30 [paul] 2.10.0cvs80
739 * src/prefs_matcher.c
740 specify the units of age and size
742 2007-07-30 [paul] 2.10.0cvs79
745 Fix IMAP timeout setting
747 2007-07-30 [colin] 2.10.0cvs78
749 * src/prefs_account.c
750 Fix a deprecated widget. Patch by
753 2007-07-27 [paul] 2.10.0cvs77
755 * src/matcher_parser_parse.y
756 * src/prefs_filtering_action.c
757 * src/prefs_matcher.c
758 these changes forgotten in cvs74's
759 'watch thread' feature
761 2007-07-27 [paul] 2.10.0cvs76
764 fix potential crasher
767 2007-07-27 [paul] 2.10.0cvs75
773 make mainwindow's /Help/Manual point to the
774 remote copy if the local copy doesn't exist
776 2007-07-27 [paul] 2.10.0cvs74
784 * src/matcher_parser_parse.y
793 * src/pixmaps/watchthread.xpm
794 add 'watch thread' feature
796 2007-07-27 [paul] 2.10.0cvs73
798 * src/prefs_folder_item.c
799 adjust labels, add tooltips
801 2007-07-27 [colin] 2.10.0cvs72
804 Maemo: Remove less used menu items
806 2007-07-26 [colin] 2.10.0cvs71
809 Maemo: destroy messageview after trashing mail.
810 Maybe should be done on X11 too
812 2007-07-26 [colin] 2.10.0cvs70
819 Add View/Show or Hide/Column headers
821 2007-07-26 [colin] 2.10.0cvs69
826 2007-07-26 [colin] 2.10.0cvs68
829 Fix possible crash on cache invalidation
833 * src/quote_fmt_parse.y
834 Make replying to mails with big attachments
835 much faster. Fixes bug 1224, 'The process of
836 Replying to emails with large attachments
837 seems unreasonably long...'
839 2007-07-26 [colin] 2.10.0cvs67
844 Fix threads use on BSDs
846 2007-07-26 [paul] 2.10.0cvs66
848 * src/gtk/prefswindow.c
849 fix account prefs breakage
852 2007-07-26 [paul] 2.10.0cvs65
855 standardise ./configure --help messages
857 2007-07-26 [colin] 2.10.0cvs64
861 Fix two vCard-related crashes
863 2007-07-25 [colin] 2.10.0cvs63
868 * src/prefs_receive.c
869 Maemo: Add a better way to notify of
875 Maemo: Various layout fixes
876 * src/gtk/prefswindow.c
877 Maemo: Better prefs layout
879 2007-07-25 [paul] 2.10.0cvs62
882 fix the layout on maemo
885 2007-07-25 [iwkse] 2.10.0cvs61
888 add 'o' shortcut on summaryview
890 2007-07-25 [iwkse] 2.10.0cvs60
895 2007-07-24 [colin] 2.10.0cvs59
898 Fix missing timestamp update on source
902 Better text layout on part's choices
904 2007-07-23 [colin] 2.10.0cvs58
908 Maemo: Automatically choose the correct application
910 * src/gtk/quicksearch.c
911 Make search run on GDK_KP_Enter too
913 2007-07-23 [wwp] 2.10.0cvs57
915 * src/quote_fmt_lex.l
916 Revert accidentaly committed lines (account_sig) in
919 2007-07-23 [wwp] 2.10.0cvs56
921 * src/quote_fmt_lex.l
922 Fix typos around long form expressions in the quote lexer.
928 2007-07-23 [colin] 2.10.0cvs55
931 Fix auto-completion on Maemo
933 2007-07-23 [colin] 2.10.0cvs54
936 Maemo: Fix sticking statusbars
938 2007-07-22 [colin] 2.10.0cvs53
941 Maemo: Fix the strange "top_application" info
942 at startup. We should do something when
943 receiving such a message.
945 2007-07-20 [paul] 2.10.0cvs52
948 add missing #include "statusbar.h"
950 2007-07-20 [colin] 2.10.0cvs51
954 * src/folder_item_prefs.c
955 * src/folder_item_prefs.h
963 * src/prefs_folder_item.c
964 Implement age-based caching: allow to
965 specify a threshold for the offline synchronisation
966 feature, and whether old cached bodies should
971 * src/plugins/dillo_viewer/dillo_viewer.c
972 Check that Dillo's installed
974 2007-07-20 [wwp] 2.10.0cvs50
978 Draw a frame around the selected mimeview part icon (instead of the
979 shifted 'dancing' icon).
981 2007-07-20 [colin] 2.10.0cvs49
984 Unref stuff even on error
986 disconnect signals only at the very
987 end of the wizard save.
989 2007-07-20 [colin] 2.10.0cvs48
995 Fix random crashes while navigating
998 2007-07-19 [colin] 2.10.0cvs47
1002 * src/prefs_common.c
1003 * src/prefs_common.h
1006 * src/common/utils.c
1007 Maemo: add an easy way to store data (mails
1008 and IMAP/NNTP caches) on one of the SD cards,
1009 and protect against unmounts if needed
1011 2007-07-19 [paul] 2.10.0cvs46
1014 * src/stock_pixmap.c
1016 * src/pixmaps/claws-mail_logo-small.xpm
1017 implement a (slightly) different About
1018 dialog for maemo and add a small version
1021 use a scrolled window for wizard page 1
1024 2007-07-19 [paul] 2.10.0cvs45
1027 too soon for this line
1029 2007-07-19 [paul] 2.10.0cvs44
1034 2007-07-19 [colin] 2.10.0cvs43
1037 Solve Mail/Mailbox name when specifying
1040 2007-07-18 [colin] 2.10.0cvs42
1046 2007-07-18 [colin] 2.10.0cvs41
1049 Maemo: plug the online/offline system into
1050 maemo's interfaces to have Claws automatically
1051 switch according to the system status
1053 Maemo: use HildonBanners to display status
1054 messages. Renders the main statusbar useless.
1056 2007-07-18 [paul] 2.10.0cvs40
1059 fix screen blanking on moving/copying many msgs
1061 fix processing progressbar and screen blanking
1064 2007-07-18 [paul] 2.10.0cvs39
1067 revert cvs37, breakage on maemo
1069 2007-07-18 [paul] 2.10.0cvs38
1071 * src/gtk/gtkutils.c
1072 make sure we can still build with older GTK's
1074 2007-07-18 [colin] 2.10.0cvs37
1077 Only hide the small layout's messageview, instead
1078 of destroying it when closing
1079 * src/gtk/gtkutils.c
1080 Use gtk_window_present_with_time to popup windows,
1081 it seems to make things better with modern WMs
1084 2007-07-17 [colin] 2.10.0cvs36
1087 Simplify layout on Maemo
1090 * src/prefs_display_header.c
1091 Remove some headers by default on Maemo
1093 2007-07-17 [paul] 2.10.0cvs35
1095 * src/prefs_common.c
1096 * src/prefs_common.h
1097 * src/prefs_logging.c
1099 add options to stop/enable writing logs to disc
1101 2007-07-17 [paul] 2.10.0cvs34
1104 fix some issues with the Apply tags window:
1105 - set search column (enables autocompl in the treeview)
1106 - apply tag from "New tag" if it existed
1107 - clears New tag entry when adding it with the button
1110 2007-07-17 [paul] 2.10.0cvs33
1113 fix 'apply tags' dialogue weirdness
1115 2007-07-16 [colin] 2.10.0cvs32
1118 Fix double-loading of mails on Maemo
1120 2007-07-16 [colin] 2.10.0cvs31
1123 Prevent double-loading of the same part under some
1124 conditions; hide statusbar on Maemo
1126 2007-07-16 [colin] 2.10.0cvs30
1132 Improve the tag interface - allow
1133 to set/unset tags from a special
1135 * src/gtk/gtkvscrollbutton.c
1138 * src/stock_pixmap.c
1139 Fix Mimeview's ugly hacks in the
1142 2007-07-16 [paul] 2.10.0cvs29
1146 * src/gtk/icon_legend.c
1147 put it all in a scrolled window
1149 2007-07-15 [colin] 2.10.0cvs28
1152 Maemo: force layout to be Small screen; the
1153 others don't make sense
1155 2007-07-14 [colin] 2.10.0cvs27
1158 * src/gtk/gtkvscrollbutton.c
1159 Maemo: Fix mimeview's buttons size
1161 2007-07-14 [colin] 2.10.0cvs26
1164 Fix the button workaround fix.
1165 (Use the correct variable)
1167 2007-07-14 [colin] 2.10.0cvs25
1171 Maemo: put the progress bar in the
1174 2007-07-14 [colin] 2.10.0cvs24
1176 * src/prefs_common.c
1177 Maemo: hide statusbar by default
1179 * src/stock_pixmap.c
1180 * src/stock_pixmap.h
1182 * src/pixmaps/go_folders.xpm
1183 Maemo: Add a specific icon to go back to
1186 2007-07-14 [colin] 2.10.0cvs23
1189 Don't set homogeneous finally
1191 2007-07-14 [colin] 2.10.0cvs22
1194 Fix button show/hide issues
1196 2007-07-14 [colin] 2.10.0cvs21
1200 Fix button workaround to be able to click
1201 if mouse was on button when it went un-
1203 Revert previous commit, gtk_tool_item_set_homogeneous
1204 doesn't mean what it seems to mean ;-)
1206 2007-07-14 [paul] 2.10.0cvs20
1209 make homogeneous FALSE always
1211 2007-07-13 [colin] 2.10.0cvs19
1215 Rework to fit the non-deprecated API
1221 Maemo layout changes. Better toolbars,
1222 removal of CTree headers.
1224 2007-07-13 [paul] 2.10.0cvs18
1226 * src/gtk/colorlabel.c
1227 fix bug 1261, '[DE] coloring messages in overview
1228 keys are not localised'
1229 the string is now included in claws-mail.pot
1231 2007-07-13 [colin] 2.10.0cvs17
1234 Fix bug 1267, 'printing mutliple messages
1235 opens one message-dialog after the other'
1236 Ask for confirmation when printing 10
1239 2007-07-11 [colin] 2.10.0cvs16
1244 * manual/claws-mail-manual.xml
1246 * manual/es/claws-mail-manual.xml
1248 * manual/fr/claws-mail-manual.xml
1271 * src/addressbook_foldersel.c
1272 * src/addressbook_foldersel.h
1296 * src/customheader.c
1297 * src/customheader.h
1298 * src/displayheader.c
1299 * src/displayheader.h
1302 * src/editaddress_other_attributes_ldap.c
1303 * src/editaddress_other_attributes_ldap.h
1312 * src/editldap_basedn.c
1313 * src/editldap_basedn.h
1334 * src/folder_item_prefs.c
1335 * src/folder_item_prefs.h
1344 * src/grouplistdialog.c
1345 * src/grouplistdialog.h
1350 * src/image_viewer.c
1351 * src/image_viewer.h
1392 * src/matcher_parser.h
1393 * src/matcher_parser_lex.l
1394 * src/matcher_parser_parse.y
1397 * src/message_search.c
1398 * src/message_search.h
1417 * src/partial_download.c
1418 * src/partial_download.h
1423 * src/prefs_account.c
1424 * src/prefs_account.h
1425 * src/prefs_actions.c
1426 * src/prefs_actions.h
1427 * src/prefs_common.c
1428 * src/prefs_common.h
1429 * src/prefs_compose_writing.c
1430 * src/prefs_compose_writing.h
1431 * src/prefs_customheader.c
1432 * src/prefs_customheader.h
1433 * src/prefs_display_header.c
1434 * src/prefs_display_header.h
1435 * src/prefs_ext_prog.c
1436 * src/prefs_ext_prog.h
1437 * src/prefs_filtering.c
1438 * src/prefs_filtering.h
1439 * src/prefs_filtering_action.c
1440 * src/prefs_filtering_action.h
1441 * src/prefs_folder_column.c
1442 * src/prefs_folder_column.h
1443 * src/prefs_folder_item.c
1444 * src/prefs_folder_item.h
1449 * src/prefs_image_viewer.c
1450 * src/prefs_image_viewer.h
1451 * src/prefs_logging.c
1452 * src/prefs_logging.h
1453 * src/prefs_matcher.c
1454 * src/prefs_matcher.h
1455 * src/prefs_message.c
1456 * src/prefs_message.h
1457 * src/prefs_msg_colors.c
1458 * src/prefs_msg_colors.h
1463 * src/prefs_receive.c
1464 * src/prefs_receive.h
1467 * src/prefs_spelling.c
1468 * src/prefs_spelling.h
1469 * src/prefs_summaries.c
1470 * src/prefs_summaries.h
1471 * src/prefs_summary_column.c
1472 * src/prefs_summary_column.h
1473 * src/prefs_summary_open.c
1474 * src/prefs_summary_open.h
1475 * src/prefs_template.c
1476 * src/prefs_template.h
1477 * src/prefs_themes.c
1478 * src/prefs_themes.h
1479 * src/prefs_toolbar.c
1480 * src/prefs_toolbar.h
1481 * src/prefs_wrapping.c
1482 * src/prefs_wrapping.h
1492 * src/quote_fmt_lex.l
1493 * src/quote_fmt_parse.y
1496 * src/remotefolder.c
1497 * src/remotefolder.h
1498 * src/send_message.c
1499 * src/send_message.h
1502 * src/simple-gettext.c
1503 * src/sourcewindow.c
1504 * src/sourcewindow.h
1509 * src/stock_pixmap.c
1510 * src/stock_pixmap.h
1511 * src/summary_search.c
1512 * src/summary_search.h
1529 * src/common/base64.c
1530 * src/common/base64.h
1531 * src/common/claws.c
1532 * src/common/claws.h
1534 * src/common/fnmatch.c
1535 * src/common/fnmatch.h
1536 * src/common/fnmatch_loop.c
1537 * src/common/hooks.c
1538 * src/common/hooks.h
1543 * src/common/mgutils.c
1544 * src/common/mgutils.h
1547 * src/common/passcrypt.c
1548 * src/common/passcrypt.h.in
1549 * src/common/plugin.c
1550 * src/common/plugin.h
1551 * src/common/prefs.c
1552 * src/common/prefs.h
1553 * src/common/progressindicator.c
1554 * src/common/progressindicator.h
1555 * src/common/quoted-printable.c
1556 * src/common/quoted-printable.h
1557 * src/common/session.c
1558 * src/common/session.h
1561 * src/common/socket.c
1562 * src/common/socket.h
1565 * src/common/ssl_certificate.c
1566 * src/common/ssl_certificate.h
1567 * src/common/string_match.c
1568 * src/common/string_match.h
1569 * src/common/stringtable.c
1570 * src/common/stringtable.h
1573 * src/common/template.c
1574 * src/common/template.h
1575 * src/common/timing.h
1576 * src/common/utils.c
1577 * src/common/utils.h
1578 * src/common/uuencode.c
1579 * src/common/uuencode.h
1580 * src/common/version.h.in
1581 * src/common/w32_dirent.c
1582 * src/common/w32_reg.c
1583 * src/common/w32_signal.c
1584 * src/common/w32_stat.c
1585 * src/common/w32_stdlib.c
1586 * src/common/w32_string.c
1587 * src/common/w32_time.c
1588 * src/common/w32_unistd.c
1589 * src/common/w32_wait.c
1590 * src/common/w32lib.h
1593 * src/common/xmlprops.c
1594 * src/common/xmlprops.h
1595 * src/etpan/etpan-errors.h
1596 * src/etpan/etpan-thread-manager-types.h
1597 * src/etpan/etpan-thread-manager.c
1598 * src/etpan/etpan-thread-manager.h
1599 * src/etpan/imap-thread.c
1600 * src/etpan/imap-thread.h
1603 * src/gtk/colorlabel.c
1604 * src/gtk/colorlabel.h
1605 * src/gtk/colorsel.c
1606 * src/gtk/colorsel.h
1607 * src/gtk/combobox.c
1608 * src/gtk/combobox.h
1609 * src/gtk/description_window.c
1610 * src/gtk/description_window.h
1613 * src/gtk/foldersort.c
1614 * src/gtk/foldersort.h
1615 * src/gtk/gtkaspell.c
1616 * src/gtk/gtkaspell.h
1617 * src/gtk/gtksctree.c
1618 * src/gtk/gtkshruler.c
1619 * src/gtk/gtkshruler.h
1620 * src/gtk/gtksourceprintjob.c
1621 * src/gtk/gtksourceprintjob.h
1622 * src/gtk/gtkutils.c
1623 * src/gtk/gtkutils.h
1624 * src/gtk/gtkvscrollbutton.c
1625 * src/gtk/gtkvscrollbutton.h
1626 * src/gtk/icon_legend.c
1627 * src/gtk/icon_legend.h
1628 * src/gtk/inputdialog.c
1629 * src/gtk/inputdialog.h
1630 * src/gtk/logwindow.c
1631 * src/gtk/logwindow.h
1632 * src/gtk/manage_window.c
1633 * src/gtk/manage_window.h
1636 * src/gtk/pluginwindow.c
1637 * src/gtk/pluginwindow.h
1638 * src/gtk/prefswindow.c
1639 * src/gtk/prefswindow.h
1640 * src/gtk/progressdialog.c
1641 * src/gtk/progressdialog.h
1642 * src/gtk/quicksearch.c
1643 * src/gtk/quicksearch.h
1644 * src/gtk/sslcertwindow.c
1645 * src/gtk/sslcertwindow.h
1646 * src/plugins/bogofilter/bogofilter.c
1647 * src/plugins/bogofilter/bogofilter.h
1648 * src/plugins/bogofilter/bogofilter_gtk.c
1649 * src/plugins/clamav/clamav_plugin.c
1650 * src/plugins/clamav/clamav_plugin.h
1651 * src/plugins/clamav/clamav_plugin_gtk.c
1652 * src/plugins/demo/demo.c
1653 * src/plugins/dillo_viewer/dillo_prefs.c
1654 * src/plugins/dillo_viewer/dillo_prefs.h
1655 * src/plugins/dillo_viewer/dillo_viewer.c
1656 * src/plugins/pgpcore/passphrase.c
1657 * src/plugins/pgpcore/passphrase.h
1658 * src/plugins/pgpcore/pgp_viewer.c
1659 * src/plugins/pgpcore/pgp_viewer.h
1660 * src/plugins/pgpcore/plugin.c
1661 * src/plugins/pgpcore/prefs_gpg.c
1662 * src/plugins/pgpcore/prefs_gpg.h
1663 * src/plugins/pgpcore/select-keys.c
1664 * src/plugins/pgpcore/select-keys.h
1665 * src/plugins/pgpcore/sgpgme.c
1666 * src/plugins/pgpcore/sgpgme.h
1667 * src/plugins/pgpinline/pgpinline.c
1668 * src/plugins/pgpinline/pgpinline.h
1669 * src/plugins/pgpinline/plugin.c
1670 * src/plugins/pgpmime/pgpmime.c
1671 * src/plugins/pgpmime/pgpmime.h
1672 * src/plugins/pgpmime/plugin.c
1673 * src/plugins/spamassassin/spamassassin.c
1674 * src/plugins/spamassassin/spamassassin.h
1675 * src/plugins/spamassassin/spamassassin_gtk.c
1676 * src/plugins/trayicon/trayicon.c
1677 * src/plugins/trayicon/trayicon_prefs.c
1678 * src/plugins/trayicon/trayicon_prefs.h
1679 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1680 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1681 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1682 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1683 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1684 * tools/OOo2claws-mail.pl
1685 * tools/README.sylprint
1686 * tools/acroread2claws-mail.pl
1687 * tools/claws-mail-compose-insert-files.pl
1688 * tools/convert_mbox.pl
1689 * tools/filter_conv.pl
1690 * tools/filter_conv_new.pl
1692 * tools/freshmeat_search.pl
1693 * tools/google_search.pl
1694 * tools/kmail-mailbox2claws-mail.pl
1695 * tools/kmail2claws-mail.pl
1696 * tools/kmail2claws-mail_v2.pl
1698 * tools/make.themes.project
1699 * tools/multiwebsearch.pl
1700 * tools/nautilus2claws-mail.sh
1701 * tools/outlook2claws-mail.pl
1702 * tools/textviewer.sh
1703 * tools/thunderbird-filters-convertor.pl
1706 * tools/vcard2xml.py
1707 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1708 Upgrade to GPLv3 or later.
1710 2007-07-10 [wwp] 2.10.0cvs15
1713 Fix re-opening of all composing messages that were
1714 opened when closing the previous instance, thanks
1717 2007-07-10 [paul] 2.10.0cvs14
1719 * src/editaddress_other_attributes_ldap.c
1721 fix crash on selecting 'other attributes' combo
1722 for either a new entry or an old entry with no
1723 existing attributes.
1724 fix bug on editing multiple attributes which
1725 resulted them all having the value of the last
1729 2007-07-10 [colin] 2.10.0cvs13
1732 * src/editaddress_other_attributes_ldap.h
1734 Fix --disable-ldap build
1736 2007-07-09 [colin] 2.10.0cvs12
1742 * src/editaddress_other_attributes_ldap.c
1743 * src/editaddress_other_attributes_ldap.h
1748 Add capability to edit all inetOrgPerson
1749 attributes on LDAP. Patch by Michael
1752 2007-07-09 [colin] 2.10.0cvs11
1758 * src/prefs_summaries.c
1759 * src/prefs_themes.c
1761 * src/common/Makefile.am
1763 * src/common/timing.h
1764 * src/common/utils.c
1765 * src/common/utils.h
1766 * src/common/w32_account.c
1767 * src/common/w32lib.h
1768 * src/gtk/Makefile.am
1769 * src/gtk/colorlabel.c
1770 * src/plugins/pgpcore/Makefile.am
1771 * src/plugins/pgpcore/claws.def
1772 * src/plugins/pgpcore/passphrase.c
1773 * src/plugins/pgpcore/pgp_viewer.c
1774 * src/plugins/pgpcore/plugin.def
1775 * src/plugins/pgpcore/sgpgme.c
1776 * src/plugins/pgpinline/Makefile.am
1777 * src/plugins/pgpinline/claws.def
1778 * src/plugins/pgpinline/mypgpcore.def
1779 * src/plugins/pgpinline/plugin.def
1780 * src/plugins/pgpmime/Makefile.am
1781 * src/plugins/pgpmime/claws.def
1782 * src/plugins/pgpmime/mypgpcore.def
1783 * src/plugins/pgpmime/plugin.def
1784 Commit win32 patch, from Werner Koch and
1787 2007-07-09 [colin] 2.10.0cvs10
1789 * src/prefs_toolbar.c
1790 Fix crash when no actions exist
1792 2007-07-07 [paul] 2.10.0cvs9
1795 * manual/claws-mail-manual.xml
1796 update copyright year
1798 updated by Flammie Pirinen
1800 2007-07-05 [wwp] 2.10.0cvs8
1802 * src/plugins/clamav/clamav_plugin_gtk.c
1803 Make vertical spacing like in other plugin prefs pages.
1805 2007-07-05 [wwp] 2.10.0cvs7
1808 It's %am that works, not %ae (this doc incoherence has been
1809 introduced with 2.9.2cvs13).
1811 2007-07-04 [wwp] 2.10.0cvs6
1813 * src/plugins/bogofilter/bogofilter.c
1814 Gettext-ize an occurrence of "Any" that wasn't.
1816 2007-07-04 [colin] 2.10.0cvs5
1819 Fix untranslated strings; thanks
1822 2007-07-03 [colin] 2.10.0cvs4
1826 Fix saving of sort mode for tags and
1827 thread date. Thanks to Pierre Ossman.
1828 Completes fix for bug 1233
1830 2007-07-03 [paul] 2.10.0cvs3
1838 2007-07-02 [colin] 2.10.0cvs2
1844 Add View/Sort/by Thread date
1845 Fixes bug 1233, 'Capability to sort
1846 threads by most recent message'
1847 Based on a patch by Paul Rolland
1849 2007-07-02 [colin] 2.10.0cvs1
1866 * src/matcher_parser_parse.y
1870 * src/prefs_common.c
1871 * src/prefs_common.h
1872 * src/prefs_filtering_action.c
1873 * src/prefs_matcher.c
1874 * src/prefs_summary_column.c
1878 * src/quote_fmt_lex.l
1879 * src/quote_fmt_parse.y
1883 * src/common/Makefile.am
1887 * src/gtk/quicksearch.c
1888 * src/gtk/quicksearch.h
1889 Add Tags implementation. Tags are arbitrary labels
1890 that can be applied to messages. It is possible
1891 to create, edit, remove tags; apply them to mails;
1892 filter on tags or tag presence; apply or unset
1893 tags via filtering actions; reference tags in
1896 2007-07-02 [paul] 2.10.0
1903 2007-07-02 [paul] 2.9.2cvs78
1913 updated by Stephan Sachse, me, Ricardo Mones
1914 Lastra, Fabien Vantard, Pader Rezso, Frederico
1915 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1917 2007-07-02 [paul] 2.9.2cvs77
1922 2007-06-29 [wwp] 2.9.2cvs76
1925 Fix a typo (thanks to Ricardo for finding this out).
1927 2007-06-28 [paul] 2.9.2cvs75
1932 2007-06-28 [paul] 2.9.2cvs74
1935 fix bug in the autotools build system.
1936 Files cataloged under EXTRA_DIST were never
1937 automatically copied to the build tree.
1938 (fix 'make distcheck')
1939 Patch by Michael Rasmussen.
1941 2007-06-24 [colin] 2.9.2cvs73
1944 Fix bug 1249, 'Error handling for
1945 news errors needs modification'
1946 Only popup error if the according
1947 pref in Prefs/Receive is set.
1949 2007-06-21 [colin] 2.9.2cvs72
1951 * src/common/plugin.c
1952 * src/common/plugin.h
1953 Change plugin API to know whether it's safe to
1954 unload plugins or whether we should just hide
1955 them. Fixes bug 1248, 'Core dumps after
1956 unloading plugin and clicking on load plugins'
1957 * src/plugins/bogofilter/bogofilter.c
1958 * src/plugins/clamav/clamav_plugin.c
1959 * src/plugins/demo/demo.c
1960 * src/plugins/dillo_viewer/dillo_viewer.c
1961 * src/plugins/pgpcore/plugin.c
1962 * src/plugins/pgpinline/plugin.c
1963 * src/plugins/pgpmime/plugin.c
1964 * src/plugins/spamassassin/spamassassin.c
1965 * src/plugins/trayicon/trayicon.c
1968 2007-06-19 [colin] 2.9.2cvs71
1972 Fix crash mentioned in bug 1246
1973 Race condition when automatically drafting
1974 due to insertion on reedit.
1976 2007-06-18 [wwp] 2.9.2cvs70
1979 LDIF import: use a "Proceed" button to complete
1982 2007-06-18 [paul] 2.9.2cvs69
1985 use pkgconfig to check for gtk and glib
1987 2007-06-17 [wwp] 2.9.2cvs68
1991 LDIF import: better error handling, minor code
1992 and UI cleanup, and renamed the Save button
1993 to Close, as imported stuff is already saved
1994 when the Save button is shown.
1996 2007-06-17 [colin] 2.9.2cvs67
1998 * src/prefs_summaries.c
2000 Don't set as read when forwarded, only replied to
2002 2007-06-17 [paul] 2.9.2cvs66
2005 add missing #include
2007 2007-06-16 [colin] 2.9.2cvs65
2009 * src/prefs_summaries.c
2011 Change the pref "Only mark as read when opened
2012 in new window" to "..., replied to or forwarded".
2013 Based on a patch by Paul Rolland.
2015 2007-06-16 [paul] 2.9.2cvs64
2018 alphabetical order! :)
2020 2007-06-16 [colin] 2.9.2cvs63
2024 Add Michael Rasmussen in authors list
2026 2007-06-16 [colin] 2.9.2cvs62
2029 Fix messageview_copy_clipboard to take advantage
2030 of plugins' get_selection.
2032 2007-06-15 [colin] 2.9.2cvs61
2038 * src/message_search.c
2040 * src/summary_search.c
2043 Allow GDK_KP_Enter to do the same as GDK_Return
2044 Patch by Michael Rasmussen
2046 2007-06-15 [paul] 2.9.2cvs60
2049 fix bug when closing a compose window
2052 2007-06-14 [paul] 2.9.2cvs59
2056 migrate sylpheed config
2058 2007-06-14 [wwp] 2.9.2cvs58
2060 * src/gtk/pluginwindow.c
2061 Yet another attempt to fix sizing/alignment of the
2062 button bar in plugins window.
2064 2007-06-12 [colin] 2.9.2cvs57
2069 * src/prefs_common.c
2070 * src/prefs_common.h
2071 * src/prefs_summaries.c
2072 * src/prefs_summary_open.c
2073 * src/prefs_summary_open.h
2075 Make "when entering a folder" actions more personalisable
2077 2007-06-12 [wwp] 2.9.2cvs56
2080 Use short description from Paul (mairix.sh).
2082 2007-06-12 [wwp] 2.9.2cvs55
2085 Updated info about mairix.sh.
2087 2007-06-11 [paul] 2.9.2cvs54
2089 * src/prefs_logging.c
2090 rework log window length widgets
2091 and some sensitivity fixes
2093 2007-06-11 [paul] 2.9.2cvs53
2096 * src/prefs_logging.c
2097 rename 'Protocol Log' to 'Network Log'
2098 and some function renaming
2100 2007-06-10 [wwp] 2.9.2cvs52
2102 * src/gtk/pluginwindow.c
2105 2007-06-10 [wwp] 2.9.2cvs51
2107 * src/gtk/pluginwindow.c
2108 Fix button bar in plugin window, was centered and not
2109 behaving like other dialogs w/ such button bar.
2111 2007-06-08 [wwp] 2.9.2cvs50
2118 Provide a way out of automatic draft saving on IMAP, when
2120 Prevent drafting while sending and quitting while sending.
2125 2007-06-08 [wwp] 2.9.2cvs49
2127 * src/prefs_account.c
2128 * src/gtk/prefswindow.c
2129 * src/gtk/prefswindow.h
2130 Activate the Basic page when opening account prefs.
2132 2007-06-08 [wwp] 2.9.2cvs48
2134 * src/common/socket.c
2135 Don't crash if fork() fails, thanks to Colin.
2137 2007-06-08 [wwp] 2.9.2cvs47
2139 * src/gtk/prefswindow.c
2140 Wrap some long lines, and reset horizontal scroller's adjusment
2141 (this was already done, vertically), when changing tab (not page)
2144 2007-06-08 [paul] 2.9.2cvs46
2146 * src/common/utils.c
2147 use gethostname() instead of uname()
2148 based on a patch by Michael Hughes
2149 <Sylpheed-Claws_user@thehugheslogcabin.net>
2151 2007-06-07 [wwp] 2.9.2cvs45
2153 * src/prefs_common.c
2154 Fix some useless warnings, thanks to Colin.
2156 2007-06-06 [colin] 2.9.2cvs44
2159 Fix strange allocations.
2161 2007-06-06 [colin] 2.9.2cvs43
2164 Patch by Michael Rasmussus to help
2167 2007-06-05 [wwp] 2.9.2cvs42
2169 * src/prefs_account.c
2170 * src/prefs_folder_item.c
2174 Per-folder templates can now be applied recursively.
2175 Always save per-folder templates (formats were erroneously
2176 saved only if they were enabled).
2177 Check for validity of quotation marks everywhere there
2180 2007-06-05 [wwp] 2.9.2cvs41
2183 Fix incoming messages from local accounts always getting filtered
2184 (even if the account prefs say don't), thanks to Colin.
2186 2007-06-05 [wwp] 2.9.2cvs40
2190 Use per-folder/per-account quote chars when applying a
2191 template or inserting text as well. Const'ify some
2194 2007-06-04 [colin] 2.9.2cvs39
2197 More work for wwp :)
2199 2007-06-04 [wwp] 2.9.2cvs38
2202 Same as 2.9.2cvs36 but for forwarding.
2204 2007-06-04 [colin] 2.9.2cvs37
2207 Use original mail file for forward/redirect
2208 Fixes some forwarded mails to be attached as
2209 application/octet-stream (when they have binary
2210 parts), and incidentally fixes bug 848
2211 'Redirect breaks GnuPG'
2213 2007-06-04 [wwp] 2.9.2cvs36
2216 Fix quote mark mis-initialisation when replying/forwarding
2217 (introduced w/ 2.9.2cvs20).
2219 2007-06-04 [wwp] 2.9.2cvs35
2221 * src/prefs_compose_writing.c
2223 Fix a bug where Quotation characters (prefs/compose/writing)
2224 was cleared (introduced w/ 2.9.2cvs26).
2226 2007-06-04 [wwp] 2.9.2cvs34
2228 * src/prefs_account.c
2229 * src/prefs_account.h
2230 Better fix for compiling w/o aspell (rollbacks
2233 2007-06-04 [wwp] 2.9.2cvs33
2236 * src/prefs_account.c
2237 * src/prefs_account.h
2239 It's now possible to disable mail filtering plugins
2240 on a per-account basis.
2242 2007-06-04 [wwp] 2.9.2cvs32
2245 * src/common/utils.c
2246 * src/common/utils.h
2247 Support CRLF in headers part of messages.
2248 Support few more date formats (RFC3339 subsets).
2250 2007-06-04 [wwp] 2.9.2cvs31
2252 * src/prefs_account.c
2253 Fix compiling w/o aspell support.
2255 2007-06-03 [wwp] 2.9.2cvs30
2258 Don't decode leading ENV_ and ~ in P_PASSWORD
2261 2007-06-03 [wwp] 2.9.2cvs29
2264 Don't decode leading ENV_ and ~ in P_PASSWORD
2267 2007-06-03 [wwp] 2.9.2cvs28
2269 * src/prefs_account.c
2270 * src/gtk/prefswindow.c
2271 * src/gtk/prefswindow.h
2272 Added a way to force preloading of all pages
2274 Moved tabs to pages in account prefs.
2276 2007-06-02 [colin] 2.9.2cvs27
2279 Fix possible crash, fix ldap write bugs
2281 Fix ldap write bugs - patch by Michael
2285 Add a hook whenever alertpanel opens/closes
2287 2007-05-31 [wwp] 2.9.2cvs26
2289 * src/prefs_compose_writing.c
2291 Re-organized writing options a bit:
2292 - renamed the Quoting page to Templates
2293 - moved all composing templates to that page
2294 - moved non-templates options to the Writing one,
2295 grouped reply-related options, reordered reply and
2298 2007-05-31 [wwp] 2.9.2cvs25
2301 Removed unused code.
2303 2007-05-31 [colin] 2.9.2cvs24
2306 Fix missing display name when modifying
2307 LDAP. Patch by Michael Rasmussen
2309 2007-05-31 [wwp] 2.9.2cvs23
2311 * src/plugins/bogofilter/Makefile.am
2312 * src/plugins/clamav/Makefile.am
2313 * src/plugins/demo/Makefile.am
2314 * src/plugins/dillo_viewer/Makefile.am
2315 * src/plugins/spamassassin/Makefile.am
2316 Fix building of those plugins in Mac OS X.
2318 2007-05-30 [wwp] 2.9.2cvs22
2320 * src/gtk/quicksearch.c
2321 Fix missing initialization.
2323 2007-05-30 [wwp] 2.9.2cvs21
2326 Revert accidental commit (debug outputs).
2328 2007-05-30 [wwp] 2.9.2cvs20
2331 * src/folder_item_prefs.c
2332 * src/folder_item_prefs.h
2333 * src/prefs_account.c
2334 * src/prefs_account.h
2335 * src/prefs_folder_item.c
2338 Implemented per-account and per-folder
2339 compose/reply/forward formats.
2341 2007-05-30 [wwp] 2.9.2cvs19
2343 * src/prefs_compose_writing.c
2348 Internal API changes (factorize quote format
2351 2007-05-30 [colin] 2.9.2cvs18
2354 Fix race where it's possible to re-click Send
2355 between end of SMTP session and end of "move to
2356 sent folder" when sending an email with send
2359 2007-05-30 [colin] 2.9.2cvs17
2362 Ask for backtrace on all threads. Patch by
2365 Fix stale news statusbar when scanning fails.
2368 Fix some LDAP write updates bugs. Patch
2369 by Michael Rasmussen
2371 2007-05-29 [colin] 2.9.2cvs16
2374 Fix loss of local flags when moving mails
2375 on IMAP in high-bandwidth mode (UID FETCH)
2377 2007-05-25 [paul] 2.9.2cvs15
2379 * src/common/socket.c
2380 fix sometimes crasher on cancelling
2383 2007-05-25 [colin] 2.9.2cvs14
2388 Be more helpful in the subscription
2391 2007-05-23 [wwp] 2.9.2cvs13
2394 * src/prefs_compose_writing.c
2396 * src/prefs_template.c
2397 * src/prefs_template.h
2400 * src/quote_fmt_lex.l
2401 * src/quote_fmt_parse.y
2402 Introduced new syntax elements (symbols and commands)
2403 in templates/quote_fmt. Compatibility w/ old
2405 Updated and reworked the corresponding Information
2407 Display the line number in dialogs that talk about
2408 parser errors (in addition to the error message in
2411 2007-05-23 [wwp] 2.9.2cvs12
2413 * src/quote_fmt_parse.y
2414 Fix 2.9.2cvs11, probably a paste accident ;).
2416 2007-05-23 [wwp] 2.9.2cvs11
2419 * src/prefs_template.c
2421 * src/quote_fmt_parse.y
2422 Fix 2.9.2cvs10, which broke --disable-aspell.
2424 2007-05-22 [wwp] 2.9.2cvs10
2427 * src/prefs_template.c
2430 * src/quote_fmt_lex.l
2431 * src/quote_fmt_parse.y
2432 * src/gtk/gtkaspell.c
2433 * src/gtk/gtkaspell.h
2434 Added template/quote format syntactical elements
2436 - current dictionary
2437 %T to show (shows empty if not set or not enabled),
2438 ?T and !T to check if the default dictionary is
2440 - current account's default dictionary
2441 %aT to show (empty if not set or not enabled),
2442 ?aT and !aT to check if it's enabled and set
2443 - name completion for an address, from the address
2445 %ABf, %ABt, %ABc respectively show the full name got
2446 from the address book if From, To or Cc match a single
2448 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2449 matches any contact and if the full name is non-empty.
2450 If From, To or Cc are lists of email addresses, only
2451 the first address will be checked.
2452 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2453 that could show a trailing ','.
2454 Also, template/quote_fmt parser now shows the line number in case
2457 2007-05-15 [colin] 2.9.2cvs9
2461 Add a public function to know whether Claws
2463 Store opened folder when exiting
2466 Store last opened message in each FolderItem;
2467 Reset last seen messages if Claws crashed, so
2468 that one can't go in an infinite crash in case
2469 a particular mail crashes Claws.
2471 * src/prefs_common.c
2472 * src/prefs_common.h
2474 * src/prefs_summaries.c
2475 Add "Select last opened message" when entering
2477 Add "Select last opened folder" at startup.
2479 2007-05-14 [colin] 2.9.2cvs8
2482 Fix bashism, search for xml catalog
2483 in /usr/local/share/xml/catalog too
2486 2007-05-13 [wwp] 2.9.2cvs7
2488 * src/gtk/logwindow.c
2489 fix raising log windows when they are either minimized or
2492 2007-05-11 [colin] 2.9.2cvs6
2495 Use Hildon's file chooser on Maemo. Patch
2496 by Jean-Luc Biord; fixes part 2 of bug 1201,
2497 'File attachment "manipulation" bugs...'
2499 2007-05-10 [wwp] 2.9.2cvs5
2501 * src/prefs_common.c
2502 * src/prefs_common.h
2503 * src/gtk/quicksearch.c
2504 Add a quicksearch option to automatically run
2505 a search selected from the history (this option
2506 is exclusive towards type-ahead).
2508 2007-05-10 [colin] 2.9.2cvs4
2511 Fix g_warnings, thanks to Brian
2514 2007-05-09 [colin] 2.9.2cvs3
2519 * src/prefs_summaries.c
2522 * src/common/utils.c
2523 * src/gtk/gtksourceprintjob.c
2524 * src/gtk/sslcertwindow.c
2525 Use the re-entrant variant of time functions
2526 Probably fixes bug 1217, 'reentrancy problems
2527 with time functions'
2529 2007-05-09 [colin] 2.9.2cvs2
2532 Fix crasher when reconnection fails
2534 2007-05-08 [paul] 2.9.2cvs1
2540 bump version number following
2543 2007-05-08 [paul] 2.9.1cvs48
2545 * src/plugins/demo/demo.c
2546 * src/plugins/dillo_viewer/dillo_prefs.c
2547 * src/plugins/dillo_viewer/dillo_prefs.h
2548 * src/plugins/dillo_viewer/dillo_viewer.c
2549 * src/plugins/pgpcore/pgp_viewer.c
2550 * src/plugins/pgpcore/pgp_viewer.h
2551 * src/plugins/pgpcore/plugin.c
2552 * src/plugins/pgpcore/prefs_gpg.c
2553 * src/plugins/pgpcore/prefs_gpg.h
2554 * src/plugins/pgpcore/sgpgme.c
2555 * src/plugins/pgpcore/sgpgme.h
2556 * src/plugins/pgpinline/plugin.c
2557 * src/plugins/pgpmime/pgpmime.c
2558 * src/plugins/pgpmime/pgpmime.h
2559 * src/plugins/pgpmime/plugin.c
2560 * src/plugins/spamassassin/spamassassin.c
2561 * src/plugins/spamassassin/spamassassin.h
2562 * src/plugins/spamassassin/spamassassin_gtk.c
2563 * src/plugins/trayicon/README
2565 * tools/README.sylprint
2566 * tools/outlook2claws-mail.pl
2568 * tools/tb2claws-mail
2569 * tools/tbird2claws.py
2571 * tools/vcard2xml.py
2572 * tools/kdeservicemenu/README
2573 cleanups and corrections
2575 2007-05-06 [wwp] 2.9.1cvs47
2578 Fix missing dash to `display` command-line, reported
2579 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2581 2007-05-06 [colin] 2.9.1cvs46
2584 * src/stock_pixmap.c
2585 * src/stock_pixmap.h
2586 * src/pixmaps/printer.xpm
2589 2007-05-06 [paul] 2.9.1cvs45
2594 * src/summary_search.c
2598 2007-05-05 [wwp] 2.9.1cvs44
2602 * src/prefs_actions.c
2606 Fix "faild" typos everywhere and capitalization of
2609 2007-05-04 [colin] 2.9.1cvs43
2614 * src/plugins/pgpcore/prefs_gpg.c
2615 * src/plugins/pgpcore/prefs_gpg.h
2616 * src/plugins/pgpinline/pgpinline.c
2617 * src/plugins/pgpmime/pgpmime.c
2618 Add an API to warn about encryption limits,
2619 and allow to disable these warnings
2621 2007-05-03 [colin] 2.9.1cvs42
2625 Fix bug 1213, 'Delete more than
2628 2007-05-03 [wwp] 2.9.1cvs41
2630 * src/prefs_common.c
2631 * src/prefs_filtering.c
2632 * src/prefs_template.c
2633 * src/common/template.c
2634 * src/common/template.h
2635 * src/gtk/gtkutils.c
2636 * src/gtk/gtkutils.h
2637 Templates are no longer automatically sorted
2638 by name, but can be sorted manually using
2639 |< < > >| buttons as well as drag'n'drop.
2641 2007-05-03 [wwp] 2.9.1cvs40
2643 * src/plugins/spamassassin/spamassassin.c
2644 * src/plugins/spamassassin/spamassassin.h
2645 * src/plugins/spamassassin/spamassassin_gtk.c
2646 * src/plugins/bogofilter/bogofilter.c
2647 * src/plugins/bogofilter/bogofilter.h
2648 * src/plugins/bogofilter/bogofilter_gtk.c
2649 Added an option to conditionally mark saved spam
2650 as read (default is and was to do so).
2651 Satisfies feature request 1708539 on sf.net tracker.
2653 2007-05-03 [colin] 2.9.1cvs39
2656 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2658 2007-05-02 [colin] 2.9.1cvs38
2661 Fix bug 1209, 'Clicking on address
2662 in header (mailto uri) selects
2663 default account'. Patch adapted from
2666 2007-05-02 [colin] 2.9.1cvs37
2668 * src/grouplistdialog.c
2669 Set cursor to wait cursor while loading
2672 2007-05-02 [paul] 2.9.1cvs36
2676 rename cache and mark files
2679 2007-04-30 [paul] 2.9.1cvs35
2681 * manual/glossary.xml
2682 * manual/plugins.xml
2683 updates. Patch by Ricardo
2685 2007-04-29 [wwp] 2.9.1cvs34
2689 Fix few grammatical errors (patch by David Relson < relson at
2690 osagesoftware dot com >).
2692 2007-04-28 [colin] 2.9.1cvs33
2696 * src/prefs_account.c
2697 * src/prefs_account.h
2698 Drop the "Download all" preference. It's
2699 stupidly useless and confuses people from
2702 2007-04-27 [wwp] 2.9.1cvs32
2705 * src/prefs_account.c
2706 * src/prefs_account.h
2707 Don't reflect accounts changes to the mainwindow when it's
2710 2007-04-27 [colin] 2.9.1cvs31
2713 Freeze/thaw when sync'ing flags
2715 * src/prefs_account.c
2716 * src/prefs_account.h
2717 * src/etpan/imap-thread.c
2718 * src/etpan/imap-thread.h
2719 Add a way to use UID FETCH instead
2720 of searches to fetch message lists
2721 and flags. More expensive towards
2722 bandwidth, less expensive towards
2723 server's CPU. Probably fixes
2724 bug 1158, 'Scanning new folders on
2725 Exchange 2007 extremely slow'.
2728 2007-04-27 [paul] 2.9.1cvs30
2731 * src/prefs_logging.c
2732 improvements to english usage
2734 2007-04-27 [colin] 2.9.1cvs29
2737 Fix build without libetpan (my bad!)
2739 2007-04-26 [colin] 2.9.1cvs28
2743 Fix uselessly exported function
2745 Consider "- -- \n" as signature separator
2746 (that's what signature separators look like
2747 in PGP/Inline signed mails)
2749 2007-04-26 [colin] 2.9.1cvs27
2752 libetpan-0.49 is now required
2754 Fix double fetching of mails if
2757 Make offline sync faster, by
2758 remembering last change time, and
2761 2007-04-26 [hoa] 2.9.1cvs26
2767 * src/etpan/imap-thread.c
2768 * src/etpan/imap-thread.h
2769 cancellation of IMAP operations is now allowed.
2770 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2772 2007-04-26 [colin] 2.9.1cvs25
2775 Always fetch body+headers in folders that are
2776 synched for offline use, if "Synchronise as
2777 soon as possible" is set.
2778 Fixes bug 1200, 'Add option to always retrieve full
2781 2007-04-25 [colin] 2.9.1cvs24
2784 Fix bug 1198, 'Reply-all "disappearing" address bug
2787 2007-04-24 [colin] 2.9.1cvs23
2790 Fix bug 1195, 'Hardware key navigation'
2791 Make GDK_Enter toggle expansion (Maemo)
2793 2007-04-24 [wwp] 2.9.1cvs22
2796 Fix few compiler warnings.
2798 2007-04-24 [paul] 2.9.1cvs21
2801 * src/stock_pixmap.c
2802 * src/stock_pixmap.h
2803 complete last commit
2805 2007-04-24 [paul] 2.9.1cvs20
2808 * src/pixmaps/active.xpm
2809 * src/pixmaps/checkbox_off.xpm
2810 * src/pixmaps/checkbox_on.xpm
2811 * src/pixmaps/inactive.xpm
2813 remove transparent border from checkbox icons
2815 2007-04-24 [wwp] 2.9.1cvs19
2819 Fix a crash in textview, thanks to Colin.
2821 2007-04-23 [wwp] 2.9.1cvs18
2823 * src/prefs_common.c
2824 Fix 2.9.1cvs5: no header was being translated at all.
2826 2007-04-23 [colin] 2.9.1cvs17
2829 * src/stock_pixmap.c
2830 * src/stock_pixmap.h
2833 * src/gtk/gtksctree.c
2834 * src/gtk/gtksctree.h
2835 * src/pixmaps/selection.xpm
2836 Fix bug 1193, 'Need a way to multi-select
2837 items'. Add a toggle button to the summaryview
2838 to switch between normal and multiple selection
2841 2007-04-23 [colin] 2.9.1cvs16
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-
2853 Add a toggle button in the summaryview
2854 to enable normal or multiple selection.
2857 2007-04-23 [colin] 2.9.1cvs15
2860 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2862 2007-04-21 [colin] 2.9.1cvs14
2864 * src/gtk/quicksearch.c
2865 Fix previous commit (actually use correct
2868 2007-04-21 [colin] 2.9.1cvs13
2870 * src/gtk/quicksearch.c
2871 Fix changing quicksearch type (after Esc,
2872 after changing Recursive, ...)
2874 2007-04-20 [wwp] 2.9.1cvs12
2876 * src/gtk/Makefile.am
2877 Added headers.h (completes 2.9.1cvs5).
2879 2007-04-20 [wwp] 2.9.1cvs11
2882 Fix the use of display name in name column,
2883 it has been overriden w/ the use of nickname
2884 by 2.9.0cvs3. Now nickname is used (if any)
2885 in case of LDAP books only.
2887 2007-04-20 [colin] 2.9.1cvs10
2892 Add handling of 'a' to loop in a mail's
2895 2007-04-20 [colin] 2.9.1cvs9
2898 Fix bug 1190, 'dir_open' button doesn't work'
2901 2007-04-20 [colin] 2.9.1cvs8
2905 Fix bug 1194, 'Hardware keys move from email
2906 list to account/directory list, but not back
2907 to email list...' (Maemo)
2909 2007-04-20 [colin] 2.9.1cvs7
2912 complete previous commit
2914 2007-04-20 [colin] 2.9.1cvs6
2917 Fix bug 1187, 'Reply-to addressee disappears
2918 when reply-to text box is clicked...' (Maemo)
2920 2007-04-20 [wwp] 2.9.1cvs5
2928 * src/prefs_common.c
2929 * src/prefs_common.h
2930 * src/prefs_display_header.c
2931 * src/prefs_matcher.c
2934 * src/gtk/quicksearch.c
2935 Translate more header names according to the relevant option value,
2936 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2937 Replaced nearly all uses of prefs_common.trans_hdr with a call
2938 to prefs_common_translated_header_name().
2939 Added a headers.h reference file that contains known header names
2940 (RFC2822 and others) to the translation process' input, so that
2941 translated header names will still exist even if no occurrence of
2942 _("headername") is found anymore in the sources.
2943 Don't translate column name 'Number' following to trans_hdr option
2944 value as it's not a header name.
2946 2007-04-20 [colin] 2.9.1cvs4
2948 * src/gtk/quicksearch.c
2949 * src/gtk/quicksearch.h
2950 Add "From, To or Subject" quicksearch
2951 type. Patch by ulfschaper@users.sf.net
2953 2007-04-20 [colin] 2.9.1cvs3
2956 Implement proper references filtering condition.
2957 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2959 2007-04-19 [wwp] 2.9.1cvs2
2961 * src/prefs_display_header.c
2962 * src/message_search.c
2963 Fix few warnings (g_free of const gchar*).
2965 2007-04-19 [paul] 2.9.1cvs1
2971 bump version number following
2974 2007-04-19 [paul] 2.9.0cvs9
2976 * manual/advanced.xml
2977 * manual/glossary.xml
2980 2007-04-18 [paul] 2.9.0cvs8
2983 fix for CVE-2007-1558 (APOP)
2986 2007-04-18 [paul] 2.9.0cvs7
2992 Fix encoding woes wrt saving of
2996 2007-04-18 [colin] 2.9.0cvs6
2998 * src/gtk/pluginwindow.c
2999 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3001 2007-04-17 [wwp] 2.9.0cvs5
3007 Fix --disable-ldap build,
3008 fix some LDAP annoyances on
3009 searches, thanks to Colin.
3011 2007-04-17 [wwp] 2.9.0cvs4
3014 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3015 like gcc 2.9x. Thanks to Colin.
3017 2007-04-17 [wwp] 2.9.0cvs3
3033 Add LDAP write support. Patch mostly by
3034 Michael <mir at datanom dot net>
3036 2007-04-17 [wwp] 2.9.0cvs2
3039 Prepend "Add to address book" to the context menu of compose window's sender and
3042 2007-04-16 [paul] 2.9.0cvs1
3047 2007-04-16 [paul] 2.9.0
3054 2007-04-16 [paul] 2.8.1cvs102
3057 updated by Fabien Vantard
3059 2007-04-16 [paul] 2.8.1cvs101
3069 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3070 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3071 Aleksandar Urosevic, and Ralgh Young
3073 2007-04-15 [mones] 2.8.1cvs100
3078 2007-04-14 [colin] 2.8.1cvs99
3080 * src/message_search.c
3081 * src/prefs_display_header.c
3082 * src/summary_search.c
3083 * src/gtk/combobox.c
3086 2007-04-14 [wwp] 2.8.1cvs98
3088 * src/gtk/combobox.c
3089 * src/message_search.c
3090 * src/summary_search.c
3091 * src/prefs_display_header.c
3092 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3093 returns NULL, get the text value directly from the GtkEntry child.
3095 2007-04-13 [colin] 2.8.1cvs97
3097 * src/gtk/quicksearch.c
3098 Give the focus back to summaryview when
3099 emptying the quicksearch with Esc
3101 2007-04-13 [colin] 2.8.1cvs96
3103 * src/message_search.c
3104 * src/prefs_display_header.c
3105 * src/summary_search.c
3106 Fix possibles crashes when getting text
3109 2007-04-13 [colin] 2.8.1cvs95
3112 Add some UIDL debugging
3114 2007-04-12 [colin] 2.8.1cvs94
3117 Force folder scan if necessary after
3118 copying mails, to be able to reapply
3121 2007-04-11 [colin] 2.8.1cvs93
3124 don't scan for new mail on startup if --select
3125 is specified (or race conditions arise). If so,
3126 do both sequentially.
3128 2007-04-09 [colin] 2.8.1cvs92
3131 Use leafpad by default on Maemo. Patch
3134 2007-04-06 [colin] 2.8.1cvs91
3136 * src/pixmaps/queue_close.xpm
3137 * src/pixmaps/queue_close_hrm.xpm
3138 * src/pixmaps/queue_close_hrm_mark.xpm
3139 * src/pixmaps/queue_close_mark.xpm
3140 * src/pixmaps/queue_open.xpm
3141 * src/pixmaps/queue_open_hrm.xpm
3142 * src/pixmaps/queue_open_hrm_mark.xpm
3143 * src/pixmaps/queue_open_mark.xpm
3144 Move the clock one pixel down :)
3146 2007-04-05 [colin] 2.8.1cvs90
3149 Don't sync when switching offline from
3150 command line - it's usually too late :)
3152 2007-04-05 [paul] 2.8.1cvs89
3155 * src/stock_pixmap.c
3156 * src/pixmaps/dir_close_hrm.xpm
3157 * src/pixmaps/dir_close_hrm_mark.xpm
3158 * src/pixmaps/drafts_close.xpm
3159 * src/pixmaps/drafts_close_mark.xpm
3160 * src/pixmaps/drafts_open.xpm
3161 * src/pixmaps/drafts_open_mark.xpm
3162 * src/pixmaps/inbox.xpm
3163 * src/pixmaps/inbox_close.xpm
3164 * src/pixmaps/inbox_close_hrm.xpm
3165 * src/pixmaps/inbox_close_hrm_mark.xpm
3166 * src/pixmaps/inbox_close_mark.xpm
3167 * src/pixmaps/inbox_hrm.xpm
3168 * src/pixmaps/inbox_hrm_mark.xpm
3169 * src/pixmaps/inbox_mark.xpm
3170 * src/pixmaps/inbox_open.xpm
3171 * src/pixmaps/inbox_open_hrm.xpm
3172 * src/pixmaps/inbox_open_hrm_mark.xpm
3173 * src/pixmaps/inbox_open_mark.xpm
3174 * src/pixmaps/outbox.xpm
3175 * src/pixmaps/outbox_close.xpm
3176 * src/pixmaps/outbox_close_hrm.xpm
3177 * src/pixmaps/outbox_close_hrm_mark.xpm
3178 * src/pixmaps/outbox_close_mark.xpm
3179 * src/pixmaps/outbox_hrm.xpm
3180 * src/pixmaps/outbox_hrm_mark.xpm
3181 * src/pixmaps/outbox_mark.xpm
3182 * src/pixmaps/outbox_open.xpm
3183 * src/pixmaps/outbox_open_hrm.xpm
3184 * src/pixmaps/outbox_open_hrm_mark.xpm
3185 * src/pixmaps/outbox_open_mark.xpm
3186 * src/pixmaps/queue_close.xpm
3187 * src/pixmaps/queue_close_hrm.xpm
3188 * src/pixmaps/queue_close_hrm_mark.xpm
3189 * src/pixmaps/queue_close_mark.xpm
3190 * src/pixmaps/queue_open.xpm
3191 * src/pixmaps/queue_open_hrm.xpm
3192 * src/pixmaps/queue_open_hrm_mark.xpm
3193 * src/pixmaps/queue_open_mark.xpm
3194 updated, added and replaced icons
3197 2007-04-04 [colin] 2.8.1cvs88
3200 Fix build without libetpan
3202 2007-04-03 [colin] 2.8.1cvs87
3205 Fix crash with Citadel, and try to make
3206 things work. this server (and specifically
3207 STATUS and APPEND at least) seems broken.
3209 2007-04-03 [colin] 2.8.1cvs86
3212 Fix icons on folder close
3214 2007-04-03 [colin] 2.8.1cvs85
3217 Fix double-ask of offline override in
3222 Much more efficient way to synchronise
3224 * src/etpan/imap-thread.c
3227 * src/gtk/quicksearch.c
3230 2007-04-03 [paul] 2.8.1cvs84
3235 * src/prefs_common.c
3236 * src/prefs_common.h
3238 Fix sync being done too late
3241 2007-04-02 [colin] 2.8.1cvs83
3244 Maemo: Put status and quicksearch at the top
3245 * src/plugins/bogofilter/bogofilter.c
3246 * src/plugins/spamassassin/spamassassin.c
3247 Derive trash from inbox if possible
3249 2007-04-02 [paul] 2.8.1cvs82
3251 * src/plugins/bogofilter/bogofilter_gtk.c
3252 a few English changes
3258 2007-04-02 [colin] 2.8.1cvs81
3260 * src/image_viewer.c
3261 Fix transparent images by using
3264 Flush events (on new windows) to avoid
3265 having the textview's image resize fail
3266 to know the available width
3268 2007-04-01 [colin] 2.8.1cvs80
3270 * src/prefs_account.c
3271 If no MH mailbox exist, when creating a POP/Local
3272 account, just create and use the default one
3273 instead of bailing with a "Mailbox doesn't exist"
3276 2007-03-31 [colin] 2.8.1cvs79
3278 * src/prefs_account.c
3279 Create signature file if it doesn't exist
3281 * src/prefs_toolbar.c
3282 Maemo: Move "Use default" on the left so
3283 that people can find it
3285 Maemo: make default editor "Maemopad",
3286 default signature file "MyDocs/signature.txt"
3288 2007-03-31 [colin] 2.8.1cvs78
3290 * src/prefs_account.c
3291 Maemo: rework account prefs so
3292 that less horizontal scrolling
3295 2007-03-31 [colin] 2.8.1cvs77
3298 * src/prefs_common.c
3299 * src/prefs_common.h
3300 Fix bug 1167, 'Allow not displaying zeros
3301 in folder list'. Patch by MartinP
3303 2007-03-31 [colin] 2.8.1cvs76
3308 2007-03-31 [colin] 2.8.1cvs75
3311 Apply patch from bug 1172, direct
3312 access to the folder's session instead
3313 of using getter. Patch by MartinP
3315 2007-03-31 [paul] 2.8.1cvs74
3318 no need to list Fabien twice!
3320 2007-03-31 [colin] 2.8.1cvs73
3323 If we're currently "overriding for %d minutes",
3326 2007-03-31 [colin] 2.8.1cvs72
3334 * src/plugins/spamassassin/spamassassin.c
3335 Offline override: Add a parameter to allow
3336 asking even if the override timer is running.
3337 Allows to ask every time the user makes an
3338 explicit action needing online access (such
3339 as Get Mail), and not when the action is
3340 implicit (such as opening an IMAP folder)
3342 2007-03-31 [colin] 2.8.1cvs71
3345 Override offline: "No" answer shouldn't
3346 re-ask after 3 seconds, but 10 minutes.
3348 2007-03-30 [colin] 2.8.1cvs70
3350 * src/common/socket.c
3351 Better error reporting on unix socket
3352 failure (bind usually)
3353 * src/gtk/gtkutils.c
3354 * src/gtk/gtkutils.h
3355 Label window: add a pulsing progress
3356 bar to show we're not hung :)
3359 * src/plugins/pgpcore/sgpgme.c
3362 2007-03-30 [colin] 2.8.1cvs69
3365 * src/prefs_common.c
3366 Fix possible trashing of history and uidl
3367 files on disk full problems
3369 2007-03-30 [paul] 2.8.1cvs68
3374 update summary when changing layout type
3375 (fixes wrong folder icon being displayed)
3378 2007-03-29 [colin] 2.8.1cvs67
3380 * src/prefs_ext_prog.c
3381 The browser pref is irrelevant on Maemo
3383 2007-03-29 [colin] 2.8.1cvs66
3387 Maemo: dynamically switch headers/text position
3388 * src/prefs_common.c
3389 Maemo: hide compose's ruler by default
3390 * src/common/socket.c
3391 * src/common/socket.h
3394 2007-03-29 [colin] 2.8.1cvs65
3396 * src/common/socket.c
3397 * src/common/socket.h
3398 Fix build when MAEMO_CFLAGS contains
3399 _X_OPENSOURCE (resolv.h errors as long
3400 as we don't add _BSD_SOURCE. Ugly).
3402 2007-03-29 [wwp] 2.8.1cvs64
3404 * src/prefs_logging.c
3405 Fix sensitivity of clip-log widgets in prefs/logging,
3408 2007-03-29 [wwp] 2.8.1cvs63
3411 Updated files list for translations, thanks to Fabien.
3413 2007-03-29 [colin] 2.8.1cvs62
3416 * src/common/Makefile.am
3417 * src/common/utils.c
3418 Maybe make URI opening work in Maemo
3421 2007-03-28 [colin] 2.8.1cvs61
3426 Add the possibility to sort folders arbitrarily
3427 (via editing of folderlist.xml only). Patch by
3428 Martin P <mp26+claws@os.inf.tu-dresden.de>
3429 Fixes bug 1166, 'Folder ordering is fixed and cannot
3430 be changed by the user'
3432 2007-03-28 [colin] 2.8.1cvs60
3435 Add popup menu for mime icons
3437 2007-03-28 [colin] 2.8.1cvs59
3440 Fix a layout issue when presenting
3441 mainwindow in Small screen layout
3444 Add a "Go to folder list" button for
3445 mainwindow, and make it default in
3448 2007-03-28 [colin] 2.8.1cvs58
3451 Don't dynamically update title on Maemo
3452 Patch by Jean-Luc Biord
3454 2007-03-27 [colin] 2.8.1cvs57
3459 Enable tap-and-hold on Maemo
3461 2007-03-26 [colin] 2.8.1cvs56
3464 More popup-menu (in attachments list)
3466 2007-03-26 [colin] 2.8.1cvs55
3469 Enable popup-menu signal
3471 2007-03-26 [colin] 2.8.1cvs54
3473 * src/plugins/pgpinline/pgpinline.c
3474 Fix bug 1111, 'PGP/inline plugin hides text
3475 around encrypted text block'. Patch based on
3476 a patch from Michal Cihar.
3478 2007-03-26 [wwp] 2.8.1cvs53
3481 Fix getting a false error when sending queued message
3482 whereas the sending was fine (if there are subfolders
3483 in the queue folder), thanks to Colin.
3485 2007-03-26 [paul] 2.8.1cvs52
3488 update FACE header in welcome message
3490 2007-03-25 [colin] 2.8.1cvs51
3495 2007-03-25 [colin] 2.8.1cvs50
3498 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3500 2007-03-24 [colin] 2.8.1cvs49
3503 Fix a few launch problems on Maemo
3504 Patch by Jean-Luc Biord
3506 2007-03-24 [wwp] 2.8.1cvs48
3512 Fix wrong action performed when closing the
3513 "ask about account specific filtering rules
3514 when filtering manually" dialog by pressing Escape.
3515 Fix wrong order of buttons in the "return receipt
3516 notification - the message was sent to several of
3517 your accounts" dialog.
3519 2007-03-24 [paul] 2.8.1cvs47
3522 an improvement to English usage
3523 * tools/kdeservicemenu/README
3526 2007-03-24 [paul] 2.8.1cvs46
3529 * src/stock_pixmap.c
3530 * src/pixmaps/edit_extern.xpm
3531 * src/pixmaps/mail_sign.xpm
3532 rescue long lost icons
3534 2007-03-24 [paul] 2.8.1cvs45
3537 fix toolbar (broken in 2.8.1cvs42)
3539 2007-03-23 [colin] 2.8.1cvs44
3542 Correctly unsubscribe/resubscribe after
3545 2007-03-23 [colin] 2.8.1cvs43
3547 * src/prefs_common.c
3548 Maemo: as the platform is light on RAM, allow
3549 caches to be discarded faster.
3551 2007-03-23 [colin] 2.8.1cvs42
3556 * src/stock_pixmap.c
3557 * src/stock_pixmap.h
3562 * src/pixmaps/open_mail.xpm
3563 Maemo changes: Add the possibility to have
3564 "Open Email" and "Close Window" buttons on
3565 toolbars (and use them in Maemo's default
3568 2007-03-23 [wwp] 2.8.1cvs41
3571 Reverted that part of the action dialog closure logics, to
3572 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3573 done later in a different way (or may not).
3575 2007-03-22 [wwp] 2.8.1cvs40
3578 Fix sticky action dialog when got no output but action command
3579 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3581 2007-03-22 [colin] 2.8.1cvs39
3583 * src/prefs_filtering.c
3584 * src/gtk/combobox.h
3585 Fix escaping account names in filtering prefs
3587 2007-03-22 [colin] 2.8.1cvs38
3592 Add any attribute specified in LDAP servers'
3593 Search attributes to the Other Attributes tab
3594 of contacts; Add 'telephoneNumber' in the
3597 2007-03-22 [colin] 2.8.1cvs37
3602 Try to prevent race conditions when
3603 changing the folder list
3605 Fix possible red folder icon when
3606 switching from Small screen layout
3609 2007-03-22 [colin] 2.8.1cvs36
3614 Rename "little screen" to "Small screen"
3615 * src/gtk/Makefile.am
3616 * src/common/utils.c
3618 Fix Maemo-related compilation problems
3620 2007-03-21 [colin] 2.8.1cvs35
3624 * claws-mail.desktop
3625 Remove .png from the Icon, it's useless
3627 2007-03-21 [colin] 2.8.1cvs34
3631 Add the necessary lib checking for
3634 2007-03-21 [colin] 2.8.1cvs33
3637 Fix unconditional "error happened" when
3638 sending via command-line. "lol @ myself"
3640 2007-03-21 [colin] 2.8.1cvs32
3642 * claws-mail-40x40.png
3643 * claws-mail-26x26.png
3653 * src/prefs_account.c
3654 * src/prefs_common.c
3655 * src/summary_search.c
3659 * src/gtk/gtkutils.c
3660 * src/gtk/gtkutils.h
3661 * src/gtk/logwindow.c
3663 * src/gtk/prefswindow.c
3664 Add Maemo port (patch mainly by Jean-Luc Biort)
3665 Add a new 'Little screen' layout to help on such
3666 platforms (patch by me)
3667 Make some default preferences different (more
3668 adapted) on Maemo (patch by me)
3670 2007-03-21 [wwp] 2.8.1cvs31
3672 * src/prefs_logging.c
3673 * src/prefs_logging.h
3674 Fixed copyright header of newly added files.
3676 2007-03-21 [wwp] 2.8.1cvs30
3692 * src/prefs_common.c
3693 * src/prefs_common.h
3694 * src/prefs_logging.c
3695 * src/prefs_logging.h
3698 * src/send_message.c
3703 * src/common/session.c
3705 * src/common/socket.c
3706 * src/etpan/imap-thread.c
3707 * src/gtk/logwindow.c
3708 * src/gtk/logwindow.h
3709 * src/plugins/bogofilter/bogofilter.c
3710 * src/plugins/spamassassin/spamassassin.c
3711 Added debugging of filtering/processing rules.
3712 The debug log is here 'Tools/Filtering debug window',
3713 the options there 'Configuration/Preferences/Other/Logging',
3714 and the log file is ~/.claws-mail/filtering.log.
3715 Moved protocol log prefs to 'Other/Logging' as well.
3716 To support such debugging feature, the existing log API has
3717 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3718 this impacts many external modules (commits follow).
3720 2007-03-21 [paul] 2.8.1cvs29
3722 * src/etpan/Makefile.am
3723 * src/etpan/imap-thread.c
3724 add missing #include
3726 2007-03-21 [colin] 2.8.1cvs28
3729 Fix bug 1157, 'some broken messages confuse
3730 mime parser'. Make sure we can't have MimeInfos
3731 with negative sizes.
3733 2007-03-20 [colin] 2.8.1cvs27
3736 Fix missing \0 on buffer
3738 2007-03-20 [colin] 2.8.1cvs26
3741 Use make_dir_hier instead of make_dir
3742 to create the MH mailbox
3744 2007-03-20 [colin] 2.8.1cvs25
3748 * src/prefs_account.c
3750 Fix default inbox weirdnesses (after wizard,
3751 if path is Mail, mailbox identifier is #mh/Mailbox,
3752 and when creating new accounts)
3754 2007-03-20 [colin] 2.8.1cvs24
3757 Write folderlist after adding/deleting accounts
3760 2007-03-20 [colin] 2.8.1cvs23
3763 * src/remotefolder.h
3764 Fix bug 1153, 'CM segfaults if IMAP folder is
3765 selected while scanning prior to update'
3767 2007-03-17 [paul] 2.8.1cvs22
3770 fix a typo, and be a little more verbose.
3772 2007-03-17 [wwp] 2.8.1cvs21
3775 Fix a compiler warning.
3777 2007-03-16 [wwp] 2.8.1cvs20
3781 Updated to deal w/ the new mairix.sh tool.
3783 2007-03-16 [wwp] 2.8.1cvs19
3786 Fix logics issues around the action IO dialog:
3787 - disable entry widget and exec button when
3788 the exec button is clicked (don't wait for any
3789 output line) - fix possible disabling/re-enabling/
3790 re-disabling of those widgets
3791 - raise an error if executing a %as{} action either
3792 empty or invalid, instead of failing silently
3793 - don't close the dialog if the abort button has been
3794 clicked and if there was no output yet
3795 - set focus to the abort button when the exec button
3797 - fix capitalization of a warning message
3799 2007-03-16 [wwp] 2.8.1cvs18
3802 Added a wrapper to mairix to the tools folder.
3804 2007-03-16 [colin] 2.8.1cvs17
3808 Allow mimeviewer plugins to print
3811 2007-03-16 [colin] 2.8.1cvs16
3816 2007-03-15 [colin] 2.8.1cvs15
3820 Add a way for mimeviewer plugins to
3821 implement body search
3823 2007-03-15 [paul] 2.8.1cvs14
3825 * src/prefs_spelling.c
3828 2007-03-15 [paul] 2.8.1cvs13
3830 * src/common/quoted-printable.c
3831 fix decoding of quoted-printable parts
3833 2007-03-14 [wwp] 2.8.1cvs12
3835 * src/gtk/logwindow.h
3836 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3838 2007-03-14 [wwp] 2.8.1cvs11
3840 * src/gtk/logwindow.h
3841 Complete 2.8.1cvs10.
3843 2007-03-14 [colin] 2.8.1cvs10
3845 * src/gtk/logwindow.c
3846 Probably fix bug 1149, crash on logwindow
3847 close - at the expense of performance once
3848 logwin has been opened
3850 2007-03-14 [colin] 2.8.1cvs9
3853 If claws-mail is running on another
3854 display, warn instead of popping it up
3855 on the other display
3857 2007-03-12 [colin] 2.8.1cvs8
3860 Fix bug 1145, 'Setting a different name
3861 for the Mailbox name isn't reflected in
3862 default account settings'. Patch by wwp
3864 2007-03-12 [colin] 2.8.1cvs7
3867 Fix bug 1143, 'Add number of messages to be
3868 deleted to confirmation dialog'
3870 2007-03-12 [wwp] 2.8.1cvs6
3873 * src/prefs_common.c
3874 * src/prefs_common.h
3875 * src/prefs_summaries.c
3876 Changed the option that displays unread messages count
3877 next to the folder name in folder list: it is now
3878 possible to either display nothing, display the
3879 unread messages number only or the unread and total messages
3880 numbers. The patch includes this extra feature as well
3881 as some minor fixes by rewriting the algo in folderview.c.
3882 Thanks to Paul for the original idea and implementation, plus
3883 testing and proof-reading!
3885 2007-03-09 [paul] 2.8.1cvs5
3889 * tools/claws-mail-compose-insert-files.pl
3890 added a script which enables inserting files
3891 into the message body of a new Claws Mail
3892 Compose window from the command line. Additionally
3893 To, Cc, Subject and files to attach to the message
3896 2007-03-09 [wwp] 2.8.1cvs4
3901 Optimize matching of addresses in the addressbook
3902 (filtering/processing 'found_in_addressbook' condition).
3904 2007-03-07 [wwp] 2.8.1cvs3
3907 * src/quote_fmt_lex.l
3908 * src/quote_fmt_parse.y
3909 Add a new quote format symbol: %A to insert the
3910 sender email address (just the address itself).
3912 2007-03-06 [wwp] 2.8.1cvs2
3914 * src/gtk/gtkutils.c
3915 * src/plugins/trayicon/trayicon_prefs.h
3916 * src/plugins/trayicon/trayicon_prefs.c
3917 * src/plugins/trayicon/trayicon.c
3920 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3921 minimizing Claws-Mail main window will hide it to the trayicon instead.
3924 2007-03-06 [paul] 2.8.1cvs1
3930 bump version number following
3933 2007-03-06 [paul] 2.8.0cvs24
3936 corrected by by Tim <timbrain@post.cz>
3938 2007-03-05 [colin] 2.8.0cvs23
3942 Fix mime/globs path on NetBSD
3943 patch by George Michaelson
3945 2007-03-05 [wwp] 2.8.0cvs22
3948 Remove debug statement (accidentally committed w/ cvs14).
3950 2007-03-05 [paul] 2.8.0cvs21
3952 * src/plugins/pgpcore/prefs_gpg.c
3953 fix compiler warning
3955 2007-03-05 [wwp] 2.8.0cvs20
3957 * src/matcher_parser_parse.y
3958 Fix mismerge between cvs17 and cvs19.
3960 2007-03-05 [wwp] 2.8.0cvs19
3962 * src/matcher_parser_parse.y
3963 * src/prefs_filtering_action.c
3968 Add new 'add_to_addressbook' filtering/processing action.
3970 2007-03-05 [wwp] 2.8.0cvs18
3973 Fix mark_as_ham filtering/processing action: spam flag
3976 2007-03-04 [colin] 2.8.0cvs17
3981 * src/matcher_parser_parse.y
3982 * src/prefs_filtering_action.c
3983 Add 'Mark as spam' and 'Mark as ham' filtering
3984 actions. Fixes bug 1138.
3986 2007-03-04 [colin] 2.8.0cvs16
3989 Fix bug 1140, wrong return value
3992 2007-03-04 [wwp] 2.8.0cvs15
3995 Rollback cvs14: don't free stuff that is managed in g_list.
3997 2007-03-04 [wwp] 2.8.0cvs14
4000 Fix a leak in address completion code.
4002 2007-03-04 [colin] 2.8.0cvs13
4005 Maybe fix bug 1136, 'Crash in group
4008 2007-03-04 [iwkse] 2.8.0cvs12
4011 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4013 2007-03-03 [colin] 2.8.0cvs11
4015 * src/plugins/pgpinline/pgpinline.c
4016 Fix off-by-one, fix double-free. Fixes
4017 bug 1135, 'cm-segfault on decrypting
4020 2007-03-03 [colin] 2.8.0cvs10
4024 * src/common/plugin.c
4025 Fix bug 1134, 'Valgrind macros unhandled
4028 2007-03-02 [colin] 2.8.0cvs9
4031 Don't error out on EAGAIN. Fixes
4032 bug 1129, '"local mbox file" account
4033 isn't retrieving mails'
4035 2007-03-01 [wwp] 2.8.0cvs8
4038 * src/gtk/colorlabel.c
4039 Remove accels for extra color labels until we set better
4040 and definitive ones.
4042 2007-02-28 [wwp] 2.8.0cvs7
4045 * src/matcher_parser_parse.y
4046 * src/prefs_common.c
4047 * src/prefs_msg_colors.c
4049 * src/gtk/colorlabel.c
4050 * src/gtk/colorlabel.h
4051 Add more customizable color labels. Cleaned up a bit
4052 the color label API to avoid duplicate defines of
4053 the max number of colors.
4055 2007-02-27 [colin] 2.8.0cvs6
4058 * src/common/utils.c
4059 * src/common/utils.h
4060 Fix '+' in mailto URIs for List-* headers
4062 2007-02-27 [colin] 2.8.0cvs5
4064 * src/gtk/gtkutils.c
4065 Use gtk_window_set_role instead of
4068 2007-02-27 [colin] 2.8.0cvs4
4071 Fix "After receiving new mail, go to inbox" on IMAP,
4072 and make it work only on manual reception
4074 2007-02-27 [wwp] 2.8.0cvs3
4076 * src/prefs_filtering.c
4077 * src/prefs_filtering_action.c
4078 * src/prefs_matcher.c
4079 Update filtering matcher's and action's color label menus
4080 when re-opening those dialogs (reflect any change to the
4081 color labels list in the preferences).
4083 2007-02-27 [colin] 2.8.0cvs2
4086 * src/etpan/etpan-thread-manager-types.h
4087 * src/etpan/etpan-thread-manager.c
4088 * src/etpan/imap-thread.c
4089 Log imap ALERTs as errors in the log.
4091 2007-02-26 [paul] 2.8.0cvs1
4093 * tools/claws.i18n.status.pl
4096 2007-02-26 [paul] 2.7.2cvs75
4110 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4111 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4112 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4113 Aleksandar Urosevic, and Ralgh Young
4115 2007-02-25 [mones] 2.7.2cvs74
4120 2007-02-25 [colin] 2.7.2cvs73
4123 Clearing the list is only useful
4124 to prevent a valgrind false-positive
4126 2007-02-25 [paul] 2.7.2cvs72
4130 * tools/kmail-mailbox2claws-mail.pl **ADDED**
4131 * tools/maildir2claws-mail.pl **REMOVED**
4132 renamed the script, fixed a couple bugs
4134 2007-02-23 [colin] 2.7.2cvs71
4137 Fix a leak, check for a few improbable nulls
4139 2007-02-23 [colin] 2.7.2cvs70
4143 * src/plugins/trayicon/trayicon.c
4144 Fix blinking mainwin when starting in tray
4145 (show mainwindow later in the startup process,
4146 apart if restarting post-crash)
4148 2007-02-23 [colin] 2.7.2cvs69
4152 Fix crash when unsubscribing the currently
4153 selected/opened folder
4155 2007-02-23 [colin] 2.7.2cvs68
4158 Fix bug that prevented colorization to
4159 work without wrap quotation option
4161 2007-02-23 [colin] 2.7.2cvs67
4164 Fix refcounting, start and end completion who
4165 behaved as if there couldn't be any other current
4168 2007-02-23 [wwp] 2.7.2cvs66
4172 Address completion fixes: fix addressbook_peek_folder_exists() in
4173 which the algorithm was ridiculously over-obfuscated and broken.
4174 Fix addrindex_load_completion() as well, to load addresses in
4175 completion list with regards to what addressbook_peek_folder_exists()
4178 2007-02-23 [wwp] 2.7.2cvs65
4181 Add addresses to completion when they're non-empty (thanks to Colin).
4183 2007-02-23 [paul] 2.7.2cvs64
4185 * src/plugins/pgpcore/passphrase.c
4188 2007-02-23 [colin] 2.7.2cvs63
4190 * src/plugins/pgpcore/prefs_gpg.c
4191 * src/plugins/pgpcore/prefs_gpg.h
4192 * src/plugins/pgpcore/sgpgme.c
4193 * src/plugins/pgpinline/pgpinline.c
4194 * src/plugins/pgpmime/pgpmime.c
4195 Try harder to respect user's choice wrt
4196 gpg-agent even with gpg2, by unsetting
4197 GPG_AGENT_INFO when necessary.
4199 2007-02-22 [paul] 2.7.2cvs62
4201 * src/plugins/pgpcore/sgpgme.c
4202 * src/plugins/pgpcore/sgpgme.h
4203 * src/plugins/pgpcore/passphrase.c
4204 * src/plugins/pgpinline/pgpinline.c
4205 * src/plugins/pgpmime/pgpmime.c
4206 Fix a leak - gpgme_data_release_and_get_mem
4207 leaks in recent gpgme. Workaround by using
4210 2007-02-22 [paul] 2.7.2cvs61
4212 * src/gtk/quicksearch.c
4213 Abandon dynamic search when pressing
4216 2007-02-21 [colin] 2.7.2cvs60
4219 * src/plugins/pgpcore/passphrase.c
4220 Fix little memory leaks
4222 Fix false-positive leak at exit
4223 * src/gtk/quicksearch.c
4224 Fix potentially big leak in recursive
4227 2007-02-21 [wwp] 2.7.2cvs59
4230 Add missing newline to a debug message.
4232 2007-02-20 [colin] 2.7.2cvs58
4236 * src/stock_pixmap.c
4237 * src/stock_pixmap.h
4238 * src/pixmaps/mime_pgpsig.xpm
4239 Add icon for application/pgp-signature
4241 2007-02-20 [colin] 2.7.2cvs57
4246 * src/stock_pixmap.c
4247 * src/stock_pixmap.h
4248 * src/pixmaps/mime_calendar.xpm
4249 * src/pixmaps/mime_pdf.xpm
4250 * src/pixmaps/mime_ps.xpm
4251 Add icons for text/calendar, application/pdf
4252 and application/postscript
4254 2007-02-20 [colin] 2.7.2cvs56
4257 * src/matcher_parser_parse.y
4258 * src/matcher_parser_lex.l
4259 Fix big memory leak in flex, and
4262 2007-02-20 [wwp] 2.7.2cvs55
4264 * src/matcher_parser_parse.y
4265 Fix a duplicate token definition (thanks to iwkse).
4267 2007-02-20 [wwp] 2.7.2cvs54
4269 * src/matcher_parser_lex.l
4270 * src/quote_fmt_lex.l
4271 Use proper flex options instead of direct use of #define,
4272 make the flex-generated C lighter.
4274 2007-02-20 [colin] 2.7.2cvs53
4277 Grab focus in message list after hiding
4278 the quicksearch, instead of leaving it
4281 2007-02-19 [colin] 2.7.2cvs52
4284 Fix bug 1033, 'Automatically refresh
4285 message list when new messages arrives'
4286 Looks like folderview->opened can sometimes
4289 2007-02-19 [paul] 2.7.2cvs51
4293 * tools/thunderbird-filters-convertor.pl
4294 add new script which converts thunderbird filter
4295 rules to Claws filter rules
4297 2007-02-18 [paul] 2.7.2cvs50
4299 * src/plugins/pgpcore/prefs_gpg.c
4300 * src/plugins/pgpcore/prefs_gpg.h
4301 * src/plugins/pgpcore/sgpgme.c
4302 * src/plugins/pgpinline/pgpinline.c
4303 * src/plugins/pgpmime/pgpmime.c
4304 improved GUI interoperability with gpg-agent
4306 2007-02-18 [paul] 2.7.2cvs49
4308 * src/prefs_account.c
4309 Privacy options sensitivity fix
4311 2007-02-17 [colin] 2.7.2cvs48
4314 Reset icon to warning in the noticeview
4316 2007-02-15 [colin] 2.7.2cvs47
4319 Fix a manifestation of bug 1033 (summaryview failing
4320 to update for new mails), which happens after editing
4321 account preferences or preferences that cause a
4324 2007-02-15 [colin] 2.7.2cvs46
4327 Probably fix bug 1123, 'Segmentation
4328 fault while opening address book'. I get
4329 g_warnings if the saved paned position is
4330 not greater than 0. Also, save position
4331 when hiding the addressbook instead of
4334 2007-02-14 [colin] 2.7.2cvs45
4336 * src/plugins/pgpcore/prefs_gpg.c
4337 * src/plugins/pgpcore/prefs_gpg.h
4338 * src/plugins/pgpcore/sgpgme.c
4339 * src/plugins/pgpinline/pgpinline.c
4340 * src/plugins/pgpmime/pgpmime.c
4341 Add an option "Use gpg-agent if available". Fixes
4342 annoyances with distro-installed gpg-agent, when
4343 no pinentry program is installed, and the user's
4344 at a loss on why "decryption failed". Makes more
4345 clear why passphrase isn't saved when gpg-agent is
4346 used. Defaults to true, to avoid changing the
4349 2007-02-14 [wwp] 2.7.2cvs44
4351 * src/matcher_parser_parse.y
4352 Fix missing line number reset (wrong line number might appear
4353 when re-loading filtering rules if there's a parser error).
4355 2007-02-13 [colin] 2.7.2cvs43
4357 * src/common/utils.c
4358 Don't encode ',' in URIs before passing it
4359 to the browser command-line. It was probably
4360 done at a time where commas in URIs made
4361 mozilla -remote 'openurl(%s,new-window)'
4364 2007-02-13 [wwp] 2.7.2cvs42
4366 * src/prefs_matcher.c
4367 * src/plugins/bogofilter/bogofilter_gtk.c
4368 A bit of string factorization around "Select ..." buttons.
4370 2007-02-11 [colin] 2.7.2cvs41
4373 Make sure to escape the title
4375 2007-02-11 [colin] 2.7.2cvs40
4378 Recognize .utf8 locales as .UTF-8 ones
4380 2007-02-11 [colin] 2.7.2cvs39
4383 Fix code conversion when dragging a file
4385 2007-02-09 [colin] 2.7.2cvs38
4387 * src/plugins/clamav/clamav_plugin.c
4388 Complete Paul's patch with conditional
4389 compilation to avoid breaking compilation
4390 on old Dapper and Edgy... Maybe other
4393 2007-02-09 [paul] 2.7.2cvs37
4395 * src/plugins/clamav/clamav_plugin.c
4396 fix for the upstream changes in libclamav
4398 2007-02-09 [paul] 2.7.2cvs36
4404 fix "warn if there are queued messages" (on exit)
4405 option, which only checked the first mailbox's
4407 don't ask before emptying trash if there are no
4408 messages in trash, also check and empty all trash
4411 move "Ask before emptying trash" option
4412 outside of the "On exit" frame as it's
4413 not only an "On exit" option
4415 2007-02-09 [paul] 2.7.2cvs35
4420 * src/prefs_account.c
4421 * src/prefs_folder_item.c
4423 * src/prefs_matcher.c
4424 * src/prefs_message.c
4425 * src/prefs_msg_colors.c
4426 * src/prefs_summaries.c
4428 * src/gtk/inputdialog.c
4429 * src/plugins/bogofilter/bogofilter_gtk.c
4430 pedantic commit: use 'checkbtn' everywhere
4431 instead of a mixture of 'checkbtn' and 'chkbtn'
4433 2007-02-09 [paul] 2.7.2cvs34
4439 move "Never send Return Receipts" from
4440 prefs_other to prefs_send
4441 add an option "Ask about account specific
4442 filtering rules..." to prefs_other
4443 * src/gtk/gtkutils.c
4444 fix a compiler warning
4446 2007-02-08 [colin] 2.7.2cvs33
4448 * src/plugins/pgpinline/pgpinline.c
4449 Fix bug 1110, 'pgpmime fails to process
4450 encapsulated openpgp mime (rfc 3156, 6.1
4452 It was due to an interaction between PGP/Mime
4453 and PGP/Inline plugin.
4455 2007-02-08 [colin] 2.7.2cvs32
4460 Fix bug 1117, 'fcntl locking code
4461 does not work in mbox.c'
4463 2007-02-08 [colin] 2.7.2cvs31
4465 * src/prefs_account.c
4466 Fix Gentoo bug 165819, 'can't create
4467 a "local mbox file" account'. Patch
4468 by Olivier <castan.o@free.fr>
4470 2007-02-07 [colin] 2.7.2cvs30
4473 Fix bug 1106, 'Claws crash on exit if LDAPS
4474 autocompletion was used'
4476 2007-02-07 [paul] 2.7.2cvs29
4479 cut down on unnecessary debug_prints
4481 fix menu_set_active() on 'Show only
4484 2007-02-07 [paul] 2.7.2cvs28
4486 * src/plugins/clamav/clamav_plugin.c
4487 * src/plugins/clamav/clamav_plugin.h
4488 * src/plugins/clamav/clamav_plugin_gtk.c
4489 fix copyright header
4491 2007-02-07 [paul] 2.7.2cvs27
4494 fix bug 1116, 'summary view allow a
4497 2007-02-06 [colin] 2.7.2cvs26
4502 2007-02-05 [fabien] 2.7.2cvs25
4506 i18n related - 1 fix and 1 message for translators.
4508 2007-02-05 [colin] 2.7.2cvs24
4510 * src/gtk/quicksearch.c
4511 Don't reload summary list if quicksearch wasn't
4512 active on hiding; move currently selected mail in
4513 the visible area when showing the quicksearch
4515 2007-02-05 [colin] 2.7.2cvs23
4518 Add debug to try to solve bug 1104
4520 2007-02-05 [paul] 2.7.2cvs22
4523 confirm before emptying trash on exit is
4524 a Yes or No answer, use Yes or No in the
4527 2007-02-04 [colin] 2.7.2cvs21
4530 * src/plugins/pgpcore/passphrase.c
4531 * src/plugins/pgpcore/select-keys.c
4532 Set wmclass on new windows
4538 2007-02-04 [colin] 2.7.2cvs20