1 2007-08-21 [paul] 2.10.0cvs143
4 add check for ftp: to messageview_list_urls()
6 2007-08-21 [colin] 2.10.0cvs142
13 Fix bug 1293, 'LDAP address book not working'
14 Search only on specified fields, but fetch
15 every field possible. People will have to
16 reset the searched Attributes in their LDAP
19 2007-08-21 [wwp] 2.10.0cvs141
29 * src/editaddress_other_attributes_ldap.c
46 * src/prefs_customheader.c
47 * src/prefs_msg_colors.c
54 * src/common/ssl_certificate.c
57 * src/gtk/description_window.c
58 * src/plugins/demo/demo.c
59 * src/plugins/pgpcore/prefs_gpg.c
60 * src/plugins/spamassassin/libspamc.c
61 Make sure we use glib functions to send text messages (information,
62 debug, warning, errors) to stdout/stderr - no more direct puts
63 fputs printf fprintf to stdout/stderr when it can be done using
64 g_log*() and g_print/g_printerr. Doing this, we make sure every
65 stdout/stderr message is saved to log in Windows.
68 2007-08-21 [wwp] 2.10.0cvs140
72 Route glib's stdout/stderr messages to a log file (Windows only),
73 instead of loosing them.
75 2007-08-21 [paul] 2.10.0cvs139
78 replace deprecated g_strncasecmp()
82 2007-08-20 [ticho] 2.10.0cvs138
86 Copy all account preferences in account_clone() - some
89 Handle empty privacy system combobox gracefully (warning
92 2007-08-20 [colin] 2.10.0cvs137
97 2007-08-20 [paul] 2.10.0cvs136
107 patch by Michael Rasmussen
109 2007-08-19 [colin] 2.10.0cvs135
112 Fix previous commit. Sensitivity update is needed
113 for "Cancel receiving". However when batching we
114 don't need to do it for every message flag change,
115 just once at the start and once at the end.
117 2007-08-19 [colin] 2.10.0cvs134
120 Remove useless menu updates on session lock/unlock
122 2007-08-19 [colin] 2.10.0cvs133
124 * src/etpan/imap-thread.c
125 Make all fetch logs less verbose
127 2007-08-19 [paul] 2.10.0cvs132
132 fix bug 1286, 'Can't move a folder into a "Folders
135 2007-08-18 [ticho] 2.10.0cvs131
137 * src/editaddress_other_attributes_ldap.c
138 Converted option menu for other ldap attributes to GtkComboBox.
140 2007-08-18 [colin] 2.10.0cvs130
147 Revert 'send_dialog_mode' meaning to
148 'send_dialog_invisible', so that the
149 new checkbox doesn't change the
152 2007-08-18 [paul] 2.10.0cvs129
155 add missing menu update
157 2007-08-17 [colin] 2.10.0cvs128
160 Set batching after getting flags - maybe fixes
161 bug 1292, 'CM crashes on writing mail'
163 2007-08-16 [ticho] 2.10.0cvs127
166 Convert two GtkOptionMenu widgets to new GtkComboBox.
169 Allow NULL for GtkComboBox menuitem label, rendering such
170 items as row separators.
172 2007-08-16 [paul] 2.10.0cvs126
174 * src/plugins/trayicon/trayicon.c
175 remove wrongly used gettextisation
177 2007-08-15 [ticho] 2.10.0cvs125
180 Fixed a runtime warning where an attempt to pack an
181 already packed GtkLabel was made.
183 2007-08-15 [ticho] 2.10.0cvs124
185 * src/prefs_compose_writing.c
186 Convert the insert-or-attach-dragged-files GtkOptionMenu
189 2007-08-14 [ticho] 2.10.0cvs123
193 Changed return receipt account selector to GtkComboBox.
194 Fixed a runtime warning where GTK tried to parse
195 "name <email@address" as a Pango markup in an alertpanel label.
197 2007-08-14 [ticho] 2.10.0cvs122
199 * src/prefs_logging.c
200 Changed GtkOptionMenu in logging preferences to GtkComboBox.
202 2007-08-14 [wwp] 2.10.0cvs121
206 * tools/popfile-link.sh
207 Added a new tool: POPFile helper, to open
208 selected messages in POPFile control center,
209 in order to change the messages' status.
211 2007-08-14 [ticho] 2.10.0cvs120
218 Change "Show send dialog" optionmenu to a checkbutton.
219 * src/prefs_receive.c
220 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
222 2007-08-13 [wwp] 2.10.0cvs119
233 * src/partial_download.c
239 * src/gtk/gtkaspell.c
241 Make sure we never pass NULL pointers for %s substitutions
242 (prevent from crashing in Windows).
244 2007-08-13 [wwp] 2.10.0cvs118
247 Re-enable mmap_reads in Windows with some missing
248 CloseHandle of mapping objects, thanks to
251 2007-08-13 [paul] 2.10.0cvs117
254 fix bug 1287, 'Compile time problem on Solaris
255 (nexenta gnu/Solaris) utils.c'
256 Thanks to Piotr Chrzczonowicz
258 2007-08-12 [wwp] 2.10.0cvs116
260 * src/plugins/pgpcore/prefs_gpg.c
261 Don't try to unset a GPG_AGENT_INFO that was not
262 set (and don't use a NULL string in Windows, it was
263 crashing with --debug if GPG_AGENT_INFO was not set).
265 2007-08-12 [wwp] 2.10.0cvs115
268 Make gcc type-check arguments passed to privacy_set_error().
270 2007-08-12 [ticho] 2.10.0cvs114
272 * src/prefs_folder_item.c
273 Make sure that folder default account combobox always has some
276 Handle empty combobox gracefully (warning instead of crash).
278 2007-08-12 [ticho] 2.10.0cvs114
280 * src/prefs_folder_item.c
281 Make sure that folder default account combobox is not empty.
283 Handle empty combobox gracefully (warning instead of crash).
285 2007-08-11 [paul] 2.10.0cvs113
289 use 'subfolder' instead of 'sub-folder', matching
290 everywhere else the term is used
294 2007-08-10 [wwp] 2.10.0cvs112
297 Disable mmap reads in Windows only (at least temporarily), they
298 prevent from renaming/removing target cache files.
304 2007-08-10 [wwp] 2.10.0cvs111
307 fix unpredictable crashes in Windows due to broken
308 cache/mark/tags files writting (file were opened for
309 writing in text mode).
312 use gettimeofday() from w32lib.h on Windows.
314 2007-08-10 [colin] 2.10.0cvs110
317 * src/etpan/imap-thread.c
318 * src/etpan/imap-thread.h
319 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
321 2007-08-09 [colin] 2.10.0cvs109
324 Fix port being reset to 636 on SSL
326 Fix folder_item_get_msg_num_by_file
327 on drafts/queue folders
329 2007-08-09 [wwp] 2.10.0cvs108
332 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
333 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
336 2007-08-09 [colin] 2.10.0cvs107
340 * src/gtk/prefswindow.c
341 A few Maemo layout fixes
343 2007-08-09 [paul] 2.10.0cvs106
345 * src/prefs_account.c
346 remove the hyphen from plug-ins to
347 match everywhere else
349 2007-08-08 [wwp] 2.10.0cvs105
351 * src/prefs_folder_item.c
352 Fix an extraneous stealth ^L char.
354 2007-08-08 [wwp] 2.10.0cvs104
356 * src/prefs_folder_item.c
357 Better fix, group variables declarations (USE_ASPELL).
359 2007-08-08 [wwp] 2.10.0cvs103
361 * src/prefs_folder_item.c
362 Fix compilation w/ USE_ASPELL set (broken
365 2007-08-08 [ticho] 2.10.0cvs102
367 * src/prefs_folder_item.c
368 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
370 2007-08-08 [colin] 2.10.0cvs101
373 * src/etpan/imap-thread.c
374 * src/etpan/imap-thread.h
375 Close selected mailbox before doing
378 2007-08-08 [colin] 2.10.0cvs100
381 Complete symbol table, thanks to wwp.
382 Fixes bug 1284, 'The html -> text
383 converter ignores entities'
387 2007-08-08 [colin] 2.10.0cvs99
390 Better way to fetch UIDs on non-UIDPLUS servers
392 2007-08-07 [colin] 2.10.0cvs98
395 fix bug 1275, 'auto-saved draft messages not
396 always being removed'; Also, make multiple
397 copy (in the same account) faster by matching
398 source/destination message UIDs.
400 Don't try to reshow deleted mail
402 Fix leak on error path
404 2007-08-07 [wwp] 2.10.0cvs97
407 * manual/advanced.xml
408 * manual/fr/account.xml
409 * manual/fr/advanced.xml
410 Updated the reference manual and the French translation to
411 reflect 2.10.0cvs84: enable running folder Processing
414 2007-08-06 [wwp] 2.10.0cvs96
419 Allow changing the emphasis color used to highlight
420 the newsreader/x-mailer header value when it matches
421 our preferred mail agent (hidden pref 'emphasis_col' added
424 2007-08-06 [colin] 2.10.0cvs95
428 Re-commit 2.10.0cvs86, with a protection
429 against Pango bug. Also, try to fix
430 bug 1275, 'auto-saved draft messages not
431 always being removed'
433 2007-08-06 [wwp] 2.10.0cvs94
435 * src/gtk/quicksearch.c
436 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
438 2007-08-06 [ticho] 2.10.0cvs93
440 * src/prefs_account.c
442 Use GtkComboBox instead of GtkOptionMenu for privacy system
443 selection in account preferences.
445 2007-08-06 [wwp] 2.10.0cvs92
447 * src/plugins/pgpcore/plugin.def
448 Apply one more chunk from gpg4win's 03-w32-port patch.
450 2007-08-05 [colin] 2.10.0cvs91
454 reverting buggy patch for now
456 2007-08-05 [colin] 2.10.0cvs90
461 2007-08-04 [colin] 2.10.0cvs89
463 * src/prefs_summaries.c
464 * src/summary_search.c
465 Replace deprecated widgets. Patch by
468 2007-08-04 [colin] 2.10.0cvs88
471 Refresh GUI only every 2000 mails on mh_get_last_num
472 This is fast (readdir) and done only once per
475 2007-08-03 [colin] 2.10.0cvs87
477 * src/prefs_account.c
480 Fix a deprecated widget. Patch by
483 2007-08-03 [colin] 2.10.0cvs86
487 Make colorisation and wrapping algorithms
488 faster. Fixes bug 1246, 'compose becomes
489 increasingly slow replying to complex emails'
491 2007-08-03 [paul] 2.10.0cvs85
494 keep the window painted
496 2007-08-02 [paul] 2.10.0cvs84
501 enable running folder Processing
504 2007-08-02 [paul] 2.10.0cvs83
507 speed up/clean up rendering of larger
511 2007-08-01 [paul] 2.10.0cvs82
516 change default toolbar layout on maemo
517 * src/pixmaps/close.xpm
518 make the red cross a grey cross
519 * src/pixmaps/jpilot.xpm
520 make icon smaller so it fits better
522 2007-07-31 [paul] 2.10.0cvs81
526 fix crash on maemo on first launch
528 2007-07-30 [paul] 2.10.0cvs80
530 * src/prefs_matcher.c
531 specify the units of age and size
533 2007-07-30 [paul] 2.10.0cvs79
536 Fix IMAP timeout setting
538 2007-07-30 [colin] 2.10.0cvs78
540 * src/prefs_account.c
541 Fix a deprecated widget. Patch by
544 2007-07-27 [paul] 2.10.0cvs77
546 * src/matcher_parser_parse.y
547 * src/prefs_filtering_action.c
548 * src/prefs_matcher.c
549 these changes forgotten in cvs74's
550 'watch thread' feature
552 2007-07-27 [paul] 2.10.0cvs76
555 fix potential crasher
558 2007-07-27 [paul] 2.10.0cvs75
564 make mainwindow's /Help/Manual point to the
565 remote copy if the local copy doesn't exist
567 2007-07-27 [paul] 2.10.0cvs74
575 * src/matcher_parser_parse.y
584 * src/pixmaps/watchthread.xpm
585 add 'watch thread' feature
587 2007-07-27 [paul] 2.10.0cvs73
589 * src/prefs_folder_item.c
590 adjust labels, add tooltips
592 2007-07-27 [colin] 2.10.0cvs72
595 Maemo: Remove less used menu items
597 2007-07-26 [colin] 2.10.0cvs71
600 Maemo: destroy messageview after trashing mail.
601 Maybe should be done on X11 too
603 2007-07-26 [colin] 2.10.0cvs70
610 Add View/Show or Hide/Column headers
612 2007-07-26 [colin] 2.10.0cvs69
617 2007-07-26 [colin] 2.10.0cvs68
620 Fix possible crash on cache invalidation
624 * src/quote_fmt_parse.y
625 Make replying to mails with big attachments
626 much faster. Fixes bug 1224, 'The process of
627 Replying to emails with large attachments
628 seems unreasonably long...'
630 2007-07-26 [colin] 2.10.0cvs67
635 Fix threads use on BSDs
637 2007-07-26 [paul] 2.10.0cvs66
639 * src/gtk/prefswindow.c
640 fix account prefs breakage
643 2007-07-26 [paul] 2.10.0cvs65
646 standardise ./configure --help messages
648 2007-07-26 [colin] 2.10.0cvs64
652 Fix two vCard-related crashes
654 2007-07-25 [colin] 2.10.0cvs63
659 * src/prefs_receive.c
660 Maemo: Add a better way to notify of
666 Maemo: Various layout fixes
667 * src/gtk/prefswindow.c
668 Maemo: Better prefs layout
670 2007-07-25 [paul] 2.10.0cvs62
673 fix the layout on maemo
676 2007-07-25 [iwkse] 2.10.0cvs61
679 add 'o' shortcut on summaryview
681 2007-07-25 [iwkse] 2.10.0cvs60
686 2007-07-24 [colin] 2.10.0cvs59
689 Fix missing timestamp update on source
693 Better text layout on part's choices
695 2007-07-23 [colin] 2.10.0cvs58
699 Maemo: Automatically choose the correct application
701 * src/gtk/quicksearch.c
702 Make search run on GDK_KP_Enter too
704 2007-07-23 [wwp] 2.10.0cvs57
706 * src/quote_fmt_lex.l
707 Revert accidentaly committed lines (account_sig) in
710 2007-07-23 [wwp] 2.10.0cvs56
712 * src/quote_fmt_lex.l
713 Fix typos around long form expressions in the quote lexer.
719 2007-07-23 [colin] 2.10.0cvs55
722 Fix auto-completion on Maemo
724 2007-07-23 [colin] 2.10.0cvs54
727 Maemo: Fix sticking statusbars
729 2007-07-22 [colin] 2.10.0cvs53
732 Maemo: Fix the strange "top_application" info
733 at startup. We should do something when
734 receiving such a message.
736 2007-07-20 [paul] 2.10.0cvs52
739 add missing #include "statusbar.h"
741 2007-07-20 [colin] 2.10.0cvs51
745 * src/folder_item_prefs.c
746 * src/folder_item_prefs.h
754 * src/prefs_folder_item.c
755 Implement age-based caching: allow to
756 specify a threshold for the offline synchronisation
757 feature, and whether old cached bodies should
762 * src/plugins/dillo_viewer/dillo_viewer.c
763 Check that Dillo's installed
765 2007-07-20 [wwp] 2.10.0cvs50
769 Draw a frame around the selected mimeview part icon (instead of the
770 shifted 'dancing' icon).
772 2007-07-20 [colin] 2.10.0cvs49
775 Unref stuff even on error
777 disconnect signals only at the very
778 end of the wizard save.
780 2007-07-20 [colin] 2.10.0cvs48
786 Fix random crashes while navigating
789 2007-07-19 [colin] 2.10.0cvs47
798 Maemo: add an easy way to store data (mails
799 and IMAP/NNTP caches) on one of the SD cards,
800 and protect against unmounts if needed
802 2007-07-19 [paul] 2.10.0cvs46
807 * src/pixmaps/claws-mail_logo-small.xpm
808 implement a (slightly) different About
809 dialog for maemo and add a small version
812 use a scrolled window for wizard page 1
815 2007-07-19 [paul] 2.10.0cvs45
818 too soon for this line
820 2007-07-19 [paul] 2.10.0cvs44
825 2007-07-19 [colin] 2.10.0cvs43
828 Solve Mail/Mailbox name when specifying
831 2007-07-18 [colin] 2.10.0cvs42
837 2007-07-18 [colin] 2.10.0cvs41
840 Maemo: plug the online/offline system into
841 maemo's interfaces to have Claws automatically
842 switch according to the system status
844 Maemo: use HildonBanners to display status
845 messages. Renders the main statusbar useless.
847 2007-07-18 [paul] 2.10.0cvs40
850 fix screen blanking on moving/copying many msgs
852 fix processing progressbar and screen blanking
855 2007-07-18 [paul] 2.10.0cvs39
858 revert cvs37, breakage on maemo
860 2007-07-18 [paul] 2.10.0cvs38
863 make sure we can still build with older GTK's
865 2007-07-18 [colin] 2.10.0cvs37
868 Only hide the small layout's messageview, instead
869 of destroying it when closing
871 Use gtk_window_present_with_time to popup windows,
872 it seems to make things better with modern WMs
875 2007-07-17 [colin] 2.10.0cvs36
878 Simplify layout on Maemo
881 * src/prefs_display_header.c
882 Remove some headers by default on Maemo
884 2007-07-17 [paul] 2.10.0cvs35
888 * src/prefs_logging.c
890 add options to stop/enable writing logs to disc
892 2007-07-17 [paul] 2.10.0cvs34
895 fix some issues with the Apply tags window:
896 - set search column (enables autocompl in the treeview)
897 - apply tag from "New tag" if it existed
898 - clears New tag entry when adding it with the button
901 2007-07-17 [paul] 2.10.0cvs33
904 fix 'apply tags' dialogue weirdness
906 2007-07-16 [colin] 2.10.0cvs32
909 Fix double-loading of mails on Maemo
911 2007-07-16 [colin] 2.10.0cvs31
914 Prevent double-loading of the same part under some
915 conditions; hide statusbar on Maemo
917 2007-07-16 [colin] 2.10.0cvs30
923 Improve the tag interface - allow
924 to set/unset tags from a special
926 * src/gtk/gtkvscrollbutton.c
930 Fix Mimeview's ugly hacks in the
933 2007-07-16 [paul] 2.10.0cvs29
937 * src/gtk/icon_legend.c
938 put it all in a scrolled window
940 2007-07-15 [colin] 2.10.0cvs28
943 Maemo: force layout to be Small screen; the
944 others don't make sense
946 2007-07-14 [colin] 2.10.0cvs27
949 * src/gtk/gtkvscrollbutton.c
950 Maemo: Fix mimeview's buttons size
952 2007-07-14 [colin] 2.10.0cvs26
955 Fix the button workaround fix.
956 (Use the correct variable)
958 2007-07-14 [colin] 2.10.0cvs25
962 Maemo: put the progress bar in the
965 2007-07-14 [colin] 2.10.0cvs24
968 Maemo: hide statusbar by default
973 * src/pixmaps/go_folders.xpm
974 Maemo: Add a specific icon to go back to
977 2007-07-14 [colin] 2.10.0cvs23
980 Don't set homogeneous finally
982 2007-07-14 [colin] 2.10.0cvs22
985 Fix button show/hide issues
987 2007-07-14 [colin] 2.10.0cvs21
991 Fix button workaround to be able to click
992 if mouse was on button when it went un-
994 Revert previous commit, gtk_tool_item_set_homogeneous
995 doesn't mean what it seems to mean ;-)
997 2007-07-14 [paul] 2.10.0cvs20
1000 make homogeneous FALSE always
1002 2007-07-13 [colin] 2.10.0cvs19
1006 Rework to fit the non-deprecated API
1012 Maemo layout changes. Better toolbars,
1013 removal of CTree headers.
1015 2007-07-13 [paul] 2.10.0cvs18
1017 * src/gtk/colorlabel.c
1018 fix bug 1261, '[DE] coloring messages in overview
1019 keys are not localised'
1020 the string is now included in claws-mail.pot
1022 2007-07-13 [colin] 2.10.0cvs17
1025 Fix bug 1267, 'printing mutliple messages
1026 opens one message-dialog after the other'
1027 Ask for confirmation when printing 10
1030 2007-07-11 [colin] 2.10.0cvs16
1035 * manual/claws-mail-manual.xml
1037 * manual/es/claws-mail-manual.xml
1039 * manual/fr/claws-mail-manual.xml
1062 * src/addressbook_foldersel.c
1063 * src/addressbook_foldersel.h
1087 * src/customheader.c
1088 * src/customheader.h
1089 * src/displayheader.c
1090 * src/displayheader.h
1093 * src/editaddress_other_attributes_ldap.c
1094 * src/editaddress_other_attributes_ldap.h
1103 * src/editldap_basedn.c
1104 * src/editldap_basedn.h
1125 * src/folder_item_prefs.c
1126 * src/folder_item_prefs.h
1135 * src/grouplistdialog.c
1136 * src/grouplistdialog.h
1141 * src/image_viewer.c
1142 * src/image_viewer.h
1183 * src/matcher_parser.h
1184 * src/matcher_parser_lex.l
1185 * src/matcher_parser_parse.y
1188 * src/message_search.c
1189 * src/message_search.h
1208 * src/partial_download.c
1209 * src/partial_download.h
1214 * src/prefs_account.c
1215 * src/prefs_account.h
1216 * src/prefs_actions.c
1217 * src/prefs_actions.h
1218 * src/prefs_common.c
1219 * src/prefs_common.h
1220 * src/prefs_compose_writing.c
1221 * src/prefs_compose_writing.h
1222 * src/prefs_customheader.c
1223 * src/prefs_customheader.h
1224 * src/prefs_display_header.c
1225 * src/prefs_display_header.h
1226 * src/prefs_ext_prog.c
1227 * src/prefs_ext_prog.h
1228 * src/prefs_filtering.c
1229 * src/prefs_filtering.h
1230 * src/prefs_filtering_action.c
1231 * src/prefs_filtering_action.h
1232 * src/prefs_folder_column.c
1233 * src/prefs_folder_column.h
1234 * src/prefs_folder_item.c
1235 * src/prefs_folder_item.h
1240 * src/prefs_image_viewer.c
1241 * src/prefs_image_viewer.h
1242 * src/prefs_logging.c
1243 * src/prefs_logging.h
1244 * src/prefs_matcher.c
1245 * src/prefs_matcher.h
1246 * src/prefs_message.c
1247 * src/prefs_message.h
1248 * src/prefs_msg_colors.c
1249 * src/prefs_msg_colors.h
1254 * src/prefs_receive.c
1255 * src/prefs_receive.h
1258 * src/prefs_spelling.c
1259 * src/prefs_spelling.h
1260 * src/prefs_summaries.c
1261 * src/prefs_summaries.h
1262 * src/prefs_summary_column.c
1263 * src/prefs_summary_column.h
1264 * src/prefs_summary_open.c
1265 * src/prefs_summary_open.h
1266 * src/prefs_template.c
1267 * src/prefs_template.h
1268 * src/prefs_themes.c
1269 * src/prefs_themes.h
1270 * src/prefs_toolbar.c
1271 * src/prefs_toolbar.h
1272 * src/prefs_wrapping.c
1273 * src/prefs_wrapping.h
1283 * src/quote_fmt_lex.l
1284 * src/quote_fmt_parse.y
1287 * src/remotefolder.c
1288 * src/remotefolder.h
1289 * src/send_message.c
1290 * src/send_message.h
1293 * src/simple-gettext.c
1294 * src/sourcewindow.c
1295 * src/sourcewindow.h
1300 * src/stock_pixmap.c
1301 * src/stock_pixmap.h
1302 * src/summary_search.c
1303 * src/summary_search.h
1320 * src/common/base64.c
1321 * src/common/base64.h
1322 * src/common/claws.c
1323 * src/common/claws.h
1325 * src/common/fnmatch.c
1326 * src/common/fnmatch.h
1327 * src/common/fnmatch_loop.c
1328 * src/common/hooks.c
1329 * src/common/hooks.h
1334 * src/common/mgutils.c
1335 * src/common/mgutils.h
1338 * src/common/passcrypt.c
1339 * src/common/passcrypt.h.in
1340 * src/common/plugin.c
1341 * src/common/plugin.h
1342 * src/common/prefs.c
1343 * src/common/prefs.h
1344 * src/common/progressindicator.c
1345 * src/common/progressindicator.h
1346 * src/common/quoted-printable.c
1347 * src/common/quoted-printable.h
1348 * src/common/session.c
1349 * src/common/session.h
1352 * src/common/socket.c
1353 * src/common/socket.h
1356 * src/common/ssl_certificate.c
1357 * src/common/ssl_certificate.h
1358 * src/common/string_match.c
1359 * src/common/string_match.h
1360 * src/common/stringtable.c
1361 * src/common/stringtable.h
1364 * src/common/template.c
1365 * src/common/template.h
1366 * src/common/timing.h
1367 * src/common/utils.c
1368 * src/common/utils.h
1369 * src/common/uuencode.c
1370 * src/common/uuencode.h
1371 * src/common/version.h.in
1372 * src/common/w32_dirent.c
1373 * src/common/w32_reg.c
1374 * src/common/w32_signal.c
1375 * src/common/w32_stat.c
1376 * src/common/w32_stdlib.c
1377 * src/common/w32_string.c
1378 * src/common/w32_time.c
1379 * src/common/w32_unistd.c
1380 * src/common/w32_wait.c
1381 * src/common/w32lib.h
1384 * src/common/xmlprops.c
1385 * src/common/xmlprops.h
1386 * src/etpan/etpan-errors.h
1387 * src/etpan/etpan-thread-manager-types.h
1388 * src/etpan/etpan-thread-manager.c
1389 * src/etpan/etpan-thread-manager.h
1390 * src/etpan/imap-thread.c
1391 * src/etpan/imap-thread.h
1394 * src/gtk/colorlabel.c
1395 * src/gtk/colorlabel.h
1396 * src/gtk/colorsel.c
1397 * src/gtk/colorsel.h
1398 * src/gtk/combobox.c
1399 * src/gtk/combobox.h
1400 * src/gtk/description_window.c
1401 * src/gtk/description_window.h
1404 * src/gtk/foldersort.c
1405 * src/gtk/foldersort.h
1406 * src/gtk/gtkaspell.c
1407 * src/gtk/gtkaspell.h
1408 * src/gtk/gtksctree.c
1409 * src/gtk/gtkshruler.c
1410 * src/gtk/gtkshruler.h
1411 * src/gtk/gtksourceprintjob.c
1412 * src/gtk/gtksourceprintjob.h
1413 * src/gtk/gtkutils.c
1414 * src/gtk/gtkutils.h
1415 * src/gtk/gtkvscrollbutton.c
1416 * src/gtk/gtkvscrollbutton.h
1417 * src/gtk/icon_legend.c
1418 * src/gtk/icon_legend.h
1419 * src/gtk/inputdialog.c
1420 * src/gtk/inputdialog.h
1421 * src/gtk/logwindow.c
1422 * src/gtk/logwindow.h
1423 * src/gtk/manage_window.c
1424 * src/gtk/manage_window.h
1427 * src/gtk/pluginwindow.c
1428 * src/gtk/pluginwindow.h
1429 * src/gtk/prefswindow.c
1430 * src/gtk/prefswindow.h
1431 * src/gtk/progressdialog.c
1432 * src/gtk/progressdialog.h
1433 * src/gtk/quicksearch.c
1434 * src/gtk/quicksearch.h
1435 * src/gtk/sslcertwindow.c
1436 * src/gtk/sslcertwindow.h
1437 * src/plugins/bogofilter/bogofilter.c
1438 * src/plugins/bogofilter/bogofilter.h
1439 * src/plugins/bogofilter/bogofilter_gtk.c
1440 * src/plugins/clamav/clamav_plugin.c
1441 * src/plugins/clamav/clamav_plugin.h
1442 * src/plugins/clamav/clamav_plugin_gtk.c
1443 * src/plugins/demo/demo.c
1444 * src/plugins/dillo_viewer/dillo_prefs.c
1445 * src/plugins/dillo_viewer/dillo_prefs.h
1446 * src/plugins/dillo_viewer/dillo_viewer.c
1447 * src/plugins/pgpcore/passphrase.c
1448 * src/plugins/pgpcore/passphrase.h
1449 * src/plugins/pgpcore/pgp_viewer.c
1450 * src/plugins/pgpcore/pgp_viewer.h
1451 * src/plugins/pgpcore/plugin.c
1452 * src/plugins/pgpcore/prefs_gpg.c
1453 * src/plugins/pgpcore/prefs_gpg.h
1454 * src/plugins/pgpcore/select-keys.c
1455 * src/plugins/pgpcore/select-keys.h
1456 * src/plugins/pgpcore/sgpgme.c
1457 * src/plugins/pgpcore/sgpgme.h
1458 * src/plugins/pgpinline/pgpinline.c
1459 * src/plugins/pgpinline/pgpinline.h
1460 * src/plugins/pgpinline/plugin.c
1461 * src/plugins/pgpmime/pgpmime.c
1462 * src/plugins/pgpmime/pgpmime.h
1463 * src/plugins/pgpmime/plugin.c
1464 * src/plugins/spamassassin/spamassassin.c
1465 * src/plugins/spamassassin/spamassassin.h
1466 * src/plugins/spamassassin/spamassassin_gtk.c
1467 * src/plugins/trayicon/trayicon.c
1468 * src/plugins/trayicon/trayicon_prefs.c
1469 * src/plugins/trayicon/trayicon_prefs.h
1470 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1471 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1472 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1473 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1474 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1475 * tools/OOo2claws-mail.pl
1476 * tools/README.sylprint
1477 * tools/acroread2claws-mail.pl
1478 * tools/claws-mail-compose-insert-files.pl
1479 * tools/convert_mbox.pl
1480 * tools/filter_conv.pl
1481 * tools/filter_conv_new.pl
1483 * tools/freshmeat_search.pl
1484 * tools/google_search.pl
1485 * tools/kmail-mailbox2claws-mail.pl
1486 * tools/kmail2claws-mail.pl
1487 * tools/kmail2claws-mail_v2.pl
1489 * tools/make.themes.project
1490 * tools/multiwebsearch.pl
1491 * tools/nautilus2claws-mail.sh
1492 * tools/outlook2claws-mail.pl
1493 * tools/textviewer.sh
1494 * tools/thunderbird-filters-convertor.pl
1497 * tools/vcard2xml.py
1498 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1499 Upgrade to GPLv3 or later.
1501 2007-07-10 [wwp] 2.10.0cvs15
1504 Fix re-opening of all composing messages that were
1505 opened when closing the previous instance, thanks
1508 2007-07-10 [paul] 2.10.0cvs14
1510 * src/editaddress_other_attributes_ldap.c
1512 fix crash on selecting 'other attributes' combo
1513 for either a new entry or an old entry with no
1514 existing attributes.
1515 fix bug on editing multiple attributes which
1516 resulted them all having the value of the last
1520 2007-07-10 [colin] 2.10.0cvs13
1523 * src/editaddress_other_attributes_ldap.h
1525 Fix --disable-ldap build
1527 2007-07-09 [colin] 2.10.0cvs12
1533 * src/editaddress_other_attributes_ldap.c
1534 * src/editaddress_other_attributes_ldap.h
1539 Add capability to edit all inetOrgPerson
1540 attributes on LDAP. Patch by Michael
1543 2007-07-09 [colin] 2.10.0cvs11
1549 * src/prefs_summaries.c
1550 * src/prefs_themes.c
1552 * src/common/Makefile.am
1554 * src/common/timing.h
1555 * src/common/utils.c
1556 * src/common/utils.h
1557 * src/common/w32_account.c
1558 * src/common/w32lib.h
1559 * src/gtk/Makefile.am
1560 * src/gtk/colorlabel.c
1561 * src/plugins/pgpcore/Makefile.am
1562 * src/plugins/pgpcore/claws.def
1563 * src/plugins/pgpcore/passphrase.c
1564 * src/plugins/pgpcore/pgp_viewer.c
1565 * src/plugins/pgpcore/plugin.def
1566 * src/plugins/pgpcore/sgpgme.c
1567 * src/plugins/pgpinline/Makefile.am
1568 * src/plugins/pgpinline/claws.def
1569 * src/plugins/pgpinline/mypgpcore.def
1570 * src/plugins/pgpinline/plugin.def
1571 * src/plugins/pgpmime/Makefile.am
1572 * src/plugins/pgpmime/claws.def
1573 * src/plugins/pgpmime/mypgpcore.def
1574 * src/plugins/pgpmime/plugin.def
1575 Commit win32 patch, from Werner Koch and
1578 2007-07-09 [colin] 2.10.0cvs10
1580 * src/prefs_toolbar.c
1581 Fix crash when no actions exist
1583 2007-07-07 [paul] 2.10.0cvs9
1586 * manual/claws-mail-manual.xml
1587 update copyright year
1589 updated by Flammie Pirinen
1591 2007-07-05 [wwp] 2.10.0cvs8
1593 * src/plugins/clamav/clamav_plugin_gtk.c
1594 Make vertical spacing like in other plugin prefs pages.
1596 2007-07-05 [wwp] 2.10.0cvs7
1599 It's %am that works, not %ae (this doc incoherence has been
1600 introduced with 2.9.2cvs13).
1602 2007-07-04 [wwp] 2.10.0cvs6
1604 * src/plugins/bogofilter/bogofilter.c
1605 Gettext-ize an occurrence of "Any" that wasn't.
1607 2007-07-04 [colin] 2.10.0cvs5
1610 Fix untranslated strings; thanks
1613 2007-07-03 [colin] 2.10.0cvs4
1617 Fix saving of sort mode for tags and
1618 thread date. Thanks to Pierre Ossman.
1619 Completes fix for bug 1233
1621 2007-07-03 [paul] 2.10.0cvs3
1629 2007-07-02 [colin] 2.10.0cvs2
1635 Add View/Sort/by Thread date
1636 Fixes bug 1233, 'Capability to sort
1637 threads by most recent message'
1638 Based on a patch by Paul Rolland
1640 2007-07-02 [colin] 2.10.0cvs1
1657 * src/matcher_parser_parse.y
1661 * src/prefs_common.c
1662 * src/prefs_common.h
1663 * src/prefs_filtering_action.c
1664 * src/prefs_matcher.c
1665 * src/prefs_summary_column.c
1669 * src/quote_fmt_lex.l
1670 * src/quote_fmt_parse.y
1674 * src/common/Makefile.am
1678 * src/gtk/quicksearch.c
1679 * src/gtk/quicksearch.h
1680 Add Tags implementation. Tags are arbitrary labels
1681 that can be applied to messages. It is possible
1682 to create, edit, remove tags; apply them to mails;
1683 filter on tags or tag presence; apply or unset
1684 tags via filtering actions; reference tags in
1687 2007-07-02 [paul] 2.10.0
1694 2007-07-02 [paul] 2.9.2cvs78
1704 updated by Stephan Sachse, me, Ricardo Mones
1705 Lastra, Fabien Vantard, Pader Rezso, Frederico
1706 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1708 2007-07-02 [paul] 2.9.2cvs77
1713 2007-06-29 [wwp] 2.9.2cvs76
1716 Fix a typo (thanks to Ricardo for finding this out).
1718 2007-06-28 [paul] 2.9.2cvs75
1723 2007-06-28 [paul] 2.9.2cvs74
1726 fix bug in the autotools build system.
1727 Files cataloged under EXTRA_DIST were never
1728 automatically copied to the build tree.
1729 (fix 'make distcheck')
1730 Patch by Michael Rasmussen.
1732 2007-06-24 [colin] 2.9.2cvs73
1735 Fix bug 1249, 'Error handling for
1736 news errors needs modification'
1737 Only popup error if the according
1738 pref in Prefs/Receive is set.
1740 2007-06-21 [colin] 2.9.2cvs72
1742 * src/common/plugin.c
1743 * src/common/plugin.h
1744 Change plugin API to know whether it's safe to
1745 unload plugins or whether we should just hide
1746 them. Fixes bug 1248, 'Core dumps after
1747 unloading plugin and clicking on load plugins'
1748 * src/plugins/bogofilter/bogofilter.c
1749 * src/plugins/clamav/clamav_plugin.c
1750 * src/plugins/demo/demo.c
1751 * src/plugins/dillo_viewer/dillo_viewer.c
1752 * src/plugins/pgpcore/plugin.c
1753 * src/plugins/pgpinline/plugin.c
1754 * src/plugins/pgpmime/plugin.c
1755 * src/plugins/spamassassin/spamassassin.c
1756 * src/plugins/trayicon/trayicon.c
1759 2007-06-19 [colin] 2.9.2cvs71
1763 Fix crash mentioned in bug 1246
1764 Race condition when automatically drafting
1765 due to insertion on reedit.
1767 2007-06-18 [wwp] 2.9.2cvs70
1770 LDIF import: use a "Proceed" button to complete
1773 2007-06-18 [paul] 2.9.2cvs69
1776 use pkgconfig to check for gtk and glib
1778 2007-06-17 [wwp] 2.9.2cvs68
1782 LDIF import: better error handling, minor code
1783 and UI cleanup, and renamed the Save button
1784 to Close, as imported stuff is already saved
1785 when the Save button is shown.
1787 2007-06-17 [colin] 2.9.2cvs67
1789 * src/prefs_summaries.c
1791 Don't set as read when forwarded, only replied to
1793 2007-06-17 [paul] 2.9.2cvs66
1796 add missing #include
1798 2007-06-16 [colin] 2.9.2cvs65
1800 * src/prefs_summaries.c
1802 Change the pref "Only mark as read when opened
1803 in new window" to "..., replied to or forwarded".
1804 Based on a patch by Paul Rolland.
1806 2007-06-16 [paul] 2.9.2cvs64
1809 alphabetical order! :)
1811 2007-06-16 [colin] 2.9.2cvs63
1815 Add Michael Rasmussen in authors list
1817 2007-06-16 [colin] 2.9.2cvs62
1820 Fix messageview_copy_clipboard to take advantage
1821 of plugins' get_selection.
1823 2007-06-15 [colin] 2.9.2cvs61
1829 * src/message_search.c
1831 * src/summary_search.c
1834 Allow GDK_KP_Enter to do the same as GDK_Return
1835 Patch by Michael Rasmussen
1837 2007-06-15 [paul] 2.9.2cvs60
1840 fix bug when closing a compose window
1843 2007-06-14 [paul] 2.9.2cvs59
1847 migrate sylpheed config
1849 2007-06-14 [wwp] 2.9.2cvs58
1851 * src/gtk/pluginwindow.c
1852 Yet another attempt to fix sizing/alignment of the
1853 button bar in plugins window.
1855 2007-06-12 [colin] 2.9.2cvs57
1860 * src/prefs_common.c
1861 * src/prefs_common.h
1862 * src/prefs_summaries.c
1863 * src/prefs_summary_open.c
1864 * src/prefs_summary_open.h
1866 Make "when entering a folder" actions more personalisable
1868 2007-06-12 [wwp] 2.9.2cvs56
1871 Use short description from Paul (mairix.sh).
1873 2007-06-12 [wwp] 2.9.2cvs55
1876 Updated info about mairix.sh.
1878 2007-06-11 [paul] 2.9.2cvs54
1880 * src/prefs_logging.c
1881 rework log window length widgets
1882 and some sensitivity fixes
1884 2007-06-11 [paul] 2.9.2cvs53
1887 * src/prefs_logging.c
1888 rename 'Protocol Log' to 'Network Log'
1889 and some function renaming
1891 2007-06-10 [wwp] 2.9.2cvs52
1893 * src/gtk/pluginwindow.c
1896 2007-06-10 [wwp] 2.9.2cvs51
1898 * src/gtk/pluginwindow.c
1899 Fix button bar in plugin window, was centered and not
1900 behaving like other dialogs w/ such button bar.
1902 2007-06-08 [wwp] 2.9.2cvs50
1909 Provide a way out of automatic draft saving on IMAP, when
1911 Prevent drafting while sending and quitting while sending.
1916 2007-06-08 [wwp] 2.9.2cvs49
1918 * src/prefs_account.c
1919 * src/gtk/prefswindow.c
1920 * src/gtk/prefswindow.h
1921 Activate the Basic page when opening account prefs.
1923 2007-06-08 [wwp] 2.9.2cvs48
1925 * src/common/socket.c
1926 Don't crash if fork() fails, thanks to Colin.
1928 2007-06-08 [wwp] 2.9.2cvs47
1930 * src/gtk/prefswindow.c
1931 Wrap some long lines, and reset horizontal scroller's adjusment
1932 (this was already done, vertically), when changing tab (not page)
1935 2007-06-08 [paul] 2.9.2cvs46
1937 * src/common/utils.c
1938 use gethostname() instead of uname()
1939 based on a patch by Michael Hughes
1940 <Sylpheed-Claws_user@thehugheslogcabin.net>
1942 2007-06-07 [wwp] 2.9.2cvs45
1944 * src/prefs_common.c
1945 Fix some useless warnings, thanks to Colin.
1947 2007-06-06 [colin] 2.9.2cvs44
1950 Fix strange allocations.
1952 2007-06-06 [colin] 2.9.2cvs43
1955 Patch by Michael Rasmussus to help
1958 2007-06-05 [wwp] 2.9.2cvs42
1960 * src/prefs_account.c
1961 * src/prefs_folder_item.c
1965 Per-folder templates can now be applied recursively.
1966 Always save per-folder templates (formats were erroneously
1967 saved only if they were enabled).
1968 Check for validity of quotation marks everywhere there
1971 2007-06-05 [wwp] 2.9.2cvs41
1974 Fix incoming messages from local accounts always getting filtered
1975 (even if the account prefs say don't), thanks to Colin.
1977 2007-06-05 [wwp] 2.9.2cvs40
1981 Use per-folder/per-account quote chars when applying a
1982 template or inserting text as well. Const'ify some
1985 2007-06-04 [colin] 2.9.2cvs39
1988 More work for wwp :)
1990 2007-06-04 [wwp] 2.9.2cvs38
1993 Same as 2.9.2cvs36 but for forwarding.
1995 2007-06-04 [colin] 2.9.2cvs37
1998 Use original mail file for forward/redirect
1999 Fixes some forwarded mails to be attached as
2000 application/octet-stream (when they have binary
2001 parts), and incidentally fixes bug 848
2002 'Redirect breaks GnuPG'
2004 2007-06-04 [wwp] 2.9.2cvs36
2007 Fix quote mark mis-initialisation when replying/forwarding
2008 (introduced w/ 2.9.2cvs20).
2010 2007-06-04 [wwp] 2.9.2cvs35
2012 * src/prefs_compose_writing.c
2014 Fix a bug where Quotation characters (prefs/compose/writing)
2015 was cleared (introduced w/ 2.9.2cvs26).
2017 2007-06-04 [wwp] 2.9.2cvs34
2019 * src/prefs_account.c
2020 * src/prefs_account.h
2021 Better fix for compiling w/o aspell (rollbacks
2024 2007-06-04 [wwp] 2.9.2cvs33
2027 * src/prefs_account.c
2028 * src/prefs_account.h
2030 It's now possible to disable mail filtering plugins
2031 on a per-account basis.
2033 2007-06-04 [wwp] 2.9.2cvs32
2036 * src/common/utils.c
2037 * src/common/utils.h
2038 Support CRLF in headers part of messages.
2039 Support few more date formats (RFC3339 subsets).
2041 2007-06-04 [wwp] 2.9.2cvs31
2043 * src/prefs_account.c
2044 Fix compiling w/o aspell support.
2046 2007-06-03 [wwp] 2.9.2cvs30
2049 Don't decode leading ENV_ and ~ in P_PASSWORD
2052 2007-06-03 [wwp] 2.9.2cvs29
2055 Don't decode leading ENV_ and ~ in P_PASSWORD
2058 2007-06-03 [wwp] 2.9.2cvs28
2060 * src/prefs_account.c
2061 * src/gtk/prefswindow.c
2062 * src/gtk/prefswindow.h
2063 Added a way to force preloading of all pages
2065 Moved tabs to pages in account prefs.
2067 2007-06-02 [colin] 2.9.2cvs27
2070 Fix possible crash, fix ldap write bugs
2072 Fix ldap write bugs - patch by Michael
2076 Add a hook whenever alertpanel opens/closes
2078 2007-05-31 [wwp] 2.9.2cvs26
2080 * src/prefs_compose_writing.c
2082 Re-organized writing options a bit:
2083 - renamed the Quoting page to Templates
2084 - moved all composing templates to that page
2085 - moved non-templates options to the Writing one,
2086 grouped reply-related options, reordered reply and
2089 2007-05-31 [wwp] 2.9.2cvs25
2092 Removed unused code.
2094 2007-05-31 [colin] 2.9.2cvs24
2097 Fix missing display name when modifying
2098 LDAP. Patch by Michael Rasmussen
2100 2007-05-31 [wwp] 2.9.2cvs23
2102 * src/plugins/bogofilter/Makefile.am
2103 * src/plugins/clamav/Makefile.am
2104 * src/plugins/demo/Makefile.am
2105 * src/plugins/dillo_viewer/Makefile.am
2106 * src/plugins/spamassassin/Makefile.am
2107 Fix building of those plugins in Mac OS X.
2109 2007-05-30 [wwp] 2.9.2cvs22
2111 * src/gtk/quicksearch.c
2112 Fix missing initialization.
2114 2007-05-30 [wwp] 2.9.2cvs21
2117 Revert accidental commit (debug outputs).
2119 2007-05-30 [wwp] 2.9.2cvs20
2122 * src/folder_item_prefs.c
2123 * src/folder_item_prefs.h
2124 * src/prefs_account.c
2125 * src/prefs_account.h
2126 * src/prefs_folder_item.c
2129 Implemented per-account and per-folder
2130 compose/reply/forward formats.
2132 2007-05-30 [wwp] 2.9.2cvs19
2134 * src/prefs_compose_writing.c
2139 Internal API changes (factorize quote format
2142 2007-05-30 [colin] 2.9.2cvs18
2145 Fix race where it's possible to re-click Send
2146 between end of SMTP session and end of "move to
2147 sent folder" when sending an email with send
2150 2007-05-30 [colin] 2.9.2cvs17
2153 Ask for backtrace on all threads. Patch by
2156 Fix stale news statusbar when scanning fails.
2159 Fix some LDAP write updates bugs. Patch
2160 by Michael Rasmussen
2162 2007-05-29 [colin] 2.9.2cvs16
2165 Fix loss of local flags when moving mails
2166 on IMAP in high-bandwidth mode (UID FETCH)
2168 2007-05-25 [paul] 2.9.2cvs15
2170 * src/common/socket.c
2171 fix sometimes crasher on cancelling
2174 2007-05-25 [colin] 2.9.2cvs14
2179 Be more helpful in the subscription
2182 2007-05-23 [wwp] 2.9.2cvs13
2185 * src/prefs_compose_writing.c
2187 * src/prefs_template.c
2188 * src/prefs_template.h
2191 * src/quote_fmt_lex.l
2192 * src/quote_fmt_parse.y
2193 Introduced new syntax elements (symbols and commands)
2194 in templates/quote_fmt. Compatibility w/ old
2196 Updated and reworked the corresponding Information
2198 Display the line number in dialogs that talk about
2199 parser errors (in addition to the error message in
2202 2007-05-23 [wwp] 2.9.2cvs12
2204 * src/quote_fmt_parse.y
2205 Fix 2.9.2cvs11, probably a paste accident ;).
2207 2007-05-23 [wwp] 2.9.2cvs11
2210 * src/prefs_template.c
2212 * src/quote_fmt_parse.y
2213 Fix 2.9.2cvs10, which broke --disable-aspell.
2215 2007-05-22 [wwp] 2.9.2cvs10
2218 * src/prefs_template.c
2221 * src/quote_fmt_lex.l
2222 * src/quote_fmt_parse.y
2223 * src/gtk/gtkaspell.c
2224 * src/gtk/gtkaspell.h
2225 Added template/quote format syntactical elements
2227 - current dictionary
2228 %T to show (shows empty if not set or not enabled),
2229 ?T and !T to check if the default dictionary is
2231 - current account's default dictionary
2232 %aT to show (empty if not set or not enabled),
2233 ?aT and !aT to check if it's enabled and set
2234 - name completion for an address, from the address
2236 %ABf, %ABt, %ABc respectively show the full name got
2237 from the address book if From, To or Cc match a single
2239 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2240 matches any contact and if the full name is non-empty.
2241 If From, To or Cc are lists of email addresses, only
2242 the first address will be checked.
2243 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2244 that could show a trailing ','.
2245 Also, template/quote_fmt parser now shows the line number in case
2248 2007-05-15 [colin] 2.9.2cvs9
2252 Add a public function to know whether Claws
2254 Store opened folder when exiting
2257 Store last opened message in each FolderItem;
2258 Reset last seen messages if Claws crashed, so
2259 that one can't go in an infinite crash in case
2260 a particular mail crashes Claws.
2262 * src/prefs_common.c
2263 * src/prefs_common.h
2265 * src/prefs_summaries.c
2266 Add "Select last opened message" when entering
2268 Add "Select last opened folder" at startup.
2270 2007-05-14 [colin] 2.9.2cvs8
2273 Fix bashism, search for xml catalog
2274 in /usr/local/share/xml/catalog too
2277 2007-05-13 [wwp] 2.9.2cvs7
2279 * src/gtk/logwindow.c
2280 fix raising log windows when they are either minimized or
2283 2007-05-11 [colin] 2.9.2cvs6
2286 Use Hildon's file chooser on Maemo. Patch
2287 by Jean-Luc Biord; fixes part 2 of bug 1201,
2288 'File attachment "manipulation" bugs...'
2290 2007-05-10 [wwp] 2.9.2cvs5
2292 * src/prefs_common.c
2293 * src/prefs_common.h
2294 * src/gtk/quicksearch.c
2295 Add a quicksearch option to automatically run
2296 a search selected from the history (this option
2297 is exclusive towards type-ahead).
2299 2007-05-10 [colin] 2.9.2cvs4
2302 Fix g_warnings, thanks to Brian
2305 2007-05-09 [colin] 2.9.2cvs3
2310 * src/prefs_summaries.c
2313 * src/common/utils.c
2314 * src/gtk/gtksourceprintjob.c
2315 * src/gtk/sslcertwindow.c
2316 Use the re-entrant variant of time functions
2317 Probably fixes bug 1217, 'reentrancy problems
2318 with time functions'
2320 2007-05-09 [colin] 2.9.2cvs2
2323 Fix crasher when reconnection fails
2325 2007-05-08 [paul] 2.9.2cvs1
2331 bump version number following
2334 2007-05-08 [paul] 2.9.1cvs48
2336 * src/plugins/demo/demo.c
2337 * src/plugins/dillo_viewer/dillo_prefs.c
2338 * src/plugins/dillo_viewer/dillo_prefs.h
2339 * src/plugins/dillo_viewer/dillo_viewer.c
2340 * src/plugins/pgpcore/pgp_viewer.c
2341 * src/plugins/pgpcore/pgp_viewer.h
2342 * src/plugins/pgpcore/plugin.c
2343 * src/plugins/pgpcore/prefs_gpg.c
2344 * src/plugins/pgpcore/prefs_gpg.h
2345 * src/plugins/pgpcore/sgpgme.c
2346 * src/plugins/pgpcore/sgpgme.h
2347 * src/plugins/pgpinline/plugin.c
2348 * src/plugins/pgpmime/pgpmime.c
2349 * src/plugins/pgpmime/pgpmime.h
2350 * src/plugins/pgpmime/plugin.c
2351 * src/plugins/spamassassin/spamassassin.c
2352 * src/plugins/spamassassin/spamassassin.h
2353 * src/plugins/spamassassin/spamassassin_gtk.c
2354 * src/plugins/trayicon/README
2356 * tools/README.sylprint
2357 * tools/outlook2claws-mail.pl
2359 * tools/tb2claws-mail
2360 * tools/tbird2claws.py
2362 * tools/vcard2xml.py
2363 * tools/kdeservicemenu/README
2364 cleanups and corrections
2366 2007-05-06 [wwp] 2.9.1cvs47
2369 Fix missing dash to `display` command-line, reported
2370 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2372 2007-05-06 [colin] 2.9.1cvs46
2375 * src/stock_pixmap.c
2376 * src/stock_pixmap.h
2377 * src/pixmaps/printer.xpm
2380 2007-05-06 [paul] 2.9.1cvs45
2385 * src/summary_search.c
2389 2007-05-05 [wwp] 2.9.1cvs44
2393 * src/prefs_actions.c
2397 Fix "faild" typos everywhere and capitalization of
2400 2007-05-04 [colin] 2.9.1cvs43
2405 * src/plugins/pgpcore/prefs_gpg.c
2406 * src/plugins/pgpcore/prefs_gpg.h
2407 * src/plugins/pgpinline/pgpinline.c
2408 * src/plugins/pgpmime/pgpmime.c
2409 Add an API to warn about encryption limits,
2410 and allow to disable these warnings
2412 2007-05-03 [colin] 2.9.1cvs42
2416 Fix bug 1213, 'Delete more than
2419 2007-05-03 [wwp] 2.9.1cvs41
2421 * src/prefs_common.c
2422 * src/prefs_filtering.c
2423 * src/prefs_template.c
2424 * src/common/template.c
2425 * src/common/template.h
2426 * src/gtk/gtkutils.c
2427 * src/gtk/gtkutils.h
2428 Templates are no longer automatically sorted
2429 by name, but can be sorted manually using
2430 |< < > >| buttons as well as drag'n'drop.
2432 2007-05-03 [wwp] 2.9.1cvs40
2434 * src/plugins/spamassassin/spamassassin.c
2435 * src/plugins/spamassassin/spamassassin.h
2436 * src/plugins/spamassassin/spamassassin_gtk.c
2437 * src/plugins/bogofilter/bogofilter.c
2438 * src/plugins/bogofilter/bogofilter.h
2439 * src/plugins/bogofilter/bogofilter_gtk.c
2440 Added an option to conditionally mark saved spam
2441 as read (default is and was to do so).
2442 Satisfies feature request 1708539 on sf.net tracker.
2444 2007-05-03 [colin] 2.9.1cvs39
2447 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2449 2007-05-02 [colin] 2.9.1cvs38
2452 Fix bug 1209, 'Clicking on address
2453 in header (mailto uri) selects
2454 default account'. Patch adapted from
2457 2007-05-02 [colin] 2.9.1cvs37
2459 * src/grouplistdialog.c
2460 Set cursor to wait cursor while loading
2463 2007-05-02 [paul] 2.9.1cvs36
2467 rename cache and mark files
2470 2007-04-30 [paul] 2.9.1cvs35
2472 * manual/glossary.xml
2473 * manual/plugins.xml
2474 updates. Patch by Ricardo
2476 2007-04-29 [wwp] 2.9.1cvs34
2480 Fix few grammatical errors (patch by David Relson < relson at
2481 osagesoftware dot com >).
2483 2007-04-28 [colin] 2.9.1cvs33
2487 * src/prefs_account.c
2488 * src/prefs_account.h
2489 Drop the "Download all" preference. It's
2490 stupidly useless and confuses people from
2493 2007-04-27 [wwp] 2.9.1cvs32
2496 * src/prefs_account.c
2497 * src/prefs_account.h
2498 Don't reflect accounts changes to the mainwindow when it's
2501 2007-04-27 [colin] 2.9.1cvs31
2504 Freeze/thaw when sync'ing flags
2506 * src/prefs_account.c
2507 * src/prefs_account.h
2508 * src/etpan/imap-thread.c
2509 * src/etpan/imap-thread.h
2510 Add a way to use UID FETCH instead
2511 of searches to fetch message lists
2512 and flags. More expensive towards
2513 bandwidth, less expensive towards
2514 server's CPU. Probably fixes
2515 bug 1158, 'Scanning new folders on
2516 Exchange 2007 extremely slow'.
2519 2007-04-27 [paul] 2.9.1cvs30
2522 * src/prefs_logging.c
2523 improvements to english usage
2525 2007-04-27 [colin] 2.9.1cvs29
2528 Fix build without libetpan (my bad!)
2530 2007-04-26 [colin] 2.9.1cvs28
2534 Fix uselessly exported function
2536 Consider "- -- \n" as signature separator
2537 (that's what signature separators look like
2538 in PGP/Inline signed mails)
2540 2007-04-26 [colin] 2.9.1cvs27
2543 libetpan-0.49 is now required
2545 Fix double fetching of mails if
2548 Make offline sync faster, by
2549 remembering last change time, and
2552 2007-04-26 [hoa] 2.9.1cvs26
2558 * src/etpan/imap-thread.c
2559 * src/etpan/imap-thread.h
2560 cancellation of IMAP operations is now allowed.
2561 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2563 2007-04-26 [colin] 2.9.1cvs25
2566 Always fetch body+headers in folders that are
2567 synched for offline use, if "Synchronise as
2568 soon as possible" is set.
2569 Fixes bug 1200, 'Add option to always retrieve full
2572 2007-04-25 [colin] 2.9.1cvs24
2575 Fix bug 1198, 'Reply-all "disappearing" address bug
2578 2007-04-24 [colin] 2.9.1cvs23
2581 Fix bug 1195, 'Hardware key navigation'
2582 Make GDK_Enter toggle expansion (Maemo)
2584 2007-04-24 [wwp] 2.9.1cvs22
2587 Fix few compiler warnings.
2589 2007-04-24 [paul] 2.9.1cvs21
2592 * src/stock_pixmap.c
2593 * src/stock_pixmap.h
2594 complete last commit
2596 2007-04-24 [paul] 2.9.1cvs20
2599 * src/pixmaps/active.xpm
2600 * src/pixmaps/checkbox_off.xpm
2601 * src/pixmaps/checkbox_on.xpm
2602 * src/pixmaps/inactive.xpm
2604 remove transparent border from checkbox icons
2606 2007-04-24 [wwp] 2.9.1cvs19
2610 Fix a crash in textview, thanks to Colin.
2612 2007-04-23 [wwp] 2.9.1cvs18
2614 * src/prefs_common.c
2615 Fix 2.9.1cvs5: no header was being translated at all.
2617 2007-04-23 [colin] 2.9.1cvs17
2620 * src/stock_pixmap.c
2621 * src/stock_pixmap.h
2624 * src/gtk/gtksctree.c
2625 * src/gtk/gtksctree.h
2626 * src/pixmaps/selection.xpm
2627 Fix bug 1193, 'Need a way to multi-select
2628 items'. Add a toggle button to the summaryview
2629 to switch between normal and multiple selection
2632 2007-04-23 [colin] 2.9.1cvs16
2635 * src/stock_pixmap.c
2636 * src/stock_pixmap.h
2639 * src/gtk/gtksctree.c
2640 * src/gtk/gtksctree.h
2641 * src/pixmaps/selection.xpm
2642 Fix bug 1193, 'Need a way to multi-
2644 Add a toggle button in the summaryview
2645 to enable normal or multiple selection.
2648 2007-04-23 [colin] 2.9.1cvs15
2651 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2653 2007-04-21 [colin] 2.9.1cvs14
2655 * src/gtk/quicksearch.c
2656 Fix previous commit (actually use correct
2659 2007-04-21 [colin] 2.9.1cvs13
2661 * src/gtk/quicksearch.c
2662 Fix changing quicksearch type (after Esc,
2663 after changing Recursive, ...)
2665 2007-04-20 [wwp] 2.9.1cvs12
2667 * src/gtk/Makefile.am
2668 Added headers.h (completes 2.9.1cvs5).
2670 2007-04-20 [wwp] 2.9.1cvs11
2673 Fix the use of display name in name column,
2674 it has been overriden w/ the use of nickname
2675 by 2.9.0cvs3. Now nickname is used (if any)
2676 in case of LDAP books only.
2678 2007-04-20 [colin] 2.9.1cvs10
2683 Add handling of 'a' to loop in a mail's
2686 2007-04-20 [colin] 2.9.1cvs9
2689 Fix bug 1190, 'dir_open' button doesn't work'
2692 2007-04-20 [colin] 2.9.1cvs8
2696 Fix bug 1194, 'Hardware keys move from email
2697 list to account/directory list, but not back
2698 to email list...' (Maemo)
2700 2007-04-20 [colin] 2.9.1cvs7
2703 complete previous commit
2705 2007-04-20 [colin] 2.9.1cvs6
2708 Fix bug 1187, 'Reply-to addressee disappears
2709 when reply-to text box is clicked...' (Maemo)
2711 2007-04-20 [wwp] 2.9.1cvs5
2719 * src/prefs_common.c
2720 * src/prefs_common.h
2721 * src/prefs_display_header.c
2722 * src/prefs_matcher.c
2725 * src/gtk/quicksearch.c
2726 Translate more header names according to the relevant option value,
2727 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2728 Replaced nearly all uses of prefs_common.trans_hdr with a call
2729 to prefs_common_translated_header_name().
2730 Added a headers.h reference file that contains known header names
2731 (RFC2822 and others) to the translation process' input, so that
2732 translated header names will still exist even if no occurrence of
2733 _("headername") is found anymore in the sources.
2734 Don't translate column name 'Number' following to trans_hdr option
2735 value as it's not a header name.
2737 2007-04-20 [colin] 2.9.1cvs4
2739 * src/gtk/quicksearch.c
2740 * src/gtk/quicksearch.h
2741 Add "From, To or Subject" quicksearch
2742 type. Patch by ulfschaper@users.sf.net
2744 2007-04-20 [colin] 2.9.1cvs3
2747 Implement proper references filtering condition.
2748 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2750 2007-04-19 [wwp] 2.9.1cvs2
2752 * src/prefs_display_header.c
2753 * src/message_search.c
2754 Fix few warnings (g_free of const gchar*).
2756 2007-04-19 [paul] 2.9.1cvs1
2762 bump version number following
2765 2007-04-19 [paul] 2.9.0cvs9
2767 * manual/advanced.xml
2768 * manual/glossary.xml
2771 2007-04-18 [paul] 2.9.0cvs8
2774 fix for CVE-2007-1558 (APOP)
2777 2007-04-18 [paul] 2.9.0cvs7
2783 Fix encoding woes wrt saving of
2787 2007-04-18 [colin] 2.9.0cvs6
2789 * src/gtk/pluginwindow.c
2790 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2792 2007-04-17 [wwp] 2.9.0cvs5
2798 Fix --disable-ldap build,
2799 fix some LDAP annoyances on
2800 searches, thanks to Colin.
2802 2007-04-17 [wwp] 2.9.0cvs4
2805 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2806 like gcc 2.9x. Thanks to Colin.
2808 2007-04-17 [wwp] 2.9.0cvs3
2824 Add LDAP write support. Patch mostly by
2825 Michael <mir at datanom dot net>
2827 2007-04-17 [wwp] 2.9.0cvs2
2830 Prepend "Add to address book" to the context menu of compose window's sender and
2833 2007-04-16 [paul] 2.9.0cvs1
2838 2007-04-16 [paul] 2.9.0
2845 2007-04-16 [paul] 2.8.1cvs102
2848 updated by Fabien Vantard
2850 2007-04-16 [paul] 2.8.1cvs101
2860 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2861 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2862 Aleksandar Urosevic, and Ralgh Young
2864 2007-04-15 [mones] 2.8.1cvs100
2869 2007-04-14 [colin] 2.8.1cvs99
2871 * src/message_search.c
2872 * src/prefs_display_header.c
2873 * src/summary_search.c
2874 * src/gtk/combobox.c
2877 2007-04-14 [wwp] 2.8.1cvs98
2879 * src/gtk/combobox.c
2880 * src/message_search.c
2881 * src/summary_search.c
2882 * src/prefs_display_header.c
2883 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2884 returns NULL, get the text value directly from the GtkEntry child.
2886 2007-04-13 [colin] 2.8.1cvs97
2888 * src/gtk/quicksearch.c
2889 Give the focus back to summaryview when
2890 emptying the quicksearch with Esc
2892 2007-04-13 [colin] 2.8.1cvs96
2894 * src/message_search.c
2895 * src/prefs_display_header.c
2896 * src/summary_search.c
2897 Fix possibles crashes when getting text
2900 2007-04-13 [colin] 2.8.1cvs95
2903 Add some UIDL debugging
2905 2007-04-12 [colin] 2.8.1cvs94
2908 Force folder scan if necessary after
2909 copying mails, to be able to reapply
2912 2007-04-11 [colin] 2.8.1cvs93
2915 don't scan for new mail on startup if --select
2916 is specified (or race conditions arise). If so,
2917 do both sequentially.
2919 2007-04-09 [colin] 2.8.1cvs92
2922 Use leafpad by default on Maemo. Patch
2925 2007-04-06 [colin] 2.8.1cvs91
2927 * src/pixmaps/queue_close.xpm
2928 * src/pixmaps/queue_close_hrm.xpm
2929 * src/pixmaps/queue_close_hrm_mark.xpm
2930 * src/pixmaps/queue_close_mark.xpm
2931 * src/pixmaps/queue_open.xpm
2932 * src/pixmaps/queue_open_hrm.xpm
2933 * src/pixmaps/queue_open_hrm_mark.xpm
2934 * src/pixmaps/queue_open_mark.xpm
2935 Move the clock one pixel down :)
2937 2007-04-05 [colin] 2.8.1cvs90
2940 Don't sync when switching offline from
2941 command line - it's usually too late :)
2943 2007-04-05 [paul] 2.8.1cvs89
2946 * src/stock_pixmap.c
2947 * src/pixmaps/dir_close_hrm.xpm
2948 * src/pixmaps/dir_close_hrm_mark.xpm
2949 * src/pixmaps/drafts_close.xpm
2950 * src/pixmaps/drafts_close_mark.xpm
2951 * src/pixmaps/drafts_open.xpm
2952 * src/pixmaps/drafts_open_mark.xpm
2953 * src/pixmaps/inbox.xpm
2954 * src/pixmaps/inbox_close.xpm
2955 * src/pixmaps/inbox_close_hrm.xpm
2956 * src/pixmaps/inbox_close_hrm_mark.xpm
2957 * src/pixmaps/inbox_close_mark.xpm
2958 * src/pixmaps/inbox_hrm.xpm
2959 * src/pixmaps/inbox_hrm_mark.xpm
2960 * src/pixmaps/inbox_mark.xpm
2961 * src/pixmaps/inbox_open.xpm
2962 * src/pixmaps/inbox_open_hrm.xpm
2963 * src/pixmaps/inbox_open_hrm_mark.xpm
2964 * src/pixmaps/inbox_open_mark.xpm
2965 * src/pixmaps/outbox.xpm
2966 * src/pixmaps/outbox_close.xpm
2967 * src/pixmaps/outbox_close_hrm.xpm
2968 * src/pixmaps/outbox_close_hrm_mark.xpm
2969 * src/pixmaps/outbox_close_mark.xpm
2970 * src/pixmaps/outbox_hrm.xpm
2971 * src/pixmaps/outbox_hrm_mark.xpm
2972 * src/pixmaps/outbox_mark.xpm
2973 * src/pixmaps/outbox_open.xpm
2974 * src/pixmaps/outbox_open_hrm.xpm
2975 * src/pixmaps/outbox_open_hrm_mark.xpm
2976 * src/pixmaps/outbox_open_mark.xpm
2977 * src/pixmaps/queue_close.xpm
2978 * src/pixmaps/queue_close_hrm.xpm
2979 * src/pixmaps/queue_close_hrm_mark.xpm
2980 * src/pixmaps/queue_close_mark.xpm
2981 * src/pixmaps/queue_open.xpm
2982 * src/pixmaps/queue_open_hrm.xpm
2983 * src/pixmaps/queue_open_hrm_mark.xpm
2984 * src/pixmaps/queue_open_mark.xpm
2985 updated, added and replaced icons
2988 2007-04-04 [colin] 2.8.1cvs88
2991 Fix build without libetpan
2993 2007-04-03 [colin] 2.8.1cvs87
2996 Fix crash with Citadel, and try to make
2997 things work. this server (and specifically
2998 STATUS and APPEND at least) seems broken.
3000 2007-04-03 [colin] 2.8.1cvs86
3003 Fix icons on folder close
3005 2007-04-03 [colin] 2.8.1cvs85
3008 Fix double-ask of offline override in
3013 Much more efficient way to synchronise
3015 * src/etpan/imap-thread.c
3018 * src/gtk/quicksearch.c
3021 2007-04-03 [paul] 2.8.1cvs84
3026 * src/prefs_common.c
3027 * src/prefs_common.h
3029 Fix sync being done too late
3032 2007-04-02 [colin] 2.8.1cvs83
3035 Maemo: Put status and quicksearch at the top
3036 * src/plugins/bogofilter/bogofilter.c
3037 * src/plugins/spamassassin/spamassassin.c
3038 Derive trash from inbox if possible
3040 2007-04-02 [paul] 2.8.1cvs82
3042 * src/plugins/bogofilter/bogofilter_gtk.c
3043 a few English changes
3049 2007-04-02 [colin] 2.8.1cvs81
3051 * src/image_viewer.c
3052 Fix transparent images by using
3055 Flush events (on new windows) to avoid
3056 having the textview's image resize fail
3057 to know the available width
3059 2007-04-01 [colin] 2.8.1cvs80
3061 * src/prefs_account.c
3062 If no MH mailbox exist, when creating a POP/Local
3063 account, just create and use the default one
3064 instead of bailing with a "Mailbox doesn't exist"
3067 2007-03-31 [colin] 2.8.1cvs79
3069 * src/prefs_account.c
3070 Create signature file if it doesn't exist
3072 * src/prefs_toolbar.c
3073 Maemo: Move "Use default" on the left so
3074 that people can find it
3076 Maemo: make default editor "Maemopad",
3077 default signature file "MyDocs/signature.txt"
3079 2007-03-31 [colin] 2.8.1cvs78
3081 * src/prefs_account.c
3082 Maemo: rework account prefs so
3083 that less horizontal scrolling
3086 2007-03-31 [colin] 2.8.1cvs77
3089 * src/prefs_common.c
3090 * src/prefs_common.h
3091 Fix bug 1167, 'Allow not displaying zeros
3092 in folder list'. Patch by MartinP
3094 2007-03-31 [colin] 2.8.1cvs76
3099 2007-03-31 [colin] 2.8.1cvs75
3102 Apply patch from bug 1172, direct
3103 access to the folder's session instead
3104 of using getter. Patch by MartinP
3106 2007-03-31 [paul] 2.8.1cvs74
3109 no need to list Fabien twice!
3111 2007-03-31 [colin] 2.8.1cvs73
3114 If we're currently "overriding for %d minutes",
3117 2007-03-31 [colin] 2.8.1cvs72
3125 * src/plugins/spamassassin/spamassassin.c
3126 Offline override: Add a parameter to allow
3127 asking even if the override timer is running.
3128 Allows to ask every time the user makes an
3129 explicit action needing online access (such
3130 as Get Mail), and not when the action is
3131 implicit (such as opening an IMAP folder)
3133 2007-03-31 [colin] 2.8.1cvs71
3136 Override offline: "No" answer shouldn't
3137 re-ask after 3 seconds, but 10 minutes.
3139 2007-03-30 [colin] 2.8.1cvs70
3141 * src/common/socket.c
3142 Better error reporting on unix socket
3143 failure (bind usually)
3144 * src/gtk/gtkutils.c
3145 * src/gtk/gtkutils.h
3146 Label window: add a pulsing progress
3147 bar to show we're not hung :)
3150 * src/plugins/pgpcore/sgpgme.c
3153 2007-03-30 [colin] 2.8.1cvs69
3156 * src/prefs_common.c
3157 Fix possible trashing of history and uidl
3158 files on disk full problems
3160 2007-03-30 [paul] 2.8.1cvs68
3165 update summary when changing layout type
3166 (fixes wrong folder icon being displayed)
3169 2007-03-29 [colin] 2.8.1cvs67
3171 * src/prefs_ext_prog.c
3172 The browser pref is irrelevant on Maemo
3174 2007-03-29 [colin] 2.8.1cvs66
3178 Maemo: dynamically switch headers/text position
3179 * src/prefs_common.c
3180 Maemo: hide compose's ruler by default
3181 * src/common/socket.c
3182 * src/common/socket.h
3185 2007-03-29 [colin] 2.8.1cvs65
3187 * src/common/socket.c
3188 * src/common/socket.h
3189 Fix build when MAEMO_CFLAGS contains
3190 _X_OPENSOURCE (resolv.h errors as long
3191 as we don't add _BSD_SOURCE. Ugly).
3193 2007-03-29 [wwp] 2.8.1cvs64
3195 * src/prefs_logging.c
3196 Fix sensitivity of clip-log widgets in prefs/logging,
3199 2007-03-29 [wwp] 2.8.1cvs63
3202 Updated files list for translations, thanks to Fabien.
3204 2007-03-29 [colin] 2.8.1cvs62
3207 * src/common/Makefile.am
3208 * src/common/utils.c
3209 Maybe make URI opening work in Maemo
3212 2007-03-28 [colin] 2.8.1cvs61
3217 Add the possibility to sort folders arbitrarily
3218 (via editing of folderlist.xml only). Patch by
3219 Martin P <mp26+claws@os.inf.tu-dresden.de>
3220 Fixes bug 1166, 'Folder ordering is fixed and cannot
3221 be changed by the user'
3223 2007-03-28 [colin] 2.8.1cvs60
3226 Add popup menu for mime icons
3228 2007-03-28 [colin] 2.8.1cvs59
3231 Fix a layout issue when presenting
3232 mainwindow in Small screen layout
3235 Add a "Go to folder list" button for
3236 mainwindow, and make it default in
3239 2007-03-28 [colin] 2.8.1cvs58
3242 Don't dynamically update title on Maemo
3243 Patch by Jean-Luc Biord
3245 2007-03-27 [colin] 2.8.1cvs57
3250 Enable tap-and-hold on Maemo
3252 2007-03-26 [colin] 2.8.1cvs56
3255 More popup-menu (in attachments list)
3257 2007-03-26 [colin] 2.8.1cvs55
3260 Enable popup-menu signal
3262 2007-03-26 [colin] 2.8.1cvs54
3264 * src/plugins/pgpinline/pgpinline.c
3265 Fix bug 1111, 'PGP/inline plugin hides text
3266 around encrypted text block'. Patch based on
3267 a patch from Michal Cihar.
3269 2007-03-26 [wwp] 2.8.1cvs53
3272 Fix getting a false error when sending queued message
3273 whereas the sending was fine (if there are subfolders
3274 in the queue folder), thanks to Colin.
3276 2007-03-26 [paul] 2.8.1cvs52
3279 update FACE header in welcome message
3281 2007-03-25 [colin] 2.8.1cvs51
3286 2007-03-25 [colin] 2.8.1cvs50
3289 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3291 2007-03-24 [colin] 2.8.1cvs49
3294 Fix a few launch problems on Maemo
3295 Patch by Jean-Luc Biord
3297 2007-03-24 [wwp] 2.8.1cvs48
3303 Fix wrong action performed when closing the
3304 "ask about account specific filtering rules
3305 when filtering manually" dialog by pressing Escape.
3306 Fix wrong order of buttons in the "return receipt
3307 notification - the message was sent to several of
3308 your accounts" dialog.
3310 2007-03-24 [paul] 2.8.1cvs47
3313 an improvement to English usage
3314 * tools/kdeservicemenu/README
3317 2007-03-24 [paul] 2.8.1cvs46
3320 * src/stock_pixmap.c
3321 * src/pixmaps/edit_extern.xpm
3322 * src/pixmaps/mail_sign.xpm
3323 rescue long lost icons
3325 2007-03-24 [paul] 2.8.1cvs45
3328 fix toolbar (broken in 2.8.1cvs42)
3330 2007-03-23 [colin] 2.8.1cvs44
3333 Correctly unsubscribe/resubscribe after
3336 2007-03-23 [colin] 2.8.1cvs43
3338 * src/prefs_common.c
3339 Maemo: as the platform is light on RAM, allow
3340 caches to be discarded faster.
3342 2007-03-23 [colin] 2.8.1cvs42
3347 * src/stock_pixmap.c
3348 * src/stock_pixmap.h
3353 * src/pixmaps/open_mail.xpm
3354 Maemo changes: Add the possibility to have
3355 "Open Email" and "Close Window" buttons on
3356 toolbars (and use them in Maemo's default
3359 2007-03-23 [wwp] 2.8.1cvs41
3362 Reverted that part of the action dialog closure logics, to
3363 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3364 done later in a different way (or may not).
3366 2007-03-22 [wwp] 2.8.1cvs40
3369 Fix sticky action dialog when got no output but action command
3370 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3372 2007-03-22 [colin] 2.8.1cvs39
3374 * src/prefs_filtering.c
3375 * src/gtk/combobox.h
3376 Fix escaping account names in filtering prefs
3378 2007-03-22 [colin] 2.8.1cvs38
3383 Add any attribute specified in LDAP servers'
3384 Search attributes to the Other Attributes tab
3385 of contacts; Add 'telephoneNumber' in the
3388 2007-03-22 [colin] 2.8.1cvs37
3393 Try to prevent race conditions when
3394 changing the folder list
3396 Fix possible red folder icon when
3397 switching from Small screen layout
3400 2007-03-22 [colin] 2.8.1cvs36
3405 Rename "little screen" to "Small screen"
3406 * src/gtk/Makefile.am
3407 * src/common/utils.c
3409 Fix Maemo-related compilation problems
3411 2007-03-21 [colin] 2.8.1cvs35
3415 * claws-mail.desktop
3416 Remove .png from the Icon, it's useless
3418 2007-03-21 [colin] 2.8.1cvs34
3422 Add the necessary lib checking for
3425 2007-03-21 [colin] 2.8.1cvs33
3428 Fix unconditional "error happened" when
3429 sending via command-line. "lol @ myself"
3431 2007-03-21 [colin] 2.8.1cvs32
3433 * claws-mail-40x40.png
3434 * claws-mail-26x26.png
3444 * src/prefs_account.c
3445 * src/prefs_common.c
3446 * src/summary_search.c
3450 * src/gtk/gtkutils.c
3451 * src/gtk/gtkutils.h
3452 * src/gtk/logwindow.c
3454 * src/gtk/prefswindow.c
3455 Add Maemo port (patch mainly by Jean-Luc Biort)
3456 Add a new 'Little screen' layout to help on such
3457 platforms (patch by me)
3458 Make some default preferences different (more
3459 adapted) on Maemo (patch by me)
3461 2007-03-21 [wwp] 2.8.1cvs31
3463 * src/prefs_logging.c
3464 * src/prefs_logging.h
3465 Fixed copyright header of newly added files.
3467 2007-03-21 [wwp] 2.8.1cvs30
3483 * src/prefs_common.c
3484 * src/prefs_common.h
3485 * src/prefs_logging.c
3486 * src/prefs_logging.h
3489 * src/send_message.c
3494 * src/common/session.c
3496 * src/common/socket.c
3497 * src/etpan/imap-thread.c
3498 * src/gtk/logwindow.c
3499 * src/gtk/logwindow.h
3500 * src/plugins/bogofilter/bogofilter.c
3501 * src/plugins/spamassassin/spamassassin.c
3502 Added debugging of filtering/processing rules.
3503 The debug log is here 'Tools/Filtering debug window',
3504 the options there 'Configuration/Preferences/Other/Logging',
3505 and the log file is ~/.claws-mail/filtering.log.
3506 Moved protocol log prefs to 'Other/Logging' as well.
3507 To support such debugging feature, the existing log API has
3508 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3509 this impacts many external modules (commits follow).
3511 2007-03-21 [paul] 2.8.1cvs29
3513 * src/etpan/Makefile.am
3514 * src/etpan/imap-thread.c
3515 add missing #include
3517 2007-03-21 [colin] 2.8.1cvs28
3520 Fix bug 1157, 'some broken messages confuse
3521 mime parser'. Make sure we can't have MimeInfos
3522 with negative sizes.
3524 2007-03-20 [colin] 2.8.1cvs27
3527 Fix missing \0 on buffer
3529 2007-03-20 [colin] 2.8.1cvs26
3532 Use make_dir_hier instead of make_dir
3533 to create the MH mailbox
3535 2007-03-20 [colin] 2.8.1cvs25
3539 * src/prefs_account.c
3541 Fix default inbox weirdnesses (after wizard,
3542 if path is Mail, mailbox identifier is #mh/Mailbox,
3543 and when creating new accounts)
3545 2007-03-20 [colin] 2.8.1cvs24
3548 Write folderlist after adding/deleting accounts
3551 2007-03-20 [colin] 2.8.1cvs23
3554 * src/remotefolder.h
3555 Fix bug 1153, 'CM segfaults if IMAP folder is
3556 selected while scanning prior to update'
3558 2007-03-17 [paul] 2.8.1cvs22
3561 fix a typo, and be a little more verbose.
3563 2007-03-17 [wwp] 2.8.1cvs21
3566 Fix a compiler warning.
3568 2007-03-16 [wwp] 2.8.1cvs20
3572 Updated to deal w/ the new mairix.sh tool.
3574 2007-03-16 [wwp] 2.8.1cvs19
3577 Fix logics issues around the action IO dialog:
3578 - disable entry widget and exec button when
3579 the exec button is clicked (don't wait for any
3580 output line) - fix possible disabling/re-enabling/
3581 re-disabling of those widgets
3582 - raise an error if executing a %as{} action either
3583 empty or invalid, instead of failing silently
3584 - don't close the dialog if the abort button has been
3585 clicked and if there was no output yet
3586 - set focus to the abort button when the exec button
3588 - fix capitalization of a warning message
3590 2007-03-16 [wwp] 2.8.1cvs18
3593 Added a wrapper to mairix to the tools folder.
3595 2007-03-16 [colin] 2.8.1cvs17
3599 Allow mimeviewer plugins to print
3602 2007-03-16 [colin] 2.8.1cvs16
3607 2007-03-15 [colin] 2.8.1cvs15
3611 Add a way for mimeviewer plugins to
3612 implement body search
3614 2007-03-15 [paul] 2.8.1cvs14
3616 * src/prefs_spelling.c
3619 2007-03-15 [paul] 2.8.1cvs13
3621 * src/common/quoted-printable.c
3622 fix decoding of quoted-printable parts
3624 2007-03-14 [wwp] 2.8.1cvs12
3626 * src/gtk/logwindow.h
3627 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3629 2007-03-14 [wwp] 2.8.1cvs11
3631 * src/gtk/logwindow.h
3632 Complete 2.8.1cvs10.
3634 2007-03-14 [colin] 2.8.1cvs10
3636 * src/gtk/logwindow.c
3637 Probably fix bug 1149, crash on logwindow
3638 close - at the expense of performance once
3639 logwin has been opened
3641 2007-03-14 [colin] 2.8.1cvs9
3644 If claws-mail is running on another
3645 display, warn instead of popping it up
3646 on the other display
3648 2007-03-12 [colin] 2.8.1cvs8
3651 Fix bug 1145, 'Setting a different name
3652 for the Mailbox name isn't reflected in
3653 default account settings'. Patch by wwp
3655 2007-03-12 [colin] 2.8.1cvs7
3658 Fix bug 1143, 'Add number of messages to be
3659 deleted to confirmation dialog'
3661 2007-03-12 [wwp] 2.8.1cvs6
3664 * src/prefs_common.c
3665 * src/prefs_common.h
3666 * src/prefs_summaries.c
3667 Changed the option that displays unread messages count
3668 next to the folder name in folder list: it is now
3669 possible to either display nothing, display the
3670 unread messages number only or the unread and total messages
3671 numbers. The patch includes this extra feature as well
3672 as some minor fixes by rewriting the algo in folderview.c.
3673 Thanks to Paul for the original idea and implementation, plus
3674 testing and proof-reading!
3676 2007-03-09 [paul] 2.8.1cvs5
3680 * tools/claws-mail-compose-insert-files.pl
3681 added a script which enables inserting files
3682 into the message body of a new Claws Mail
3683 Compose window from the command line. Additionally
3684 To, Cc, Subject and files to attach to the message
3687 2007-03-09 [wwp] 2.8.1cvs4
3692 Optimize matching of addresses in the addressbook
3693 (filtering/processing 'found_in_addressbook' condition).
3695 2007-03-07 [wwp] 2.8.1cvs3
3698 * src/quote_fmt_lex.l
3699 * src/quote_fmt_parse.y
3700 Add a new quote format symbol: %A to insert the
3701 sender email address (just the address itself).
3703 2007-03-06 [wwp] 2.8.1cvs2
3705 * src/gtk/gtkutils.c
3706 * src/plugins/trayicon/trayicon_prefs.h
3707 * src/plugins/trayicon/trayicon_prefs.c
3708 * src/plugins/trayicon/trayicon.c
3711 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3712 minimizing Claws-Mail main window will hide it to the trayicon instead.
3715 2007-03-06 [paul] 2.8.1cvs1
3721 bump version number following
3724 2007-03-06 [paul] 2.8.0cvs24
3727 corrected by by Tim <timbrain@post.cz>
3729 2007-03-05 [colin] 2.8.0cvs23
3733 Fix mime/globs path on NetBSD
3734 patch by George Michaelson
3736 2007-03-05 [wwp] 2.8.0cvs22
3739 Remove debug statement (accidentally committed w/ cvs14).
3741 2007-03-05 [paul] 2.8.0cvs21
3743 * src/plugins/pgpcore/prefs_gpg.c
3744 fix compiler warning
3746 2007-03-05 [wwp] 2.8.0cvs20
3748 * src/matcher_parser_parse.y
3749 Fix mismerge between cvs17 and cvs19.
3751 2007-03-05 [wwp] 2.8.0cvs19
3753 * src/matcher_parser_parse.y
3754 * src/prefs_filtering_action.c
3759 Add new 'add_to_addressbook' filtering/processing action.
3761 2007-03-05 [wwp] 2.8.0cvs18
3764 Fix mark_as_ham filtering/processing action: spam flag
3767 2007-03-04 [colin] 2.8.0cvs17
3772 * src/matcher_parser_parse.y
3773 * src/prefs_filtering_action.c
3774 Add 'Mark as spam' and 'Mark as ham' filtering
3775 actions. Fixes bug 1138.
3777 2007-03-04 [colin] 2.8.0cvs16
3780 Fix bug 1140, wrong return value
3783 2007-03-04 [wwp] 2.8.0cvs15
3786 Rollback cvs14: don't free stuff that is managed in g_list.
3788 2007-03-04 [wwp] 2.8.0cvs14
3791 Fix a leak in address completion code.
3793 2007-03-04 [colin] 2.8.0cvs13
3796 Maybe fix bug 1136, 'Crash in group
3799 2007-03-04 [iwkse] 2.8.0cvs12
3802 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3804 2007-03-03 [colin] 2.8.0cvs11
3806 * src/plugins/pgpinline/pgpinline.c
3807 Fix off-by-one, fix double-free. Fixes
3808 bug 1135, 'cm-segfault on decrypting
3811 2007-03-03 [colin] 2.8.0cvs10
3815 * src/common/plugin.c
3816 Fix bug 1134, 'Valgrind macros unhandled
3819 2007-03-02 [colin] 2.8.0cvs9
3822 Don't error out on EAGAIN. Fixes
3823 bug 1129, '"local mbox file" account
3824 isn't retrieving mails'
3826 2007-03-01 [wwp] 2.8.0cvs8
3829 * src/gtk/colorlabel.c
3830 Remove accels for extra color labels until we set better
3831 and definitive ones.
3833 2007-02-28 [wwp] 2.8.0cvs7
3836 * src/matcher_parser_parse.y
3837 * src/prefs_common.c
3838 * src/prefs_msg_colors.c
3840 * src/gtk/colorlabel.c
3841 * src/gtk/colorlabel.h
3842 Add more customizable color labels. Cleaned up a bit
3843 the color label API to avoid duplicate defines of
3844 the max number of colors.
3846 2007-02-27 [colin] 2.8.0cvs6
3849 * src/common/utils.c
3850 * src/common/utils.h
3851 Fix '+' in mailto URIs for List-* headers
3853 2007-02-27 [colin] 2.8.0cvs5
3855 * src/gtk/gtkutils.c
3856 Use gtk_window_set_role instead of
3859 2007-02-27 [colin] 2.8.0cvs4
3862 Fix "After receiving new mail, go to inbox" on IMAP,
3863 and make it work only on manual reception
3865 2007-02-27 [wwp] 2.8.0cvs3
3867 * src/prefs_filtering.c
3868 * src/prefs_filtering_action.c
3869 * src/prefs_matcher.c
3870 Update filtering matcher's and action's color label menus
3871 when re-opening those dialogs (reflect any change to the
3872 color labels list in the preferences).
3874 2007-02-27 [colin] 2.8.0cvs2
3877 * src/etpan/etpan-thread-manager-types.h
3878 * src/etpan/etpan-thread-manager.c
3879 * src/etpan/imap-thread.c
3880 Log imap ALERTs as errors in the log.
3882 2007-02-26 [paul] 2.8.0cvs1
3884 * tools/claws.i18n.status.pl
3887 2007-02-26 [paul] 2.7.2cvs75
3901 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3902 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3903 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3904 Aleksandar Urosevic, and Ralgh Young
3906 2007-02-25 [mones] 2.7.2cvs74
3911 2007-02-25 [colin] 2.7.2cvs73
3914 Clearing the list is only useful
3915 to prevent a valgrind false-positive
3917 2007-02-25 [paul] 2.7.2cvs72
3921 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3922 * tools/maildir2claws-mail.pl **REMOVED**
3923 renamed the script, fixed a couple bugs
3925 2007-02-23 [colin] 2.7.2cvs71
3928 Fix a leak, check for a few improbable nulls
3930 2007-02-23 [colin] 2.7.2cvs70
3934 * src/plugins/trayicon/trayicon.c
3935 Fix blinking mainwin when starting in tray
3936 (show mainwindow later in the startup process,
3937 apart if restarting post-crash)
3939 2007-02-23 [colin] 2.7.2cvs69
3943 Fix crash when unsubscribing the currently
3944 selected/opened folder
3946 2007-02-23 [colin] 2.7.2cvs68
3949 Fix bug that prevented colorization to
3950 work without wrap quotation option
3952 2007-02-23 [colin] 2.7.2cvs67
3955 Fix refcounting, start and end completion who
3956 behaved as if there couldn't be any other current
3959 2007-02-23 [wwp] 2.7.2cvs66
3963 Address completion fixes: fix addressbook_peek_folder_exists() in
3964 which the algorithm was ridiculously over-obfuscated and broken.
3965 Fix addrindex_load_completion() as well, to load addresses in
3966 completion list with regards to what addressbook_peek_folder_exists()
3969 2007-02-23 [wwp] 2.7.2cvs65
3972 Add addresses to completion when they're non-empty (thanks to Colin).
3974 2007-02-23 [paul] 2.7.2cvs64
3976 * src/plugins/pgpcore/passphrase.c
3979 2007-02-23 [colin] 2.7.2cvs63
3981 * src/plugins/pgpcore/prefs_gpg.c
3982 * src/plugins/pgpcore/prefs_gpg.h
3983 * src/plugins/pgpcore/sgpgme.c
3984 * src/plugins/pgpinline/pgpinline.c
3985 * src/plugins/pgpmime/pgpmime.c
3986 Try harder to respect user's choice wrt
3987 gpg-agent even with gpg2, by unsetting
3988 GPG_AGENT_INFO when necessary.
3990 2007-02-22 [paul] 2.7.2cvs62
3992 * src/plugins/pgpcore/sgpgme.c
3993 * src/plugins/pgpcore/sgpgme.h
3994 * src/plugins/pgpcore/passphrase.c
3995 * src/plugins/pgpinline/pgpinline.c
3996 * src/plugins/pgpmime/pgpmime.c
3997 Fix a leak - gpgme_data_release_and_get_mem
3998 leaks in recent gpgme. Workaround by using
4001 2007-02-22 [paul] 2.7.2cvs61
4003 * src/gtk/quicksearch.c
4004 Abandon dynamic search when pressing
4007 2007-02-21 [colin] 2.7.2cvs60
4010 * src/plugins/pgpcore/passphrase.c
4011 Fix little memory leaks
4013 Fix false-positive leak at exit
4014 * src/gtk/quicksearch.c
4015 Fix potentially big leak in recursive
4018 2007-02-21 [wwp] 2.7.2cvs59
4021 Add missing newline to a debug message.
4023 2007-02-20 [colin] 2.7.2cvs58
4027 * src/stock_pixmap.c
4028 * src/stock_pixmap.h
4029 * src/pixmaps/mime_pgpsig.xpm
4030 Add icon for application/pgp-signature
4032 2007-02-20 [colin] 2.7.2cvs57
4037 * src/stock_pixmap.c
4038 * src/stock_pixmap.h
4039 * src/pixmaps/mime_calendar.xpm
4040 * src/pixmaps/mime_pdf.xpm
4041 * src/pixmaps/mime_ps.xpm
4042 Add icons for text/calendar, application/pdf
4043 and application/postscript
4045 2007-02-20 [colin] 2.7.2cvs56
4048 * src/matcher_parser_parse.y
4049 * src/matcher_parser_lex.l
4050 Fix big memory leak in flex, and
4053 2007-02-20 [wwp] 2.7.2cvs55
4055 * src/matcher_parser_parse.y
4056 Fix a duplicate token definition (thanks to iwkse).
4058 2007-02-20 [wwp] 2.7.2cvs54
4060 * src/matcher_parser_lex.l
4061 * src/quote_fmt_lex.l
4062 Use proper flex options instead of direct use of #define,
4063 make the flex-generated C lighter.
4065 2007-02-20 [colin] 2.7.2cvs53
4068 Grab focus in message list after hiding
4069 the quicksearch, instead of leaving it
4072 2007-02-19 [colin] 2.7.2cvs52
4075 Fix bug 1033, 'Automatically refresh
4076 message list when new messages arrives'
4077 Looks like folderview->opened can sometimes
4080 2007-02-19 [paul] 2.7.2cvs51
4084 * tools/thunderbird-filters-convertor.pl
4085 add new script which converts thunderbird filter
4086 rules to Claws filter rules
4088 2007-02-18 [paul] 2.7.2cvs50
4090 * src/plugins/pgpcore/prefs_gpg.c
4091 * src/plugins/pgpcore/prefs_gpg.h
4092 * src/plugins/pgpcore/sgpgme.c
4093 * src/plugins/pgpinline/pgpinline.c
4094 * src/plugins/pgpmime/pgpmime.c
4095 improved GUI interoperability with gpg-agent
4097 2007-02-18 [paul] 2.7.2cvs49
4099 * src/prefs_account.c
4100 Privacy options sensitivity fix
4102 2007-02-17 [colin] 2.7.2cvs48
4105 Reset icon to warning in the noticeview
4107 2007-02-15 [colin] 2.7.2cvs47
4110 Fix a manifestation of bug 1033 (summaryview failing
4111 to update for new mails), which happens after editing
4112 account preferences or preferences that cause a
4115 2007-02-15 [colin] 2.7.2cvs46
4118 Probably fix bug 1123, 'Segmentation
4119 fault while opening address book'. I get
4120 g_warnings if the saved paned position is
4121 not greater than 0. Also, save position
4122 when hiding the addressbook instead of
4125 2007-02-14 [colin] 2.7.2cvs45
4127 * src/plugins/pgpcore/prefs_gpg.c
4128 * src/plugins/pgpcore/prefs_gpg.h
4129 * src/plugins/pgpcore/sgpgme.c
4130 * src/plugins/pgpinline/pgpinline.c
4131 * src/plugins/pgpmime/pgpmime.c
4132 Add an option "Use gpg-agent if available". Fixes
4133 annoyances with distro-installed gpg-agent, when
4134 no pinentry program is installed, and the user's
4135 at a loss on why "decryption failed". Makes more
4136 clear why passphrase isn't saved when gpg-agent is
4137 used. Defaults to true, to avoid changing the
4140 2007-02-14 [wwp] 2.7.2cvs44
4142 * src/matcher_parser_parse.y
4143 Fix missing line number reset (wrong line number might appear
4144 when re-loading filtering rules if there's a parser error).
4146 2007-02-13 [colin] 2.7.2cvs43
4148 * src/common/utils.c
4149 Don't encode ',' in URIs before passing it
4150 to the browser command-line. It was probably
4151 done at a time where commas in URIs made
4152 mozilla -remote 'openurl(%s,new-window)'
4155 2007-02-13 [wwp] 2.7.2cvs42
4157 * src/prefs_matcher.c
4158 * src/plugins/bogofilter/bogofilter_gtk.c
4159 A bit of string factorization around "Select ..." buttons.
4161 2007-02-11 [colin] 2.7.2cvs41
4164 Make sure to escape the title
4166 2007-02-11 [colin] 2.7.2cvs40
4169 Recognize .utf8 locales as .UTF-8 ones
4171 2007-02-11 [colin] 2.7.2cvs39
4174 Fix code conversion when dragging a file
4176 2007-02-09 [colin] 2.7.2cvs38
4178 * src/plugins/clamav/clamav_plugin.c
4179 Complete Paul's patch with conditional
4180 compilation to avoid breaking compilation
4181 on old Dapper and Edgy... Maybe other
4184 2007-02-09 [paul] 2.7.2cvs37
4186 * src/plugins/clamav/clamav_plugin.c
4187 fix for the upstream changes in libclamav
4189 2007-02-09 [paul] 2.7.2cvs36
4195 fix "warn if there are queued messages" (on exit)
4196 option, which only checked the first mailbox's
4198 don't ask before emptying trash if there are no
4199 messages in trash, also check and empty all trash
4202 move "Ask before emptying trash" option
4203 outside of the "On exit" frame as it's
4204 not only an "On exit" option
4206 2007-02-09 [paul] 2.7.2cvs35
4211 * src/prefs_account.c
4212 * src/prefs_folder_item.c
4214 * src/prefs_matcher.c
4215 * src/prefs_message.c
4216 * src/prefs_msg_colors.c
4217 * src/prefs_summaries.c
4219 * src/gtk/inputdialog.c
4220 * src/plugins/bogofilter/bogofilter_gtk.c
4221 pedantic commit: use 'checkbtn' everywhere
4222 instead of a mixture of 'checkbtn' and 'chkbtn'
4224 2007-02-09 [paul] 2.7.2cvs34
4230 move "Never send Return Receipts" from
4231 prefs_other to prefs_send
4232 add an option "Ask about account specific
4233 filtering rules..." to prefs_other
4234 * src/gtk/gtkutils.c
4235 fix a compiler warning
4237 2007-02-08 [colin] 2.7.2cvs33
4239 * src/plugins/pgpinline/pgpinline.c
4240 Fix bug 1110, 'pgpmime fails to process
4241 encapsulated openpgp mime (rfc 3156, 6.1
4243 It was due to an interaction between PGP/Mime
4244 and PGP/Inline plugin.
4246 2007-02-08 [colin] 2.7.2cvs32
4251 Fix bug 1117, 'fcntl locking code
4252 does not work in mbox.c'
4254 2007-02-08 [colin] 2.7.2cvs31
4256 * src/prefs_account.c
4257 Fix Gentoo bug 165819, 'can't create
4258 a "local mbox file" account'. Patch
4259 by Olivier <castan.o@free.fr>
4261 2007-02-07 [colin] 2.7.2cvs30
4264 Fix bug 1106, 'Claws crash on exit if LDAPS
4265 autocompletion was used'
4267 2007-02-07 [paul] 2.7.2cvs29
4270 cut down on unnecessary debug_prints
4272 fix menu_set_active() on 'Show only
4275 2007-02-07 [paul] 2.7.2cvs28
4277 * src/plugins/clamav/clamav_plugin.c
4278 * src/plugins/clamav/clamav_plugin.h
4279 * src/plugins/clamav/clamav_plugin_gtk.c
4280 fix copyright header
4282 2007-02-07 [paul] 2.7.2cvs27
4285 fix bug 1116, 'summary view allow a
4288 2007-02-06 [colin] 2.7.2cvs26
4293 2007-02-05 [fabien] 2.7.2cvs25
4297 i18n related - 1 fix and 1 message for translators.
4299 2007-02-05 [colin] 2.7.2cvs24
4301 * src/gtk/quicksearch.c
4302 Don't reload summary list if quicksearch wasn't
4303 active on hiding; move currently selected mail in
4304 the visible area when showing the quicksearch
4306 2007-02-05 [colin] 2.7.2cvs23
4309 Add debug to try to solve bug 1104
4311 2007-02-05 [paul] 2.7.2cvs22
4314 confirm before emptying trash on exit is
4315 a Yes or No answer, use Yes or No in the
4318 2007-02-04 [colin] 2.7.2cvs21
4321 * src/plugins/pgpcore/passphrase.c
4322 * src/plugins/pgpcore/select-keys.c
4323 Set wmclass on new windows
4329 2007-02-04 [colin] 2.7.2cvs20
4333 Auto save drafts on exit, reopen them
4334 at startup, instead of asking
4338 * src/addressbook_foldersel.c
4346 * src/editldap_basedn.c
4359 * src/message_search.c
4361 * src/prefs_actions.c
4362 * src/prefs_customheader.c
4363 * src/prefs_display_header.c
4364 * src/prefs_filtering.c
4365 * src/prefs_filtering_action.c
4366 * src/prefs_folder_column.c
4368 * src/prefs_matcher.c
4370 * src/prefs_summaries.c
4371 * src/prefs_summary_column.c
4372 * src/prefs_template.c
4373 * src/sourcewindow.c
4375 * src/summary_search.c
4378 * src/gtk/description_window.c
4379 * src/gtk/foldersort.c
4380 * src/gtk/gtkutils.c
4381 * src/gtk/gtkutils.h
4382 * src/gtk/icon_legend.c
4383 * src/gtk/logwindow.c
4384 * src/gtk/pluginwindow.c
4385 * src/gtk/prefswindow.c
4386 Give different wmclass to different
4387 windows - thanks to sed ;)
4389 2007-02-04 [colin] 2.7.2cvs19
4392 Revert previous patch, can't reproduce
4395 2007-02-03 [colin] 2.7.2cvs18
4398 Don't save the mainwindow size and
4399 position on emergency exit (libSM's
4400 "die" callback), Xfce seems to make
4401 the window smaller just before the
4404 2007-02-03 [colin] 2.7.2cvs17
4406 * src/plugins/bogofilter/bogofilter.c
4407 * src/plugins/bogofilter/bogofilter.h
4408 * src/plugins/bogofilter/bogofilter_gtk.c
4409 * src/plugins/pgpinline/pgpinline.c
4410 * src/plugins/pgpinline/pgpinline.h
4413 2007-02-03 [colin] 2.7.2cvs16
4415 * src/partial_download.c
4416 * src/partial_download.h
4423 * src/common/ssl_certificate.c
4424 * src/common/ssl_certificate.h
4425 * src/gtk/quicksearch.c
4426 * src/gtk/quicksearch.h
4427 * src/gtk/sslcertwindow.c
4428 * src/gtk/sslcertwindow.h
4429 Fix copyright on my files
4431 2007-02-02 [colin] 2.7.2cvs15
4441 Add Tools/List URIs to allow
4442 opening any URI in the current mail
4444 2007-02-02 [colin] 2.7.2cvs14
4446 * src/common/valgrind.h ** NEW FILE **
4447 * src/common/Makefile.am
4448 * src/common/plugin.c
4449 Don't dlclose the plugins if we're running
4450 under valgrind. (doesn't require valgrind
4451 either at compile time or run time).
4453 2007-02-01 [paul] 2.7.2cvs13
4457 * tools/freshmeat_search.pl
4458 * tools/google_search.pl
4459 * tools/multiwebsearch.pl
4460 add support for non ISO-8859-1 compatible locales
4461 Patch by Alex Gorbachenko <agent_007@immo.ru>
4463 2007-02-01 [colin] 2.7.2cvs12
4466 * src/prefs_summaries.c
4467 Move keybinding prefs to the Other page
4469 2007-02-01 [wwp] 2.7.2cvs11
4471 * src/plugins/trayicon/trayicon.c
4472 Fix a raising issue within KDE.
4474 2007-02-01 [colin] 2.7.2cvs10
4477 Fix stray quotes in encoded strings
4479 Fix wrong call causing g_warnings
4481 Remove useless message
4483 2007-01-31 [wwp] 2.7.2cvs9
4485 * src/plugins/trayicon/trayicon.c
4486 fix buggy hiding of main window when closing if close-to-tray
4487 is not set (bad logics in the trayicon hook code).
4488 Changed the quit confirmation message too.
4490 2007-01-30 [colin] 2.7.2cvs8
4493 Fix hidden mainwindow after clicking on
4494 the X close button, if compose windows
4495 exist and the user chooses not to quit
4497 2007-01-30 [colin] 2.7.2cvs7
4501 Handle local URIs to attach files (file:///...)
4502 Fixes attaching files from Thunar for example
4504 2007-01-30 [colin] 2.7.2cvs6
4506 * src/prefs_ext_prog.c
4507 Add 'mousepad' to the list of text editors.
4508 Mousepad is XFCE's text editor
4510 2007-01-29 [wwp] 2.7.2cvs5
4513 * src/plugins/trayicon/trayicon_prefs.c
4514 trayicon i18n fixes, thanks to Fabien.
4516 2007-01-28 [wwp] 2.7.2cvs4
4520 * src/plugins/trayicon/trayicon.c
4521 * src/plugins/trayicon/trayicon_prefs.c
4522 * src/plugins/trayicon/trayicon_prefs.h
4523 Added a new TrayIcon plugin option to close to tray
4524 (WM's hotkey and [X] button will hide the window instead
4525 of closing it - closing CM can be done using the tray icon
4526 menu or the File menu).
4527 Improved visibility handling in trayicon, clicking the
4528 trayicon now raise the window to current desktop when it
4529 was either minimized/shaded/on another desktop.
4530 Thanks to Paul for testing and fixing a strange behaviour
4533 2007-01-27 [paul] 2.7.2cvs3
4535 * src/prefs_folder_item.c
4536 * src/prefs_receive.c
4537 * src/plugins/pgpcore/prefs_gpg.c
4538 use 'start-up' instead of 'startup' in labels
4540 2007-01-26 [wwp] 2.7.2cvs2
4542 * src/plugins/trayicon/Makefile.am
4543 * src/plugins/trayicon/trayicon.c
4544 * src/plugins/trayicon/trayicon_prefs.c
4545 * src/plugins/trayicon/trayicon_prefs.h
4546 Add a new TrayIcon option to hide the main window at
4548 Fix trayicon.c copyright header.
4550 2007-01-26 [paul] 2.7.2cvs1