1 2007-08-29 [colin] 2.10.0cvs183
3 * src/plugins/trayicon/trayicon.c
4 Fix leak of hooks in case of error,
5 thanks to Holger Berndt
7 2007-08-28 [colin] 2.10.0cvs182
10 Don't use current folder settings when
11 composing from the compose button's
14 2007-08-28 [colin] 2.10.0cvs181
16 * src/quote_fmt_parse.y
17 Fix cursor offset when quote contains UTF-8
20 2007-08-28 [colin] 2.10.0cvs180
24 Fix signature replacement when it's been wrapped
26 2007-08-27 [colin] 2.10.0cvs179
31 2007-08-27 [colin] 2.10.0cvs178
34 Fix Quicksearch's Sticky mode
36 2007-08-27 [colin] 2.10.0cvs177
38 * src/folder_item_prefs.c
39 * src/folder_item_prefs.h
42 Fix loss of subfolders properties when
45 2007-08-26 [wwp] 2.10.0cvs176
50 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
51 will have to be used when necessary *before* calling
54 2007-08-25 [paul] 2.10.0cvs175
57 workaround gettext problem marking
58 string as c-format when it's not
60 2007-08-25 [wwp] 2.10.0cvs174
65 Call the pango markup escape function right ince in alertpanel_create
66 instead of everywhere (reverts some parts of 2.10.0cvs123 and
70 Fix a crash due to a misuse of g_print(), encountered when the string
71 passed to g_print was containing printf substitution symbols.
73 2007-08-25 [paul] 2.10.0cvs173
76 fix a segfault when refreshing RSSyl feeds
78 2007-08-25 [paul] 2.10.0cvs172
80 * src/gtk/icon_legend.c
83 2007-08-25 [paul] 2.10.0cvs171
87 * src/pixmaps/insert_file.xpm
88 add a new pixmap instead of re-using
89 paste.xpm. (easier for icon theme authors)
91 2007-08-24 [holger] 2.10.0cvs170
93 * src/plugins/trayicon/trayicon.c
94 The same fix for another hook id.
96 2007-08-24 [holger] 2.10.0cvs169
98 * src/plugins/trayicon/trayicon.c
99 Micro-fix: Do the error checking for
102 2007-08-24 [paul] 2.10.0cvs168
105 fix typo causing compiler warning
107 2007-08-24 [paul] 2.10.0cvs167
110 put back the correct version of this file also
112 2007-08-24 [colin] 2.10.0cvs166
115 Use progress bar when sending messages
117 2007-08-24 [paul] 2.10.0cvs165
120 oops! if i'm quick no-one will notice
121 (put back the proper file)
123 2007-08-24 [paul] 2.10.0cvs164
131 * tools/mew2claws-mail.pl
132 add new script that imports a Mew address book
133 submitted by Jerome Lelong
135 2007-08-24 [paul] 2.10.0cvs163
138 remove the obsolete plugins, add the
139 missing plugins, including the forthcoming
142 2007-08-24 [paul] 2.10.0cvs162
144 * manual/advanced.xml
145 add info about the hidden emphasis_color option
146 * manual/keyboard.xml
147 correct the info about hotkeys
150 2007-08-24 [paul] 2.10.0cvs161
153 add mnemonic to 'Run procesing rules'
155 2007-08-24 [paul] 2.10.0cvs160
160 use suitable defaults for outbox,
161 queue, drafts and trash folders
163 2007-08-24 [wwp] 2.10.0cvs159
166 Update menu item sensitivity if necessary (or we get a
167 gtk critical message).
169 2007-08-23 [wwp] 2.10.0cvs158
172 * src/prefs_actions.c
173 Allow literal % chars in action commands (use %%).
174 Add a missing p++ to the action parser in action_get_type(),
175 which was missing it, even if it was neutral.
176 Fix a pango markup warning at runtime.
178 2007-08-23 [wwp] 2.10.0cvs157
181 Contacts are now locale-aware sorted in the address book
182 (LC_COLLATE matters here).
183 Fix missing table initializers.
185 2007-08-23 [colin] 2.10.0cvs156
188 Check scan_required on dest folder when copying
190 2007-08-23 [colin] 2.10.0cvs155
193 Fix scanning when folder was empty
195 2007-08-22 [colin] 2.10.0cvs154
198 Don't g_warning when g_try_malloc fails(), or it makes
199 things worse as g_log() allocates. Fixes bug 1290,
200 'Claws Mail crashes if too little memory when
201 rebuilding folder tree'
203 2007-08-22 [colin] 2.10.0cvs153
206 Fix format string vulnerability, thanks to
207 Ulf Harnhammar, Secunia Research
209 2007-08-22 [colin] 2.10.0cvs152
214 2007-08-22 [wwp] 2.10.0cvs151
217 Few better null-ptr checks.
219 2007-08-22 [colin] 2.10.0cvs150
222 * src/editldap_basedn.c
231 2007-08-22 [colin] 2.10.0cvs149
236 2007-08-22 [colin] 2.10.0cvs148
241 2007-08-22 [colin] 2.10.0cvs147
244 Fix test (set ldap v3 if bindDN is set or TLS is set)
246 2007-08-22 [colin] 2.10.0cvs146
250 Fix wrong "Connected successfully to server". Connection only succeeds if
251 we can get the base DN.
253 2007-08-21 [wwp] 2.10.0cvs145
262 More sanity checks in ldap functions.
264 2007-08-21 [wwp] 2.10.0cvs144
266 * src/prefs_account.c
267 Don't return a value in a void function().
269 2007-08-21 [paul] 2.10.0cvs143
272 add check for ftp: to messageview_list_urls()
274 2007-08-21 [colin] 2.10.0cvs142
281 Fix bug 1293, 'LDAP address book not working'
282 Search only on specified fields, but fetch
283 every field possible. People will have to
284 reset the searched Attributes in their LDAP
287 2007-08-21 [wwp] 2.10.0cvs141
297 * src/editaddress_other_attributes_ldap.c
314 * src/prefs_customheader.c
315 * src/prefs_msg_colors.c
321 * src/common/socket.c
322 * src/common/ssl_certificate.c
325 * src/gtk/description_window.c
326 * src/plugins/demo/demo.c
327 * src/plugins/pgpcore/prefs_gpg.c
328 * src/plugins/spamassassin/libspamc.c
329 Make sure we use glib functions to send text messages (information,
330 debug, warning, errors) to stdout/stderr - no more direct puts
331 fputs printf fprintf to stdout/stderr when it can be done using
332 g_log*() and g_print/g_printerr. Doing this, we make sure every
333 stdout/stderr message is saved to log in Windows.
336 2007-08-21 [wwp] 2.10.0cvs140
340 Route glib's stdout/stderr messages to a log file (Windows only),
341 instead of loosing them.
343 2007-08-21 [paul] 2.10.0cvs139
346 replace deprecated g_strncasecmp()
350 2007-08-20 [ticho] 2.10.0cvs138
353 * src/prefs_account.h
354 Copy all account preferences in account_clone() - some
356 * src/prefs_account.c
357 Handle empty privacy system combobox gracefully (warning
360 2007-08-20 [colin] 2.10.0cvs137
365 2007-08-20 [paul] 2.10.0cvs136
375 patch by Michael Rasmussen
377 2007-08-19 [colin] 2.10.0cvs135
380 Fix previous commit. Sensitivity update is needed
381 for "Cancel receiving". However when batching we
382 don't need to do it for every message flag change,
383 just once at the start and once at the end.
385 2007-08-19 [colin] 2.10.0cvs134
388 Remove useless menu updates on session lock/unlock
390 2007-08-19 [colin] 2.10.0cvs133
392 * src/etpan/imap-thread.c
393 Make all fetch logs less verbose
395 2007-08-19 [paul] 2.10.0cvs132
400 fix bug 1286, 'Can't move a folder into a "Folders
403 2007-08-18 [ticho] 2.10.0cvs131
405 * src/editaddress_other_attributes_ldap.c
406 Converted option menu for other ldap attributes to GtkComboBox.
408 2007-08-18 [colin] 2.10.0cvs130
415 Revert 'send_dialog_mode' meaning to
416 'send_dialog_invisible', so that the
417 new checkbox doesn't change the
420 2007-08-18 [paul] 2.10.0cvs129
423 add missing menu update
425 2007-08-17 [colin] 2.10.0cvs128
428 Set batching after getting flags - maybe fixes
429 bug 1292, 'CM crashes on writing mail'
431 2007-08-16 [ticho] 2.10.0cvs127
434 Convert two GtkOptionMenu widgets to new GtkComboBox.
437 Allow NULL for GtkComboBox menuitem label, rendering such
438 items as row separators.
440 2007-08-16 [paul] 2.10.0cvs126
442 * src/plugins/trayicon/trayicon.c
443 remove wrongly used gettextisation
445 2007-08-15 [ticho] 2.10.0cvs125
448 Fixed a runtime warning where an attempt to pack an
449 already packed GtkLabel was made.
451 2007-08-15 [ticho] 2.10.0cvs124
453 * src/prefs_compose_writing.c
454 Convert the insert-or-attach-dragged-files GtkOptionMenu
457 2007-08-14 [ticho] 2.10.0cvs123
461 Changed return receipt account selector to GtkComboBox.
462 Fixed a runtime warning where GTK tried to parse
463 "name <email@address" as a Pango markup in an alertpanel label.
465 2007-08-14 [ticho] 2.10.0cvs122
467 * src/prefs_logging.c
468 Changed GtkOptionMenu in logging preferences to GtkComboBox.
470 2007-08-14 [wwp] 2.10.0cvs121
474 * tools/popfile-link.sh
475 Added a new tool: POPFile helper, to open
476 selected messages in POPFile control center,
477 in order to change the messages' status.
479 2007-08-14 [ticho] 2.10.0cvs120
486 Change "Show send dialog" optionmenu to a checkbutton.
487 * src/prefs_receive.c
488 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
490 2007-08-13 [wwp] 2.10.0cvs119
501 * src/partial_download.c
507 * src/gtk/gtkaspell.c
509 Make sure we never pass NULL pointers for %s substitutions
510 (prevent from crashing in Windows).
512 2007-08-13 [wwp] 2.10.0cvs118
515 Re-enable mmap_reads in Windows with some missing
516 CloseHandle of mapping objects, thanks to
519 2007-08-13 [paul] 2.10.0cvs117
522 fix bug 1287, 'Compile time problem on Solaris
523 (nexenta gnu/Solaris) utils.c'
524 Thanks to Piotr Chrzczonowicz
526 2007-08-12 [wwp] 2.10.0cvs116
528 * src/plugins/pgpcore/prefs_gpg.c
529 Don't try to unset a GPG_AGENT_INFO that was not
530 set (and don't use a NULL string in Windows, it was
531 crashing with --debug if GPG_AGENT_INFO was not set).
533 2007-08-12 [wwp] 2.10.0cvs115
536 Make gcc type-check arguments passed to privacy_set_error().
538 2007-08-12 [ticho] 2.10.0cvs114
540 * src/prefs_folder_item.c
541 Make sure that folder default account combobox always has some
544 Handle empty combobox gracefully (warning instead of crash).
546 2007-08-12 [ticho] 2.10.0cvs114
548 * src/prefs_folder_item.c
549 Make sure that folder default account combobox is not empty.
551 Handle empty combobox gracefully (warning instead of crash).
553 2007-08-11 [paul] 2.10.0cvs113
557 use 'subfolder' instead of 'sub-folder', matching
558 everywhere else the term is used
562 2007-08-10 [wwp] 2.10.0cvs112
565 Disable mmap reads in Windows only (at least temporarily), they
566 prevent from renaming/removing target cache files.
572 2007-08-10 [wwp] 2.10.0cvs111
575 fix unpredictable crashes in Windows due to broken
576 cache/mark/tags files writting (file were opened for
577 writing in text mode).
580 use gettimeofday() from w32lib.h on Windows.
582 2007-08-10 [colin] 2.10.0cvs110
585 * src/etpan/imap-thread.c
586 * src/etpan/imap-thread.h
587 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
589 2007-08-09 [colin] 2.10.0cvs109
592 Fix port being reset to 636 on SSL
594 Fix folder_item_get_msg_num_by_file
595 on drafts/queue folders
597 2007-08-09 [wwp] 2.10.0cvs108
600 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
601 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
604 2007-08-09 [colin] 2.10.0cvs107
608 * src/gtk/prefswindow.c
609 A few Maemo layout fixes
611 2007-08-09 [paul] 2.10.0cvs106
613 * src/prefs_account.c
614 remove the hyphen from plug-ins to
615 match everywhere else
617 2007-08-08 [wwp] 2.10.0cvs105
619 * src/prefs_folder_item.c
620 Fix an extraneous stealth ^L char.
622 2007-08-08 [wwp] 2.10.0cvs104
624 * src/prefs_folder_item.c
625 Better fix, group variables declarations (USE_ASPELL).
627 2007-08-08 [wwp] 2.10.0cvs103
629 * src/prefs_folder_item.c
630 Fix compilation w/ USE_ASPELL set (broken
633 2007-08-08 [ticho] 2.10.0cvs102
635 * src/prefs_folder_item.c
636 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
638 2007-08-08 [colin] 2.10.0cvs101
641 * src/etpan/imap-thread.c
642 * src/etpan/imap-thread.h
643 Close selected mailbox before doing
646 2007-08-08 [colin] 2.10.0cvs100
649 Complete symbol table, thanks to wwp.
650 Fixes bug 1284, 'The html -> text
651 converter ignores entities'
655 2007-08-08 [colin] 2.10.0cvs99
658 Better way to fetch UIDs on non-UIDPLUS servers
660 2007-08-07 [colin] 2.10.0cvs98
663 fix bug 1275, 'auto-saved draft messages not
664 always being removed'; Also, make multiple
665 copy (in the same account) faster by matching
666 source/destination message UIDs.
668 Don't try to reshow deleted mail
670 Fix leak on error path
672 2007-08-07 [wwp] 2.10.0cvs97
675 * manual/advanced.xml
676 * manual/fr/account.xml
677 * manual/fr/advanced.xml
678 Updated the reference manual and the French translation to
679 reflect 2.10.0cvs84: enable running folder Processing
682 2007-08-06 [wwp] 2.10.0cvs96
687 Allow changing the emphasis color used to highlight
688 the newsreader/x-mailer header value when it matches
689 our preferred mail agent (hidden pref 'emphasis_col' added
692 2007-08-06 [colin] 2.10.0cvs95
696 Re-commit 2.10.0cvs86, with a protection
697 against Pango bug. Also, try to fix
698 bug 1275, 'auto-saved draft messages not
699 always being removed'
701 2007-08-06 [wwp] 2.10.0cvs94
703 * src/gtk/quicksearch.c
704 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
706 2007-08-06 [ticho] 2.10.0cvs93
708 * src/prefs_account.c
710 Use GtkComboBox instead of GtkOptionMenu for privacy system
711 selection in account preferences.
713 2007-08-06 [wwp] 2.10.0cvs92
715 * src/plugins/pgpcore/plugin.def
716 Apply one more chunk from gpg4win's 03-w32-port patch.
718 2007-08-05 [colin] 2.10.0cvs91
722 reverting buggy patch for now
724 2007-08-05 [colin] 2.10.0cvs90
729 2007-08-04 [colin] 2.10.0cvs89
731 * src/prefs_summaries.c
732 * src/summary_search.c
733 Replace deprecated widgets. Patch by
736 2007-08-04 [colin] 2.10.0cvs88
739 Refresh GUI only every 2000 mails on mh_get_last_num
740 This is fast (readdir) and done only once per
743 2007-08-03 [colin] 2.10.0cvs87
745 * src/prefs_account.c
748 Fix a deprecated widget. Patch by
751 2007-08-03 [colin] 2.10.0cvs86
755 Make colorisation and wrapping algorithms
756 faster. Fixes bug 1246, 'compose becomes
757 increasingly slow replying to complex emails'
759 2007-08-03 [paul] 2.10.0cvs85
762 keep the window painted
764 2007-08-02 [paul] 2.10.0cvs84
769 enable running folder Processing
772 2007-08-02 [paul] 2.10.0cvs83
775 speed up/clean up rendering of larger
779 2007-08-01 [paul] 2.10.0cvs82
784 change default toolbar layout on maemo
785 * src/pixmaps/close.xpm
786 make the red cross a grey cross
787 * src/pixmaps/jpilot.xpm
788 make icon smaller so it fits better
790 2007-07-31 [paul] 2.10.0cvs81
794 fix crash on maemo on first launch
796 2007-07-30 [paul] 2.10.0cvs80
798 * src/prefs_matcher.c
799 specify the units of age and size
801 2007-07-30 [paul] 2.10.0cvs79
804 Fix IMAP timeout setting
806 2007-07-30 [colin] 2.10.0cvs78
808 * src/prefs_account.c
809 Fix a deprecated widget. Patch by
812 2007-07-27 [paul] 2.10.0cvs77
814 * src/matcher_parser_parse.y
815 * src/prefs_filtering_action.c
816 * src/prefs_matcher.c
817 these changes forgotten in cvs74's
818 'watch thread' feature
820 2007-07-27 [paul] 2.10.0cvs76
823 fix potential crasher
826 2007-07-27 [paul] 2.10.0cvs75
832 make mainwindow's /Help/Manual point to the
833 remote copy if the local copy doesn't exist
835 2007-07-27 [paul] 2.10.0cvs74
843 * src/matcher_parser_parse.y
852 * src/pixmaps/watchthread.xpm
853 add 'watch thread' feature
855 2007-07-27 [paul] 2.10.0cvs73
857 * src/prefs_folder_item.c
858 adjust labels, add tooltips
860 2007-07-27 [colin] 2.10.0cvs72
863 Maemo: Remove less used menu items
865 2007-07-26 [colin] 2.10.0cvs71
868 Maemo: destroy messageview after trashing mail.
869 Maybe should be done on X11 too
871 2007-07-26 [colin] 2.10.0cvs70
878 Add View/Show or Hide/Column headers
880 2007-07-26 [colin] 2.10.0cvs69
885 2007-07-26 [colin] 2.10.0cvs68
888 Fix possible crash on cache invalidation
892 * src/quote_fmt_parse.y
893 Make replying to mails with big attachments
894 much faster. Fixes bug 1224, 'The process of
895 Replying to emails with large attachments
896 seems unreasonably long...'
898 2007-07-26 [colin] 2.10.0cvs67
903 Fix threads use on BSDs
905 2007-07-26 [paul] 2.10.0cvs66
907 * src/gtk/prefswindow.c
908 fix account prefs breakage
911 2007-07-26 [paul] 2.10.0cvs65
914 standardise ./configure --help messages
916 2007-07-26 [colin] 2.10.0cvs64
920 Fix two vCard-related crashes
922 2007-07-25 [colin] 2.10.0cvs63
927 * src/prefs_receive.c
928 Maemo: Add a better way to notify of
934 Maemo: Various layout fixes
935 * src/gtk/prefswindow.c
936 Maemo: Better prefs layout
938 2007-07-25 [paul] 2.10.0cvs62
941 fix the layout on maemo
944 2007-07-25 [iwkse] 2.10.0cvs61
947 add 'o' shortcut on summaryview
949 2007-07-25 [iwkse] 2.10.0cvs60
954 2007-07-24 [colin] 2.10.0cvs59
957 Fix missing timestamp update on source
961 Better text layout on part's choices
963 2007-07-23 [colin] 2.10.0cvs58
967 Maemo: Automatically choose the correct application
969 * src/gtk/quicksearch.c
970 Make search run on GDK_KP_Enter too
972 2007-07-23 [wwp] 2.10.0cvs57
974 * src/quote_fmt_lex.l
975 Revert accidentaly committed lines (account_sig) in
978 2007-07-23 [wwp] 2.10.0cvs56
980 * src/quote_fmt_lex.l
981 Fix typos around long form expressions in the quote lexer.
987 2007-07-23 [colin] 2.10.0cvs55
990 Fix auto-completion on Maemo
992 2007-07-23 [colin] 2.10.0cvs54
995 Maemo: Fix sticking statusbars
997 2007-07-22 [colin] 2.10.0cvs53
1000 Maemo: Fix the strange "top_application" info
1001 at startup. We should do something when
1002 receiving such a message.
1004 2007-07-20 [paul] 2.10.0cvs52
1007 add missing #include "statusbar.h"
1009 2007-07-20 [colin] 2.10.0cvs51
1013 * src/folder_item_prefs.c
1014 * src/folder_item_prefs.h
1022 * src/prefs_folder_item.c
1023 Implement age-based caching: allow to
1024 specify a threshold for the offline synchronisation
1025 feature, and whether old cached bodies should
1030 * src/plugins/dillo_viewer/dillo_viewer.c
1031 Check that Dillo's installed
1033 2007-07-20 [wwp] 2.10.0cvs50
1036 * src/stock_pixmap.c
1037 Draw a frame around the selected mimeview part icon (instead of the
1038 shifted 'dancing' icon).
1040 2007-07-20 [colin] 2.10.0cvs49
1043 Unref stuff even on error
1045 disconnect signals only at the very
1046 end of the wizard save.
1048 2007-07-20 [colin] 2.10.0cvs48
1054 Fix random crashes while navigating
1057 2007-07-19 [colin] 2.10.0cvs47
1061 * src/prefs_common.c
1062 * src/prefs_common.h
1065 * src/common/utils.c
1066 Maemo: add an easy way to store data (mails
1067 and IMAP/NNTP caches) on one of the SD cards,
1068 and protect against unmounts if needed
1070 2007-07-19 [paul] 2.10.0cvs46
1073 * src/stock_pixmap.c
1075 * src/pixmaps/claws-mail_logo-small.xpm
1076 implement a (slightly) different About
1077 dialog for maemo and add a small version
1080 use a scrolled window for wizard page 1
1083 2007-07-19 [paul] 2.10.0cvs45
1086 too soon for this line
1088 2007-07-19 [paul] 2.10.0cvs44
1093 2007-07-19 [colin] 2.10.0cvs43
1096 Solve Mail/Mailbox name when specifying
1099 2007-07-18 [colin] 2.10.0cvs42
1105 2007-07-18 [colin] 2.10.0cvs41
1108 Maemo: plug the online/offline system into
1109 maemo's interfaces to have Claws automatically
1110 switch according to the system status
1112 Maemo: use HildonBanners to display status
1113 messages. Renders the main statusbar useless.
1115 2007-07-18 [paul] 2.10.0cvs40
1118 fix screen blanking on moving/copying many msgs
1120 fix processing progressbar and screen blanking
1123 2007-07-18 [paul] 2.10.0cvs39
1126 revert cvs37, breakage on maemo
1128 2007-07-18 [paul] 2.10.0cvs38
1130 * src/gtk/gtkutils.c
1131 make sure we can still build with older GTK's
1133 2007-07-18 [colin] 2.10.0cvs37
1136 Only hide the small layout's messageview, instead
1137 of destroying it when closing
1138 * src/gtk/gtkutils.c
1139 Use gtk_window_present_with_time to popup windows,
1140 it seems to make things better with modern WMs
1143 2007-07-17 [colin] 2.10.0cvs36
1146 Simplify layout on Maemo
1149 * src/prefs_display_header.c
1150 Remove some headers by default on Maemo
1152 2007-07-17 [paul] 2.10.0cvs35
1154 * src/prefs_common.c
1155 * src/prefs_common.h
1156 * src/prefs_logging.c
1158 add options to stop/enable writing logs to disc
1160 2007-07-17 [paul] 2.10.0cvs34
1163 fix some issues with the Apply tags window:
1164 - set search column (enables autocompl in the treeview)
1165 - apply tag from "New tag" if it existed
1166 - clears New tag entry when adding it with the button
1169 2007-07-17 [paul] 2.10.0cvs33
1172 fix 'apply tags' dialogue weirdness
1174 2007-07-16 [colin] 2.10.0cvs32
1177 Fix double-loading of mails on Maemo
1179 2007-07-16 [colin] 2.10.0cvs31
1182 Prevent double-loading of the same part under some
1183 conditions; hide statusbar on Maemo
1185 2007-07-16 [colin] 2.10.0cvs30
1191 Improve the tag interface - allow
1192 to set/unset tags from a special
1194 * src/gtk/gtkvscrollbutton.c
1197 * src/stock_pixmap.c
1198 Fix Mimeview's ugly hacks in the
1201 2007-07-16 [paul] 2.10.0cvs29
1205 * src/gtk/icon_legend.c
1206 put it all in a scrolled window
1208 2007-07-15 [colin] 2.10.0cvs28
1211 Maemo: force layout to be Small screen; the
1212 others don't make sense
1214 2007-07-14 [colin] 2.10.0cvs27
1217 * src/gtk/gtkvscrollbutton.c
1218 Maemo: Fix mimeview's buttons size
1220 2007-07-14 [colin] 2.10.0cvs26
1223 Fix the button workaround fix.
1224 (Use the correct variable)
1226 2007-07-14 [colin] 2.10.0cvs25
1230 Maemo: put the progress bar in the
1233 2007-07-14 [colin] 2.10.0cvs24
1235 * src/prefs_common.c
1236 Maemo: hide statusbar by default
1238 * src/stock_pixmap.c
1239 * src/stock_pixmap.h
1241 * src/pixmaps/go_folders.xpm
1242 Maemo: Add a specific icon to go back to
1245 2007-07-14 [colin] 2.10.0cvs23
1248 Don't set homogeneous finally
1250 2007-07-14 [colin] 2.10.0cvs22
1253 Fix button show/hide issues
1255 2007-07-14 [colin] 2.10.0cvs21
1259 Fix button workaround to be able to click
1260 if mouse was on button when it went un-
1262 Revert previous commit, gtk_tool_item_set_homogeneous
1263 doesn't mean what it seems to mean ;-)
1265 2007-07-14 [paul] 2.10.0cvs20
1268 make homogeneous FALSE always
1270 2007-07-13 [colin] 2.10.0cvs19
1274 Rework to fit the non-deprecated API
1280 Maemo layout changes. Better toolbars,
1281 removal of CTree headers.
1283 2007-07-13 [paul] 2.10.0cvs18
1285 * src/gtk/colorlabel.c
1286 fix bug 1261, '[DE] coloring messages in overview
1287 keys are not localised'
1288 the string is now included in claws-mail.pot
1290 2007-07-13 [colin] 2.10.0cvs17
1293 Fix bug 1267, 'printing mutliple messages
1294 opens one message-dialog after the other'
1295 Ask for confirmation when printing 10
1298 2007-07-11 [colin] 2.10.0cvs16
1303 * manual/claws-mail-manual.xml
1305 * manual/es/claws-mail-manual.xml
1307 * manual/fr/claws-mail-manual.xml
1330 * src/addressbook_foldersel.c
1331 * src/addressbook_foldersel.h
1355 * src/customheader.c
1356 * src/customheader.h
1357 * src/displayheader.c
1358 * src/displayheader.h
1361 * src/editaddress_other_attributes_ldap.c
1362 * src/editaddress_other_attributes_ldap.h
1371 * src/editldap_basedn.c
1372 * src/editldap_basedn.h
1393 * src/folder_item_prefs.c
1394 * src/folder_item_prefs.h
1403 * src/grouplistdialog.c
1404 * src/grouplistdialog.h
1409 * src/image_viewer.c
1410 * src/image_viewer.h
1451 * src/matcher_parser.h
1452 * src/matcher_parser_lex.l
1453 * src/matcher_parser_parse.y
1456 * src/message_search.c
1457 * src/message_search.h
1476 * src/partial_download.c
1477 * src/partial_download.h
1482 * src/prefs_account.c
1483 * src/prefs_account.h
1484 * src/prefs_actions.c
1485 * src/prefs_actions.h
1486 * src/prefs_common.c
1487 * src/prefs_common.h
1488 * src/prefs_compose_writing.c
1489 * src/prefs_compose_writing.h
1490 * src/prefs_customheader.c
1491 * src/prefs_customheader.h
1492 * src/prefs_display_header.c
1493 * src/prefs_display_header.h
1494 * src/prefs_ext_prog.c
1495 * src/prefs_ext_prog.h
1496 * src/prefs_filtering.c
1497 * src/prefs_filtering.h
1498 * src/prefs_filtering_action.c
1499 * src/prefs_filtering_action.h
1500 * src/prefs_folder_column.c
1501 * src/prefs_folder_column.h
1502 * src/prefs_folder_item.c
1503 * src/prefs_folder_item.h
1508 * src/prefs_image_viewer.c
1509 * src/prefs_image_viewer.h
1510 * src/prefs_logging.c
1511 * src/prefs_logging.h
1512 * src/prefs_matcher.c
1513 * src/prefs_matcher.h
1514 * src/prefs_message.c
1515 * src/prefs_message.h
1516 * src/prefs_msg_colors.c
1517 * src/prefs_msg_colors.h
1522 * src/prefs_receive.c
1523 * src/prefs_receive.h
1526 * src/prefs_spelling.c
1527 * src/prefs_spelling.h
1528 * src/prefs_summaries.c
1529 * src/prefs_summaries.h
1530 * src/prefs_summary_column.c
1531 * src/prefs_summary_column.h
1532 * src/prefs_summary_open.c
1533 * src/prefs_summary_open.h
1534 * src/prefs_template.c
1535 * src/prefs_template.h
1536 * src/prefs_themes.c
1537 * src/prefs_themes.h
1538 * src/prefs_toolbar.c
1539 * src/prefs_toolbar.h
1540 * src/prefs_wrapping.c
1541 * src/prefs_wrapping.h
1551 * src/quote_fmt_lex.l
1552 * src/quote_fmt_parse.y
1555 * src/remotefolder.c
1556 * src/remotefolder.h
1557 * src/send_message.c
1558 * src/send_message.h
1561 * src/simple-gettext.c
1562 * src/sourcewindow.c
1563 * src/sourcewindow.h
1568 * src/stock_pixmap.c
1569 * src/stock_pixmap.h
1570 * src/summary_search.c
1571 * src/summary_search.h
1588 * src/common/base64.c
1589 * src/common/base64.h
1590 * src/common/claws.c
1591 * src/common/claws.h
1593 * src/common/fnmatch.c
1594 * src/common/fnmatch.h
1595 * src/common/fnmatch_loop.c
1596 * src/common/hooks.c
1597 * src/common/hooks.h
1602 * src/common/mgutils.c
1603 * src/common/mgutils.h
1606 * src/common/passcrypt.c
1607 * src/common/passcrypt.h.in
1608 * src/common/plugin.c
1609 * src/common/plugin.h
1610 * src/common/prefs.c
1611 * src/common/prefs.h
1612 * src/common/progressindicator.c
1613 * src/common/progressindicator.h
1614 * src/common/quoted-printable.c
1615 * src/common/quoted-printable.h
1616 * src/common/session.c
1617 * src/common/session.h
1620 * src/common/socket.c
1621 * src/common/socket.h
1624 * src/common/ssl_certificate.c
1625 * src/common/ssl_certificate.h
1626 * src/common/string_match.c
1627 * src/common/string_match.h
1628 * src/common/stringtable.c
1629 * src/common/stringtable.h
1632 * src/common/template.c
1633 * src/common/template.h
1634 * src/common/timing.h
1635 * src/common/utils.c
1636 * src/common/utils.h
1637 * src/common/uuencode.c
1638 * src/common/uuencode.h
1639 * src/common/version.h.in
1640 * src/common/w32_dirent.c
1641 * src/common/w32_reg.c
1642 * src/common/w32_signal.c
1643 * src/common/w32_stat.c
1644 * src/common/w32_stdlib.c
1645 * src/common/w32_string.c
1646 * src/common/w32_time.c
1647 * src/common/w32_unistd.c
1648 * src/common/w32_wait.c
1649 * src/common/w32lib.h
1652 * src/common/xmlprops.c
1653 * src/common/xmlprops.h
1654 * src/etpan/etpan-errors.h
1655 * src/etpan/etpan-thread-manager-types.h
1656 * src/etpan/etpan-thread-manager.c
1657 * src/etpan/etpan-thread-manager.h
1658 * src/etpan/imap-thread.c
1659 * src/etpan/imap-thread.h
1662 * src/gtk/colorlabel.c
1663 * src/gtk/colorlabel.h
1664 * src/gtk/colorsel.c
1665 * src/gtk/colorsel.h
1666 * src/gtk/combobox.c
1667 * src/gtk/combobox.h
1668 * src/gtk/description_window.c
1669 * src/gtk/description_window.h
1672 * src/gtk/foldersort.c
1673 * src/gtk/foldersort.h
1674 * src/gtk/gtkaspell.c
1675 * src/gtk/gtkaspell.h
1676 * src/gtk/gtksctree.c
1677 * src/gtk/gtkshruler.c
1678 * src/gtk/gtkshruler.h
1679 * src/gtk/gtksourceprintjob.c
1680 * src/gtk/gtksourceprintjob.h
1681 * src/gtk/gtkutils.c
1682 * src/gtk/gtkutils.h
1683 * src/gtk/gtkvscrollbutton.c
1684 * src/gtk/gtkvscrollbutton.h
1685 * src/gtk/icon_legend.c
1686 * src/gtk/icon_legend.h
1687 * src/gtk/inputdialog.c
1688 * src/gtk/inputdialog.h
1689 * src/gtk/logwindow.c
1690 * src/gtk/logwindow.h
1691 * src/gtk/manage_window.c
1692 * src/gtk/manage_window.h
1695 * src/gtk/pluginwindow.c
1696 * src/gtk/pluginwindow.h
1697 * src/gtk/prefswindow.c
1698 * src/gtk/prefswindow.h
1699 * src/gtk/progressdialog.c
1700 * src/gtk/progressdialog.h
1701 * src/gtk/quicksearch.c
1702 * src/gtk/quicksearch.h
1703 * src/gtk/sslcertwindow.c
1704 * src/gtk/sslcertwindow.h
1705 * src/plugins/bogofilter/bogofilter.c
1706 * src/plugins/bogofilter/bogofilter.h
1707 * src/plugins/bogofilter/bogofilter_gtk.c
1708 * src/plugins/clamav/clamav_plugin.c
1709 * src/plugins/clamav/clamav_plugin.h
1710 * src/plugins/clamav/clamav_plugin_gtk.c
1711 * src/plugins/demo/demo.c
1712 * src/plugins/dillo_viewer/dillo_prefs.c
1713 * src/plugins/dillo_viewer/dillo_prefs.h
1714 * src/plugins/dillo_viewer/dillo_viewer.c
1715 * src/plugins/pgpcore/passphrase.c
1716 * src/plugins/pgpcore/passphrase.h
1717 * src/plugins/pgpcore/pgp_viewer.c
1718 * src/plugins/pgpcore/pgp_viewer.h
1719 * src/plugins/pgpcore/plugin.c
1720 * src/plugins/pgpcore/prefs_gpg.c
1721 * src/plugins/pgpcore/prefs_gpg.h
1722 * src/plugins/pgpcore/select-keys.c
1723 * src/plugins/pgpcore/select-keys.h
1724 * src/plugins/pgpcore/sgpgme.c
1725 * src/plugins/pgpcore/sgpgme.h
1726 * src/plugins/pgpinline/pgpinline.c
1727 * src/plugins/pgpinline/pgpinline.h
1728 * src/plugins/pgpinline/plugin.c
1729 * src/plugins/pgpmime/pgpmime.c
1730 * src/plugins/pgpmime/pgpmime.h
1731 * src/plugins/pgpmime/plugin.c
1732 * src/plugins/spamassassin/spamassassin.c
1733 * src/plugins/spamassassin/spamassassin.h
1734 * src/plugins/spamassassin/spamassassin_gtk.c
1735 * src/plugins/trayicon/trayicon.c
1736 * src/plugins/trayicon/trayicon_prefs.c
1737 * src/plugins/trayicon/trayicon_prefs.h
1738 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1739 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1740 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1741 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1742 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1743 * tools/OOo2claws-mail.pl
1744 * tools/README.sylprint
1745 * tools/acroread2claws-mail.pl
1746 * tools/claws-mail-compose-insert-files.pl
1747 * tools/convert_mbox.pl
1748 * tools/filter_conv.pl
1749 * tools/filter_conv_new.pl
1751 * tools/freshmeat_search.pl
1752 * tools/google_search.pl
1753 * tools/kmail-mailbox2claws-mail.pl
1754 * tools/kmail2claws-mail.pl
1755 * tools/kmail2claws-mail_v2.pl
1757 * tools/make.themes.project
1758 * tools/multiwebsearch.pl
1759 * tools/nautilus2claws-mail.sh
1760 * tools/outlook2claws-mail.pl
1761 * tools/textviewer.sh
1762 * tools/thunderbird-filters-convertor.pl
1765 * tools/vcard2xml.py
1766 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1767 Upgrade to GPLv3 or later.
1769 2007-07-10 [wwp] 2.10.0cvs15
1772 Fix re-opening of all composing messages that were
1773 opened when closing the previous instance, thanks
1776 2007-07-10 [paul] 2.10.0cvs14
1778 * src/editaddress_other_attributes_ldap.c
1780 fix crash on selecting 'other attributes' combo
1781 for either a new entry or an old entry with no
1782 existing attributes.
1783 fix bug on editing multiple attributes which
1784 resulted them all having the value of the last
1788 2007-07-10 [colin] 2.10.0cvs13
1791 * src/editaddress_other_attributes_ldap.h
1793 Fix --disable-ldap build
1795 2007-07-09 [colin] 2.10.0cvs12
1801 * src/editaddress_other_attributes_ldap.c
1802 * src/editaddress_other_attributes_ldap.h
1807 Add capability to edit all inetOrgPerson
1808 attributes on LDAP. Patch by Michael
1811 2007-07-09 [colin] 2.10.0cvs11
1817 * src/prefs_summaries.c
1818 * src/prefs_themes.c
1820 * src/common/Makefile.am
1822 * src/common/timing.h
1823 * src/common/utils.c
1824 * src/common/utils.h
1825 * src/common/w32_account.c
1826 * src/common/w32lib.h
1827 * src/gtk/Makefile.am
1828 * src/gtk/colorlabel.c
1829 * src/plugins/pgpcore/Makefile.am
1830 * src/plugins/pgpcore/claws.def
1831 * src/plugins/pgpcore/passphrase.c
1832 * src/plugins/pgpcore/pgp_viewer.c
1833 * src/plugins/pgpcore/plugin.def
1834 * src/plugins/pgpcore/sgpgme.c
1835 * src/plugins/pgpinline/Makefile.am
1836 * src/plugins/pgpinline/claws.def
1837 * src/plugins/pgpinline/mypgpcore.def
1838 * src/plugins/pgpinline/plugin.def
1839 * src/plugins/pgpmime/Makefile.am
1840 * src/plugins/pgpmime/claws.def
1841 * src/plugins/pgpmime/mypgpcore.def
1842 * src/plugins/pgpmime/plugin.def
1843 Commit win32 patch, from Werner Koch and
1846 2007-07-09 [colin] 2.10.0cvs10
1848 * src/prefs_toolbar.c
1849 Fix crash when no actions exist
1851 2007-07-07 [paul] 2.10.0cvs9
1854 * manual/claws-mail-manual.xml
1855 update copyright year
1857 updated by Flammie Pirinen
1859 2007-07-05 [wwp] 2.10.0cvs8
1861 * src/plugins/clamav/clamav_plugin_gtk.c
1862 Make vertical spacing like in other plugin prefs pages.
1864 2007-07-05 [wwp] 2.10.0cvs7
1867 It's %am that works, not %ae (this doc incoherence has been
1868 introduced with 2.9.2cvs13).
1870 2007-07-04 [wwp] 2.10.0cvs6
1872 * src/plugins/bogofilter/bogofilter.c
1873 Gettext-ize an occurrence of "Any" that wasn't.
1875 2007-07-04 [colin] 2.10.0cvs5
1878 Fix untranslated strings; thanks
1881 2007-07-03 [colin] 2.10.0cvs4
1885 Fix saving of sort mode for tags and
1886 thread date. Thanks to Pierre Ossman.
1887 Completes fix for bug 1233
1889 2007-07-03 [paul] 2.10.0cvs3
1897 2007-07-02 [colin] 2.10.0cvs2
1903 Add View/Sort/by Thread date
1904 Fixes bug 1233, 'Capability to sort
1905 threads by most recent message'
1906 Based on a patch by Paul Rolland
1908 2007-07-02 [colin] 2.10.0cvs1
1925 * src/matcher_parser_parse.y
1929 * src/prefs_common.c
1930 * src/prefs_common.h
1931 * src/prefs_filtering_action.c
1932 * src/prefs_matcher.c
1933 * src/prefs_summary_column.c
1937 * src/quote_fmt_lex.l
1938 * src/quote_fmt_parse.y
1942 * src/common/Makefile.am
1946 * src/gtk/quicksearch.c
1947 * src/gtk/quicksearch.h
1948 Add Tags implementation. Tags are arbitrary labels
1949 that can be applied to messages. It is possible
1950 to create, edit, remove tags; apply them to mails;
1951 filter on tags or tag presence; apply or unset
1952 tags via filtering actions; reference tags in
1955 2007-07-02 [paul] 2.10.0
1962 2007-07-02 [paul] 2.9.2cvs78
1972 updated by Stephan Sachse, me, Ricardo Mones
1973 Lastra, Fabien Vantard, Pader Rezso, Frederico
1974 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1976 2007-07-02 [paul] 2.9.2cvs77
1981 2007-06-29 [wwp] 2.9.2cvs76
1984 Fix a typo (thanks to Ricardo for finding this out).
1986 2007-06-28 [paul] 2.9.2cvs75
1991 2007-06-28 [paul] 2.9.2cvs74
1994 fix bug in the autotools build system.
1995 Files cataloged under EXTRA_DIST were never
1996 automatically copied to the build tree.
1997 (fix 'make distcheck')
1998 Patch by Michael Rasmussen.
2000 2007-06-24 [colin] 2.9.2cvs73
2003 Fix bug 1249, 'Error handling for
2004 news errors needs modification'
2005 Only popup error if the according
2006 pref in Prefs/Receive is set.
2008 2007-06-21 [colin] 2.9.2cvs72
2010 * src/common/plugin.c
2011 * src/common/plugin.h
2012 Change plugin API to know whether it's safe to
2013 unload plugins or whether we should just hide
2014 them. Fixes bug 1248, 'Core dumps after
2015 unloading plugin and clicking on load plugins'
2016 * src/plugins/bogofilter/bogofilter.c
2017 * src/plugins/clamav/clamav_plugin.c
2018 * src/plugins/demo/demo.c
2019 * src/plugins/dillo_viewer/dillo_viewer.c
2020 * src/plugins/pgpcore/plugin.c
2021 * src/plugins/pgpinline/plugin.c
2022 * src/plugins/pgpmime/plugin.c
2023 * src/plugins/spamassassin/spamassassin.c
2024 * src/plugins/trayicon/trayicon.c
2027 2007-06-19 [colin] 2.9.2cvs71
2031 Fix crash mentioned in bug 1246
2032 Race condition when automatically drafting
2033 due to insertion on reedit.
2035 2007-06-18 [wwp] 2.9.2cvs70
2038 LDIF import: use a "Proceed" button to complete
2041 2007-06-18 [paul] 2.9.2cvs69
2044 use pkgconfig to check for gtk and glib
2046 2007-06-17 [wwp] 2.9.2cvs68
2050 LDIF import: better error handling, minor code
2051 and UI cleanup, and renamed the Save button
2052 to Close, as imported stuff is already saved
2053 when the Save button is shown.
2055 2007-06-17 [colin] 2.9.2cvs67
2057 * src/prefs_summaries.c
2059 Don't set as read when forwarded, only replied to
2061 2007-06-17 [paul] 2.9.2cvs66
2064 add missing #include
2066 2007-06-16 [colin] 2.9.2cvs65
2068 * src/prefs_summaries.c
2070 Change the pref "Only mark as read when opened
2071 in new window" to "..., replied to or forwarded".
2072 Based on a patch by Paul Rolland.
2074 2007-06-16 [paul] 2.9.2cvs64
2077 alphabetical order! :)
2079 2007-06-16 [colin] 2.9.2cvs63
2083 Add Michael Rasmussen in authors list
2085 2007-06-16 [colin] 2.9.2cvs62
2088 Fix messageview_copy_clipboard to take advantage
2089 of plugins' get_selection.
2091 2007-06-15 [colin] 2.9.2cvs61
2097 * src/message_search.c
2099 * src/summary_search.c
2102 Allow GDK_KP_Enter to do the same as GDK_Return
2103 Patch by Michael Rasmussen
2105 2007-06-15 [paul] 2.9.2cvs60
2108 fix bug when closing a compose window
2111 2007-06-14 [paul] 2.9.2cvs59
2115 migrate sylpheed config
2117 2007-06-14 [wwp] 2.9.2cvs58
2119 * src/gtk/pluginwindow.c
2120 Yet another attempt to fix sizing/alignment of the
2121 button bar in plugins window.
2123 2007-06-12 [colin] 2.9.2cvs57
2128 * src/prefs_common.c
2129 * src/prefs_common.h
2130 * src/prefs_summaries.c
2131 * src/prefs_summary_open.c
2132 * src/prefs_summary_open.h
2134 Make "when entering a folder" actions more personalisable
2136 2007-06-12 [wwp] 2.9.2cvs56
2139 Use short description from Paul (mairix.sh).
2141 2007-06-12 [wwp] 2.9.2cvs55
2144 Updated info about mairix.sh.
2146 2007-06-11 [paul] 2.9.2cvs54
2148 * src/prefs_logging.c
2149 rework log window length widgets
2150 and some sensitivity fixes
2152 2007-06-11 [paul] 2.9.2cvs53
2155 * src/prefs_logging.c
2156 rename 'Protocol Log' to 'Network Log'
2157 and some function renaming
2159 2007-06-10 [wwp] 2.9.2cvs52
2161 * src/gtk/pluginwindow.c
2164 2007-06-10 [wwp] 2.9.2cvs51
2166 * src/gtk/pluginwindow.c
2167 Fix button bar in plugin window, was centered and not
2168 behaving like other dialogs w/ such button bar.
2170 2007-06-08 [wwp] 2.9.2cvs50
2177 Provide a way out of automatic draft saving on IMAP, when
2179 Prevent drafting while sending and quitting while sending.
2184 2007-06-08 [wwp] 2.9.2cvs49
2186 * src/prefs_account.c
2187 * src/gtk/prefswindow.c
2188 * src/gtk/prefswindow.h
2189 Activate the Basic page when opening account prefs.
2191 2007-06-08 [wwp] 2.9.2cvs48
2193 * src/common/socket.c
2194 Don't crash if fork() fails, thanks to Colin.
2196 2007-06-08 [wwp] 2.9.2cvs47
2198 * src/gtk/prefswindow.c
2199 Wrap some long lines, and reset horizontal scroller's adjusment
2200 (this was already done, vertically), when changing tab (not page)
2203 2007-06-08 [paul] 2.9.2cvs46
2205 * src/common/utils.c
2206 use gethostname() instead of uname()
2207 based on a patch by Michael Hughes
2208 <Sylpheed-Claws_user@thehugheslogcabin.net>
2210 2007-06-07 [wwp] 2.9.2cvs45
2212 * src/prefs_common.c
2213 Fix some useless warnings, thanks to Colin.
2215 2007-06-06 [colin] 2.9.2cvs44
2218 Fix strange allocations.
2220 2007-06-06 [colin] 2.9.2cvs43
2223 Patch by Michael Rasmussus to help
2226 2007-06-05 [wwp] 2.9.2cvs42
2228 * src/prefs_account.c
2229 * src/prefs_folder_item.c
2233 Per-folder templates can now be applied recursively.
2234 Always save per-folder templates (formats were erroneously
2235 saved only if they were enabled).
2236 Check for validity of quotation marks everywhere there
2239 2007-06-05 [wwp] 2.9.2cvs41
2242 Fix incoming messages from local accounts always getting filtered
2243 (even if the account prefs say don't), thanks to Colin.
2245 2007-06-05 [wwp] 2.9.2cvs40
2249 Use per-folder/per-account quote chars when applying a
2250 template or inserting text as well. Const'ify some
2253 2007-06-04 [colin] 2.9.2cvs39
2256 More work for wwp :)
2258 2007-06-04 [wwp] 2.9.2cvs38
2261 Same as 2.9.2cvs36 but for forwarding.
2263 2007-06-04 [colin] 2.9.2cvs37
2266 Use original mail file for forward/redirect
2267 Fixes some forwarded mails to be attached as
2268 application/octet-stream (when they have binary
2269 parts), and incidentally fixes bug 848
2270 'Redirect breaks GnuPG'
2272 2007-06-04 [wwp] 2.9.2cvs36
2275 Fix quote mark mis-initialisation when replying/forwarding
2276 (introduced w/ 2.9.2cvs20).
2278 2007-06-04 [wwp] 2.9.2cvs35
2280 * src/prefs_compose_writing.c
2282 Fix a bug where Quotation characters (prefs/compose/writing)
2283 was cleared (introduced w/ 2.9.2cvs26).
2285 2007-06-04 [wwp] 2.9.2cvs34
2287 * src/prefs_account.c
2288 * src/prefs_account.h
2289 Better fix for compiling w/o aspell (rollbacks
2292 2007-06-04 [wwp] 2.9.2cvs33
2295 * src/prefs_account.c
2296 * src/prefs_account.h
2298 It's now possible to disable mail filtering plugins
2299 on a per-account basis.
2301 2007-06-04 [wwp] 2.9.2cvs32
2304 * src/common/utils.c
2305 * src/common/utils.h
2306 Support CRLF in headers part of messages.
2307 Support few more date formats (RFC3339 subsets).
2309 2007-06-04 [wwp] 2.9.2cvs31
2311 * src/prefs_account.c
2312 Fix compiling w/o aspell support.
2314 2007-06-03 [wwp] 2.9.2cvs30
2317 Don't decode leading ENV_ and ~ in P_PASSWORD
2320 2007-06-03 [wwp] 2.9.2cvs29
2323 Don't decode leading ENV_ and ~ in P_PASSWORD
2326 2007-06-03 [wwp] 2.9.2cvs28
2328 * src/prefs_account.c
2329 * src/gtk/prefswindow.c
2330 * src/gtk/prefswindow.h
2331 Added a way to force preloading of all pages
2333 Moved tabs to pages in account prefs.
2335 2007-06-02 [colin] 2.9.2cvs27
2338 Fix possible crash, fix ldap write bugs
2340 Fix ldap write bugs - patch by Michael
2344 Add a hook whenever alertpanel opens/closes
2346 2007-05-31 [wwp] 2.9.2cvs26
2348 * src/prefs_compose_writing.c
2350 Re-organized writing options a bit:
2351 - renamed the Quoting page to Templates
2352 - moved all composing templates to that page
2353 - moved non-templates options to the Writing one,
2354 grouped reply-related options, reordered reply and
2357 2007-05-31 [wwp] 2.9.2cvs25
2360 Removed unused code.
2362 2007-05-31 [colin] 2.9.2cvs24
2365 Fix missing display name when modifying
2366 LDAP. Patch by Michael Rasmussen
2368 2007-05-31 [wwp] 2.9.2cvs23
2370 * src/plugins/bogofilter/Makefile.am
2371 * src/plugins/clamav/Makefile.am
2372 * src/plugins/demo/Makefile.am
2373 * src/plugins/dillo_viewer/Makefile.am
2374 * src/plugins/spamassassin/Makefile.am
2375 Fix building of those plugins in Mac OS X.
2377 2007-05-30 [wwp] 2.9.2cvs22
2379 * src/gtk/quicksearch.c
2380 Fix missing initialization.
2382 2007-05-30 [wwp] 2.9.2cvs21
2385 Revert accidental commit (debug outputs).
2387 2007-05-30 [wwp] 2.9.2cvs20
2390 * src/folder_item_prefs.c
2391 * src/folder_item_prefs.h
2392 * src/prefs_account.c
2393 * src/prefs_account.h
2394 * src/prefs_folder_item.c
2397 Implemented per-account and per-folder
2398 compose/reply/forward formats.
2400 2007-05-30 [wwp] 2.9.2cvs19
2402 * src/prefs_compose_writing.c
2407 Internal API changes (factorize quote format
2410 2007-05-30 [colin] 2.9.2cvs18
2413 Fix race where it's possible to re-click Send
2414 between end of SMTP session and end of "move to
2415 sent folder" when sending an email with send
2418 2007-05-30 [colin] 2.9.2cvs17
2421 Ask for backtrace on all threads. Patch by
2424 Fix stale news statusbar when scanning fails.
2427 Fix some LDAP write updates bugs. Patch
2428 by Michael Rasmussen
2430 2007-05-29 [colin] 2.9.2cvs16
2433 Fix loss of local flags when moving mails
2434 on IMAP in high-bandwidth mode (UID FETCH)
2436 2007-05-25 [paul] 2.9.2cvs15
2438 * src/common/socket.c
2439 fix sometimes crasher on cancelling
2442 2007-05-25 [colin] 2.9.2cvs14
2447 Be more helpful in the subscription
2450 2007-05-23 [wwp] 2.9.2cvs13
2453 * src/prefs_compose_writing.c
2455 * src/prefs_template.c
2456 * src/prefs_template.h
2459 * src/quote_fmt_lex.l
2460 * src/quote_fmt_parse.y
2461 Introduced new syntax elements (symbols and commands)
2462 in templates/quote_fmt. Compatibility w/ old
2464 Updated and reworked the corresponding Information
2466 Display the line number in dialogs that talk about
2467 parser errors (in addition to the error message in
2470 2007-05-23 [wwp] 2.9.2cvs12
2472 * src/quote_fmt_parse.y
2473 Fix 2.9.2cvs11, probably a paste accident ;).
2475 2007-05-23 [wwp] 2.9.2cvs11
2478 * src/prefs_template.c
2480 * src/quote_fmt_parse.y
2481 Fix 2.9.2cvs10, which broke --disable-aspell.
2483 2007-05-22 [wwp] 2.9.2cvs10
2486 * src/prefs_template.c
2489 * src/quote_fmt_lex.l
2490 * src/quote_fmt_parse.y
2491 * src/gtk/gtkaspell.c
2492 * src/gtk/gtkaspell.h
2493 Added template/quote format syntactical elements
2495 - current dictionary
2496 %T to show (shows empty if not set or not enabled),
2497 ?T and !T to check if the default dictionary is
2499 - current account's default dictionary
2500 %aT to show (empty if not set or not enabled),
2501 ?aT and !aT to check if it's enabled and set
2502 - name completion for an address, from the address
2504 %ABf, %ABt, %ABc respectively show the full name got
2505 from the address book if From, To or Cc match a single
2507 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2508 matches any contact and if the full name is non-empty.
2509 If From, To or Cc are lists of email addresses, only
2510 the first address will be checked.
2511 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2512 that could show a trailing ','.
2513 Also, template/quote_fmt parser now shows the line number in case
2516 2007-05-15 [colin] 2.9.2cvs9
2520 Add a public function to know whether Claws
2522 Store opened folder when exiting
2525 Store last opened message in each FolderItem;
2526 Reset last seen messages if Claws crashed, so
2527 that one can't go in an infinite crash in case
2528 a particular mail crashes Claws.
2530 * src/prefs_common.c
2531 * src/prefs_common.h
2533 * src/prefs_summaries.c
2534 Add "Select last opened message" when entering
2536 Add "Select last opened folder" at startup.
2538 2007-05-14 [colin] 2.9.2cvs8
2541 Fix bashism, search for xml catalog
2542 in /usr/local/share/xml/catalog too
2545 2007-05-13 [wwp] 2.9.2cvs7
2547 * src/gtk/logwindow.c
2548 fix raising log windows when they are either minimized or
2551 2007-05-11 [colin] 2.9.2cvs6
2554 Use Hildon's file chooser on Maemo. Patch
2555 by Jean-Luc Biord; fixes part 2 of bug 1201,
2556 'File attachment "manipulation" bugs...'
2558 2007-05-10 [wwp] 2.9.2cvs5
2560 * src/prefs_common.c
2561 * src/prefs_common.h
2562 * src/gtk/quicksearch.c
2563 Add a quicksearch option to automatically run
2564 a search selected from the history (this option
2565 is exclusive towards type-ahead).
2567 2007-05-10 [colin] 2.9.2cvs4
2570 Fix g_warnings, thanks to Brian
2573 2007-05-09 [colin] 2.9.2cvs3
2578 * src/prefs_summaries.c
2581 * src/common/utils.c
2582 * src/gtk/gtksourceprintjob.c
2583 * src/gtk/sslcertwindow.c
2584 Use the re-entrant variant of time functions
2585 Probably fixes bug 1217, 'reentrancy problems
2586 with time functions'
2588 2007-05-09 [colin] 2.9.2cvs2
2591 Fix crasher when reconnection fails
2593 2007-05-08 [paul] 2.9.2cvs1
2599 bump version number following
2602 2007-05-08 [paul] 2.9.1cvs48
2604 * src/plugins/demo/demo.c
2605 * src/plugins/dillo_viewer/dillo_prefs.c
2606 * src/plugins/dillo_viewer/dillo_prefs.h
2607 * src/plugins/dillo_viewer/dillo_viewer.c
2608 * src/plugins/pgpcore/pgp_viewer.c
2609 * src/plugins/pgpcore/pgp_viewer.h
2610 * src/plugins/pgpcore/plugin.c
2611 * src/plugins/pgpcore/prefs_gpg.c
2612 * src/plugins/pgpcore/prefs_gpg.h
2613 * src/plugins/pgpcore/sgpgme.c
2614 * src/plugins/pgpcore/sgpgme.h
2615 * src/plugins/pgpinline/plugin.c
2616 * src/plugins/pgpmime/pgpmime.c
2617 * src/plugins/pgpmime/pgpmime.h
2618 * src/plugins/pgpmime/plugin.c
2619 * src/plugins/spamassassin/spamassassin.c
2620 * src/plugins/spamassassin/spamassassin.h
2621 * src/plugins/spamassassin/spamassassin_gtk.c
2622 * src/plugins/trayicon/README
2624 * tools/README.sylprint
2625 * tools/outlook2claws-mail.pl
2627 * tools/tb2claws-mail
2628 * tools/tbird2claws.py
2630 * tools/vcard2xml.py
2631 * tools/kdeservicemenu/README
2632 cleanups and corrections
2634 2007-05-06 [wwp] 2.9.1cvs47
2637 Fix missing dash to `display` command-line, reported
2638 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2640 2007-05-06 [colin] 2.9.1cvs46
2643 * src/stock_pixmap.c
2644 * src/stock_pixmap.h
2645 * src/pixmaps/printer.xpm
2648 2007-05-06 [paul] 2.9.1cvs45
2653 * src/summary_search.c
2657 2007-05-05 [wwp] 2.9.1cvs44
2661 * src/prefs_actions.c
2665 Fix "faild" typos everywhere and capitalization of
2668 2007-05-04 [colin] 2.9.1cvs43
2673 * src/plugins/pgpcore/prefs_gpg.c
2674 * src/plugins/pgpcore/prefs_gpg.h
2675 * src/plugins/pgpinline/pgpinline.c
2676 * src/plugins/pgpmime/pgpmime.c
2677 Add an API to warn about encryption limits,
2678 and allow to disable these warnings
2680 2007-05-03 [colin] 2.9.1cvs42
2684 Fix bug 1213, 'Delete more than
2687 2007-05-03 [wwp] 2.9.1cvs41
2689 * src/prefs_common.c
2690 * src/prefs_filtering.c
2691 * src/prefs_template.c
2692 * src/common/template.c
2693 * src/common/template.h
2694 * src/gtk/gtkutils.c
2695 * src/gtk/gtkutils.h
2696 Templates are no longer automatically sorted
2697 by name, but can be sorted manually using
2698 |< < > >| buttons as well as drag'n'drop.
2700 2007-05-03 [wwp] 2.9.1cvs40
2702 * src/plugins/spamassassin/spamassassin.c
2703 * src/plugins/spamassassin/spamassassin.h
2704 * src/plugins/spamassassin/spamassassin_gtk.c
2705 * src/plugins/bogofilter/bogofilter.c
2706 * src/plugins/bogofilter/bogofilter.h
2707 * src/plugins/bogofilter/bogofilter_gtk.c
2708 Added an option to conditionally mark saved spam
2709 as read (default is and was to do so).
2710 Satisfies feature request 1708539 on sf.net tracker.
2712 2007-05-03 [colin] 2.9.1cvs39
2715 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2717 2007-05-02 [colin] 2.9.1cvs38
2720 Fix bug 1209, 'Clicking on address
2721 in header (mailto uri) selects
2722 default account'. Patch adapted from
2725 2007-05-02 [colin] 2.9.1cvs37
2727 * src/grouplistdialog.c
2728 Set cursor to wait cursor while loading
2731 2007-05-02 [paul] 2.9.1cvs36
2735 rename cache and mark files
2738 2007-04-30 [paul] 2.9.1cvs35
2740 * manual/glossary.xml
2741 * manual/plugins.xml
2742 updates. Patch by Ricardo
2744 2007-04-29 [wwp] 2.9.1cvs34
2748 Fix few grammatical errors (patch by David Relson < relson at
2749 osagesoftware dot com >).
2751 2007-04-28 [colin] 2.9.1cvs33
2755 * src/prefs_account.c
2756 * src/prefs_account.h
2757 Drop the "Download all" preference. It's
2758 stupidly useless and confuses people from
2761 2007-04-27 [wwp] 2.9.1cvs32
2764 * src/prefs_account.c
2765 * src/prefs_account.h
2766 Don't reflect accounts changes to the mainwindow when it's
2769 2007-04-27 [colin] 2.9.1cvs31
2772 Freeze/thaw when sync'ing flags
2774 * src/prefs_account.c
2775 * src/prefs_account.h
2776 * src/etpan/imap-thread.c
2777 * src/etpan/imap-thread.h
2778 Add a way to use UID FETCH instead
2779 of searches to fetch message lists
2780 and flags. More expensive towards
2781 bandwidth, less expensive towards
2782 server's CPU. Probably fixes
2783 bug 1158, 'Scanning new folders on
2784 Exchange 2007 extremely slow'.
2787 2007-04-27 [paul] 2.9.1cvs30
2790 * src/prefs_logging.c
2791 improvements to english usage
2793 2007-04-27 [colin] 2.9.1cvs29
2796 Fix build without libetpan (my bad!)
2798 2007-04-26 [colin] 2.9.1cvs28
2802 Fix uselessly exported function
2804 Consider "- -- \n" as signature separator
2805 (that's what signature separators look like
2806 in PGP/Inline signed mails)
2808 2007-04-26 [colin] 2.9.1cvs27
2811 libetpan-0.49 is now required
2813 Fix double fetching of mails if
2816 Make offline sync faster, by
2817 remembering last change time, and
2820 2007-04-26 [hoa] 2.9.1cvs26
2826 * src/etpan/imap-thread.c
2827 * src/etpan/imap-thread.h
2828 cancellation of IMAP operations is now allowed.
2829 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2831 2007-04-26 [colin] 2.9.1cvs25
2834 Always fetch body+headers in folders that are
2835 synched for offline use, if "Synchronise as
2836 soon as possible" is set.
2837 Fixes bug 1200, 'Add option to always retrieve full
2840 2007-04-25 [colin] 2.9.1cvs24
2843 Fix bug 1198, 'Reply-all "disappearing" address bug
2846 2007-04-24 [colin] 2.9.1cvs23
2849 Fix bug 1195, 'Hardware key navigation'
2850 Make GDK_Enter toggle expansion (Maemo)
2852 2007-04-24 [wwp] 2.9.1cvs22
2855 Fix few compiler warnings.
2857 2007-04-24 [paul] 2.9.1cvs21
2860 * src/stock_pixmap.c
2861 * src/stock_pixmap.h
2862 complete last commit
2864 2007-04-24 [paul] 2.9.1cvs20
2867 * src/pixmaps/active.xpm
2868 * src/pixmaps/checkbox_off.xpm
2869 * src/pixmaps/checkbox_on.xpm
2870 * src/pixmaps/inactive.xpm
2872 remove transparent border from checkbox icons
2874 2007-04-24 [wwp] 2.9.1cvs19
2878 Fix a crash in textview, thanks to Colin.
2880 2007-04-23 [wwp] 2.9.1cvs18
2882 * src/prefs_common.c
2883 Fix 2.9.1cvs5: no header was being translated at all.
2885 2007-04-23 [colin] 2.9.1cvs17
2888 * src/stock_pixmap.c
2889 * src/stock_pixmap.h
2892 * src/gtk/gtksctree.c
2893 * src/gtk/gtksctree.h
2894 * src/pixmaps/selection.xpm
2895 Fix bug 1193, 'Need a way to multi-select
2896 items'. Add a toggle button to the summaryview
2897 to switch between normal and multiple selection
2900 2007-04-23 [colin] 2.9.1cvs16
2903 * src/stock_pixmap.c
2904 * src/stock_pixmap.h
2907 * src/gtk/gtksctree.c
2908 * src/gtk/gtksctree.h
2909 * src/pixmaps/selection.xpm
2910 Fix bug 1193, 'Need a way to multi-
2912 Add a toggle button in the summaryview
2913 to enable normal or multiple selection.
2916 2007-04-23 [colin] 2.9.1cvs15
2919 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2921 2007-04-21 [colin] 2.9.1cvs14
2923 * src/gtk/quicksearch.c
2924 Fix previous commit (actually use correct
2927 2007-04-21 [colin] 2.9.1cvs13
2929 * src/gtk/quicksearch.c
2930 Fix changing quicksearch type (after Esc,
2931 after changing Recursive, ...)
2933 2007-04-20 [wwp] 2.9.1cvs12
2935 * src/gtk/Makefile.am
2936 Added headers.h (completes 2.9.1cvs5).
2938 2007-04-20 [wwp] 2.9.1cvs11
2941 Fix the use of display name in name column,
2942 it has been overriden w/ the use of nickname
2943 by 2.9.0cvs3. Now nickname is used (if any)
2944 in case of LDAP books only.
2946 2007-04-20 [colin] 2.9.1cvs10
2951 Add handling of 'a' to loop in a mail's
2954 2007-04-20 [colin] 2.9.1cvs9
2957 Fix bug 1190, 'dir_open' button doesn't work'
2960 2007-04-20 [colin] 2.9.1cvs8
2964 Fix bug 1194, 'Hardware keys move from email
2965 list to account/directory list, but not back
2966 to email list...' (Maemo)
2968 2007-04-20 [colin] 2.9.1cvs7
2971 complete previous commit
2973 2007-04-20 [colin] 2.9.1cvs6
2976 Fix bug 1187, 'Reply-to addressee disappears
2977 when reply-to text box is clicked...' (Maemo)
2979 2007-04-20 [wwp] 2.9.1cvs5
2987 * src/prefs_common.c
2988 * src/prefs_common.h
2989 * src/prefs_display_header.c
2990 * src/prefs_matcher.c
2993 * src/gtk/quicksearch.c
2994 Translate more header names according to the relevant option value,
2995 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2996 Replaced nearly all uses of prefs_common.trans_hdr with a call
2997 to prefs_common_translated_header_name().
2998 Added a headers.h reference file that contains known header names
2999 (RFC2822 and others) to the translation process' input, so that
3000 translated header names will still exist even if no occurrence of
3001 _("headername") is found anymore in the sources.
3002 Don't translate column name 'Number' following to trans_hdr option
3003 value as it's not a header name.
3005 2007-04-20 [colin] 2.9.1cvs4
3007 * src/gtk/quicksearch.c
3008 * src/gtk/quicksearch.h
3009 Add "From, To or Subject" quicksearch
3010 type. Patch by ulfschaper@users.sf.net
3012 2007-04-20 [colin] 2.9.1cvs3
3015 Implement proper references filtering condition.
3016 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3018 2007-04-19 [wwp] 2.9.1cvs2
3020 * src/prefs_display_header.c
3021 * src/message_search.c
3022 Fix few warnings (g_free of const gchar*).
3024 2007-04-19 [paul] 2.9.1cvs1
3030 bump version number following
3033 2007-04-19 [paul] 2.9.0cvs9
3035 * manual/advanced.xml
3036 * manual/glossary.xml
3039 2007-04-18 [paul] 2.9.0cvs8
3042 fix for CVE-2007-1558 (APOP)
3045 2007-04-18 [paul] 2.9.0cvs7
3051 Fix encoding woes wrt saving of
3055 2007-04-18 [colin] 2.9.0cvs6
3057 * src/gtk/pluginwindow.c
3058 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3060 2007-04-17 [wwp] 2.9.0cvs5
3066 Fix --disable-ldap build,
3067 fix some LDAP annoyances on
3068 searches, thanks to Colin.
3070 2007-04-17 [wwp] 2.9.0cvs4
3073 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3074 like gcc 2.9x. Thanks to Colin.
3076 2007-04-17 [wwp] 2.9.0cvs3
3092 Add LDAP write support. Patch mostly by
3093 Michael <mir at datanom dot net>
3095 2007-04-17 [wwp] 2.9.0cvs2
3098 Prepend "Add to address book" to the context menu of compose window's sender and
3101 2007-04-16 [paul] 2.9.0cvs1
3106 2007-04-16 [paul] 2.9.0
3113 2007-04-16 [paul] 2.8.1cvs102
3116 updated by Fabien Vantard
3118 2007-04-16 [paul] 2.8.1cvs101
3128 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3129 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3130 Aleksandar Urosevic, and Ralgh Young
3132 2007-04-15 [mones] 2.8.1cvs100
3137 2007-04-14 [colin] 2.8.1cvs99
3139 * src/message_search.c
3140 * src/prefs_display_header.c
3141 * src/summary_search.c
3142 * src/gtk/combobox.c
3145 2007-04-14 [wwp] 2.8.1cvs98
3147 * src/gtk/combobox.c
3148 * src/message_search.c
3149 * src/summary_search.c
3150 * src/prefs_display_header.c
3151 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3152 returns NULL, get the text value directly from the GtkEntry child.
3154 2007-04-13 [colin] 2.8.1cvs97
3156 * src/gtk/quicksearch.c
3157 Give the focus back to summaryview when
3158 emptying the quicksearch with Esc
3160 2007-04-13 [colin] 2.8.1cvs96
3162 * src/message_search.c
3163 * src/prefs_display_header.c
3164 * src/summary_search.c
3165 Fix possibles crashes when getting text
3168 2007-04-13 [colin] 2.8.1cvs95
3171 Add some UIDL debugging
3173 2007-04-12 [colin] 2.8.1cvs94
3176 Force folder scan if necessary after
3177 copying mails, to be able to reapply
3180 2007-04-11 [colin] 2.8.1cvs93
3183 don't scan for new mail on startup if --select
3184 is specified (or race conditions arise). If so,
3185 do both sequentially.
3187 2007-04-09 [colin] 2.8.1cvs92
3190 Use leafpad by default on Maemo. Patch
3193 2007-04-06 [colin] 2.8.1cvs91
3195 * src/pixmaps/queue_close.xpm
3196 * src/pixmaps/queue_close_hrm.xpm
3197 * src/pixmaps/queue_close_hrm_mark.xpm
3198 * src/pixmaps/queue_close_mark.xpm
3199 * src/pixmaps/queue_open.xpm
3200 * src/pixmaps/queue_open_hrm.xpm
3201 * src/pixmaps/queue_open_hrm_mark.xpm
3202 * src/pixmaps/queue_open_mark.xpm
3203 Move the clock one pixel down :)
3205 2007-04-05 [colin] 2.8.1cvs90
3208 Don't sync when switching offline from
3209 command line - it's usually too late :)
3211 2007-04-05 [paul] 2.8.1cvs89
3214 * src/stock_pixmap.c
3215 * src/pixmaps/dir_close_hrm.xpm
3216 * src/pixmaps/dir_close_hrm_mark.xpm
3217 * src/pixmaps/drafts_close.xpm
3218 * src/pixmaps/drafts_close_mark.xpm
3219 * src/pixmaps/drafts_open.xpm
3220 * src/pixmaps/drafts_open_mark.xpm
3221 * src/pixmaps/inbox.xpm
3222 * src/pixmaps/inbox_close.xpm
3223 * src/pixmaps/inbox_close_hrm.xpm
3224 * src/pixmaps/inbox_close_hrm_mark.xpm
3225 * src/pixmaps/inbox_close_mark.xpm
3226 * src/pixmaps/inbox_hrm.xpm
3227 * src/pixmaps/inbox_hrm_mark.xpm
3228 * src/pixmaps/inbox_mark.xpm
3229 * src/pixmaps/inbox_open.xpm
3230 * src/pixmaps/inbox_open_hrm.xpm
3231 * src/pixmaps/inbox_open_hrm_mark.xpm
3232 * src/pixmaps/inbox_open_mark.xpm
3233 * src/pixmaps/outbox.xpm
3234 * src/pixmaps/outbox_close.xpm
3235 * src/pixmaps/outbox_close_hrm.xpm
3236 * src/pixmaps/outbox_close_hrm_mark.xpm
3237 * src/pixmaps/outbox_close_mark.xpm
3238 * src/pixmaps/outbox_hrm.xpm
3239 * src/pixmaps/outbox_hrm_mark.xpm
3240 * src/pixmaps/outbox_mark.xpm
3241 * src/pixmaps/outbox_open.xpm
3242 * src/pixmaps/outbox_open_hrm.xpm
3243 * src/pixmaps/outbox_open_hrm_mark.xpm
3244 * src/pixmaps/outbox_open_mark.xpm
3245 * src/pixmaps/queue_close.xpm
3246 * src/pixmaps/queue_close_hrm.xpm
3247 * src/pixmaps/queue_close_hrm_mark.xpm
3248 * src/pixmaps/queue_close_mark.xpm
3249 * src/pixmaps/queue_open.xpm
3250 * src/pixmaps/queue_open_hrm.xpm
3251 * src/pixmaps/queue_open_hrm_mark.xpm
3252 * src/pixmaps/queue_open_mark.xpm
3253 updated, added and replaced icons
3256 2007-04-04 [colin] 2.8.1cvs88
3259 Fix build without libetpan
3261 2007-04-03 [colin] 2.8.1cvs87
3264 Fix crash with Citadel, and try to make
3265 things work. this server (and specifically
3266 STATUS and APPEND at least) seems broken.
3268 2007-04-03 [colin] 2.8.1cvs86
3271 Fix icons on folder close
3273 2007-04-03 [colin] 2.8.1cvs85
3276 Fix double-ask of offline override in
3281 Much more efficient way to synchronise
3283 * src/etpan/imap-thread.c
3286 * src/gtk/quicksearch.c
3289 2007-04-03 [paul] 2.8.1cvs84
3294 * src/prefs_common.c
3295 * src/prefs_common.h
3297 Fix sync being done too late
3300 2007-04-02 [colin] 2.8.1cvs83
3303 Maemo: Put status and quicksearch at the top
3304 * src/plugins/bogofilter/bogofilter.c
3305 * src/plugins/spamassassin/spamassassin.c
3306 Derive trash from inbox if possible
3308 2007-04-02 [paul] 2.8.1cvs82
3310 * src/plugins/bogofilter/bogofilter_gtk.c
3311 a few English changes
3317 2007-04-02 [colin] 2.8.1cvs81
3319 * src/image_viewer.c
3320 Fix transparent images by using
3323 Flush events (on new windows) to avoid
3324 having the textview's image resize fail
3325 to know the available width
3327 2007-04-01 [colin] 2.8.1cvs80
3329 * src/prefs_account.c
3330 If no MH mailbox exist, when creating a POP/Local
3331 account, just create and use the default one
3332 instead of bailing with a "Mailbox doesn't exist"
3335 2007-03-31 [colin] 2.8.1cvs79
3337 * src/prefs_account.c
3338 Create signature file if it doesn't exist
3340 * src/prefs_toolbar.c
3341 Maemo: Move "Use default" on the left so
3342 that people can find it
3344 Maemo: make default editor "Maemopad",
3345 default signature file "MyDocs/signature.txt"
3347 2007-03-31 [colin] 2.8.1cvs78
3349 * src/prefs_account.c
3350 Maemo: rework account prefs so
3351 that less horizontal scrolling
3354 2007-03-31 [colin] 2.8.1cvs77
3357 * src/prefs_common.c
3358 * src/prefs_common.h
3359 Fix bug 1167, 'Allow not displaying zeros
3360 in folder list'. Patch by MartinP
3362 2007-03-31 [colin] 2.8.1cvs76
3367 2007-03-31 [colin] 2.8.1cvs75
3370 Apply patch from bug 1172, direct
3371 access to the folder's session instead
3372 of using getter. Patch by MartinP
3374 2007-03-31 [paul] 2.8.1cvs74
3377 no need to list Fabien twice!
3379 2007-03-31 [colin] 2.8.1cvs73
3382 If we're currently "overriding for %d minutes",
3385 2007-03-31 [colin] 2.8.1cvs72
3393 * src/plugins/spamassassin/spamassassin.c
3394 Offline override: Add a parameter to allow
3395 asking even if the override timer is running.
3396 Allows to ask every time the user makes an
3397 explicit action needing online access (such
3398 as Get Mail), and not when the action is
3399 implicit (such as opening an IMAP folder)
3401 2007-03-31 [colin] 2.8.1cvs71
3404 Override offline: "No" answer shouldn't
3405 re-ask after 3 seconds, but 10 minutes.
3407 2007-03-30 [colin] 2.8.1cvs70
3409 * src/common/socket.c
3410 Better error reporting on unix socket
3411 failure (bind usually)
3412 * src/gtk/gtkutils.c
3413 * src/gtk/gtkutils.h
3414 Label window: add a pulsing progress
3415 bar to show we're not hung :)
3418 * src/plugins/pgpcore/sgpgme.c
3421 2007-03-30 [colin] 2.8.1cvs69
3424 * src/prefs_common.c
3425 Fix possible trashing of history and uidl
3426 files on disk full problems
3428 2007-03-30 [paul] 2.8.1cvs68
3433 update summary when changing layout type
3434 (fixes wrong folder icon being displayed)
3437 2007-03-29 [colin] 2.8.1cvs67
3439 * src/prefs_ext_prog.c
3440 The browser pref is irrelevant on Maemo
3442 2007-03-29 [colin] 2.8.1cvs66
3446 Maemo: dynamically switch headers/text position
3447 * src/prefs_common.c
3448 Maemo: hide compose's ruler by default
3449 * src/common/socket.c
3450 * src/common/socket.h
3453 2007-03-29 [colin] 2.8.1cvs65
3455 * src/common/socket.c
3456 * src/common/socket.h
3457 Fix build when MAEMO_CFLAGS contains
3458 _X_OPENSOURCE (resolv.h errors as long
3459 as we don't add _BSD_SOURCE. Ugly).
3461 2007-03-29 [wwp] 2.8.1cvs64
3463 * src/prefs_logging.c
3464 Fix sensitivity of clip-log widgets in prefs/logging,
3467 2007-03-29 [wwp] 2.8.1cvs63
3470 Updated files list for translations, thanks to Fabien.
3472 2007-03-29 [colin] 2.8.1cvs62
3475 * src/common/Makefile.am
3476 * src/common/utils.c
3477 Maybe make URI opening work in Maemo
3480 2007-03-28 [colin] 2.8.1cvs61
3485 Add the possibility to sort folders arbitrarily
3486 (via editing of folderlist.xml only). Patch by
3487 Martin P <mp26+claws@os.inf.tu-dresden.de>
3488 Fixes bug 1166, 'Folder ordering is fixed and cannot
3489 be changed by the user'
3491 2007-03-28 [colin] 2.8.1cvs60
3494 Add popup menu for mime icons
3496 2007-03-28 [colin] 2.8.1cvs59
3499 Fix a layout issue when presenting
3500 mainwindow in Small screen layout
3503 Add a "Go to folder list" button for
3504 mainwindow, and make it default in
3507 2007-03-28 [colin] 2.8.1cvs58
3510 Don't dynamically update title on Maemo
3511 Patch by Jean-Luc Biord
3513 2007-03-27 [colin] 2.8.1cvs57
3518 Enable tap-and-hold on Maemo
3520 2007-03-26 [colin] 2.8.1cvs56
3523 More popup-menu (in attachments list)
3525 2007-03-26 [colin] 2.8.1cvs55
3528 Enable popup-menu signal
3530 2007-03-26 [colin] 2.8.1cvs54
3532 * src/plugins/pgpinline/pgpinline.c
3533 Fix bug 1111, 'PGP/inline plugin hides text
3534 around encrypted text block'. Patch based on
3535 a patch from Michal Cihar.
3537 2007-03-26 [wwp] 2.8.1cvs53
3540 Fix getting a false error when sending queued message
3541 whereas the sending was fine (if there are subfolders
3542 in the queue folder), thanks to Colin.
3544 2007-03-26 [paul] 2.8.1cvs52
3547 update FACE header in welcome message
3549 2007-03-25 [colin] 2.8.1cvs51
3554 2007-03-25 [colin] 2.8.1cvs50
3557 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3559 2007-03-24 [colin] 2.8.1cvs49
3562 Fix a few launch problems on Maemo
3563 Patch by Jean-Luc Biord
3565 2007-03-24 [wwp] 2.8.1cvs48
3571 Fix wrong action performed when closing the
3572 "ask about account specific filtering rules
3573 when filtering manually" dialog by pressing Escape.
3574 Fix wrong order of buttons in the "return receipt
3575 notification - the message was sent to several of
3576 your accounts" dialog.
3578 2007-03-24 [paul] 2.8.1cvs47
3581 an improvement to English usage
3582 * tools/kdeservicemenu/README
3585 2007-03-24 [paul] 2.8.1cvs46
3588 * src/stock_pixmap.c
3589 * src/pixmaps/edit_extern.xpm
3590 * src/pixmaps/mail_sign.xpm
3591 rescue long lost icons
3593 2007-03-24 [paul] 2.8.1cvs45
3596 fix toolbar (broken in 2.8.1cvs42)
3598 2007-03-23 [colin] 2.8.1cvs44
3601 Correctly unsubscribe/resubscribe after
3604 2007-03-23 [colin] 2.8.1cvs43
3606 * src/prefs_common.c
3607 Maemo: as the platform is light on RAM, allow
3608 caches to be discarded faster.
3610 2007-03-23 [colin] 2.8.1cvs42
3615 * src/stock_pixmap.c
3616 * src/stock_pixmap.h
3621 * src/pixmaps/open_mail.xpm
3622 Maemo changes: Add the possibility to have
3623 "Open Email" and "Close Window" buttons on
3624 toolbars (and use them in Maemo's default
3627 2007-03-23 [wwp] 2.8.1cvs41
3630 Reverted that part of the action dialog closure logics, to
3631 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3632 done later in a different way (or may not).
3634 2007-03-22 [wwp] 2.8.1cvs40
3637 Fix sticky action dialog when got no output but action command
3638 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3640 2007-03-22 [colin] 2.8.1cvs39
3642 * src/prefs_filtering.c
3643 * src/gtk/combobox.h
3644 Fix escaping account names in filtering prefs
3646 2007-03-22 [colin] 2.8.1cvs38
3651 Add any attribute specified in LDAP servers'
3652 Search attributes to the Other Attributes tab
3653 of contacts; Add 'telephoneNumber' in the
3656 2007-03-22 [colin] 2.8.1cvs37
3661 Try to prevent race conditions when
3662 changing the folder list
3664 Fix possible red folder icon when
3665 switching from Small screen layout
3668 2007-03-22 [colin] 2.8.1cvs36
3673 Rename "little screen" to "Small screen"
3674 * src/gtk/Makefile.am
3675 * src/common/utils.c
3677 Fix Maemo-related compilation problems
3679 2007-03-21 [colin] 2.8.1cvs35
3683 * claws-mail.desktop
3684 Remove .png from the Icon, it's useless
3686 2007-03-21 [colin] 2.8.1cvs34
3690 Add the necessary lib checking for
3693 2007-03-21 [colin] 2.8.1cvs33
3696 Fix unconditional "error happened" when
3697 sending via command-line. "lol @ myself"
3699 2007-03-21 [colin] 2.8.1cvs32
3701 * claws-mail-40x40.png
3702 * claws-mail-26x26.png
3712 * src/prefs_account.c
3713 * src/prefs_common.c
3714 * src/summary_search.c
3718 * src/gtk/gtkutils.c
3719 * src/gtk/gtkutils.h
3720 * src/gtk/logwindow.c
3722 * src/gtk/prefswindow.c
3723 Add Maemo port (patch mainly by Jean-Luc Biort)
3724 Add a new 'Little screen' layout to help on such
3725 platforms (patch by me)
3726 Make some default preferences different (more
3727 adapted) on Maemo (patch by me)
3729 2007-03-21 [wwp] 2.8.1cvs31
3731 * src/prefs_logging.c
3732 * src/prefs_logging.h
3733 Fixed copyright header of newly added files.
3735 2007-03-21 [wwp] 2.8.1cvs30
3751 * src/prefs_common.c
3752 * src/prefs_common.h
3753 * src/prefs_logging.c
3754 * src/prefs_logging.h
3757 * src/send_message.c
3762 * src/common/session.c
3764 * src/common/socket.c
3765 * src/etpan/imap-thread.c
3766 * src/gtk/logwindow.c
3767 * src/gtk/logwindow.h
3768 * src/plugins/bogofilter/bogofilter.c
3769 * src/plugins/spamassassin/spamassassin.c
3770 Added debugging of filtering/processing rules.
3771 The debug log is here 'Tools/Filtering debug window',
3772 the options there 'Configuration/Preferences/Other/Logging',
3773 and the log file is ~/.claws-mail/filtering.log.
3774 Moved protocol log prefs to 'Other/Logging' as well.
3775 To support such debugging feature, the existing log API has
3776 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3777 this impacts many external modules (commits follow).
3779 2007-03-21 [paul] 2.8.1cvs29
3781 * src/etpan/Makefile.am
3782 * src/etpan/imap-thread.c
3783 add missing #include
3785 2007-03-21 [colin] 2.8.1cvs28
3788 Fix bug 1157, 'some broken messages confuse
3789 mime parser'. Make sure we can't have MimeInfos
3790 with negative sizes.
3792 2007-03-20 [colin] 2.8.1cvs27
3795 Fix missing \0 on buffer
3797 2007-03-20 [colin] 2.8.1cvs26
3800 Use make_dir_hier instead of make_dir
3801 to create the MH mailbox
3803 2007-03-20 [colin] 2.8.1cvs25
3807 * src/prefs_account.c
3809 Fix default inbox weirdnesses (after wizard,
3810 if path is Mail, mailbox identifier is #mh/Mailbox,
3811 and when creating new accounts)
3813 2007-03-20 [colin] 2.8.1cvs24
3816 Write folderlist after adding/deleting accounts
3819 2007-03-20 [colin] 2.8.1cvs23
3822 * src/remotefolder.h
3823 Fix bug 1153, 'CM segfaults if IMAP folder is
3824 selected while scanning prior to update'
3826 2007-03-17 [paul] 2.8.1cvs22
3829 fix a typo, and be a little more verbose.
3831 2007-03-17 [wwp] 2.8.1cvs21