1 2007-08-24 [wwp] 2.10.0cvs159
4 Update menu item sensitivity if necessary (or we get a
7 2007-08-23 [wwp] 2.10.0cvs158
11 Allow literal % chars in action commands (use %%).
12 Add a missing p++ to the action parser in action_get_type(),
13 which was missing it, even if it was neutral.
14 Fix a pango markup warning at runtime.
16 2007-08-23 [wwp] 2.10.0cvs157
19 Contacts are now locale-aware sorted in the address book
20 (LC_COLLATE matters here).
21 Fix missing table initializers.
23 2007-08-23 [colin] 2.10.0cvs156
26 Check scan_required on dest folder when copying
28 2007-08-23 [colin] 2.10.0cvs155
31 Fix scanning when folder was empty
33 2007-08-22 [colin] 2.10.0cvs154
36 Don't g_warning when g_try_malloc fails(), or it makes
37 things worse as g_log() allocates. Fixes bug 1290,
38 'Claws Mail crashes if too little memory when
39 rebuilding folder tree'
41 2007-08-22 [colin] 2.10.0cvs153
44 Fix format string vulnerability, thanks to
45 Ulf Harnhammar, Secunia Research
47 2007-08-22 [colin] 2.10.0cvs152
52 2007-08-22 [wwp] 2.10.0cvs151
55 Few better null-ptr checks.
57 2007-08-22 [colin] 2.10.0cvs150
60 * src/editldap_basedn.c
69 2007-08-22 [colin] 2.10.0cvs149
74 2007-08-22 [colin] 2.10.0cvs148
79 2007-08-22 [colin] 2.10.0cvs147
82 Fix test (set ldap v3 if bindDN is set or TLS is set)
84 2007-08-22 [colin] 2.10.0cvs146
88 Fix wrong "Connected successfully to server". Connection only succeeds if
89 we can get the base DN.
91 2007-08-21 [wwp] 2.10.0cvs145
100 More sanity checks in ldap functions.
102 2007-08-21 [wwp] 2.10.0cvs144
104 * src/prefs_account.c
105 Don't return a value in a void function().
107 2007-08-21 [paul] 2.10.0cvs143
110 add check for ftp: to messageview_list_urls()
112 2007-08-21 [colin] 2.10.0cvs142
119 Fix bug 1293, 'LDAP address book not working'
120 Search only on specified fields, but fetch
121 every field possible. People will have to
122 reset the searched Attributes in their LDAP
125 2007-08-21 [wwp] 2.10.0cvs141
135 * src/editaddress_other_attributes_ldap.c
152 * src/prefs_customheader.c
153 * src/prefs_msg_colors.c
159 * src/common/socket.c
160 * src/common/ssl_certificate.c
163 * src/gtk/description_window.c
164 * src/plugins/demo/demo.c
165 * src/plugins/pgpcore/prefs_gpg.c
166 * src/plugins/spamassassin/libspamc.c
167 Make sure we use glib functions to send text messages (information,
168 debug, warning, errors) to stdout/stderr - no more direct puts
169 fputs printf fprintf to stdout/stderr when it can be done using
170 g_log*() and g_print/g_printerr. Doing this, we make sure every
171 stdout/stderr message is saved to log in Windows.
174 2007-08-21 [wwp] 2.10.0cvs140
178 Route glib's stdout/stderr messages to a log file (Windows only),
179 instead of loosing them.
181 2007-08-21 [paul] 2.10.0cvs139
184 replace deprecated g_strncasecmp()
188 2007-08-20 [ticho] 2.10.0cvs138
191 * src/prefs_account.h
192 Copy all account preferences in account_clone() - some
194 * src/prefs_account.c
195 Handle empty privacy system combobox gracefully (warning
198 2007-08-20 [colin] 2.10.0cvs137
203 2007-08-20 [paul] 2.10.0cvs136
213 patch by Michael Rasmussen
215 2007-08-19 [colin] 2.10.0cvs135
218 Fix previous commit. Sensitivity update is needed
219 for "Cancel receiving". However when batching we
220 don't need to do it for every message flag change,
221 just once at the start and once at the end.
223 2007-08-19 [colin] 2.10.0cvs134
226 Remove useless menu updates on session lock/unlock
228 2007-08-19 [colin] 2.10.0cvs133
230 * src/etpan/imap-thread.c
231 Make all fetch logs less verbose
233 2007-08-19 [paul] 2.10.0cvs132
238 fix bug 1286, 'Can't move a folder into a "Folders
241 2007-08-18 [ticho] 2.10.0cvs131
243 * src/editaddress_other_attributes_ldap.c
244 Converted option menu for other ldap attributes to GtkComboBox.
246 2007-08-18 [colin] 2.10.0cvs130
253 Revert 'send_dialog_mode' meaning to
254 'send_dialog_invisible', so that the
255 new checkbox doesn't change the
258 2007-08-18 [paul] 2.10.0cvs129
261 add missing menu update
263 2007-08-17 [colin] 2.10.0cvs128
266 Set batching after getting flags - maybe fixes
267 bug 1292, 'CM crashes on writing mail'
269 2007-08-16 [ticho] 2.10.0cvs127
272 Convert two GtkOptionMenu widgets to new GtkComboBox.
275 Allow NULL for GtkComboBox menuitem label, rendering such
276 items as row separators.
278 2007-08-16 [paul] 2.10.0cvs126
280 * src/plugins/trayicon/trayicon.c
281 remove wrongly used gettextisation
283 2007-08-15 [ticho] 2.10.0cvs125
286 Fixed a runtime warning where an attempt to pack an
287 already packed GtkLabel was made.
289 2007-08-15 [ticho] 2.10.0cvs124
291 * src/prefs_compose_writing.c
292 Convert the insert-or-attach-dragged-files GtkOptionMenu
295 2007-08-14 [ticho] 2.10.0cvs123
299 Changed return receipt account selector to GtkComboBox.
300 Fixed a runtime warning where GTK tried to parse
301 "name <email@address" as a Pango markup in an alertpanel label.
303 2007-08-14 [ticho] 2.10.0cvs122
305 * src/prefs_logging.c
306 Changed GtkOptionMenu in logging preferences to GtkComboBox.
308 2007-08-14 [wwp] 2.10.0cvs121
312 * tools/popfile-link.sh
313 Added a new tool: POPFile helper, to open
314 selected messages in POPFile control center,
315 in order to change the messages' status.
317 2007-08-14 [ticho] 2.10.0cvs120
324 Change "Show send dialog" optionmenu to a checkbutton.
325 * src/prefs_receive.c
326 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
328 2007-08-13 [wwp] 2.10.0cvs119
339 * src/partial_download.c
345 * src/gtk/gtkaspell.c
347 Make sure we never pass NULL pointers for %s substitutions
348 (prevent from crashing in Windows).
350 2007-08-13 [wwp] 2.10.0cvs118
353 Re-enable mmap_reads in Windows with some missing
354 CloseHandle of mapping objects, thanks to
357 2007-08-13 [paul] 2.10.0cvs117
360 fix bug 1287, 'Compile time problem on Solaris
361 (nexenta gnu/Solaris) utils.c'
362 Thanks to Piotr Chrzczonowicz
364 2007-08-12 [wwp] 2.10.0cvs116
366 * src/plugins/pgpcore/prefs_gpg.c
367 Don't try to unset a GPG_AGENT_INFO that was not
368 set (and don't use a NULL string in Windows, it was
369 crashing with --debug if GPG_AGENT_INFO was not set).
371 2007-08-12 [wwp] 2.10.0cvs115
374 Make gcc type-check arguments passed to privacy_set_error().
376 2007-08-12 [ticho] 2.10.0cvs114
378 * src/prefs_folder_item.c
379 Make sure that folder default account combobox always has some
382 Handle empty combobox gracefully (warning instead of crash).
384 2007-08-12 [ticho] 2.10.0cvs114
386 * src/prefs_folder_item.c
387 Make sure that folder default account combobox is not empty.
389 Handle empty combobox gracefully (warning instead of crash).
391 2007-08-11 [paul] 2.10.0cvs113
395 use 'subfolder' instead of 'sub-folder', matching
396 everywhere else the term is used
400 2007-08-10 [wwp] 2.10.0cvs112
403 Disable mmap reads in Windows only (at least temporarily), they
404 prevent from renaming/removing target cache files.
410 2007-08-10 [wwp] 2.10.0cvs111
413 fix unpredictable crashes in Windows due to broken
414 cache/mark/tags files writting (file were opened for
415 writing in text mode).
418 use gettimeofday() from w32lib.h on Windows.
420 2007-08-10 [colin] 2.10.0cvs110
423 * src/etpan/imap-thread.c
424 * src/etpan/imap-thread.h
425 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
427 2007-08-09 [colin] 2.10.0cvs109
430 Fix port being reset to 636 on SSL
432 Fix folder_item_get_msg_num_by_file
433 on drafts/queue folders
435 2007-08-09 [wwp] 2.10.0cvs108
438 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
439 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
442 2007-08-09 [colin] 2.10.0cvs107
446 * src/gtk/prefswindow.c
447 A few Maemo layout fixes
449 2007-08-09 [paul] 2.10.0cvs106
451 * src/prefs_account.c
452 remove the hyphen from plug-ins to
453 match everywhere else
455 2007-08-08 [wwp] 2.10.0cvs105
457 * src/prefs_folder_item.c
458 Fix an extraneous stealth ^L char.
460 2007-08-08 [wwp] 2.10.0cvs104
462 * src/prefs_folder_item.c
463 Better fix, group variables declarations (USE_ASPELL).
465 2007-08-08 [wwp] 2.10.0cvs103
467 * src/prefs_folder_item.c
468 Fix compilation w/ USE_ASPELL set (broken
471 2007-08-08 [ticho] 2.10.0cvs102
473 * src/prefs_folder_item.c
474 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
476 2007-08-08 [colin] 2.10.0cvs101
479 * src/etpan/imap-thread.c
480 * src/etpan/imap-thread.h
481 Close selected mailbox before doing
484 2007-08-08 [colin] 2.10.0cvs100
487 Complete symbol table, thanks to wwp.
488 Fixes bug 1284, 'The html -> text
489 converter ignores entities'
493 2007-08-08 [colin] 2.10.0cvs99
496 Better way to fetch UIDs on non-UIDPLUS servers
498 2007-08-07 [colin] 2.10.0cvs98
501 fix bug 1275, 'auto-saved draft messages not
502 always being removed'; Also, make multiple
503 copy (in the same account) faster by matching
504 source/destination message UIDs.
506 Don't try to reshow deleted mail
508 Fix leak on error path
510 2007-08-07 [wwp] 2.10.0cvs97
513 * manual/advanced.xml
514 * manual/fr/account.xml
515 * manual/fr/advanced.xml
516 Updated the reference manual and the French translation to
517 reflect 2.10.0cvs84: enable running folder Processing
520 2007-08-06 [wwp] 2.10.0cvs96
525 Allow changing the emphasis color used to highlight
526 the newsreader/x-mailer header value when it matches
527 our preferred mail agent (hidden pref 'emphasis_col' added
530 2007-08-06 [colin] 2.10.0cvs95
534 Re-commit 2.10.0cvs86, with a protection
535 against Pango bug. Also, try to fix
536 bug 1275, 'auto-saved draft messages not
537 always being removed'
539 2007-08-06 [wwp] 2.10.0cvs94
541 * src/gtk/quicksearch.c
542 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
544 2007-08-06 [ticho] 2.10.0cvs93
546 * src/prefs_account.c
548 Use GtkComboBox instead of GtkOptionMenu for privacy system
549 selection in account preferences.
551 2007-08-06 [wwp] 2.10.0cvs92
553 * src/plugins/pgpcore/plugin.def
554 Apply one more chunk from gpg4win's 03-w32-port patch.
556 2007-08-05 [colin] 2.10.0cvs91
560 reverting buggy patch for now
562 2007-08-05 [colin] 2.10.0cvs90
567 2007-08-04 [colin] 2.10.0cvs89
569 * src/prefs_summaries.c
570 * src/summary_search.c
571 Replace deprecated widgets. Patch by
574 2007-08-04 [colin] 2.10.0cvs88
577 Refresh GUI only every 2000 mails on mh_get_last_num
578 This is fast (readdir) and done only once per
581 2007-08-03 [colin] 2.10.0cvs87
583 * src/prefs_account.c
586 Fix a deprecated widget. Patch by
589 2007-08-03 [colin] 2.10.0cvs86
593 Make colorisation and wrapping algorithms
594 faster. Fixes bug 1246, 'compose becomes
595 increasingly slow replying to complex emails'
597 2007-08-03 [paul] 2.10.0cvs85
600 keep the window painted
602 2007-08-02 [paul] 2.10.0cvs84
607 enable running folder Processing
610 2007-08-02 [paul] 2.10.0cvs83
613 speed up/clean up rendering of larger
617 2007-08-01 [paul] 2.10.0cvs82
622 change default toolbar layout on maemo
623 * src/pixmaps/close.xpm
624 make the red cross a grey cross
625 * src/pixmaps/jpilot.xpm
626 make icon smaller so it fits better
628 2007-07-31 [paul] 2.10.0cvs81
632 fix crash on maemo on first launch
634 2007-07-30 [paul] 2.10.0cvs80
636 * src/prefs_matcher.c
637 specify the units of age and size
639 2007-07-30 [paul] 2.10.0cvs79
642 Fix IMAP timeout setting
644 2007-07-30 [colin] 2.10.0cvs78
646 * src/prefs_account.c
647 Fix a deprecated widget. Patch by
650 2007-07-27 [paul] 2.10.0cvs77
652 * src/matcher_parser_parse.y
653 * src/prefs_filtering_action.c
654 * src/prefs_matcher.c
655 these changes forgotten in cvs74's
656 'watch thread' feature
658 2007-07-27 [paul] 2.10.0cvs76
661 fix potential crasher
664 2007-07-27 [paul] 2.10.0cvs75
670 make mainwindow's /Help/Manual point to the
671 remote copy if the local copy doesn't exist
673 2007-07-27 [paul] 2.10.0cvs74
681 * src/matcher_parser_parse.y
690 * src/pixmaps/watchthread.xpm
691 add 'watch thread' feature
693 2007-07-27 [paul] 2.10.0cvs73
695 * src/prefs_folder_item.c
696 adjust labels, add tooltips
698 2007-07-27 [colin] 2.10.0cvs72
701 Maemo: Remove less used menu items
703 2007-07-26 [colin] 2.10.0cvs71
706 Maemo: destroy messageview after trashing mail.
707 Maybe should be done on X11 too
709 2007-07-26 [colin] 2.10.0cvs70
716 Add View/Show or Hide/Column headers
718 2007-07-26 [colin] 2.10.0cvs69
723 2007-07-26 [colin] 2.10.0cvs68
726 Fix possible crash on cache invalidation
730 * src/quote_fmt_parse.y
731 Make replying to mails with big attachments
732 much faster. Fixes bug 1224, 'The process of
733 Replying to emails with large attachments
734 seems unreasonably long...'
736 2007-07-26 [colin] 2.10.0cvs67
741 Fix threads use on BSDs
743 2007-07-26 [paul] 2.10.0cvs66
745 * src/gtk/prefswindow.c
746 fix account prefs breakage
749 2007-07-26 [paul] 2.10.0cvs65
752 standardise ./configure --help messages
754 2007-07-26 [colin] 2.10.0cvs64
758 Fix two vCard-related crashes
760 2007-07-25 [colin] 2.10.0cvs63
765 * src/prefs_receive.c
766 Maemo: Add a better way to notify of
772 Maemo: Various layout fixes
773 * src/gtk/prefswindow.c
774 Maemo: Better prefs layout
776 2007-07-25 [paul] 2.10.0cvs62
779 fix the layout on maemo
782 2007-07-25 [iwkse] 2.10.0cvs61
785 add 'o' shortcut on summaryview
787 2007-07-25 [iwkse] 2.10.0cvs60
792 2007-07-24 [colin] 2.10.0cvs59
795 Fix missing timestamp update on source
799 Better text layout on part's choices
801 2007-07-23 [colin] 2.10.0cvs58
805 Maemo: Automatically choose the correct application
807 * src/gtk/quicksearch.c
808 Make search run on GDK_KP_Enter too
810 2007-07-23 [wwp] 2.10.0cvs57
812 * src/quote_fmt_lex.l
813 Revert accidentaly committed lines (account_sig) in
816 2007-07-23 [wwp] 2.10.0cvs56
818 * src/quote_fmt_lex.l
819 Fix typos around long form expressions in the quote lexer.
825 2007-07-23 [colin] 2.10.0cvs55
828 Fix auto-completion on Maemo
830 2007-07-23 [colin] 2.10.0cvs54
833 Maemo: Fix sticking statusbars
835 2007-07-22 [colin] 2.10.0cvs53
838 Maemo: Fix the strange "top_application" info
839 at startup. We should do something when
840 receiving such a message.
842 2007-07-20 [paul] 2.10.0cvs52
845 add missing #include "statusbar.h"
847 2007-07-20 [colin] 2.10.0cvs51
851 * src/folder_item_prefs.c
852 * src/folder_item_prefs.h
860 * src/prefs_folder_item.c
861 Implement age-based caching: allow to
862 specify a threshold for the offline synchronisation
863 feature, and whether old cached bodies should
868 * src/plugins/dillo_viewer/dillo_viewer.c
869 Check that Dillo's installed
871 2007-07-20 [wwp] 2.10.0cvs50
875 Draw a frame around the selected mimeview part icon (instead of the
876 shifted 'dancing' icon).
878 2007-07-20 [colin] 2.10.0cvs49
881 Unref stuff even on error
883 disconnect signals only at the very
884 end of the wizard save.
886 2007-07-20 [colin] 2.10.0cvs48
892 Fix random crashes while navigating
895 2007-07-19 [colin] 2.10.0cvs47
904 Maemo: add an easy way to store data (mails
905 and IMAP/NNTP caches) on one of the SD cards,
906 and protect against unmounts if needed
908 2007-07-19 [paul] 2.10.0cvs46
913 * src/pixmaps/claws-mail_logo-small.xpm
914 implement a (slightly) different About
915 dialog for maemo and add a small version
918 use a scrolled window for wizard page 1
921 2007-07-19 [paul] 2.10.0cvs45
924 too soon for this line
926 2007-07-19 [paul] 2.10.0cvs44
931 2007-07-19 [colin] 2.10.0cvs43
934 Solve Mail/Mailbox name when specifying
937 2007-07-18 [colin] 2.10.0cvs42
943 2007-07-18 [colin] 2.10.0cvs41
946 Maemo: plug the online/offline system into
947 maemo's interfaces to have Claws automatically
948 switch according to the system status
950 Maemo: use HildonBanners to display status
951 messages. Renders the main statusbar useless.
953 2007-07-18 [paul] 2.10.0cvs40
956 fix screen blanking on moving/copying many msgs
958 fix processing progressbar and screen blanking
961 2007-07-18 [paul] 2.10.0cvs39
964 revert cvs37, breakage on maemo
966 2007-07-18 [paul] 2.10.0cvs38
969 make sure we can still build with older GTK's
971 2007-07-18 [colin] 2.10.0cvs37
974 Only hide the small layout's messageview, instead
975 of destroying it when closing
977 Use gtk_window_present_with_time to popup windows,
978 it seems to make things better with modern WMs
981 2007-07-17 [colin] 2.10.0cvs36
984 Simplify layout on Maemo
987 * src/prefs_display_header.c
988 Remove some headers by default on Maemo
990 2007-07-17 [paul] 2.10.0cvs35
994 * src/prefs_logging.c
996 add options to stop/enable writing logs to disc
998 2007-07-17 [paul] 2.10.0cvs34
1001 fix some issues with the Apply tags window:
1002 - set search column (enables autocompl in the treeview)
1003 - apply tag from "New tag" if it existed
1004 - clears New tag entry when adding it with the button
1007 2007-07-17 [paul] 2.10.0cvs33
1010 fix 'apply tags' dialogue weirdness
1012 2007-07-16 [colin] 2.10.0cvs32
1015 Fix double-loading of mails on Maemo
1017 2007-07-16 [colin] 2.10.0cvs31
1020 Prevent double-loading of the same part under some
1021 conditions; hide statusbar on Maemo
1023 2007-07-16 [colin] 2.10.0cvs30
1029 Improve the tag interface - allow
1030 to set/unset tags from a special
1032 * src/gtk/gtkvscrollbutton.c
1035 * src/stock_pixmap.c
1036 Fix Mimeview's ugly hacks in the
1039 2007-07-16 [paul] 2.10.0cvs29
1043 * src/gtk/icon_legend.c
1044 put it all in a scrolled window
1046 2007-07-15 [colin] 2.10.0cvs28
1049 Maemo: force layout to be Small screen; the
1050 others don't make sense
1052 2007-07-14 [colin] 2.10.0cvs27
1055 * src/gtk/gtkvscrollbutton.c
1056 Maemo: Fix mimeview's buttons size
1058 2007-07-14 [colin] 2.10.0cvs26
1061 Fix the button workaround fix.
1062 (Use the correct variable)
1064 2007-07-14 [colin] 2.10.0cvs25
1068 Maemo: put the progress bar in the
1071 2007-07-14 [colin] 2.10.0cvs24
1073 * src/prefs_common.c
1074 Maemo: hide statusbar by default
1076 * src/stock_pixmap.c
1077 * src/stock_pixmap.h
1079 * src/pixmaps/go_folders.xpm
1080 Maemo: Add a specific icon to go back to
1083 2007-07-14 [colin] 2.10.0cvs23
1086 Don't set homogeneous finally
1088 2007-07-14 [colin] 2.10.0cvs22
1091 Fix button show/hide issues
1093 2007-07-14 [colin] 2.10.0cvs21
1097 Fix button workaround to be able to click
1098 if mouse was on button when it went un-
1100 Revert previous commit, gtk_tool_item_set_homogeneous
1101 doesn't mean what it seems to mean ;-)
1103 2007-07-14 [paul] 2.10.0cvs20
1106 make homogeneous FALSE always
1108 2007-07-13 [colin] 2.10.0cvs19
1112 Rework to fit the non-deprecated API
1118 Maemo layout changes. Better toolbars,
1119 removal of CTree headers.
1121 2007-07-13 [paul] 2.10.0cvs18
1123 * src/gtk/colorlabel.c
1124 fix bug 1261, '[DE] coloring messages in overview
1125 keys are not localised'
1126 the string is now included in claws-mail.pot
1128 2007-07-13 [colin] 2.10.0cvs17
1131 Fix bug 1267, 'printing mutliple messages
1132 opens one message-dialog after the other'
1133 Ask for confirmation when printing 10
1136 2007-07-11 [colin] 2.10.0cvs16
1141 * manual/claws-mail-manual.xml
1143 * manual/es/claws-mail-manual.xml
1145 * manual/fr/claws-mail-manual.xml
1168 * src/addressbook_foldersel.c
1169 * src/addressbook_foldersel.h
1193 * src/customheader.c
1194 * src/customheader.h
1195 * src/displayheader.c
1196 * src/displayheader.h
1199 * src/editaddress_other_attributes_ldap.c
1200 * src/editaddress_other_attributes_ldap.h
1209 * src/editldap_basedn.c
1210 * src/editldap_basedn.h
1231 * src/folder_item_prefs.c
1232 * src/folder_item_prefs.h
1241 * src/grouplistdialog.c
1242 * src/grouplistdialog.h
1247 * src/image_viewer.c
1248 * src/image_viewer.h
1289 * src/matcher_parser.h
1290 * src/matcher_parser_lex.l
1291 * src/matcher_parser_parse.y
1294 * src/message_search.c
1295 * src/message_search.h
1314 * src/partial_download.c
1315 * src/partial_download.h
1320 * src/prefs_account.c
1321 * src/prefs_account.h
1322 * src/prefs_actions.c
1323 * src/prefs_actions.h
1324 * src/prefs_common.c
1325 * src/prefs_common.h
1326 * src/prefs_compose_writing.c
1327 * src/prefs_compose_writing.h
1328 * src/prefs_customheader.c
1329 * src/prefs_customheader.h
1330 * src/prefs_display_header.c
1331 * src/prefs_display_header.h
1332 * src/prefs_ext_prog.c
1333 * src/prefs_ext_prog.h
1334 * src/prefs_filtering.c
1335 * src/prefs_filtering.h
1336 * src/prefs_filtering_action.c
1337 * src/prefs_filtering_action.h
1338 * src/prefs_folder_column.c
1339 * src/prefs_folder_column.h
1340 * src/prefs_folder_item.c
1341 * src/prefs_folder_item.h
1346 * src/prefs_image_viewer.c
1347 * src/prefs_image_viewer.h
1348 * src/prefs_logging.c
1349 * src/prefs_logging.h
1350 * src/prefs_matcher.c
1351 * src/prefs_matcher.h
1352 * src/prefs_message.c
1353 * src/prefs_message.h
1354 * src/prefs_msg_colors.c
1355 * src/prefs_msg_colors.h
1360 * src/prefs_receive.c
1361 * src/prefs_receive.h
1364 * src/prefs_spelling.c
1365 * src/prefs_spelling.h
1366 * src/prefs_summaries.c
1367 * src/prefs_summaries.h
1368 * src/prefs_summary_column.c
1369 * src/prefs_summary_column.h
1370 * src/prefs_summary_open.c
1371 * src/prefs_summary_open.h
1372 * src/prefs_template.c
1373 * src/prefs_template.h
1374 * src/prefs_themes.c
1375 * src/prefs_themes.h
1376 * src/prefs_toolbar.c
1377 * src/prefs_toolbar.h
1378 * src/prefs_wrapping.c
1379 * src/prefs_wrapping.h
1389 * src/quote_fmt_lex.l
1390 * src/quote_fmt_parse.y
1393 * src/remotefolder.c
1394 * src/remotefolder.h
1395 * src/send_message.c
1396 * src/send_message.h
1399 * src/simple-gettext.c
1400 * src/sourcewindow.c
1401 * src/sourcewindow.h
1406 * src/stock_pixmap.c
1407 * src/stock_pixmap.h
1408 * src/summary_search.c
1409 * src/summary_search.h
1426 * src/common/base64.c
1427 * src/common/base64.h
1428 * src/common/claws.c
1429 * src/common/claws.h
1431 * src/common/fnmatch.c
1432 * src/common/fnmatch.h
1433 * src/common/fnmatch_loop.c
1434 * src/common/hooks.c
1435 * src/common/hooks.h
1440 * src/common/mgutils.c
1441 * src/common/mgutils.h
1444 * src/common/passcrypt.c
1445 * src/common/passcrypt.h.in
1446 * src/common/plugin.c
1447 * src/common/plugin.h
1448 * src/common/prefs.c
1449 * src/common/prefs.h
1450 * src/common/progressindicator.c
1451 * src/common/progressindicator.h
1452 * src/common/quoted-printable.c
1453 * src/common/quoted-printable.h
1454 * src/common/session.c
1455 * src/common/session.h
1458 * src/common/socket.c
1459 * src/common/socket.h
1462 * src/common/ssl_certificate.c
1463 * src/common/ssl_certificate.h
1464 * src/common/string_match.c
1465 * src/common/string_match.h
1466 * src/common/stringtable.c
1467 * src/common/stringtable.h
1470 * src/common/template.c
1471 * src/common/template.h
1472 * src/common/timing.h
1473 * src/common/utils.c
1474 * src/common/utils.h
1475 * src/common/uuencode.c
1476 * src/common/uuencode.h
1477 * src/common/version.h.in
1478 * src/common/w32_dirent.c
1479 * src/common/w32_reg.c
1480 * src/common/w32_signal.c
1481 * src/common/w32_stat.c
1482 * src/common/w32_stdlib.c
1483 * src/common/w32_string.c
1484 * src/common/w32_time.c
1485 * src/common/w32_unistd.c
1486 * src/common/w32_wait.c
1487 * src/common/w32lib.h
1490 * src/common/xmlprops.c
1491 * src/common/xmlprops.h
1492 * src/etpan/etpan-errors.h
1493 * src/etpan/etpan-thread-manager-types.h
1494 * src/etpan/etpan-thread-manager.c
1495 * src/etpan/etpan-thread-manager.h
1496 * src/etpan/imap-thread.c
1497 * src/etpan/imap-thread.h
1500 * src/gtk/colorlabel.c
1501 * src/gtk/colorlabel.h
1502 * src/gtk/colorsel.c
1503 * src/gtk/colorsel.h
1504 * src/gtk/combobox.c
1505 * src/gtk/combobox.h
1506 * src/gtk/description_window.c
1507 * src/gtk/description_window.h
1510 * src/gtk/foldersort.c
1511 * src/gtk/foldersort.h
1512 * src/gtk/gtkaspell.c
1513 * src/gtk/gtkaspell.h
1514 * src/gtk/gtksctree.c
1515 * src/gtk/gtkshruler.c
1516 * src/gtk/gtkshruler.h
1517 * src/gtk/gtksourceprintjob.c
1518 * src/gtk/gtksourceprintjob.h
1519 * src/gtk/gtkutils.c
1520 * src/gtk/gtkutils.h
1521 * src/gtk/gtkvscrollbutton.c
1522 * src/gtk/gtkvscrollbutton.h
1523 * src/gtk/icon_legend.c
1524 * src/gtk/icon_legend.h
1525 * src/gtk/inputdialog.c
1526 * src/gtk/inputdialog.h
1527 * src/gtk/logwindow.c
1528 * src/gtk/logwindow.h
1529 * src/gtk/manage_window.c
1530 * src/gtk/manage_window.h
1533 * src/gtk/pluginwindow.c
1534 * src/gtk/pluginwindow.h
1535 * src/gtk/prefswindow.c
1536 * src/gtk/prefswindow.h
1537 * src/gtk/progressdialog.c
1538 * src/gtk/progressdialog.h
1539 * src/gtk/quicksearch.c
1540 * src/gtk/quicksearch.h
1541 * src/gtk/sslcertwindow.c
1542 * src/gtk/sslcertwindow.h
1543 * src/plugins/bogofilter/bogofilter.c
1544 * src/plugins/bogofilter/bogofilter.h
1545 * src/plugins/bogofilter/bogofilter_gtk.c
1546 * src/plugins/clamav/clamav_plugin.c
1547 * src/plugins/clamav/clamav_plugin.h
1548 * src/plugins/clamav/clamav_plugin_gtk.c
1549 * src/plugins/demo/demo.c
1550 * src/plugins/dillo_viewer/dillo_prefs.c
1551 * src/plugins/dillo_viewer/dillo_prefs.h
1552 * src/plugins/dillo_viewer/dillo_viewer.c
1553 * src/plugins/pgpcore/passphrase.c
1554 * src/plugins/pgpcore/passphrase.h
1555 * src/plugins/pgpcore/pgp_viewer.c
1556 * src/plugins/pgpcore/pgp_viewer.h
1557 * src/plugins/pgpcore/plugin.c
1558 * src/plugins/pgpcore/prefs_gpg.c
1559 * src/plugins/pgpcore/prefs_gpg.h
1560 * src/plugins/pgpcore/select-keys.c
1561 * src/plugins/pgpcore/select-keys.h
1562 * src/plugins/pgpcore/sgpgme.c
1563 * src/plugins/pgpcore/sgpgme.h
1564 * src/plugins/pgpinline/pgpinline.c
1565 * src/plugins/pgpinline/pgpinline.h
1566 * src/plugins/pgpinline/plugin.c
1567 * src/plugins/pgpmime/pgpmime.c
1568 * src/plugins/pgpmime/pgpmime.h
1569 * src/plugins/pgpmime/plugin.c
1570 * src/plugins/spamassassin/spamassassin.c
1571 * src/plugins/spamassassin/spamassassin.h
1572 * src/plugins/spamassassin/spamassassin_gtk.c
1573 * src/plugins/trayicon/trayicon.c
1574 * src/plugins/trayicon/trayicon_prefs.c
1575 * src/plugins/trayicon/trayicon_prefs.h
1576 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1577 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1578 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1579 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1580 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1581 * tools/OOo2claws-mail.pl
1582 * tools/README.sylprint
1583 * tools/acroread2claws-mail.pl
1584 * tools/claws-mail-compose-insert-files.pl
1585 * tools/convert_mbox.pl
1586 * tools/filter_conv.pl
1587 * tools/filter_conv_new.pl
1589 * tools/freshmeat_search.pl
1590 * tools/google_search.pl
1591 * tools/kmail-mailbox2claws-mail.pl
1592 * tools/kmail2claws-mail.pl
1593 * tools/kmail2claws-mail_v2.pl
1595 * tools/make.themes.project
1596 * tools/multiwebsearch.pl
1597 * tools/nautilus2claws-mail.sh
1598 * tools/outlook2claws-mail.pl
1599 * tools/textviewer.sh
1600 * tools/thunderbird-filters-convertor.pl
1603 * tools/vcard2xml.py
1604 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1605 Upgrade to GPLv3 or later.
1607 2007-07-10 [wwp] 2.10.0cvs15
1610 Fix re-opening of all composing messages that were
1611 opened when closing the previous instance, thanks
1614 2007-07-10 [paul] 2.10.0cvs14
1616 * src/editaddress_other_attributes_ldap.c
1618 fix crash on selecting 'other attributes' combo
1619 for either a new entry or an old entry with no
1620 existing attributes.
1621 fix bug on editing multiple attributes which
1622 resulted them all having the value of the last
1626 2007-07-10 [colin] 2.10.0cvs13
1629 * src/editaddress_other_attributes_ldap.h
1631 Fix --disable-ldap build
1633 2007-07-09 [colin] 2.10.0cvs12
1639 * src/editaddress_other_attributes_ldap.c
1640 * src/editaddress_other_attributes_ldap.h
1645 Add capability to edit all inetOrgPerson
1646 attributes on LDAP. Patch by Michael
1649 2007-07-09 [colin] 2.10.0cvs11
1655 * src/prefs_summaries.c
1656 * src/prefs_themes.c
1658 * src/common/Makefile.am
1660 * src/common/timing.h
1661 * src/common/utils.c
1662 * src/common/utils.h
1663 * src/common/w32_account.c
1664 * src/common/w32lib.h
1665 * src/gtk/Makefile.am
1666 * src/gtk/colorlabel.c
1667 * src/plugins/pgpcore/Makefile.am
1668 * src/plugins/pgpcore/claws.def
1669 * src/plugins/pgpcore/passphrase.c
1670 * src/plugins/pgpcore/pgp_viewer.c
1671 * src/plugins/pgpcore/plugin.def
1672 * src/plugins/pgpcore/sgpgme.c
1673 * src/plugins/pgpinline/Makefile.am
1674 * src/plugins/pgpinline/claws.def
1675 * src/plugins/pgpinline/mypgpcore.def
1676 * src/plugins/pgpinline/plugin.def
1677 * src/plugins/pgpmime/Makefile.am
1678 * src/plugins/pgpmime/claws.def
1679 * src/plugins/pgpmime/mypgpcore.def
1680 * src/plugins/pgpmime/plugin.def
1681 Commit win32 patch, from Werner Koch and
1684 2007-07-09 [colin] 2.10.0cvs10
1686 * src/prefs_toolbar.c
1687 Fix crash when no actions exist
1689 2007-07-07 [paul] 2.10.0cvs9
1692 * manual/claws-mail-manual.xml
1693 update copyright year
1695 updated by Flammie Pirinen
1697 2007-07-05 [wwp] 2.10.0cvs8
1699 * src/plugins/clamav/clamav_plugin_gtk.c
1700 Make vertical spacing like in other plugin prefs pages.
1702 2007-07-05 [wwp] 2.10.0cvs7
1705 It's %am that works, not %ae (this doc incoherence has been
1706 introduced with 2.9.2cvs13).
1708 2007-07-04 [wwp] 2.10.0cvs6
1710 * src/plugins/bogofilter/bogofilter.c
1711 Gettext-ize an occurrence of "Any" that wasn't.
1713 2007-07-04 [colin] 2.10.0cvs5
1716 Fix untranslated strings; thanks
1719 2007-07-03 [colin] 2.10.0cvs4
1723 Fix saving of sort mode for tags and
1724 thread date. Thanks to Pierre Ossman.
1725 Completes fix for bug 1233
1727 2007-07-03 [paul] 2.10.0cvs3
1735 2007-07-02 [colin] 2.10.0cvs2
1741 Add View/Sort/by Thread date
1742 Fixes bug 1233, 'Capability to sort
1743 threads by most recent message'
1744 Based on a patch by Paul Rolland
1746 2007-07-02 [colin] 2.10.0cvs1
1763 * src/matcher_parser_parse.y
1767 * src/prefs_common.c
1768 * src/prefs_common.h
1769 * src/prefs_filtering_action.c
1770 * src/prefs_matcher.c
1771 * src/prefs_summary_column.c
1775 * src/quote_fmt_lex.l
1776 * src/quote_fmt_parse.y
1780 * src/common/Makefile.am
1784 * src/gtk/quicksearch.c
1785 * src/gtk/quicksearch.h
1786 Add Tags implementation. Tags are arbitrary labels
1787 that can be applied to messages. It is possible
1788 to create, edit, remove tags; apply them to mails;
1789 filter on tags or tag presence; apply or unset
1790 tags via filtering actions; reference tags in
1793 2007-07-02 [paul] 2.10.0
1800 2007-07-02 [paul] 2.9.2cvs78
1810 updated by Stephan Sachse, me, Ricardo Mones
1811 Lastra, Fabien Vantard, Pader Rezso, Frederico
1812 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1814 2007-07-02 [paul] 2.9.2cvs77
1819 2007-06-29 [wwp] 2.9.2cvs76
1822 Fix a typo (thanks to Ricardo for finding this out).
1824 2007-06-28 [paul] 2.9.2cvs75
1829 2007-06-28 [paul] 2.9.2cvs74
1832 fix bug in the autotools build system.
1833 Files cataloged under EXTRA_DIST were never
1834 automatically copied to the build tree.
1835 (fix 'make distcheck')
1836 Patch by Michael Rasmussen.
1838 2007-06-24 [colin] 2.9.2cvs73
1841 Fix bug 1249, 'Error handling for
1842 news errors needs modification'
1843 Only popup error if the according
1844 pref in Prefs/Receive is set.
1846 2007-06-21 [colin] 2.9.2cvs72
1848 * src/common/plugin.c
1849 * src/common/plugin.h
1850 Change plugin API to know whether it's safe to
1851 unload plugins or whether we should just hide
1852 them. Fixes bug 1248, 'Core dumps after
1853 unloading plugin and clicking on load plugins'
1854 * src/plugins/bogofilter/bogofilter.c
1855 * src/plugins/clamav/clamav_plugin.c
1856 * src/plugins/demo/demo.c
1857 * src/plugins/dillo_viewer/dillo_viewer.c
1858 * src/plugins/pgpcore/plugin.c
1859 * src/plugins/pgpinline/plugin.c
1860 * src/plugins/pgpmime/plugin.c
1861 * src/plugins/spamassassin/spamassassin.c
1862 * src/plugins/trayicon/trayicon.c
1865 2007-06-19 [colin] 2.9.2cvs71
1869 Fix crash mentioned in bug 1246
1870 Race condition when automatically drafting
1871 due to insertion on reedit.
1873 2007-06-18 [wwp] 2.9.2cvs70
1876 LDIF import: use a "Proceed" button to complete
1879 2007-06-18 [paul] 2.9.2cvs69
1882 use pkgconfig to check for gtk and glib
1884 2007-06-17 [wwp] 2.9.2cvs68
1888 LDIF import: better error handling, minor code
1889 and UI cleanup, and renamed the Save button
1890 to Close, as imported stuff is already saved
1891 when the Save button is shown.
1893 2007-06-17 [colin] 2.9.2cvs67
1895 * src/prefs_summaries.c
1897 Don't set as read when forwarded, only replied to
1899 2007-06-17 [paul] 2.9.2cvs66
1902 add missing #include
1904 2007-06-16 [colin] 2.9.2cvs65
1906 * src/prefs_summaries.c
1908 Change the pref "Only mark as read when opened
1909 in new window" to "..., replied to or forwarded".
1910 Based on a patch by Paul Rolland.
1912 2007-06-16 [paul] 2.9.2cvs64
1915 alphabetical order! :)
1917 2007-06-16 [colin] 2.9.2cvs63
1921 Add Michael Rasmussen in authors list
1923 2007-06-16 [colin] 2.9.2cvs62
1926 Fix messageview_copy_clipboard to take advantage
1927 of plugins' get_selection.
1929 2007-06-15 [colin] 2.9.2cvs61
1935 * src/message_search.c
1937 * src/summary_search.c
1940 Allow GDK_KP_Enter to do the same as GDK_Return
1941 Patch by Michael Rasmussen
1943 2007-06-15 [paul] 2.9.2cvs60
1946 fix bug when closing a compose window
1949 2007-06-14 [paul] 2.9.2cvs59
1953 migrate sylpheed config
1955 2007-06-14 [wwp] 2.9.2cvs58
1957 * src/gtk/pluginwindow.c
1958 Yet another attempt to fix sizing/alignment of the
1959 button bar in plugins window.
1961 2007-06-12 [colin] 2.9.2cvs57
1966 * src/prefs_common.c
1967 * src/prefs_common.h
1968 * src/prefs_summaries.c
1969 * src/prefs_summary_open.c
1970 * src/prefs_summary_open.h
1972 Make "when entering a folder" actions more personalisable
1974 2007-06-12 [wwp] 2.9.2cvs56
1977 Use short description from Paul (mairix.sh).
1979 2007-06-12 [wwp] 2.9.2cvs55
1982 Updated info about mairix.sh.
1984 2007-06-11 [paul] 2.9.2cvs54
1986 * src/prefs_logging.c
1987 rework log window length widgets
1988 and some sensitivity fixes
1990 2007-06-11 [paul] 2.9.2cvs53
1993 * src/prefs_logging.c
1994 rename 'Protocol Log' to 'Network Log'
1995 and some function renaming
1997 2007-06-10 [wwp] 2.9.2cvs52
1999 * src/gtk/pluginwindow.c
2002 2007-06-10 [wwp] 2.9.2cvs51
2004 * src/gtk/pluginwindow.c
2005 Fix button bar in plugin window, was centered and not
2006 behaving like other dialogs w/ such button bar.
2008 2007-06-08 [wwp] 2.9.2cvs50
2015 Provide a way out of automatic draft saving on IMAP, when
2017 Prevent drafting while sending and quitting while sending.
2022 2007-06-08 [wwp] 2.9.2cvs49
2024 * src/prefs_account.c
2025 * src/gtk/prefswindow.c
2026 * src/gtk/prefswindow.h
2027 Activate the Basic page when opening account prefs.
2029 2007-06-08 [wwp] 2.9.2cvs48
2031 * src/common/socket.c
2032 Don't crash if fork() fails, thanks to Colin.
2034 2007-06-08 [wwp] 2.9.2cvs47
2036 * src/gtk/prefswindow.c
2037 Wrap some long lines, and reset horizontal scroller's adjusment
2038 (this was already done, vertically), when changing tab (not page)
2041 2007-06-08 [paul] 2.9.2cvs46
2043 * src/common/utils.c
2044 use gethostname() instead of uname()
2045 based on a patch by Michael Hughes
2046 <Sylpheed-Claws_user@thehugheslogcabin.net>
2048 2007-06-07 [wwp] 2.9.2cvs45
2050 * src/prefs_common.c
2051 Fix some useless warnings, thanks to Colin.
2053 2007-06-06 [colin] 2.9.2cvs44
2056 Fix strange allocations.
2058 2007-06-06 [colin] 2.9.2cvs43
2061 Patch by Michael Rasmussus to help
2064 2007-06-05 [wwp] 2.9.2cvs42
2066 * src/prefs_account.c
2067 * src/prefs_folder_item.c
2071 Per-folder templates can now be applied recursively.
2072 Always save per-folder templates (formats were erroneously
2073 saved only if they were enabled).
2074 Check for validity of quotation marks everywhere there
2077 2007-06-05 [wwp] 2.9.2cvs41
2080 Fix incoming messages from local accounts always getting filtered
2081 (even if the account prefs say don't), thanks to Colin.
2083 2007-06-05 [wwp] 2.9.2cvs40
2087 Use per-folder/per-account quote chars when applying a
2088 template or inserting text as well. Const'ify some
2091 2007-06-04 [colin] 2.9.2cvs39
2094 More work for wwp :)
2096 2007-06-04 [wwp] 2.9.2cvs38
2099 Same as 2.9.2cvs36 but for forwarding.
2101 2007-06-04 [colin] 2.9.2cvs37
2104 Use original mail file for forward/redirect
2105 Fixes some forwarded mails to be attached as
2106 application/octet-stream (when they have binary
2107 parts), and incidentally fixes bug 848
2108 'Redirect breaks GnuPG'
2110 2007-06-04 [wwp] 2.9.2cvs36
2113 Fix quote mark mis-initialisation when replying/forwarding
2114 (introduced w/ 2.9.2cvs20).
2116 2007-06-04 [wwp] 2.9.2cvs35
2118 * src/prefs_compose_writing.c
2120 Fix a bug where Quotation characters (prefs/compose/writing)
2121 was cleared (introduced w/ 2.9.2cvs26).
2123 2007-06-04 [wwp] 2.9.2cvs34
2125 * src/prefs_account.c
2126 * src/prefs_account.h
2127 Better fix for compiling w/o aspell (rollbacks
2130 2007-06-04 [wwp] 2.9.2cvs33
2133 * src/prefs_account.c
2134 * src/prefs_account.h
2136 It's now possible to disable mail filtering plugins
2137 on a per-account basis.
2139 2007-06-04 [wwp] 2.9.2cvs32
2142 * src/common/utils.c
2143 * src/common/utils.h
2144 Support CRLF in headers part of messages.
2145 Support few more date formats (RFC3339 subsets).
2147 2007-06-04 [wwp] 2.9.2cvs31
2149 * src/prefs_account.c
2150 Fix compiling w/o aspell support.
2152 2007-06-03 [wwp] 2.9.2cvs30
2155 Don't decode leading ENV_ and ~ in P_PASSWORD
2158 2007-06-03 [wwp] 2.9.2cvs29
2161 Don't decode leading ENV_ and ~ in P_PASSWORD
2164 2007-06-03 [wwp] 2.9.2cvs28
2166 * src/prefs_account.c
2167 * src/gtk/prefswindow.c
2168 * src/gtk/prefswindow.h
2169 Added a way to force preloading of all pages
2171 Moved tabs to pages in account prefs.
2173 2007-06-02 [colin] 2.9.2cvs27
2176 Fix possible crash, fix ldap write bugs
2178 Fix ldap write bugs - patch by Michael
2182 Add a hook whenever alertpanel opens/closes
2184 2007-05-31 [wwp] 2.9.2cvs26
2186 * src/prefs_compose_writing.c
2188 Re-organized writing options a bit:
2189 - renamed the Quoting page to Templates
2190 - moved all composing templates to that page
2191 - moved non-templates options to the Writing one,
2192 grouped reply-related options, reordered reply and
2195 2007-05-31 [wwp] 2.9.2cvs25
2198 Removed unused code.
2200 2007-05-31 [colin] 2.9.2cvs24
2203 Fix missing display name when modifying
2204 LDAP. Patch by Michael Rasmussen
2206 2007-05-31 [wwp] 2.9.2cvs23
2208 * src/plugins/bogofilter/Makefile.am
2209 * src/plugins/clamav/Makefile.am
2210 * src/plugins/demo/Makefile.am
2211 * src/plugins/dillo_viewer/Makefile.am
2212 * src/plugins/spamassassin/Makefile.am
2213 Fix building of those plugins in Mac OS X.
2215 2007-05-30 [wwp] 2.9.2cvs22
2217 * src/gtk/quicksearch.c
2218 Fix missing initialization.
2220 2007-05-30 [wwp] 2.9.2cvs21
2223 Revert accidental commit (debug outputs).
2225 2007-05-30 [wwp] 2.9.2cvs20
2228 * src/folder_item_prefs.c
2229 * src/folder_item_prefs.h
2230 * src/prefs_account.c
2231 * src/prefs_account.h
2232 * src/prefs_folder_item.c
2235 Implemented per-account and per-folder
2236 compose/reply/forward formats.
2238 2007-05-30 [wwp] 2.9.2cvs19
2240 * src/prefs_compose_writing.c
2245 Internal API changes (factorize quote format
2248 2007-05-30 [colin] 2.9.2cvs18
2251 Fix race where it's possible to re-click Send
2252 between end of SMTP session and end of "move to
2253 sent folder" when sending an email with send
2256 2007-05-30 [colin] 2.9.2cvs17
2259 Ask for backtrace on all threads. Patch by
2262 Fix stale news statusbar when scanning fails.
2265 Fix some LDAP write updates bugs. Patch
2266 by Michael Rasmussen
2268 2007-05-29 [colin] 2.9.2cvs16
2271 Fix loss of local flags when moving mails
2272 on IMAP in high-bandwidth mode (UID FETCH)
2274 2007-05-25 [paul] 2.9.2cvs15
2276 * src/common/socket.c
2277 fix sometimes crasher on cancelling
2280 2007-05-25 [colin] 2.9.2cvs14
2285 Be more helpful in the subscription
2288 2007-05-23 [wwp] 2.9.2cvs13
2291 * src/prefs_compose_writing.c
2293 * src/prefs_template.c
2294 * src/prefs_template.h
2297 * src/quote_fmt_lex.l
2298 * src/quote_fmt_parse.y
2299 Introduced new syntax elements (symbols and commands)
2300 in templates/quote_fmt. Compatibility w/ old
2302 Updated and reworked the corresponding Information
2304 Display the line number in dialogs that talk about
2305 parser errors (in addition to the error message in
2308 2007-05-23 [wwp] 2.9.2cvs12
2310 * src/quote_fmt_parse.y
2311 Fix 2.9.2cvs11, probably a paste accident ;).
2313 2007-05-23 [wwp] 2.9.2cvs11
2316 * src/prefs_template.c
2318 * src/quote_fmt_parse.y
2319 Fix 2.9.2cvs10, which broke --disable-aspell.
2321 2007-05-22 [wwp] 2.9.2cvs10
2324 * src/prefs_template.c
2327 * src/quote_fmt_lex.l
2328 * src/quote_fmt_parse.y
2329 * src/gtk/gtkaspell.c
2330 * src/gtk/gtkaspell.h
2331 Added template/quote format syntactical elements
2333 - current dictionary
2334 %T to show (shows empty if not set or not enabled),
2335 ?T and !T to check if the default dictionary is
2337 - current account's default dictionary
2338 %aT to show (empty if not set or not enabled),
2339 ?aT and !aT to check if it's enabled and set
2340 - name completion for an address, from the address
2342 %ABf, %ABt, %ABc respectively show the full name got
2343 from the address book if From, To or Cc match a single
2345 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2346 matches any contact and if the full name is non-empty.
2347 If From, To or Cc are lists of email addresses, only
2348 the first address will be checked.
2349 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2350 that could show a trailing ','.
2351 Also, template/quote_fmt parser now shows the line number in case
2354 2007-05-15 [colin] 2.9.2cvs9
2358 Add a public function to know whether Claws
2360 Store opened folder when exiting
2363 Store last opened message in each FolderItem;
2364 Reset last seen messages if Claws crashed, so
2365 that one can't go in an infinite crash in case
2366 a particular mail crashes Claws.
2368 * src/prefs_common.c
2369 * src/prefs_common.h
2371 * src/prefs_summaries.c
2372 Add "Select last opened message" when entering
2374 Add "Select last opened folder" at startup.
2376 2007-05-14 [colin] 2.9.2cvs8
2379 Fix bashism, search for xml catalog
2380 in /usr/local/share/xml/catalog too
2383 2007-05-13 [wwp] 2.9.2cvs7
2385 * src/gtk/logwindow.c
2386 fix raising log windows when they are either minimized or
2389 2007-05-11 [colin] 2.9.2cvs6
2392 Use Hildon's file chooser on Maemo. Patch
2393 by Jean-Luc Biord; fixes part 2 of bug 1201,
2394 'File attachment "manipulation" bugs...'
2396 2007-05-10 [wwp] 2.9.2cvs5
2398 * src/prefs_common.c
2399 * src/prefs_common.h
2400 * src/gtk/quicksearch.c
2401 Add a quicksearch option to automatically run
2402 a search selected from the history (this option
2403 is exclusive towards type-ahead).
2405 2007-05-10 [colin] 2.9.2cvs4
2408 Fix g_warnings, thanks to Brian
2411 2007-05-09 [colin] 2.9.2cvs3
2416 * src/prefs_summaries.c
2419 * src/common/utils.c
2420 * src/gtk/gtksourceprintjob.c
2421 * src/gtk/sslcertwindow.c
2422 Use the re-entrant variant of time functions
2423 Probably fixes bug 1217, 'reentrancy problems
2424 with time functions'
2426 2007-05-09 [colin] 2.9.2cvs2
2429 Fix crasher when reconnection fails
2431 2007-05-08 [paul] 2.9.2cvs1
2437 bump version number following
2440 2007-05-08 [paul] 2.9.1cvs48
2442 * src/plugins/demo/demo.c
2443 * src/plugins/dillo_viewer/dillo_prefs.c
2444 * src/plugins/dillo_viewer/dillo_prefs.h
2445 * src/plugins/dillo_viewer/dillo_viewer.c
2446 * src/plugins/pgpcore/pgp_viewer.c
2447 * src/plugins/pgpcore/pgp_viewer.h
2448 * src/plugins/pgpcore/plugin.c
2449 * src/plugins/pgpcore/prefs_gpg.c
2450 * src/plugins/pgpcore/prefs_gpg.h
2451 * src/plugins/pgpcore/sgpgme.c
2452 * src/plugins/pgpcore/sgpgme.h
2453 * src/plugins/pgpinline/plugin.c
2454 * src/plugins/pgpmime/pgpmime.c
2455 * src/plugins/pgpmime/pgpmime.h
2456 * src/plugins/pgpmime/plugin.c
2457 * src/plugins/spamassassin/spamassassin.c
2458 * src/plugins/spamassassin/spamassassin.h
2459 * src/plugins/spamassassin/spamassassin_gtk.c
2460 * src/plugins/trayicon/README
2462 * tools/README.sylprint
2463 * tools/outlook2claws-mail.pl
2465 * tools/tb2claws-mail
2466 * tools/tbird2claws.py
2468 * tools/vcard2xml.py
2469 * tools/kdeservicemenu/README
2470 cleanups and corrections
2472 2007-05-06 [wwp] 2.9.1cvs47
2475 Fix missing dash to `display` command-line, reported
2476 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2478 2007-05-06 [colin] 2.9.1cvs46
2481 * src/stock_pixmap.c
2482 * src/stock_pixmap.h
2483 * src/pixmaps/printer.xpm
2486 2007-05-06 [paul] 2.9.1cvs45
2491 * src/summary_search.c
2495 2007-05-05 [wwp] 2.9.1cvs44
2499 * src/prefs_actions.c
2503 Fix "faild" typos everywhere and capitalization of
2506 2007-05-04 [colin] 2.9.1cvs43
2511 * src/plugins/pgpcore/prefs_gpg.c
2512 * src/plugins/pgpcore/prefs_gpg.h
2513 * src/plugins/pgpinline/pgpinline.c
2514 * src/plugins/pgpmime/pgpmime.c
2515 Add an API to warn about encryption limits,
2516 and allow to disable these warnings
2518 2007-05-03 [colin] 2.9.1cvs42
2522 Fix bug 1213, 'Delete more than
2525 2007-05-03 [wwp] 2.9.1cvs41
2527 * src/prefs_common.c
2528 * src/prefs_filtering.c
2529 * src/prefs_template.c
2530 * src/common/template.c
2531 * src/common/template.h
2532 * src/gtk/gtkutils.c
2533 * src/gtk/gtkutils.h
2534 Templates are no longer automatically sorted
2535 by name, but can be sorted manually using
2536 |< < > >| buttons as well as drag'n'drop.
2538 2007-05-03 [wwp] 2.9.1cvs40
2540 * src/plugins/spamassassin/spamassassin.c
2541 * src/plugins/spamassassin/spamassassin.h
2542 * src/plugins/spamassassin/spamassassin_gtk.c
2543 * src/plugins/bogofilter/bogofilter.c
2544 * src/plugins/bogofilter/bogofilter.h
2545 * src/plugins/bogofilter/bogofilter_gtk.c
2546 Added an option to conditionally mark saved spam
2547 as read (default is and was to do so).
2548 Satisfies feature request 1708539 on sf.net tracker.
2550 2007-05-03 [colin] 2.9.1cvs39
2553 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2555 2007-05-02 [colin] 2.9.1cvs38
2558 Fix bug 1209, 'Clicking on address
2559 in header (mailto uri) selects
2560 default account'. Patch adapted from
2563 2007-05-02 [colin] 2.9.1cvs37
2565 * src/grouplistdialog.c
2566 Set cursor to wait cursor while loading
2569 2007-05-02 [paul] 2.9.1cvs36
2573 rename cache and mark files
2576 2007-04-30 [paul] 2.9.1cvs35
2578 * manual/glossary.xml
2579 * manual/plugins.xml
2580 updates. Patch by Ricardo
2582 2007-04-29 [wwp] 2.9.1cvs34
2586 Fix few grammatical errors (patch by David Relson < relson at
2587 osagesoftware dot com >).
2589 2007-04-28 [colin] 2.9.1cvs33
2593 * src/prefs_account.c
2594 * src/prefs_account.h
2595 Drop the "Download all" preference. It's
2596 stupidly useless and confuses people from
2599 2007-04-27 [wwp] 2.9.1cvs32
2602 * src/prefs_account.c
2603 * src/prefs_account.h
2604 Don't reflect accounts changes to the mainwindow when it's
2607 2007-04-27 [colin] 2.9.1cvs31
2610 Freeze/thaw when sync'ing flags
2612 * src/prefs_account.c
2613 * src/prefs_account.h
2614 * src/etpan/imap-thread.c
2615 * src/etpan/imap-thread.h
2616 Add a way to use UID FETCH instead
2617 of searches to fetch message lists
2618 and flags. More expensive towards
2619 bandwidth, less expensive towards
2620 server's CPU. Probably fixes
2621 bug 1158, 'Scanning new folders on
2622 Exchange 2007 extremely slow'.
2625 2007-04-27 [paul] 2.9.1cvs30
2628 * src/prefs_logging.c
2629 improvements to english usage
2631 2007-04-27 [colin] 2.9.1cvs29
2634 Fix build without libetpan (my bad!)
2636 2007-04-26 [colin] 2.9.1cvs28
2640 Fix uselessly exported function
2642 Consider "- -- \n" as signature separator
2643 (that's what signature separators look like
2644 in PGP/Inline signed mails)
2646 2007-04-26 [colin] 2.9.1cvs27
2649 libetpan-0.49 is now required
2651 Fix double fetching of mails if
2654 Make offline sync faster, by
2655 remembering last change time, and
2658 2007-04-26 [hoa] 2.9.1cvs26
2664 * src/etpan/imap-thread.c
2665 * src/etpan/imap-thread.h
2666 cancellation of IMAP operations is now allowed.
2667 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2669 2007-04-26 [colin] 2.9.1cvs25
2672 Always fetch body+headers in folders that are
2673 synched for offline use, if "Synchronise as
2674 soon as possible" is set.
2675 Fixes bug 1200, 'Add option to always retrieve full
2678 2007-04-25 [colin] 2.9.1cvs24
2681 Fix bug 1198, 'Reply-all "disappearing" address bug
2684 2007-04-24 [colin] 2.9.1cvs23
2687 Fix bug 1195, 'Hardware key navigation'
2688 Make GDK_Enter toggle expansion (Maemo)
2690 2007-04-24 [wwp] 2.9.1cvs22
2693 Fix few compiler warnings.
2695 2007-04-24 [paul] 2.9.1cvs21
2698 * src/stock_pixmap.c
2699 * src/stock_pixmap.h
2700 complete last commit
2702 2007-04-24 [paul] 2.9.1cvs20
2705 * src/pixmaps/active.xpm
2706 * src/pixmaps/checkbox_off.xpm
2707 * src/pixmaps/checkbox_on.xpm
2708 * src/pixmaps/inactive.xpm
2710 remove transparent border from checkbox icons
2712 2007-04-24 [wwp] 2.9.1cvs19
2716 Fix a crash in textview, thanks to Colin.
2718 2007-04-23 [wwp] 2.9.1cvs18
2720 * src/prefs_common.c
2721 Fix 2.9.1cvs5: no header was being translated at all.
2723 2007-04-23 [colin] 2.9.1cvs17
2726 * src/stock_pixmap.c
2727 * src/stock_pixmap.h
2730 * src/gtk/gtksctree.c
2731 * src/gtk/gtksctree.h
2732 * src/pixmaps/selection.xpm
2733 Fix bug 1193, 'Need a way to multi-select
2734 items'. Add a toggle button to the summaryview
2735 to switch between normal and multiple selection
2738 2007-04-23 [colin] 2.9.1cvs16
2741 * src/stock_pixmap.c
2742 * src/stock_pixmap.h
2745 * src/gtk/gtksctree.c
2746 * src/gtk/gtksctree.h
2747 * src/pixmaps/selection.xpm
2748 Fix bug 1193, 'Need a way to multi-
2750 Add a toggle button in the summaryview
2751 to enable normal or multiple selection.
2754 2007-04-23 [colin] 2.9.1cvs15
2757 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2759 2007-04-21 [colin] 2.9.1cvs14
2761 * src/gtk/quicksearch.c
2762 Fix previous commit (actually use correct
2765 2007-04-21 [colin] 2.9.1cvs13
2767 * src/gtk/quicksearch.c
2768 Fix changing quicksearch type (after Esc,
2769 after changing Recursive, ...)
2771 2007-04-20 [wwp] 2.9.1cvs12
2773 * src/gtk/Makefile.am
2774 Added headers.h (completes 2.9.1cvs5).
2776 2007-04-20 [wwp] 2.9.1cvs11
2779 Fix the use of display name in name column,
2780 it has been overriden w/ the use of nickname
2781 by 2.9.0cvs3. Now nickname is used (if any)
2782 in case of LDAP books only.
2784 2007-04-20 [colin] 2.9.1cvs10
2789 Add handling of 'a' to loop in a mail's
2792 2007-04-20 [colin] 2.9.1cvs9
2795 Fix bug 1190, 'dir_open' button doesn't work'
2798 2007-04-20 [colin] 2.9.1cvs8
2802 Fix bug 1194, 'Hardware keys move from email
2803 list to account/directory list, but not back
2804 to email list...' (Maemo)
2806 2007-04-20 [colin] 2.9.1cvs7
2809 complete previous commit
2811 2007-04-20 [colin] 2.9.1cvs6
2814 Fix bug 1187, 'Reply-to addressee disappears
2815 when reply-to text box is clicked...' (Maemo)
2817 2007-04-20 [wwp] 2.9.1cvs5
2825 * src/prefs_common.c
2826 * src/prefs_common.h
2827 * src/prefs_display_header.c
2828 * src/prefs_matcher.c
2831 * src/gtk/quicksearch.c
2832 Translate more header names according to the relevant option value,
2833 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2834 Replaced nearly all uses of prefs_common.trans_hdr with a call
2835 to prefs_common_translated_header_name().
2836 Added a headers.h reference file that contains known header names
2837 (RFC2822 and others) to the translation process' input, so that
2838 translated header names will still exist even if no occurrence of
2839 _("headername") is found anymore in the sources.
2840 Don't translate column name 'Number' following to trans_hdr option
2841 value as it's not a header name.
2843 2007-04-20 [colin] 2.9.1cvs4
2845 * src/gtk/quicksearch.c
2846 * src/gtk/quicksearch.h
2847 Add "From, To or Subject" quicksearch
2848 type. Patch by ulfschaper@users.sf.net
2850 2007-04-20 [colin] 2.9.1cvs3
2853 Implement proper references filtering condition.
2854 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2856 2007-04-19 [wwp] 2.9.1cvs2
2858 * src/prefs_display_header.c
2859 * src/message_search.c
2860 Fix few warnings (g_free of const gchar*).
2862 2007-04-19 [paul] 2.9.1cvs1
2868 bump version number following
2871 2007-04-19 [paul] 2.9.0cvs9
2873 * manual/advanced.xml
2874 * manual/glossary.xml
2877 2007-04-18 [paul] 2.9.0cvs8
2880 fix for CVE-2007-1558 (APOP)
2883 2007-04-18 [paul] 2.9.0cvs7
2889 Fix encoding woes wrt saving of
2893 2007-04-18 [colin] 2.9.0cvs6
2895 * src/gtk/pluginwindow.c
2896 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2898 2007-04-17 [wwp] 2.9.0cvs5
2904 Fix --disable-ldap build,
2905 fix some LDAP annoyances on
2906 searches, thanks to Colin.
2908 2007-04-17 [wwp] 2.9.0cvs4
2911 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2912 like gcc 2.9x. Thanks to Colin.
2914 2007-04-17 [wwp] 2.9.0cvs3
2930 Add LDAP write support. Patch mostly by
2931 Michael <mir at datanom dot net>
2933 2007-04-17 [wwp] 2.9.0cvs2
2936 Prepend "Add to address book" to the context menu of compose window's sender and
2939 2007-04-16 [paul] 2.9.0cvs1
2944 2007-04-16 [paul] 2.9.0
2951 2007-04-16 [paul] 2.8.1cvs102
2954 updated by Fabien Vantard
2956 2007-04-16 [paul] 2.8.1cvs101
2966 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2967 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2968 Aleksandar Urosevic, and Ralgh Young
2970 2007-04-15 [mones] 2.8.1cvs100
2975 2007-04-14 [colin] 2.8.1cvs99
2977 * src/message_search.c
2978 * src/prefs_display_header.c
2979 * src/summary_search.c
2980 * src/gtk/combobox.c
2983 2007-04-14 [wwp] 2.8.1cvs98
2985 * src/gtk/combobox.c
2986 * src/message_search.c
2987 * src/summary_search.c
2988 * src/prefs_display_header.c
2989 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2990 returns NULL, get the text value directly from the GtkEntry child.
2992 2007-04-13 [colin] 2.8.1cvs97
2994 * src/gtk/quicksearch.c
2995 Give the focus back to summaryview when
2996 emptying the quicksearch with Esc
2998 2007-04-13 [colin] 2.8.1cvs96
3000 * src/message_search.c
3001 * src/prefs_display_header.c
3002 * src/summary_search.c
3003 Fix possibles crashes when getting text
3006 2007-04-13 [colin] 2.8.1cvs95
3009 Add some UIDL debugging
3011 2007-04-12 [colin] 2.8.1cvs94
3014 Force folder scan if necessary after
3015 copying mails, to be able to reapply
3018 2007-04-11 [colin] 2.8.1cvs93
3021 don't scan for new mail on startup if --select
3022 is specified (or race conditions arise). If so,
3023 do both sequentially.
3025 2007-04-09 [colin] 2.8.1cvs92
3028 Use leafpad by default on Maemo. Patch
3031 2007-04-06 [colin] 2.8.1cvs91
3033 * src/pixmaps/queue_close.xpm
3034 * src/pixmaps/queue_close_hrm.xpm
3035 * src/pixmaps/queue_close_hrm_mark.xpm
3036 * src/pixmaps/queue_close_mark.xpm
3037 * src/pixmaps/queue_open.xpm
3038 * src/pixmaps/queue_open_hrm.xpm
3039 * src/pixmaps/queue_open_hrm_mark.xpm
3040 * src/pixmaps/queue_open_mark.xpm
3041 Move the clock one pixel down :)
3043 2007-04-05 [colin] 2.8.1cvs90
3046 Don't sync when switching offline from
3047 command line - it's usually too late :)
3049 2007-04-05 [paul] 2.8.1cvs89
3052 * src/stock_pixmap.c
3053 * src/pixmaps/dir_close_hrm.xpm
3054 * src/pixmaps/dir_close_hrm_mark.xpm
3055 * src/pixmaps/drafts_close.xpm
3056 * src/pixmaps/drafts_close_mark.xpm
3057 * src/pixmaps/drafts_open.xpm
3058 * src/pixmaps/drafts_open_mark.xpm
3059 * src/pixmaps/inbox.xpm
3060 * src/pixmaps/inbox_close.xpm
3061 * src/pixmaps/inbox_close_hrm.xpm
3062 * src/pixmaps/inbox_close_hrm_mark.xpm
3063 * src/pixmaps/inbox_close_mark.xpm
3064 * src/pixmaps/inbox_hrm.xpm
3065 * src/pixmaps/inbox_hrm_mark.xpm
3066 * src/pixmaps/inbox_mark.xpm
3067 * src/pixmaps/inbox_open.xpm
3068 * src/pixmaps/inbox_open_hrm.xpm
3069 * src/pixmaps/inbox_open_hrm_mark.xpm
3070 * src/pixmaps/inbox_open_mark.xpm
3071 * src/pixmaps/outbox.xpm
3072 * src/pixmaps/outbox_close.xpm
3073 * src/pixmaps/outbox_close_hrm.xpm
3074 * src/pixmaps/outbox_close_hrm_mark.xpm
3075 * src/pixmaps/outbox_close_mark.xpm
3076 * src/pixmaps/outbox_hrm.xpm
3077 * src/pixmaps/outbox_hrm_mark.xpm
3078 * src/pixmaps/outbox_mark.xpm
3079 * src/pixmaps/outbox_open.xpm
3080 * src/pixmaps/outbox_open_hrm.xpm
3081 * src/pixmaps/outbox_open_hrm_mark.xpm
3082 * src/pixmaps/outbox_open_mark.xpm
3083 * src/pixmaps/queue_close.xpm
3084 * src/pixmaps/queue_close_hrm.xpm
3085 * src/pixmaps/queue_close_hrm_mark.xpm
3086 * src/pixmaps/queue_close_mark.xpm
3087 * src/pixmaps/queue_open.xpm
3088 * src/pixmaps/queue_open_hrm.xpm
3089 * src/pixmaps/queue_open_hrm_mark.xpm
3090 * src/pixmaps/queue_open_mark.xpm
3091 updated, added and replaced icons
3094 2007-04-04 [colin] 2.8.1cvs88
3097 Fix build without libetpan
3099 2007-04-03 [colin] 2.8.1cvs87
3102 Fix crash with Citadel, and try to make
3103 things work. this server (and specifically
3104 STATUS and APPEND at least) seems broken.
3106 2007-04-03 [colin] 2.8.1cvs86
3109 Fix icons on folder close
3111 2007-04-03 [colin] 2.8.1cvs85
3114 Fix double-ask of offline override in
3119 Much more efficient way to synchronise
3121 * src/etpan/imap-thread.c
3124 * src/gtk/quicksearch.c
3127 2007-04-03 [paul] 2.8.1cvs84
3132 * src/prefs_common.c
3133 * src/prefs_common.h
3135 Fix sync being done too late
3138 2007-04-02 [colin] 2.8.1cvs83
3141 Maemo: Put status and quicksearch at the top
3142 * src/plugins/bogofilter/bogofilter.c
3143 * src/plugins/spamassassin/spamassassin.c
3144 Derive trash from inbox if possible
3146 2007-04-02 [paul] 2.8.1cvs82
3148 * src/plugins/bogofilter/bogofilter_gtk.c
3149 a few English changes
3155 2007-04-02 [colin] 2.8.1cvs81
3157 * src/image_viewer.c
3158 Fix transparent images by using
3161 Flush events (on new windows) to avoid
3162 having the textview's image resize fail
3163 to know the available width
3165 2007-04-01 [colin] 2.8.1cvs80
3167 * src/prefs_account.c
3168 If no MH mailbox exist, when creating a POP/Local
3169 account, just create and use the default one
3170 instead of bailing with a "Mailbox doesn't exist"
3173 2007-03-31 [colin] 2.8.1cvs79
3175 * src/prefs_account.c
3176 Create signature file if it doesn't exist
3178 * src/prefs_toolbar.c
3179 Maemo: Move "Use default" on the left so
3180 that people can find it
3182 Maemo: make default editor "Maemopad",
3183 default signature file "MyDocs/signature.txt"
3185 2007-03-31 [colin] 2.8.1cvs78
3187 * src/prefs_account.c
3188 Maemo: rework account prefs so
3189 that less horizontal scrolling
3192 2007-03-31 [colin] 2.8.1cvs77
3195 * src/prefs_common.c
3196 * src/prefs_common.h
3197 Fix bug 1167, 'Allow not displaying zeros
3198 in folder list'. Patch by MartinP
3200 2007-03-31 [colin] 2.8.1cvs76
3205 2007-03-31 [colin] 2.8.1cvs75
3208 Apply patch from bug 1172, direct
3209 access to the folder's session instead
3210 of using getter. Patch by MartinP
3212 2007-03-31 [paul] 2.8.1cvs74
3215 no need to list Fabien twice!
3217 2007-03-31 [colin] 2.8.1cvs73
3220 If we're currently "overriding for %d minutes",
3223 2007-03-31 [colin] 2.8.1cvs72
3231 * src/plugins/spamassassin/spamassassin.c
3232 Offline override: Add a parameter to allow
3233 asking even if the override timer is running.
3234 Allows to ask every time the user makes an
3235 explicit action needing online access (such
3236 as Get Mail), and not when the action is
3237 implicit (such as opening an IMAP folder)
3239 2007-03-31 [colin] 2.8.1cvs71
3242 Override offline: "No" answer shouldn't
3243 re-ask after 3 seconds, but 10 minutes.
3245 2007-03-30 [colin] 2.8.1cvs70
3247 * src/common/socket.c
3248 Better error reporting on unix socket
3249 failure (bind usually)
3250 * src/gtk/gtkutils.c
3251 * src/gtk/gtkutils.h
3252 Label window: add a pulsing progress
3253 bar to show we're not hung :)
3256 * src/plugins/pgpcore/sgpgme.c
3259 2007-03-30 [colin] 2.8.1cvs69
3262 * src/prefs_common.c
3263 Fix possible trashing of history and uidl
3264 files on disk full problems
3266 2007-03-30 [paul] 2.8.1cvs68
3271 update summary when changing layout type
3272 (fixes wrong folder icon being displayed)
3275 2007-03-29 [colin] 2.8.1cvs67
3277 * src/prefs_ext_prog.c
3278 The browser pref is irrelevant on Maemo
3280 2007-03-29 [colin] 2.8.1cvs66
3284 Maemo: dynamically switch headers/text position
3285 * src/prefs_common.c
3286 Maemo: hide compose's ruler by default
3287 * src/common/socket.c
3288 * src/common/socket.h
3291 2007-03-29 [colin] 2.8.1cvs65
3293 * src/common/socket.c
3294 * src/common/socket.h
3295 Fix build when MAEMO_CFLAGS contains
3296 _X_OPENSOURCE (resolv.h errors as long
3297 as we don't add _BSD_SOURCE. Ugly).
3299 2007-03-29 [wwp] 2.8.1cvs64
3301 * src/prefs_logging.c
3302 Fix sensitivity of clip-log widgets in prefs/logging,
3305 2007-03-29 [wwp] 2.8.1cvs63
3308 Updated files list for translations, thanks to Fabien.
3310 2007-03-29 [colin] 2.8.1cvs62
3313 * src/common/Makefile.am
3314 * src/common/utils.c
3315 Maybe make URI opening work in Maemo
3318 2007-03-28 [colin] 2.8.1cvs61
3323 Add the possibility to sort folders arbitrarily
3324 (via editing of folderlist.xml only). Patch by
3325 Martin P <mp26+claws@os.inf.tu-dresden.de>
3326 Fixes bug 1166, 'Folder ordering is fixed and cannot
3327 be changed by the user'
3329 2007-03-28 [colin] 2.8.1cvs60
3332 Add popup menu for mime icons
3334 2007-03-28 [colin] 2.8.1cvs59
3337 Fix a layout issue when presenting
3338 mainwindow in Small screen layout
3341 Add a "Go to folder list" button for
3342 mainwindow, and make it default in
3345 2007-03-28 [colin] 2.8.1cvs58
3348 Don't dynamically update title on Maemo
3349 Patch by Jean-Luc Biord
3351 2007-03-27 [colin] 2.8.1cvs57
3356 Enable tap-and-hold on Maemo
3358 2007-03-26 [colin] 2.8.1cvs56
3361 More popup-menu (in attachments list)
3363 2007-03-26 [colin] 2.8.1cvs55
3366 Enable popup-menu signal
3368 2007-03-26 [colin] 2.8.1cvs54
3370 * src/plugins/pgpinline/pgpinline.c
3371 Fix bug 1111, 'PGP/inline plugin hides text
3372 around encrypted text block'. Patch based on
3373 a patch from Michal Cihar.
3375 2007-03-26 [wwp] 2.8.1cvs53
3378 Fix getting a false error when sending queued message
3379 whereas the sending was fine (if there are subfolders
3380 in the queue folder), thanks to Colin.
3382 2007-03-26 [paul] 2.8.1cvs52
3385 update FACE header in welcome message
3387 2007-03-25 [colin] 2.8.1cvs51
3392 2007-03-25 [colin] 2.8.1cvs50
3395 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3397 2007-03-24 [colin] 2.8.1cvs49
3400 Fix a few launch problems on Maemo
3401 Patch by Jean-Luc Biord
3403 2007-03-24 [wwp] 2.8.1cvs48
3409 Fix wrong action performed when closing the
3410 "ask about account specific filtering rules
3411 when filtering manually" dialog by pressing Escape.
3412 Fix wrong order of buttons in the "return receipt
3413 notification - the message was sent to several of
3414 your accounts" dialog.
3416 2007-03-24 [paul] 2.8.1cvs47
3419 an improvement to English usage
3420 * tools/kdeservicemenu/README
3423 2007-03-24 [paul] 2.8.1cvs46
3426 * src/stock_pixmap.c
3427 * src/pixmaps/edit_extern.xpm
3428 * src/pixmaps/mail_sign.xpm
3429 rescue long lost icons
3431 2007-03-24 [paul] 2.8.1cvs45
3434 fix toolbar (broken in 2.8.1cvs42)
3436 2007-03-23 [colin] 2.8.1cvs44
3439 Correctly unsubscribe/resubscribe after
3442 2007-03-23 [colin] 2.8.1cvs43
3444 * src/prefs_common.c
3445 Maemo: as the platform is light on RAM, allow
3446 caches to be discarded faster.
3448 2007-03-23 [colin] 2.8.1cvs42
3453 * src/stock_pixmap.c
3454 * src/stock_pixmap.h
3459 * src/pixmaps/open_mail.xpm
3460 Maemo changes: Add the possibility to have
3461 "Open Email" and "Close Window" buttons on
3462 toolbars (and use them in Maemo's default
3465 2007-03-23 [wwp] 2.8.1cvs41
3468 Reverted that part of the action dialog closure logics, to
3469 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3470 done later in a different way (or may not).
3472 2007-03-22 [wwp] 2.8.1cvs40
3475 Fix sticky action dialog when got no output but action command
3476 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3478 2007-03-22 [colin] 2.8.1cvs39
3480 * src/prefs_filtering.c
3481 * src/gtk/combobox.h
3482 Fix escaping account names in filtering prefs
3484 2007-03-22 [colin] 2.8.1cvs38
3489 Add any attribute specified in LDAP servers'
3490 Search attributes to the Other Attributes tab
3491 of contacts; Add 'telephoneNumber' in the
3494 2007-03-22 [colin] 2.8.1cvs37
3499 Try to prevent race conditions when
3500 changing the folder list
3502 Fix possible red folder icon when
3503 switching from Small screen layout
3506 2007-03-22 [colin] 2.8.1cvs36
3511 Rename "little screen" to "Small screen"
3512 * src/gtk/Makefile.am
3513 * src/common/utils.c
3515 Fix Maemo-related compilation problems
3517 2007-03-21 [colin] 2.8.1cvs35
3521 * claws-mail.desktop
3522 Remove .png from the Icon, it's useless
3524 2007-03-21 [colin] 2.8.1cvs34
3528 Add the necessary lib checking for
3531 2007-03-21 [colin] 2.8.1cvs33
3534 Fix unconditional "error happened" when
3535 sending via command-line. "lol @ myself"
3537 2007-03-21 [colin] 2.8.1cvs32
3539 * claws-mail-40x40.png
3540 * claws-mail-26x26.png
3550 * src/prefs_account.c
3551 * src/prefs_common.c
3552 * src/summary_search.c
3556 * src/gtk/gtkutils.c
3557 * src/gtk/gtkutils.h
3558 * src/gtk/logwindow.c
3560 * src/gtk/prefswindow.c
3561 Add Maemo port (patch mainly by Jean-Luc Biort)
3562 Add a new 'Little screen' layout to help on such
3563 platforms (patch by me)
3564 Make some default preferences different (more
3565 adapted) on Maemo (patch by me)
3567 2007-03-21 [wwp] 2.8.1cvs31
3569 * src/prefs_logging.c
3570 * src/prefs_logging.h
3571 Fixed copyright header of newly added files.
3573 2007-03-21 [wwp] 2.8.1cvs30
3589 * src/prefs_common.c
3590 * src/prefs_common.h
3591 * src/prefs_logging.c
3592 * src/prefs_logging.h
3595 * src/send_message.c
3600 * src/common/session.c
3602 * src/common/socket.c
3603 * src/etpan/imap-thread.c
3604 * src/gtk/logwindow.c
3605 * src/gtk/logwindow.h
3606 * src/plugins/bogofilter/bogofilter.c
3607 * src/plugins/spamassassin/spamassassin.c
3608 Added debugging of filtering/processing rules.
3609 The debug log is here 'Tools/Filtering debug window',
3610 the options there 'Configuration/Preferences/Other/Logging',
3611 and the log file is ~/.claws-mail/filtering.log.
3612 Moved protocol log prefs to 'Other/Logging' as well.
3613 To support such debugging feature, the existing log API has
3614 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3615 this impacts many external modules (commits follow).
3617 2007-03-21 [paul] 2.8.1cvs29
3619 * src/etpan/Makefile.am
3620 * src/etpan/imap-thread.c
3621 add missing #include
3623 2007-03-21 [colin] 2.8.1cvs28
3626 Fix bug 1157, 'some broken messages confuse
3627 mime parser'. Make sure we can't have MimeInfos
3628 with negative sizes.
3630 2007-03-20 [colin] 2.8.1cvs27
3633 Fix missing \0 on buffer
3635 2007-03-20 [colin] 2.8.1cvs26
3638 Use make_dir_hier instead of make_dir
3639 to create the MH mailbox
3641 2007-03-20 [colin] 2.8.1cvs25
3645 * src/prefs_account.c
3647 Fix default inbox weirdnesses (after wizard,
3648 if path is Mail, mailbox identifier is #mh/Mailbox,
3649 and when creating new accounts)
3651 2007-03-20 [colin] 2.8.1cvs24
3654 Write folderlist after adding/deleting accounts
3657 2007-03-20 [colin] 2.8.1cvs23
3660 * src/remotefolder.h
3661 Fix bug 1153, 'CM segfaults if IMAP folder is
3662 selected while scanning prior to update'
3664 2007-03-17 [paul] 2.8.1cvs22
3667 fix a typo, and be a little more verbose.
3669 2007-03-17 [wwp] 2.8.1cvs21
3672 Fix a compiler warning.
3674 2007-03-16 [wwp] 2.8.1cvs20
3678 Updated to deal w/ the new mairix.sh tool.
3680 2007-03-16 [wwp] 2.8.1cvs19
3683 Fix logics issues around the action IO dialog:
3684 - disable entry widget and exec button when
3685 the exec button is clicked (don't wait for any
3686 output line) - fix possible disabling/re-enabling/
3687 re-disabling of those widgets
3688 - raise an error if executing a %as{} action either
3689 empty or invalid, instead of failing silently
3690 - don't close the dialog if the abort button has been
3691 clicked and if there was no output yet
3692 - set focus to the abort button when the exec button
3694 - fix capitalization of a warning message
3696 2007-03-16 [wwp] 2.8.1cvs18
3699 Added a wrapper to mairix to the tools folder.
3701 2007-03-16 [colin] 2.8.1cvs17
3705 Allow mimeviewer plugins to print
3708 2007-03-16 [colin] 2.8.1cvs16
3713 2007-03-15 [colin] 2.8.1cvs15
3717 Add a way for mimeviewer plugins to
3718 implement body search
3720 2007-03-15 [paul] 2.8.1cvs14
3722 * src/prefs_spelling.c
3725 2007-03-15 [paul] 2.8.1cvs13
3727 * src/common/quoted-printable.c
3728 fix decoding of quoted-printable parts
3730 2007-03-14 [wwp] 2.8.1cvs12
3732 * src/gtk/logwindow.h
3733 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3735 2007-03-14 [wwp] 2.8.1cvs11
3737 * src/gtk/logwindow.h
3738 Complete 2.8.1cvs10.
3740 2007-03-14 [colin] 2.8.1cvs10
3742 * src/gtk/logwindow.c
3743 Probably fix bug 1149, crash on logwindow
3744 close - at the expense of performance once
3745 logwin has been opened
3747 2007-03-14 [colin] 2.8.1cvs9
3750 If claws-mail is running on another
3751 display, warn instead of popping it up
3752 on the other display
3754 2007-03-12 [colin] 2.8.1cvs8
3757 Fix bug 1145, 'Setting a different name
3758 for the Mailbox name isn't reflected in
3759 default account settings'. Patch by wwp
3761 2007-03-12 [colin] 2.8.1cvs7
3764 Fix bug 1143, 'Add number of messages to be
3765 deleted to confirmation dialog'
3767 2007-03-12 [wwp] 2.8.1cvs6
3770 * src/prefs_common.c
3771 * src/prefs_common.h
3772 * src/prefs_summaries.c
3773 Changed the option that displays unread messages count
3774 next to the folder name in folder list: it is now
3775 possible to either display nothing, display the
3776 unread messages number only or the unread and total messages
3777 numbers. The patch includes this extra feature as well
3778 as some minor fixes by rewriting the algo in folderview.c.
3779 Thanks to Paul for the original idea and implementation, plus
3780 testing and proof-reading!
3782 2007-03-09 [paul] 2.8.1cvs5
3786 * tools/claws-mail-compose-insert-files.pl
3787 added a script which enables inserting files
3788 into the message body of a new Claws Mail
3789 Compose window from the command line. Additionally
3790 To, Cc, Subject and files to attach to the message
3793 2007-03-09 [wwp] 2.8.1cvs4
3798 Optimize matching of addresses in the addressbook
3799 (filtering/processing 'found_in_addressbook' condition).
3801 2007-03-07 [wwp] 2.8.1cvs3
3804 * src/quote_fmt_lex.l
3805 * src/quote_fmt_parse.y
3806 Add a new quote format symbol: %A to insert the
3807 sender email address (just the address itself).
3809 2007-03-06 [wwp] 2.8.1cvs2
3811 * src/gtk/gtkutils.c
3812 * src/plugins/trayicon/trayicon_prefs.h
3813 * src/plugins/trayicon/trayicon_prefs.c
3814 * src/plugins/trayicon/trayicon.c
3817 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3818 minimizing Claws-Mail main window will hide it to the trayicon instead.
3821 2007-03-06 [paul] 2.8.1cvs1