1 2007-08-25 [paul] 2.10.0cvs172
3 * src/gtk/icon_legend.c
6 2007-08-25 [paul] 2.10.0cvs171
10 * src/pixmaps/insert_file.xpm
11 add a new pixmap instead of re-using
12 paste.xpm. (easier for icon theme authors)
14 2007-08-24 [holger] 2.10.0cvs170
16 * src/plugins/trayicon/trayicon.c
17 The same fix for another hook id.
19 2007-08-24 [holger] 2.10.0cvs169
21 * src/plugins/trayicon/trayicon.c
22 Micro-fix: Do the error checking for
25 2007-08-24 [paul] 2.10.0cvs168
28 fix typo causing compiler warning
30 2007-08-24 [paul] 2.10.0cvs167
33 put back the correct version of this file also
35 2007-08-24 [colin] 2.10.0cvs166
38 Use progress bar when sending messages
40 2007-08-24 [paul] 2.10.0cvs165
43 oops! if i'm quick no-one will notice
44 (put back the proper file)
46 2007-08-24 [paul] 2.10.0cvs164
54 * tools/mew2claws-mail.pl
55 add new script that imports a Mew address book
56 submitted by Jerome Lelong
58 2007-08-24 [paul] 2.10.0cvs163
61 remove the obsolete plugins, add the
62 missing plugins, including the forthcoming
65 2007-08-24 [paul] 2.10.0cvs162
68 add info about the hidden emphasis_color option
70 correct the info about hotkeys
73 2007-08-24 [paul] 2.10.0cvs161
76 add mnemonic to 'Run procesing rules'
78 2007-08-24 [paul] 2.10.0cvs160
83 use suitable defaults for outbox,
84 queue, drafts and trash folders
86 2007-08-24 [wwp] 2.10.0cvs159
89 Update menu item sensitivity if necessary (or we get a
90 gtk critical message).
92 2007-08-23 [wwp] 2.10.0cvs158
96 Allow literal % chars in action commands (use %%).
97 Add a missing p++ to the action parser in action_get_type(),
98 which was missing it, even if it was neutral.
99 Fix a pango markup warning at runtime.
101 2007-08-23 [wwp] 2.10.0cvs157
104 Contacts are now locale-aware sorted in the address book
105 (LC_COLLATE matters here).
106 Fix missing table initializers.
108 2007-08-23 [colin] 2.10.0cvs156
111 Check scan_required on dest folder when copying
113 2007-08-23 [colin] 2.10.0cvs155
116 Fix scanning when folder was empty
118 2007-08-22 [colin] 2.10.0cvs154
121 Don't g_warning when g_try_malloc fails(), or it makes
122 things worse as g_log() allocates. Fixes bug 1290,
123 'Claws Mail crashes if too little memory when
124 rebuilding folder tree'
126 2007-08-22 [colin] 2.10.0cvs153
129 Fix format string vulnerability, thanks to
130 Ulf Harnhammar, Secunia Research
132 2007-08-22 [colin] 2.10.0cvs152
137 2007-08-22 [wwp] 2.10.0cvs151
140 Few better null-ptr checks.
142 2007-08-22 [colin] 2.10.0cvs150
145 * src/editldap_basedn.c
154 2007-08-22 [colin] 2.10.0cvs149
159 2007-08-22 [colin] 2.10.0cvs148
164 2007-08-22 [colin] 2.10.0cvs147
167 Fix test (set ldap v3 if bindDN is set or TLS is set)
169 2007-08-22 [colin] 2.10.0cvs146
173 Fix wrong "Connected successfully to server". Connection only succeeds if
174 we can get the base DN.
176 2007-08-21 [wwp] 2.10.0cvs145
185 More sanity checks in ldap functions.
187 2007-08-21 [wwp] 2.10.0cvs144
189 * src/prefs_account.c
190 Don't return a value in a void function().
192 2007-08-21 [paul] 2.10.0cvs143
195 add check for ftp: to messageview_list_urls()
197 2007-08-21 [colin] 2.10.0cvs142
204 Fix bug 1293, 'LDAP address book not working'
205 Search only on specified fields, but fetch
206 every field possible. People will have to
207 reset the searched Attributes in their LDAP
210 2007-08-21 [wwp] 2.10.0cvs141
220 * src/editaddress_other_attributes_ldap.c
237 * src/prefs_customheader.c
238 * src/prefs_msg_colors.c
244 * src/common/socket.c
245 * src/common/ssl_certificate.c
248 * src/gtk/description_window.c
249 * src/plugins/demo/demo.c
250 * src/plugins/pgpcore/prefs_gpg.c
251 * src/plugins/spamassassin/libspamc.c
252 Make sure we use glib functions to send text messages (information,
253 debug, warning, errors) to stdout/stderr - no more direct puts
254 fputs printf fprintf to stdout/stderr when it can be done using
255 g_log*() and g_print/g_printerr. Doing this, we make sure every
256 stdout/stderr message is saved to log in Windows.
259 2007-08-21 [wwp] 2.10.0cvs140
263 Route glib's stdout/stderr messages to a log file (Windows only),
264 instead of loosing them.
266 2007-08-21 [paul] 2.10.0cvs139
269 replace deprecated g_strncasecmp()
273 2007-08-20 [ticho] 2.10.0cvs138
276 * src/prefs_account.h
277 Copy all account preferences in account_clone() - some
279 * src/prefs_account.c
280 Handle empty privacy system combobox gracefully (warning
283 2007-08-20 [colin] 2.10.0cvs137
288 2007-08-20 [paul] 2.10.0cvs136
298 patch by Michael Rasmussen
300 2007-08-19 [colin] 2.10.0cvs135
303 Fix previous commit. Sensitivity update is needed
304 for "Cancel receiving". However when batching we
305 don't need to do it for every message flag change,
306 just once at the start and once at the end.
308 2007-08-19 [colin] 2.10.0cvs134
311 Remove useless menu updates on session lock/unlock
313 2007-08-19 [colin] 2.10.0cvs133
315 * src/etpan/imap-thread.c
316 Make all fetch logs less verbose
318 2007-08-19 [paul] 2.10.0cvs132
323 fix bug 1286, 'Can't move a folder into a "Folders
326 2007-08-18 [ticho] 2.10.0cvs131
328 * src/editaddress_other_attributes_ldap.c
329 Converted option menu for other ldap attributes to GtkComboBox.
331 2007-08-18 [colin] 2.10.0cvs130
338 Revert 'send_dialog_mode' meaning to
339 'send_dialog_invisible', so that the
340 new checkbox doesn't change the
343 2007-08-18 [paul] 2.10.0cvs129
346 add missing menu update
348 2007-08-17 [colin] 2.10.0cvs128
351 Set batching after getting flags - maybe fixes
352 bug 1292, 'CM crashes on writing mail'
354 2007-08-16 [ticho] 2.10.0cvs127
357 Convert two GtkOptionMenu widgets to new GtkComboBox.
360 Allow NULL for GtkComboBox menuitem label, rendering such
361 items as row separators.
363 2007-08-16 [paul] 2.10.0cvs126
365 * src/plugins/trayicon/trayicon.c
366 remove wrongly used gettextisation
368 2007-08-15 [ticho] 2.10.0cvs125
371 Fixed a runtime warning where an attempt to pack an
372 already packed GtkLabel was made.
374 2007-08-15 [ticho] 2.10.0cvs124
376 * src/prefs_compose_writing.c
377 Convert the insert-or-attach-dragged-files GtkOptionMenu
380 2007-08-14 [ticho] 2.10.0cvs123
384 Changed return receipt account selector to GtkComboBox.
385 Fixed a runtime warning where GTK tried to parse
386 "name <email@address" as a Pango markup in an alertpanel label.
388 2007-08-14 [ticho] 2.10.0cvs122
390 * src/prefs_logging.c
391 Changed GtkOptionMenu in logging preferences to GtkComboBox.
393 2007-08-14 [wwp] 2.10.0cvs121
397 * tools/popfile-link.sh
398 Added a new tool: POPFile helper, to open
399 selected messages in POPFile control center,
400 in order to change the messages' status.
402 2007-08-14 [ticho] 2.10.0cvs120
409 Change "Show send dialog" optionmenu to a checkbutton.
410 * src/prefs_receive.c
411 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
413 2007-08-13 [wwp] 2.10.0cvs119
424 * src/partial_download.c
430 * src/gtk/gtkaspell.c
432 Make sure we never pass NULL pointers for %s substitutions
433 (prevent from crashing in Windows).
435 2007-08-13 [wwp] 2.10.0cvs118
438 Re-enable mmap_reads in Windows with some missing
439 CloseHandle of mapping objects, thanks to
442 2007-08-13 [paul] 2.10.0cvs117
445 fix bug 1287, 'Compile time problem on Solaris
446 (nexenta gnu/Solaris) utils.c'
447 Thanks to Piotr Chrzczonowicz
449 2007-08-12 [wwp] 2.10.0cvs116
451 * src/plugins/pgpcore/prefs_gpg.c
452 Don't try to unset a GPG_AGENT_INFO that was not
453 set (and don't use a NULL string in Windows, it was
454 crashing with --debug if GPG_AGENT_INFO was not set).
456 2007-08-12 [wwp] 2.10.0cvs115
459 Make gcc type-check arguments passed to privacy_set_error().
461 2007-08-12 [ticho] 2.10.0cvs114
463 * src/prefs_folder_item.c
464 Make sure that folder default account combobox always has some
467 Handle empty combobox gracefully (warning instead of crash).
469 2007-08-12 [ticho] 2.10.0cvs114
471 * src/prefs_folder_item.c
472 Make sure that folder default account combobox is not empty.
474 Handle empty combobox gracefully (warning instead of crash).
476 2007-08-11 [paul] 2.10.0cvs113
480 use 'subfolder' instead of 'sub-folder', matching
481 everywhere else the term is used
485 2007-08-10 [wwp] 2.10.0cvs112
488 Disable mmap reads in Windows only (at least temporarily), they
489 prevent from renaming/removing target cache files.
495 2007-08-10 [wwp] 2.10.0cvs111
498 fix unpredictable crashes in Windows due to broken
499 cache/mark/tags files writting (file were opened for
500 writing in text mode).
503 use gettimeofday() from w32lib.h on Windows.
505 2007-08-10 [colin] 2.10.0cvs110
508 * src/etpan/imap-thread.c
509 * src/etpan/imap-thread.h
510 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
512 2007-08-09 [colin] 2.10.0cvs109
515 Fix port being reset to 636 on SSL
517 Fix folder_item_get_msg_num_by_file
518 on drafts/queue folders
520 2007-08-09 [wwp] 2.10.0cvs108
523 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
524 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
527 2007-08-09 [colin] 2.10.0cvs107
531 * src/gtk/prefswindow.c
532 A few Maemo layout fixes
534 2007-08-09 [paul] 2.10.0cvs106
536 * src/prefs_account.c
537 remove the hyphen from plug-ins to
538 match everywhere else
540 2007-08-08 [wwp] 2.10.0cvs105
542 * src/prefs_folder_item.c
543 Fix an extraneous stealth ^L char.
545 2007-08-08 [wwp] 2.10.0cvs104
547 * src/prefs_folder_item.c
548 Better fix, group variables declarations (USE_ASPELL).
550 2007-08-08 [wwp] 2.10.0cvs103
552 * src/prefs_folder_item.c
553 Fix compilation w/ USE_ASPELL set (broken
556 2007-08-08 [ticho] 2.10.0cvs102
558 * src/prefs_folder_item.c
559 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
561 2007-08-08 [colin] 2.10.0cvs101
564 * src/etpan/imap-thread.c
565 * src/etpan/imap-thread.h
566 Close selected mailbox before doing
569 2007-08-08 [colin] 2.10.0cvs100
572 Complete symbol table, thanks to wwp.
573 Fixes bug 1284, 'The html -> text
574 converter ignores entities'
578 2007-08-08 [colin] 2.10.0cvs99
581 Better way to fetch UIDs on non-UIDPLUS servers
583 2007-08-07 [colin] 2.10.0cvs98
586 fix bug 1275, 'auto-saved draft messages not
587 always being removed'; Also, make multiple
588 copy (in the same account) faster by matching
589 source/destination message UIDs.
591 Don't try to reshow deleted mail
593 Fix leak on error path
595 2007-08-07 [wwp] 2.10.0cvs97
598 * manual/advanced.xml
599 * manual/fr/account.xml
600 * manual/fr/advanced.xml
601 Updated the reference manual and the French translation to
602 reflect 2.10.0cvs84: enable running folder Processing
605 2007-08-06 [wwp] 2.10.0cvs96
610 Allow changing the emphasis color used to highlight
611 the newsreader/x-mailer header value when it matches
612 our preferred mail agent (hidden pref 'emphasis_col' added
615 2007-08-06 [colin] 2.10.0cvs95
619 Re-commit 2.10.0cvs86, with a protection
620 against Pango bug. Also, try to fix
621 bug 1275, 'auto-saved draft messages not
622 always being removed'
624 2007-08-06 [wwp] 2.10.0cvs94
626 * src/gtk/quicksearch.c
627 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
629 2007-08-06 [ticho] 2.10.0cvs93
631 * src/prefs_account.c
633 Use GtkComboBox instead of GtkOptionMenu for privacy system
634 selection in account preferences.
636 2007-08-06 [wwp] 2.10.0cvs92
638 * src/plugins/pgpcore/plugin.def
639 Apply one more chunk from gpg4win's 03-w32-port patch.
641 2007-08-05 [colin] 2.10.0cvs91
645 reverting buggy patch for now
647 2007-08-05 [colin] 2.10.0cvs90
652 2007-08-04 [colin] 2.10.0cvs89
654 * src/prefs_summaries.c
655 * src/summary_search.c
656 Replace deprecated widgets. Patch by
659 2007-08-04 [colin] 2.10.0cvs88
662 Refresh GUI only every 2000 mails on mh_get_last_num
663 This is fast (readdir) and done only once per
666 2007-08-03 [colin] 2.10.0cvs87
668 * src/prefs_account.c
671 Fix a deprecated widget. Patch by
674 2007-08-03 [colin] 2.10.0cvs86
678 Make colorisation and wrapping algorithms
679 faster. Fixes bug 1246, 'compose becomes
680 increasingly slow replying to complex emails'
682 2007-08-03 [paul] 2.10.0cvs85
685 keep the window painted
687 2007-08-02 [paul] 2.10.0cvs84
692 enable running folder Processing
695 2007-08-02 [paul] 2.10.0cvs83
698 speed up/clean up rendering of larger
702 2007-08-01 [paul] 2.10.0cvs82
707 change default toolbar layout on maemo
708 * src/pixmaps/close.xpm
709 make the red cross a grey cross
710 * src/pixmaps/jpilot.xpm
711 make icon smaller so it fits better
713 2007-07-31 [paul] 2.10.0cvs81
717 fix crash on maemo on first launch
719 2007-07-30 [paul] 2.10.0cvs80
721 * src/prefs_matcher.c
722 specify the units of age and size
724 2007-07-30 [paul] 2.10.0cvs79
727 Fix IMAP timeout setting
729 2007-07-30 [colin] 2.10.0cvs78
731 * src/prefs_account.c
732 Fix a deprecated widget. Patch by
735 2007-07-27 [paul] 2.10.0cvs77
737 * src/matcher_parser_parse.y
738 * src/prefs_filtering_action.c
739 * src/prefs_matcher.c
740 these changes forgotten in cvs74's
741 'watch thread' feature
743 2007-07-27 [paul] 2.10.0cvs76
746 fix potential crasher
749 2007-07-27 [paul] 2.10.0cvs75
755 make mainwindow's /Help/Manual point to the
756 remote copy if the local copy doesn't exist
758 2007-07-27 [paul] 2.10.0cvs74
766 * src/matcher_parser_parse.y
775 * src/pixmaps/watchthread.xpm
776 add 'watch thread' feature
778 2007-07-27 [paul] 2.10.0cvs73
780 * src/prefs_folder_item.c
781 adjust labels, add tooltips
783 2007-07-27 [colin] 2.10.0cvs72
786 Maemo: Remove less used menu items
788 2007-07-26 [colin] 2.10.0cvs71
791 Maemo: destroy messageview after trashing mail.
792 Maybe should be done on X11 too
794 2007-07-26 [colin] 2.10.0cvs70
801 Add View/Show or Hide/Column headers
803 2007-07-26 [colin] 2.10.0cvs69
808 2007-07-26 [colin] 2.10.0cvs68
811 Fix possible crash on cache invalidation
815 * src/quote_fmt_parse.y
816 Make replying to mails with big attachments
817 much faster. Fixes bug 1224, 'The process of
818 Replying to emails with large attachments
819 seems unreasonably long...'
821 2007-07-26 [colin] 2.10.0cvs67
826 Fix threads use on BSDs
828 2007-07-26 [paul] 2.10.0cvs66
830 * src/gtk/prefswindow.c
831 fix account prefs breakage
834 2007-07-26 [paul] 2.10.0cvs65
837 standardise ./configure --help messages
839 2007-07-26 [colin] 2.10.0cvs64
843 Fix two vCard-related crashes
845 2007-07-25 [colin] 2.10.0cvs63
850 * src/prefs_receive.c
851 Maemo: Add a better way to notify of
857 Maemo: Various layout fixes
858 * src/gtk/prefswindow.c
859 Maemo: Better prefs layout
861 2007-07-25 [paul] 2.10.0cvs62
864 fix the layout on maemo
867 2007-07-25 [iwkse] 2.10.0cvs61
870 add 'o' shortcut on summaryview
872 2007-07-25 [iwkse] 2.10.0cvs60
877 2007-07-24 [colin] 2.10.0cvs59
880 Fix missing timestamp update on source
884 Better text layout on part's choices
886 2007-07-23 [colin] 2.10.0cvs58
890 Maemo: Automatically choose the correct application
892 * src/gtk/quicksearch.c
893 Make search run on GDK_KP_Enter too
895 2007-07-23 [wwp] 2.10.0cvs57
897 * src/quote_fmt_lex.l
898 Revert accidentaly committed lines (account_sig) in
901 2007-07-23 [wwp] 2.10.0cvs56
903 * src/quote_fmt_lex.l
904 Fix typos around long form expressions in the quote lexer.
910 2007-07-23 [colin] 2.10.0cvs55
913 Fix auto-completion on Maemo
915 2007-07-23 [colin] 2.10.0cvs54
918 Maemo: Fix sticking statusbars
920 2007-07-22 [colin] 2.10.0cvs53
923 Maemo: Fix the strange "top_application" info
924 at startup. We should do something when
925 receiving such a message.
927 2007-07-20 [paul] 2.10.0cvs52
930 add missing #include "statusbar.h"
932 2007-07-20 [colin] 2.10.0cvs51
936 * src/folder_item_prefs.c
937 * src/folder_item_prefs.h
945 * src/prefs_folder_item.c
946 Implement age-based caching: allow to
947 specify a threshold for the offline synchronisation
948 feature, and whether old cached bodies should
953 * src/plugins/dillo_viewer/dillo_viewer.c
954 Check that Dillo's installed
956 2007-07-20 [wwp] 2.10.0cvs50
960 Draw a frame around the selected mimeview part icon (instead of the
961 shifted 'dancing' icon).
963 2007-07-20 [colin] 2.10.0cvs49
966 Unref stuff even on error
968 disconnect signals only at the very
969 end of the wizard save.
971 2007-07-20 [colin] 2.10.0cvs48
977 Fix random crashes while navigating
980 2007-07-19 [colin] 2.10.0cvs47
989 Maemo: add an easy way to store data (mails
990 and IMAP/NNTP caches) on one of the SD cards,
991 and protect against unmounts if needed
993 2007-07-19 [paul] 2.10.0cvs46
998 * src/pixmaps/claws-mail_logo-small.xpm
999 implement a (slightly) different About
1000 dialog for maemo and add a small version
1003 use a scrolled window for wizard page 1
1006 2007-07-19 [paul] 2.10.0cvs45
1009 too soon for this line
1011 2007-07-19 [paul] 2.10.0cvs44
1016 2007-07-19 [colin] 2.10.0cvs43
1019 Solve Mail/Mailbox name when specifying
1022 2007-07-18 [colin] 2.10.0cvs42
1028 2007-07-18 [colin] 2.10.0cvs41
1031 Maemo: plug the online/offline system into
1032 maemo's interfaces to have Claws automatically
1033 switch according to the system status
1035 Maemo: use HildonBanners to display status
1036 messages. Renders the main statusbar useless.
1038 2007-07-18 [paul] 2.10.0cvs40
1041 fix screen blanking on moving/copying many msgs
1043 fix processing progressbar and screen blanking
1046 2007-07-18 [paul] 2.10.0cvs39
1049 revert cvs37, breakage on maemo
1051 2007-07-18 [paul] 2.10.0cvs38
1053 * src/gtk/gtkutils.c
1054 make sure we can still build with older GTK's
1056 2007-07-18 [colin] 2.10.0cvs37
1059 Only hide the small layout's messageview, instead
1060 of destroying it when closing
1061 * src/gtk/gtkutils.c
1062 Use gtk_window_present_with_time to popup windows,
1063 it seems to make things better with modern WMs
1066 2007-07-17 [colin] 2.10.0cvs36
1069 Simplify layout on Maemo
1072 * src/prefs_display_header.c
1073 Remove some headers by default on Maemo
1075 2007-07-17 [paul] 2.10.0cvs35
1077 * src/prefs_common.c
1078 * src/prefs_common.h
1079 * src/prefs_logging.c
1081 add options to stop/enable writing logs to disc
1083 2007-07-17 [paul] 2.10.0cvs34
1086 fix some issues with the Apply tags window:
1087 - set search column (enables autocompl in the treeview)
1088 - apply tag from "New tag" if it existed
1089 - clears New tag entry when adding it with the button
1092 2007-07-17 [paul] 2.10.0cvs33
1095 fix 'apply tags' dialogue weirdness
1097 2007-07-16 [colin] 2.10.0cvs32
1100 Fix double-loading of mails on Maemo
1102 2007-07-16 [colin] 2.10.0cvs31
1105 Prevent double-loading of the same part under some
1106 conditions; hide statusbar on Maemo
1108 2007-07-16 [colin] 2.10.0cvs30
1114 Improve the tag interface - allow
1115 to set/unset tags from a special
1117 * src/gtk/gtkvscrollbutton.c
1120 * src/stock_pixmap.c
1121 Fix Mimeview's ugly hacks in the
1124 2007-07-16 [paul] 2.10.0cvs29
1128 * src/gtk/icon_legend.c
1129 put it all in a scrolled window
1131 2007-07-15 [colin] 2.10.0cvs28
1134 Maemo: force layout to be Small screen; the
1135 others don't make sense
1137 2007-07-14 [colin] 2.10.0cvs27
1140 * src/gtk/gtkvscrollbutton.c
1141 Maemo: Fix mimeview's buttons size
1143 2007-07-14 [colin] 2.10.0cvs26
1146 Fix the button workaround fix.
1147 (Use the correct variable)
1149 2007-07-14 [colin] 2.10.0cvs25
1153 Maemo: put the progress bar in the
1156 2007-07-14 [colin] 2.10.0cvs24
1158 * src/prefs_common.c
1159 Maemo: hide statusbar by default
1161 * src/stock_pixmap.c
1162 * src/stock_pixmap.h
1164 * src/pixmaps/go_folders.xpm
1165 Maemo: Add a specific icon to go back to
1168 2007-07-14 [colin] 2.10.0cvs23
1171 Don't set homogeneous finally
1173 2007-07-14 [colin] 2.10.0cvs22
1176 Fix button show/hide issues
1178 2007-07-14 [colin] 2.10.0cvs21
1182 Fix button workaround to be able to click
1183 if mouse was on button when it went un-
1185 Revert previous commit, gtk_tool_item_set_homogeneous
1186 doesn't mean what it seems to mean ;-)
1188 2007-07-14 [paul] 2.10.0cvs20
1191 make homogeneous FALSE always
1193 2007-07-13 [colin] 2.10.0cvs19
1197 Rework to fit the non-deprecated API
1203 Maemo layout changes. Better toolbars,
1204 removal of CTree headers.
1206 2007-07-13 [paul] 2.10.0cvs18
1208 * src/gtk/colorlabel.c
1209 fix bug 1261, '[DE] coloring messages in overview
1210 keys are not localised'
1211 the string is now included in claws-mail.pot
1213 2007-07-13 [colin] 2.10.0cvs17
1216 Fix bug 1267, 'printing mutliple messages
1217 opens one message-dialog after the other'
1218 Ask for confirmation when printing 10
1221 2007-07-11 [colin] 2.10.0cvs16
1226 * manual/claws-mail-manual.xml
1228 * manual/es/claws-mail-manual.xml
1230 * manual/fr/claws-mail-manual.xml
1253 * src/addressbook_foldersel.c
1254 * src/addressbook_foldersel.h
1278 * src/customheader.c
1279 * src/customheader.h
1280 * src/displayheader.c
1281 * src/displayheader.h
1284 * src/editaddress_other_attributes_ldap.c
1285 * src/editaddress_other_attributes_ldap.h
1294 * src/editldap_basedn.c
1295 * src/editldap_basedn.h
1316 * src/folder_item_prefs.c
1317 * src/folder_item_prefs.h
1326 * src/grouplistdialog.c
1327 * src/grouplistdialog.h
1332 * src/image_viewer.c
1333 * src/image_viewer.h
1374 * src/matcher_parser.h
1375 * src/matcher_parser_lex.l
1376 * src/matcher_parser_parse.y
1379 * src/message_search.c
1380 * src/message_search.h
1399 * src/partial_download.c
1400 * src/partial_download.h
1405 * src/prefs_account.c
1406 * src/prefs_account.h
1407 * src/prefs_actions.c
1408 * src/prefs_actions.h
1409 * src/prefs_common.c
1410 * src/prefs_common.h
1411 * src/prefs_compose_writing.c
1412 * src/prefs_compose_writing.h
1413 * src/prefs_customheader.c
1414 * src/prefs_customheader.h
1415 * src/prefs_display_header.c
1416 * src/prefs_display_header.h
1417 * src/prefs_ext_prog.c
1418 * src/prefs_ext_prog.h
1419 * src/prefs_filtering.c
1420 * src/prefs_filtering.h
1421 * src/prefs_filtering_action.c
1422 * src/prefs_filtering_action.h
1423 * src/prefs_folder_column.c
1424 * src/prefs_folder_column.h
1425 * src/prefs_folder_item.c
1426 * src/prefs_folder_item.h
1431 * src/prefs_image_viewer.c
1432 * src/prefs_image_viewer.h
1433 * src/prefs_logging.c
1434 * src/prefs_logging.h
1435 * src/prefs_matcher.c
1436 * src/prefs_matcher.h
1437 * src/prefs_message.c
1438 * src/prefs_message.h
1439 * src/prefs_msg_colors.c
1440 * src/prefs_msg_colors.h
1445 * src/prefs_receive.c
1446 * src/prefs_receive.h
1449 * src/prefs_spelling.c
1450 * src/prefs_spelling.h
1451 * src/prefs_summaries.c
1452 * src/prefs_summaries.h
1453 * src/prefs_summary_column.c
1454 * src/prefs_summary_column.h
1455 * src/prefs_summary_open.c
1456 * src/prefs_summary_open.h
1457 * src/prefs_template.c
1458 * src/prefs_template.h
1459 * src/prefs_themes.c
1460 * src/prefs_themes.h
1461 * src/prefs_toolbar.c
1462 * src/prefs_toolbar.h
1463 * src/prefs_wrapping.c
1464 * src/prefs_wrapping.h
1474 * src/quote_fmt_lex.l
1475 * src/quote_fmt_parse.y
1478 * src/remotefolder.c
1479 * src/remotefolder.h
1480 * src/send_message.c
1481 * src/send_message.h
1484 * src/simple-gettext.c
1485 * src/sourcewindow.c
1486 * src/sourcewindow.h
1491 * src/stock_pixmap.c
1492 * src/stock_pixmap.h
1493 * src/summary_search.c
1494 * src/summary_search.h
1511 * src/common/base64.c
1512 * src/common/base64.h
1513 * src/common/claws.c
1514 * src/common/claws.h
1516 * src/common/fnmatch.c
1517 * src/common/fnmatch.h
1518 * src/common/fnmatch_loop.c
1519 * src/common/hooks.c
1520 * src/common/hooks.h
1525 * src/common/mgutils.c
1526 * src/common/mgutils.h
1529 * src/common/passcrypt.c
1530 * src/common/passcrypt.h.in
1531 * src/common/plugin.c
1532 * src/common/plugin.h
1533 * src/common/prefs.c
1534 * src/common/prefs.h
1535 * src/common/progressindicator.c
1536 * src/common/progressindicator.h
1537 * src/common/quoted-printable.c
1538 * src/common/quoted-printable.h
1539 * src/common/session.c
1540 * src/common/session.h
1543 * src/common/socket.c
1544 * src/common/socket.h
1547 * src/common/ssl_certificate.c
1548 * src/common/ssl_certificate.h
1549 * src/common/string_match.c
1550 * src/common/string_match.h
1551 * src/common/stringtable.c
1552 * src/common/stringtable.h
1555 * src/common/template.c
1556 * src/common/template.h
1557 * src/common/timing.h
1558 * src/common/utils.c
1559 * src/common/utils.h
1560 * src/common/uuencode.c
1561 * src/common/uuencode.h
1562 * src/common/version.h.in
1563 * src/common/w32_dirent.c
1564 * src/common/w32_reg.c
1565 * src/common/w32_signal.c
1566 * src/common/w32_stat.c
1567 * src/common/w32_stdlib.c
1568 * src/common/w32_string.c
1569 * src/common/w32_time.c
1570 * src/common/w32_unistd.c
1571 * src/common/w32_wait.c
1572 * src/common/w32lib.h
1575 * src/common/xmlprops.c
1576 * src/common/xmlprops.h
1577 * src/etpan/etpan-errors.h
1578 * src/etpan/etpan-thread-manager-types.h
1579 * src/etpan/etpan-thread-manager.c
1580 * src/etpan/etpan-thread-manager.h
1581 * src/etpan/imap-thread.c
1582 * src/etpan/imap-thread.h
1585 * src/gtk/colorlabel.c
1586 * src/gtk/colorlabel.h
1587 * src/gtk/colorsel.c
1588 * src/gtk/colorsel.h
1589 * src/gtk/combobox.c
1590 * src/gtk/combobox.h
1591 * src/gtk/description_window.c
1592 * src/gtk/description_window.h
1595 * src/gtk/foldersort.c
1596 * src/gtk/foldersort.h
1597 * src/gtk/gtkaspell.c
1598 * src/gtk/gtkaspell.h
1599 * src/gtk/gtksctree.c
1600 * src/gtk/gtkshruler.c
1601 * src/gtk/gtkshruler.h
1602 * src/gtk/gtksourceprintjob.c
1603 * src/gtk/gtksourceprintjob.h
1604 * src/gtk/gtkutils.c
1605 * src/gtk/gtkutils.h
1606 * src/gtk/gtkvscrollbutton.c
1607 * src/gtk/gtkvscrollbutton.h
1608 * src/gtk/icon_legend.c
1609 * src/gtk/icon_legend.h
1610 * src/gtk/inputdialog.c
1611 * src/gtk/inputdialog.h
1612 * src/gtk/logwindow.c
1613 * src/gtk/logwindow.h
1614 * src/gtk/manage_window.c
1615 * src/gtk/manage_window.h
1618 * src/gtk/pluginwindow.c
1619 * src/gtk/pluginwindow.h
1620 * src/gtk/prefswindow.c
1621 * src/gtk/prefswindow.h
1622 * src/gtk/progressdialog.c
1623 * src/gtk/progressdialog.h
1624 * src/gtk/quicksearch.c
1625 * src/gtk/quicksearch.h
1626 * src/gtk/sslcertwindow.c
1627 * src/gtk/sslcertwindow.h
1628 * src/plugins/bogofilter/bogofilter.c
1629 * src/plugins/bogofilter/bogofilter.h
1630 * src/plugins/bogofilter/bogofilter_gtk.c
1631 * src/plugins/clamav/clamav_plugin.c
1632 * src/plugins/clamav/clamav_plugin.h
1633 * src/plugins/clamav/clamav_plugin_gtk.c
1634 * src/plugins/demo/demo.c
1635 * src/plugins/dillo_viewer/dillo_prefs.c
1636 * src/plugins/dillo_viewer/dillo_prefs.h
1637 * src/plugins/dillo_viewer/dillo_viewer.c
1638 * src/plugins/pgpcore/passphrase.c
1639 * src/plugins/pgpcore/passphrase.h
1640 * src/plugins/pgpcore/pgp_viewer.c
1641 * src/plugins/pgpcore/pgp_viewer.h
1642 * src/plugins/pgpcore/plugin.c
1643 * src/plugins/pgpcore/prefs_gpg.c
1644 * src/plugins/pgpcore/prefs_gpg.h
1645 * src/plugins/pgpcore/select-keys.c
1646 * src/plugins/pgpcore/select-keys.h
1647 * src/plugins/pgpcore/sgpgme.c
1648 * src/plugins/pgpcore/sgpgme.h
1649 * src/plugins/pgpinline/pgpinline.c
1650 * src/plugins/pgpinline/pgpinline.h
1651 * src/plugins/pgpinline/plugin.c
1652 * src/plugins/pgpmime/pgpmime.c
1653 * src/plugins/pgpmime/pgpmime.h
1654 * src/plugins/pgpmime/plugin.c
1655 * src/plugins/spamassassin/spamassassin.c
1656 * src/plugins/spamassassin/spamassassin.h
1657 * src/plugins/spamassassin/spamassassin_gtk.c
1658 * src/plugins/trayicon/trayicon.c
1659 * src/plugins/trayicon/trayicon_prefs.c
1660 * src/plugins/trayicon/trayicon_prefs.h
1661 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1662 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1663 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1664 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1665 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1666 * tools/OOo2claws-mail.pl
1667 * tools/README.sylprint
1668 * tools/acroread2claws-mail.pl
1669 * tools/claws-mail-compose-insert-files.pl
1670 * tools/convert_mbox.pl
1671 * tools/filter_conv.pl
1672 * tools/filter_conv_new.pl
1674 * tools/freshmeat_search.pl
1675 * tools/google_search.pl
1676 * tools/kmail-mailbox2claws-mail.pl
1677 * tools/kmail2claws-mail.pl
1678 * tools/kmail2claws-mail_v2.pl
1680 * tools/make.themes.project
1681 * tools/multiwebsearch.pl
1682 * tools/nautilus2claws-mail.sh
1683 * tools/outlook2claws-mail.pl
1684 * tools/textviewer.sh
1685 * tools/thunderbird-filters-convertor.pl
1688 * tools/vcard2xml.py
1689 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1690 Upgrade to GPLv3 or later.
1692 2007-07-10 [wwp] 2.10.0cvs15
1695 Fix re-opening of all composing messages that were
1696 opened when closing the previous instance, thanks
1699 2007-07-10 [paul] 2.10.0cvs14
1701 * src/editaddress_other_attributes_ldap.c
1703 fix crash on selecting 'other attributes' combo
1704 for either a new entry or an old entry with no
1705 existing attributes.
1706 fix bug on editing multiple attributes which
1707 resulted them all having the value of the last
1711 2007-07-10 [colin] 2.10.0cvs13
1714 * src/editaddress_other_attributes_ldap.h
1716 Fix --disable-ldap build
1718 2007-07-09 [colin] 2.10.0cvs12
1724 * src/editaddress_other_attributes_ldap.c
1725 * src/editaddress_other_attributes_ldap.h
1730 Add capability to edit all inetOrgPerson
1731 attributes on LDAP. Patch by Michael
1734 2007-07-09 [colin] 2.10.0cvs11
1740 * src/prefs_summaries.c
1741 * src/prefs_themes.c
1743 * src/common/Makefile.am
1745 * src/common/timing.h
1746 * src/common/utils.c
1747 * src/common/utils.h
1748 * src/common/w32_account.c
1749 * src/common/w32lib.h
1750 * src/gtk/Makefile.am
1751 * src/gtk/colorlabel.c
1752 * src/plugins/pgpcore/Makefile.am
1753 * src/plugins/pgpcore/claws.def
1754 * src/plugins/pgpcore/passphrase.c
1755 * src/plugins/pgpcore/pgp_viewer.c
1756 * src/plugins/pgpcore/plugin.def
1757 * src/plugins/pgpcore/sgpgme.c
1758 * src/plugins/pgpinline/Makefile.am
1759 * src/plugins/pgpinline/claws.def
1760 * src/plugins/pgpinline/mypgpcore.def
1761 * src/plugins/pgpinline/plugin.def
1762 * src/plugins/pgpmime/Makefile.am
1763 * src/plugins/pgpmime/claws.def
1764 * src/plugins/pgpmime/mypgpcore.def
1765 * src/plugins/pgpmime/plugin.def
1766 Commit win32 patch, from Werner Koch and
1769 2007-07-09 [colin] 2.10.0cvs10
1771 * src/prefs_toolbar.c
1772 Fix crash when no actions exist
1774 2007-07-07 [paul] 2.10.0cvs9
1777 * manual/claws-mail-manual.xml
1778 update copyright year
1780 updated by Flammie Pirinen
1782 2007-07-05 [wwp] 2.10.0cvs8
1784 * src/plugins/clamav/clamav_plugin_gtk.c
1785 Make vertical spacing like in other plugin prefs pages.
1787 2007-07-05 [wwp] 2.10.0cvs7
1790 It's %am that works, not %ae (this doc incoherence has been
1791 introduced with 2.9.2cvs13).
1793 2007-07-04 [wwp] 2.10.0cvs6
1795 * src/plugins/bogofilter/bogofilter.c
1796 Gettext-ize an occurrence of "Any" that wasn't.
1798 2007-07-04 [colin] 2.10.0cvs5
1801 Fix untranslated strings; thanks
1804 2007-07-03 [colin] 2.10.0cvs4
1808 Fix saving of sort mode for tags and
1809 thread date. Thanks to Pierre Ossman.
1810 Completes fix for bug 1233
1812 2007-07-03 [paul] 2.10.0cvs3
1820 2007-07-02 [colin] 2.10.0cvs2
1826 Add View/Sort/by Thread date
1827 Fixes bug 1233, 'Capability to sort
1828 threads by most recent message'
1829 Based on a patch by Paul Rolland
1831 2007-07-02 [colin] 2.10.0cvs1
1848 * src/matcher_parser_parse.y
1852 * src/prefs_common.c
1853 * src/prefs_common.h
1854 * src/prefs_filtering_action.c
1855 * src/prefs_matcher.c
1856 * src/prefs_summary_column.c
1860 * src/quote_fmt_lex.l
1861 * src/quote_fmt_parse.y
1865 * src/common/Makefile.am
1869 * src/gtk/quicksearch.c
1870 * src/gtk/quicksearch.h
1871 Add Tags implementation. Tags are arbitrary labels
1872 that can be applied to messages. It is possible
1873 to create, edit, remove tags; apply them to mails;
1874 filter on tags or tag presence; apply or unset
1875 tags via filtering actions; reference tags in
1878 2007-07-02 [paul] 2.10.0
1885 2007-07-02 [paul] 2.9.2cvs78
1895 updated by Stephan Sachse, me, Ricardo Mones
1896 Lastra, Fabien Vantard, Pader Rezso, Frederico
1897 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1899 2007-07-02 [paul] 2.9.2cvs77
1904 2007-06-29 [wwp] 2.9.2cvs76
1907 Fix a typo (thanks to Ricardo for finding this out).
1909 2007-06-28 [paul] 2.9.2cvs75
1914 2007-06-28 [paul] 2.9.2cvs74
1917 fix bug in the autotools build system.
1918 Files cataloged under EXTRA_DIST were never
1919 automatically copied to the build tree.
1920 (fix 'make distcheck')
1921 Patch by Michael Rasmussen.
1923 2007-06-24 [colin] 2.9.2cvs73
1926 Fix bug 1249, 'Error handling for
1927 news errors needs modification'
1928 Only popup error if the according
1929 pref in Prefs/Receive is set.
1931 2007-06-21 [colin] 2.9.2cvs72
1933 * src/common/plugin.c
1934 * src/common/plugin.h
1935 Change plugin API to know whether it's safe to
1936 unload plugins or whether we should just hide
1937 them. Fixes bug 1248, 'Core dumps after
1938 unloading plugin and clicking on load plugins'
1939 * src/plugins/bogofilter/bogofilter.c
1940 * src/plugins/clamav/clamav_plugin.c
1941 * src/plugins/demo/demo.c
1942 * src/plugins/dillo_viewer/dillo_viewer.c
1943 * src/plugins/pgpcore/plugin.c
1944 * src/plugins/pgpinline/plugin.c
1945 * src/plugins/pgpmime/plugin.c
1946 * src/plugins/spamassassin/spamassassin.c
1947 * src/plugins/trayicon/trayicon.c
1950 2007-06-19 [colin] 2.9.2cvs71
1954 Fix crash mentioned in bug 1246
1955 Race condition when automatically drafting
1956 due to insertion on reedit.
1958 2007-06-18 [wwp] 2.9.2cvs70
1961 LDIF import: use a "Proceed" button to complete
1964 2007-06-18 [paul] 2.9.2cvs69
1967 use pkgconfig to check for gtk and glib
1969 2007-06-17 [wwp] 2.9.2cvs68
1973 LDIF import: better error handling, minor code
1974 and UI cleanup, and renamed the Save button
1975 to Close, as imported stuff is already saved
1976 when the Save button is shown.
1978 2007-06-17 [colin] 2.9.2cvs67
1980 * src/prefs_summaries.c
1982 Don't set as read when forwarded, only replied to
1984 2007-06-17 [paul] 2.9.2cvs66
1987 add missing #include
1989 2007-06-16 [colin] 2.9.2cvs65
1991 * src/prefs_summaries.c
1993 Change the pref "Only mark as read when opened
1994 in new window" to "..., replied to or forwarded".
1995 Based on a patch by Paul Rolland.
1997 2007-06-16 [paul] 2.9.2cvs64
2000 alphabetical order! :)
2002 2007-06-16 [colin] 2.9.2cvs63
2006 Add Michael Rasmussen in authors list
2008 2007-06-16 [colin] 2.9.2cvs62
2011 Fix messageview_copy_clipboard to take advantage
2012 of plugins' get_selection.
2014 2007-06-15 [colin] 2.9.2cvs61
2020 * src/message_search.c
2022 * src/summary_search.c
2025 Allow GDK_KP_Enter to do the same as GDK_Return
2026 Patch by Michael Rasmussen
2028 2007-06-15 [paul] 2.9.2cvs60
2031 fix bug when closing a compose window
2034 2007-06-14 [paul] 2.9.2cvs59
2038 migrate sylpheed config
2040 2007-06-14 [wwp] 2.9.2cvs58
2042 * src/gtk/pluginwindow.c
2043 Yet another attempt to fix sizing/alignment of the
2044 button bar in plugins window.
2046 2007-06-12 [colin] 2.9.2cvs57
2051 * src/prefs_common.c
2052 * src/prefs_common.h
2053 * src/prefs_summaries.c
2054 * src/prefs_summary_open.c
2055 * src/prefs_summary_open.h
2057 Make "when entering a folder" actions more personalisable
2059 2007-06-12 [wwp] 2.9.2cvs56
2062 Use short description from Paul (mairix.sh).
2064 2007-06-12 [wwp] 2.9.2cvs55
2067 Updated info about mairix.sh.
2069 2007-06-11 [paul] 2.9.2cvs54
2071 * src/prefs_logging.c
2072 rework log window length widgets
2073 and some sensitivity fixes
2075 2007-06-11 [paul] 2.9.2cvs53
2078 * src/prefs_logging.c
2079 rename 'Protocol Log' to 'Network Log'
2080 and some function renaming
2082 2007-06-10 [wwp] 2.9.2cvs52
2084 * src/gtk/pluginwindow.c
2087 2007-06-10 [wwp] 2.9.2cvs51
2089 * src/gtk/pluginwindow.c
2090 Fix button bar in plugin window, was centered and not
2091 behaving like other dialogs w/ such button bar.
2093 2007-06-08 [wwp] 2.9.2cvs50
2100 Provide a way out of automatic draft saving on IMAP, when
2102 Prevent drafting while sending and quitting while sending.
2107 2007-06-08 [wwp] 2.9.2cvs49
2109 * src/prefs_account.c
2110 * src/gtk/prefswindow.c
2111 * src/gtk/prefswindow.h
2112 Activate the Basic page when opening account prefs.
2114 2007-06-08 [wwp] 2.9.2cvs48
2116 * src/common/socket.c
2117 Don't crash if fork() fails, thanks to Colin.
2119 2007-06-08 [wwp] 2.9.2cvs47
2121 * src/gtk/prefswindow.c
2122 Wrap some long lines, and reset horizontal scroller's adjusment
2123 (this was already done, vertically), when changing tab (not page)
2126 2007-06-08 [paul] 2.9.2cvs46
2128 * src/common/utils.c
2129 use gethostname() instead of uname()
2130 based on a patch by Michael Hughes
2131 <Sylpheed-Claws_user@thehugheslogcabin.net>
2133 2007-06-07 [wwp] 2.9.2cvs45
2135 * src/prefs_common.c
2136 Fix some useless warnings, thanks to Colin.
2138 2007-06-06 [colin] 2.9.2cvs44
2141 Fix strange allocations.
2143 2007-06-06 [colin] 2.9.2cvs43
2146 Patch by Michael Rasmussus to help
2149 2007-06-05 [wwp] 2.9.2cvs42
2151 * src/prefs_account.c
2152 * src/prefs_folder_item.c
2156 Per-folder templates can now be applied recursively.
2157 Always save per-folder templates (formats were erroneously
2158 saved only if they were enabled).
2159 Check for validity of quotation marks everywhere there
2162 2007-06-05 [wwp] 2.9.2cvs41
2165 Fix incoming messages from local accounts always getting filtered
2166 (even if the account prefs say don't), thanks to Colin.
2168 2007-06-05 [wwp] 2.9.2cvs40
2172 Use per-folder/per-account quote chars when applying a
2173 template or inserting text as well. Const'ify some
2176 2007-06-04 [colin] 2.9.2cvs39
2179 More work for wwp :)
2181 2007-06-04 [wwp] 2.9.2cvs38
2184 Same as 2.9.2cvs36 but for forwarding.
2186 2007-06-04 [colin] 2.9.2cvs37
2189 Use original mail file for forward/redirect
2190 Fixes some forwarded mails to be attached as
2191 application/octet-stream (when they have binary
2192 parts), and incidentally fixes bug 848
2193 'Redirect breaks GnuPG'
2195 2007-06-04 [wwp] 2.9.2cvs36
2198 Fix quote mark mis-initialisation when replying/forwarding
2199 (introduced w/ 2.9.2cvs20).
2201 2007-06-04 [wwp] 2.9.2cvs35
2203 * src/prefs_compose_writing.c
2205 Fix a bug where Quotation characters (prefs/compose/writing)
2206 was cleared (introduced w/ 2.9.2cvs26).
2208 2007-06-04 [wwp] 2.9.2cvs34
2210 * src/prefs_account.c
2211 * src/prefs_account.h
2212 Better fix for compiling w/o aspell (rollbacks
2215 2007-06-04 [wwp] 2.9.2cvs33
2218 * src/prefs_account.c
2219 * src/prefs_account.h
2221 It's now possible to disable mail filtering plugins
2222 on a per-account basis.
2224 2007-06-04 [wwp] 2.9.2cvs32
2227 * src/common/utils.c
2228 * src/common/utils.h
2229 Support CRLF in headers part of messages.
2230 Support few more date formats (RFC3339 subsets).
2232 2007-06-04 [wwp] 2.9.2cvs31
2234 * src/prefs_account.c
2235 Fix compiling w/o aspell support.
2237 2007-06-03 [wwp] 2.9.2cvs30
2240 Don't decode leading ENV_ and ~ in P_PASSWORD
2243 2007-06-03 [wwp] 2.9.2cvs29
2246 Don't decode leading ENV_ and ~ in P_PASSWORD
2249 2007-06-03 [wwp] 2.9.2cvs28
2251 * src/prefs_account.c
2252 * src/gtk/prefswindow.c
2253 * src/gtk/prefswindow.h
2254 Added a way to force preloading of all pages
2256 Moved tabs to pages in account prefs.
2258 2007-06-02 [colin] 2.9.2cvs27
2261 Fix possible crash, fix ldap write bugs
2263 Fix ldap write bugs - patch by Michael
2267 Add a hook whenever alertpanel opens/closes
2269 2007-05-31 [wwp] 2.9.2cvs26
2271 * src/prefs_compose_writing.c
2273 Re-organized writing options a bit:
2274 - renamed the Quoting page to Templates
2275 - moved all composing templates to that page
2276 - moved non-templates options to the Writing one,
2277 grouped reply-related options, reordered reply and
2280 2007-05-31 [wwp] 2.9.2cvs25
2283 Removed unused code.
2285 2007-05-31 [colin] 2.9.2cvs24
2288 Fix missing display name when modifying
2289 LDAP. Patch by Michael Rasmussen
2291 2007-05-31 [wwp] 2.9.2cvs23
2293 * src/plugins/bogofilter/Makefile.am
2294 * src/plugins/clamav/Makefile.am
2295 * src/plugins/demo/Makefile.am
2296 * src/plugins/dillo_viewer/Makefile.am
2297 * src/plugins/spamassassin/Makefile.am
2298 Fix building of those plugins in Mac OS X.
2300 2007-05-30 [wwp] 2.9.2cvs22
2302 * src/gtk/quicksearch.c
2303 Fix missing initialization.
2305 2007-05-30 [wwp] 2.9.2cvs21
2308 Revert accidental commit (debug outputs).
2310 2007-05-30 [wwp] 2.9.2cvs20
2313 * src/folder_item_prefs.c
2314 * src/folder_item_prefs.h
2315 * src/prefs_account.c
2316 * src/prefs_account.h
2317 * src/prefs_folder_item.c
2320 Implemented per-account and per-folder
2321 compose/reply/forward formats.
2323 2007-05-30 [wwp] 2.9.2cvs19
2325 * src/prefs_compose_writing.c
2330 Internal API changes (factorize quote format
2333 2007-05-30 [colin] 2.9.2cvs18
2336 Fix race where it's possible to re-click Send
2337 between end of SMTP session and end of "move to
2338 sent folder" when sending an email with send
2341 2007-05-30 [colin] 2.9.2cvs17
2344 Ask for backtrace on all threads. Patch by
2347 Fix stale news statusbar when scanning fails.
2350 Fix some LDAP write updates bugs. Patch
2351 by Michael Rasmussen
2353 2007-05-29 [colin] 2.9.2cvs16
2356 Fix loss of local flags when moving mails
2357 on IMAP in high-bandwidth mode (UID FETCH)
2359 2007-05-25 [paul] 2.9.2cvs15
2361 * src/common/socket.c
2362 fix sometimes crasher on cancelling
2365 2007-05-25 [colin] 2.9.2cvs14
2370 Be more helpful in the subscription
2373 2007-05-23 [wwp] 2.9.2cvs13
2376 * src/prefs_compose_writing.c
2378 * src/prefs_template.c
2379 * src/prefs_template.h
2382 * src/quote_fmt_lex.l
2383 * src/quote_fmt_parse.y
2384 Introduced new syntax elements (symbols and commands)
2385 in templates/quote_fmt. Compatibility w/ old
2387 Updated and reworked the corresponding Information
2389 Display the line number in dialogs that talk about
2390 parser errors (in addition to the error message in
2393 2007-05-23 [wwp] 2.9.2cvs12
2395 * src/quote_fmt_parse.y
2396 Fix 2.9.2cvs11, probably a paste accident ;).
2398 2007-05-23 [wwp] 2.9.2cvs11
2401 * src/prefs_template.c
2403 * src/quote_fmt_parse.y
2404 Fix 2.9.2cvs10, which broke --disable-aspell.
2406 2007-05-22 [wwp] 2.9.2cvs10
2409 * src/prefs_template.c
2412 * src/quote_fmt_lex.l
2413 * src/quote_fmt_parse.y
2414 * src/gtk/gtkaspell.c
2415 * src/gtk/gtkaspell.h
2416 Added template/quote format syntactical elements
2418 - current dictionary
2419 %T to show (shows empty if not set or not enabled),
2420 ?T and !T to check if the default dictionary is
2422 - current account's default dictionary
2423 %aT to show (empty if not set or not enabled),
2424 ?aT and !aT to check if it's enabled and set
2425 - name completion for an address, from the address
2427 %ABf, %ABt, %ABc respectively show the full name got
2428 from the address book if From, To or Cc match a single
2430 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2431 matches any contact and if the full name is non-empty.
2432 If From, To or Cc are lists of email addresses, only
2433 the first address will be checked.
2434 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2435 that could show a trailing ','.
2436 Also, template/quote_fmt parser now shows the line number in case
2439 2007-05-15 [colin] 2.9.2cvs9
2443 Add a public function to know whether Claws
2445 Store opened folder when exiting
2448 Store last opened message in each FolderItem;
2449 Reset last seen messages if Claws crashed, so
2450 that one can't go in an infinite crash in case
2451 a particular mail crashes Claws.
2453 * src/prefs_common.c
2454 * src/prefs_common.h
2456 * src/prefs_summaries.c
2457 Add "Select last opened message" when entering
2459 Add "Select last opened folder" at startup.
2461 2007-05-14 [colin] 2.9.2cvs8
2464 Fix bashism, search for xml catalog
2465 in /usr/local/share/xml/catalog too
2468 2007-05-13 [wwp] 2.9.2cvs7
2470 * src/gtk/logwindow.c
2471 fix raising log windows when they are either minimized or
2474 2007-05-11 [colin] 2.9.2cvs6
2477 Use Hildon's file chooser on Maemo. Patch
2478 by Jean-Luc Biord; fixes part 2 of bug 1201,
2479 'File attachment "manipulation" bugs...'
2481 2007-05-10 [wwp] 2.9.2cvs5
2483 * src/prefs_common.c
2484 * src/prefs_common.h
2485 * src/gtk/quicksearch.c
2486 Add a quicksearch option to automatically run
2487 a search selected from the history (this option
2488 is exclusive towards type-ahead).
2490 2007-05-10 [colin] 2.9.2cvs4
2493 Fix g_warnings, thanks to Brian
2496 2007-05-09 [colin] 2.9.2cvs3
2501 * src/prefs_summaries.c
2504 * src/common/utils.c
2505 * src/gtk/gtksourceprintjob.c
2506 * src/gtk/sslcertwindow.c
2507 Use the re-entrant variant of time functions
2508 Probably fixes bug 1217, 'reentrancy problems
2509 with time functions'
2511 2007-05-09 [colin] 2.9.2cvs2
2514 Fix crasher when reconnection fails
2516 2007-05-08 [paul] 2.9.2cvs1
2522 bump version number following
2525 2007-05-08 [paul] 2.9.1cvs48
2527 * src/plugins/demo/demo.c
2528 * src/plugins/dillo_viewer/dillo_prefs.c
2529 * src/plugins/dillo_viewer/dillo_prefs.h
2530 * src/plugins/dillo_viewer/dillo_viewer.c
2531 * src/plugins/pgpcore/pgp_viewer.c
2532 * src/plugins/pgpcore/pgp_viewer.h
2533 * src/plugins/pgpcore/plugin.c
2534 * src/plugins/pgpcore/prefs_gpg.c
2535 * src/plugins/pgpcore/prefs_gpg.h
2536 * src/plugins/pgpcore/sgpgme.c
2537 * src/plugins/pgpcore/sgpgme.h
2538 * src/plugins/pgpinline/plugin.c
2539 * src/plugins/pgpmime/pgpmime.c
2540 * src/plugins/pgpmime/pgpmime.h
2541 * src/plugins/pgpmime/plugin.c
2542 * src/plugins/spamassassin/spamassassin.c
2543 * src/plugins/spamassassin/spamassassin.h
2544 * src/plugins/spamassassin/spamassassin_gtk.c
2545 * src/plugins/trayicon/README
2547 * tools/README.sylprint
2548 * tools/outlook2claws-mail.pl
2550 * tools/tb2claws-mail
2551 * tools/tbird2claws.py
2553 * tools/vcard2xml.py
2554 * tools/kdeservicemenu/README
2555 cleanups and corrections
2557 2007-05-06 [wwp] 2.9.1cvs47
2560 Fix missing dash to `display` command-line, reported
2561 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2563 2007-05-06 [colin] 2.9.1cvs46
2566 * src/stock_pixmap.c
2567 * src/stock_pixmap.h
2568 * src/pixmaps/printer.xpm
2571 2007-05-06 [paul] 2.9.1cvs45
2576 * src/summary_search.c
2580 2007-05-05 [wwp] 2.9.1cvs44
2584 * src/prefs_actions.c
2588 Fix "faild" typos everywhere and capitalization of
2591 2007-05-04 [colin] 2.9.1cvs43
2596 * src/plugins/pgpcore/prefs_gpg.c
2597 * src/plugins/pgpcore/prefs_gpg.h
2598 * src/plugins/pgpinline/pgpinline.c
2599 * src/plugins/pgpmime/pgpmime.c
2600 Add an API to warn about encryption limits,
2601 and allow to disable these warnings
2603 2007-05-03 [colin] 2.9.1cvs42
2607 Fix bug 1213, 'Delete more than
2610 2007-05-03 [wwp] 2.9.1cvs41
2612 * src/prefs_common.c
2613 * src/prefs_filtering.c
2614 * src/prefs_template.c
2615 * src/common/template.c
2616 * src/common/template.h
2617 * src/gtk/gtkutils.c
2618 * src/gtk/gtkutils.h
2619 Templates are no longer automatically sorted
2620 by name, but can be sorted manually using
2621 |< < > >| buttons as well as drag'n'drop.
2623 2007-05-03 [wwp] 2.9.1cvs40
2625 * src/plugins/spamassassin/spamassassin.c
2626 * src/plugins/spamassassin/spamassassin.h
2627 * src/plugins/spamassassin/spamassassin_gtk.c
2628 * src/plugins/bogofilter/bogofilter.c
2629 * src/plugins/bogofilter/bogofilter.h
2630 * src/plugins/bogofilter/bogofilter_gtk.c
2631 Added an option to conditionally mark saved spam
2632 as read (default is and was to do so).
2633 Satisfies feature request 1708539 on sf.net tracker.
2635 2007-05-03 [colin] 2.9.1cvs39
2638 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2640 2007-05-02 [colin] 2.9.1cvs38
2643 Fix bug 1209, 'Clicking on address
2644 in header (mailto uri) selects
2645 default account'. Patch adapted from
2648 2007-05-02 [colin] 2.9.1cvs37
2650 * src/grouplistdialog.c
2651 Set cursor to wait cursor while loading
2654 2007-05-02 [paul] 2.9.1cvs36
2658 rename cache and mark files
2661 2007-04-30 [paul] 2.9.1cvs35
2663 * manual/glossary.xml
2664 * manual/plugins.xml
2665 updates. Patch by Ricardo
2667 2007-04-29 [wwp] 2.9.1cvs34
2671 Fix few grammatical errors (patch by David Relson < relson at
2672 osagesoftware dot com >).
2674 2007-04-28 [colin] 2.9.1cvs33
2678 * src/prefs_account.c
2679 * src/prefs_account.h
2680 Drop the "Download all" preference. It's
2681 stupidly useless and confuses people from
2684 2007-04-27 [wwp] 2.9.1cvs32
2687 * src/prefs_account.c
2688 * src/prefs_account.h
2689 Don't reflect accounts changes to the mainwindow when it's
2692 2007-04-27 [colin] 2.9.1cvs31
2695 Freeze/thaw when sync'ing flags
2697 * src/prefs_account.c
2698 * src/prefs_account.h
2699 * src/etpan/imap-thread.c
2700 * src/etpan/imap-thread.h
2701 Add a way to use UID FETCH instead
2702 of searches to fetch message lists
2703 and flags. More expensive towards
2704 bandwidth, less expensive towards
2705 server's CPU. Probably fixes
2706 bug 1158, 'Scanning new folders on
2707 Exchange 2007 extremely slow'.
2710 2007-04-27 [paul] 2.9.1cvs30
2713 * src/prefs_logging.c
2714 improvements to english usage
2716 2007-04-27 [colin] 2.9.1cvs29
2719 Fix build without libetpan (my bad!)
2721 2007-04-26 [colin] 2.9.1cvs28
2725 Fix uselessly exported function
2727 Consider "- -- \n" as signature separator
2728 (that's what signature separators look like
2729 in PGP/Inline signed mails)
2731 2007-04-26 [colin] 2.9.1cvs27
2734 libetpan-0.49 is now required
2736 Fix double fetching of mails if
2739 Make offline sync faster, by
2740 remembering last change time, and
2743 2007-04-26 [hoa] 2.9.1cvs26
2749 * src/etpan/imap-thread.c
2750 * src/etpan/imap-thread.h
2751 cancellation of IMAP operations is now allowed.
2752 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2754 2007-04-26 [colin] 2.9.1cvs25
2757 Always fetch body+headers in folders that are
2758 synched for offline use, if "Synchronise as
2759 soon as possible" is set.
2760 Fixes bug 1200, 'Add option to always retrieve full
2763 2007-04-25 [colin] 2.9.1cvs24
2766 Fix bug 1198, 'Reply-all "disappearing" address bug
2769 2007-04-24 [colin] 2.9.1cvs23
2772 Fix bug 1195, 'Hardware key navigation'
2773 Make GDK_Enter toggle expansion (Maemo)
2775 2007-04-24 [wwp] 2.9.1cvs22
2778 Fix few compiler warnings.
2780 2007-04-24 [paul] 2.9.1cvs21
2783 * src/stock_pixmap.c
2784 * src/stock_pixmap.h
2785 complete last commit
2787 2007-04-24 [paul] 2.9.1cvs20
2790 * src/pixmaps/active.xpm
2791 * src/pixmaps/checkbox_off.xpm
2792 * src/pixmaps/checkbox_on.xpm
2793 * src/pixmaps/inactive.xpm
2795 remove transparent border from checkbox icons
2797 2007-04-24 [wwp] 2.9.1cvs19
2801 Fix a crash in textview, thanks to Colin.
2803 2007-04-23 [wwp] 2.9.1cvs18
2805 * src/prefs_common.c
2806 Fix 2.9.1cvs5: no header was being translated at all.
2808 2007-04-23 [colin] 2.9.1cvs17
2811 * src/stock_pixmap.c
2812 * src/stock_pixmap.h
2815 * src/gtk/gtksctree.c
2816 * src/gtk/gtksctree.h
2817 * src/pixmaps/selection.xpm
2818 Fix bug 1193, 'Need a way to multi-select
2819 items'. Add a toggle button to the summaryview
2820 to switch between normal and multiple selection
2823 2007-04-23 [colin] 2.9.1cvs16
2826 * src/stock_pixmap.c
2827 * src/stock_pixmap.h
2830 * src/gtk/gtksctree.c
2831 * src/gtk/gtksctree.h
2832 * src/pixmaps/selection.xpm
2833 Fix bug 1193, 'Need a way to multi-
2835 Add a toggle button in the summaryview
2836 to enable normal or multiple selection.
2839 2007-04-23 [colin] 2.9.1cvs15
2842 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2844 2007-04-21 [colin] 2.9.1cvs14
2846 * src/gtk/quicksearch.c
2847 Fix previous commit (actually use correct
2850 2007-04-21 [colin] 2.9.1cvs13
2852 * src/gtk/quicksearch.c
2853 Fix changing quicksearch type (after Esc,
2854 after changing Recursive, ...)
2856 2007-04-20 [wwp] 2.9.1cvs12
2858 * src/gtk/Makefile.am
2859 Added headers.h (completes 2.9.1cvs5).
2861 2007-04-20 [wwp] 2.9.1cvs11
2864 Fix the use of display name in name column,
2865 it has been overriden w/ the use of nickname
2866 by 2.9.0cvs3. Now nickname is used (if any)
2867 in case of LDAP books only.
2869 2007-04-20 [colin] 2.9.1cvs10
2874 Add handling of 'a' to loop in a mail's
2877 2007-04-20 [colin] 2.9.1cvs9
2880 Fix bug 1190, 'dir_open' button doesn't work'
2883 2007-04-20 [colin] 2.9.1cvs8
2887 Fix bug 1194, 'Hardware keys move from email
2888 list to account/directory list, but not back
2889 to email list...' (Maemo)
2891 2007-04-20 [colin] 2.9.1cvs7
2894 complete previous commit
2896 2007-04-20 [colin] 2.9.1cvs6
2899 Fix bug 1187, 'Reply-to addressee disappears
2900 when reply-to text box is clicked...' (Maemo)
2902 2007-04-20 [wwp] 2.9.1cvs5
2910 * src/prefs_common.c
2911 * src/prefs_common.h
2912 * src/prefs_display_header.c
2913 * src/prefs_matcher.c
2916 * src/gtk/quicksearch.c
2917 Translate more header names according to the relevant option value,
2918 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2919 Replaced nearly all uses of prefs_common.trans_hdr with a call
2920 to prefs_common_translated_header_name().
2921 Added a headers.h reference file that contains known header names
2922 (RFC2822 and others) to the translation process' input, so that
2923 translated header names will still exist even if no occurrence of
2924 _("headername") is found anymore in the sources.
2925 Don't translate column name 'Number' following to trans_hdr option
2926 value as it's not a header name.
2928 2007-04-20 [colin] 2.9.1cvs4
2930 * src/gtk/quicksearch.c
2931 * src/gtk/quicksearch.h
2932 Add "From, To or Subject" quicksearch
2933 type. Patch by ulfschaper@users.sf.net
2935 2007-04-20 [colin] 2.9.1cvs3
2938 Implement proper references filtering condition.
2939 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2941 2007-04-19 [wwp] 2.9.1cvs2
2943 * src/prefs_display_header.c
2944 * src/message_search.c
2945 Fix few warnings (g_free of const gchar*).
2947 2007-04-19 [paul] 2.9.1cvs1
2953 bump version number following
2956 2007-04-19 [paul] 2.9.0cvs9
2958 * manual/advanced.xml
2959 * manual/glossary.xml
2962 2007-04-18 [paul] 2.9.0cvs8
2965 fix for CVE-2007-1558 (APOP)
2968 2007-04-18 [paul] 2.9.0cvs7
2974 Fix encoding woes wrt saving of
2978 2007-04-18 [colin] 2.9.0cvs6
2980 * src/gtk/pluginwindow.c
2981 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2983 2007-04-17 [wwp] 2.9.0cvs5
2989 Fix --disable-ldap build,
2990 fix some LDAP annoyances on
2991 searches, thanks to Colin.
2993 2007-04-17 [wwp] 2.9.0cvs4
2996 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2997 like gcc 2.9x. Thanks to Colin.
2999 2007-04-17 [wwp] 2.9.0cvs3
3015 Add LDAP write support. Patch mostly by
3016 Michael <mir at datanom dot net>
3018 2007-04-17 [wwp] 2.9.0cvs2
3021 Prepend "Add to address book" to the context menu of compose window's sender and
3024 2007-04-16 [paul] 2.9.0cvs1
3029 2007-04-16 [paul] 2.9.0
3036 2007-04-16 [paul] 2.8.1cvs102
3039 updated by Fabien Vantard
3041 2007-04-16 [paul] 2.8.1cvs101
3051 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3052 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3053 Aleksandar Urosevic, and Ralgh Young
3055 2007-04-15 [mones] 2.8.1cvs100
3060 2007-04-14 [colin] 2.8.1cvs99
3062 * src/message_search.c
3063 * src/prefs_display_header.c
3064 * src/summary_search.c
3065 * src/gtk/combobox.c
3068 2007-04-14 [wwp] 2.8.1cvs98
3070 * src/gtk/combobox.c
3071 * src/message_search.c
3072 * src/summary_search.c
3073 * src/prefs_display_header.c
3074 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3075 returns NULL, get the text value directly from the GtkEntry child.
3077 2007-04-13 [colin] 2.8.1cvs97
3079 * src/gtk/quicksearch.c
3080 Give the focus back to summaryview when
3081 emptying the quicksearch with Esc
3083 2007-04-13 [colin] 2.8.1cvs96
3085 * src/message_search.c
3086 * src/prefs_display_header.c
3087 * src/summary_search.c
3088 Fix possibles crashes when getting text
3091 2007-04-13 [colin] 2.8.1cvs95
3094 Add some UIDL debugging
3096 2007-04-12 [colin] 2.8.1cvs94
3099 Force folder scan if necessary after
3100 copying mails, to be able to reapply
3103 2007-04-11 [colin] 2.8.1cvs93
3106 don't scan for new mail on startup if --select
3107 is specified (or race conditions arise). If so,
3108 do both sequentially.
3110 2007-04-09 [colin] 2.8.1cvs92
3113 Use leafpad by default on Maemo. Patch
3116 2007-04-06 [colin] 2.8.1cvs91
3118 * src/pixmaps/queue_close.xpm
3119 * src/pixmaps/queue_close_hrm.xpm
3120 * src/pixmaps/queue_close_hrm_mark.xpm
3121 * src/pixmaps/queue_close_mark.xpm
3122 * src/pixmaps/queue_open.xpm
3123 * src/pixmaps/queue_open_hrm.xpm
3124 * src/pixmaps/queue_open_hrm_mark.xpm
3125 * src/pixmaps/queue_open_mark.xpm
3126 Move the clock one pixel down :)
3128 2007-04-05 [colin] 2.8.1cvs90
3131 Don't sync when switching offline from
3132 command line - it's usually too late :)
3134 2007-04-05 [paul] 2.8.1cvs89
3137 * src/stock_pixmap.c
3138 * src/pixmaps/dir_close_hrm.xpm
3139 * src/pixmaps/dir_close_hrm_mark.xpm
3140 * src/pixmaps/drafts_close.xpm
3141 * src/pixmaps/drafts_close_mark.xpm
3142 * src/pixmaps/drafts_open.xpm
3143 * src/pixmaps/drafts_open_mark.xpm
3144 * src/pixmaps/inbox.xpm
3145 * src/pixmaps/inbox_close.xpm
3146 * src/pixmaps/inbox_close_hrm.xpm
3147 * src/pixmaps/inbox_close_hrm_mark.xpm
3148 * src/pixmaps/inbox_close_mark.xpm
3149 * src/pixmaps/inbox_hrm.xpm
3150 * src/pixmaps/inbox_hrm_mark.xpm
3151 * src/pixmaps/inbox_mark.xpm
3152 * src/pixmaps/inbox_open.xpm
3153 * src/pixmaps/inbox_open_hrm.xpm
3154 * src/pixmaps/inbox_open_hrm_mark.xpm
3155 * src/pixmaps/inbox_open_mark.xpm
3156 * src/pixmaps/outbox.xpm
3157 * src/pixmaps/outbox_close.xpm
3158 * src/pixmaps/outbox_close_hrm.xpm
3159 * src/pixmaps/outbox_close_hrm_mark.xpm
3160 * src/pixmaps/outbox_close_mark.xpm
3161 * src/pixmaps/outbox_hrm.xpm
3162 * src/pixmaps/outbox_hrm_mark.xpm
3163 * src/pixmaps/outbox_mark.xpm
3164 * src/pixmaps/outbox_open.xpm
3165 * src/pixmaps/outbox_open_hrm.xpm
3166 * src/pixmaps/outbox_open_hrm_mark.xpm
3167 * src/pixmaps/outbox_open_mark.xpm
3168 * src/pixmaps/queue_close.xpm
3169 * src/pixmaps/queue_close_hrm.xpm
3170 * src/pixmaps/queue_close_hrm_mark.xpm
3171 * src/pixmaps/queue_close_mark.xpm
3172 * src/pixmaps/queue_open.xpm
3173 * src/pixmaps/queue_open_hrm.xpm
3174 * src/pixmaps/queue_open_hrm_mark.xpm
3175 * src/pixmaps/queue_open_mark.xpm
3176 updated, added and replaced icons
3179 2007-04-04 [colin] 2.8.1cvs88
3182 Fix build without libetpan
3184 2007-04-03 [colin] 2.8.1cvs87
3187 Fix crash with Citadel, and try to make
3188 things work. this server (and specifically
3189 STATUS and APPEND at least) seems broken.
3191 2007-04-03 [colin] 2.8.1cvs86
3194 Fix icons on folder close
3196 2007-04-03 [colin] 2.8.1cvs85
3199 Fix double-ask of offline override in
3204 Much more efficient way to synchronise
3206 * src/etpan/imap-thread.c
3209 * src/gtk/quicksearch.c
3212 2007-04-03 [paul] 2.8.1cvs84
3217 * src/prefs_common.c
3218 * src/prefs_common.h
3220 Fix sync being done too late
3223 2007-04-02 [colin] 2.8.1cvs83
3226 Maemo: Put status and quicksearch at the top
3227 * src/plugins/bogofilter/bogofilter.c
3228 * src/plugins/spamassassin/spamassassin.c
3229 Derive trash from inbox if possible
3231 2007-04-02 [paul] 2.8.1cvs82
3233 * src/plugins/bogofilter/bogofilter_gtk.c
3234 a few English changes
3240 2007-04-02 [colin] 2.8.1cvs81
3242 * src/image_viewer.c
3243 Fix transparent images by using
3246 Flush events (on new windows) to avoid
3247 having the textview's image resize fail
3248 to know the available width
3250 2007-04-01 [colin] 2.8.1cvs80
3252 * src/prefs_account.c
3253 If no MH mailbox exist, when creating a POP/Local
3254 account, just create and use the default one
3255 instead of bailing with a "Mailbox doesn't exist"
3258 2007-03-31 [colin] 2.8.1cvs79
3260 * src/prefs_account.c
3261 Create signature file if it doesn't exist
3263 * src/prefs_toolbar.c
3264 Maemo: Move "Use default" on the left so
3265 that people can find it
3267 Maemo: make default editor "Maemopad",
3268 default signature file "MyDocs/signature.txt"
3270 2007-03-31 [colin] 2.8.1cvs78
3272 * src/prefs_account.c
3273 Maemo: rework account prefs so
3274 that less horizontal scrolling
3277 2007-03-31 [colin] 2.8.1cvs77
3280 * src/prefs_common.c
3281 * src/prefs_common.h
3282 Fix bug 1167, 'Allow not displaying zeros
3283 in folder list'. Patch by MartinP
3285 2007-03-31 [colin] 2.8.1cvs76
3290 2007-03-31 [colin] 2.8.1cvs75
3293 Apply patch from bug 1172, direct
3294 access to the folder's session instead
3295 of using getter. Patch by MartinP
3297 2007-03-31 [paul] 2.8.1cvs74
3300 no need to list Fabien twice!
3302 2007-03-31 [colin] 2.8.1cvs73
3305 If we're currently "overriding for %d minutes",
3308 2007-03-31 [colin] 2.8.1cvs72
3316 * src/plugins/spamassassin/spamassassin.c
3317 Offline override: Add a parameter to allow
3318 asking even if the override timer is running.
3319 Allows to ask every time the user makes an
3320 explicit action needing online access (such
3321 as Get Mail), and not when the action is
3322 implicit (such as opening an IMAP folder)
3324 2007-03-31 [colin] 2.8.1cvs71
3327 Override offline: "No" answer shouldn't
3328 re-ask after 3 seconds, but 10 minutes.
3330 2007-03-30 [colin] 2.8.1cvs70
3332 * src/common/socket.c
3333 Better error reporting on unix socket
3334 failure (bind usually)
3335 * src/gtk/gtkutils.c
3336 * src/gtk/gtkutils.h
3337 Label window: add a pulsing progress
3338 bar to show we're not hung :)
3341 * src/plugins/pgpcore/sgpgme.c
3344 2007-03-30 [colin] 2.8.1cvs69
3347 * src/prefs_common.c
3348 Fix possible trashing of history and uidl
3349 files on disk full problems
3351 2007-03-30 [paul] 2.8.1cvs68
3356 update summary when changing layout type
3357 (fixes wrong folder icon being displayed)
3360 2007-03-29 [colin] 2.8.1cvs67
3362 * src/prefs_ext_prog.c
3363 The browser pref is irrelevant on Maemo
3365 2007-03-29 [colin] 2.8.1cvs66
3369 Maemo: dynamically switch headers/text position
3370 * src/prefs_common.c
3371 Maemo: hide compose's ruler by default
3372 * src/common/socket.c
3373 * src/common/socket.h
3376 2007-03-29 [colin] 2.8.1cvs65
3378 * src/common/socket.c
3379 * src/common/socket.h
3380 Fix build when MAEMO_CFLAGS contains
3381 _X_OPENSOURCE (resolv.h errors as long
3382 as we don't add _BSD_SOURCE. Ugly).
3384 2007-03-29 [wwp] 2.8.1cvs64
3386 * src/prefs_logging.c
3387 Fix sensitivity of clip-log widgets in prefs/logging,
3390 2007-03-29 [wwp] 2.8.1cvs63
3393 Updated files list for translations, thanks to Fabien.
3395 2007-03-29 [colin] 2.8.1cvs62
3398 * src/common/Makefile.am
3399 * src/common/utils.c
3400 Maybe make URI opening work in Maemo
3403 2007-03-28 [colin] 2.8.1cvs61
3408 Add the possibility to sort folders arbitrarily
3409 (via editing of folderlist.xml only). Patch by
3410 Martin P <mp26+claws@os.inf.tu-dresden.de>
3411 Fixes bug 1166, 'Folder ordering is fixed and cannot
3412 be changed by the user'
3414 2007-03-28 [colin] 2.8.1cvs60
3417 Add popup menu for mime icons
3419 2007-03-28 [colin] 2.8.1cvs59
3422 Fix a layout issue when presenting
3423 mainwindow in Small screen layout
3426 Add a "Go to folder list" button for
3427 mainwindow, and make it default in
3430 2007-03-28 [colin] 2.8.1cvs58
3433 Don't dynamically update title on Maemo
3434 Patch by Jean-Luc Biord
3436 2007-03-27 [colin] 2.8.1cvs57
3441 Enable tap-and-hold on Maemo
3443 2007-03-26 [colin] 2.8.1cvs56
3446 More popup-menu (in attachments list)
3448 2007-03-26 [colin] 2.8.1cvs55
3451 Enable popup-menu signal
3453 2007-03-26 [colin] 2.8.1cvs54
3455 * src/plugins/pgpinline/pgpinline.c
3456 Fix bug 1111, 'PGP/inline plugin hides text
3457 around encrypted text block'. Patch based on
3458 a patch from Michal Cihar.
3460 2007-03-26 [wwp] 2.8.1cvs53
3463 Fix getting a false error when sending queued message
3464 whereas the sending was fine (if there are subfolders
3465 in the queue folder), thanks to Colin.
3467 2007-03-26 [paul] 2.8.1cvs52
3470 update FACE header in welcome message
3472 2007-03-25 [colin] 2.8.1cvs51
3477 2007-03-25 [colin] 2.8.1cvs50
3480 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3482 2007-03-24 [colin] 2.8.1cvs49
3485 Fix a few launch problems on Maemo
3486 Patch by Jean-Luc Biord
3488 2007-03-24 [wwp] 2.8.1cvs48
3494 Fix wrong action performed when closing the
3495 "ask about account specific filtering rules
3496 when filtering manually" dialog by pressing Escape.
3497 Fix wrong order of buttons in the "return receipt
3498 notification - the message was sent to several of
3499 your accounts" dialog.
3501 2007-03-24 [paul] 2.8.1cvs47
3504 an improvement to English usage
3505 * tools/kdeservicemenu/README
3508 2007-03-24 [paul] 2.8.1cvs46
3511 * src/stock_pixmap.c
3512 * src/pixmaps/edit_extern.xpm
3513 * src/pixmaps/mail_sign.xpm
3514 rescue long lost icons
3516 2007-03-24 [paul] 2.8.1cvs45
3519 fix toolbar (broken in 2.8.1cvs42)
3521 2007-03-23 [colin] 2.8.1cvs44
3524 Correctly unsubscribe/resubscribe after
3527 2007-03-23 [colin] 2.8.1cvs43
3529 * src/prefs_common.c
3530 Maemo: as the platform is light on RAM, allow
3531 caches to be discarded faster.
3533 2007-03-23 [colin] 2.8.1cvs42
3538 * src/stock_pixmap.c
3539 * src/stock_pixmap.h
3544 * src/pixmaps/open_mail.xpm
3545 Maemo changes: Add the possibility to have
3546 "Open Email" and "Close Window" buttons on
3547 toolbars (and use them in Maemo's default
3550 2007-03-23 [wwp] 2.8.1cvs41
3553 Reverted that part of the action dialog closure logics, to
3554 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3555 done later in a different way (or may not).
3557 2007-03-22 [wwp] 2.8.1cvs40
3560 Fix sticky action dialog when got no output but action command
3561 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3563 2007-03-22 [colin] 2.8.1cvs39
3565 * src/prefs_filtering.c
3566 * src/gtk/combobox.h
3567 Fix escaping account names in filtering prefs
3569 2007-03-22 [colin] 2.8.1cvs38
3574 Add any attribute specified in LDAP servers'
3575 Search attributes to the Other Attributes tab
3576 of contacts; Add 'telephoneNumber' in the
3579 2007-03-22 [colin] 2.8.1cvs37
3584 Try to prevent race conditions when
3585 changing the folder list
3587 Fix possible red folder icon when
3588 switching from Small screen layout
3591 2007-03-22 [colin] 2.8.1cvs36
3596 Rename "little screen" to "Small screen"
3597 * src/gtk/Makefile.am
3598 * src/common/utils.c
3600 Fix Maemo-related compilation problems
3602 2007-03-21 [colin] 2.8.1cvs35
3606 * claws-mail.desktop
3607 Remove .png from the Icon, it's useless
3609 2007-03-21 [colin] 2.8.1cvs34
3613 Add the necessary lib checking for
3616 2007-03-21 [colin] 2.8.1cvs33
3619 Fix unconditional "error happened" when
3620 sending via command-line. "lol @ myself"
3622 2007-03-21 [colin] 2.8.1cvs32
3624 * claws-mail-40x40.png
3625 * claws-mail-26x26.png
3635 * src/prefs_account.c
3636 * src/prefs_common.c
3637 * src/summary_search.c
3641 * src/gtk/gtkutils.c
3642 * src/gtk/gtkutils.h
3643 * src/gtk/logwindow.c
3645 * src/gtk/prefswindow.c
3646 Add Maemo port (patch mainly by Jean-Luc Biort)
3647 Add a new 'Little screen' layout to help on such
3648 platforms (patch by me)
3649 Make some default preferences different (more
3650 adapted) on Maemo (patch by me)
3652 2007-03-21 [wwp] 2.8.1cvs31
3654 * src/prefs_logging.c
3655 * src/prefs_logging.h
3656 Fixed copyright header of newly added files.
3658 2007-03-21 [wwp] 2.8.1cvs30
3674 * src/prefs_common.c
3675 * src/prefs_common.h
3676 * src/prefs_logging.c
3677 * src/prefs_logging.h
3680 * src/send_message.c
3685 * src/common/session.c
3687 * src/common/socket.c
3688 * src/etpan/imap-thread.c
3689 * src/gtk/logwindow.c
3690 * src/gtk/logwindow.h
3691 * src/plugins/bogofilter/bogofilter.c
3692 * src/plugins/spamassassin/spamassassin.c
3693 Added debugging of filtering/processing rules.
3694 The debug log is here 'Tools/Filtering debug window',
3695 the options there 'Configuration/Preferences/Other/Logging',
3696 and the log file is ~/.claws-mail/filtering.log.
3697 Moved protocol log prefs to 'Other/Logging' as well.
3698 To support such debugging feature, the existing log API has
3699 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3700 this impacts many external modules (commits follow).
3702 2007-03-21 [paul] 2.8.1cvs29
3704 * src/etpan/Makefile.am
3705 * src/etpan/imap-thread.c
3706 add missing #include
3708 2007-03-21 [colin] 2.8.1cvs28
3711 Fix bug 1157, 'some broken messages confuse
3712 mime parser'. Make sure we can't have MimeInfos
3713 with negative sizes.
3715 2007-03-20 [colin] 2.8.1cvs27
3718 Fix missing \0 on buffer
3720 2007-03-20 [colin] 2.8.1cvs26
3723 Use make_dir_hier instead of make_dir
3724 to create the MH mailbox
3726 2007-03-20 [colin] 2.8.1cvs25
3730 * src/prefs_account.c
3732 Fix default inbox weirdnesses (after wizard,
3733 if path is Mail, mailbox identifier is #mh/Mailbox,
3734 and when creating new accounts)
3736 2007-03-20 [colin] 2.8.1cvs24
3739 Write folderlist after adding/deleting accounts
3742 2007-03-20 [colin] 2.8.1cvs23
3745 * src/remotefolder.h
3746 Fix bug 1153, 'CM segfaults if IMAP folder is
3747 selected while scanning prior to update'
3749 2007-03-17 [paul] 2.8.1cvs22
3752 fix a typo, and be a little more verbose.
3754 2007-03-17 [wwp] 2.8.1cvs21
3757 Fix a compiler warning.
3759 2007-03-16 [wwp] 2.8.1cvs20
3763 Updated to deal w/ the new mairix.sh tool.
3765 2007-03-16 [wwp] 2.8.1cvs19
3768 Fix logics issues around the action IO dialog:
3769 - disable entry widget and exec button when
3770 the exec button is clicked (don't wait for any
3771 output line) - fix possible disabling/re-enabling/
3772 re-disabling of those widgets
3773 - raise an error if executing a %as{} action either
3774 empty or invalid, instead of failing silently
3775 - don't close the dialog if the abort button has been
3776 clicked and if there was no output yet
3777 - set focus to the abort button when the exec button
3779 - fix capitalization of a warning message
3781 2007-03-16 [wwp] 2.8.1cvs18
3784 Added a wrapper to mairix to the tools folder.
3786 2007-03-16 [colin] 2.8.1cvs17
3790 Allow mimeviewer plugins to print
3793 2007-03-16 [colin] 2.8.1cvs16
3798 2007-03-15 [colin] 2.8.1cvs15
3802 Add a way for mimeviewer plugins to
3803 implement body search
3805 2007-03-15 [paul] 2.8.1cvs14
3807 * src/prefs_spelling.c
3810 2007-03-15 [paul] 2.8.1cvs13
3812 * src/common/quoted-printable.c
3813 fix decoding of quoted-printable parts
3815 2007-03-14 [wwp] 2.8.1cvs12
3817 * src/gtk/logwindow.h
3818 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3820 2007-03-14 [wwp] 2.8.1cvs11
3822 * src/gtk/logwindow.h
3823 Complete 2.8.1cvs10.
3825 2007-03-14 [colin] 2.8.1cvs10
3827 * src/gtk/logwindow.c
3828 Probably fix bug 1149, crash on logwindow
3829 close - at the expense of performance once
3830 logwin has been opened
3832 2007-03-14 [colin] 2.8.1cvs9