1 2007-08-23 [wwp] 2.10.0cvs158
5 Allow literal % chars in action commands (use %%).
6 Add a missing p++ to the action parser in action_get_type(),
7 which was missing it, even if it was neutral.
8 Fix a pango markup warning at runtime.
10 2007-08-23 [wwp] 2.10.0cvs157
13 Contacts are now locale-aware sorted in the address book
14 (LC_COLLATE matters here).
15 Fix missing table initializers.
17 2007-08-23 [colin] 2.10.0cvs156
20 Check scan_required on dest folder when copying
22 2007-08-23 [colin] 2.10.0cvs155
25 Fix scanning when folder was empty
27 2007-08-22 [colin] 2.10.0cvs154
30 Don't g_warning when g_try_malloc fails(), or it makes
31 things worse as g_log() allocates. Fixes bug 1290,
32 'Claws Mail crashes if too little memory when
33 rebuilding folder tree'
35 2007-08-22 [colin] 2.10.0cvs153
38 Fix format string vulnerability, thanks to
39 Ulf Harnhammar, Secunia Research
41 2007-08-22 [colin] 2.10.0cvs152
46 2007-08-22 [wwp] 2.10.0cvs151
49 Few better null-ptr checks.
51 2007-08-22 [colin] 2.10.0cvs150
54 * src/editldap_basedn.c
63 2007-08-22 [colin] 2.10.0cvs149
68 2007-08-22 [colin] 2.10.0cvs148
73 2007-08-22 [colin] 2.10.0cvs147
76 Fix test (set ldap v3 if bindDN is set or TLS is set)
78 2007-08-22 [colin] 2.10.0cvs146
82 Fix wrong "Connected successfully to server". Connection only succeeds if
83 we can get the base DN.
85 2007-08-21 [wwp] 2.10.0cvs145
94 More sanity checks in ldap functions.
96 2007-08-21 [wwp] 2.10.0cvs144
99 Don't return a value in a void function().
101 2007-08-21 [paul] 2.10.0cvs143
104 add check for ftp: to messageview_list_urls()
106 2007-08-21 [colin] 2.10.0cvs142
113 Fix bug 1293, 'LDAP address book not working'
114 Search only on specified fields, but fetch
115 every field possible. People will have to
116 reset the searched Attributes in their LDAP
119 2007-08-21 [wwp] 2.10.0cvs141
129 * src/editaddress_other_attributes_ldap.c
146 * src/prefs_customheader.c
147 * src/prefs_msg_colors.c
153 * src/common/socket.c
154 * src/common/ssl_certificate.c
157 * src/gtk/description_window.c
158 * src/plugins/demo/demo.c
159 * src/plugins/pgpcore/prefs_gpg.c
160 * src/plugins/spamassassin/libspamc.c
161 Make sure we use glib functions to send text messages (information,
162 debug, warning, errors) to stdout/stderr - no more direct puts
163 fputs printf fprintf to stdout/stderr when it can be done using
164 g_log*() and g_print/g_printerr. Doing this, we make sure every
165 stdout/stderr message is saved to log in Windows.
168 2007-08-21 [wwp] 2.10.0cvs140
172 Route glib's stdout/stderr messages to a log file (Windows only),
173 instead of loosing them.
175 2007-08-21 [paul] 2.10.0cvs139
178 replace deprecated g_strncasecmp()
182 2007-08-20 [ticho] 2.10.0cvs138
185 * src/prefs_account.h
186 Copy all account preferences in account_clone() - some
188 * src/prefs_account.c
189 Handle empty privacy system combobox gracefully (warning
192 2007-08-20 [colin] 2.10.0cvs137
197 2007-08-20 [paul] 2.10.0cvs136
207 patch by Michael Rasmussen
209 2007-08-19 [colin] 2.10.0cvs135
212 Fix previous commit. Sensitivity update is needed
213 for "Cancel receiving". However when batching we
214 don't need to do it for every message flag change,
215 just once at the start and once at the end.
217 2007-08-19 [colin] 2.10.0cvs134
220 Remove useless menu updates on session lock/unlock
222 2007-08-19 [colin] 2.10.0cvs133
224 * src/etpan/imap-thread.c
225 Make all fetch logs less verbose
227 2007-08-19 [paul] 2.10.0cvs132
232 fix bug 1286, 'Can't move a folder into a "Folders
235 2007-08-18 [ticho] 2.10.0cvs131
237 * src/editaddress_other_attributes_ldap.c
238 Converted option menu for other ldap attributes to GtkComboBox.
240 2007-08-18 [colin] 2.10.0cvs130
247 Revert 'send_dialog_mode' meaning to
248 'send_dialog_invisible', so that the
249 new checkbox doesn't change the
252 2007-08-18 [paul] 2.10.0cvs129
255 add missing menu update
257 2007-08-17 [colin] 2.10.0cvs128
260 Set batching after getting flags - maybe fixes
261 bug 1292, 'CM crashes on writing mail'
263 2007-08-16 [ticho] 2.10.0cvs127
266 Convert two GtkOptionMenu widgets to new GtkComboBox.
269 Allow NULL for GtkComboBox menuitem label, rendering such
270 items as row separators.
272 2007-08-16 [paul] 2.10.0cvs126
274 * src/plugins/trayicon/trayicon.c
275 remove wrongly used gettextisation
277 2007-08-15 [ticho] 2.10.0cvs125
280 Fixed a runtime warning where an attempt to pack an
281 already packed GtkLabel was made.
283 2007-08-15 [ticho] 2.10.0cvs124
285 * src/prefs_compose_writing.c
286 Convert the insert-or-attach-dragged-files GtkOptionMenu
289 2007-08-14 [ticho] 2.10.0cvs123
293 Changed return receipt account selector to GtkComboBox.
294 Fixed a runtime warning where GTK tried to parse
295 "name <email@address" as a Pango markup in an alertpanel label.
297 2007-08-14 [ticho] 2.10.0cvs122
299 * src/prefs_logging.c
300 Changed GtkOptionMenu in logging preferences to GtkComboBox.
302 2007-08-14 [wwp] 2.10.0cvs121
306 * tools/popfile-link.sh
307 Added a new tool: POPFile helper, to open
308 selected messages in POPFile control center,
309 in order to change the messages' status.
311 2007-08-14 [ticho] 2.10.0cvs120
318 Change "Show send dialog" optionmenu to a checkbutton.
319 * src/prefs_receive.c
320 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
322 2007-08-13 [wwp] 2.10.0cvs119
333 * src/partial_download.c
339 * src/gtk/gtkaspell.c
341 Make sure we never pass NULL pointers for %s substitutions
342 (prevent from crashing in Windows).
344 2007-08-13 [wwp] 2.10.0cvs118
347 Re-enable mmap_reads in Windows with some missing
348 CloseHandle of mapping objects, thanks to
351 2007-08-13 [paul] 2.10.0cvs117
354 fix bug 1287, 'Compile time problem on Solaris
355 (nexenta gnu/Solaris) utils.c'
356 Thanks to Piotr Chrzczonowicz
358 2007-08-12 [wwp] 2.10.0cvs116
360 * src/plugins/pgpcore/prefs_gpg.c
361 Don't try to unset a GPG_AGENT_INFO that was not
362 set (and don't use a NULL string in Windows, it was
363 crashing with --debug if GPG_AGENT_INFO was not set).
365 2007-08-12 [wwp] 2.10.0cvs115
368 Make gcc type-check arguments passed to privacy_set_error().
370 2007-08-12 [ticho] 2.10.0cvs114
372 * src/prefs_folder_item.c
373 Make sure that folder default account combobox always has some
376 Handle empty combobox gracefully (warning instead of crash).
378 2007-08-12 [ticho] 2.10.0cvs114
380 * src/prefs_folder_item.c
381 Make sure that folder default account combobox is not empty.
383 Handle empty combobox gracefully (warning instead of crash).
385 2007-08-11 [paul] 2.10.0cvs113
389 use 'subfolder' instead of 'sub-folder', matching
390 everywhere else the term is used
394 2007-08-10 [wwp] 2.10.0cvs112
397 Disable mmap reads in Windows only (at least temporarily), they
398 prevent from renaming/removing target cache files.
404 2007-08-10 [wwp] 2.10.0cvs111
407 fix unpredictable crashes in Windows due to broken
408 cache/mark/tags files writting (file were opened for
409 writing in text mode).
412 use gettimeofday() from w32lib.h on Windows.
414 2007-08-10 [colin] 2.10.0cvs110
417 * src/etpan/imap-thread.c
418 * src/etpan/imap-thread.h
419 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
421 2007-08-09 [colin] 2.10.0cvs109
424 Fix port being reset to 636 on SSL
426 Fix folder_item_get_msg_num_by_file
427 on drafts/queue folders
429 2007-08-09 [wwp] 2.10.0cvs108
432 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
433 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
436 2007-08-09 [colin] 2.10.0cvs107
440 * src/gtk/prefswindow.c
441 A few Maemo layout fixes
443 2007-08-09 [paul] 2.10.0cvs106
445 * src/prefs_account.c
446 remove the hyphen from plug-ins to
447 match everywhere else
449 2007-08-08 [wwp] 2.10.0cvs105
451 * src/prefs_folder_item.c
452 Fix an extraneous stealth ^L char.
454 2007-08-08 [wwp] 2.10.0cvs104
456 * src/prefs_folder_item.c
457 Better fix, group variables declarations (USE_ASPELL).
459 2007-08-08 [wwp] 2.10.0cvs103
461 * src/prefs_folder_item.c
462 Fix compilation w/ USE_ASPELL set (broken
465 2007-08-08 [ticho] 2.10.0cvs102
467 * src/prefs_folder_item.c
468 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
470 2007-08-08 [colin] 2.10.0cvs101
473 * src/etpan/imap-thread.c
474 * src/etpan/imap-thread.h
475 Close selected mailbox before doing
478 2007-08-08 [colin] 2.10.0cvs100
481 Complete symbol table, thanks to wwp.
482 Fixes bug 1284, 'The html -> text
483 converter ignores entities'
487 2007-08-08 [colin] 2.10.0cvs99
490 Better way to fetch UIDs on non-UIDPLUS servers
492 2007-08-07 [colin] 2.10.0cvs98
495 fix bug 1275, 'auto-saved draft messages not
496 always being removed'; Also, make multiple
497 copy (in the same account) faster by matching
498 source/destination message UIDs.
500 Don't try to reshow deleted mail
502 Fix leak on error path
504 2007-08-07 [wwp] 2.10.0cvs97
507 * manual/advanced.xml
508 * manual/fr/account.xml
509 * manual/fr/advanced.xml
510 Updated the reference manual and the French translation to
511 reflect 2.10.0cvs84: enable running folder Processing
514 2007-08-06 [wwp] 2.10.0cvs96
519 Allow changing the emphasis color used to highlight
520 the newsreader/x-mailer header value when it matches
521 our preferred mail agent (hidden pref 'emphasis_col' added
524 2007-08-06 [colin] 2.10.0cvs95
528 Re-commit 2.10.0cvs86, with a protection
529 against Pango bug. Also, try to fix
530 bug 1275, 'auto-saved draft messages not
531 always being removed'
533 2007-08-06 [wwp] 2.10.0cvs94
535 * src/gtk/quicksearch.c
536 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
538 2007-08-06 [ticho] 2.10.0cvs93
540 * src/prefs_account.c
542 Use GtkComboBox instead of GtkOptionMenu for privacy system
543 selection in account preferences.
545 2007-08-06 [wwp] 2.10.0cvs92
547 * src/plugins/pgpcore/plugin.def
548 Apply one more chunk from gpg4win's 03-w32-port patch.
550 2007-08-05 [colin] 2.10.0cvs91
554 reverting buggy patch for now
556 2007-08-05 [colin] 2.10.0cvs90
561 2007-08-04 [colin] 2.10.0cvs89
563 * src/prefs_summaries.c
564 * src/summary_search.c
565 Replace deprecated widgets. Patch by
568 2007-08-04 [colin] 2.10.0cvs88
571 Refresh GUI only every 2000 mails on mh_get_last_num
572 This is fast (readdir) and done only once per
575 2007-08-03 [colin] 2.10.0cvs87
577 * src/prefs_account.c
580 Fix a deprecated widget. Patch by
583 2007-08-03 [colin] 2.10.0cvs86
587 Make colorisation and wrapping algorithms
588 faster. Fixes bug 1246, 'compose becomes
589 increasingly slow replying to complex emails'
591 2007-08-03 [paul] 2.10.0cvs85
594 keep the window painted
596 2007-08-02 [paul] 2.10.0cvs84
601 enable running folder Processing
604 2007-08-02 [paul] 2.10.0cvs83
607 speed up/clean up rendering of larger
611 2007-08-01 [paul] 2.10.0cvs82
616 change default toolbar layout on maemo
617 * src/pixmaps/close.xpm
618 make the red cross a grey cross
619 * src/pixmaps/jpilot.xpm
620 make icon smaller so it fits better
622 2007-07-31 [paul] 2.10.0cvs81
626 fix crash on maemo on first launch
628 2007-07-30 [paul] 2.10.0cvs80
630 * src/prefs_matcher.c
631 specify the units of age and size
633 2007-07-30 [paul] 2.10.0cvs79
636 Fix IMAP timeout setting
638 2007-07-30 [colin] 2.10.0cvs78
640 * src/prefs_account.c
641 Fix a deprecated widget. Patch by
644 2007-07-27 [paul] 2.10.0cvs77
646 * src/matcher_parser_parse.y
647 * src/prefs_filtering_action.c
648 * src/prefs_matcher.c
649 these changes forgotten in cvs74's
650 'watch thread' feature
652 2007-07-27 [paul] 2.10.0cvs76
655 fix potential crasher
658 2007-07-27 [paul] 2.10.0cvs75
664 make mainwindow's /Help/Manual point to the
665 remote copy if the local copy doesn't exist
667 2007-07-27 [paul] 2.10.0cvs74
675 * src/matcher_parser_parse.y
684 * src/pixmaps/watchthread.xpm
685 add 'watch thread' feature
687 2007-07-27 [paul] 2.10.0cvs73
689 * src/prefs_folder_item.c
690 adjust labels, add tooltips
692 2007-07-27 [colin] 2.10.0cvs72
695 Maemo: Remove less used menu items
697 2007-07-26 [colin] 2.10.0cvs71
700 Maemo: destroy messageview after trashing mail.
701 Maybe should be done on X11 too
703 2007-07-26 [colin] 2.10.0cvs70
710 Add View/Show or Hide/Column headers
712 2007-07-26 [colin] 2.10.0cvs69
717 2007-07-26 [colin] 2.10.0cvs68
720 Fix possible crash on cache invalidation
724 * src/quote_fmt_parse.y
725 Make replying to mails with big attachments
726 much faster. Fixes bug 1224, 'The process of
727 Replying to emails with large attachments
728 seems unreasonably long...'
730 2007-07-26 [colin] 2.10.0cvs67
735 Fix threads use on BSDs
737 2007-07-26 [paul] 2.10.0cvs66
739 * src/gtk/prefswindow.c
740 fix account prefs breakage
743 2007-07-26 [paul] 2.10.0cvs65
746 standardise ./configure --help messages
748 2007-07-26 [colin] 2.10.0cvs64
752 Fix two vCard-related crashes
754 2007-07-25 [colin] 2.10.0cvs63
759 * src/prefs_receive.c
760 Maemo: Add a better way to notify of
766 Maemo: Various layout fixes
767 * src/gtk/prefswindow.c
768 Maemo: Better prefs layout
770 2007-07-25 [paul] 2.10.0cvs62
773 fix the layout on maemo
776 2007-07-25 [iwkse] 2.10.0cvs61
779 add 'o' shortcut on summaryview
781 2007-07-25 [iwkse] 2.10.0cvs60
786 2007-07-24 [colin] 2.10.0cvs59
789 Fix missing timestamp update on source
793 Better text layout on part's choices
795 2007-07-23 [colin] 2.10.0cvs58
799 Maemo: Automatically choose the correct application
801 * src/gtk/quicksearch.c
802 Make search run on GDK_KP_Enter too
804 2007-07-23 [wwp] 2.10.0cvs57
806 * src/quote_fmt_lex.l
807 Revert accidentaly committed lines (account_sig) in
810 2007-07-23 [wwp] 2.10.0cvs56
812 * src/quote_fmt_lex.l
813 Fix typos around long form expressions in the quote lexer.
819 2007-07-23 [colin] 2.10.0cvs55
822 Fix auto-completion on Maemo
824 2007-07-23 [colin] 2.10.0cvs54
827 Maemo: Fix sticking statusbars
829 2007-07-22 [colin] 2.10.0cvs53
832 Maemo: Fix the strange "top_application" info
833 at startup. We should do something when
834 receiving such a message.
836 2007-07-20 [paul] 2.10.0cvs52
839 add missing #include "statusbar.h"
841 2007-07-20 [colin] 2.10.0cvs51
845 * src/folder_item_prefs.c
846 * src/folder_item_prefs.h
854 * src/prefs_folder_item.c
855 Implement age-based caching: allow to
856 specify a threshold for the offline synchronisation
857 feature, and whether old cached bodies should
862 * src/plugins/dillo_viewer/dillo_viewer.c
863 Check that Dillo's installed
865 2007-07-20 [wwp] 2.10.0cvs50
869 Draw a frame around the selected mimeview part icon (instead of the
870 shifted 'dancing' icon).
872 2007-07-20 [colin] 2.10.0cvs49
875 Unref stuff even on error
877 disconnect signals only at the very
878 end of the wizard save.
880 2007-07-20 [colin] 2.10.0cvs48
886 Fix random crashes while navigating
889 2007-07-19 [colin] 2.10.0cvs47
898 Maemo: add an easy way to store data (mails
899 and IMAP/NNTP caches) on one of the SD cards,
900 and protect against unmounts if needed
902 2007-07-19 [paul] 2.10.0cvs46
907 * src/pixmaps/claws-mail_logo-small.xpm
908 implement a (slightly) different About
909 dialog for maemo and add a small version
912 use a scrolled window for wizard page 1
915 2007-07-19 [paul] 2.10.0cvs45
918 too soon for this line
920 2007-07-19 [paul] 2.10.0cvs44
925 2007-07-19 [colin] 2.10.0cvs43
928 Solve Mail/Mailbox name when specifying
931 2007-07-18 [colin] 2.10.0cvs42
937 2007-07-18 [colin] 2.10.0cvs41
940 Maemo: plug the online/offline system into
941 maemo's interfaces to have Claws automatically
942 switch according to the system status
944 Maemo: use HildonBanners to display status
945 messages. Renders the main statusbar useless.
947 2007-07-18 [paul] 2.10.0cvs40
950 fix screen blanking on moving/copying many msgs
952 fix processing progressbar and screen blanking
955 2007-07-18 [paul] 2.10.0cvs39
958 revert cvs37, breakage on maemo
960 2007-07-18 [paul] 2.10.0cvs38
963 make sure we can still build with older GTK's
965 2007-07-18 [colin] 2.10.0cvs37
968 Only hide the small layout's messageview, instead
969 of destroying it when closing
971 Use gtk_window_present_with_time to popup windows,
972 it seems to make things better with modern WMs
975 2007-07-17 [colin] 2.10.0cvs36
978 Simplify layout on Maemo
981 * src/prefs_display_header.c
982 Remove some headers by default on Maemo
984 2007-07-17 [paul] 2.10.0cvs35
988 * src/prefs_logging.c
990 add options to stop/enable writing logs to disc
992 2007-07-17 [paul] 2.10.0cvs34
995 fix some issues with the Apply tags window:
996 - set search column (enables autocompl in the treeview)
997 - apply tag from "New tag" if it existed
998 - clears New tag entry when adding it with the button
1001 2007-07-17 [paul] 2.10.0cvs33
1004 fix 'apply tags' dialogue weirdness
1006 2007-07-16 [colin] 2.10.0cvs32
1009 Fix double-loading of mails on Maemo
1011 2007-07-16 [colin] 2.10.0cvs31
1014 Prevent double-loading of the same part under some
1015 conditions; hide statusbar on Maemo
1017 2007-07-16 [colin] 2.10.0cvs30
1023 Improve the tag interface - allow
1024 to set/unset tags from a special
1026 * src/gtk/gtkvscrollbutton.c
1029 * src/stock_pixmap.c
1030 Fix Mimeview's ugly hacks in the
1033 2007-07-16 [paul] 2.10.0cvs29
1037 * src/gtk/icon_legend.c
1038 put it all in a scrolled window
1040 2007-07-15 [colin] 2.10.0cvs28
1043 Maemo: force layout to be Small screen; the
1044 others don't make sense
1046 2007-07-14 [colin] 2.10.0cvs27
1049 * src/gtk/gtkvscrollbutton.c
1050 Maemo: Fix mimeview's buttons size
1052 2007-07-14 [colin] 2.10.0cvs26
1055 Fix the button workaround fix.
1056 (Use the correct variable)
1058 2007-07-14 [colin] 2.10.0cvs25
1062 Maemo: put the progress bar in the
1065 2007-07-14 [colin] 2.10.0cvs24
1067 * src/prefs_common.c
1068 Maemo: hide statusbar by default
1070 * src/stock_pixmap.c
1071 * src/stock_pixmap.h
1073 * src/pixmaps/go_folders.xpm
1074 Maemo: Add a specific icon to go back to
1077 2007-07-14 [colin] 2.10.0cvs23
1080 Don't set homogeneous finally
1082 2007-07-14 [colin] 2.10.0cvs22
1085 Fix button show/hide issues
1087 2007-07-14 [colin] 2.10.0cvs21
1091 Fix button workaround to be able to click
1092 if mouse was on button when it went un-
1094 Revert previous commit, gtk_tool_item_set_homogeneous
1095 doesn't mean what it seems to mean ;-)
1097 2007-07-14 [paul] 2.10.0cvs20
1100 make homogeneous FALSE always
1102 2007-07-13 [colin] 2.10.0cvs19
1106 Rework to fit the non-deprecated API
1112 Maemo layout changes. Better toolbars,
1113 removal of CTree headers.
1115 2007-07-13 [paul] 2.10.0cvs18
1117 * src/gtk/colorlabel.c
1118 fix bug 1261, '[DE] coloring messages in overview
1119 keys are not localised'
1120 the string is now included in claws-mail.pot
1122 2007-07-13 [colin] 2.10.0cvs17
1125 Fix bug 1267, 'printing mutliple messages
1126 opens one message-dialog after the other'
1127 Ask for confirmation when printing 10
1130 2007-07-11 [colin] 2.10.0cvs16
1135 * manual/claws-mail-manual.xml
1137 * manual/es/claws-mail-manual.xml
1139 * manual/fr/claws-mail-manual.xml
1162 * src/addressbook_foldersel.c
1163 * src/addressbook_foldersel.h
1187 * src/customheader.c
1188 * src/customheader.h
1189 * src/displayheader.c
1190 * src/displayheader.h
1193 * src/editaddress_other_attributes_ldap.c
1194 * src/editaddress_other_attributes_ldap.h
1203 * src/editldap_basedn.c
1204 * src/editldap_basedn.h
1225 * src/folder_item_prefs.c
1226 * src/folder_item_prefs.h
1235 * src/grouplistdialog.c
1236 * src/grouplistdialog.h
1241 * src/image_viewer.c
1242 * src/image_viewer.h
1283 * src/matcher_parser.h
1284 * src/matcher_parser_lex.l
1285 * src/matcher_parser_parse.y
1288 * src/message_search.c
1289 * src/message_search.h
1308 * src/partial_download.c
1309 * src/partial_download.h
1314 * src/prefs_account.c
1315 * src/prefs_account.h
1316 * src/prefs_actions.c
1317 * src/prefs_actions.h
1318 * src/prefs_common.c
1319 * src/prefs_common.h
1320 * src/prefs_compose_writing.c
1321 * src/prefs_compose_writing.h
1322 * src/prefs_customheader.c
1323 * src/prefs_customheader.h
1324 * src/prefs_display_header.c
1325 * src/prefs_display_header.h
1326 * src/prefs_ext_prog.c
1327 * src/prefs_ext_prog.h
1328 * src/prefs_filtering.c
1329 * src/prefs_filtering.h
1330 * src/prefs_filtering_action.c
1331 * src/prefs_filtering_action.h
1332 * src/prefs_folder_column.c
1333 * src/prefs_folder_column.h
1334 * src/prefs_folder_item.c
1335 * src/prefs_folder_item.h
1340 * src/prefs_image_viewer.c
1341 * src/prefs_image_viewer.h
1342 * src/prefs_logging.c
1343 * src/prefs_logging.h
1344 * src/prefs_matcher.c
1345 * src/prefs_matcher.h
1346 * src/prefs_message.c
1347 * src/prefs_message.h
1348 * src/prefs_msg_colors.c
1349 * src/prefs_msg_colors.h
1354 * src/prefs_receive.c
1355 * src/prefs_receive.h
1358 * src/prefs_spelling.c
1359 * src/prefs_spelling.h
1360 * src/prefs_summaries.c
1361 * src/prefs_summaries.h
1362 * src/prefs_summary_column.c
1363 * src/prefs_summary_column.h
1364 * src/prefs_summary_open.c
1365 * src/prefs_summary_open.h
1366 * src/prefs_template.c
1367 * src/prefs_template.h
1368 * src/prefs_themes.c
1369 * src/prefs_themes.h
1370 * src/prefs_toolbar.c
1371 * src/prefs_toolbar.h
1372 * src/prefs_wrapping.c
1373 * src/prefs_wrapping.h
1383 * src/quote_fmt_lex.l
1384 * src/quote_fmt_parse.y
1387 * src/remotefolder.c
1388 * src/remotefolder.h
1389 * src/send_message.c
1390 * src/send_message.h
1393 * src/simple-gettext.c
1394 * src/sourcewindow.c
1395 * src/sourcewindow.h
1400 * src/stock_pixmap.c
1401 * src/stock_pixmap.h
1402 * src/summary_search.c
1403 * src/summary_search.h
1420 * src/common/base64.c
1421 * src/common/base64.h
1422 * src/common/claws.c
1423 * src/common/claws.h
1425 * src/common/fnmatch.c
1426 * src/common/fnmatch.h
1427 * src/common/fnmatch_loop.c
1428 * src/common/hooks.c
1429 * src/common/hooks.h
1434 * src/common/mgutils.c
1435 * src/common/mgutils.h
1438 * src/common/passcrypt.c
1439 * src/common/passcrypt.h.in
1440 * src/common/plugin.c
1441 * src/common/plugin.h
1442 * src/common/prefs.c
1443 * src/common/prefs.h
1444 * src/common/progressindicator.c
1445 * src/common/progressindicator.h
1446 * src/common/quoted-printable.c
1447 * src/common/quoted-printable.h
1448 * src/common/session.c
1449 * src/common/session.h
1452 * src/common/socket.c
1453 * src/common/socket.h
1456 * src/common/ssl_certificate.c
1457 * src/common/ssl_certificate.h
1458 * src/common/string_match.c
1459 * src/common/string_match.h
1460 * src/common/stringtable.c
1461 * src/common/stringtable.h
1464 * src/common/template.c
1465 * src/common/template.h
1466 * src/common/timing.h
1467 * src/common/utils.c
1468 * src/common/utils.h
1469 * src/common/uuencode.c
1470 * src/common/uuencode.h
1471 * src/common/version.h.in
1472 * src/common/w32_dirent.c
1473 * src/common/w32_reg.c
1474 * src/common/w32_signal.c
1475 * src/common/w32_stat.c
1476 * src/common/w32_stdlib.c
1477 * src/common/w32_string.c
1478 * src/common/w32_time.c
1479 * src/common/w32_unistd.c
1480 * src/common/w32_wait.c
1481 * src/common/w32lib.h
1484 * src/common/xmlprops.c
1485 * src/common/xmlprops.h
1486 * src/etpan/etpan-errors.h
1487 * src/etpan/etpan-thread-manager-types.h
1488 * src/etpan/etpan-thread-manager.c
1489 * src/etpan/etpan-thread-manager.h
1490 * src/etpan/imap-thread.c
1491 * src/etpan/imap-thread.h
1494 * src/gtk/colorlabel.c
1495 * src/gtk/colorlabel.h
1496 * src/gtk/colorsel.c
1497 * src/gtk/colorsel.h
1498 * src/gtk/combobox.c
1499 * src/gtk/combobox.h
1500 * src/gtk/description_window.c
1501 * src/gtk/description_window.h
1504 * src/gtk/foldersort.c
1505 * src/gtk/foldersort.h
1506 * src/gtk/gtkaspell.c
1507 * src/gtk/gtkaspell.h
1508 * src/gtk/gtksctree.c
1509 * src/gtk/gtkshruler.c
1510 * src/gtk/gtkshruler.h
1511 * src/gtk/gtksourceprintjob.c
1512 * src/gtk/gtksourceprintjob.h
1513 * src/gtk/gtkutils.c
1514 * src/gtk/gtkutils.h
1515 * src/gtk/gtkvscrollbutton.c
1516 * src/gtk/gtkvscrollbutton.h
1517 * src/gtk/icon_legend.c
1518 * src/gtk/icon_legend.h
1519 * src/gtk/inputdialog.c
1520 * src/gtk/inputdialog.h
1521 * src/gtk/logwindow.c
1522 * src/gtk/logwindow.h
1523 * src/gtk/manage_window.c
1524 * src/gtk/manage_window.h
1527 * src/gtk/pluginwindow.c
1528 * src/gtk/pluginwindow.h
1529 * src/gtk/prefswindow.c
1530 * src/gtk/prefswindow.h
1531 * src/gtk/progressdialog.c
1532 * src/gtk/progressdialog.h
1533 * src/gtk/quicksearch.c
1534 * src/gtk/quicksearch.h
1535 * src/gtk/sslcertwindow.c
1536 * src/gtk/sslcertwindow.h
1537 * src/plugins/bogofilter/bogofilter.c
1538 * src/plugins/bogofilter/bogofilter.h
1539 * src/plugins/bogofilter/bogofilter_gtk.c
1540 * src/plugins/clamav/clamav_plugin.c
1541 * src/plugins/clamav/clamav_plugin.h
1542 * src/plugins/clamav/clamav_plugin_gtk.c
1543 * src/plugins/demo/demo.c
1544 * src/plugins/dillo_viewer/dillo_prefs.c
1545 * src/plugins/dillo_viewer/dillo_prefs.h
1546 * src/plugins/dillo_viewer/dillo_viewer.c
1547 * src/plugins/pgpcore/passphrase.c
1548 * src/plugins/pgpcore/passphrase.h
1549 * src/plugins/pgpcore/pgp_viewer.c
1550 * src/plugins/pgpcore/pgp_viewer.h
1551 * src/plugins/pgpcore/plugin.c
1552 * src/plugins/pgpcore/prefs_gpg.c
1553 * src/plugins/pgpcore/prefs_gpg.h
1554 * src/plugins/pgpcore/select-keys.c
1555 * src/plugins/pgpcore/select-keys.h
1556 * src/plugins/pgpcore/sgpgme.c
1557 * src/plugins/pgpcore/sgpgme.h
1558 * src/plugins/pgpinline/pgpinline.c
1559 * src/plugins/pgpinline/pgpinline.h
1560 * src/plugins/pgpinline/plugin.c
1561 * src/plugins/pgpmime/pgpmime.c
1562 * src/plugins/pgpmime/pgpmime.h
1563 * src/plugins/pgpmime/plugin.c
1564 * src/plugins/spamassassin/spamassassin.c
1565 * src/plugins/spamassassin/spamassassin.h
1566 * src/plugins/spamassassin/spamassassin_gtk.c
1567 * src/plugins/trayicon/trayicon.c
1568 * src/plugins/trayicon/trayicon_prefs.c
1569 * src/plugins/trayicon/trayicon_prefs.h
1570 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1571 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1572 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1573 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1574 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1575 * tools/OOo2claws-mail.pl
1576 * tools/README.sylprint
1577 * tools/acroread2claws-mail.pl
1578 * tools/claws-mail-compose-insert-files.pl
1579 * tools/convert_mbox.pl
1580 * tools/filter_conv.pl
1581 * tools/filter_conv_new.pl
1583 * tools/freshmeat_search.pl
1584 * tools/google_search.pl
1585 * tools/kmail-mailbox2claws-mail.pl
1586 * tools/kmail2claws-mail.pl
1587 * tools/kmail2claws-mail_v2.pl
1589 * tools/make.themes.project
1590 * tools/multiwebsearch.pl
1591 * tools/nautilus2claws-mail.sh
1592 * tools/outlook2claws-mail.pl
1593 * tools/textviewer.sh
1594 * tools/thunderbird-filters-convertor.pl
1597 * tools/vcard2xml.py
1598 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1599 Upgrade to GPLv3 or later.
1601 2007-07-10 [wwp] 2.10.0cvs15
1604 Fix re-opening of all composing messages that were
1605 opened when closing the previous instance, thanks
1608 2007-07-10 [paul] 2.10.0cvs14
1610 * src/editaddress_other_attributes_ldap.c
1612 fix crash on selecting 'other attributes' combo
1613 for either a new entry or an old entry with no
1614 existing attributes.
1615 fix bug on editing multiple attributes which
1616 resulted them all having the value of the last
1620 2007-07-10 [colin] 2.10.0cvs13
1623 * src/editaddress_other_attributes_ldap.h
1625 Fix --disable-ldap build
1627 2007-07-09 [colin] 2.10.0cvs12
1633 * src/editaddress_other_attributes_ldap.c
1634 * src/editaddress_other_attributes_ldap.h
1639 Add capability to edit all inetOrgPerson
1640 attributes on LDAP. Patch by Michael
1643 2007-07-09 [colin] 2.10.0cvs11
1649 * src/prefs_summaries.c
1650 * src/prefs_themes.c
1652 * src/common/Makefile.am
1654 * src/common/timing.h
1655 * src/common/utils.c
1656 * src/common/utils.h
1657 * src/common/w32_account.c
1658 * src/common/w32lib.h
1659 * src/gtk/Makefile.am
1660 * src/gtk/colorlabel.c
1661 * src/plugins/pgpcore/Makefile.am
1662 * src/plugins/pgpcore/claws.def
1663 * src/plugins/pgpcore/passphrase.c
1664 * src/plugins/pgpcore/pgp_viewer.c
1665 * src/plugins/pgpcore/plugin.def
1666 * src/plugins/pgpcore/sgpgme.c
1667 * src/plugins/pgpinline/Makefile.am
1668 * src/plugins/pgpinline/claws.def
1669 * src/plugins/pgpinline/mypgpcore.def
1670 * src/plugins/pgpinline/plugin.def
1671 * src/plugins/pgpmime/Makefile.am
1672 * src/plugins/pgpmime/claws.def
1673 * src/plugins/pgpmime/mypgpcore.def
1674 * src/plugins/pgpmime/plugin.def
1675 Commit win32 patch, from Werner Koch and
1678 2007-07-09 [colin] 2.10.0cvs10
1680 * src/prefs_toolbar.c
1681 Fix crash when no actions exist
1683 2007-07-07 [paul] 2.10.0cvs9
1686 * manual/claws-mail-manual.xml
1687 update copyright year
1689 updated by Flammie Pirinen
1691 2007-07-05 [wwp] 2.10.0cvs8
1693 * src/plugins/clamav/clamav_plugin_gtk.c
1694 Make vertical spacing like in other plugin prefs pages.
1696 2007-07-05 [wwp] 2.10.0cvs7
1699 It's %am that works, not %ae (this doc incoherence has been
1700 introduced with 2.9.2cvs13).
1702 2007-07-04 [wwp] 2.10.0cvs6
1704 * src/plugins/bogofilter/bogofilter.c
1705 Gettext-ize an occurrence of "Any" that wasn't.
1707 2007-07-04 [colin] 2.10.0cvs5
1710 Fix untranslated strings; thanks
1713 2007-07-03 [colin] 2.10.0cvs4
1717 Fix saving of sort mode for tags and
1718 thread date. Thanks to Pierre Ossman.
1719 Completes fix for bug 1233
1721 2007-07-03 [paul] 2.10.0cvs3
1729 2007-07-02 [colin] 2.10.0cvs2
1735 Add View/Sort/by Thread date
1736 Fixes bug 1233, 'Capability to sort
1737 threads by most recent message'
1738 Based on a patch by Paul Rolland
1740 2007-07-02 [colin] 2.10.0cvs1
1757 * src/matcher_parser_parse.y
1761 * src/prefs_common.c
1762 * src/prefs_common.h
1763 * src/prefs_filtering_action.c
1764 * src/prefs_matcher.c
1765 * src/prefs_summary_column.c
1769 * src/quote_fmt_lex.l
1770 * src/quote_fmt_parse.y
1774 * src/common/Makefile.am
1778 * src/gtk/quicksearch.c
1779 * src/gtk/quicksearch.h
1780 Add Tags implementation. Tags are arbitrary labels
1781 that can be applied to messages. It is possible
1782 to create, edit, remove tags; apply them to mails;
1783 filter on tags or tag presence; apply or unset
1784 tags via filtering actions; reference tags in
1787 2007-07-02 [paul] 2.10.0
1794 2007-07-02 [paul] 2.9.2cvs78
1804 updated by Stephan Sachse, me, Ricardo Mones
1805 Lastra, Fabien Vantard, Pader Rezso, Frederico
1806 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1808 2007-07-02 [paul] 2.9.2cvs77
1813 2007-06-29 [wwp] 2.9.2cvs76
1816 Fix a typo (thanks to Ricardo for finding this out).
1818 2007-06-28 [paul] 2.9.2cvs75
1823 2007-06-28 [paul] 2.9.2cvs74
1826 fix bug in the autotools build system.
1827 Files cataloged under EXTRA_DIST were never
1828 automatically copied to the build tree.
1829 (fix 'make distcheck')
1830 Patch by Michael Rasmussen.
1832 2007-06-24 [colin] 2.9.2cvs73
1835 Fix bug 1249, 'Error handling for
1836 news errors needs modification'
1837 Only popup error if the according
1838 pref in Prefs/Receive is set.
1840 2007-06-21 [colin] 2.9.2cvs72
1842 * src/common/plugin.c
1843 * src/common/plugin.h
1844 Change plugin API to know whether it's safe to
1845 unload plugins or whether we should just hide
1846 them. Fixes bug 1248, 'Core dumps after
1847 unloading plugin and clicking on load plugins'
1848 * src/plugins/bogofilter/bogofilter.c
1849 * src/plugins/clamav/clamav_plugin.c
1850 * src/plugins/demo/demo.c
1851 * src/plugins/dillo_viewer/dillo_viewer.c
1852 * src/plugins/pgpcore/plugin.c
1853 * src/plugins/pgpinline/plugin.c
1854 * src/plugins/pgpmime/plugin.c
1855 * src/plugins/spamassassin/spamassassin.c
1856 * src/plugins/trayicon/trayicon.c
1859 2007-06-19 [colin] 2.9.2cvs71
1863 Fix crash mentioned in bug 1246
1864 Race condition when automatically drafting
1865 due to insertion on reedit.
1867 2007-06-18 [wwp] 2.9.2cvs70
1870 LDIF import: use a "Proceed" button to complete
1873 2007-06-18 [paul] 2.9.2cvs69
1876 use pkgconfig to check for gtk and glib
1878 2007-06-17 [wwp] 2.9.2cvs68
1882 LDIF import: better error handling, minor code
1883 and UI cleanup, and renamed the Save button
1884 to Close, as imported stuff is already saved
1885 when the Save button is shown.
1887 2007-06-17 [colin] 2.9.2cvs67
1889 * src/prefs_summaries.c
1891 Don't set as read when forwarded, only replied to
1893 2007-06-17 [paul] 2.9.2cvs66
1896 add missing #include
1898 2007-06-16 [colin] 2.9.2cvs65
1900 * src/prefs_summaries.c
1902 Change the pref "Only mark as read when opened
1903 in new window" to "..., replied to or forwarded".
1904 Based on a patch by Paul Rolland.
1906 2007-06-16 [paul] 2.9.2cvs64
1909 alphabetical order! :)
1911 2007-06-16 [colin] 2.9.2cvs63
1915 Add Michael Rasmussen in authors list
1917 2007-06-16 [colin] 2.9.2cvs62
1920 Fix messageview_copy_clipboard to take advantage
1921 of plugins' get_selection.
1923 2007-06-15 [colin] 2.9.2cvs61
1929 * src/message_search.c
1931 * src/summary_search.c
1934 Allow GDK_KP_Enter to do the same as GDK_Return
1935 Patch by Michael Rasmussen
1937 2007-06-15 [paul] 2.9.2cvs60
1940 fix bug when closing a compose window
1943 2007-06-14 [paul] 2.9.2cvs59
1947 migrate sylpheed config
1949 2007-06-14 [wwp] 2.9.2cvs58
1951 * src/gtk/pluginwindow.c
1952 Yet another attempt to fix sizing/alignment of the
1953 button bar in plugins window.
1955 2007-06-12 [colin] 2.9.2cvs57
1960 * src/prefs_common.c
1961 * src/prefs_common.h
1962 * src/prefs_summaries.c
1963 * src/prefs_summary_open.c
1964 * src/prefs_summary_open.h
1966 Make "when entering a folder" actions more personalisable
1968 2007-06-12 [wwp] 2.9.2cvs56
1971 Use short description from Paul (mairix.sh).
1973 2007-06-12 [wwp] 2.9.2cvs55
1976 Updated info about mairix.sh.
1978 2007-06-11 [paul] 2.9.2cvs54
1980 * src/prefs_logging.c
1981 rework log window length widgets
1982 and some sensitivity fixes
1984 2007-06-11 [paul] 2.9.2cvs53
1987 * src/prefs_logging.c
1988 rename 'Protocol Log' to 'Network Log'
1989 and some function renaming
1991 2007-06-10 [wwp] 2.9.2cvs52
1993 * src/gtk/pluginwindow.c
1996 2007-06-10 [wwp] 2.9.2cvs51
1998 * src/gtk/pluginwindow.c
1999 Fix button bar in plugin window, was centered and not
2000 behaving like other dialogs w/ such button bar.
2002 2007-06-08 [wwp] 2.9.2cvs50
2009 Provide a way out of automatic draft saving on IMAP, when
2011 Prevent drafting while sending and quitting while sending.
2016 2007-06-08 [wwp] 2.9.2cvs49
2018 * src/prefs_account.c
2019 * src/gtk/prefswindow.c
2020 * src/gtk/prefswindow.h
2021 Activate the Basic page when opening account prefs.
2023 2007-06-08 [wwp] 2.9.2cvs48
2025 * src/common/socket.c
2026 Don't crash if fork() fails, thanks to Colin.
2028 2007-06-08 [wwp] 2.9.2cvs47
2030 * src/gtk/prefswindow.c
2031 Wrap some long lines, and reset horizontal scroller's adjusment
2032 (this was already done, vertically), when changing tab (not page)
2035 2007-06-08 [paul] 2.9.2cvs46
2037 * src/common/utils.c
2038 use gethostname() instead of uname()
2039 based on a patch by Michael Hughes
2040 <Sylpheed-Claws_user@thehugheslogcabin.net>
2042 2007-06-07 [wwp] 2.9.2cvs45
2044 * src/prefs_common.c
2045 Fix some useless warnings, thanks to Colin.
2047 2007-06-06 [colin] 2.9.2cvs44
2050 Fix strange allocations.
2052 2007-06-06 [colin] 2.9.2cvs43
2055 Patch by Michael Rasmussus to help
2058 2007-06-05 [wwp] 2.9.2cvs42
2060 * src/prefs_account.c
2061 * src/prefs_folder_item.c
2065 Per-folder templates can now be applied recursively.
2066 Always save per-folder templates (formats were erroneously
2067 saved only if they were enabled).
2068 Check for validity of quotation marks everywhere there
2071 2007-06-05 [wwp] 2.9.2cvs41
2074 Fix incoming messages from local accounts always getting filtered
2075 (even if the account prefs say don't), thanks to Colin.
2077 2007-06-05 [wwp] 2.9.2cvs40
2081 Use per-folder/per-account quote chars when applying a
2082 template or inserting text as well. Const'ify some
2085 2007-06-04 [colin] 2.9.2cvs39
2088 More work for wwp :)
2090 2007-06-04 [wwp] 2.9.2cvs38
2093 Same as 2.9.2cvs36 but for forwarding.
2095 2007-06-04 [colin] 2.9.2cvs37
2098 Use original mail file for forward/redirect
2099 Fixes some forwarded mails to be attached as
2100 application/octet-stream (when they have binary
2101 parts), and incidentally fixes bug 848
2102 'Redirect breaks GnuPG'
2104 2007-06-04 [wwp] 2.9.2cvs36
2107 Fix quote mark mis-initialisation when replying/forwarding
2108 (introduced w/ 2.9.2cvs20).
2110 2007-06-04 [wwp] 2.9.2cvs35
2112 * src/prefs_compose_writing.c
2114 Fix a bug where Quotation characters (prefs/compose/writing)
2115 was cleared (introduced w/ 2.9.2cvs26).
2117 2007-06-04 [wwp] 2.9.2cvs34
2119 * src/prefs_account.c
2120 * src/prefs_account.h
2121 Better fix for compiling w/o aspell (rollbacks
2124 2007-06-04 [wwp] 2.9.2cvs33
2127 * src/prefs_account.c
2128 * src/prefs_account.h
2130 It's now possible to disable mail filtering plugins
2131 on a per-account basis.
2133 2007-06-04 [wwp] 2.9.2cvs32
2136 * src/common/utils.c
2137 * src/common/utils.h
2138 Support CRLF in headers part of messages.
2139 Support few more date formats (RFC3339 subsets).
2141 2007-06-04 [wwp] 2.9.2cvs31
2143 * src/prefs_account.c
2144 Fix compiling w/o aspell support.
2146 2007-06-03 [wwp] 2.9.2cvs30
2149 Don't decode leading ENV_ and ~ in P_PASSWORD
2152 2007-06-03 [wwp] 2.9.2cvs29
2155 Don't decode leading ENV_ and ~ in P_PASSWORD
2158 2007-06-03 [wwp] 2.9.2cvs28
2160 * src/prefs_account.c
2161 * src/gtk/prefswindow.c
2162 * src/gtk/prefswindow.h
2163 Added a way to force preloading of all pages
2165 Moved tabs to pages in account prefs.
2167 2007-06-02 [colin] 2.9.2cvs27
2170 Fix possible crash, fix ldap write bugs
2172 Fix ldap write bugs - patch by Michael
2176 Add a hook whenever alertpanel opens/closes
2178 2007-05-31 [wwp] 2.9.2cvs26
2180 * src/prefs_compose_writing.c
2182 Re-organized writing options a bit:
2183 - renamed the Quoting page to Templates
2184 - moved all composing templates to that page
2185 - moved non-templates options to the Writing one,
2186 grouped reply-related options, reordered reply and
2189 2007-05-31 [wwp] 2.9.2cvs25
2192 Removed unused code.
2194 2007-05-31 [colin] 2.9.2cvs24
2197 Fix missing display name when modifying
2198 LDAP. Patch by Michael Rasmussen
2200 2007-05-31 [wwp] 2.9.2cvs23
2202 * src/plugins/bogofilter/Makefile.am
2203 * src/plugins/clamav/Makefile.am
2204 * src/plugins/demo/Makefile.am
2205 * src/plugins/dillo_viewer/Makefile.am
2206 * src/plugins/spamassassin/Makefile.am
2207 Fix building of those plugins in Mac OS X.
2209 2007-05-30 [wwp] 2.9.2cvs22
2211 * src/gtk/quicksearch.c
2212 Fix missing initialization.
2214 2007-05-30 [wwp] 2.9.2cvs21
2217 Revert accidental commit (debug outputs).
2219 2007-05-30 [wwp] 2.9.2cvs20
2222 * src/folder_item_prefs.c
2223 * src/folder_item_prefs.h
2224 * src/prefs_account.c
2225 * src/prefs_account.h
2226 * src/prefs_folder_item.c
2229 Implemented per-account and per-folder
2230 compose/reply/forward formats.
2232 2007-05-30 [wwp] 2.9.2cvs19
2234 * src/prefs_compose_writing.c
2239 Internal API changes (factorize quote format
2242 2007-05-30 [colin] 2.9.2cvs18
2245 Fix race where it's possible to re-click Send
2246 between end of SMTP session and end of "move to
2247 sent folder" when sending an email with send
2250 2007-05-30 [colin] 2.9.2cvs17
2253 Ask for backtrace on all threads. Patch by
2256 Fix stale news statusbar when scanning fails.
2259 Fix some LDAP write updates bugs. Patch
2260 by Michael Rasmussen
2262 2007-05-29 [colin] 2.9.2cvs16
2265 Fix loss of local flags when moving mails
2266 on IMAP in high-bandwidth mode (UID FETCH)
2268 2007-05-25 [paul] 2.9.2cvs15
2270 * src/common/socket.c
2271 fix sometimes crasher on cancelling
2274 2007-05-25 [colin] 2.9.2cvs14
2279 Be more helpful in the subscription
2282 2007-05-23 [wwp] 2.9.2cvs13
2285 * src/prefs_compose_writing.c
2287 * src/prefs_template.c
2288 * src/prefs_template.h
2291 * src/quote_fmt_lex.l
2292 * src/quote_fmt_parse.y
2293 Introduced new syntax elements (symbols and commands)
2294 in templates/quote_fmt. Compatibility w/ old
2296 Updated and reworked the corresponding Information
2298 Display the line number in dialogs that talk about
2299 parser errors (in addition to the error message in
2302 2007-05-23 [wwp] 2.9.2cvs12
2304 * src/quote_fmt_parse.y
2305 Fix 2.9.2cvs11, probably a paste accident ;).
2307 2007-05-23 [wwp] 2.9.2cvs11
2310 * src/prefs_template.c
2312 * src/quote_fmt_parse.y
2313 Fix 2.9.2cvs10, which broke --disable-aspell.
2315 2007-05-22 [wwp] 2.9.2cvs10
2318 * src/prefs_template.c
2321 * src/quote_fmt_lex.l
2322 * src/quote_fmt_parse.y
2323 * src/gtk/gtkaspell.c
2324 * src/gtk/gtkaspell.h
2325 Added template/quote format syntactical elements
2327 - current dictionary
2328 %T to show (shows empty if not set or not enabled),
2329 ?T and !T to check if the default dictionary is
2331 - current account's default dictionary
2332 %aT to show (empty if not set or not enabled),
2333 ?aT and !aT to check if it's enabled and set
2334 - name completion for an address, from the address
2336 %ABf, %ABt, %ABc respectively show the full name got
2337 from the address book if From, To or Cc match a single
2339 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2340 matches any contact and if the full name is non-empty.
2341 If From, To or Cc are lists of email addresses, only
2342 the first address will be checked.
2343 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2344 that could show a trailing ','.
2345 Also, template/quote_fmt parser now shows the line number in case
2348 2007-05-15 [colin] 2.9.2cvs9
2352 Add a public function to know whether Claws
2354 Store opened folder when exiting
2357 Store last opened message in each FolderItem;
2358 Reset last seen messages if Claws crashed, so
2359 that one can't go in an infinite crash in case
2360 a particular mail crashes Claws.
2362 * src/prefs_common.c
2363 * src/prefs_common.h
2365 * src/prefs_summaries.c
2366 Add "Select last opened message" when entering
2368 Add "Select last opened folder" at startup.
2370 2007-05-14 [colin] 2.9.2cvs8
2373 Fix bashism, search for xml catalog
2374 in /usr/local/share/xml/catalog too
2377 2007-05-13 [wwp] 2.9.2cvs7
2379 * src/gtk/logwindow.c
2380 fix raising log windows when they are either minimized or
2383 2007-05-11 [colin] 2.9.2cvs6
2386 Use Hildon's file chooser on Maemo. Patch
2387 by Jean-Luc Biord; fixes part 2 of bug 1201,
2388 'File attachment "manipulation" bugs...'
2390 2007-05-10 [wwp] 2.9.2cvs5
2392 * src/prefs_common.c
2393 * src/prefs_common.h
2394 * src/gtk/quicksearch.c
2395 Add a quicksearch option to automatically run
2396 a search selected from the history (this option
2397 is exclusive towards type-ahead).
2399 2007-05-10 [colin] 2.9.2cvs4
2402 Fix g_warnings, thanks to Brian
2405 2007-05-09 [colin] 2.9.2cvs3
2410 * src/prefs_summaries.c
2413 * src/common/utils.c
2414 * src/gtk/gtksourceprintjob.c
2415 * src/gtk/sslcertwindow.c
2416 Use the re-entrant variant of time functions
2417 Probably fixes bug 1217, 'reentrancy problems
2418 with time functions'
2420 2007-05-09 [colin] 2.9.2cvs2
2423 Fix crasher when reconnection fails
2425 2007-05-08 [paul] 2.9.2cvs1
2431 bump version number following
2434 2007-05-08 [paul] 2.9.1cvs48
2436 * src/plugins/demo/demo.c
2437 * src/plugins/dillo_viewer/dillo_prefs.c
2438 * src/plugins/dillo_viewer/dillo_prefs.h
2439 * src/plugins/dillo_viewer/dillo_viewer.c
2440 * src/plugins/pgpcore/pgp_viewer.c
2441 * src/plugins/pgpcore/pgp_viewer.h
2442 * src/plugins/pgpcore/plugin.c
2443 * src/plugins/pgpcore/prefs_gpg.c
2444 * src/plugins/pgpcore/prefs_gpg.h
2445 * src/plugins/pgpcore/sgpgme.c
2446 * src/plugins/pgpcore/sgpgme.h
2447 * src/plugins/pgpinline/plugin.c
2448 * src/plugins/pgpmime/pgpmime.c
2449 * src/plugins/pgpmime/pgpmime.h
2450 * src/plugins/pgpmime/plugin.c
2451 * src/plugins/spamassassin/spamassassin.c
2452 * src/plugins/spamassassin/spamassassin.h
2453 * src/plugins/spamassassin/spamassassin_gtk.c
2454 * src/plugins/trayicon/README
2456 * tools/README.sylprint
2457 * tools/outlook2claws-mail.pl
2459 * tools/tb2claws-mail
2460 * tools/tbird2claws.py
2462 * tools/vcard2xml.py
2463 * tools/kdeservicemenu/README
2464 cleanups and corrections
2466 2007-05-06 [wwp] 2.9.1cvs47
2469 Fix missing dash to `display` command-line, reported
2470 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2472 2007-05-06 [colin] 2.9.1cvs46
2475 * src/stock_pixmap.c
2476 * src/stock_pixmap.h
2477 * src/pixmaps/printer.xpm
2480 2007-05-06 [paul] 2.9.1cvs45
2485 * src/summary_search.c
2489 2007-05-05 [wwp] 2.9.1cvs44
2493 * src/prefs_actions.c
2497 Fix "faild" typos everywhere and capitalization of
2500 2007-05-04 [colin] 2.9.1cvs43
2505 * src/plugins/pgpcore/prefs_gpg.c
2506 * src/plugins/pgpcore/prefs_gpg.h
2507 * src/plugins/pgpinline/pgpinline.c
2508 * src/plugins/pgpmime/pgpmime.c
2509 Add an API to warn about encryption limits,
2510 and allow to disable these warnings
2512 2007-05-03 [colin] 2.9.1cvs42
2516 Fix bug 1213, 'Delete more than
2519 2007-05-03 [wwp] 2.9.1cvs41
2521 * src/prefs_common.c
2522 * src/prefs_filtering.c
2523 * src/prefs_template.c
2524 * src/common/template.c
2525 * src/common/template.h
2526 * src/gtk/gtkutils.c
2527 * src/gtk/gtkutils.h
2528 Templates are no longer automatically sorted
2529 by name, but can be sorted manually using
2530 |< < > >| buttons as well as drag'n'drop.
2532 2007-05-03 [wwp] 2.9.1cvs40
2534 * src/plugins/spamassassin/spamassassin.c
2535 * src/plugins/spamassassin/spamassassin.h
2536 * src/plugins/spamassassin/spamassassin_gtk.c
2537 * src/plugins/bogofilter/bogofilter.c
2538 * src/plugins/bogofilter/bogofilter.h
2539 * src/plugins/bogofilter/bogofilter_gtk.c
2540 Added an option to conditionally mark saved spam
2541 as read (default is and was to do so).
2542 Satisfies feature request 1708539 on sf.net tracker.
2544 2007-05-03 [colin] 2.9.1cvs39
2547 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2549 2007-05-02 [colin] 2.9.1cvs38
2552 Fix bug 1209, 'Clicking on address
2553 in header (mailto uri) selects
2554 default account'. Patch adapted from
2557 2007-05-02 [colin] 2.9.1cvs37
2559 * src/grouplistdialog.c
2560 Set cursor to wait cursor while loading
2563 2007-05-02 [paul] 2.9.1cvs36
2567 rename cache and mark files
2570 2007-04-30 [paul] 2.9.1cvs35
2572 * manual/glossary.xml
2573 * manual/plugins.xml
2574 updates. Patch by Ricardo
2576 2007-04-29 [wwp] 2.9.1cvs34
2580 Fix few grammatical errors (patch by David Relson < relson at
2581 osagesoftware dot com >).
2583 2007-04-28 [colin] 2.9.1cvs33
2587 * src/prefs_account.c
2588 * src/prefs_account.h
2589 Drop the "Download all" preference. It's
2590 stupidly useless and confuses people from
2593 2007-04-27 [wwp] 2.9.1cvs32
2596 * src/prefs_account.c
2597 * src/prefs_account.h
2598 Don't reflect accounts changes to the mainwindow when it's
2601 2007-04-27 [colin] 2.9.1cvs31
2604 Freeze/thaw when sync'ing flags
2606 * src/prefs_account.c
2607 * src/prefs_account.h
2608 * src/etpan/imap-thread.c
2609 * src/etpan/imap-thread.h
2610 Add a way to use UID FETCH instead
2611 of searches to fetch message lists
2612 and flags. More expensive towards
2613 bandwidth, less expensive towards
2614 server's CPU. Probably fixes
2615 bug 1158, 'Scanning new folders on
2616 Exchange 2007 extremely slow'.
2619 2007-04-27 [paul] 2.9.1cvs30
2622 * src/prefs_logging.c
2623 improvements to english usage
2625 2007-04-27 [colin] 2.9.1cvs29
2628 Fix build without libetpan (my bad!)
2630 2007-04-26 [colin] 2.9.1cvs28
2634 Fix uselessly exported function
2636 Consider "- -- \n" as signature separator
2637 (that's what signature separators look like
2638 in PGP/Inline signed mails)
2640 2007-04-26 [colin] 2.9.1cvs27
2643 libetpan-0.49 is now required
2645 Fix double fetching of mails if
2648 Make offline sync faster, by
2649 remembering last change time, and
2652 2007-04-26 [hoa] 2.9.1cvs26
2658 * src/etpan/imap-thread.c
2659 * src/etpan/imap-thread.h
2660 cancellation of IMAP operations is now allowed.
2661 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2663 2007-04-26 [colin] 2.9.1cvs25
2666 Always fetch body+headers in folders that are
2667 synched for offline use, if "Synchronise as
2668 soon as possible" is set.
2669 Fixes bug 1200, 'Add option to always retrieve full
2672 2007-04-25 [colin] 2.9.1cvs24
2675 Fix bug 1198, 'Reply-all "disappearing" address bug
2678 2007-04-24 [colin] 2.9.1cvs23
2681 Fix bug 1195, 'Hardware key navigation'
2682 Make GDK_Enter toggle expansion (Maemo)
2684 2007-04-24 [wwp] 2.9.1cvs22
2687 Fix few compiler warnings.
2689 2007-04-24 [paul] 2.9.1cvs21
2692 * src/stock_pixmap.c
2693 * src/stock_pixmap.h
2694 complete last commit
2696 2007-04-24 [paul] 2.9.1cvs20
2699 * src/pixmaps/active.xpm
2700 * src/pixmaps/checkbox_off.xpm
2701 * src/pixmaps/checkbox_on.xpm
2702 * src/pixmaps/inactive.xpm
2704 remove transparent border from checkbox icons
2706 2007-04-24 [wwp] 2.9.1cvs19
2710 Fix a crash in textview, thanks to Colin.
2712 2007-04-23 [wwp] 2.9.1cvs18
2714 * src/prefs_common.c
2715 Fix 2.9.1cvs5: no header was being translated at all.
2717 2007-04-23 [colin] 2.9.1cvs17
2720 * src/stock_pixmap.c
2721 * src/stock_pixmap.h
2724 * src/gtk/gtksctree.c
2725 * src/gtk/gtksctree.h
2726 * src/pixmaps/selection.xpm
2727 Fix bug 1193, 'Need a way to multi-select
2728 items'. Add a toggle button to the summaryview
2729 to switch between normal and multiple selection
2732 2007-04-23 [colin] 2.9.1cvs16
2735 * src/stock_pixmap.c
2736 * src/stock_pixmap.h
2739 * src/gtk/gtksctree.c
2740 * src/gtk/gtksctree.h
2741 * src/pixmaps/selection.xpm
2742 Fix bug 1193, 'Need a way to multi-
2744 Add a toggle button in the summaryview
2745 to enable normal or multiple selection.
2748 2007-04-23 [colin] 2.9.1cvs15
2751 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2753 2007-04-21 [colin] 2.9.1cvs14
2755 * src/gtk/quicksearch.c
2756 Fix previous commit (actually use correct
2759 2007-04-21 [colin] 2.9.1cvs13
2761 * src/gtk/quicksearch.c
2762 Fix changing quicksearch type (after Esc,
2763 after changing Recursive, ...)
2765 2007-04-20 [wwp] 2.9.1cvs12
2767 * src/gtk/Makefile.am
2768 Added headers.h (completes 2.9.1cvs5).
2770 2007-04-20 [wwp] 2.9.1cvs11
2773 Fix the use of display name in name column,
2774 it has been overriden w/ the use of nickname
2775 by 2.9.0cvs3. Now nickname is used (if any)
2776 in case of LDAP books only.
2778 2007-04-20 [colin] 2.9.1cvs10
2783 Add handling of 'a' to loop in a mail's
2786 2007-04-20 [colin] 2.9.1cvs9
2789 Fix bug 1190, 'dir_open' button doesn't work'
2792 2007-04-20 [colin] 2.9.1cvs8
2796 Fix bug 1194, 'Hardware keys move from email
2797 list to account/directory list, but not back
2798 to email list...' (Maemo)
2800 2007-04-20 [colin] 2.9.1cvs7
2803 complete previous commit
2805 2007-04-20 [colin] 2.9.1cvs6
2808 Fix bug 1187, 'Reply-to addressee disappears
2809 when reply-to text box is clicked...' (Maemo)
2811 2007-04-20 [wwp] 2.9.1cvs5
2819 * src/prefs_common.c
2820 * src/prefs_common.h
2821 * src/prefs_display_header.c
2822 * src/prefs_matcher.c
2825 * src/gtk/quicksearch.c
2826 Translate more header names according to the relevant option value,
2827 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2828 Replaced nearly all uses of prefs_common.trans_hdr with a call
2829 to prefs_common_translated_header_name().
2830 Added a headers.h reference file that contains known header names
2831 (RFC2822 and others) to the translation process' input, so that
2832 translated header names will still exist even if no occurrence of
2833 _("headername") is found anymore in the sources.
2834 Don't translate column name 'Number' following to trans_hdr option
2835 value as it's not a header name.
2837 2007-04-20 [colin] 2.9.1cvs4
2839 * src/gtk/quicksearch.c
2840 * src/gtk/quicksearch.h
2841 Add "From, To or Subject" quicksearch
2842 type. Patch by ulfschaper@users.sf.net
2844 2007-04-20 [colin] 2.9.1cvs3
2847 Implement proper references filtering condition.
2848 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2850 2007-04-19 [wwp] 2.9.1cvs2
2852 * src/prefs_display_header.c
2853 * src/message_search.c
2854 Fix few warnings (g_free of const gchar*).
2856 2007-04-19 [paul] 2.9.1cvs1
2862 bump version number following
2865 2007-04-19 [paul] 2.9.0cvs9
2867 * manual/advanced.xml
2868 * manual/glossary.xml
2871 2007-04-18 [paul] 2.9.0cvs8
2874 fix for CVE-2007-1558 (APOP)
2877 2007-04-18 [paul] 2.9.0cvs7
2883 Fix encoding woes wrt saving of
2887 2007-04-18 [colin] 2.9.0cvs6
2889 * src/gtk/pluginwindow.c
2890 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2892 2007-04-17 [wwp] 2.9.0cvs5
2898 Fix --disable-ldap build,
2899 fix some LDAP annoyances on
2900 searches, thanks to Colin.
2902 2007-04-17 [wwp] 2.9.0cvs4
2905 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2906 like gcc 2.9x. Thanks to Colin.
2908 2007-04-17 [wwp] 2.9.0cvs3
2924 Add LDAP write support. Patch mostly by
2925 Michael <mir at datanom dot net>
2927 2007-04-17 [wwp] 2.9.0cvs2
2930 Prepend "Add to address book" to the context menu of compose window's sender and
2933 2007-04-16 [paul] 2.9.0cvs1
2938 2007-04-16 [paul] 2.9.0
2945 2007-04-16 [paul] 2.8.1cvs102
2948 updated by Fabien Vantard
2950 2007-04-16 [paul] 2.8.1cvs101
2960 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2961 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2962 Aleksandar Urosevic, and Ralgh Young
2964 2007-04-15 [mones] 2.8.1cvs100
2969 2007-04-14 [colin] 2.8.1cvs99
2971 * src/message_search.c
2972 * src/prefs_display_header.c
2973 * src/summary_search.c
2974 * src/gtk/combobox.c
2977 2007-04-14 [wwp] 2.8.1cvs98
2979 * src/gtk/combobox.c
2980 * src/message_search.c
2981 * src/summary_search.c
2982 * src/prefs_display_header.c
2983 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2984 returns NULL, get the text value directly from the GtkEntry child.
2986 2007-04-13 [colin] 2.8.1cvs97
2988 * src/gtk/quicksearch.c
2989 Give the focus back to summaryview when
2990 emptying the quicksearch with Esc
2992 2007-04-13 [colin] 2.8.1cvs96
2994 * src/message_search.c
2995 * src/prefs_display_header.c
2996 * src/summary_search.c
2997 Fix possibles crashes when getting text
3000 2007-04-13 [colin] 2.8.1cvs95
3003 Add some UIDL debugging
3005 2007-04-12 [colin] 2.8.1cvs94
3008 Force folder scan if necessary after
3009 copying mails, to be able to reapply
3012 2007-04-11 [colin] 2.8.1cvs93
3015 don't scan for new mail on startup if --select
3016 is specified (or race conditions arise). If so,
3017 do both sequentially.
3019 2007-04-09 [colin] 2.8.1cvs92
3022 Use leafpad by default on Maemo. Patch
3025 2007-04-06 [colin] 2.8.1cvs91
3027 * src/pixmaps/queue_close.xpm
3028 * src/pixmaps/queue_close_hrm.xpm
3029 * src/pixmaps/queue_close_hrm_mark.xpm
3030 * src/pixmaps/queue_close_mark.xpm
3031 * src/pixmaps/queue_open.xpm
3032 * src/pixmaps/queue_open_hrm.xpm
3033 * src/pixmaps/queue_open_hrm_mark.xpm
3034 * src/pixmaps/queue_open_mark.xpm
3035 Move the clock one pixel down :)
3037 2007-04-05 [colin] 2.8.1cvs90
3040 Don't sync when switching offline from
3041 command line - it's usually too late :)
3043 2007-04-05 [paul] 2.8.1cvs89
3046 * src/stock_pixmap.c
3047 * src/pixmaps/dir_close_hrm.xpm
3048 * src/pixmaps/dir_close_hrm_mark.xpm
3049 * src/pixmaps/drafts_close.xpm
3050 * src/pixmaps/drafts_close_mark.xpm
3051 * src/pixmaps/drafts_open.xpm
3052 * src/pixmaps/drafts_open_mark.xpm
3053 * src/pixmaps/inbox.xpm
3054 * src/pixmaps/inbox_close.xpm
3055 * src/pixmaps/inbox_close_hrm.xpm
3056 * src/pixmaps/inbox_close_hrm_mark.xpm
3057 * src/pixmaps/inbox_close_mark.xpm
3058 * src/pixmaps/inbox_hrm.xpm
3059 * src/pixmaps/inbox_hrm_mark.xpm
3060 * src/pixmaps/inbox_mark.xpm
3061 * src/pixmaps/inbox_open.xpm
3062 * src/pixmaps/inbox_open_hrm.xpm
3063 * src/pixmaps/inbox_open_hrm_mark.xpm
3064 * src/pixmaps/inbox_open_mark.xpm
3065 * src/pixmaps/outbox.xpm
3066 * src/pixmaps/outbox_close.xpm
3067 * src/pixmaps/outbox_close_hrm.xpm
3068 * src/pixmaps/outbox_close_hrm_mark.xpm
3069 * src/pixmaps/outbox_close_mark.xpm
3070 * src/pixmaps/outbox_hrm.xpm
3071 * src/pixmaps/outbox_hrm_mark.xpm
3072 * src/pixmaps/outbox_mark.xpm
3073 * src/pixmaps/outbox_open.xpm
3074 * src/pixmaps/outbox_open_hrm.xpm
3075 * src/pixmaps/outbox_open_hrm_mark.xpm
3076 * src/pixmaps/outbox_open_mark.xpm
3077 * src/pixmaps/queue_close.xpm
3078 * src/pixmaps/queue_close_hrm.xpm
3079 * src/pixmaps/queue_close_hrm_mark.xpm
3080 * src/pixmaps/queue_close_mark.xpm
3081 * src/pixmaps/queue_open.xpm
3082 * src/pixmaps/queue_open_hrm.xpm
3083 * src/pixmaps/queue_open_hrm_mark.xpm
3084 * src/pixmaps/queue_open_mark.xpm
3085 updated, added and replaced icons
3088 2007-04-04 [colin] 2.8.1cvs88
3091 Fix build without libetpan
3093 2007-04-03 [colin] 2.8.1cvs87
3096 Fix crash with Citadel, and try to make
3097 things work. this server (and specifically
3098 STATUS and APPEND at least) seems broken.
3100 2007-04-03 [colin] 2.8.1cvs86
3103 Fix icons on folder close
3105 2007-04-03 [colin] 2.8.1cvs85
3108 Fix double-ask of offline override in
3113 Much more efficient way to synchronise
3115 * src/etpan/imap-thread.c
3118 * src/gtk/quicksearch.c
3121 2007-04-03 [paul] 2.8.1cvs84
3126 * src/prefs_common.c
3127 * src/prefs_common.h
3129 Fix sync being done too late
3132 2007-04-02 [colin] 2.8.1cvs83
3135 Maemo: Put status and quicksearch at the top
3136 * src/plugins/bogofilter/bogofilter.c
3137 * src/plugins/spamassassin/spamassassin.c
3138 Derive trash from inbox if possible
3140 2007-04-02 [paul] 2.8.1cvs82
3142 * src/plugins/bogofilter/bogofilter_gtk.c
3143 a few English changes
3149 2007-04-02 [colin] 2.8.1cvs81
3151 * src/image_viewer.c
3152 Fix transparent images by using
3155 Flush events (on new windows) to avoid
3156 having the textview's image resize fail
3157 to know the available width
3159 2007-04-01 [colin] 2.8.1cvs80
3161 * src/prefs_account.c
3162 If no MH mailbox exist, when creating a POP/Local
3163 account, just create and use the default one
3164 instead of bailing with a "Mailbox doesn't exist"
3167 2007-03-31 [colin] 2.8.1cvs79
3169 * src/prefs_account.c
3170 Create signature file if it doesn't exist
3172 * src/prefs_toolbar.c
3173 Maemo: Move "Use default" on the left so
3174 that people can find it
3176 Maemo: make default editor "Maemopad",
3177 default signature file "MyDocs/signature.txt"
3179 2007-03-31 [colin] 2.8.1cvs78
3181 * src/prefs_account.c
3182 Maemo: rework account prefs so
3183 that less horizontal scrolling
3186 2007-03-31 [colin] 2.8.1cvs77
3189 * src/prefs_common.c
3190 * src/prefs_common.h
3191 Fix bug 1167, 'Allow not displaying zeros
3192 in folder list'. Patch by MartinP
3194 2007-03-31 [colin] 2.8.1cvs76
3199 2007-03-31 [colin] 2.8.1cvs75
3202 Apply patch from bug 1172, direct
3203 access to the folder's session instead
3204 of using getter. Patch by MartinP
3206 2007-03-31 [paul] 2.8.1cvs74
3209 no need to list Fabien twice!
3211 2007-03-31 [colin] 2.8.1cvs73
3214 If we're currently "overriding for %d minutes",
3217 2007-03-31 [colin] 2.8.1cvs72
3225 * src/plugins/spamassassin/spamassassin.c
3226 Offline override: Add a parameter to allow
3227 asking even if the override timer is running.
3228 Allows to ask every time the user makes an
3229 explicit action needing online access (such
3230 as Get Mail), and not when the action is
3231 implicit (such as opening an IMAP folder)
3233 2007-03-31 [colin] 2.8.1cvs71
3236 Override offline: "No" answer shouldn't
3237 re-ask after 3 seconds, but 10 minutes.
3239 2007-03-30 [colin] 2.8.1cvs70
3241 * src/common/socket.c
3242 Better error reporting on unix socket
3243 failure (bind usually)
3244 * src/gtk/gtkutils.c
3245 * src/gtk/gtkutils.h
3246 Label window: add a pulsing progress
3247 bar to show we're not hung :)
3250 * src/plugins/pgpcore/sgpgme.c
3253 2007-03-30 [colin] 2.8.1cvs69
3256 * src/prefs_common.c
3257 Fix possible trashing of history and uidl
3258 files on disk full problems
3260 2007-03-30 [paul] 2.8.1cvs68
3265 update summary when changing layout type
3266 (fixes wrong folder icon being displayed)
3269 2007-03-29 [colin] 2.8.1cvs67
3271 * src/prefs_ext_prog.c
3272 The browser pref is irrelevant on Maemo
3274 2007-03-29 [colin] 2.8.1cvs66
3278 Maemo: dynamically switch headers/text position
3279 * src/prefs_common.c
3280 Maemo: hide compose's ruler by default
3281 * src/common/socket.c
3282 * src/common/socket.h
3285 2007-03-29 [colin] 2.8.1cvs65
3287 * src/common/socket.c
3288 * src/common/socket.h
3289 Fix build when MAEMO_CFLAGS contains
3290 _X_OPENSOURCE (resolv.h errors as long
3291 as we don't add _BSD_SOURCE. Ugly).
3293 2007-03-29 [wwp] 2.8.1cvs64
3295 * src/prefs_logging.c
3296 Fix sensitivity of clip-log widgets in prefs/logging,
3299 2007-03-29 [wwp] 2.8.1cvs63
3302 Updated files list for translations, thanks to Fabien.
3304 2007-03-29 [colin] 2.8.1cvs62
3307 * src/common/Makefile.am
3308 * src/common/utils.c
3309 Maybe make URI opening work in Maemo
3312 2007-03-28 [colin] 2.8.1cvs61
3317 Add the possibility to sort folders arbitrarily
3318 (via editing of folderlist.xml only). Patch by
3319 Martin P <mp26+claws@os.inf.tu-dresden.de>
3320 Fixes bug 1166, 'Folder ordering is fixed and cannot
3321 be changed by the user'
3323 2007-03-28 [colin] 2.8.1cvs60
3326 Add popup menu for mime icons
3328 2007-03-28 [colin] 2.8.1cvs59
3331 Fix a layout issue when presenting
3332 mainwindow in Small screen layout
3335 Add a "Go to folder list" button for
3336 mainwindow, and make it default in
3339 2007-03-28 [colin] 2.8.1cvs58
3342 Don't dynamically update title on Maemo
3343 Patch by Jean-Luc Biord
3345 2007-03-27 [colin] 2.8.1cvs57
3350 Enable tap-and-hold on Maemo
3352 2007-03-26 [colin] 2.8.1cvs56
3355 More popup-menu (in attachments list)
3357 2007-03-26 [colin] 2.8.1cvs55
3360 Enable popup-menu signal
3362 2007-03-26 [colin] 2.8.1cvs54
3364 * src/plugins/pgpinline/pgpinline.c
3365 Fix bug 1111, 'PGP/inline plugin hides text
3366 around encrypted text block'. Patch based on
3367 a patch from Michal Cihar.
3369 2007-03-26 [wwp] 2.8.1cvs53
3372 Fix getting a false error when sending queued message
3373 whereas the sending was fine (if there are subfolders
3374 in the queue folder), thanks to Colin.
3376 2007-03-26 [paul] 2.8.1cvs52
3379 update FACE header in welcome message
3381 2007-03-25 [colin] 2.8.1cvs51
3386 2007-03-25 [colin] 2.8.1cvs50
3389 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3391 2007-03-24 [colin] 2.8.1cvs49
3394 Fix a few launch problems on Maemo
3395 Patch by Jean-Luc Biord
3397 2007-03-24 [wwp] 2.8.1cvs48
3403 Fix wrong action performed when closing the
3404 "ask about account specific filtering rules
3405 when filtering manually" dialog by pressing Escape.
3406 Fix wrong order of buttons in the "return receipt
3407 notification - the message was sent to several of
3408 your accounts" dialog.
3410 2007-03-24 [paul] 2.8.1cvs47
3413 an improvement to English usage
3414 * tools/kdeservicemenu/README
3417 2007-03-24 [paul] 2.8.1cvs46
3420 * src/stock_pixmap.c
3421 * src/pixmaps/edit_extern.xpm
3422 * src/pixmaps/mail_sign.xpm
3423 rescue long lost icons
3425 2007-03-24 [paul] 2.8.1cvs45
3428 fix toolbar (broken in 2.8.1cvs42)
3430 2007-03-23 [colin] 2.8.1cvs44
3433 Correctly unsubscribe/resubscribe after
3436 2007-03-23 [colin] 2.8.1cvs43
3438 * src/prefs_common.c
3439 Maemo: as the platform is light on RAM, allow
3440 caches to be discarded faster.
3442 2007-03-23 [colin] 2.8.1cvs42
3447 * src/stock_pixmap.c
3448 * src/stock_pixmap.h
3453 * src/pixmaps/open_mail.xpm
3454 Maemo changes: Add the possibility to have
3455 "Open Email" and "Close Window" buttons on
3456 toolbars (and use them in Maemo's default
3459 2007-03-23 [wwp] 2.8.1cvs41
3462 Reverted that part of the action dialog closure logics, to
3463 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3464 done later in a different way (or may not).
3466 2007-03-22 [wwp] 2.8.1cvs40
3469 Fix sticky action dialog when got no output but action command
3470 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3472 2007-03-22 [colin] 2.8.1cvs39
3474 * src/prefs_filtering.c
3475 * src/gtk/combobox.h
3476 Fix escaping account names in filtering prefs
3478 2007-03-22 [colin] 2.8.1cvs38
3483 Add any attribute specified in LDAP servers'
3484 Search attributes to the Other Attributes tab
3485 of contacts; Add 'telephoneNumber' in the
3488 2007-03-22 [colin] 2.8.1cvs37
3493 Try to prevent race conditions when
3494 changing the folder list
3496 Fix possible red folder icon when
3497 switching from Small screen layout
3500 2007-03-22 [colin] 2.8.1cvs36
3505 Rename "little screen" to "Small screen"
3506 * src/gtk/Makefile.am
3507 * src/common/utils.c
3509 Fix Maemo-related compilation problems
3511 2007-03-21 [colin] 2.8.1cvs35
3515 * claws-mail.desktop
3516 Remove .png from the Icon, it's useless
3518 2007-03-21 [colin] 2.8.1cvs34
3522 Add the necessary lib checking for
3525 2007-03-21 [colin] 2.8.1cvs33
3528 Fix unconditional "error happened" when
3529 sending via command-line. "lol @ myself"
3531 2007-03-21 [colin] 2.8.1cvs32
3533 * claws-mail-40x40.png
3534 * claws-mail-26x26.png
3544 * src/prefs_account.c
3545 * src/prefs_common.c
3546 * src/summary_search.c
3550 * src/gtk/gtkutils.c
3551 * src/gtk/gtkutils.h
3552 * src/gtk/logwindow.c
3554 * src/gtk/prefswindow.c
3555 Add Maemo port (patch mainly by Jean-Luc Biort)
3556 Add a new 'Little screen' layout to help on such
3557 platforms (patch by me)
3558 Make some default preferences different (more
3559 adapted) on Maemo (patch by me)
3561 2007-03-21 [wwp] 2.8.1cvs31
3563 * src/prefs_logging.c
3564 * src/prefs_logging.h
3565 Fixed copyright header of newly added files.
3567 2007-03-21 [wwp] 2.8.1cvs30
3583 * src/prefs_common.c
3584 * src/prefs_common.h
3585 * src/prefs_logging.c
3586 * src/prefs_logging.h
3589 * src/send_message.c
3594 * src/common/session.c
3596 * src/common/socket.c
3597 * src/etpan/imap-thread.c
3598 * src/gtk/logwindow.c
3599 * src/gtk/logwindow.h
3600 * src/plugins/bogofilter/bogofilter.c
3601 * src/plugins/spamassassin/spamassassin.c
3602 Added debugging of filtering/processing rules.
3603 The debug log is here 'Tools/Filtering debug window',
3604 the options there 'Configuration/Preferences/Other/Logging',
3605 and the log file is ~/.claws-mail/filtering.log.
3606 Moved protocol log prefs to 'Other/Logging' as well.
3607 To support such debugging feature, the existing log API has
3608 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3609 this impacts many external modules (commits follow).
3611 2007-03-21 [paul] 2.8.1cvs29
3613 * src/etpan/Makefile.am
3614 * src/etpan/imap-thread.c
3615 add missing #include
3617 2007-03-21 [colin] 2.8.1cvs28
3620 Fix bug 1157, 'some broken messages confuse
3621 mime parser'. Make sure we can't have MimeInfos
3622 with negative sizes.
3624 2007-03-20 [colin] 2.8.1cvs27
3627 Fix missing \0 on buffer
3629 2007-03-20 [colin] 2.8.1cvs26
3632 Use make_dir_hier instead of make_dir
3633 to create the MH mailbox
3635 2007-03-20 [colin] 2.8.1cvs25
3639 * src/prefs_account.c
3641 Fix default inbox weirdnesses (after wizard,
3642 if path is Mail, mailbox identifier is #mh/Mailbox,
3643 and when creating new accounts)
3645 2007-03-20 [colin] 2.8.1cvs24
3648 Write folderlist after adding/deleting accounts
3651 2007-03-20 [colin] 2.8.1cvs23
3654 * src/remotefolder.h
3655 Fix bug 1153, 'CM segfaults if IMAP folder is
3656 selected while scanning prior to update'
3658 2007-03-17 [paul] 2.8.1cvs22
3661 fix a typo, and be a little more verbose.
3663 2007-03-17 [wwp] 2.8.1cvs21
3666 Fix a compiler warning.
3668 2007-03-16 [wwp] 2.8.1cvs20
3672 Updated to deal w/ the new mairix.sh tool.
3674 2007-03-16 [wwp] 2.8.1cvs19
3677 Fix logics issues around the action IO dialog:
3678 - disable entry widget and exec button when
3679 the exec button is clicked (don't wait for any
3680 output line) - fix possible disabling/re-enabling/
3681 re-disabling of those widgets
3682 - raise an error if executing a %as{} action either
3683 empty or invalid, instead of failing silently
3684 - don't close the dialog if the abort button has been
3685 clicked and if there was no output yet
3686 - set focus to the abort button when the exec button
3688 - fix capitalization of a warning message
3690 2007-03-16 [wwp] 2.8.1cvs18
3693 Added a wrapper to mairix to the tools folder.
3695 2007-03-16 [colin] 2.8.1cvs17
3699 Allow mimeviewer plugins to print
3702 2007-03-16 [colin] 2.8.1cvs16
3707 2007-03-15 [colin] 2.8.1cvs15
3711 Add a way for mimeviewer plugins to
3712 implement body search
3714 2007-03-15 [paul] 2.8.1cvs14
3716 * src/prefs_spelling.c
3719 2007-03-15 [paul] 2.8.1cvs13
3721 * src/common/quoted-printable.c
3722 fix decoding of quoted-printable parts
3724 2007-03-14 [wwp] 2.8.1cvs12
3726 * src/gtk/logwindow.h
3727 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3729 2007-03-14 [wwp] 2.8.1cvs11
3731 * src/gtk/logwindow.h
3732 Complete 2.8.1cvs10.
3734 2007-03-14 [colin] 2.8.1cvs10
3736 * src/gtk/logwindow.c
3737 Probably fix bug 1149, crash on logwindow
3738 close - at the expense of performance once
3739 logwin has been opened
3741 2007-03-14 [colin] 2.8.1cvs9
3744 If claws-mail is running on another
3745 display, warn instead of popping it up
3746 on the other display
3748 2007-03-12 [colin] 2.8.1cvs8
3751 Fix bug 1145, 'Setting a different name
3752 for the Mailbox name isn't reflected in
3753 default account settings'. Patch by wwp
3755 2007-03-12 [colin] 2.8.1cvs7
3758 Fix bug 1143, 'Add number of messages to be
3759 deleted to confirmation dialog'
3761 2007-03-12 [wwp] 2.8.1cvs6
3764 * src/prefs_common.c
3765 * src/prefs_common.h
3766 * src/prefs_summaries.c
3767 Changed the option that displays unread messages count
3768 next to the folder name in folder list: it is now
3769 possible to either display nothing, display the
3770 unread messages number only or the unread and total messages
3771 numbers. The patch includes this extra feature as well
3772 as some minor fixes by rewriting the algo in folderview.c.
3773 Thanks to Paul for the original idea and implementation, plus
3774 testing and proof-reading!
3776 2007-03-09 [paul] 2.8.1cvs5
3780 * tools/claws-mail-compose-insert-files.pl
3781 added a script which enables inserting files
3782 into the message body of a new Claws Mail
3783 Compose window from the command line. Additionally
3784 To, Cc, Subject and files to attach to the message
3787 2007-03-09 [wwp] 2.8.1cvs4
3792 Optimize matching of addresses in the addressbook
3793 (filtering/processing 'found_in_addressbook' condition).
3795 2007-03-07 [wwp] 2.8.1cvs3
3798 * src/quote_fmt_lex.l
3799 * src/quote_fmt_parse.y
3800 Add a new quote format symbol: %A to insert the
3801 sender email address (just the address itself).
3803 2007-03-06 [wwp] 2.8.1cvs2
3805 * src/gtk/gtkutils.c
3806 * src/plugins/trayicon/trayicon_prefs.h
3807 * src/plugins/trayicon/trayicon_prefs.c
3808 * src/plugins/trayicon/trayicon.c
3811 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3812 minimizing Claws-Mail main window will hide it to the trayicon instead.
3815 2007-03-06 [paul] 2.8.1cvs1
3821 bump version number following
3824 2007-03-06 [paul] 2.8.0cvs24
3827 corrected by by Tim <timbrain@post.cz>