1 2007-08-19 [colin] 2.10.0cvs133
3 * src/etpan/imap-thread.c
4 Make all fetch logs less verbose
6 2007-08-19 [paul] 2.10.0cvs132
11 fix bug 1286, 'Can't move a folder into a "Folders
14 2007-08-18 [ticho] 2.10.0cvs131
16 * src/editaddress_other_attributes_ldap.c
17 Converted option menu for other ldap attributes to GtkComboBox.
19 2007-08-18 [colin] 2.10.0cvs130
26 Revert 'send_dialog_mode' meaning to
27 'send_dialog_invisible', so that the
28 new checkbox doesn't change the
31 2007-08-18 [paul] 2.10.0cvs129
34 add missing menu update
36 2007-08-17 [colin] 2.10.0cvs128
39 Set batching after getting flags - maybe fixes
40 bug 1292, 'CM crashes on writing mail'
42 2007-08-16 [ticho] 2.10.0cvs127
45 Convert two GtkOptionMenu widgets to new GtkComboBox.
48 Allow NULL for GtkComboBox menuitem label, rendering such
49 items as row separators.
51 2007-08-16 [paul] 2.10.0cvs126
53 * src/plugins/trayicon/trayicon.c
54 remove wrongly used gettextisation
56 2007-08-15 [ticho] 2.10.0cvs125
59 Fixed a runtime warning where an attempt to pack an
60 already packed GtkLabel was made.
62 2007-08-15 [ticho] 2.10.0cvs124
64 * src/prefs_compose_writing.c
65 Convert the insert-or-attach-dragged-files GtkOptionMenu
68 2007-08-14 [ticho] 2.10.0cvs123
72 Changed return receipt account selector to GtkComboBox.
73 Fixed a runtime warning where GTK tried to parse
74 "name <email@address" as a Pango markup in an alertpanel label.
76 2007-08-14 [ticho] 2.10.0cvs122
79 Changed GtkOptionMenu in logging preferences to GtkComboBox.
81 2007-08-14 [wwp] 2.10.0cvs121
85 * tools/popfile-link.sh
86 Added a new tool: POPFile helper, to open
87 selected messages in POPFile control center,
88 in order to change the messages' status.
90 2007-08-14 [ticho] 2.10.0cvs120
97 Change "Show send dialog" optionmenu to a checkbutton.
99 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
101 2007-08-13 [wwp] 2.10.0cvs119
112 * src/partial_download.c
118 * src/gtk/gtkaspell.c
120 Make sure we never pass NULL pointers for %s substitutions
121 (prevent from crashing in Windows).
123 2007-08-13 [wwp] 2.10.0cvs118
126 Re-enable mmap_reads in Windows with some missing
127 CloseHandle of mapping objects, thanks to
130 2007-08-13 [paul] 2.10.0cvs117
133 fix bug 1287, 'Compile time problem on Solaris
134 (nexenta gnu/Solaris) utils.c'
135 Thanks to Piotr Chrzczonowicz
137 2007-08-12 [wwp] 2.10.0cvs116
139 * src/plugins/pgpcore/prefs_gpg.c
140 Don't try to unset a GPG_AGENT_INFO that was not
141 set (and don't use a NULL string in Windows, it was
142 crashing with --debug if GPG_AGENT_INFO was not set).
144 2007-08-12 [wwp] 2.10.0cvs115
147 Make gcc type-check arguments passed to privacy_set_error().
149 2007-08-12 [ticho] 2.10.0cvs114
151 * src/prefs_folder_item.c
152 Make sure that folder default account combobox always has some
155 Handle empty combobox gracefully (warning instead of crash).
157 2007-08-12 [ticho] 2.10.0cvs114
159 * src/prefs_folder_item.c
160 Make sure that folder default account combobox is not empty.
162 Handle empty combobox gracefully (warning instead of crash).
164 2007-08-11 [paul] 2.10.0cvs113
168 use 'subfolder' instead of 'sub-folder', matching
169 everywhere else the term is used
173 2007-08-10 [wwp] 2.10.0cvs112
176 Disable mmap reads in Windows only (at least temporarily), they
177 prevent from renaming/removing target cache files.
183 2007-08-10 [wwp] 2.10.0cvs111
186 fix unpredictable crashes in Windows due to broken
187 cache/mark/tags files writting (file were opened for
188 writing in text mode).
191 use gettimeofday() from w32lib.h on Windows.
193 2007-08-10 [colin] 2.10.0cvs110
196 * src/etpan/imap-thread.c
197 * src/etpan/imap-thread.h
198 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
200 2007-08-09 [colin] 2.10.0cvs109
203 Fix port being reset to 636 on SSL
205 Fix folder_item_get_msg_num_by_file
206 on drafts/queue folders
208 2007-08-09 [wwp] 2.10.0cvs108
211 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
212 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
215 2007-08-09 [colin] 2.10.0cvs107
219 * src/gtk/prefswindow.c
220 A few Maemo layout fixes
222 2007-08-09 [paul] 2.10.0cvs106
224 * src/prefs_account.c
225 remove the hyphen from plug-ins to
226 match everywhere else
228 2007-08-08 [wwp] 2.10.0cvs105
230 * src/prefs_folder_item.c
231 Fix an extraneous stealth ^L char.
233 2007-08-08 [wwp] 2.10.0cvs104
235 * src/prefs_folder_item.c
236 Better fix, group variables declarations (USE_ASPELL).
238 2007-08-08 [wwp] 2.10.0cvs103
240 * src/prefs_folder_item.c
241 Fix compilation w/ USE_ASPELL set (broken
244 2007-08-08 [ticho] 2.10.0cvs102
246 * src/prefs_folder_item.c
247 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
249 2007-08-08 [colin] 2.10.0cvs101
252 * src/etpan/imap-thread.c
253 * src/etpan/imap-thread.h
254 Close selected mailbox before doing
257 2007-08-08 [colin] 2.10.0cvs100
260 Complete symbol table, thanks to wwp.
261 Fixes bug 1284, 'The html -> text
262 converter ignores entities'
266 2007-08-08 [colin] 2.10.0cvs99
269 Better way to fetch UIDs on non-UIDPLUS servers
271 2007-08-07 [colin] 2.10.0cvs98
274 fix bug 1275, 'auto-saved draft messages not
275 always being removed'; Also, make multiple
276 copy (in the same account) faster by matching
277 source/destination message UIDs.
279 Don't try to reshow deleted mail
281 Fix leak on error path
283 2007-08-07 [wwp] 2.10.0cvs97
286 * manual/advanced.xml
287 * manual/fr/account.xml
288 * manual/fr/advanced.xml
289 Updated the reference manual and the French translation to
290 reflect 2.10.0cvs84: enable running folder Processing
293 2007-08-06 [wwp] 2.10.0cvs96
298 Allow changing the emphasis color used to highlight
299 the newsreader/x-mailer header value when it matches
300 our preferred mail agent (hidden pref 'emphasis_col' added
303 2007-08-06 [colin] 2.10.0cvs95
307 Re-commit 2.10.0cvs86, with a protection
308 against Pango bug. Also, try to fix
309 bug 1275, 'auto-saved draft messages not
310 always being removed'
312 2007-08-06 [wwp] 2.10.0cvs94
314 * src/gtk/quicksearch.c
315 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
317 2007-08-06 [ticho] 2.10.0cvs93
319 * src/prefs_account.c
321 Use GtkComboBox instead of GtkOptionMenu for privacy system
322 selection in account preferences.
324 2007-08-06 [wwp] 2.10.0cvs92
326 * src/plugins/pgpcore/plugin.def
327 Apply one more chunk from gpg4win's 03-w32-port patch.
329 2007-08-05 [colin] 2.10.0cvs91
333 reverting buggy patch for now
335 2007-08-05 [colin] 2.10.0cvs90
340 2007-08-04 [colin] 2.10.0cvs89
342 * src/prefs_summaries.c
343 * src/summary_search.c
344 Replace deprecated widgets. Patch by
347 2007-08-04 [colin] 2.10.0cvs88
350 Refresh GUI only every 2000 mails on mh_get_last_num
351 This is fast (readdir) and done only once per
354 2007-08-03 [colin] 2.10.0cvs87
356 * src/prefs_account.c
359 Fix a deprecated widget. Patch by
362 2007-08-03 [colin] 2.10.0cvs86
366 Make colorisation and wrapping algorithms
367 faster. Fixes bug 1246, 'compose becomes
368 increasingly slow replying to complex emails'
370 2007-08-03 [paul] 2.10.0cvs85
373 keep the window painted
375 2007-08-02 [paul] 2.10.0cvs84
380 enable running folder Processing
383 2007-08-02 [paul] 2.10.0cvs83
386 speed up/clean up rendering of larger
390 2007-08-01 [paul] 2.10.0cvs82
395 change default toolbar layout on maemo
396 * src/pixmaps/close.xpm
397 make the red cross a grey cross
398 * src/pixmaps/jpilot.xpm
399 make icon smaller so it fits better
401 2007-07-31 [paul] 2.10.0cvs81
405 fix crash on maemo on first launch
407 2007-07-30 [paul] 2.10.0cvs80
409 * src/prefs_matcher.c
410 specify the units of age and size
412 2007-07-30 [paul] 2.10.0cvs79
415 Fix IMAP timeout setting
417 2007-07-30 [colin] 2.10.0cvs78
419 * src/prefs_account.c
420 Fix a deprecated widget. Patch by
423 2007-07-27 [paul] 2.10.0cvs77
425 * src/matcher_parser_parse.y
426 * src/prefs_filtering_action.c
427 * src/prefs_matcher.c
428 these changes forgotten in cvs74's
429 'watch thread' feature
431 2007-07-27 [paul] 2.10.0cvs76
434 fix potential crasher
437 2007-07-27 [paul] 2.10.0cvs75
443 make mainwindow's /Help/Manual point to the
444 remote copy if the local copy doesn't exist
446 2007-07-27 [paul] 2.10.0cvs74
454 * src/matcher_parser_parse.y
463 * src/pixmaps/watchthread.xpm
464 add 'watch thread' feature
466 2007-07-27 [paul] 2.10.0cvs73
468 * src/prefs_folder_item.c
469 adjust labels, add tooltips
471 2007-07-27 [colin] 2.10.0cvs72
474 Maemo: Remove less used menu items
476 2007-07-26 [colin] 2.10.0cvs71
479 Maemo: destroy messageview after trashing mail.
480 Maybe should be done on X11 too
482 2007-07-26 [colin] 2.10.0cvs70
489 Add View/Show or Hide/Column headers
491 2007-07-26 [colin] 2.10.0cvs69
496 2007-07-26 [colin] 2.10.0cvs68
499 Fix possible crash on cache invalidation
503 * src/quote_fmt_parse.y
504 Make replying to mails with big attachments
505 much faster. Fixes bug 1224, 'The process of
506 Replying to emails with large attachments
507 seems unreasonably long...'
509 2007-07-26 [colin] 2.10.0cvs67
514 Fix threads use on BSDs
516 2007-07-26 [paul] 2.10.0cvs66
518 * src/gtk/prefswindow.c
519 fix account prefs breakage
522 2007-07-26 [paul] 2.10.0cvs65
525 standardise ./configure --help messages
527 2007-07-26 [colin] 2.10.0cvs64
531 Fix two vCard-related crashes
533 2007-07-25 [colin] 2.10.0cvs63
538 * src/prefs_receive.c
539 Maemo: Add a better way to notify of
545 Maemo: Various layout fixes
546 * src/gtk/prefswindow.c
547 Maemo: Better prefs layout
549 2007-07-25 [paul] 2.10.0cvs62
552 fix the layout on maemo
555 2007-07-25 [iwkse] 2.10.0cvs61
558 add 'o' shortcut on summaryview
560 2007-07-25 [iwkse] 2.10.0cvs60
565 2007-07-24 [colin] 2.10.0cvs59
568 Fix missing timestamp update on source
572 Better text layout on part's choices
574 2007-07-23 [colin] 2.10.0cvs58
578 Maemo: Automatically choose the correct application
580 * src/gtk/quicksearch.c
581 Make search run on GDK_KP_Enter too
583 2007-07-23 [wwp] 2.10.0cvs57
585 * src/quote_fmt_lex.l
586 Revert accidentaly committed lines (account_sig) in
589 2007-07-23 [wwp] 2.10.0cvs56
591 * src/quote_fmt_lex.l
592 Fix typos around long form expressions in the quote lexer.
598 2007-07-23 [colin] 2.10.0cvs55
601 Fix auto-completion on Maemo
603 2007-07-23 [colin] 2.10.0cvs54
606 Maemo: Fix sticking statusbars
608 2007-07-22 [colin] 2.10.0cvs53
611 Maemo: Fix the strange "top_application" info
612 at startup. We should do something when
613 receiving such a message.
615 2007-07-20 [paul] 2.10.0cvs52
618 add missing #include "statusbar.h"
620 2007-07-20 [colin] 2.10.0cvs51
624 * src/folder_item_prefs.c
625 * src/folder_item_prefs.h
633 * src/prefs_folder_item.c
634 Implement age-based caching: allow to
635 specify a threshold for the offline synchronisation
636 feature, and whether old cached bodies should
641 * src/plugins/dillo_viewer/dillo_viewer.c
642 Check that Dillo's installed
644 2007-07-20 [wwp] 2.10.0cvs50
648 Draw a frame around the selected mimeview part icon (instead of the
649 shifted 'dancing' icon).
651 2007-07-20 [colin] 2.10.0cvs49
654 Unref stuff even on error
656 disconnect signals only at the very
657 end of the wizard save.
659 2007-07-20 [colin] 2.10.0cvs48
665 Fix random crashes while navigating
668 2007-07-19 [colin] 2.10.0cvs47
677 Maemo: add an easy way to store data (mails
678 and IMAP/NNTP caches) on one of the SD cards,
679 and protect against unmounts if needed
681 2007-07-19 [paul] 2.10.0cvs46
686 * src/pixmaps/claws-mail_logo-small.xpm
687 implement a (slightly) different About
688 dialog for maemo and add a small version
691 use a scrolled window for wizard page 1
694 2007-07-19 [paul] 2.10.0cvs45
697 too soon for this line
699 2007-07-19 [paul] 2.10.0cvs44
704 2007-07-19 [colin] 2.10.0cvs43
707 Solve Mail/Mailbox name when specifying
710 2007-07-18 [colin] 2.10.0cvs42
716 2007-07-18 [colin] 2.10.0cvs41
719 Maemo: plug the online/offline system into
720 maemo's interfaces to have Claws automatically
721 switch according to the system status
723 Maemo: use HildonBanners to display status
724 messages. Renders the main statusbar useless.
726 2007-07-18 [paul] 2.10.0cvs40
729 fix screen blanking on moving/copying many msgs
731 fix processing progressbar and screen blanking
734 2007-07-18 [paul] 2.10.0cvs39
737 revert cvs37, breakage on maemo
739 2007-07-18 [paul] 2.10.0cvs38
742 make sure we can still build with older GTK's
744 2007-07-18 [colin] 2.10.0cvs37
747 Only hide the small layout's messageview, instead
748 of destroying it when closing
750 Use gtk_window_present_with_time to popup windows,
751 it seems to make things better with modern WMs
754 2007-07-17 [colin] 2.10.0cvs36
757 Simplify layout on Maemo
760 * src/prefs_display_header.c
761 Remove some headers by default on Maemo
763 2007-07-17 [paul] 2.10.0cvs35
767 * src/prefs_logging.c
769 add options to stop/enable writing logs to disc
771 2007-07-17 [paul] 2.10.0cvs34
774 fix some issues with the Apply tags window:
775 - set search column (enables autocompl in the treeview)
776 - apply tag from "New tag" if it existed
777 - clears New tag entry when adding it with the button
780 2007-07-17 [paul] 2.10.0cvs33
783 fix 'apply tags' dialogue weirdness
785 2007-07-16 [colin] 2.10.0cvs32
788 Fix double-loading of mails on Maemo
790 2007-07-16 [colin] 2.10.0cvs31
793 Prevent double-loading of the same part under some
794 conditions; hide statusbar on Maemo
796 2007-07-16 [colin] 2.10.0cvs30
802 Improve the tag interface - allow
803 to set/unset tags from a special
805 * src/gtk/gtkvscrollbutton.c
809 Fix Mimeview's ugly hacks in the
812 2007-07-16 [paul] 2.10.0cvs29
816 * src/gtk/icon_legend.c
817 put it all in a scrolled window
819 2007-07-15 [colin] 2.10.0cvs28
822 Maemo: force layout to be Small screen; the
823 others don't make sense
825 2007-07-14 [colin] 2.10.0cvs27
828 * src/gtk/gtkvscrollbutton.c
829 Maemo: Fix mimeview's buttons size
831 2007-07-14 [colin] 2.10.0cvs26
834 Fix the button workaround fix.
835 (Use the correct variable)
837 2007-07-14 [colin] 2.10.0cvs25
841 Maemo: put the progress bar in the
844 2007-07-14 [colin] 2.10.0cvs24
847 Maemo: hide statusbar by default
852 * src/pixmaps/go_folders.xpm
853 Maemo: Add a specific icon to go back to
856 2007-07-14 [colin] 2.10.0cvs23
859 Don't set homogeneous finally
861 2007-07-14 [colin] 2.10.0cvs22
864 Fix button show/hide issues
866 2007-07-14 [colin] 2.10.0cvs21
870 Fix button workaround to be able to click
871 if mouse was on button when it went un-
873 Revert previous commit, gtk_tool_item_set_homogeneous
874 doesn't mean what it seems to mean ;-)
876 2007-07-14 [paul] 2.10.0cvs20
879 make homogeneous FALSE always
881 2007-07-13 [colin] 2.10.0cvs19
885 Rework to fit the non-deprecated API
891 Maemo layout changes. Better toolbars,
892 removal of CTree headers.
894 2007-07-13 [paul] 2.10.0cvs18
896 * src/gtk/colorlabel.c
897 fix bug 1261, '[DE] coloring messages in overview
898 keys are not localised'
899 the string is now included in claws-mail.pot
901 2007-07-13 [colin] 2.10.0cvs17
904 Fix bug 1267, 'printing mutliple messages
905 opens one message-dialog after the other'
906 Ask for confirmation when printing 10
909 2007-07-11 [colin] 2.10.0cvs16
914 * manual/claws-mail-manual.xml
916 * manual/es/claws-mail-manual.xml
918 * manual/fr/claws-mail-manual.xml
941 * src/addressbook_foldersel.c
942 * src/addressbook_foldersel.h
968 * src/displayheader.c
969 * src/displayheader.h
972 * src/editaddress_other_attributes_ldap.c
973 * src/editaddress_other_attributes_ldap.h
982 * src/editldap_basedn.c
983 * src/editldap_basedn.h
1004 * src/folder_item_prefs.c
1005 * src/folder_item_prefs.h
1014 * src/grouplistdialog.c
1015 * src/grouplistdialog.h
1020 * src/image_viewer.c
1021 * src/image_viewer.h
1062 * src/matcher_parser.h
1063 * src/matcher_parser_lex.l
1064 * src/matcher_parser_parse.y
1067 * src/message_search.c
1068 * src/message_search.h
1087 * src/partial_download.c
1088 * src/partial_download.h
1093 * src/prefs_account.c
1094 * src/prefs_account.h
1095 * src/prefs_actions.c
1096 * src/prefs_actions.h
1097 * src/prefs_common.c
1098 * src/prefs_common.h
1099 * src/prefs_compose_writing.c
1100 * src/prefs_compose_writing.h
1101 * src/prefs_customheader.c
1102 * src/prefs_customheader.h
1103 * src/prefs_display_header.c
1104 * src/prefs_display_header.h
1105 * src/prefs_ext_prog.c
1106 * src/prefs_ext_prog.h
1107 * src/prefs_filtering.c
1108 * src/prefs_filtering.h
1109 * src/prefs_filtering_action.c
1110 * src/prefs_filtering_action.h
1111 * src/prefs_folder_column.c
1112 * src/prefs_folder_column.h
1113 * src/prefs_folder_item.c
1114 * src/prefs_folder_item.h
1119 * src/prefs_image_viewer.c
1120 * src/prefs_image_viewer.h
1121 * src/prefs_logging.c
1122 * src/prefs_logging.h
1123 * src/prefs_matcher.c
1124 * src/prefs_matcher.h
1125 * src/prefs_message.c
1126 * src/prefs_message.h
1127 * src/prefs_msg_colors.c
1128 * src/prefs_msg_colors.h
1133 * src/prefs_receive.c
1134 * src/prefs_receive.h
1137 * src/prefs_spelling.c
1138 * src/prefs_spelling.h
1139 * src/prefs_summaries.c
1140 * src/prefs_summaries.h
1141 * src/prefs_summary_column.c
1142 * src/prefs_summary_column.h
1143 * src/prefs_summary_open.c
1144 * src/prefs_summary_open.h
1145 * src/prefs_template.c
1146 * src/prefs_template.h
1147 * src/prefs_themes.c
1148 * src/prefs_themes.h
1149 * src/prefs_toolbar.c
1150 * src/prefs_toolbar.h
1151 * src/prefs_wrapping.c
1152 * src/prefs_wrapping.h
1162 * src/quote_fmt_lex.l
1163 * src/quote_fmt_parse.y
1166 * src/remotefolder.c
1167 * src/remotefolder.h
1168 * src/send_message.c
1169 * src/send_message.h
1172 * src/simple-gettext.c
1173 * src/sourcewindow.c
1174 * src/sourcewindow.h
1179 * src/stock_pixmap.c
1180 * src/stock_pixmap.h
1181 * src/summary_search.c
1182 * src/summary_search.h
1199 * src/common/base64.c
1200 * src/common/base64.h
1201 * src/common/claws.c
1202 * src/common/claws.h
1204 * src/common/fnmatch.c
1205 * src/common/fnmatch.h
1206 * src/common/fnmatch_loop.c
1207 * src/common/hooks.c
1208 * src/common/hooks.h
1213 * src/common/mgutils.c
1214 * src/common/mgutils.h
1217 * src/common/passcrypt.c
1218 * src/common/passcrypt.h.in
1219 * src/common/plugin.c
1220 * src/common/plugin.h
1221 * src/common/prefs.c
1222 * src/common/prefs.h
1223 * src/common/progressindicator.c
1224 * src/common/progressindicator.h
1225 * src/common/quoted-printable.c
1226 * src/common/quoted-printable.h
1227 * src/common/session.c
1228 * src/common/session.h
1231 * src/common/socket.c
1232 * src/common/socket.h
1235 * src/common/ssl_certificate.c
1236 * src/common/ssl_certificate.h
1237 * src/common/string_match.c
1238 * src/common/string_match.h
1239 * src/common/stringtable.c
1240 * src/common/stringtable.h
1243 * src/common/template.c
1244 * src/common/template.h
1245 * src/common/timing.h
1246 * src/common/utils.c
1247 * src/common/utils.h
1248 * src/common/uuencode.c
1249 * src/common/uuencode.h
1250 * src/common/version.h.in
1251 * src/common/w32_dirent.c
1252 * src/common/w32_reg.c
1253 * src/common/w32_signal.c
1254 * src/common/w32_stat.c
1255 * src/common/w32_stdlib.c
1256 * src/common/w32_string.c
1257 * src/common/w32_time.c
1258 * src/common/w32_unistd.c
1259 * src/common/w32_wait.c
1260 * src/common/w32lib.h
1263 * src/common/xmlprops.c
1264 * src/common/xmlprops.h
1265 * src/etpan/etpan-errors.h
1266 * src/etpan/etpan-thread-manager-types.h
1267 * src/etpan/etpan-thread-manager.c
1268 * src/etpan/etpan-thread-manager.h
1269 * src/etpan/imap-thread.c
1270 * src/etpan/imap-thread.h
1273 * src/gtk/colorlabel.c
1274 * src/gtk/colorlabel.h
1275 * src/gtk/colorsel.c
1276 * src/gtk/colorsel.h
1277 * src/gtk/combobox.c
1278 * src/gtk/combobox.h
1279 * src/gtk/description_window.c
1280 * src/gtk/description_window.h
1283 * src/gtk/foldersort.c
1284 * src/gtk/foldersort.h
1285 * src/gtk/gtkaspell.c
1286 * src/gtk/gtkaspell.h
1287 * src/gtk/gtksctree.c
1288 * src/gtk/gtkshruler.c
1289 * src/gtk/gtkshruler.h
1290 * src/gtk/gtksourceprintjob.c
1291 * src/gtk/gtksourceprintjob.h
1292 * src/gtk/gtkutils.c
1293 * src/gtk/gtkutils.h
1294 * src/gtk/gtkvscrollbutton.c
1295 * src/gtk/gtkvscrollbutton.h
1296 * src/gtk/icon_legend.c
1297 * src/gtk/icon_legend.h
1298 * src/gtk/inputdialog.c
1299 * src/gtk/inputdialog.h
1300 * src/gtk/logwindow.c
1301 * src/gtk/logwindow.h
1302 * src/gtk/manage_window.c
1303 * src/gtk/manage_window.h
1306 * src/gtk/pluginwindow.c
1307 * src/gtk/pluginwindow.h
1308 * src/gtk/prefswindow.c
1309 * src/gtk/prefswindow.h
1310 * src/gtk/progressdialog.c
1311 * src/gtk/progressdialog.h
1312 * src/gtk/quicksearch.c
1313 * src/gtk/quicksearch.h
1314 * src/gtk/sslcertwindow.c
1315 * src/gtk/sslcertwindow.h
1316 * src/plugins/bogofilter/bogofilter.c
1317 * src/plugins/bogofilter/bogofilter.h
1318 * src/plugins/bogofilter/bogofilter_gtk.c
1319 * src/plugins/clamav/clamav_plugin.c
1320 * src/plugins/clamav/clamav_plugin.h
1321 * src/plugins/clamav/clamav_plugin_gtk.c
1322 * src/plugins/demo/demo.c
1323 * src/plugins/dillo_viewer/dillo_prefs.c
1324 * src/plugins/dillo_viewer/dillo_prefs.h
1325 * src/plugins/dillo_viewer/dillo_viewer.c
1326 * src/plugins/pgpcore/passphrase.c
1327 * src/plugins/pgpcore/passphrase.h
1328 * src/plugins/pgpcore/pgp_viewer.c
1329 * src/plugins/pgpcore/pgp_viewer.h
1330 * src/plugins/pgpcore/plugin.c
1331 * src/plugins/pgpcore/prefs_gpg.c
1332 * src/plugins/pgpcore/prefs_gpg.h
1333 * src/plugins/pgpcore/select-keys.c
1334 * src/plugins/pgpcore/select-keys.h
1335 * src/plugins/pgpcore/sgpgme.c
1336 * src/plugins/pgpcore/sgpgme.h
1337 * src/plugins/pgpinline/pgpinline.c
1338 * src/plugins/pgpinline/pgpinline.h
1339 * src/plugins/pgpinline/plugin.c
1340 * src/plugins/pgpmime/pgpmime.c
1341 * src/plugins/pgpmime/pgpmime.h
1342 * src/plugins/pgpmime/plugin.c
1343 * src/plugins/spamassassin/spamassassin.c
1344 * src/plugins/spamassassin/spamassassin.h
1345 * src/plugins/spamassassin/spamassassin_gtk.c
1346 * src/plugins/trayicon/trayicon.c
1347 * src/plugins/trayicon/trayicon_prefs.c
1348 * src/plugins/trayicon/trayicon_prefs.h
1349 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1350 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1351 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1352 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1353 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1354 * tools/OOo2claws-mail.pl
1355 * tools/README.sylprint
1356 * tools/acroread2claws-mail.pl
1357 * tools/claws-mail-compose-insert-files.pl
1358 * tools/convert_mbox.pl
1359 * tools/filter_conv.pl
1360 * tools/filter_conv_new.pl
1362 * tools/freshmeat_search.pl
1363 * tools/google_search.pl
1364 * tools/kmail-mailbox2claws-mail.pl
1365 * tools/kmail2claws-mail.pl
1366 * tools/kmail2claws-mail_v2.pl
1368 * tools/make.themes.project
1369 * tools/multiwebsearch.pl
1370 * tools/nautilus2claws-mail.sh
1371 * tools/outlook2claws-mail.pl
1372 * tools/textviewer.sh
1373 * tools/thunderbird-filters-convertor.pl
1376 * tools/vcard2xml.py
1377 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1378 Upgrade to GPLv3 or later.
1380 2007-07-10 [wwp] 2.10.0cvs15
1383 Fix re-opening of all composing messages that were
1384 opened when closing the previous instance, thanks
1387 2007-07-10 [paul] 2.10.0cvs14
1389 * src/editaddress_other_attributes_ldap.c
1391 fix crash on selecting 'other attributes' combo
1392 for either a new entry or an old entry with no
1393 existing attributes.
1394 fix bug on editing multiple attributes which
1395 resulted them all having the value of the last
1399 2007-07-10 [colin] 2.10.0cvs13
1402 * src/editaddress_other_attributes_ldap.h
1404 Fix --disable-ldap build
1406 2007-07-09 [colin] 2.10.0cvs12
1412 * src/editaddress_other_attributes_ldap.c
1413 * src/editaddress_other_attributes_ldap.h
1418 Add capability to edit all inetOrgPerson
1419 attributes on LDAP. Patch by Michael
1422 2007-07-09 [colin] 2.10.0cvs11
1428 * src/prefs_summaries.c
1429 * src/prefs_themes.c
1431 * src/common/Makefile.am
1433 * src/common/timing.h
1434 * src/common/utils.c
1435 * src/common/utils.h
1436 * src/common/w32_account.c
1437 * src/common/w32lib.h
1438 * src/gtk/Makefile.am
1439 * src/gtk/colorlabel.c
1440 * src/plugins/pgpcore/Makefile.am
1441 * src/plugins/pgpcore/claws.def
1442 * src/plugins/pgpcore/passphrase.c
1443 * src/plugins/pgpcore/pgp_viewer.c
1444 * src/plugins/pgpcore/plugin.def
1445 * src/plugins/pgpcore/sgpgme.c
1446 * src/plugins/pgpinline/Makefile.am
1447 * src/plugins/pgpinline/claws.def
1448 * src/plugins/pgpinline/mypgpcore.def
1449 * src/plugins/pgpinline/plugin.def
1450 * src/plugins/pgpmime/Makefile.am
1451 * src/plugins/pgpmime/claws.def
1452 * src/plugins/pgpmime/mypgpcore.def
1453 * src/plugins/pgpmime/plugin.def
1454 Commit win32 patch, from Werner Koch and
1457 2007-07-09 [colin] 2.10.0cvs10
1459 * src/prefs_toolbar.c
1460 Fix crash when no actions exist
1462 2007-07-07 [paul] 2.10.0cvs9
1465 * manual/claws-mail-manual.xml
1466 update copyright year
1468 updated by Flammie Pirinen
1470 2007-07-05 [wwp] 2.10.0cvs8
1472 * src/plugins/clamav/clamav_plugin_gtk.c
1473 Make vertical spacing like in other plugin prefs pages.
1475 2007-07-05 [wwp] 2.10.0cvs7
1478 It's %am that works, not %ae (this doc incoherence has been
1479 introduced with 2.9.2cvs13).
1481 2007-07-04 [wwp] 2.10.0cvs6
1483 * src/plugins/bogofilter/bogofilter.c
1484 Gettext-ize an occurrence of "Any" that wasn't.
1486 2007-07-04 [colin] 2.10.0cvs5
1489 Fix untranslated strings; thanks
1492 2007-07-03 [colin] 2.10.0cvs4
1496 Fix saving of sort mode for tags and
1497 thread date. Thanks to Pierre Ossman.
1498 Completes fix for bug 1233
1500 2007-07-03 [paul] 2.10.0cvs3
1508 2007-07-02 [colin] 2.10.0cvs2
1514 Add View/Sort/by Thread date
1515 Fixes bug 1233, 'Capability to sort
1516 threads by most recent message'
1517 Based on a patch by Paul Rolland
1519 2007-07-02 [colin] 2.10.0cvs1
1536 * src/matcher_parser_parse.y
1540 * src/prefs_common.c
1541 * src/prefs_common.h
1542 * src/prefs_filtering_action.c
1543 * src/prefs_matcher.c
1544 * src/prefs_summary_column.c
1548 * src/quote_fmt_lex.l
1549 * src/quote_fmt_parse.y
1553 * src/common/Makefile.am
1557 * src/gtk/quicksearch.c
1558 * src/gtk/quicksearch.h
1559 Add Tags implementation. Tags are arbitrary labels
1560 that can be applied to messages. It is possible
1561 to create, edit, remove tags; apply them to mails;
1562 filter on tags or tag presence; apply or unset
1563 tags via filtering actions; reference tags in
1566 2007-07-02 [paul] 2.10.0
1573 2007-07-02 [paul] 2.9.2cvs78
1583 updated by Stephan Sachse, me, Ricardo Mones
1584 Lastra, Fabien Vantard, Pader Rezso, Frederico
1585 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1587 2007-07-02 [paul] 2.9.2cvs77
1592 2007-06-29 [wwp] 2.9.2cvs76
1595 Fix a typo (thanks to Ricardo for finding this out).
1597 2007-06-28 [paul] 2.9.2cvs75
1602 2007-06-28 [paul] 2.9.2cvs74
1605 fix bug in the autotools build system.
1606 Files cataloged under EXTRA_DIST were never
1607 automatically copied to the build tree.
1608 (fix 'make distcheck')
1609 Patch by Michael Rasmussen.
1611 2007-06-24 [colin] 2.9.2cvs73
1614 Fix bug 1249, 'Error handling for
1615 news errors needs modification'
1616 Only popup error if the according
1617 pref in Prefs/Receive is set.
1619 2007-06-21 [colin] 2.9.2cvs72
1621 * src/common/plugin.c
1622 * src/common/plugin.h
1623 Change plugin API to know whether it's safe to
1624 unload plugins or whether we should just hide
1625 them. Fixes bug 1248, 'Core dumps after
1626 unloading plugin and clicking on load plugins'
1627 * src/plugins/bogofilter/bogofilter.c
1628 * src/plugins/clamav/clamav_plugin.c
1629 * src/plugins/demo/demo.c
1630 * src/plugins/dillo_viewer/dillo_viewer.c
1631 * src/plugins/pgpcore/plugin.c
1632 * src/plugins/pgpinline/plugin.c
1633 * src/plugins/pgpmime/plugin.c
1634 * src/plugins/spamassassin/spamassassin.c
1635 * src/plugins/trayicon/trayicon.c
1638 2007-06-19 [colin] 2.9.2cvs71
1642 Fix crash mentioned in bug 1246
1643 Race condition when automatically drafting
1644 due to insertion on reedit.
1646 2007-06-18 [wwp] 2.9.2cvs70
1649 LDIF import: use a "Proceed" button to complete
1652 2007-06-18 [paul] 2.9.2cvs69
1655 use pkgconfig to check for gtk and glib
1657 2007-06-17 [wwp] 2.9.2cvs68
1661 LDIF import: better error handling, minor code
1662 and UI cleanup, and renamed the Save button
1663 to Close, as imported stuff is already saved
1664 when the Save button is shown.
1666 2007-06-17 [colin] 2.9.2cvs67
1668 * src/prefs_summaries.c
1670 Don't set as read when forwarded, only replied to
1672 2007-06-17 [paul] 2.9.2cvs66
1675 add missing #include
1677 2007-06-16 [colin] 2.9.2cvs65
1679 * src/prefs_summaries.c
1681 Change the pref "Only mark as read when opened
1682 in new window" to "..., replied to or forwarded".
1683 Based on a patch by Paul Rolland.
1685 2007-06-16 [paul] 2.9.2cvs64
1688 alphabetical order! :)
1690 2007-06-16 [colin] 2.9.2cvs63
1694 Add Michael Rasmussen in authors list
1696 2007-06-16 [colin] 2.9.2cvs62
1699 Fix messageview_copy_clipboard to take advantage
1700 of plugins' get_selection.
1702 2007-06-15 [colin] 2.9.2cvs61
1708 * src/message_search.c
1710 * src/summary_search.c
1713 Allow GDK_KP_Enter to do the same as GDK_Return
1714 Patch by Michael Rasmussen
1716 2007-06-15 [paul] 2.9.2cvs60
1719 fix bug when closing a compose window
1722 2007-06-14 [paul] 2.9.2cvs59
1726 migrate sylpheed config
1728 2007-06-14 [wwp] 2.9.2cvs58
1730 * src/gtk/pluginwindow.c
1731 Yet another attempt to fix sizing/alignment of the
1732 button bar in plugins window.
1734 2007-06-12 [colin] 2.9.2cvs57
1739 * src/prefs_common.c
1740 * src/prefs_common.h
1741 * src/prefs_summaries.c
1742 * src/prefs_summary_open.c
1743 * src/prefs_summary_open.h
1745 Make "when entering a folder" actions more personalisable
1747 2007-06-12 [wwp] 2.9.2cvs56
1750 Use short description from Paul (mairix.sh).
1752 2007-06-12 [wwp] 2.9.2cvs55
1755 Updated info about mairix.sh.
1757 2007-06-11 [paul] 2.9.2cvs54
1759 * src/prefs_logging.c
1760 rework log window length widgets
1761 and some sensitivity fixes
1763 2007-06-11 [paul] 2.9.2cvs53
1766 * src/prefs_logging.c
1767 rename 'Protocol Log' to 'Network Log'
1768 and some function renaming
1770 2007-06-10 [wwp] 2.9.2cvs52
1772 * src/gtk/pluginwindow.c
1775 2007-06-10 [wwp] 2.9.2cvs51
1777 * src/gtk/pluginwindow.c
1778 Fix button bar in plugin window, was centered and not
1779 behaving like other dialogs w/ such button bar.
1781 2007-06-08 [wwp] 2.9.2cvs50
1788 Provide a way out of automatic draft saving on IMAP, when
1790 Prevent drafting while sending and quitting while sending.
1795 2007-06-08 [wwp] 2.9.2cvs49
1797 * src/prefs_account.c
1798 * src/gtk/prefswindow.c
1799 * src/gtk/prefswindow.h
1800 Activate the Basic page when opening account prefs.
1802 2007-06-08 [wwp] 2.9.2cvs48
1804 * src/common/socket.c
1805 Don't crash if fork() fails, thanks to Colin.
1807 2007-06-08 [wwp] 2.9.2cvs47
1809 * src/gtk/prefswindow.c
1810 Wrap some long lines, and reset horizontal scroller's adjusment
1811 (this was already done, vertically), when changing tab (not page)
1814 2007-06-08 [paul] 2.9.2cvs46
1816 * src/common/utils.c
1817 use gethostname() instead of uname()
1818 based on a patch by Michael Hughes
1819 <Sylpheed-Claws_user@thehugheslogcabin.net>
1821 2007-06-07 [wwp] 2.9.2cvs45
1823 * src/prefs_common.c
1824 Fix some useless warnings, thanks to Colin.
1826 2007-06-06 [colin] 2.9.2cvs44
1829 Fix strange allocations.
1831 2007-06-06 [colin] 2.9.2cvs43
1834 Patch by Michael Rasmussus to help
1837 2007-06-05 [wwp] 2.9.2cvs42
1839 * src/prefs_account.c
1840 * src/prefs_folder_item.c
1844 Per-folder templates can now be applied recursively.
1845 Always save per-folder templates (formats were erroneously
1846 saved only if they were enabled).
1847 Check for validity of quotation marks everywhere there
1850 2007-06-05 [wwp] 2.9.2cvs41
1853 Fix incoming messages from local accounts always getting filtered
1854 (even if the account prefs say don't), thanks to Colin.
1856 2007-06-05 [wwp] 2.9.2cvs40
1860 Use per-folder/per-account quote chars when applying a
1861 template or inserting text as well. Const'ify some
1864 2007-06-04 [colin] 2.9.2cvs39
1867 More work for wwp :)
1869 2007-06-04 [wwp] 2.9.2cvs38
1872 Same as 2.9.2cvs36 but for forwarding.
1874 2007-06-04 [colin] 2.9.2cvs37
1877 Use original mail file for forward/redirect
1878 Fixes some forwarded mails to be attached as
1879 application/octet-stream (when they have binary
1880 parts), and incidentally fixes bug 848
1881 'Redirect breaks GnuPG'
1883 2007-06-04 [wwp] 2.9.2cvs36
1886 Fix quote mark mis-initialisation when replying/forwarding
1887 (introduced w/ 2.9.2cvs20).
1889 2007-06-04 [wwp] 2.9.2cvs35
1891 * src/prefs_compose_writing.c
1893 Fix a bug where Quotation characters (prefs/compose/writing)
1894 was cleared (introduced w/ 2.9.2cvs26).
1896 2007-06-04 [wwp] 2.9.2cvs34
1898 * src/prefs_account.c
1899 * src/prefs_account.h
1900 Better fix for compiling w/o aspell (rollbacks
1903 2007-06-04 [wwp] 2.9.2cvs33
1906 * src/prefs_account.c
1907 * src/prefs_account.h
1909 It's now possible to disable mail filtering plugins
1910 on a per-account basis.
1912 2007-06-04 [wwp] 2.9.2cvs32
1915 * src/common/utils.c
1916 * src/common/utils.h
1917 Support CRLF in headers part of messages.
1918 Support few more date formats (RFC3339 subsets).
1920 2007-06-04 [wwp] 2.9.2cvs31
1922 * src/prefs_account.c
1923 Fix compiling w/o aspell support.
1925 2007-06-03 [wwp] 2.9.2cvs30
1928 Don't decode leading ENV_ and ~ in P_PASSWORD
1931 2007-06-03 [wwp] 2.9.2cvs29
1934 Don't decode leading ENV_ and ~ in P_PASSWORD
1937 2007-06-03 [wwp] 2.9.2cvs28
1939 * src/prefs_account.c
1940 * src/gtk/prefswindow.c
1941 * src/gtk/prefswindow.h
1942 Added a way to force preloading of all pages
1944 Moved tabs to pages in account prefs.
1946 2007-06-02 [colin] 2.9.2cvs27
1949 Fix possible crash, fix ldap write bugs
1951 Fix ldap write bugs - patch by Michael
1955 Add a hook whenever alertpanel opens/closes
1957 2007-05-31 [wwp] 2.9.2cvs26
1959 * src/prefs_compose_writing.c
1961 Re-organized writing options a bit:
1962 - renamed the Quoting page to Templates
1963 - moved all composing templates to that page
1964 - moved non-templates options to the Writing one,
1965 grouped reply-related options, reordered reply and
1968 2007-05-31 [wwp] 2.9.2cvs25
1971 Removed unused code.
1973 2007-05-31 [colin] 2.9.2cvs24
1976 Fix missing display name when modifying
1977 LDAP. Patch by Michael Rasmussen
1979 2007-05-31 [wwp] 2.9.2cvs23
1981 * src/plugins/bogofilter/Makefile.am
1982 * src/plugins/clamav/Makefile.am
1983 * src/plugins/demo/Makefile.am
1984 * src/plugins/dillo_viewer/Makefile.am
1985 * src/plugins/spamassassin/Makefile.am
1986 Fix building of those plugins in Mac OS X.
1988 2007-05-30 [wwp] 2.9.2cvs22
1990 * src/gtk/quicksearch.c
1991 Fix missing initialization.
1993 2007-05-30 [wwp] 2.9.2cvs21
1996 Revert accidental commit (debug outputs).
1998 2007-05-30 [wwp] 2.9.2cvs20
2001 * src/folder_item_prefs.c
2002 * src/folder_item_prefs.h
2003 * src/prefs_account.c
2004 * src/prefs_account.h
2005 * src/prefs_folder_item.c
2008 Implemented per-account and per-folder
2009 compose/reply/forward formats.
2011 2007-05-30 [wwp] 2.9.2cvs19
2013 * src/prefs_compose_writing.c
2018 Internal API changes (factorize quote format
2021 2007-05-30 [colin] 2.9.2cvs18
2024 Fix race where it's possible to re-click Send
2025 between end of SMTP session and end of "move to
2026 sent folder" when sending an email with send
2029 2007-05-30 [colin] 2.9.2cvs17
2032 Ask for backtrace on all threads. Patch by
2035 Fix stale news statusbar when scanning fails.
2038 Fix some LDAP write updates bugs. Patch
2039 by Michael Rasmussen
2041 2007-05-29 [colin] 2.9.2cvs16
2044 Fix loss of local flags when moving mails
2045 on IMAP in high-bandwidth mode (UID FETCH)
2047 2007-05-25 [paul] 2.9.2cvs15
2049 * src/common/socket.c
2050 fix sometimes crasher on cancelling
2053 2007-05-25 [colin] 2.9.2cvs14
2058 Be more helpful in the subscription
2061 2007-05-23 [wwp] 2.9.2cvs13
2064 * src/prefs_compose_writing.c
2066 * src/prefs_template.c
2067 * src/prefs_template.h
2070 * src/quote_fmt_lex.l
2071 * src/quote_fmt_parse.y
2072 Introduced new syntax elements (symbols and commands)
2073 in templates/quote_fmt. Compatibility w/ old
2075 Updated and reworked the corresponding Information
2077 Display the line number in dialogs that talk about
2078 parser errors (in addition to the error message in
2081 2007-05-23 [wwp] 2.9.2cvs12
2083 * src/quote_fmt_parse.y
2084 Fix 2.9.2cvs11, probably a paste accident ;).
2086 2007-05-23 [wwp] 2.9.2cvs11
2089 * src/prefs_template.c
2091 * src/quote_fmt_parse.y
2092 Fix 2.9.2cvs10, which broke --disable-aspell.
2094 2007-05-22 [wwp] 2.9.2cvs10
2097 * src/prefs_template.c
2100 * src/quote_fmt_lex.l
2101 * src/quote_fmt_parse.y
2102 * src/gtk/gtkaspell.c
2103 * src/gtk/gtkaspell.h
2104 Added template/quote format syntactical elements
2106 - current dictionary
2107 %T to show (shows empty if not set or not enabled),
2108 ?T and !T to check if the default dictionary is
2110 - current account's default dictionary
2111 %aT to show (empty if not set or not enabled),
2112 ?aT and !aT to check if it's enabled and set
2113 - name completion for an address, from the address
2115 %ABf, %ABt, %ABc respectively show the full name got
2116 from the address book if From, To or Cc match a single
2118 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2119 matches any contact and if the full name is non-empty.
2120 If From, To or Cc are lists of email addresses, only
2121 the first address will be checked.
2122 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2123 that could show a trailing ','.
2124 Also, template/quote_fmt parser now shows the line number in case
2127 2007-05-15 [colin] 2.9.2cvs9
2131 Add a public function to know whether Claws
2133 Store opened folder when exiting
2136 Store last opened message in each FolderItem;
2137 Reset last seen messages if Claws crashed, so
2138 that one can't go in an infinite crash in case
2139 a particular mail crashes Claws.
2141 * src/prefs_common.c
2142 * src/prefs_common.h
2144 * src/prefs_summaries.c
2145 Add "Select last opened message" when entering
2147 Add "Select last opened folder" at startup.
2149 2007-05-14 [colin] 2.9.2cvs8
2152 Fix bashism, search for xml catalog
2153 in /usr/local/share/xml/catalog too
2156 2007-05-13 [wwp] 2.9.2cvs7
2158 * src/gtk/logwindow.c
2159 fix raising log windows when they are either minimized or
2162 2007-05-11 [colin] 2.9.2cvs6
2165 Use Hildon's file chooser on Maemo. Patch
2166 by Jean-Luc Biord; fixes part 2 of bug 1201,
2167 'File attachment "manipulation" bugs...'
2169 2007-05-10 [wwp] 2.9.2cvs5
2171 * src/prefs_common.c
2172 * src/prefs_common.h
2173 * src/gtk/quicksearch.c
2174 Add a quicksearch option to automatically run
2175 a search selected from the history (this option
2176 is exclusive towards type-ahead).
2178 2007-05-10 [colin] 2.9.2cvs4
2181 Fix g_warnings, thanks to Brian
2184 2007-05-09 [colin] 2.9.2cvs3
2189 * src/prefs_summaries.c
2192 * src/common/utils.c
2193 * src/gtk/gtksourceprintjob.c
2194 * src/gtk/sslcertwindow.c
2195 Use the re-entrant variant of time functions
2196 Probably fixes bug 1217, 'reentrancy problems
2197 with time functions'
2199 2007-05-09 [colin] 2.9.2cvs2
2202 Fix crasher when reconnection fails
2204 2007-05-08 [paul] 2.9.2cvs1
2210 bump version number following
2213 2007-05-08 [paul] 2.9.1cvs48
2215 * src/plugins/demo/demo.c
2216 * src/plugins/dillo_viewer/dillo_prefs.c
2217 * src/plugins/dillo_viewer/dillo_prefs.h
2218 * src/plugins/dillo_viewer/dillo_viewer.c
2219 * src/plugins/pgpcore/pgp_viewer.c
2220 * src/plugins/pgpcore/pgp_viewer.h
2221 * src/plugins/pgpcore/plugin.c
2222 * src/plugins/pgpcore/prefs_gpg.c
2223 * src/plugins/pgpcore/prefs_gpg.h
2224 * src/plugins/pgpcore/sgpgme.c
2225 * src/plugins/pgpcore/sgpgme.h
2226 * src/plugins/pgpinline/plugin.c
2227 * src/plugins/pgpmime/pgpmime.c
2228 * src/plugins/pgpmime/pgpmime.h
2229 * src/plugins/pgpmime/plugin.c
2230 * src/plugins/spamassassin/spamassassin.c
2231 * src/plugins/spamassassin/spamassassin.h
2232 * src/plugins/spamassassin/spamassassin_gtk.c
2233 * src/plugins/trayicon/README
2235 * tools/README.sylprint
2236 * tools/outlook2claws-mail.pl
2238 * tools/tb2claws-mail
2239 * tools/tbird2claws.py
2241 * tools/vcard2xml.py
2242 * tools/kdeservicemenu/README
2243 cleanups and corrections
2245 2007-05-06 [wwp] 2.9.1cvs47
2248 Fix missing dash to `display` command-line, reported
2249 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2251 2007-05-06 [colin] 2.9.1cvs46
2254 * src/stock_pixmap.c
2255 * src/stock_pixmap.h
2256 * src/pixmaps/printer.xpm
2259 2007-05-06 [paul] 2.9.1cvs45
2264 * src/summary_search.c
2268 2007-05-05 [wwp] 2.9.1cvs44
2272 * src/prefs_actions.c
2276 Fix "faild" typos everywhere and capitalization of
2279 2007-05-04 [colin] 2.9.1cvs43
2284 * src/plugins/pgpcore/prefs_gpg.c
2285 * src/plugins/pgpcore/prefs_gpg.h
2286 * src/plugins/pgpinline/pgpinline.c
2287 * src/plugins/pgpmime/pgpmime.c
2288 Add an API to warn about encryption limits,
2289 and allow to disable these warnings
2291 2007-05-03 [colin] 2.9.1cvs42
2295 Fix bug 1213, 'Delete more than
2298 2007-05-03 [wwp] 2.9.1cvs41
2300 * src/prefs_common.c
2301 * src/prefs_filtering.c
2302 * src/prefs_template.c
2303 * src/common/template.c
2304 * src/common/template.h
2305 * src/gtk/gtkutils.c
2306 * src/gtk/gtkutils.h
2307 Templates are no longer automatically sorted
2308 by name, but can be sorted manually using
2309 |< < > >| buttons as well as drag'n'drop.
2311 2007-05-03 [wwp] 2.9.1cvs40
2313 * src/plugins/spamassassin/spamassassin.c
2314 * src/plugins/spamassassin/spamassassin.h
2315 * src/plugins/spamassassin/spamassassin_gtk.c
2316 * src/plugins/bogofilter/bogofilter.c
2317 * src/plugins/bogofilter/bogofilter.h
2318 * src/plugins/bogofilter/bogofilter_gtk.c
2319 Added an option to conditionally mark saved spam
2320 as read (default is and was to do so).
2321 Satisfies feature request 1708539 on sf.net tracker.
2323 2007-05-03 [colin] 2.9.1cvs39
2326 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2328 2007-05-02 [colin] 2.9.1cvs38
2331 Fix bug 1209, 'Clicking on address
2332 in header (mailto uri) selects
2333 default account'. Patch adapted from
2336 2007-05-02 [colin] 2.9.1cvs37
2338 * src/grouplistdialog.c
2339 Set cursor to wait cursor while loading
2342 2007-05-02 [paul] 2.9.1cvs36
2346 rename cache and mark files
2349 2007-04-30 [paul] 2.9.1cvs35
2351 * manual/glossary.xml
2352 * manual/plugins.xml
2353 updates. Patch by Ricardo
2355 2007-04-29 [wwp] 2.9.1cvs34
2359 Fix few grammatical errors (patch by David Relson < relson at
2360 osagesoftware dot com >).
2362 2007-04-28 [colin] 2.9.1cvs33
2366 * src/prefs_account.c
2367 * src/prefs_account.h
2368 Drop the "Download all" preference. It's
2369 stupidly useless and confuses people from
2372 2007-04-27 [wwp] 2.9.1cvs32
2375 * src/prefs_account.c
2376 * src/prefs_account.h
2377 Don't reflect accounts changes to the mainwindow when it's
2380 2007-04-27 [colin] 2.9.1cvs31
2383 Freeze/thaw when sync'ing flags
2385 * src/prefs_account.c
2386 * src/prefs_account.h
2387 * src/etpan/imap-thread.c
2388 * src/etpan/imap-thread.h
2389 Add a way to use UID FETCH instead
2390 of searches to fetch message lists
2391 and flags. More expensive towards
2392 bandwidth, less expensive towards
2393 server's CPU. Probably fixes
2394 bug 1158, 'Scanning new folders on
2395 Exchange 2007 extremely slow'.
2398 2007-04-27 [paul] 2.9.1cvs30
2401 * src/prefs_logging.c
2402 improvements to english usage
2404 2007-04-27 [colin] 2.9.1cvs29
2407 Fix build without libetpan (my bad!)
2409 2007-04-26 [colin] 2.9.1cvs28
2413 Fix uselessly exported function
2415 Consider "- -- \n" as signature separator
2416 (that's what signature separators look like
2417 in PGP/Inline signed mails)
2419 2007-04-26 [colin] 2.9.1cvs27
2422 libetpan-0.49 is now required
2424 Fix double fetching of mails if
2427 Make offline sync faster, by
2428 remembering last change time, and
2431 2007-04-26 [hoa] 2.9.1cvs26
2437 * src/etpan/imap-thread.c
2438 * src/etpan/imap-thread.h
2439 cancellation of IMAP operations is now allowed.
2440 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2442 2007-04-26 [colin] 2.9.1cvs25
2445 Always fetch body+headers in folders that are
2446 synched for offline use, if "Synchronise as
2447 soon as possible" is set.
2448 Fixes bug 1200, 'Add option to always retrieve full
2451 2007-04-25 [colin] 2.9.1cvs24
2454 Fix bug 1198, 'Reply-all "disappearing" address bug
2457 2007-04-24 [colin] 2.9.1cvs23
2460 Fix bug 1195, 'Hardware key navigation'
2461 Make GDK_Enter toggle expansion (Maemo)
2463 2007-04-24 [wwp] 2.9.1cvs22
2466 Fix few compiler warnings.
2468 2007-04-24 [paul] 2.9.1cvs21
2471 * src/stock_pixmap.c
2472 * src/stock_pixmap.h
2473 complete last commit
2475 2007-04-24 [paul] 2.9.1cvs20
2478 * src/pixmaps/active.xpm
2479 * src/pixmaps/checkbox_off.xpm
2480 * src/pixmaps/checkbox_on.xpm
2481 * src/pixmaps/inactive.xpm
2483 remove transparent border from checkbox icons
2485 2007-04-24 [wwp] 2.9.1cvs19
2489 Fix a crash in textview, thanks to Colin.
2491 2007-04-23 [wwp] 2.9.1cvs18
2493 * src/prefs_common.c
2494 Fix 2.9.1cvs5: no header was being translated at all.
2496 2007-04-23 [colin] 2.9.1cvs17
2499 * src/stock_pixmap.c
2500 * src/stock_pixmap.h
2503 * src/gtk/gtksctree.c
2504 * src/gtk/gtksctree.h
2505 * src/pixmaps/selection.xpm
2506 Fix bug 1193, 'Need a way to multi-select
2507 items'. Add a toggle button to the summaryview
2508 to switch between normal and multiple selection
2511 2007-04-23 [colin] 2.9.1cvs16
2514 * src/stock_pixmap.c
2515 * src/stock_pixmap.h
2518 * src/gtk/gtksctree.c
2519 * src/gtk/gtksctree.h
2520 * src/pixmaps/selection.xpm
2521 Fix bug 1193, 'Need a way to multi-
2523 Add a toggle button in the summaryview
2524 to enable normal or multiple selection.
2527 2007-04-23 [colin] 2.9.1cvs15
2530 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2532 2007-04-21 [colin] 2.9.1cvs14
2534 * src/gtk/quicksearch.c
2535 Fix previous commit (actually use correct
2538 2007-04-21 [colin] 2.9.1cvs13
2540 * src/gtk/quicksearch.c
2541 Fix changing quicksearch type (after Esc,
2542 after changing Recursive, ...)
2544 2007-04-20 [wwp] 2.9.1cvs12
2546 * src/gtk/Makefile.am
2547 Added headers.h (completes 2.9.1cvs5).
2549 2007-04-20 [wwp] 2.9.1cvs11
2552 Fix the use of display name in name column,
2553 it has been overriden w/ the use of nickname
2554 by 2.9.0cvs3. Now nickname is used (if any)
2555 in case of LDAP books only.
2557 2007-04-20 [colin] 2.9.1cvs10
2562 Add handling of 'a' to loop in a mail's
2565 2007-04-20 [colin] 2.9.1cvs9
2568 Fix bug 1190, 'dir_open' button doesn't work'
2571 2007-04-20 [colin] 2.9.1cvs8
2575 Fix bug 1194, 'Hardware keys move from email
2576 list to account/directory list, but not back
2577 to email list...' (Maemo)
2579 2007-04-20 [colin] 2.9.1cvs7
2582 complete previous commit
2584 2007-04-20 [colin] 2.9.1cvs6
2587 Fix bug 1187, 'Reply-to addressee disappears
2588 when reply-to text box is clicked...' (Maemo)
2590 2007-04-20 [wwp] 2.9.1cvs5
2598 * src/prefs_common.c
2599 * src/prefs_common.h
2600 * src/prefs_display_header.c
2601 * src/prefs_matcher.c
2604 * src/gtk/quicksearch.c
2605 Translate more header names according to the relevant option value,
2606 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2607 Replaced nearly all uses of prefs_common.trans_hdr with a call
2608 to prefs_common_translated_header_name().
2609 Added a headers.h reference file that contains known header names
2610 (RFC2822 and others) to the translation process' input, so that
2611 translated header names will still exist even if no occurrence of
2612 _("headername") is found anymore in the sources.
2613 Don't translate column name 'Number' following to trans_hdr option
2614 value as it's not a header name.
2616 2007-04-20 [colin] 2.9.1cvs4
2618 * src/gtk/quicksearch.c
2619 * src/gtk/quicksearch.h
2620 Add "From, To or Subject" quicksearch
2621 type. Patch by ulfschaper@users.sf.net
2623 2007-04-20 [colin] 2.9.1cvs3
2626 Implement proper references filtering condition.
2627 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2629 2007-04-19 [wwp] 2.9.1cvs2
2631 * src/prefs_display_header.c
2632 * src/message_search.c
2633 Fix few warnings (g_free of const gchar*).
2635 2007-04-19 [paul] 2.9.1cvs1
2641 bump version number following
2644 2007-04-19 [paul] 2.9.0cvs9
2646 * manual/advanced.xml
2647 * manual/glossary.xml
2650 2007-04-18 [paul] 2.9.0cvs8
2653 fix for CVE-2007-1558 (APOP)
2656 2007-04-18 [paul] 2.9.0cvs7
2662 Fix encoding woes wrt saving of
2666 2007-04-18 [colin] 2.9.0cvs6
2668 * src/gtk/pluginwindow.c
2669 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2671 2007-04-17 [wwp] 2.9.0cvs5
2677 Fix --disable-ldap build,
2678 fix some LDAP annoyances on
2679 searches, thanks to Colin.
2681 2007-04-17 [wwp] 2.9.0cvs4
2684 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2685 like gcc 2.9x. Thanks to Colin.
2687 2007-04-17 [wwp] 2.9.0cvs3
2703 Add LDAP write support. Patch mostly by
2704 Michael <mir at datanom dot net>
2706 2007-04-17 [wwp] 2.9.0cvs2
2709 Prepend "Add to address book" to the context menu of compose window's sender and
2712 2007-04-16 [paul] 2.9.0cvs1
2717 2007-04-16 [paul] 2.9.0
2724 2007-04-16 [paul] 2.8.1cvs102
2727 updated by Fabien Vantard
2729 2007-04-16 [paul] 2.8.1cvs101
2739 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2740 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2741 Aleksandar Urosevic, and Ralgh Young
2743 2007-04-15 [mones] 2.8.1cvs100
2748 2007-04-14 [colin] 2.8.1cvs99
2750 * src/message_search.c
2751 * src/prefs_display_header.c
2752 * src/summary_search.c
2753 * src/gtk/combobox.c
2756 2007-04-14 [wwp] 2.8.1cvs98
2758 * src/gtk/combobox.c
2759 * src/message_search.c
2760 * src/summary_search.c
2761 * src/prefs_display_header.c
2762 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2763 returns NULL, get the text value directly from the GtkEntry child.
2765 2007-04-13 [colin] 2.8.1cvs97
2767 * src/gtk/quicksearch.c
2768 Give the focus back to summaryview when
2769 emptying the quicksearch with Esc
2771 2007-04-13 [colin] 2.8.1cvs96
2773 * src/message_search.c
2774 * src/prefs_display_header.c
2775 * src/summary_search.c
2776 Fix possibles crashes when getting text
2779 2007-04-13 [colin] 2.8.1cvs95
2782 Add some UIDL debugging
2784 2007-04-12 [colin] 2.8.1cvs94
2787 Force folder scan if necessary after
2788 copying mails, to be able to reapply
2791 2007-04-11 [colin] 2.8.1cvs93
2794 don't scan for new mail on startup if --select
2795 is specified (or race conditions arise). If so,
2796 do both sequentially.
2798 2007-04-09 [colin] 2.8.1cvs92
2801 Use leafpad by default on Maemo. Patch
2804 2007-04-06 [colin] 2.8.1cvs91
2806 * src/pixmaps/queue_close.xpm
2807 * src/pixmaps/queue_close_hrm.xpm
2808 * src/pixmaps/queue_close_hrm_mark.xpm
2809 * src/pixmaps/queue_close_mark.xpm
2810 * src/pixmaps/queue_open.xpm
2811 * src/pixmaps/queue_open_hrm.xpm
2812 * src/pixmaps/queue_open_hrm_mark.xpm
2813 * src/pixmaps/queue_open_mark.xpm
2814 Move the clock one pixel down :)
2816 2007-04-05 [colin] 2.8.1cvs90
2819 Don't sync when switching offline from
2820 command line - it's usually too late :)
2822 2007-04-05 [paul] 2.8.1cvs89
2825 * src/stock_pixmap.c
2826 * src/pixmaps/dir_close_hrm.xpm
2827 * src/pixmaps/dir_close_hrm_mark.xpm
2828 * src/pixmaps/drafts_close.xpm
2829 * src/pixmaps/drafts_close_mark.xpm
2830 * src/pixmaps/drafts_open.xpm
2831 * src/pixmaps/drafts_open_mark.xpm
2832 * src/pixmaps/inbox.xpm
2833 * src/pixmaps/inbox_close.xpm
2834 * src/pixmaps/inbox_close_hrm.xpm
2835 * src/pixmaps/inbox_close_hrm_mark.xpm
2836 * src/pixmaps/inbox_close_mark.xpm
2837 * src/pixmaps/inbox_hrm.xpm
2838 * src/pixmaps/inbox_hrm_mark.xpm
2839 * src/pixmaps/inbox_mark.xpm
2840 * src/pixmaps/inbox_open.xpm
2841 * src/pixmaps/inbox_open_hrm.xpm
2842 * src/pixmaps/inbox_open_hrm_mark.xpm
2843 * src/pixmaps/inbox_open_mark.xpm
2844 * src/pixmaps/outbox.xpm
2845 * src/pixmaps/outbox_close.xpm
2846 * src/pixmaps/outbox_close_hrm.xpm
2847 * src/pixmaps/outbox_close_hrm_mark.xpm
2848 * src/pixmaps/outbox_close_mark.xpm
2849 * src/pixmaps/outbox_hrm.xpm
2850 * src/pixmaps/outbox_hrm_mark.xpm
2851 * src/pixmaps/outbox_mark.xpm
2852 * src/pixmaps/outbox_open.xpm
2853 * src/pixmaps/outbox_open_hrm.xpm
2854 * src/pixmaps/outbox_open_hrm_mark.xpm
2855 * src/pixmaps/outbox_open_mark.xpm
2856 * src/pixmaps/queue_close.xpm
2857 * src/pixmaps/queue_close_hrm.xpm
2858 * src/pixmaps/queue_close_hrm_mark.xpm
2859 * src/pixmaps/queue_close_mark.xpm
2860 * src/pixmaps/queue_open.xpm
2861 * src/pixmaps/queue_open_hrm.xpm
2862 * src/pixmaps/queue_open_hrm_mark.xpm
2863 * src/pixmaps/queue_open_mark.xpm
2864 updated, added and replaced icons
2867 2007-04-04 [colin] 2.8.1cvs88
2870 Fix build without libetpan
2872 2007-04-03 [colin] 2.8.1cvs87
2875 Fix crash with Citadel, and try to make
2876 things work. this server (and specifically
2877 STATUS and APPEND at least) seems broken.
2879 2007-04-03 [colin] 2.8.1cvs86
2882 Fix icons on folder close
2884 2007-04-03 [colin] 2.8.1cvs85
2887 Fix double-ask of offline override in
2892 Much more efficient way to synchronise
2894 * src/etpan/imap-thread.c
2897 * src/gtk/quicksearch.c
2900 2007-04-03 [paul] 2.8.1cvs84
2905 * src/prefs_common.c
2906 * src/prefs_common.h
2908 Fix sync being done too late
2911 2007-04-02 [colin] 2.8.1cvs83
2914 Maemo: Put status and quicksearch at the top
2915 * src/plugins/bogofilter/bogofilter.c
2916 * src/plugins/spamassassin/spamassassin.c
2917 Derive trash from inbox if possible
2919 2007-04-02 [paul] 2.8.1cvs82
2921 * src/plugins/bogofilter/bogofilter_gtk.c
2922 a few English changes
2928 2007-04-02 [colin] 2.8.1cvs81
2930 * src/image_viewer.c
2931 Fix transparent images by using
2934 Flush events (on new windows) to avoid
2935 having the textview's image resize fail
2936 to know the available width
2938 2007-04-01 [colin] 2.8.1cvs80
2940 * src/prefs_account.c
2941 If no MH mailbox exist, when creating a POP/Local
2942 account, just create and use the default one
2943 instead of bailing with a "Mailbox doesn't exist"
2946 2007-03-31 [colin] 2.8.1cvs79
2948 * src/prefs_account.c
2949 Create signature file if it doesn't exist
2951 * src/prefs_toolbar.c
2952 Maemo: Move "Use default" on the left so
2953 that people can find it
2955 Maemo: make default editor "Maemopad",
2956 default signature file "MyDocs/signature.txt"
2958 2007-03-31 [colin] 2.8.1cvs78
2960 * src/prefs_account.c
2961 Maemo: rework account prefs so
2962 that less horizontal scrolling
2965 2007-03-31 [colin] 2.8.1cvs77
2968 * src/prefs_common.c
2969 * src/prefs_common.h
2970 Fix bug 1167, 'Allow not displaying zeros
2971 in folder list'. Patch by MartinP
2973 2007-03-31 [colin] 2.8.1cvs76
2978 2007-03-31 [colin] 2.8.1cvs75
2981 Apply patch from bug 1172, direct
2982 access to the folder's session instead
2983 of using getter. Patch by MartinP
2985 2007-03-31 [paul] 2.8.1cvs74
2988 no need to list Fabien twice!
2990 2007-03-31 [colin] 2.8.1cvs73
2993 If we're currently "overriding for %d minutes",
2996 2007-03-31 [colin] 2.8.1cvs72
3004 * src/plugins/spamassassin/spamassassin.c
3005 Offline override: Add a parameter to allow
3006 asking even if the override timer is running.
3007 Allows to ask every time the user makes an
3008 explicit action needing online access (such
3009 as Get Mail), and not when the action is
3010 implicit (such as opening an IMAP folder)
3012 2007-03-31 [colin] 2.8.1cvs71
3015 Override offline: "No" answer shouldn't
3016 re-ask after 3 seconds, but 10 minutes.
3018 2007-03-30 [colin] 2.8.1cvs70
3020 * src/common/socket.c
3021 Better error reporting on unix socket
3022 failure (bind usually)
3023 * src/gtk/gtkutils.c
3024 * src/gtk/gtkutils.h
3025 Label window: add a pulsing progress
3026 bar to show we're not hung :)
3029 * src/plugins/pgpcore/sgpgme.c
3032 2007-03-30 [colin] 2.8.1cvs69
3035 * src/prefs_common.c
3036 Fix possible trashing of history and uidl
3037 files on disk full problems
3039 2007-03-30 [paul] 2.8.1cvs68
3044 update summary when changing layout type
3045 (fixes wrong folder icon being displayed)
3048 2007-03-29 [colin] 2.8.1cvs67
3050 * src/prefs_ext_prog.c
3051 The browser pref is irrelevant on Maemo
3053 2007-03-29 [colin] 2.8.1cvs66
3057 Maemo: dynamically switch headers/text position
3058 * src/prefs_common.c
3059 Maemo: hide compose's ruler by default
3060 * src/common/socket.c
3061 * src/common/socket.h
3064 2007-03-29 [colin] 2.8.1cvs65
3066 * src/common/socket.c
3067 * src/common/socket.h
3068 Fix build when MAEMO_CFLAGS contains
3069 _X_OPENSOURCE (resolv.h errors as long
3070 as we don't add _BSD_SOURCE. Ugly).
3072 2007-03-29 [wwp] 2.8.1cvs64
3074 * src/prefs_logging.c
3075 Fix sensitivity of clip-log widgets in prefs/logging,
3078 2007-03-29 [wwp] 2.8.1cvs63
3081 Updated files list for translations, thanks to Fabien.
3083 2007-03-29 [colin] 2.8.1cvs62
3086 * src/common/Makefile.am
3087 * src/common/utils.c
3088 Maybe make URI opening work in Maemo
3091 2007-03-28 [colin] 2.8.1cvs61
3096 Add the possibility to sort folders arbitrarily
3097 (via editing of folderlist.xml only). Patch by
3098 Martin P <mp26+claws@os.inf.tu-dresden.de>
3099 Fixes bug 1166, 'Folder ordering is fixed and cannot
3100 be changed by the user'
3102 2007-03-28 [colin] 2.8.1cvs60
3105 Add popup menu for mime icons
3107 2007-03-28 [colin] 2.8.1cvs59
3110 Fix a layout issue when presenting
3111 mainwindow in Small screen layout
3114 Add a "Go to folder list" button for
3115 mainwindow, and make it default in
3118 2007-03-28 [colin] 2.8.1cvs58
3121 Don't dynamically update title on Maemo
3122 Patch by Jean-Luc Biord
3124 2007-03-27 [colin] 2.8.1cvs57
3129 Enable tap-and-hold on Maemo
3131 2007-03-26 [colin] 2.8.1cvs56
3134 More popup-menu (in attachments list)
3136 2007-03-26 [colin] 2.8.1cvs55
3139 Enable popup-menu signal
3141 2007-03-26 [colin] 2.8.1cvs54
3143 * src/plugins/pgpinline/pgpinline.c
3144 Fix bug 1111, 'PGP/inline plugin hides text
3145 around encrypted text block'. Patch based on
3146 a patch from Michal Cihar.
3148 2007-03-26 [wwp] 2.8.1cvs53
3151 Fix getting a false error when sending queued message
3152 whereas the sending was fine (if there are subfolders
3153 in the queue folder), thanks to Colin.
3155 2007-03-26 [paul] 2.8.1cvs52
3158 update FACE header in welcome message
3160 2007-03-25 [colin] 2.8.1cvs51
3165 2007-03-25 [colin] 2.8.1cvs50
3168 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3170 2007-03-24 [colin] 2.8.1cvs49
3173 Fix a few launch problems on Maemo
3174 Patch by Jean-Luc Biord
3176 2007-03-24 [wwp] 2.8.1cvs48
3182 Fix wrong action performed when closing the
3183 "ask about account specific filtering rules
3184 when filtering manually" dialog by pressing Escape.
3185 Fix wrong order of buttons in the "return receipt
3186 notification - the message was sent to several of
3187 your accounts" dialog.
3189 2007-03-24 [paul] 2.8.1cvs47
3192 an improvement to English usage
3193 * tools/kdeservicemenu/README
3196 2007-03-24 [paul] 2.8.1cvs46
3199 * src/stock_pixmap.c
3200 * src/pixmaps/edit_extern.xpm
3201 * src/pixmaps/mail_sign.xpm
3202 rescue long lost icons
3204 2007-03-24 [paul] 2.8.1cvs45
3207 fix toolbar (broken in 2.8.1cvs42)
3209 2007-03-23 [colin] 2.8.1cvs44
3212 Correctly unsubscribe/resubscribe after
3215 2007-03-23 [colin] 2.8.1cvs43
3217 * src/prefs_common.c
3218 Maemo: as the platform is light on RAM, allow
3219 caches to be discarded faster.
3221 2007-03-23 [colin] 2.8.1cvs42
3226 * src/stock_pixmap.c
3227 * src/stock_pixmap.h
3232 * src/pixmaps/open_mail.xpm
3233 Maemo changes: Add the possibility to have
3234 "Open Email" and "Close Window" buttons on
3235 toolbars (and use them in Maemo's default
3238 2007-03-23 [wwp] 2.8.1cvs41
3241 Reverted that part of the action dialog closure logics, to
3242 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3243 done later in a different way (or may not).
3245 2007-03-22 [wwp] 2.8.1cvs40
3248 Fix sticky action dialog when got no output but action command
3249 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3251 2007-03-22 [colin] 2.8.1cvs39
3253 * src/prefs_filtering.c
3254 * src/gtk/combobox.h
3255 Fix escaping account names in filtering prefs
3257 2007-03-22 [colin] 2.8.1cvs38
3262 Add any attribute specified in LDAP servers'
3263 Search attributes to the Other Attributes tab
3264 of contacts; Add 'telephoneNumber' in the
3267 2007-03-22 [colin] 2.8.1cvs37
3272 Try to prevent race conditions when
3273 changing the folder list
3275 Fix possible red folder icon when
3276 switching from Small screen layout
3279 2007-03-22 [colin] 2.8.1cvs36
3284 Rename "little screen" to "Small screen"
3285 * src/gtk/Makefile.am
3286 * src/common/utils.c
3288 Fix Maemo-related compilation problems
3290 2007-03-21 [colin] 2.8.1cvs35
3294 * claws-mail.desktop
3295 Remove .png from the Icon, it's useless
3297 2007-03-21 [colin] 2.8.1cvs34
3301 Add the necessary lib checking for
3304 2007-03-21 [colin] 2.8.1cvs33
3307 Fix unconditional "error happened" when
3308 sending via command-line. "lol @ myself"
3310 2007-03-21 [colin] 2.8.1cvs32
3312 * claws-mail-40x40.png
3313 * claws-mail-26x26.png
3323 * src/prefs_account.c
3324 * src/prefs_common.c
3325 * src/summary_search.c
3329 * src/gtk/gtkutils.c
3330 * src/gtk/gtkutils.h
3331 * src/gtk/logwindow.c
3333 * src/gtk/prefswindow.c
3334 Add Maemo port (patch mainly by Jean-Luc Biort)
3335 Add a new 'Little screen' layout to help on such
3336 platforms (patch by me)
3337 Make some default preferences different (more
3338 adapted) on Maemo (patch by me)
3340 2007-03-21 [wwp] 2.8.1cvs31
3342 * src/prefs_logging.c
3343 * src/prefs_logging.h
3344 Fixed copyright header of newly added files.
3346 2007-03-21 [wwp] 2.8.1cvs30
3362 * src/prefs_common.c
3363 * src/prefs_common.h
3364 * src/prefs_logging.c
3365 * src/prefs_logging.h
3368 * src/send_message.c
3373 * src/common/session.c
3375 * src/common/socket.c
3376 * src/etpan/imap-thread.c
3377 * src/gtk/logwindow.c
3378 * src/gtk/logwindow.h
3379 * src/plugins/bogofilter/bogofilter.c
3380 * src/plugins/spamassassin/spamassassin.c
3381 Added debugging of filtering/processing rules.
3382 The debug log is here 'Tools/Filtering debug window',
3383 the options there 'Configuration/Preferences/Other/Logging',
3384 and the log file is ~/.claws-mail/filtering.log.
3385 Moved protocol log prefs to 'Other/Logging' as well.
3386 To support such debugging feature, the existing log API has
3387 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3388 this impacts many external modules (commits follow).
3390 2007-03-21 [paul] 2.8.1cvs29
3392 * src/etpan/Makefile.am
3393 * src/etpan/imap-thread.c
3394 add missing #include
3396 2007-03-21 [colin] 2.8.1cvs28
3399 Fix bug 1157, 'some broken messages confuse
3400 mime parser'. Make sure we can't have MimeInfos
3401 with negative sizes.
3403 2007-03-20 [colin] 2.8.1cvs27
3406 Fix missing \0 on buffer
3408 2007-03-20 [colin] 2.8.1cvs26
3411 Use make_dir_hier instead of make_dir
3412 to create the MH mailbox
3414 2007-03-20 [colin] 2.8.1cvs25
3418 * src/prefs_account.c
3420 Fix default inbox weirdnesses (after wizard,
3421 if path is Mail, mailbox identifier is #mh/Mailbox,
3422 and when creating new accounts)
3424 2007-03-20 [colin] 2.8.1cvs24
3427 Write folderlist after adding/deleting accounts
3430 2007-03-20 [colin] 2.8.1cvs23
3433 * src/remotefolder.h
3434 Fix bug 1153, 'CM segfaults if IMAP folder is
3435 selected while scanning prior to update'
3437 2007-03-17 [paul] 2.8.1cvs22
3440 fix a typo, and be a little more verbose.
3442 2007-03-17 [wwp] 2.8.1cvs21
3445 Fix a compiler warning.
3447 2007-03-16 [wwp] 2.8.1cvs20
3451 Updated to deal w/ the new mairix.sh tool.
3453 2007-03-16 [wwp] 2.8.1cvs19
3456 Fix logics issues around the action IO dialog:
3457 - disable entry widget and exec button when
3458 the exec button is clicked (don't wait for any
3459 output line) - fix possible disabling/re-enabling/
3460 re-disabling of those widgets
3461 - raise an error if executing a %as{} action either
3462 empty or invalid, instead of failing silently
3463 - don't close the dialog if the abort button has been
3464 clicked and if there was no output yet
3465 - set focus to the abort button when the exec button
3467 - fix capitalization of a warning message
3469 2007-03-16 [wwp] 2.8.1cvs18
3472 Added a wrapper to mairix to the tools folder.
3474 2007-03-16 [colin] 2.8.1cvs17
3478 Allow mimeviewer plugins to print
3481 2007-03-16 [colin] 2.8.1cvs16
3486 2007-03-15 [colin] 2.8.1cvs15
3490 Add a way for mimeviewer plugins to
3491 implement body search
3493 2007-03-15 [paul] 2.8.1cvs14
3495 * src/prefs_spelling.c
3498 2007-03-15 [paul] 2.8.1cvs13
3500 * src/common/quoted-printable.c
3501 fix decoding of quoted-printable parts
3503 2007-03-14 [wwp] 2.8.1cvs12
3505 * src/gtk/logwindow.h
3506 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3508 2007-03-14 [wwp] 2.8.1cvs11
3510 * src/gtk/logwindow.h
3511 Complete 2.8.1cvs10.
3513 2007-03-14 [colin] 2.8.1cvs10
3515 * src/gtk/logwindow.c
3516 Probably fix bug 1149, crash on logwindow
3517 close - at the expense of performance once
3518 logwin has been opened
3520 2007-03-14 [colin] 2.8.1cvs9
3523 If claws-mail is running on another
3524 display, warn instead of popping it up
3525 on the other display
3527 2007-03-12 [colin] 2.8.1cvs8
3530 Fix bug 1145, 'Setting a different name
3531 for the Mailbox name isn't reflected in
3532 default account settings'. Patch by wwp
3534 2007-03-12 [colin] 2.8.1cvs7
3537 Fix bug 1143, 'Add number of messages to be
3538 deleted to confirmation dialog'
3540 2007-03-12 [wwp] 2.8.1cvs6
3543 * src/prefs_common.c
3544 * src/prefs_common.h
3545 * src/prefs_summaries.c
3546 Changed the option that displays unread messages count
3547 next to the folder name in folder list: it is now
3548 possible to either display nothing, display the
3549 unread messages number only or the unread and total messages
3550 numbers. The patch includes this extra feature as well
3551 as some minor fixes by rewriting the algo in folderview.c.
3552 Thanks to Paul for the original idea and implementation, plus
3553 testing and proof-reading!
3555 2007-03-09 [paul] 2.8.1cvs5
3559 * tools/claws-mail-compose-insert-files.pl
3560 added a script which enables inserting files
3561 into the message body of a new Claws Mail
3562 Compose window from the command line. Additionally
3563 To, Cc, Subject and files to attach to the message
3566 2007-03-09 [wwp] 2.8.1cvs4
3571 Optimize matching of addresses in the addressbook
3572 (filtering/processing 'found_in_addressbook' condition).
3574 2007-03-07 [wwp] 2.8.1cvs3
3577 * src/quote_fmt_lex.l
3578 * src/quote_fmt_parse.y
3579 Add a new quote format symbol: %A to insert the
3580 sender email address (just the address itself).
3582 2007-03-06 [wwp] 2.8.1cvs2
3584 * src/gtk/gtkutils.c
3585 * src/plugins/trayicon/trayicon_prefs.h
3586 * src/plugins/trayicon/trayicon_prefs.c
3587 * src/plugins/trayicon/trayicon.c
3590 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3591 minimizing Claws-Mail main window will hide it to the trayicon instead.
3594 2007-03-06 [paul] 2.8.1cvs1
3600 bump version number following
3603 2007-03-06 [paul] 2.8.0cvs24
3606 corrected by by Tim <timbrain@post.cz>
3608 2007-03-05 [colin] 2.8.0cvs23
3612 Fix mime/globs path on NetBSD
3613 patch by George Michaelson
3615 2007-03-05 [wwp] 2.8.0cvs22
3618 Remove debug statement (accidentally committed w/ cvs14).
3620 2007-03-05 [paul] 2.8.0cvs21
3622 * src/plugins/pgpcore/prefs_gpg.c
3623 fix compiler warning
3625 2007-03-05 [wwp] 2.8.0cvs20
3627 * src/matcher_parser_parse.y
3628 Fix mismerge between cvs17 and cvs19.
3630 2007-03-05 [wwp] 2.8.0cvs19
3632 * src/matcher_parser_parse.y
3633 * src/prefs_filtering_action.c
3638 Add new 'add_to_addressbook' filtering/processing action.
3640 2007-03-05 [wwp] 2.8.0cvs18
3643 Fix mark_as_ham filtering/processing action: spam flag
3646 2007-03-04 [colin] 2.8.0cvs17
3651 * src/matcher_parser_parse.y
3652 * src/prefs_filtering_action.c
3653 Add 'Mark as spam' and 'Mark as ham' filtering
3654 actions. Fixes bug 1138.
3656 2007-03-04 [colin] 2.8.0cvs16
3659 Fix bug 1140, wrong return value
3662 2007-03-04 [wwp] 2.8.0cvs15
3665 Rollback cvs14: don't free stuff that is managed in g_list.
3667 2007-03-04 [wwp] 2.8.0cvs14
3670 Fix a leak in address completion code.
3672 2007-03-04 [colin] 2.8.0cvs13
3675 Maybe fix bug 1136, 'Crash in group
3678 2007-03-04 [iwkse] 2.8.0cvs12
3681 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3683 2007-03-03 [colin] 2.8.0cvs11
3685 * src/plugins/pgpinline/pgpinline.c
3686 Fix off-by-one, fix double-free. Fixes
3687 bug 1135, 'cm-segfault on decrypting
3690 2007-03-03 [colin] 2.8.0cvs10
3694 * src/common/plugin.c
3695 Fix bug 1134, 'Valgrind macros unhandled
3698 2007-03-02 [colin] 2.8.0cvs9
3701 Don't error out on EAGAIN. Fixes
3702 bug 1129, '"local mbox file" account
3703 isn't retrieving mails'
3705 2007-03-01 [wwp] 2.8.0cvs8
3708 * src/gtk/colorlabel.c
3709 Remove accels for extra color labels until we set better
3710 and definitive ones.
3712 2007-02-28 [wwp] 2.8.0cvs7
3715 * src/matcher_parser_parse.y
3716 * src/prefs_common.c
3717 * src/prefs_msg_colors.c
3719 * src/gtk/colorlabel.c
3720 * src/gtk/colorlabel.h
3721 Add more customizable color labels. Cleaned up a bit
3722 the color label API to avoid duplicate defines of
3723 the max number of colors.
3725 2007-02-27 [colin] 2.8.0cvs6
3728 * src/common/utils.c
3729 * src/common/utils.h
3730 Fix '+' in mailto URIs for List-* headers
3732 2007-02-27 [colin] 2.8.0cvs5
3734 * src/gtk/gtkutils.c
3735 Use gtk_window_set_role instead of
3738 2007-02-27 [colin] 2.8.0cvs4
3741 Fix "After receiving new mail, go to inbox" on IMAP,
3742 and make it work only on manual reception
3744 2007-02-27 [wwp] 2.8.0cvs3
3746 * src/prefs_filtering.c
3747 * src/prefs_filtering_action.c
3748 * src/prefs_matcher.c
3749 Update filtering matcher's and action's color label menus
3750 when re-opening those dialogs (reflect any change to the
3751 color labels list in the preferences).
3753 2007-02-27 [colin] 2.8.0cvs2
3756 * src/etpan/etpan-thread-manager-types.h
3757 * src/etpan/etpan-thread-manager.c
3758 * src/etpan/imap-thread.c
3759 Log imap ALERTs as errors in the log.
3761 2007-02-26 [paul] 2.8.0cvs1
3763 * tools/claws.i18n.status.pl
3766 2007-02-26 [paul] 2.7.2cvs75
3780 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3781 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3782 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3783 Aleksandar Urosevic, and Ralgh Young
3785 2007-02-25 [mones] 2.7.2cvs74
3790 2007-02-25 [colin] 2.7.2cvs73
3793 Clearing the list is only useful
3794 to prevent a valgrind false-positive
3796 2007-02-25 [paul] 2.7.2cvs72
3800 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3801 * tools/maildir2claws-mail.pl **REMOVED**
3802 renamed the script, fixed a couple bugs
3804 2007-02-23 [colin] 2.7.2cvs71
3807 Fix a leak, check for a few improbable nulls
3809 2007-02-23 [colin] 2.7.2cvs70
3813 * src/plugins/trayicon/trayicon.c
3814 Fix blinking mainwin when starting in tray
3815 (show mainwindow later in the startup process,
3816 apart if restarting post-crash)
3818 2007-02-23 [colin] 2.7.2cvs69
3822 Fix crash when unsubscribing the currently
3823 selected/opened folder
3825 2007-02-23 [colin] 2.7.2cvs68