1 2007-08-27 [colin] 2.10.0cvs177
3 * src/folder_item_prefs.c
4 * src/folder_item_prefs.h
7 Fix loss of subfolders properties when
10 2007-08-26 [wwp] 2.10.0cvs176
15 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
16 will have to be used when necessary *before* calling
19 2007-08-25 [paul] 2.10.0cvs175
22 workaround gettext problem marking
23 string as c-format when it's not
25 2007-08-25 [wwp] 2.10.0cvs174
30 Call the pango markup escape function right ince in alertpanel_create
31 instead of everywhere (reverts some parts of 2.10.0cvs123 and
35 Fix a crash due to a misuse of g_print(), encountered when the string
36 passed to g_print was containing printf substitution symbols.
38 2007-08-25 [paul] 2.10.0cvs173
41 fix a segfault when refreshing RSSyl feeds
43 2007-08-25 [paul] 2.10.0cvs172
45 * src/gtk/icon_legend.c
48 2007-08-25 [paul] 2.10.0cvs171
52 * src/pixmaps/insert_file.xpm
53 add a new pixmap instead of re-using
54 paste.xpm. (easier for icon theme authors)
56 2007-08-24 [holger] 2.10.0cvs170
58 * src/plugins/trayicon/trayicon.c
59 The same fix for another hook id.
61 2007-08-24 [holger] 2.10.0cvs169
63 * src/plugins/trayicon/trayicon.c
64 Micro-fix: Do the error checking for
67 2007-08-24 [paul] 2.10.0cvs168
70 fix typo causing compiler warning
72 2007-08-24 [paul] 2.10.0cvs167
75 put back the correct version of this file also
77 2007-08-24 [colin] 2.10.0cvs166
80 Use progress bar when sending messages
82 2007-08-24 [paul] 2.10.0cvs165
85 oops! if i'm quick no-one will notice
86 (put back the proper file)
88 2007-08-24 [paul] 2.10.0cvs164
96 * tools/mew2claws-mail.pl
97 add new script that imports a Mew address book
98 submitted by Jerome Lelong
100 2007-08-24 [paul] 2.10.0cvs163
103 remove the obsolete plugins, add the
104 missing plugins, including the forthcoming
107 2007-08-24 [paul] 2.10.0cvs162
109 * manual/advanced.xml
110 add info about the hidden emphasis_color option
111 * manual/keyboard.xml
112 correct the info about hotkeys
115 2007-08-24 [paul] 2.10.0cvs161
118 add mnemonic to 'Run procesing rules'
120 2007-08-24 [paul] 2.10.0cvs160
125 use suitable defaults for outbox,
126 queue, drafts and trash folders
128 2007-08-24 [wwp] 2.10.0cvs159
131 Update menu item sensitivity if necessary (or we get a
132 gtk critical message).
134 2007-08-23 [wwp] 2.10.0cvs158
137 * src/prefs_actions.c
138 Allow literal % chars in action commands (use %%).
139 Add a missing p++ to the action parser in action_get_type(),
140 which was missing it, even if it was neutral.
141 Fix a pango markup warning at runtime.
143 2007-08-23 [wwp] 2.10.0cvs157
146 Contacts are now locale-aware sorted in the address book
147 (LC_COLLATE matters here).
148 Fix missing table initializers.
150 2007-08-23 [colin] 2.10.0cvs156
153 Check scan_required on dest folder when copying
155 2007-08-23 [colin] 2.10.0cvs155
158 Fix scanning when folder was empty
160 2007-08-22 [colin] 2.10.0cvs154
163 Don't g_warning when g_try_malloc fails(), or it makes
164 things worse as g_log() allocates. Fixes bug 1290,
165 'Claws Mail crashes if too little memory when
166 rebuilding folder tree'
168 2007-08-22 [colin] 2.10.0cvs153
171 Fix format string vulnerability, thanks to
172 Ulf Harnhammar, Secunia Research
174 2007-08-22 [colin] 2.10.0cvs152
179 2007-08-22 [wwp] 2.10.0cvs151
182 Few better null-ptr checks.
184 2007-08-22 [colin] 2.10.0cvs150
187 * src/editldap_basedn.c
196 2007-08-22 [colin] 2.10.0cvs149
201 2007-08-22 [colin] 2.10.0cvs148
206 2007-08-22 [colin] 2.10.0cvs147
209 Fix test (set ldap v3 if bindDN is set or TLS is set)
211 2007-08-22 [colin] 2.10.0cvs146
215 Fix wrong "Connected successfully to server". Connection only succeeds if
216 we can get the base DN.
218 2007-08-21 [wwp] 2.10.0cvs145
227 More sanity checks in ldap functions.
229 2007-08-21 [wwp] 2.10.0cvs144
231 * src/prefs_account.c
232 Don't return a value in a void function().
234 2007-08-21 [paul] 2.10.0cvs143
237 add check for ftp: to messageview_list_urls()
239 2007-08-21 [colin] 2.10.0cvs142
246 Fix bug 1293, 'LDAP address book not working'
247 Search only on specified fields, but fetch
248 every field possible. People will have to
249 reset the searched Attributes in their LDAP
252 2007-08-21 [wwp] 2.10.0cvs141
262 * src/editaddress_other_attributes_ldap.c
279 * src/prefs_customheader.c
280 * src/prefs_msg_colors.c
286 * src/common/socket.c
287 * src/common/ssl_certificate.c
290 * src/gtk/description_window.c
291 * src/plugins/demo/demo.c
292 * src/plugins/pgpcore/prefs_gpg.c
293 * src/plugins/spamassassin/libspamc.c
294 Make sure we use glib functions to send text messages (information,
295 debug, warning, errors) to stdout/stderr - no more direct puts
296 fputs printf fprintf to stdout/stderr when it can be done using
297 g_log*() and g_print/g_printerr. Doing this, we make sure every
298 stdout/stderr message is saved to log in Windows.
301 2007-08-21 [wwp] 2.10.0cvs140
305 Route glib's stdout/stderr messages to a log file (Windows only),
306 instead of loosing them.
308 2007-08-21 [paul] 2.10.0cvs139
311 replace deprecated g_strncasecmp()
315 2007-08-20 [ticho] 2.10.0cvs138
318 * src/prefs_account.h
319 Copy all account preferences in account_clone() - some
321 * src/prefs_account.c
322 Handle empty privacy system combobox gracefully (warning
325 2007-08-20 [colin] 2.10.0cvs137
330 2007-08-20 [paul] 2.10.0cvs136
340 patch by Michael Rasmussen
342 2007-08-19 [colin] 2.10.0cvs135
345 Fix previous commit. Sensitivity update is needed
346 for "Cancel receiving". However when batching we
347 don't need to do it for every message flag change,
348 just once at the start and once at the end.
350 2007-08-19 [colin] 2.10.0cvs134
353 Remove useless menu updates on session lock/unlock
355 2007-08-19 [colin] 2.10.0cvs133
357 * src/etpan/imap-thread.c
358 Make all fetch logs less verbose
360 2007-08-19 [paul] 2.10.0cvs132
365 fix bug 1286, 'Can't move a folder into a "Folders
368 2007-08-18 [ticho] 2.10.0cvs131
370 * src/editaddress_other_attributes_ldap.c
371 Converted option menu for other ldap attributes to GtkComboBox.
373 2007-08-18 [colin] 2.10.0cvs130
380 Revert 'send_dialog_mode' meaning to
381 'send_dialog_invisible', so that the
382 new checkbox doesn't change the
385 2007-08-18 [paul] 2.10.0cvs129
388 add missing menu update
390 2007-08-17 [colin] 2.10.0cvs128
393 Set batching after getting flags - maybe fixes
394 bug 1292, 'CM crashes on writing mail'
396 2007-08-16 [ticho] 2.10.0cvs127
399 Convert two GtkOptionMenu widgets to new GtkComboBox.
402 Allow NULL for GtkComboBox menuitem label, rendering such
403 items as row separators.
405 2007-08-16 [paul] 2.10.0cvs126
407 * src/plugins/trayicon/trayicon.c
408 remove wrongly used gettextisation
410 2007-08-15 [ticho] 2.10.0cvs125
413 Fixed a runtime warning where an attempt to pack an
414 already packed GtkLabel was made.
416 2007-08-15 [ticho] 2.10.0cvs124
418 * src/prefs_compose_writing.c
419 Convert the insert-or-attach-dragged-files GtkOptionMenu
422 2007-08-14 [ticho] 2.10.0cvs123
426 Changed return receipt account selector to GtkComboBox.
427 Fixed a runtime warning where GTK tried to parse
428 "name <email@address" as a Pango markup in an alertpanel label.
430 2007-08-14 [ticho] 2.10.0cvs122
432 * src/prefs_logging.c
433 Changed GtkOptionMenu in logging preferences to GtkComboBox.
435 2007-08-14 [wwp] 2.10.0cvs121
439 * tools/popfile-link.sh
440 Added a new tool: POPFile helper, to open
441 selected messages in POPFile control center,
442 in order to change the messages' status.
444 2007-08-14 [ticho] 2.10.0cvs120
451 Change "Show send dialog" optionmenu to a checkbutton.
452 * src/prefs_receive.c
453 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
455 2007-08-13 [wwp] 2.10.0cvs119
466 * src/partial_download.c
472 * src/gtk/gtkaspell.c
474 Make sure we never pass NULL pointers for %s substitutions
475 (prevent from crashing in Windows).
477 2007-08-13 [wwp] 2.10.0cvs118
480 Re-enable mmap_reads in Windows with some missing
481 CloseHandle of mapping objects, thanks to
484 2007-08-13 [paul] 2.10.0cvs117
487 fix bug 1287, 'Compile time problem on Solaris
488 (nexenta gnu/Solaris) utils.c'
489 Thanks to Piotr Chrzczonowicz
491 2007-08-12 [wwp] 2.10.0cvs116
493 * src/plugins/pgpcore/prefs_gpg.c
494 Don't try to unset a GPG_AGENT_INFO that was not
495 set (and don't use a NULL string in Windows, it was
496 crashing with --debug if GPG_AGENT_INFO was not set).
498 2007-08-12 [wwp] 2.10.0cvs115
501 Make gcc type-check arguments passed to privacy_set_error().
503 2007-08-12 [ticho] 2.10.0cvs114
505 * src/prefs_folder_item.c
506 Make sure that folder default account combobox always has some
509 Handle empty combobox gracefully (warning instead of crash).
511 2007-08-12 [ticho] 2.10.0cvs114
513 * src/prefs_folder_item.c
514 Make sure that folder default account combobox is not empty.
516 Handle empty combobox gracefully (warning instead of crash).
518 2007-08-11 [paul] 2.10.0cvs113
522 use 'subfolder' instead of 'sub-folder', matching
523 everywhere else the term is used
527 2007-08-10 [wwp] 2.10.0cvs112
530 Disable mmap reads in Windows only (at least temporarily), they
531 prevent from renaming/removing target cache files.
537 2007-08-10 [wwp] 2.10.0cvs111
540 fix unpredictable crashes in Windows due to broken
541 cache/mark/tags files writting (file were opened for
542 writing in text mode).
545 use gettimeofday() from w32lib.h on Windows.
547 2007-08-10 [colin] 2.10.0cvs110
550 * src/etpan/imap-thread.c
551 * src/etpan/imap-thread.h
552 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
554 2007-08-09 [colin] 2.10.0cvs109
557 Fix port being reset to 636 on SSL
559 Fix folder_item_get_msg_num_by_file
560 on drafts/queue folders
562 2007-08-09 [wwp] 2.10.0cvs108
565 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
566 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
569 2007-08-09 [colin] 2.10.0cvs107
573 * src/gtk/prefswindow.c
574 A few Maemo layout fixes
576 2007-08-09 [paul] 2.10.0cvs106
578 * src/prefs_account.c
579 remove the hyphen from plug-ins to
580 match everywhere else
582 2007-08-08 [wwp] 2.10.0cvs105
584 * src/prefs_folder_item.c
585 Fix an extraneous stealth ^L char.
587 2007-08-08 [wwp] 2.10.0cvs104
589 * src/prefs_folder_item.c
590 Better fix, group variables declarations (USE_ASPELL).
592 2007-08-08 [wwp] 2.10.0cvs103
594 * src/prefs_folder_item.c
595 Fix compilation w/ USE_ASPELL set (broken
598 2007-08-08 [ticho] 2.10.0cvs102
600 * src/prefs_folder_item.c
601 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
603 2007-08-08 [colin] 2.10.0cvs101
606 * src/etpan/imap-thread.c
607 * src/etpan/imap-thread.h
608 Close selected mailbox before doing
611 2007-08-08 [colin] 2.10.0cvs100
614 Complete symbol table, thanks to wwp.
615 Fixes bug 1284, 'The html -> text
616 converter ignores entities'
620 2007-08-08 [colin] 2.10.0cvs99
623 Better way to fetch UIDs on non-UIDPLUS servers
625 2007-08-07 [colin] 2.10.0cvs98
628 fix bug 1275, 'auto-saved draft messages not
629 always being removed'; Also, make multiple
630 copy (in the same account) faster by matching
631 source/destination message UIDs.
633 Don't try to reshow deleted mail
635 Fix leak on error path
637 2007-08-07 [wwp] 2.10.0cvs97
640 * manual/advanced.xml
641 * manual/fr/account.xml
642 * manual/fr/advanced.xml
643 Updated the reference manual and the French translation to
644 reflect 2.10.0cvs84: enable running folder Processing
647 2007-08-06 [wwp] 2.10.0cvs96
652 Allow changing the emphasis color used to highlight
653 the newsreader/x-mailer header value when it matches
654 our preferred mail agent (hidden pref 'emphasis_col' added
657 2007-08-06 [colin] 2.10.0cvs95
661 Re-commit 2.10.0cvs86, with a protection
662 against Pango bug. Also, try to fix
663 bug 1275, 'auto-saved draft messages not
664 always being removed'
666 2007-08-06 [wwp] 2.10.0cvs94
668 * src/gtk/quicksearch.c
669 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
671 2007-08-06 [ticho] 2.10.0cvs93
673 * src/prefs_account.c
675 Use GtkComboBox instead of GtkOptionMenu for privacy system
676 selection in account preferences.
678 2007-08-06 [wwp] 2.10.0cvs92
680 * src/plugins/pgpcore/plugin.def
681 Apply one more chunk from gpg4win's 03-w32-port patch.
683 2007-08-05 [colin] 2.10.0cvs91
687 reverting buggy patch for now
689 2007-08-05 [colin] 2.10.0cvs90
694 2007-08-04 [colin] 2.10.0cvs89
696 * src/prefs_summaries.c
697 * src/summary_search.c
698 Replace deprecated widgets. Patch by
701 2007-08-04 [colin] 2.10.0cvs88
704 Refresh GUI only every 2000 mails on mh_get_last_num
705 This is fast (readdir) and done only once per
708 2007-08-03 [colin] 2.10.0cvs87
710 * src/prefs_account.c
713 Fix a deprecated widget. Patch by
716 2007-08-03 [colin] 2.10.0cvs86
720 Make colorisation and wrapping algorithms
721 faster. Fixes bug 1246, 'compose becomes
722 increasingly slow replying to complex emails'
724 2007-08-03 [paul] 2.10.0cvs85
727 keep the window painted
729 2007-08-02 [paul] 2.10.0cvs84
734 enable running folder Processing
737 2007-08-02 [paul] 2.10.0cvs83
740 speed up/clean up rendering of larger
744 2007-08-01 [paul] 2.10.0cvs82
749 change default toolbar layout on maemo
750 * src/pixmaps/close.xpm
751 make the red cross a grey cross
752 * src/pixmaps/jpilot.xpm
753 make icon smaller so it fits better
755 2007-07-31 [paul] 2.10.0cvs81
759 fix crash on maemo on first launch
761 2007-07-30 [paul] 2.10.0cvs80
763 * src/prefs_matcher.c
764 specify the units of age and size
766 2007-07-30 [paul] 2.10.0cvs79
769 Fix IMAP timeout setting
771 2007-07-30 [colin] 2.10.0cvs78
773 * src/prefs_account.c
774 Fix a deprecated widget. Patch by
777 2007-07-27 [paul] 2.10.0cvs77
779 * src/matcher_parser_parse.y
780 * src/prefs_filtering_action.c
781 * src/prefs_matcher.c
782 these changes forgotten in cvs74's
783 'watch thread' feature
785 2007-07-27 [paul] 2.10.0cvs76
788 fix potential crasher
791 2007-07-27 [paul] 2.10.0cvs75
797 make mainwindow's /Help/Manual point to the
798 remote copy if the local copy doesn't exist
800 2007-07-27 [paul] 2.10.0cvs74
808 * src/matcher_parser_parse.y
817 * src/pixmaps/watchthread.xpm
818 add 'watch thread' feature
820 2007-07-27 [paul] 2.10.0cvs73
822 * src/prefs_folder_item.c
823 adjust labels, add tooltips
825 2007-07-27 [colin] 2.10.0cvs72
828 Maemo: Remove less used menu items
830 2007-07-26 [colin] 2.10.0cvs71
833 Maemo: destroy messageview after trashing mail.
834 Maybe should be done on X11 too
836 2007-07-26 [colin] 2.10.0cvs70
843 Add View/Show or Hide/Column headers
845 2007-07-26 [colin] 2.10.0cvs69
850 2007-07-26 [colin] 2.10.0cvs68
853 Fix possible crash on cache invalidation
857 * src/quote_fmt_parse.y
858 Make replying to mails with big attachments
859 much faster. Fixes bug 1224, 'The process of
860 Replying to emails with large attachments
861 seems unreasonably long...'
863 2007-07-26 [colin] 2.10.0cvs67
868 Fix threads use on BSDs
870 2007-07-26 [paul] 2.10.0cvs66
872 * src/gtk/prefswindow.c
873 fix account prefs breakage
876 2007-07-26 [paul] 2.10.0cvs65
879 standardise ./configure --help messages
881 2007-07-26 [colin] 2.10.0cvs64
885 Fix two vCard-related crashes
887 2007-07-25 [colin] 2.10.0cvs63
892 * src/prefs_receive.c
893 Maemo: Add a better way to notify of
899 Maemo: Various layout fixes
900 * src/gtk/prefswindow.c
901 Maemo: Better prefs layout
903 2007-07-25 [paul] 2.10.0cvs62
906 fix the layout on maemo
909 2007-07-25 [iwkse] 2.10.0cvs61
912 add 'o' shortcut on summaryview
914 2007-07-25 [iwkse] 2.10.0cvs60
919 2007-07-24 [colin] 2.10.0cvs59
922 Fix missing timestamp update on source
926 Better text layout on part's choices
928 2007-07-23 [colin] 2.10.0cvs58
932 Maemo: Automatically choose the correct application
934 * src/gtk/quicksearch.c
935 Make search run on GDK_KP_Enter too
937 2007-07-23 [wwp] 2.10.0cvs57
939 * src/quote_fmt_lex.l
940 Revert accidentaly committed lines (account_sig) in
943 2007-07-23 [wwp] 2.10.0cvs56
945 * src/quote_fmt_lex.l
946 Fix typos around long form expressions in the quote lexer.
952 2007-07-23 [colin] 2.10.0cvs55
955 Fix auto-completion on Maemo
957 2007-07-23 [colin] 2.10.0cvs54
960 Maemo: Fix sticking statusbars
962 2007-07-22 [colin] 2.10.0cvs53
965 Maemo: Fix the strange "top_application" info
966 at startup. We should do something when
967 receiving such a message.
969 2007-07-20 [paul] 2.10.0cvs52
972 add missing #include "statusbar.h"
974 2007-07-20 [colin] 2.10.0cvs51
978 * src/folder_item_prefs.c
979 * src/folder_item_prefs.h
987 * src/prefs_folder_item.c
988 Implement age-based caching: allow to
989 specify a threshold for the offline synchronisation
990 feature, and whether old cached bodies should
995 * src/plugins/dillo_viewer/dillo_viewer.c
996 Check that Dillo's installed
998 2007-07-20 [wwp] 2.10.0cvs50
1001 * src/stock_pixmap.c
1002 Draw a frame around the selected mimeview part icon (instead of the
1003 shifted 'dancing' icon).
1005 2007-07-20 [colin] 2.10.0cvs49
1008 Unref stuff even on error
1010 disconnect signals only at the very
1011 end of the wizard save.
1013 2007-07-20 [colin] 2.10.0cvs48
1019 Fix random crashes while navigating
1022 2007-07-19 [colin] 2.10.0cvs47
1026 * src/prefs_common.c
1027 * src/prefs_common.h
1030 * src/common/utils.c
1031 Maemo: add an easy way to store data (mails
1032 and IMAP/NNTP caches) on one of the SD cards,
1033 and protect against unmounts if needed
1035 2007-07-19 [paul] 2.10.0cvs46
1038 * src/stock_pixmap.c
1040 * src/pixmaps/claws-mail_logo-small.xpm
1041 implement a (slightly) different About
1042 dialog for maemo and add a small version
1045 use a scrolled window for wizard page 1
1048 2007-07-19 [paul] 2.10.0cvs45
1051 too soon for this line
1053 2007-07-19 [paul] 2.10.0cvs44
1058 2007-07-19 [colin] 2.10.0cvs43
1061 Solve Mail/Mailbox name when specifying
1064 2007-07-18 [colin] 2.10.0cvs42
1070 2007-07-18 [colin] 2.10.0cvs41
1073 Maemo: plug the online/offline system into
1074 maemo's interfaces to have Claws automatically
1075 switch according to the system status
1077 Maemo: use HildonBanners to display status
1078 messages. Renders the main statusbar useless.
1080 2007-07-18 [paul] 2.10.0cvs40
1083 fix screen blanking on moving/copying many msgs
1085 fix processing progressbar and screen blanking
1088 2007-07-18 [paul] 2.10.0cvs39
1091 revert cvs37, breakage on maemo
1093 2007-07-18 [paul] 2.10.0cvs38
1095 * src/gtk/gtkutils.c
1096 make sure we can still build with older GTK's
1098 2007-07-18 [colin] 2.10.0cvs37
1101 Only hide the small layout's messageview, instead
1102 of destroying it when closing
1103 * src/gtk/gtkutils.c
1104 Use gtk_window_present_with_time to popup windows,
1105 it seems to make things better with modern WMs
1108 2007-07-17 [colin] 2.10.0cvs36
1111 Simplify layout on Maemo
1114 * src/prefs_display_header.c
1115 Remove some headers by default on Maemo
1117 2007-07-17 [paul] 2.10.0cvs35
1119 * src/prefs_common.c
1120 * src/prefs_common.h
1121 * src/prefs_logging.c
1123 add options to stop/enable writing logs to disc
1125 2007-07-17 [paul] 2.10.0cvs34
1128 fix some issues with the Apply tags window:
1129 - set search column (enables autocompl in the treeview)
1130 - apply tag from "New tag" if it existed
1131 - clears New tag entry when adding it with the button
1134 2007-07-17 [paul] 2.10.0cvs33
1137 fix 'apply tags' dialogue weirdness
1139 2007-07-16 [colin] 2.10.0cvs32
1142 Fix double-loading of mails on Maemo
1144 2007-07-16 [colin] 2.10.0cvs31
1147 Prevent double-loading of the same part under some
1148 conditions; hide statusbar on Maemo
1150 2007-07-16 [colin] 2.10.0cvs30
1156 Improve the tag interface - allow
1157 to set/unset tags from a special
1159 * src/gtk/gtkvscrollbutton.c
1162 * src/stock_pixmap.c
1163 Fix Mimeview's ugly hacks in the
1166 2007-07-16 [paul] 2.10.0cvs29
1170 * src/gtk/icon_legend.c
1171 put it all in a scrolled window
1173 2007-07-15 [colin] 2.10.0cvs28
1176 Maemo: force layout to be Small screen; the
1177 others don't make sense
1179 2007-07-14 [colin] 2.10.0cvs27
1182 * src/gtk/gtkvscrollbutton.c
1183 Maemo: Fix mimeview's buttons size
1185 2007-07-14 [colin] 2.10.0cvs26
1188 Fix the button workaround fix.
1189 (Use the correct variable)
1191 2007-07-14 [colin] 2.10.0cvs25
1195 Maemo: put the progress bar in the
1198 2007-07-14 [colin] 2.10.0cvs24
1200 * src/prefs_common.c
1201 Maemo: hide statusbar by default
1203 * src/stock_pixmap.c
1204 * src/stock_pixmap.h
1206 * src/pixmaps/go_folders.xpm
1207 Maemo: Add a specific icon to go back to
1210 2007-07-14 [colin] 2.10.0cvs23
1213 Don't set homogeneous finally
1215 2007-07-14 [colin] 2.10.0cvs22
1218 Fix button show/hide issues
1220 2007-07-14 [colin] 2.10.0cvs21
1224 Fix button workaround to be able to click
1225 if mouse was on button when it went un-
1227 Revert previous commit, gtk_tool_item_set_homogeneous
1228 doesn't mean what it seems to mean ;-)
1230 2007-07-14 [paul] 2.10.0cvs20
1233 make homogeneous FALSE always
1235 2007-07-13 [colin] 2.10.0cvs19
1239 Rework to fit the non-deprecated API
1245 Maemo layout changes. Better toolbars,
1246 removal of CTree headers.
1248 2007-07-13 [paul] 2.10.0cvs18
1250 * src/gtk/colorlabel.c
1251 fix bug 1261, '[DE] coloring messages in overview
1252 keys are not localised'
1253 the string is now included in claws-mail.pot
1255 2007-07-13 [colin] 2.10.0cvs17
1258 Fix bug 1267, 'printing mutliple messages
1259 opens one message-dialog after the other'
1260 Ask for confirmation when printing 10
1263 2007-07-11 [colin] 2.10.0cvs16
1268 * manual/claws-mail-manual.xml
1270 * manual/es/claws-mail-manual.xml
1272 * manual/fr/claws-mail-manual.xml
1295 * src/addressbook_foldersel.c
1296 * src/addressbook_foldersel.h
1320 * src/customheader.c
1321 * src/customheader.h
1322 * src/displayheader.c
1323 * src/displayheader.h
1326 * src/editaddress_other_attributes_ldap.c
1327 * src/editaddress_other_attributes_ldap.h
1336 * src/editldap_basedn.c
1337 * src/editldap_basedn.h
1358 * src/folder_item_prefs.c
1359 * src/folder_item_prefs.h
1368 * src/grouplistdialog.c
1369 * src/grouplistdialog.h
1374 * src/image_viewer.c
1375 * src/image_viewer.h
1416 * src/matcher_parser.h
1417 * src/matcher_parser_lex.l
1418 * src/matcher_parser_parse.y
1421 * src/message_search.c
1422 * src/message_search.h
1441 * src/partial_download.c
1442 * src/partial_download.h
1447 * src/prefs_account.c
1448 * src/prefs_account.h
1449 * src/prefs_actions.c
1450 * src/prefs_actions.h
1451 * src/prefs_common.c
1452 * src/prefs_common.h
1453 * src/prefs_compose_writing.c
1454 * src/prefs_compose_writing.h
1455 * src/prefs_customheader.c
1456 * src/prefs_customheader.h
1457 * src/prefs_display_header.c
1458 * src/prefs_display_header.h
1459 * src/prefs_ext_prog.c
1460 * src/prefs_ext_prog.h
1461 * src/prefs_filtering.c
1462 * src/prefs_filtering.h
1463 * src/prefs_filtering_action.c
1464 * src/prefs_filtering_action.h
1465 * src/prefs_folder_column.c
1466 * src/prefs_folder_column.h
1467 * src/prefs_folder_item.c
1468 * src/prefs_folder_item.h
1473 * src/prefs_image_viewer.c
1474 * src/prefs_image_viewer.h
1475 * src/prefs_logging.c
1476 * src/prefs_logging.h
1477 * src/prefs_matcher.c
1478 * src/prefs_matcher.h
1479 * src/prefs_message.c
1480 * src/prefs_message.h
1481 * src/prefs_msg_colors.c
1482 * src/prefs_msg_colors.h
1487 * src/prefs_receive.c
1488 * src/prefs_receive.h
1491 * src/prefs_spelling.c
1492 * src/prefs_spelling.h
1493 * src/prefs_summaries.c
1494 * src/prefs_summaries.h
1495 * src/prefs_summary_column.c
1496 * src/prefs_summary_column.h
1497 * src/prefs_summary_open.c
1498 * src/prefs_summary_open.h
1499 * src/prefs_template.c
1500 * src/prefs_template.h
1501 * src/prefs_themes.c
1502 * src/prefs_themes.h
1503 * src/prefs_toolbar.c
1504 * src/prefs_toolbar.h
1505 * src/prefs_wrapping.c
1506 * src/prefs_wrapping.h
1516 * src/quote_fmt_lex.l
1517 * src/quote_fmt_parse.y
1520 * src/remotefolder.c
1521 * src/remotefolder.h
1522 * src/send_message.c
1523 * src/send_message.h
1526 * src/simple-gettext.c
1527 * src/sourcewindow.c
1528 * src/sourcewindow.h
1533 * src/stock_pixmap.c
1534 * src/stock_pixmap.h
1535 * src/summary_search.c
1536 * src/summary_search.h
1553 * src/common/base64.c
1554 * src/common/base64.h
1555 * src/common/claws.c
1556 * src/common/claws.h
1558 * src/common/fnmatch.c
1559 * src/common/fnmatch.h
1560 * src/common/fnmatch_loop.c
1561 * src/common/hooks.c
1562 * src/common/hooks.h
1567 * src/common/mgutils.c
1568 * src/common/mgutils.h
1571 * src/common/passcrypt.c
1572 * src/common/passcrypt.h.in
1573 * src/common/plugin.c
1574 * src/common/plugin.h
1575 * src/common/prefs.c
1576 * src/common/prefs.h
1577 * src/common/progressindicator.c
1578 * src/common/progressindicator.h
1579 * src/common/quoted-printable.c
1580 * src/common/quoted-printable.h
1581 * src/common/session.c
1582 * src/common/session.h
1585 * src/common/socket.c
1586 * src/common/socket.h
1589 * src/common/ssl_certificate.c
1590 * src/common/ssl_certificate.h
1591 * src/common/string_match.c
1592 * src/common/string_match.h
1593 * src/common/stringtable.c
1594 * src/common/stringtable.h
1597 * src/common/template.c
1598 * src/common/template.h
1599 * src/common/timing.h
1600 * src/common/utils.c
1601 * src/common/utils.h
1602 * src/common/uuencode.c
1603 * src/common/uuencode.h
1604 * src/common/version.h.in
1605 * src/common/w32_dirent.c
1606 * src/common/w32_reg.c
1607 * src/common/w32_signal.c
1608 * src/common/w32_stat.c
1609 * src/common/w32_stdlib.c
1610 * src/common/w32_string.c
1611 * src/common/w32_time.c
1612 * src/common/w32_unistd.c
1613 * src/common/w32_wait.c
1614 * src/common/w32lib.h
1617 * src/common/xmlprops.c
1618 * src/common/xmlprops.h
1619 * src/etpan/etpan-errors.h
1620 * src/etpan/etpan-thread-manager-types.h
1621 * src/etpan/etpan-thread-manager.c
1622 * src/etpan/etpan-thread-manager.h
1623 * src/etpan/imap-thread.c
1624 * src/etpan/imap-thread.h
1627 * src/gtk/colorlabel.c
1628 * src/gtk/colorlabel.h
1629 * src/gtk/colorsel.c
1630 * src/gtk/colorsel.h
1631 * src/gtk/combobox.c
1632 * src/gtk/combobox.h
1633 * src/gtk/description_window.c
1634 * src/gtk/description_window.h
1637 * src/gtk/foldersort.c
1638 * src/gtk/foldersort.h
1639 * src/gtk/gtkaspell.c
1640 * src/gtk/gtkaspell.h
1641 * src/gtk/gtksctree.c
1642 * src/gtk/gtkshruler.c
1643 * src/gtk/gtkshruler.h
1644 * src/gtk/gtksourceprintjob.c
1645 * src/gtk/gtksourceprintjob.h
1646 * src/gtk/gtkutils.c
1647 * src/gtk/gtkutils.h
1648 * src/gtk/gtkvscrollbutton.c
1649 * src/gtk/gtkvscrollbutton.h
1650 * src/gtk/icon_legend.c
1651 * src/gtk/icon_legend.h
1652 * src/gtk/inputdialog.c
1653 * src/gtk/inputdialog.h
1654 * src/gtk/logwindow.c
1655 * src/gtk/logwindow.h
1656 * src/gtk/manage_window.c
1657 * src/gtk/manage_window.h
1660 * src/gtk/pluginwindow.c
1661 * src/gtk/pluginwindow.h
1662 * src/gtk/prefswindow.c
1663 * src/gtk/prefswindow.h
1664 * src/gtk/progressdialog.c
1665 * src/gtk/progressdialog.h
1666 * src/gtk/quicksearch.c
1667 * src/gtk/quicksearch.h
1668 * src/gtk/sslcertwindow.c
1669 * src/gtk/sslcertwindow.h
1670 * src/plugins/bogofilter/bogofilter.c
1671 * src/plugins/bogofilter/bogofilter.h
1672 * src/plugins/bogofilter/bogofilter_gtk.c
1673 * src/plugins/clamav/clamav_plugin.c
1674 * src/plugins/clamav/clamav_plugin.h
1675 * src/plugins/clamav/clamav_plugin_gtk.c
1676 * src/plugins/demo/demo.c
1677 * src/plugins/dillo_viewer/dillo_prefs.c
1678 * src/plugins/dillo_viewer/dillo_prefs.h
1679 * src/plugins/dillo_viewer/dillo_viewer.c
1680 * src/plugins/pgpcore/passphrase.c
1681 * src/plugins/pgpcore/passphrase.h
1682 * src/plugins/pgpcore/pgp_viewer.c
1683 * src/plugins/pgpcore/pgp_viewer.h
1684 * src/plugins/pgpcore/plugin.c
1685 * src/plugins/pgpcore/prefs_gpg.c
1686 * src/plugins/pgpcore/prefs_gpg.h
1687 * src/plugins/pgpcore/select-keys.c
1688 * src/plugins/pgpcore/select-keys.h
1689 * src/plugins/pgpcore/sgpgme.c
1690 * src/plugins/pgpcore/sgpgme.h
1691 * src/plugins/pgpinline/pgpinline.c
1692 * src/plugins/pgpinline/pgpinline.h
1693 * src/plugins/pgpinline/plugin.c
1694 * src/plugins/pgpmime/pgpmime.c
1695 * src/plugins/pgpmime/pgpmime.h
1696 * src/plugins/pgpmime/plugin.c
1697 * src/plugins/spamassassin/spamassassin.c
1698 * src/plugins/spamassassin/spamassassin.h
1699 * src/plugins/spamassassin/spamassassin_gtk.c
1700 * src/plugins/trayicon/trayicon.c
1701 * src/plugins/trayicon/trayicon_prefs.c
1702 * src/plugins/trayicon/trayicon_prefs.h
1703 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1704 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1705 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1706 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1707 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1708 * tools/OOo2claws-mail.pl
1709 * tools/README.sylprint
1710 * tools/acroread2claws-mail.pl
1711 * tools/claws-mail-compose-insert-files.pl
1712 * tools/convert_mbox.pl
1713 * tools/filter_conv.pl
1714 * tools/filter_conv_new.pl
1716 * tools/freshmeat_search.pl
1717 * tools/google_search.pl
1718 * tools/kmail-mailbox2claws-mail.pl
1719 * tools/kmail2claws-mail.pl
1720 * tools/kmail2claws-mail_v2.pl
1722 * tools/make.themes.project
1723 * tools/multiwebsearch.pl
1724 * tools/nautilus2claws-mail.sh
1725 * tools/outlook2claws-mail.pl
1726 * tools/textviewer.sh
1727 * tools/thunderbird-filters-convertor.pl
1730 * tools/vcard2xml.py
1731 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1732 Upgrade to GPLv3 or later.
1734 2007-07-10 [wwp] 2.10.0cvs15
1737 Fix re-opening of all composing messages that were
1738 opened when closing the previous instance, thanks
1741 2007-07-10 [paul] 2.10.0cvs14
1743 * src/editaddress_other_attributes_ldap.c
1745 fix crash on selecting 'other attributes' combo
1746 for either a new entry or an old entry with no
1747 existing attributes.
1748 fix bug on editing multiple attributes which
1749 resulted them all having the value of the last
1753 2007-07-10 [colin] 2.10.0cvs13
1756 * src/editaddress_other_attributes_ldap.h
1758 Fix --disable-ldap build
1760 2007-07-09 [colin] 2.10.0cvs12
1766 * src/editaddress_other_attributes_ldap.c
1767 * src/editaddress_other_attributes_ldap.h
1772 Add capability to edit all inetOrgPerson
1773 attributes on LDAP. Patch by Michael
1776 2007-07-09 [colin] 2.10.0cvs11
1782 * src/prefs_summaries.c
1783 * src/prefs_themes.c
1785 * src/common/Makefile.am
1787 * src/common/timing.h
1788 * src/common/utils.c
1789 * src/common/utils.h
1790 * src/common/w32_account.c
1791 * src/common/w32lib.h
1792 * src/gtk/Makefile.am
1793 * src/gtk/colorlabel.c
1794 * src/plugins/pgpcore/Makefile.am
1795 * src/plugins/pgpcore/claws.def
1796 * src/plugins/pgpcore/passphrase.c
1797 * src/plugins/pgpcore/pgp_viewer.c
1798 * src/plugins/pgpcore/plugin.def
1799 * src/plugins/pgpcore/sgpgme.c
1800 * src/plugins/pgpinline/Makefile.am
1801 * src/plugins/pgpinline/claws.def
1802 * src/plugins/pgpinline/mypgpcore.def
1803 * src/plugins/pgpinline/plugin.def
1804 * src/plugins/pgpmime/Makefile.am
1805 * src/plugins/pgpmime/claws.def
1806 * src/plugins/pgpmime/mypgpcore.def
1807 * src/plugins/pgpmime/plugin.def
1808 Commit win32 patch, from Werner Koch and
1811 2007-07-09 [colin] 2.10.0cvs10
1813 * src/prefs_toolbar.c
1814 Fix crash when no actions exist
1816 2007-07-07 [paul] 2.10.0cvs9
1819 * manual/claws-mail-manual.xml
1820 update copyright year
1822 updated by Flammie Pirinen
1824 2007-07-05 [wwp] 2.10.0cvs8
1826 * src/plugins/clamav/clamav_plugin_gtk.c
1827 Make vertical spacing like in other plugin prefs pages.
1829 2007-07-05 [wwp] 2.10.0cvs7
1832 It's %am that works, not %ae (this doc incoherence has been
1833 introduced with 2.9.2cvs13).
1835 2007-07-04 [wwp] 2.10.0cvs6
1837 * src/plugins/bogofilter/bogofilter.c
1838 Gettext-ize an occurrence of "Any" that wasn't.
1840 2007-07-04 [colin] 2.10.0cvs5
1843 Fix untranslated strings; thanks
1846 2007-07-03 [colin] 2.10.0cvs4
1850 Fix saving of sort mode for tags and
1851 thread date. Thanks to Pierre Ossman.
1852 Completes fix for bug 1233
1854 2007-07-03 [paul] 2.10.0cvs3
1862 2007-07-02 [colin] 2.10.0cvs2
1868 Add View/Sort/by Thread date
1869 Fixes bug 1233, 'Capability to sort
1870 threads by most recent message'
1871 Based on a patch by Paul Rolland
1873 2007-07-02 [colin] 2.10.0cvs1
1890 * src/matcher_parser_parse.y
1894 * src/prefs_common.c
1895 * src/prefs_common.h
1896 * src/prefs_filtering_action.c
1897 * src/prefs_matcher.c
1898 * src/prefs_summary_column.c
1902 * src/quote_fmt_lex.l
1903 * src/quote_fmt_parse.y
1907 * src/common/Makefile.am
1911 * src/gtk/quicksearch.c
1912 * src/gtk/quicksearch.h
1913 Add Tags implementation. Tags are arbitrary labels
1914 that can be applied to messages. It is possible
1915 to create, edit, remove tags; apply them to mails;
1916 filter on tags or tag presence; apply or unset
1917 tags via filtering actions; reference tags in
1920 2007-07-02 [paul] 2.10.0
1927 2007-07-02 [paul] 2.9.2cvs78
1937 updated by Stephan Sachse, me, Ricardo Mones
1938 Lastra, Fabien Vantard, Pader Rezso, Frederico
1939 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1941 2007-07-02 [paul] 2.9.2cvs77
1946 2007-06-29 [wwp] 2.9.2cvs76
1949 Fix a typo (thanks to Ricardo for finding this out).
1951 2007-06-28 [paul] 2.9.2cvs75
1956 2007-06-28 [paul] 2.9.2cvs74
1959 fix bug in the autotools build system.
1960 Files cataloged under EXTRA_DIST were never
1961 automatically copied to the build tree.
1962 (fix 'make distcheck')
1963 Patch by Michael Rasmussen.
1965 2007-06-24 [colin] 2.9.2cvs73
1968 Fix bug 1249, 'Error handling for
1969 news errors needs modification'
1970 Only popup error if the according
1971 pref in Prefs/Receive is set.
1973 2007-06-21 [colin] 2.9.2cvs72
1975 * src/common/plugin.c
1976 * src/common/plugin.h
1977 Change plugin API to know whether it's safe to
1978 unload plugins or whether we should just hide
1979 them. Fixes bug 1248, 'Core dumps after
1980 unloading plugin and clicking on load plugins'
1981 * src/plugins/bogofilter/bogofilter.c
1982 * src/plugins/clamav/clamav_plugin.c
1983 * src/plugins/demo/demo.c
1984 * src/plugins/dillo_viewer/dillo_viewer.c
1985 * src/plugins/pgpcore/plugin.c
1986 * src/plugins/pgpinline/plugin.c
1987 * src/plugins/pgpmime/plugin.c
1988 * src/plugins/spamassassin/spamassassin.c
1989 * src/plugins/trayicon/trayicon.c
1992 2007-06-19 [colin] 2.9.2cvs71
1996 Fix crash mentioned in bug 1246
1997 Race condition when automatically drafting
1998 due to insertion on reedit.
2000 2007-06-18 [wwp] 2.9.2cvs70
2003 LDIF import: use a "Proceed" button to complete
2006 2007-06-18 [paul] 2.9.2cvs69
2009 use pkgconfig to check for gtk and glib
2011 2007-06-17 [wwp] 2.9.2cvs68
2015 LDIF import: better error handling, minor code
2016 and UI cleanup, and renamed the Save button
2017 to Close, as imported stuff is already saved
2018 when the Save button is shown.
2020 2007-06-17 [colin] 2.9.2cvs67
2022 * src/prefs_summaries.c
2024 Don't set as read when forwarded, only replied to
2026 2007-06-17 [paul] 2.9.2cvs66
2029 add missing #include
2031 2007-06-16 [colin] 2.9.2cvs65
2033 * src/prefs_summaries.c
2035 Change the pref "Only mark as read when opened
2036 in new window" to "..., replied to or forwarded".
2037 Based on a patch by Paul Rolland.
2039 2007-06-16 [paul] 2.9.2cvs64
2042 alphabetical order! :)
2044 2007-06-16 [colin] 2.9.2cvs63
2048 Add Michael Rasmussen in authors list
2050 2007-06-16 [colin] 2.9.2cvs62
2053 Fix messageview_copy_clipboard to take advantage
2054 of plugins' get_selection.
2056 2007-06-15 [colin] 2.9.2cvs61
2062 * src/message_search.c
2064 * src/summary_search.c
2067 Allow GDK_KP_Enter to do the same as GDK_Return
2068 Patch by Michael Rasmussen
2070 2007-06-15 [paul] 2.9.2cvs60
2073 fix bug when closing a compose window
2076 2007-06-14 [paul] 2.9.2cvs59
2080 migrate sylpheed config
2082 2007-06-14 [wwp] 2.9.2cvs58
2084 * src/gtk/pluginwindow.c
2085 Yet another attempt to fix sizing/alignment of the
2086 button bar in plugins window.
2088 2007-06-12 [colin] 2.9.2cvs57
2093 * src/prefs_common.c
2094 * src/prefs_common.h
2095 * src/prefs_summaries.c
2096 * src/prefs_summary_open.c
2097 * src/prefs_summary_open.h
2099 Make "when entering a folder" actions more personalisable
2101 2007-06-12 [wwp] 2.9.2cvs56
2104 Use short description from Paul (mairix.sh).
2106 2007-06-12 [wwp] 2.9.2cvs55
2109 Updated info about mairix.sh.
2111 2007-06-11 [paul] 2.9.2cvs54
2113 * src/prefs_logging.c
2114 rework log window length widgets
2115 and some sensitivity fixes
2117 2007-06-11 [paul] 2.9.2cvs53
2120 * src/prefs_logging.c
2121 rename 'Protocol Log' to 'Network Log'
2122 and some function renaming
2124 2007-06-10 [wwp] 2.9.2cvs52
2126 * src/gtk/pluginwindow.c
2129 2007-06-10 [wwp] 2.9.2cvs51
2131 * src/gtk/pluginwindow.c
2132 Fix button bar in plugin window, was centered and not
2133 behaving like other dialogs w/ such button bar.
2135 2007-06-08 [wwp] 2.9.2cvs50
2142 Provide a way out of automatic draft saving on IMAP, when
2144 Prevent drafting while sending and quitting while sending.
2149 2007-06-08 [wwp] 2.9.2cvs49
2151 * src/prefs_account.c
2152 * src/gtk/prefswindow.c
2153 * src/gtk/prefswindow.h
2154 Activate the Basic page when opening account prefs.
2156 2007-06-08 [wwp] 2.9.2cvs48
2158 * src/common/socket.c
2159 Don't crash if fork() fails, thanks to Colin.
2161 2007-06-08 [wwp] 2.9.2cvs47
2163 * src/gtk/prefswindow.c
2164 Wrap some long lines, and reset horizontal scroller's adjusment
2165 (this was already done, vertically), when changing tab (not page)
2168 2007-06-08 [paul] 2.9.2cvs46
2170 * src/common/utils.c
2171 use gethostname() instead of uname()
2172 based on a patch by Michael Hughes
2173 <Sylpheed-Claws_user@thehugheslogcabin.net>
2175 2007-06-07 [wwp] 2.9.2cvs45
2177 * src/prefs_common.c
2178 Fix some useless warnings, thanks to Colin.
2180 2007-06-06 [colin] 2.9.2cvs44
2183 Fix strange allocations.
2185 2007-06-06 [colin] 2.9.2cvs43
2188 Patch by Michael Rasmussus to help
2191 2007-06-05 [wwp] 2.9.2cvs42
2193 * src/prefs_account.c
2194 * src/prefs_folder_item.c
2198 Per-folder templates can now be applied recursively.
2199 Always save per-folder templates (formats were erroneously
2200 saved only if they were enabled).
2201 Check for validity of quotation marks everywhere there
2204 2007-06-05 [wwp] 2.9.2cvs41
2207 Fix incoming messages from local accounts always getting filtered
2208 (even if the account prefs say don't), thanks to Colin.
2210 2007-06-05 [wwp] 2.9.2cvs40
2214 Use per-folder/per-account quote chars when applying a
2215 template or inserting text as well. Const'ify some
2218 2007-06-04 [colin] 2.9.2cvs39
2221 More work for wwp :)
2223 2007-06-04 [wwp] 2.9.2cvs38
2226 Same as 2.9.2cvs36 but for forwarding.
2228 2007-06-04 [colin] 2.9.2cvs37
2231 Use original mail file for forward/redirect
2232 Fixes some forwarded mails to be attached as
2233 application/octet-stream (when they have binary
2234 parts), and incidentally fixes bug 848
2235 'Redirect breaks GnuPG'
2237 2007-06-04 [wwp] 2.9.2cvs36
2240 Fix quote mark mis-initialisation when replying/forwarding
2241 (introduced w/ 2.9.2cvs20).
2243 2007-06-04 [wwp] 2.9.2cvs35
2245 * src/prefs_compose_writing.c
2247 Fix a bug where Quotation characters (prefs/compose/writing)
2248 was cleared (introduced w/ 2.9.2cvs26).
2250 2007-06-04 [wwp] 2.9.2cvs34
2252 * src/prefs_account.c
2253 * src/prefs_account.h
2254 Better fix for compiling w/o aspell (rollbacks
2257 2007-06-04 [wwp] 2.9.2cvs33
2260 * src/prefs_account.c
2261 * src/prefs_account.h
2263 It's now possible to disable mail filtering plugins
2264 on a per-account basis.
2266 2007-06-04 [wwp] 2.9.2cvs32
2269 * src/common/utils.c
2270 * src/common/utils.h
2271 Support CRLF in headers part of messages.
2272 Support few more date formats (RFC3339 subsets).
2274 2007-06-04 [wwp] 2.9.2cvs31
2276 * src/prefs_account.c
2277 Fix compiling w/o aspell support.
2279 2007-06-03 [wwp] 2.9.2cvs30
2282 Don't decode leading ENV_ and ~ in P_PASSWORD
2285 2007-06-03 [wwp] 2.9.2cvs29
2288 Don't decode leading ENV_ and ~ in P_PASSWORD
2291 2007-06-03 [wwp] 2.9.2cvs28
2293 * src/prefs_account.c
2294 * src/gtk/prefswindow.c
2295 * src/gtk/prefswindow.h
2296 Added a way to force preloading of all pages
2298 Moved tabs to pages in account prefs.
2300 2007-06-02 [colin] 2.9.2cvs27
2303 Fix possible crash, fix ldap write bugs
2305 Fix ldap write bugs - patch by Michael
2309 Add a hook whenever alertpanel opens/closes
2311 2007-05-31 [wwp] 2.9.2cvs26
2313 * src/prefs_compose_writing.c
2315 Re-organized writing options a bit:
2316 - renamed the Quoting page to Templates
2317 - moved all composing templates to that page
2318 - moved non-templates options to the Writing one,
2319 grouped reply-related options, reordered reply and
2322 2007-05-31 [wwp] 2.9.2cvs25
2325 Removed unused code.
2327 2007-05-31 [colin] 2.9.2cvs24
2330 Fix missing display name when modifying
2331 LDAP. Patch by Michael Rasmussen
2333 2007-05-31 [wwp] 2.9.2cvs23
2335 * src/plugins/bogofilter/Makefile.am
2336 * src/plugins/clamav/Makefile.am
2337 * src/plugins/demo/Makefile.am
2338 * src/plugins/dillo_viewer/Makefile.am
2339 * src/plugins/spamassassin/Makefile.am
2340 Fix building of those plugins in Mac OS X.
2342 2007-05-30 [wwp] 2.9.2cvs22
2344 * src/gtk/quicksearch.c
2345 Fix missing initialization.
2347 2007-05-30 [wwp] 2.9.2cvs21
2350 Revert accidental commit (debug outputs).
2352 2007-05-30 [wwp] 2.9.2cvs20
2355 * src/folder_item_prefs.c
2356 * src/folder_item_prefs.h
2357 * src/prefs_account.c
2358 * src/prefs_account.h
2359 * src/prefs_folder_item.c
2362 Implemented per-account and per-folder
2363 compose/reply/forward formats.
2365 2007-05-30 [wwp] 2.9.2cvs19
2367 * src/prefs_compose_writing.c
2372 Internal API changes (factorize quote format
2375 2007-05-30 [colin] 2.9.2cvs18
2378 Fix race where it's possible to re-click Send
2379 between end of SMTP session and end of "move to
2380 sent folder" when sending an email with send
2383 2007-05-30 [colin] 2.9.2cvs17
2386 Ask for backtrace on all threads. Patch by
2389 Fix stale news statusbar when scanning fails.
2392 Fix some LDAP write updates bugs. Patch
2393 by Michael Rasmussen
2395 2007-05-29 [colin] 2.9.2cvs16
2398 Fix loss of local flags when moving mails
2399 on IMAP in high-bandwidth mode (UID FETCH)
2401 2007-05-25 [paul] 2.9.2cvs15
2403 * src/common/socket.c
2404 fix sometimes crasher on cancelling
2407 2007-05-25 [colin] 2.9.2cvs14
2412 Be more helpful in the subscription
2415 2007-05-23 [wwp] 2.9.2cvs13
2418 * src/prefs_compose_writing.c
2420 * src/prefs_template.c
2421 * src/prefs_template.h
2424 * src/quote_fmt_lex.l
2425 * src/quote_fmt_parse.y
2426 Introduced new syntax elements (symbols and commands)
2427 in templates/quote_fmt. Compatibility w/ old
2429 Updated and reworked the corresponding Information
2431 Display the line number in dialogs that talk about
2432 parser errors (in addition to the error message in
2435 2007-05-23 [wwp] 2.9.2cvs12
2437 * src/quote_fmt_parse.y
2438 Fix 2.9.2cvs11, probably a paste accident ;).
2440 2007-05-23 [wwp] 2.9.2cvs11
2443 * src/prefs_template.c
2445 * src/quote_fmt_parse.y
2446 Fix 2.9.2cvs10, which broke --disable-aspell.
2448 2007-05-22 [wwp] 2.9.2cvs10
2451 * src/prefs_template.c
2454 * src/quote_fmt_lex.l
2455 * src/quote_fmt_parse.y
2456 * src/gtk/gtkaspell.c
2457 * src/gtk/gtkaspell.h
2458 Added template/quote format syntactical elements
2460 - current dictionary
2461 %T to show (shows empty if not set or not enabled),
2462 ?T and !T to check if the default dictionary is
2464 - current account's default dictionary
2465 %aT to show (empty if not set or not enabled),
2466 ?aT and !aT to check if it's enabled and set
2467 - name completion for an address, from the address
2469 %ABf, %ABt, %ABc respectively show the full name got
2470 from the address book if From, To or Cc match a single
2472 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2473 matches any contact and if the full name is non-empty.
2474 If From, To or Cc are lists of email addresses, only
2475 the first address will be checked.
2476 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2477 that could show a trailing ','.
2478 Also, template/quote_fmt parser now shows the line number in case
2481 2007-05-15 [colin] 2.9.2cvs9
2485 Add a public function to know whether Claws
2487 Store opened folder when exiting
2490 Store last opened message in each FolderItem;
2491 Reset last seen messages if Claws crashed, so
2492 that one can't go in an infinite crash in case
2493 a particular mail crashes Claws.
2495 * src/prefs_common.c
2496 * src/prefs_common.h
2498 * src/prefs_summaries.c
2499 Add "Select last opened message" when entering
2501 Add "Select last opened folder" at startup.
2503 2007-05-14 [colin] 2.9.2cvs8
2506 Fix bashism, search for xml catalog
2507 in /usr/local/share/xml/catalog too
2510 2007-05-13 [wwp] 2.9.2cvs7
2512 * src/gtk/logwindow.c
2513 fix raising log windows when they are either minimized or
2516 2007-05-11 [colin] 2.9.2cvs6
2519 Use Hildon's file chooser on Maemo. Patch
2520 by Jean-Luc Biord; fixes part 2 of bug 1201,
2521 'File attachment "manipulation" bugs...'
2523 2007-05-10 [wwp] 2.9.2cvs5
2525 * src/prefs_common.c
2526 * src/prefs_common.h
2527 * src/gtk/quicksearch.c
2528 Add a quicksearch option to automatically run
2529 a search selected from the history (this option
2530 is exclusive towards type-ahead).
2532 2007-05-10 [colin] 2.9.2cvs4
2535 Fix g_warnings, thanks to Brian
2538 2007-05-09 [colin] 2.9.2cvs3
2543 * src/prefs_summaries.c
2546 * src/common/utils.c
2547 * src/gtk/gtksourceprintjob.c
2548 * src/gtk/sslcertwindow.c
2549 Use the re-entrant variant of time functions
2550 Probably fixes bug 1217, 'reentrancy problems
2551 with time functions'
2553 2007-05-09 [colin] 2.9.2cvs2
2556 Fix crasher when reconnection fails
2558 2007-05-08 [paul] 2.9.2cvs1
2564 bump version number following
2567 2007-05-08 [paul] 2.9.1cvs48
2569 * src/plugins/demo/demo.c
2570 * src/plugins/dillo_viewer/dillo_prefs.c
2571 * src/plugins/dillo_viewer/dillo_prefs.h
2572 * src/plugins/dillo_viewer/dillo_viewer.c
2573 * src/plugins/pgpcore/pgp_viewer.c
2574 * src/plugins/pgpcore/pgp_viewer.h
2575 * src/plugins/pgpcore/plugin.c
2576 * src/plugins/pgpcore/prefs_gpg.c
2577 * src/plugins/pgpcore/prefs_gpg.h
2578 * src/plugins/pgpcore/sgpgme.c
2579 * src/plugins/pgpcore/sgpgme.h
2580 * src/plugins/pgpinline/plugin.c
2581 * src/plugins/pgpmime/pgpmime.c
2582 * src/plugins/pgpmime/pgpmime.h
2583 * src/plugins/pgpmime/plugin.c
2584 * src/plugins/spamassassin/spamassassin.c
2585 * src/plugins/spamassassin/spamassassin.h
2586 * src/plugins/spamassassin/spamassassin_gtk.c
2587 * src/plugins/trayicon/README
2589 * tools/README.sylprint
2590 * tools/outlook2claws-mail.pl
2592 * tools/tb2claws-mail
2593 * tools/tbird2claws.py
2595 * tools/vcard2xml.py
2596 * tools/kdeservicemenu/README
2597 cleanups and corrections
2599 2007-05-06 [wwp] 2.9.1cvs47
2602 Fix missing dash to `display` command-line, reported
2603 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2605 2007-05-06 [colin] 2.9.1cvs46
2608 * src/stock_pixmap.c
2609 * src/stock_pixmap.h
2610 * src/pixmaps/printer.xpm
2613 2007-05-06 [paul] 2.9.1cvs45
2618 * src/summary_search.c
2622 2007-05-05 [wwp] 2.9.1cvs44
2626 * src/prefs_actions.c
2630 Fix "faild" typos everywhere and capitalization of
2633 2007-05-04 [colin] 2.9.1cvs43
2638 * src/plugins/pgpcore/prefs_gpg.c
2639 * src/plugins/pgpcore/prefs_gpg.h
2640 * src/plugins/pgpinline/pgpinline.c
2641 * src/plugins/pgpmime/pgpmime.c
2642 Add an API to warn about encryption limits,
2643 and allow to disable these warnings
2645 2007-05-03 [colin] 2.9.1cvs42
2649 Fix bug 1213, 'Delete more than
2652 2007-05-03 [wwp] 2.9.1cvs41
2654 * src/prefs_common.c
2655 * src/prefs_filtering.c
2656 * src/prefs_template.c
2657 * src/common/template.c
2658 * src/common/template.h
2659 * src/gtk/gtkutils.c
2660 * src/gtk/gtkutils.h
2661 Templates are no longer automatically sorted
2662 by name, but can be sorted manually using
2663 |< < > >| buttons as well as drag'n'drop.
2665 2007-05-03 [wwp] 2.9.1cvs40
2667 * src/plugins/spamassassin/spamassassin.c
2668 * src/plugins/spamassassin/spamassassin.h
2669 * src/plugins/spamassassin/spamassassin_gtk.c
2670 * src/plugins/bogofilter/bogofilter.c
2671 * src/plugins/bogofilter/bogofilter.h
2672 * src/plugins/bogofilter/bogofilter_gtk.c
2673 Added an option to conditionally mark saved spam
2674 as read (default is and was to do so).
2675 Satisfies feature request 1708539 on sf.net tracker.
2677 2007-05-03 [colin] 2.9.1cvs39
2680 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2682 2007-05-02 [colin] 2.9.1cvs38
2685 Fix bug 1209, 'Clicking on address
2686 in header (mailto uri) selects
2687 default account'. Patch adapted from
2690 2007-05-02 [colin] 2.9.1cvs37
2692 * src/grouplistdialog.c
2693 Set cursor to wait cursor while loading
2696 2007-05-02 [paul] 2.9.1cvs36
2700 rename cache and mark files
2703 2007-04-30 [paul] 2.9.1cvs35
2705 * manual/glossary.xml
2706 * manual/plugins.xml
2707 updates. Patch by Ricardo
2709 2007-04-29 [wwp] 2.9.1cvs34
2713 Fix few grammatical errors (patch by David Relson < relson at
2714 osagesoftware dot com >).
2716 2007-04-28 [colin] 2.9.1cvs33
2720 * src/prefs_account.c
2721 * src/prefs_account.h
2722 Drop the "Download all" preference. It's
2723 stupidly useless and confuses people from
2726 2007-04-27 [wwp] 2.9.1cvs32
2729 * src/prefs_account.c
2730 * src/prefs_account.h
2731 Don't reflect accounts changes to the mainwindow when it's
2734 2007-04-27 [colin] 2.9.1cvs31
2737 Freeze/thaw when sync'ing flags
2739 * src/prefs_account.c
2740 * src/prefs_account.h
2741 * src/etpan/imap-thread.c
2742 * src/etpan/imap-thread.h
2743 Add a way to use UID FETCH instead
2744 of searches to fetch message lists
2745 and flags. More expensive towards
2746 bandwidth, less expensive towards
2747 server's CPU. Probably fixes
2748 bug 1158, 'Scanning new folders on
2749 Exchange 2007 extremely slow'.
2752 2007-04-27 [paul] 2.9.1cvs30
2755 * src/prefs_logging.c
2756 improvements to english usage
2758 2007-04-27 [colin] 2.9.1cvs29
2761 Fix build without libetpan (my bad!)
2763 2007-04-26 [colin] 2.9.1cvs28
2767 Fix uselessly exported function
2769 Consider "- -- \n" as signature separator
2770 (that's what signature separators look like
2771 in PGP/Inline signed mails)
2773 2007-04-26 [colin] 2.9.1cvs27
2776 libetpan-0.49 is now required
2778 Fix double fetching of mails if
2781 Make offline sync faster, by
2782 remembering last change time, and
2785 2007-04-26 [hoa] 2.9.1cvs26
2791 * src/etpan/imap-thread.c
2792 * src/etpan/imap-thread.h
2793 cancellation of IMAP operations is now allowed.
2794 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2796 2007-04-26 [colin] 2.9.1cvs25
2799 Always fetch body+headers in folders that are
2800 synched for offline use, if "Synchronise as
2801 soon as possible" is set.
2802 Fixes bug 1200, 'Add option to always retrieve full
2805 2007-04-25 [colin] 2.9.1cvs24
2808 Fix bug 1198, 'Reply-all "disappearing" address bug
2811 2007-04-24 [colin] 2.9.1cvs23
2814 Fix bug 1195, 'Hardware key navigation'
2815 Make GDK_Enter toggle expansion (Maemo)
2817 2007-04-24 [wwp] 2.9.1cvs22
2820 Fix few compiler warnings.
2822 2007-04-24 [paul] 2.9.1cvs21
2825 * src/stock_pixmap.c
2826 * src/stock_pixmap.h
2827 complete last commit
2829 2007-04-24 [paul] 2.9.1cvs20
2832 * src/pixmaps/active.xpm
2833 * src/pixmaps/checkbox_off.xpm
2834 * src/pixmaps/checkbox_on.xpm
2835 * src/pixmaps/inactive.xpm
2837 remove transparent border from checkbox icons
2839 2007-04-24 [wwp] 2.9.1cvs19
2843 Fix a crash in textview, thanks to Colin.
2845 2007-04-23 [wwp] 2.9.1cvs18
2847 * src/prefs_common.c
2848 Fix 2.9.1cvs5: no header was being translated at all.
2850 2007-04-23 [colin] 2.9.1cvs17
2853 * src/stock_pixmap.c
2854 * src/stock_pixmap.h
2857 * src/gtk/gtksctree.c
2858 * src/gtk/gtksctree.h
2859 * src/pixmaps/selection.xpm
2860 Fix bug 1193, 'Need a way to multi-select
2861 items'. Add a toggle button to the summaryview
2862 to switch between normal and multiple selection
2865 2007-04-23 [colin] 2.9.1cvs16
2868 * src/stock_pixmap.c
2869 * src/stock_pixmap.h
2872 * src/gtk/gtksctree.c
2873 * src/gtk/gtksctree.h
2874 * src/pixmaps/selection.xpm
2875 Fix bug 1193, 'Need a way to multi-
2877 Add a toggle button in the summaryview
2878 to enable normal or multiple selection.
2881 2007-04-23 [colin] 2.9.1cvs15
2884 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2886 2007-04-21 [colin] 2.9.1cvs14
2888 * src/gtk/quicksearch.c
2889 Fix previous commit (actually use correct
2892 2007-04-21 [colin] 2.9.1cvs13
2894 * src/gtk/quicksearch.c
2895 Fix changing quicksearch type (after Esc,
2896 after changing Recursive, ...)
2898 2007-04-20 [wwp] 2.9.1cvs12
2900 * src/gtk/Makefile.am
2901 Added headers.h (completes 2.9.1cvs5).
2903 2007-04-20 [wwp] 2.9.1cvs11
2906 Fix the use of display name in name column,
2907 it has been overriden w/ the use of nickname
2908 by 2.9.0cvs3. Now nickname is used (if any)
2909 in case of LDAP books only.
2911 2007-04-20 [colin] 2.9.1cvs10
2916 Add handling of 'a' to loop in a mail's
2919 2007-04-20 [colin] 2.9.1cvs9
2922 Fix bug 1190, 'dir_open' button doesn't work'
2925 2007-04-20 [colin] 2.9.1cvs8
2929 Fix bug 1194, 'Hardware keys move from email
2930 list to account/directory list, but not back
2931 to email list...' (Maemo)
2933 2007-04-20 [colin] 2.9.1cvs7
2936 complete previous commit
2938 2007-04-20 [colin] 2.9.1cvs6
2941 Fix bug 1187, 'Reply-to addressee disappears
2942 when reply-to text box is clicked...' (Maemo)
2944 2007-04-20 [wwp] 2.9.1cvs5
2952 * src/prefs_common.c
2953 * src/prefs_common.h
2954 * src/prefs_display_header.c
2955 * src/prefs_matcher.c
2958 * src/gtk/quicksearch.c
2959 Translate more header names according to the relevant option value,
2960 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2961 Replaced nearly all uses of prefs_common.trans_hdr with a call
2962 to prefs_common_translated_header_name().
2963 Added a headers.h reference file that contains known header names
2964 (RFC2822 and others) to the translation process' input, so that
2965 translated header names will still exist even if no occurrence of
2966 _("headername") is found anymore in the sources.
2967 Don't translate column name 'Number' following to trans_hdr option
2968 value as it's not a header name.
2970 2007-04-20 [colin] 2.9.1cvs4
2972 * src/gtk/quicksearch.c
2973 * src/gtk/quicksearch.h
2974 Add "From, To or Subject" quicksearch
2975 type. Patch by ulfschaper@users.sf.net
2977 2007-04-20 [colin] 2.9.1cvs3
2980 Implement proper references filtering condition.
2981 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2983 2007-04-19 [wwp] 2.9.1cvs2
2985 * src/prefs_display_header.c
2986 * src/message_search.c
2987 Fix few warnings (g_free of const gchar*).
2989 2007-04-19 [paul] 2.9.1cvs1
2995 bump version number following
2998 2007-04-19 [paul] 2.9.0cvs9
3000 * manual/advanced.xml
3001 * manual/glossary.xml
3004 2007-04-18 [paul] 2.9.0cvs8
3007 fix for CVE-2007-1558 (APOP)
3010 2007-04-18 [paul] 2.9.0cvs7
3016 Fix encoding woes wrt saving of
3020 2007-04-18 [colin] 2.9.0cvs6
3022 * src/gtk/pluginwindow.c
3023 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3025 2007-04-17 [wwp] 2.9.0cvs5
3031 Fix --disable-ldap build,
3032 fix some LDAP annoyances on
3033 searches, thanks to Colin.
3035 2007-04-17 [wwp] 2.9.0cvs4
3038 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3039 like gcc 2.9x. Thanks to Colin.
3041 2007-04-17 [wwp] 2.9.0cvs3
3057 Add LDAP write support. Patch mostly by
3058 Michael <mir at datanom dot net>
3060 2007-04-17 [wwp] 2.9.0cvs2
3063 Prepend "Add to address book" to the context menu of compose window's sender and
3066 2007-04-16 [paul] 2.9.0cvs1
3071 2007-04-16 [paul] 2.9.0
3078 2007-04-16 [paul] 2.8.1cvs102
3081 updated by Fabien Vantard
3083 2007-04-16 [paul] 2.8.1cvs101
3093 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3094 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3095 Aleksandar Urosevic, and Ralgh Young
3097 2007-04-15 [mones] 2.8.1cvs100
3102 2007-04-14 [colin] 2.8.1cvs99
3104 * src/message_search.c
3105 * src/prefs_display_header.c
3106 * src/summary_search.c
3107 * src/gtk/combobox.c
3110 2007-04-14 [wwp] 2.8.1cvs98
3112 * src/gtk/combobox.c
3113 * src/message_search.c
3114 * src/summary_search.c
3115 * src/prefs_display_header.c
3116 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3117 returns NULL, get the text value directly from the GtkEntry child.
3119 2007-04-13 [colin] 2.8.1cvs97
3121 * src/gtk/quicksearch.c
3122 Give the focus back to summaryview when
3123 emptying the quicksearch with Esc
3125 2007-04-13 [colin] 2.8.1cvs96
3127 * src/message_search.c
3128 * src/prefs_display_header.c
3129 * src/summary_search.c
3130 Fix possibles crashes when getting text
3133 2007-04-13 [colin] 2.8.1cvs95
3136 Add some UIDL debugging
3138 2007-04-12 [colin] 2.8.1cvs94
3141 Force folder scan if necessary after
3142 copying mails, to be able to reapply
3145 2007-04-11 [colin] 2.8.1cvs93
3148 don't scan for new mail on startup if --select
3149 is specified (or race conditions arise). If so,
3150 do both sequentially.
3152 2007-04-09 [colin] 2.8.1cvs92
3155 Use leafpad by default on Maemo. Patch
3158 2007-04-06 [colin] 2.8.1cvs91
3160 * src/pixmaps/queue_close.xpm
3161 * src/pixmaps/queue_close_hrm.xpm
3162 * src/pixmaps/queue_close_hrm_mark.xpm
3163 * src/pixmaps/queue_close_mark.xpm
3164 * src/pixmaps/queue_open.xpm
3165 * src/pixmaps/queue_open_hrm.xpm
3166 * src/pixmaps/queue_open_hrm_mark.xpm
3167 * src/pixmaps/queue_open_mark.xpm
3168 Move the clock one pixel down :)
3170 2007-04-05 [colin] 2.8.1cvs90
3173 Don't sync when switching offline from
3174 command line - it's usually too late :)
3176 2007-04-05 [paul] 2.8.1cvs89
3179 * src/stock_pixmap.c
3180 * src/pixmaps/dir_close_hrm.xpm
3181 * src/pixmaps/dir_close_hrm_mark.xpm
3182 * src/pixmaps/drafts_close.xpm
3183 * src/pixmaps/drafts_close_mark.xpm
3184 * src/pixmaps/drafts_open.xpm
3185 * src/pixmaps/drafts_open_mark.xpm
3186 * src/pixmaps/inbox.xpm
3187 * src/pixmaps/inbox_close.xpm
3188 * src/pixmaps/inbox_close_hrm.xpm
3189 * src/pixmaps/inbox_close_hrm_mark.xpm
3190 * src/pixmaps/inbox_close_mark.xpm
3191 * src/pixmaps/inbox_hrm.xpm
3192 * src/pixmaps/inbox_hrm_mark.xpm
3193 * src/pixmaps/inbox_mark.xpm
3194 * src/pixmaps/inbox_open.xpm
3195 * src/pixmaps/inbox_open_hrm.xpm
3196 * src/pixmaps/inbox_open_hrm_mark.xpm
3197 * src/pixmaps/inbox_open_mark.xpm
3198 * src/pixmaps/outbox.xpm
3199 * src/pixmaps/outbox_close.xpm
3200 * src/pixmaps/outbox_close_hrm.xpm
3201 * src/pixmaps/outbox_close_hrm_mark.xpm
3202 * src/pixmaps/outbox_close_mark.xpm
3203 * src/pixmaps/outbox_hrm.xpm
3204 * src/pixmaps/outbox_hrm_mark.xpm
3205 * src/pixmaps/outbox_mark.xpm
3206 * src/pixmaps/outbox_open.xpm
3207 * src/pixmaps/outbox_open_hrm.xpm
3208 * src/pixmaps/outbox_open_hrm_mark.xpm
3209 * src/pixmaps/outbox_open_mark.xpm
3210 * src/pixmaps/queue_close.xpm
3211 * src/pixmaps/queue_close_hrm.xpm
3212 * src/pixmaps/queue_close_hrm_mark.xpm
3213 * src/pixmaps/queue_close_mark.xpm
3214 * src/pixmaps/queue_open.xpm
3215 * src/pixmaps/queue_open_hrm.xpm
3216 * src/pixmaps/queue_open_hrm_mark.xpm
3217 * src/pixmaps/queue_open_mark.xpm
3218 updated, added and replaced icons
3221 2007-04-04 [colin] 2.8.1cvs88
3224 Fix build without libetpan
3226 2007-04-03 [colin] 2.8.1cvs87
3229 Fix crash with Citadel, and try to make
3230 things work. this server (and specifically
3231 STATUS and APPEND at least) seems broken.
3233 2007-04-03 [colin] 2.8.1cvs86
3236 Fix icons on folder close
3238 2007-04-03 [colin] 2.8.1cvs85
3241 Fix double-ask of offline override in
3246 Much more efficient way to synchronise
3248 * src/etpan/imap-thread.c
3251 * src/gtk/quicksearch.c
3254 2007-04-03 [paul] 2.8.1cvs84
3259 * src/prefs_common.c
3260 * src/prefs_common.h
3262 Fix sync being done too late
3265 2007-04-02 [colin] 2.8.1cvs83
3268 Maemo: Put status and quicksearch at the top
3269 * src/plugins/bogofilter/bogofilter.c
3270 * src/plugins/spamassassin/spamassassin.c
3271 Derive trash from inbox if possible
3273 2007-04-02 [paul] 2.8.1cvs82
3275 * src/plugins/bogofilter/bogofilter_gtk.c
3276 a few English changes
3282 2007-04-02 [colin] 2.8.1cvs81
3284 * src/image_viewer.c
3285 Fix transparent images by using
3288 Flush events (on new windows) to avoid
3289 having the textview's image resize fail
3290 to know the available width
3292 2007-04-01 [colin] 2.8.1cvs80
3294 * src/prefs_account.c
3295 If no MH mailbox exist, when creating a POP/Local
3296 account, just create and use the default one
3297 instead of bailing with a "Mailbox doesn't exist"
3300 2007-03-31 [colin] 2.8.1cvs79
3302 * src/prefs_account.c
3303 Create signature file if it doesn't exist
3305 * src/prefs_toolbar.c
3306 Maemo: Move "Use default" on the left so
3307 that people can find it
3309 Maemo: make default editor "Maemopad",
3310 default signature file "MyDocs/signature.txt"
3312 2007-03-31 [colin] 2.8.1cvs78
3314 * src/prefs_account.c
3315 Maemo: rework account prefs so
3316 that less horizontal scrolling
3319 2007-03-31 [colin] 2.8.1cvs77
3322 * src/prefs_common.c
3323 * src/prefs_common.h
3324 Fix bug 1167, 'Allow not displaying zeros
3325 in folder list'. Patch by MartinP
3327 2007-03-31 [colin] 2.8.1cvs76
3332 2007-03-31 [colin] 2.8.1cvs75
3335 Apply patch from bug 1172, direct
3336 access to the folder's session instead
3337 of using getter. Patch by MartinP
3339 2007-03-31 [paul] 2.8.1cvs74
3342 no need to list Fabien twice!
3344 2007-03-31 [colin] 2.8.1cvs73
3347 If we're currently "overriding for %d minutes",
3350 2007-03-31 [colin] 2.8.1cvs72
3358 * src/plugins/spamassassin/spamassassin.c
3359 Offline override: Add a parameter to allow
3360 asking even if the override timer is running.
3361 Allows to ask every time the user makes an
3362 explicit action needing online access (such
3363 as Get Mail), and not when the action is
3364 implicit (such as opening an IMAP folder)
3366 2007-03-31 [colin] 2.8.1cvs71
3369 Override offline: "No" answer shouldn't
3370 re-ask after 3 seconds, but 10 minutes.
3372 2007-03-30 [colin] 2.8.1cvs70
3374 * src/common/socket.c
3375 Better error reporting on unix socket
3376 failure (bind usually)
3377 * src/gtk/gtkutils.c
3378 * src/gtk/gtkutils.h
3379 Label window: add a pulsing progress
3380 bar to show we're not hung :)
3383 * src/plugins/pgpcore/sgpgme.c
3386 2007-03-30 [colin] 2.8.1cvs69
3389 * src/prefs_common.c
3390 Fix possible trashing of history and uidl
3391 files on disk full problems
3393 2007-03-30 [paul] 2.8.1cvs68
3398 update summary when changing layout type
3399 (fixes wrong folder icon being displayed)
3402 2007-03-29 [colin] 2.8.1cvs67
3404 * src/prefs_ext_prog.c
3405 The browser pref is irrelevant on Maemo
3407 2007-03-29 [colin] 2.8.1cvs66
3411 Maemo: dynamically switch headers/text position
3412 * src/prefs_common.c
3413 Maemo: hide compose's ruler by default
3414 * src/common/socket.c
3415 * src/common/socket.h
3418 2007-03-29 [colin] 2.8.1cvs65
3420 * src/common/socket.c
3421 * src/common/socket.h
3422 Fix build when MAEMO_CFLAGS contains
3423 _X_OPENSOURCE (resolv.h errors as long
3424 as we don't add _BSD_SOURCE. Ugly).
3426 2007-03-29 [wwp] 2.8.1cvs64
3428 * src/prefs_logging.c
3429 Fix sensitivity of clip-log widgets in prefs/logging,
3432 2007-03-29 [wwp] 2.8.1cvs63
3435 Updated files list for translations, thanks to Fabien.
3437 2007-03-29 [colin] 2.8.1cvs62
3440 * src/common/Makefile.am
3441 * src/common/utils.c
3442 Maybe make URI opening work in Maemo
3445 2007-03-28 [colin] 2.8.1cvs61
3450 Add the possibility to sort folders arbitrarily
3451 (via editing of folderlist.xml only). Patch by
3452 Martin P <mp26+claws@os.inf.tu-dresden.de>
3453 Fixes bug 1166, 'Folder ordering is fixed and cannot
3454 be changed by the user'
3456 2007-03-28 [colin] 2.8.1cvs60
3459 Add popup menu for mime icons
3461 2007-03-28 [colin] 2.8.1cvs59
3464 Fix a layout issue when presenting
3465 mainwindow in Small screen layout
3468 Add a "Go to folder list" button for
3469 mainwindow, and make it default in
3472 2007-03-28 [colin] 2.8.1cvs58
3475 Don't dynamically update title on Maemo
3476 Patch by Jean-Luc Biord
3478 2007-03-27 [colin] 2.8.1cvs57
3483 Enable tap-and-hold on Maemo
3485 2007-03-26 [colin] 2.8.1cvs56
3488 More popup-menu (in attachments list)
3490 2007-03-26 [colin] 2.8.1cvs55
3493 Enable popup-menu signal
3495 2007-03-26 [colin] 2.8.1cvs54
3497 * src/plugins/pgpinline/pgpinline.c
3498 Fix bug 1111, 'PGP/inline plugin hides text
3499 around encrypted text block'. Patch based on
3500 a patch from Michal Cihar.
3502 2007-03-26 [wwp] 2.8.1cvs53
3505 Fix getting a false error when sending queued message
3506 whereas the sending was fine (if there are subfolders
3507 in the queue folder), thanks to Colin.
3509 2007-03-26 [paul] 2.8.1cvs52
3512 update FACE header in welcome message
3514 2007-03-25 [colin] 2.8.1cvs51
3519 2007-03-25 [colin] 2.8.1cvs50
3522 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3524 2007-03-24 [colin] 2.8.1cvs49
3527 Fix a few launch problems on Maemo
3528 Patch by Jean-Luc Biord
3530 2007-03-24 [wwp] 2.8.1cvs48
3536 Fix wrong action performed when closing the
3537 "ask about account specific filtering rules
3538 when filtering manually" dialog by pressing Escape.
3539 Fix wrong order of buttons in the "return receipt
3540 notification - the message was sent to several of
3541 your accounts" dialog.
3543 2007-03-24 [paul] 2.8.1cvs47
3546 an improvement to English usage
3547 * tools/kdeservicemenu/README
3550 2007-03-24 [paul] 2.8.1cvs46
3553 * src/stock_pixmap.c
3554 * src/pixmaps/edit_extern.xpm
3555 * src/pixmaps/mail_sign.xpm
3556 rescue long lost icons
3558 2007-03-24 [paul] 2.8.1cvs45
3561 fix toolbar (broken in 2.8.1cvs42)
3563 2007-03-23 [colin] 2.8.1cvs44
3566 Correctly unsubscribe/resubscribe after
3569 2007-03-23 [colin] 2.8.1cvs43
3571 * src/prefs_common.c
3572 Maemo: as the platform is light on RAM, allow
3573 caches to be discarded faster.
3575 2007-03-23 [colin] 2.8.1cvs42
3580 * src/stock_pixmap.c
3581 * src/stock_pixmap.h
3586 * src/pixmaps/open_mail.xpm
3587 Maemo changes: Add the possibility to have
3588 "Open Email" and "Close Window" buttons on
3589 toolbars (and use them in Maemo's default
3592 2007-03-23 [wwp] 2.8.1cvs41
3595 Reverted that part of the action dialog closure logics, to
3596 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3597 done later in a different way (or may not).
3599 2007-03-22 [wwp] 2.8.1cvs40
3602 Fix sticky action dialog when got no output but action command
3603 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3605 2007-03-22 [colin] 2.8.1cvs39
3607 * src/prefs_filtering.c
3608 * src/gtk/combobox.h
3609 Fix escaping account names in filtering prefs
3611 2007-03-22 [colin] 2.8.1cvs38
3616 Add any attribute specified in LDAP servers'
3617 Search attributes to the Other Attributes tab
3618 of contacts; Add 'telephoneNumber' in the
3621 2007-03-22 [colin] 2.8.1cvs37
3626 Try to prevent race conditions when
3627 changing the folder list
3629 Fix possible red folder icon when
3630 switching from Small screen layout
3633 2007-03-22 [colin] 2.8.1cvs36
3638 Rename "little screen" to "Small screen"
3639 * src/gtk/Makefile.am
3640 * src/common/utils.c
3642 Fix Maemo-related compilation problems
3644 2007-03-21 [colin] 2.8.1cvs35
3648 * claws-mail.desktop
3649 Remove .png from the Icon, it's useless
3651 2007-03-21 [colin] 2.8.1cvs34
3655 Add the necessary lib checking for
3658 2007-03-21 [colin] 2.8.1cvs33
3661 Fix unconditional "error happened" when
3662 sending via command-line. "lol @ myself"
3664 2007-03-21 [colin] 2.8.1cvs32
3666 * claws-mail-40x40.png
3667 * claws-mail-26x26.png
3677 * src/prefs_account.c
3678 * src/prefs_common.c
3679 * src/summary_search.c
3683 * src/gtk/gtkutils.c
3684 * src/gtk/gtkutils.h
3685 * src/gtk/logwindow.c
3687 * src/gtk/prefswindow.c
3688 Add Maemo port (patch mainly by Jean-Luc Biort)
3689 Add a new 'Little screen' layout to help on such
3690 platforms (patch by me)
3691 Make some default preferences different (more
3692 adapted) on Maemo (patch by me)
3694 2007-03-21 [wwp] 2.8.1cvs31
3696 * src/prefs_logging.c
3697 * src/prefs_logging.h
3698 Fixed copyright header of newly added files.
3700 2007-03-21 [wwp] 2.8.1cvs30
3716 * src/prefs_common.c
3717 * src/prefs_common.h
3718 * src/prefs_logging.c
3719 * src/prefs_logging.h
3722 * src/send_message.c
3727 * src/common/session.c
3729 * src/common/socket.c
3730 * src/etpan/imap-thread.c
3731 * src/gtk/logwindow.c
3732 * src/gtk/logwindow.h
3733 * src/plugins/bogofilter/bogofilter.c
3734 * src/plugins/spamassassin/spamassassin.c
3735 Added debugging of filtering/processing rules.
3736 The debug log is here 'Tools/Filtering debug window',
3737 the options there 'Configuration/Preferences/Other/Logging',
3738 and the log file is ~/.claws-mail/filtering.log.
3739 Moved protocol log prefs to 'Other/Logging' as well.
3740 To support such debugging feature, the existing log API has
3741 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3742 this impacts many external modules (commits follow).
3744 2007-03-21 [paul] 2.8.1cvs29
3746 * src/etpan/Makefile.am
3747 * src/etpan/imap-thread.c
3748 add missing #include
3750 2007-03-21 [colin] 2.8.1cvs28
3753 Fix bug 1157, 'some broken messages confuse
3754 mime parser'. Make sure we can't have MimeInfos
3755 with negative sizes.
3757 2007-03-20 [colin] 2.8.1cvs27
3760 Fix missing \0 on buffer
3762 2007-03-20 [colin] 2.8.1cvs26
3765 Use make_dir_hier instead of make_dir
3766 to create the MH mailbox
3768 2007-03-20 [colin] 2.8.1cvs25
3772 * src/prefs_account.c
3774 Fix default inbox weirdnesses (after wizard,
3775 if path is Mail, mailbox identifier is #mh/Mailbox,
3776 and when creating new accounts)
3778 2007-03-20 [colin] 2.8.1cvs24
3781 Write folderlist after adding/deleting accounts
3784 2007-03-20 [colin] 2.8.1cvs23
3787 * src/remotefolder.h
3788 Fix bug 1153, 'CM segfaults if IMAP folder is
3789 selected while scanning prior to update'
3791 2007-03-17 [paul] 2.8.1cvs22
3794 fix a typo, and be a little more verbose.
3796 2007-03-17 [wwp] 2.8.1cvs21
3799 Fix a compiler warning.
3801 2007-03-16 [wwp] 2.8.1cvs20
3805 Updated to deal w/ the new mairix.sh tool.
3807 2007-03-16 [wwp] 2.8.1cvs19
3810 Fix logics issues around the action IO dialog:
3811 - disable entry widget and exec button when
3812 the exec button is clicked (don't wait for any
3813 output line) - fix possible disabling/re-enabling/
3814 re-disabling of those widgets
3815 - raise an error if executing a %as{} action either
3816 empty or invalid, instead of failing silently
3817 - don't close the dialog if the abort button has been
3818 clicked and if there was no output yet
3819 - set focus to the abort button when the exec button
3821 - fix capitalization of a warning message
3823 2007-03-16 [wwp] 2.8.1cvs18
3826 Added a wrapper to mairix to the tools folder.
3828 2007-03-16 [colin] 2.8.1cvs17
3832 Allow mimeviewer plugins to print
3835 2007-03-16 [colin] 2.8.1cvs16
3840 2007-03-15 [colin] 2.8.1cvs15
3844 Add a way for mimeviewer plugins to
3845 implement body search
3847 2007-03-15 [paul] 2.8.1cvs14
3849 * src/prefs_spelling.c
3852 2007-03-15 [paul] 2.8.1cvs13
3854 * src/common/quoted-printable.c
3855 fix decoding of quoted-printable parts
3857 2007-03-14 [wwp] 2.8.1cvs12
3859 * src/gtk/logwindow.h
3860 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3862 2007-03-14 [wwp] 2.8.1cvs11
3864 * src/gtk/logwindow.h
3865 Complete 2.8.1cvs10.
3867 2007-03-14 [colin] 2.8.1cvs10
3869 * src/gtk/logwindow.c
3870 Probably fix bug 1149, crash on logwindow
3871 close - at the expense of performance once
3872 logwin has been opened
3874 2007-03-14 [colin] 2.8.1cvs9
3877 If claws-mail is running on another
3878 display, warn instead of popping it up
3879 on the other display
3881 2007-03-12 [colin] 2.8.1cvs8
3884 Fix bug 1145, 'Setting a different name
3885 for the Mailbox name isn't reflected in
3886 default account settings'. Patch by wwp
3888 2007-03-12 [colin] 2.8.1cvs7
3891 Fix bug 1143, 'Add number of messages to be
3892 deleted to confirmation dialog'
3894 2007-03-12 [wwp] 2.8.1cvs6
3897 * src/prefs_common.c
3898 * src/prefs_common.h
3899 * src/prefs_summaries.c
3900 Changed the option that displays unread messages count
3901 next to the folder name in folder list: it is now
3902 possible to either display nothing, display the
3903 unread messages number only or the unread and total messages
3904 numbers. The patch includes this extra feature as well
3905 as some minor fixes by rewriting the algo in folderview.c.
3906 Thanks to Paul for the original idea and implementation, plus
3907 testing and proof-reading!
3909 2007-03-09 [paul] 2.8.1cvs5
3913 * tools/claws-mail-compose-insert-files.pl
3914 added a script which enables inserting files
3915 into the message body of a new Claws Mail
3916 Compose window from the command line. Additionally
3917 To, Cc, Subject and files to attach to the message
3920 2007-03-09 [wwp] 2.8.1cvs4
3925 Optimize matching of addresses in the addressbook
3926 (filtering/processing 'found_in_addressbook' condition).
3928 2007-03-07 [wwp] 2.8.1cvs3
3931 * src/quote_fmt_lex.l
3932 * src/quote_fmt_parse.y
3933 Add a new quote format symbol: %A to insert the
3934 sender email address (just the address itself).
3936 2007-03-06 [wwp] 2.8.1cvs2
3938 * src/gtk/gtkutils.c
3939 * src/plugins/trayicon/trayicon_prefs.h
3940 * src/plugins/trayicon/trayicon_prefs.c
3941 * src/plugins/trayicon/trayicon.c
3944 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3945 minimizing Claws-Mail main window will hide it to the trayicon instead.
3948 2007-03-06 [paul] 2.8.1cvs1
3954 bump version number following
3957 2007-03-06 [paul] 2.8.0cvs24
3960 corrected by by Tim <timbrain@post.cz>
3962 2007-03-05 [colin] 2.8.0cvs23
3966 Fix mime/globs path on NetBSD
3967 patch by George Michaelson
3969 2007-03-05 [wwp] 2.8.0cvs22
3972 Remove debug statement (accidentally committed w/ cvs14).
3974 2007-03-05 [paul] 2.8.0cvs21
3976 * src/plugins/pgpcore/prefs_gpg.c
3977 fix compiler warning
3979 2007-03-05 [wwp] 2.8.0cvs20
3981 * src/matcher_parser_parse.y
3982 Fix mismerge between cvs17 and cvs19.
3984 2007-03-05 [wwp] 2.8.0cvs19
3986 * src/matcher_parser_parse.y
3987 * src/prefs_filtering_action.c
3992 Add new 'add_to_addressbook' filtering/processing action.
3994 2007-03-05 [wwp] 2.8.0cvs18
3997 Fix mark_as_ham filtering/processing action: spam flag
4000 2007-03-04 [colin] 2.8.0cvs17
4005 * src/matcher_parser_parse.y
4006 * src/prefs_filtering_action.c
4007 Add 'Mark as spam' and 'Mark as ham' filtering
4008 actions. Fixes bug 1138.
4010 2007-03-04 [colin] 2.8.0cvs16
4013 Fix bug 1140, wrong return value
4016 2007-03-04 [wwp] 2.8.0cvs15
4019 Rollback cvs14: don't free stuff that is managed in g_list.
4021 2007-03-04 [wwp] 2.8.0cvs14
4024 Fix a leak in address completion code.
4026 2007-03-04 [colin] 2.8.0cvs13
4029 Maybe fix bug 1136, 'Crash in group
4032 2007-03-04 [iwkse] 2.8.0cvs12
4035 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4037 2007-03-03 [colin] 2.8.0cvs11
4039 * src/plugins/pgpinline/pgpinline.c
4040 Fix off-by-one, fix double-free. Fixes
4041 bug 1135, 'cm-segfault on decrypting
4044 2007-03-03 [colin] 2.8.0cvs10
4048 * src/common/plugin.c
4049 Fix bug 1134, 'Valgrind macros unhandled
4052 2007-03-02 [colin] 2.8.0cvs9
4055 Don't error out on EAGAIN. Fixes
4056 bug 1129, '"local mbox file" account
4057 isn't retrieving mails'
4059 2007-03-01 [wwp] 2.8.0cvs8
4062 * src/gtk/colorlabel.c
4063 Remove accels for extra color labels until we set better
4064 and definitive ones.
4066 2007-02-28 [wwp] 2.8.0cvs7
4069 * src/matcher_parser_parse.y
4070 * src/prefs_common.c
4071 * src/prefs_msg_colors.c
4073 * src/gtk/colorlabel.c
4074 * src/gtk/colorlabel.h
4075 Add more customizable color labels. Cleaned up a bit
4076 the color label API to avoid duplicate defines of
4077 the max number of colors.
4079 2007-02-27 [colin] 2.8.0cvs6
4082 * src/common/utils.c
4083 * src/common/utils.h
4084 Fix '+' in mailto URIs for List-* headers
4086 2007-02-27 [colin] 2.8.0cvs5
4088 * src/gtk/gtkutils.c
4089 Use gtk_window_set_role instead of
4092 2007-02-27 [colin] 2.8.0cvs4
4095 Fix "After receiving new mail, go to inbox" on IMAP,
4096 and make it work only on manual reception
4098 2007-02-27 [wwp] 2.8.0cvs3
4100 * src/prefs_filtering.c
4101 * src/prefs_filtering_action.c
4102 * src/prefs_matcher.c
4103 Update filtering matcher's and action's color label menus
4104 when re-opening those dialogs (reflect any change to the
4105 color labels list in the preferences).
4107 2007-02-27 [colin] 2.8.0cvs2
4110 * src/etpan/etpan-thread-manager-types.h
4111 * src/etpan/etpan-thread-manager.c
4112 * src/etpan/imap-thread.c
4113 Log imap ALERTs as errors in the log.
4115 2007-02-26 [paul] 2.8.0cvs1
4117 * tools/claws.i18n.status.pl
4120 2007-02-26 [paul] 2.7.2cvs75
4134 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4135 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4136 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4137 Aleksandar Urosevic, and Ralgh Young
4139 2007-02-25 [mones] 2.7.2cvs74
4144 2007-02-25 [colin] 2.7.2cvs73
4147 Clearing the list is only useful
4148 to prevent a valgrind false-positive
4150 2007-02-25 [paul] 2.7.2cvs72
4154 * tools/kmail-mailbox2claws-mail.pl **ADDED**
4155 * tools/maildir2claws-mail.pl **REMOVED**
4156 renamed the script, fixed a couple bugs
4158 2007-02-23 [colin] 2.7.2cvs71
4161 Fix a leak, check for a few improbable nulls
4163 2007-02-23 [colin] 2.7.2cvs70
4167 * src/plugins/trayicon/trayicon.c
4168 Fix blinking mainwin when starting in tray
4169 (show mainwindow later in the startup process,
4170 apart if restarting post-crash)
4172 2007-02-23 [colin] 2.7.2cvs69
4176 Fix crash when unsubscribing the currently
4177 selected/opened folder
4179 2007-02-23 [colin] 2.7.2cvs68
4182 Fix bug that prevented colorization to
4183 work without wrap quotation option
4185 2007-02-23 [colin] 2.7.2cvs67
4188 Fix refcounting, start and end completion who
4189 behaved as if there couldn't be any other current
4192 2007-02-23 [wwp] 2.7.2cvs66
4196 Address completion fixes: fix addressbook_peek_folder_exists() in
4197 which the algorithm was ridiculously over-obfuscated and broken.
4198 Fix addrindex_load_completion() as well, to load addresses in
4199 completion list with regards to what addressbook_peek_folder_exists()
4202 2007-02-23 [wwp] 2.7.2cvs65
4205 Add addresses to completion when they're non-empty (thanks to Colin).
4207 2007-02-23 [paul] 2.7.2cvs64
4209 * src/plugins/pgpcore/passphrase.c
4212 2007-02-23 [colin] 2.7.2cvs63
4214 * src/plugins/pgpcore/prefs_gpg.c
4215 * src/plugins/pgpcore/prefs_gpg.h
4216 * src/plugins/pgpcore/sgpgme.c
4217 * src/plugins/pgpinline/pgpinline.c
4218 * src/plugins/pgpmime/pgpmime.c
4219 Try harder to respect user's choice wrt
4220 gpg-agent even with gpg2, by unsetting
4221 GPG_AGENT_INFO when necessary.
4223 2007-02-22 [paul] 2.7.2cvs62
4225 * src/plugins/pgpcore/sgpgme.c
4226 * src/plugins/pgpcore/sgpgme.h
4227 * src/plugins/pgpcore/passphrase.c
4228 * src/plugins/pgpinline/pgpinline.c
4229 * src/plugins/pgpmime/pgpmime.c
4230 Fix a leak - gpgme_data_release_and_get_mem
4231 leaks in recent gpgme. Workaround by using
4234 2007-02-22 [paul] 2.7.2cvs61
4236 * src/gtk/quicksearch.c
4237 Abandon dynamic search when pressing
4240 2007-02-21 [colin] 2.7.2cvs60
4243 * src/plugins/pgpcore/passphrase.c
4244 Fix little memory leaks
4246 Fix false-positive leak at exit
4247 * src/gtk/quicksearch.c
4248 Fix potentially big leak in recursive
4251 2007-02-21 [wwp] 2.7.2cvs59
4254 Add missing newline to a debug message.
4256 2007-02-20 [colin] 2.7.2cvs58
4260 * src/stock_pixmap.c
4261 * src/stock_pixmap.h
4262 * src/pixmaps/mime_pgpsig.xpm
4263 Add icon for application/pgp-signature
4265 2007-02-20 [colin] 2.7.2cvs57
4270 * src/stock_pixmap.c
4271 * src/stock_pixmap.h
4272 * src/pixmaps/mime_calendar.xpm
4273 * src/pixmaps/mime_pdf.xpm
4274 * src/pixmaps/mime_ps.xpm
4275 Add icons for text/calendar, application/pdf
4276 and application/postscript
4278 2007-02-20 [colin] 2.7.2cvs56
4281 * src/matcher_parser_parse.y
4282 * src/matcher_parser_lex.l
4283 Fix big memory leak in flex, and
4286 2007-02-20 [wwp] 2.7.2cvs55
4288 * src/matcher_parser_parse.y
4289 Fix a duplicate token definition (thanks to iwkse).
4291 2007-02-20 [wwp] 2.7.2cvs54
4293 * src/matcher_parser_lex.l
4294 * src/quote_fmt_lex.l
4295 Use proper flex options instead of direct use of #define,
4296 make the flex-generated C lighter.
4298 2007-02-20 [colin] 2.7.2cvs53
4301 Grab focus in message list after hiding
4302 the quicksearch, instead of leaving it
4305 2007-02-19 [colin] 2.7.2cvs52
4308 Fix bug 1033, 'Automatically refresh
4309 message list when new messages arrives'
4310 Looks like folderview->opened can sometimes
4313 2007-02-19 [paul] 2.7.2cvs51
4317 * tools/thunderbird-filters-convertor.pl
4318 add new script which converts thunderbird filter
4319 rules to Claws filter rules
4321 2007-02-18 [paul] 2.7.2cvs50
4323 * src/plugins/pgpcore/prefs_gpg.c
4324 * src/plugins/pgpcore/prefs_gpg.h
4325 * src/plugins/pgpcore/sgpgme.c
4326 * src/plugins/pgpinline/pgpinline.c
4327 * src/plugins/pgpmime/pgpmime.c
4328 improved GUI interoperability with gpg-agent
4330 2007-02-18 [paul] 2.7.2cvs49
4332 * src/prefs_account.c
4333 Privacy options sensitivity fix
4335 2007-02-17 [colin] 2.7.2cvs48
4338 Reset icon to warning in the noticeview
4340 2007-02-15 [colin] 2.7.2cvs47
4343 Fix a manifestation of bug 1033 (summaryview failing
4344 to update for new mails), which happens after editing
4345 account preferences or preferences that cause a
4348 2007-02-15 [colin] 2.7.2cvs46
4351 Probably fix bug 1123, 'Segmentation
4352 fault while opening address book'. I get
4353 g_warnings if the saved paned position is
4354 not greater than 0. Also, save position
4355 when hiding the addressbook instead of
4358 2007-02-14 [colin] 2.7.2cvs45
4360 * src/plugins/pgpcore/prefs_gpg.c
4361 * src/plugins/pgpcore/prefs_gpg.h
4362 * src/plugins/pgpcore/sgpgme.c
4363 * src/plugins/pgpinline/pgpinline.c
4364 * src/plugins/pgpmime/pgpmime.c
4365 Add an option "Use gpg-agent if available". Fixes
4366 annoyances with distro-installed gpg-agent, when
4367 no pinentry program is installed, and the user's
4368 at a loss on why "decryption failed". Makes more
4369 clear why passphrase isn't saved when gpg-agent is
4370 used. Defaults to true, to avoid changing the
4373 2007-02-14 [wwp] 2.7.2cvs44
4375 * src/matcher_parser_parse.y
4376 Fix missing line number reset (wrong line number might appear
4377 when re-loading filtering rules if there's a parser error).
4379 2007-02-13 [colin] 2.7.2cvs43
4381 * src/common/utils.c
4382 Don't encode ',' in URIs before passing it
4383 to the browser command-line. It was probably
4384 done at a time where commas in URIs made
4385 mozilla -remote 'openurl(%s,new-window)'
4388 2007-02-13 [wwp] 2.7.2cvs42
4390 * src/prefs_matcher.c
4391 * src/plugins/bogofilter/bogofilter_gtk.c
4392 A bit of string factorization around "Select ..." buttons.
4394 2007-02-11 [colin] 2.7.2cvs41
4397 Make sure to escape the title
4399 2007-02-11 [colin] 2.7.2cvs40
4402 Recognize .utf8 locales as .UTF-8 ones
4404 2007-02-11 [colin] 2.7.2cvs39
4407 Fix code conversion when dragging a file
4409 2007-02-09 [colin] 2.7.2cvs38
4411 * src/plugins/clamav/clamav_plugin.c
4412 Complete Paul's patch with conditional
4413 compilation to avoid breaking compilation
4414 on old Dapper and Edgy... Maybe other
4417 2007-02-09 [paul] 2.7.2cvs37
4419 * src/plugins/clamav/clamav_plugin.c
4420 fix for the upstream changes in libclamav
4422 2007-02-09 [paul] 2.7.2cvs36
4428 fix "warn if there are queued messages" (on exit)
4429 option, which only checked the first mailbox's
4431 don't ask before emptying trash if there are no
4432 messages in trash, also check and empty all trash
4435 move "Ask before emptying trash" option
4436 outside of the "On exit" frame as it's
4437 not only an "On exit" option
4439 2007-02-09 [paul] 2.7.2cvs35
4444 * src/prefs_account.c
4445 * src/prefs_folder_item.c
4447 * src/prefs_matcher.c
4448 * src/prefs_message.c
4449 * src/prefs_msg_colors.c
4450 * src/prefs_summaries.c
4452 * src/gtk/inputdialog.c
4453 * src/plugins/bogofilter/bogofilter_gtk.c
4454 pedantic commit: use 'checkbtn' everywhere
4455 instead of a mixture of 'checkbtn' and 'chkbtn'
4457 2007-02-09 [paul] 2.7.2cvs34
4463 move "Never send Return Receipts" from
4464 prefs_other to prefs_send
4465 add an option "Ask about account specific
4466 filtering rules..." to prefs_other
4467 * src/gtk/gtkutils.c
4468 fix a compiler warning
4470 2007-02-08 [colin] 2.7.2cvs33
4472 * src/plugins/pgpinline/pgpinline.c
4473 Fix bug 1110, 'pgpmime fails to process
4474 encapsulated openpgp mime (rfc 3156, 6.1
4476 It was due to an interaction between PGP/Mime
4477 and PGP/Inline plugin.
4479 2007-02-08 [colin] 2.7.2cvs32
4484 Fix bug 1117, 'fcntl locking code
4485 does not work in mbox.c'
4487 2007-02-08 [colin] 2.7.2cvs31
4489 * src/prefs_account.c
4490 Fix Gentoo bug 165819, 'can't create
4491 a "local mbox file" account'. Patch
4492 by Olivier <castan.o@free.fr>
4494 2007-02-07 [colin] 2.7.2cvs30
4497 Fix bug 1106, 'Claws crash on exit if LDAPS
4498 autocompletion was used'
4500 2007-02-07 [paul] 2.7.2cvs29
4503 cut down on unnecessary debug_prints
4505 fix menu_set_active() on 'Show only
4508 2007-02-07 [paul] 2.7.2cvs28
4510 * src/plugins/clamav/clamav_plugin.c
4511 * src/plugins/clamav/clamav_plugin.h
4512 * src/plugins/clamav/clamav_plugin_gtk.c
4513 fix copyright header
4515 2007-02-07 [paul] 2.7.2cvs27
4518 fix bug 1116, 'summary view allow a
4521 2007-02-06 [colin] 2.7.2cvs26
4526 2007-02-05 [fabien] 2.7.2cvs25
4530 i18n related - 1 fix and 1 message for translators.
4532 2007-02-05 [colin] 2.7.2cvs24
4534 * src/gtk/quicksearch.c
4535 Don't reload summary list if quicksearch wasn't
4536 active on hiding; move currently selected mail in
4537 the visible area when showing the quicksearch