1 2007-08-20 [colin] 2.10.0cvs137
6 2007-08-20 [paul] 2.10.0cvs136
16 patch by Michael Rasmussen
18 2007-08-19 [colin] 2.10.0cvs135
21 Fix previous commit. Sensitivity update is needed
22 for "Cancel receiving". However when batching we
23 don't need to do it for every message flag change,
24 just once at the start and once at the end.
26 2007-08-19 [colin] 2.10.0cvs134
29 Remove useless menu updates on session lock/unlock
31 2007-08-19 [colin] 2.10.0cvs133
33 * src/etpan/imap-thread.c
34 Make all fetch logs less verbose
36 2007-08-19 [paul] 2.10.0cvs132
41 fix bug 1286, 'Can't move a folder into a "Folders
44 2007-08-18 [ticho] 2.10.0cvs131
46 * src/editaddress_other_attributes_ldap.c
47 Converted option menu for other ldap attributes to GtkComboBox.
49 2007-08-18 [colin] 2.10.0cvs130
56 Revert 'send_dialog_mode' meaning to
57 'send_dialog_invisible', so that the
58 new checkbox doesn't change the
61 2007-08-18 [paul] 2.10.0cvs129
64 add missing menu update
66 2007-08-17 [colin] 2.10.0cvs128
69 Set batching after getting flags - maybe fixes
70 bug 1292, 'CM crashes on writing mail'
72 2007-08-16 [ticho] 2.10.0cvs127
75 Convert two GtkOptionMenu widgets to new GtkComboBox.
78 Allow NULL for GtkComboBox menuitem label, rendering such
79 items as row separators.
81 2007-08-16 [paul] 2.10.0cvs126
83 * src/plugins/trayicon/trayicon.c
84 remove wrongly used gettextisation
86 2007-08-15 [ticho] 2.10.0cvs125
89 Fixed a runtime warning where an attempt to pack an
90 already packed GtkLabel was made.
92 2007-08-15 [ticho] 2.10.0cvs124
94 * src/prefs_compose_writing.c
95 Convert the insert-or-attach-dragged-files GtkOptionMenu
98 2007-08-14 [ticho] 2.10.0cvs123
102 Changed return receipt account selector to GtkComboBox.
103 Fixed a runtime warning where GTK tried to parse
104 "name <email@address" as a Pango markup in an alertpanel label.
106 2007-08-14 [ticho] 2.10.0cvs122
108 * src/prefs_logging.c
109 Changed GtkOptionMenu in logging preferences to GtkComboBox.
111 2007-08-14 [wwp] 2.10.0cvs121
115 * tools/popfile-link.sh
116 Added a new tool: POPFile helper, to open
117 selected messages in POPFile control center,
118 in order to change the messages' status.
120 2007-08-14 [ticho] 2.10.0cvs120
127 Change "Show send dialog" optionmenu to a checkbutton.
128 * src/prefs_receive.c
129 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
131 2007-08-13 [wwp] 2.10.0cvs119
142 * src/partial_download.c
148 * src/gtk/gtkaspell.c
150 Make sure we never pass NULL pointers for %s substitutions
151 (prevent from crashing in Windows).
153 2007-08-13 [wwp] 2.10.0cvs118
156 Re-enable mmap_reads in Windows with some missing
157 CloseHandle of mapping objects, thanks to
160 2007-08-13 [paul] 2.10.0cvs117
163 fix bug 1287, 'Compile time problem on Solaris
164 (nexenta gnu/Solaris) utils.c'
165 Thanks to Piotr Chrzczonowicz
167 2007-08-12 [wwp] 2.10.0cvs116
169 * src/plugins/pgpcore/prefs_gpg.c
170 Don't try to unset a GPG_AGENT_INFO that was not
171 set (and don't use a NULL string in Windows, it was
172 crashing with --debug if GPG_AGENT_INFO was not set).
174 2007-08-12 [wwp] 2.10.0cvs115
177 Make gcc type-check arguments passed to privacy_set_error().
179 2007-08-12 [ticho] 2.10.0cvs114
181 * src/prefs_folder_item.c
182 Make sure that folder default account combobox always has some
185 Handle empty combobox gracefully (warning instead of crash).
187 2007-08-12 [ticho] 2.10.0cvs114
189 * src/prefs_folder_item.c
190 Make sure that folder default account combobox is not empty.
192 Handle empty combobox gracefully (warning instead of crash).
194 2007-08-11 [paul] 2.10.0cvs113
198 use 'subfolder' instead of 'sub-folder', matching
199 everywhere else the term is used
203 2007-08-10 [wwp] 2.10.0cvs112
206 Disable mmap reads in Windows only (at least temporarily), they
207 prevent from renaming/removing target cache files.
213 2007-08-10 [wwp] 2.10.0cvs111
216 fix unpredictable crashes in Windows due to broken
217 cache/mark/tags files writting (file were opened for
218 writing in text mode).
221 use gettimeofday() from w32lib.h on Windows.
223 2007-08-10 [colin] 2.10.0cvs110
226 * src/etpan/imap-thread.c
227 * src/etpan/imap-thread.h
228 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
230 2007-08-09 [colin] 2.10.0cvs109
233 Fix port being reset to 636 on SSL
235 Fix folder_item_get_msg_num_by_file
236 on drafts/queue folders
238 2007-08-09 [wwp] 2.10.0cvs108
241 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
242 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
245 2007-08-09 [colin] 2.10.0cvs107
249 * src/gtk/prefswindow.c
250 A few Maemo layout fixes
252 2007-08-09 [paul] 2.10.0cvs106
254 * src/prefs_account.c
255 remove the hyphen from plug-ins to
256 match everywhere else
258 2007-08-08 [wwp] 2.10.0cvs105
260 * src/prefs_folder_item.c
261 Fix an extraneous stealth ^L char.
263 2007-08-08 [wwp] 2.10.0cvs104
265 * src/prefs_folder_item.c
266 Better fix, group variables declarations (USE_ASPELL).
268 2007-08-08 [wwp] 2.10.0cvs103
270 * src/prefs_folder_item.c
271 Fix compilation w/ USE_ASPELL set (broken
274 2007-08-08 [ticho] 2.10.0cvs102
276 * src/prefs_folder_item.c
277 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
279 2007-08-08 [colin] 2.10.0cvs101
282 * src/etpan/imap-thread.c
283 * src/etpan/imap-thread.h
284 Close selected mailbox before doing
287 2007-08-08 [colin] 2.10.0cvs100
290 Complete symbol table, thanks to wwp.
291 Fixes bug 1284, 'The html -> text
292 converter ignores entities'
296 2007-08-08 [colin] 2.10.0cvs99
299 Better way to fetch UIDs on non-UIDPLUS servers
301 2007-08-07 [colin] 2.10.0cvs98
304 fix bug 1275, 'auto-saved draft messages not
305 always being removed'; Also, make multiple
306 copy (in the same account) faster by matching
307 source/destination message UIDs.
309 Don't try to reshow deleted mail
311 Fix leak on error path
313 2007-08-07 [wwp] 2.10.0cvs97
316 * manual/advanced.xml
317 * manual/fr/account.xml
318 * manual/fr/advanced.xml
319 Updated the reference manual and the French translation to
320 reflect 2.10.0cvs84: enable running folder Processing
323 2007-08-06 [wwp] 2.10.0cvs96
328 Allow changing the emphasis color used to highlight
329 the newsreader/x-mailer header value when it matches
330 our preferred mail agent (hidden pref 'emphasis_col' added
333 2007-08-06 [colin] 2.10.0cvs95
337 Re-commit 2.10.0cvs86, with a protection
338 against Pango bug. Also, try to fix
339 bug 1275, 'auto-saved draft messages not
340 always being removed'
342 2007-08-06 [wwp] 2.10.0cvs94
344 * src/gtk/quicksearch.c
345 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
347 2007-08-06 [ticho] 2.10.0cvs93
349 * src/prefs_account.c
351 Use GtkComboBox instead of GtkOptionMenu for privacy system
352 selection in account preferences.
354 2007-08-06 [wwp] 2.10.0cvs92
356 * src/plugins/pgpcore/plugin.def
357 Apply one more chunk from gpg4win's 03-w32-port patch.
359 2007-08-05 [colin] 2.10.0cvs91
363 reverting buggy patch for now
365 2007-08-05 [colin] 2.10.0cvs90
370 2007-08-04 [colin] 2.10.0cvs89
372 * src/prefs_summaries.c
373 * src/summary_search.c
374 Replace deprecated widgets. Patch by
377 2007-08-04 [colin] 2.10.0cvs88
380 Refresh GUI only every 2000 mails on mh_get_last_num
381 This is fast (readdir) and done only once per
384 2007-08-03 [colin] 2.10.0cvs87
386 * src/prefs_account.c
389 Fix a deprecated widget. Patch by
392 2007-08-03 [colin] 2.10.0cvs86
396 Make colorisation and wrapping algorithms
397 faster. Fixes bug 1246, 'compose becomes
398 increasingly slow replying to complex emails'
400 2007-08-03 [paul] 2.10.0cvs85
403 keep the window painted
405 2007-08-02 [paul] 2.10.0cvs84
410 enable running folder Processing
413 2007-08-02 [paul] 2.10.0cvs83
416 speed up/clean up rendering of larger
420 2007-08-01 [paul] 2.10.0cvs82
425 change default toolbar layout on maemo
426 * src/pixmaps/close.xpm
427 make the red cross a grey cross
428 * src/pixmaps/jpilot.xpm
429 make icon smaller so it fits better
431 2007-07-31 [paul] 2.10.0cvs81
435 fix crash on maemo on first launch
437 2007-07-30 [paul] 2.10.0cvs80
439 * src/prefs_matcher.c
440 specify the units of age and size
442 2007-07-30 [paul] 2.10.0cvs79
445 Fix IMAP timeout setting
447 2007-07-30 [colin] 2.10.0cvs78
449 * src/prefs_account.c
450 Fix a deprecated widget. Patch by
453 2007-07-27 [paul] 2.10.0cvs77
455 * src/matcher_parser_parse.y
456 * src/prefs_filtering_action.c
457 * src/prefs_matcher.c
458 these changes forgotten in cvs74's
459 'watch thread' feature
461 2007-07-27 [paul] 2.10.0cvs76
464 fix potential crasher
467 2007-07-27 [paul] 2.10.0cvs75
473 make mainwindow's /Help/Manual point to the
474 remote copy if the local copy doesn't exist
476 2007-07-27 [paul] 2.10.0cvs74
484 * src/matcher_parser_parse.y
493 * src/pixmaps/watchthread.xpm
494 add 'watch thread' feature
496 2007-07-27 [paul] 2.10.0cvs73
498 * src/prefs_folder_item.c
499 adjust labels, add tooltips
501 2007-07-27 [colin] 2.10.0cvs72
504 Maemo: Remove less used menu items
506 2007-07-26 [colin] 2.10.0cvs71
509 Maemo: destroy messageview after trashing mail.
510 Maybe should be done on X11 too
512 2007-07-26 [colin] 2.10.0cvs70
519 Add View/Show or Hide/Column headers
521 2007-07-26 [colin] 2.10.0cvs69
526 2007-07-26 [colin] 2.10.0cvs68
529 Fix possible crash on cache invalidation
533 * src/quote_fmt_parse.y
534 Make replying to mails with big attachments
535 much faster. Fixes bug 1224, 'The process of
536 Replying to emails with large attachments
537 seems unreasonably long...'
539 2007-07-26 [colin] 2.10.0cvs67
544 Fix threads use on BSDs
546 2007-07-26 [paul] 2.10.0cvs66
548 * src/gtk/prefswindow.c
549 fix account prefs breakage
552 2007-07-26 [paul] 2.10.0cvs65
555 standardise ./configure --help messages
557 2007-07-26 [colin] 2.10.0cvs64
561 Fix two vCard-related crashes
563 2007-07-25 [colin] 2.10.0cvs63
568 * src/prefs_receive.c
569 Maemo: Add a better way to notify of
575 Maemo: Various layout fixes
576 * src/gtk/prefswindow.c
577 Maemo: Better prefs layout
579 2007-07-25 [paul] 2.10.0cvs62
582 fix the layout on maemo
585 2007-07-25 [iwkse] 2.10.0cvs61
588 add 'o' shortcut on summaryview
590 2007-07-25 [iwkse] 2.10.0cvs60
595 2007-07-24 [colin] 2.10.0cvs59
598 Fix missing timestamp update on source
602 Better text layout on part's choices
604 2007-07-23 [colin] 2.10.0cvs58
608 Maemo: Automatically choose the correct application
610 * src/gtk/quicksearch.c
611 Make search run on GDK_KP_Enter too
613 2007-07-23 [wwp] 2.10.0cvs57
615 * src/quote_fmt_lex.l
616 Revert accidentaly committed lines (account_sig) in
619 2007-07-23 [wwp] 2.10.0cvs56
621 * src/quote_fmt_lex.l
622 Fix typos around long form expressions in the quote lexer.
628 2007-07-23 [colin] 2.10.0cvs55
631 Fix auto-completion on Maemo
633 2007-07-23 [colin] 2.10.0cvs54
636 Maemo: Fix sticking statusbars
638 2007-07-22 [colin] 2.10.0cvs53
641 Maemo: Fix the strange "top_application" info
642 at startup. We should do something when
643 receiving such a message.
645 2007-07-20 [paul] 2.10.0cvs52
648 add missing #include "statusbar.h"
650 2007-07-20 [colin] 2.10.0cvs51
654 * src/folder_item_prefs.c
655 * src/folder_item_prefs.h
663 * src/prefs_folder_item.c
664 Implement age-based caching: allow to
665 specify a threshold for the offline synchronisation
666 feature, and whether old cached bodies should
671 * src/plugins/dillo_viewer/dillo_viewer.c
672 Check that Dillo's installed
674 2007-07-20 [wwp] 2.10.0cvs50
678 Draw a frame around the selected mimeview part icon (instead of the
679 shifted 'dancing' icon).
681 2007-07-20 [colin] 2.10.0cvs49
684 Unref stuff even on error
686 disconnect signals only at the very
687 end of the wizard save.
689 2007-07-20 [colin] 2.10.0cvs48
695 Fix random crashes while navigating
698 2007-07-19 [colin] 2.10.0cvs47
707 Maemo: add an easy way to store data (mails
708 and IMAP/NNTP caches) on one of the SD cards,
709 and protect against unmounts if needed
711 2007-07-19 [paul] 2.10.0cvs46
716 * src/pixmaps/claws-mail_logo-small.xpm
717 implement a (slightly) different About
718 dialog for maemo and add a small version
721 use a scrolled window for wizard page 1
724 2007-07-19 [paul] 2.10.0cvs45
727 too soon for this line
729 2007-07-19 [paul] 2.10.0cvs44
734 2007-07-19 [colin] 2.10.0cvs43
737 Solve Mail/Mailbox name when specifying
740 2007-07-18 [colin] 2.10.0cvs42
746 2007-07-18 [colin] 2.10.0cvs41
749 Maemo: plug the online/offline system into
750 maemo's interfaces to have Claws automatically
751 switch according to the system status
753 Maemo: use HildonBanners to display status
754 messages. Renders the main statusbar useless.
756 2007-07-18 [paul] 2.10.0cvs40
759 fix screen blanking on moving/copying many msgs
761 fix processing progressbar and screen blanking
764 2007-07-18 [paul] 2.10.0cvs39
767 revert cvs37, breakage on maemo
769 2007-07-18 [paul] 2.10.0cvs38
772 make sure we can still build with older GTK's
774 2007-07-18 [colin] 2.10.0cvs37
777 Only hide the small layout's messageview, instead
778 of destroying it when closing
780 Use gtk_window_present_with_time to popup windows,
781 it seems to make things better with modern WMs
784 2007-07-17 [colin] 2.10.0cvs36
787 Simplify layout on Maemo
790 * src/prefs_display_header.c
791 Remove some headers by default on Maemo
793 2007-07-17 [paul] 2.10.0cvs35
797 * src/prefs_logging.c
799 add options to stop/enable writing logs to disc
801 2007-07-17 [paul] 2.10.0cvs34
804 fix some issues with the Apply tags window:
805 - set search column (enables autocompl in the treeview)
806 - apply tag from "New tag" if it existed
807 - clears New tag entry when adding it with the button
810 2007-07-17 [paul] 2.10.0cvs33
813 fix 'apply tags' dialogue weirdness
815 2007-07-16 [colin] 2.10.0cvs32
818 Fix double-loading of mails on Maemo
820 2007-07-16 [colin] 2.10.0cvs31
823 Prevent double-loading of the same part under some
824 conditions; hide statusbar on Maemo
826 2007-07-16 [colin] 2.10.0cvs30
832 Improve the tag interface - allow
833 to set/unset tags from a special
835 * src/gtk/gtkvscrollbutton.c
839 Fix Mimeview's ugly hacks in the
842 2007-07-16 [paul] 2.10.0cvs29
846 * src/gtk/icon_legend.c
847 put it all in a scrolled window
849 2007-07-15 [colin] 2.10.0cvs28
852 Maemo: force layout to be Small screen; the
853 others don't make sense
855 2007-07-14 [colin] 2.10.0cvs27
858 * src/gtk/gtkvscrollbutton.c
859 Maemo: Fix mimeview's buttons size
861 2007-07-14 [colin] 2.10.0cvs26
864 Fix the button workaround fix.
865 (Use the correct variable)
867 2007-07-14 [colin] 2.10.0cvs25
871 Maemo: put the progress bar in the
874 2007-07-14 [colin] 2.10.0cvs24
877 Maemo: hide statusbar by default
882 * src/pixmaps/go_folders.xpm
883 Maemo: Add a specific icon to go back to
886 2007-07-14 [colin] 2.10.0cvs23
889 Don't set homogeneous finally
891 2007-07-14 [colin] 2.10.0cvs22
894 Fix button show/hide issues
896 2007-07-14 [colin] 2.10.0cvs21
900 Fix button workaround to be able to click
901 if mouse was on button when it went un-
903 Revert previous commit, gtk_tool_item_set_homogeneous
904 doesn't mean what it seems to mean ;-)
906 2007-07-14 [paul] 2.10.0cvs20
909 make homogeneous FALSE always
911 2007-07-13 [colin] 2.10.0cvs19
915 Rework to fit the non-deprecated API
921 Maemo layout changes. Better toolbars,
922 removal of CTree headers.
924 2007-07-13 [paul] 2.10.0cvs18
926 * src/gtk/colorlabel.c
927 fix bug 1261, '[DE] coloring messages in overview
928 keys are not localised'
929 the string is now included in claws-mail.pot
931 2007-07-13 [colin] 2.10.0cvs17
934 Fix bug 1267, 'printing mutliple messages
935 opens one message-dialog after the other'
936 Ask for confirmation when printing 10
939 2007-07-11 [colin] 2.10.0cvs16
944 * manual/claws-mail-manual.xml
946 * manual/es/claws-mail-manual.xml
948 * manual/fr/claws-mail-manual.xml
971 * src/addressbook_foldersel.c
972 * src/addressbook_foldersel.h
998 * src/displayheader.c
999 * src/displayheader.h
1002 * src/editaddress_other_attributes_ldap.c
1003 * src/editaddress_other_attributes_ldap.h
1012 * src/editldap_basedn.c
1013 * src/editldap_basedn.h
1034 * src/folder_item_prefs.c
1035 * src/folder_item_prefs.h
1044 * src/grouplistdialog.c
1045 * src/grouplistdialog.h
1050 * src/image_viewer.c
1051 * src/image_viewer.h
1092 * src/matcher_parser.h
1093 * src/matcher_parser_lex.l
1094 * src/matcher_parser_parse.y
1097 * src/message_search.c
1098 * src/message_search.h
1117 * src/partial_download.c
1118 * src/partial_download.h
1123 * src/prefs_account.c
1124 * src/prefs_account.h
1125 * src/prefs_actions.c
1126 * src/prefs_actions.h
1127 * src/prefs_common.c
1128 * src/prefs_common.h
1129 * src/prefs_compose_writing.c
1130 * src/prefs_compose_writing.h
1131 * src/prefs_customheader.c
1132 * src/prefs_customheader.h
1133 * src/prefs_display_header.c
1134 * src/prefs_display_header.h
1135 * src/prefs_ext_prog.c
1136 * src/prefs_ext_prog.h
1137 * src/prefs_filtering.c
1138 * src/prefs_filtering.h
1139 * src/prefs_filtering_action.c
1140 * src/prefs_filtering_action.h
1141 * src/prefs_folder_column.c
1142 * src/prefs_folder_column.h
1143 * src/prefs_folder_item.c
1144 * src/prefs_folder_item.h
1149 * src/prefs_image_viewer.c
1150 * src/prefs_image_viewer.h
1151 * src/prefs_logging.c
1152 * src/prefs_logging.h
1153 * src/prefs_matcher.c
1154 * src/prefs_matcher.h
1155 * src/prefs_message.c
1156 * src/prefs_message.h
1157 * src/prefs_msg_colors.c
1158 * src/prefs_msg_colors.h
1163 * src/prefs_receive.c
1164 * src/prefs_receive.h
1167 * src/prefs_spelling.c
1168 * src/prefs_spelling.h
1169 * src/prefs_summaries.c
1170 * src/prefs_summaries.h
1171 * src/prefs_summary_column.c
1172 * src/prefs_summary_column.h
1173 * src/prefs_summary_open.c
1174 * src/prefs_summary_open.h
1175 * src/prefs_template.c
1176 * src/prefs_template.h
1177 * src/prefs_themes.c
1178 * src/prefs_themes.h
1179 * src/prefs_toolbar.c
1180 * src/prefs_toolbar.h
1181 * src/prefs_wrapping.c
1182 * src/prefs_wrapping.h
1192 * src/quote_fmt_lex.l
1193 * src/quote_fmt_parse.y
1196 * src/remotefolder.c
1197 * src/remotefolder.h
1198 * src/send_message.c
1199 * src/send_message.h
1202 * src/simple-gettext.c
1203 * src/sourcewindow.c
1204 * src/sourcewindow.h
1209 * src/stock_pixmap.c
1210 * src/stock_pixmap.h
1211 * src/summary_search.c
1212 * src/summary_search.h
1229 * src/common/base64.c
1230 * src/common/base64.h
1231 * src/common/claws.c
1232 * src/common/claws.h
1234 * src/common/fnmatch.c
1235 * src/common/fnmatch.h
1236 * src/common/fnmatch_loop.c
1237 * src/common/hooks.c
1238 * src/common/hooks.h
1243 * src/common/mgutils.c
1244 * src/common/mgutils.h
1247 * src/common/passcrypt.c
1248 * src/common/passcrypt.h.in
1249 * src/common/plugin.c
1250 * src/common/plugin.h
1251 * src/common/prefs.c
1252 * src/common/prefs.h
1253 * src/common/progressindicator.c
1254 * src/common/progressindicator.h
1255 * src/common/quoted-printable.c
1256 * src/common/quoted-printable.h
1257 * src/common/session.c
1258 * src/common/session.h
1261 * src/common/socket.c
1262 * src/common/socket.h
1265 * src/common/ssl_certificate.c
1266 * src/common/ssl_certificate.h
1267 * src/common/string_match.c
1268 * src/common/string_match.h
1269 * src/common/stringtable.c
1270 * src/common/stringtable.h
1273 * src/common/template.c
1274 * src/common/template.h
1275 * src/common/timing.h
1276 * src/common/utils.c
1277 * src/common/utils.h
1278 * src/common/uuencode.c
1279 * src/common/uuencode.h
1280 * src/common/version.h.in
1281 * src/common/w32_dirent.c
1282 * src/common/w32_reg.c
1283 * src/common/w32_signal.c
1284 * src/common/w32_stat.c
1285 * src/common/w32_stdlib.c
1286 * src/common/w32_string.c
1287 * src/common/w32_time.c
1288 * src/common/w32_unistd.c
1289 * src/common/w32_wait.c
1290 * src/common/w32lib.h
1293 * src/common/xmlprops.c
1294 * src/common/xmlprops.h
1295 * src/etpan/etpan-errors.h
1296 * src/etpan/etpan-thread-manager-types.h
1297 * src/etpan/etpan-thread-manager.c
1298 * src/etpan/etpan-thread-manager.h
1299 * src/etpan/imap-thread.c
1300 * src/etpan/imap-thread.h
1303 * src/gtk/colorlabel.c
1304 * src/gtk/colorlabel.h
1305 * src/gtk/colorsel.c
1306 * src/gtk/colorsel.h
1307 * src/gtk/combobox.c
1308 * src/gtk/combobox.h
1309 * src/gtk/description_window.c
1310 * src/gtk/description_window.h
1313 * src/gtk/foldersort.c
1314 * src/gtk/foldersort.h
1315 * src/gtk/gtkaspell.c
1316 * src/gtk/gtkaspell.h
1317 * src/gtk/gtksctree.c
1318 * src/gtk/gtkshruler.c
1319 * src/gtk/gtkshruler.h
1320 * src/gtk/gtksourceprintjob.c
1321 * src/gtk/gtksourceprintjob.h
1322 * src/gtk/gtkutils.c
1323 * src/gtk/gtkutils.h
1324 * src/gtk/gtkvscrollbutton.c
1325 * src/gtk/gtkvscrollbutton.h
1326 * src/gtk/icon_legend.c
1327 * src/gtk/icon_legend.h
1328 * src/gtk/inputdialog.c
1329 * src/gtk/inputdialog.h
1330 * src/gtk/logwindow.c
1331 * src/gtk/logwindow.h
1332 * src/gtk/manage_window.c
1333 * src/gtk/manage_window.h
1336 * src/gtk/pluginwindow.c
1337 * src/gtk/pluginwindow.h
1338 * src/gtk/prefswindow.c
1339 * src/gtk/prefswindow.h
1340 * src/gtk/progressdialog.c
1341 * src/gtk/progressdialog.h
1342 * src/gtk/quicksearch.c
1343 * src/gtk/quicksearch.h
1344 * src/gtk/sslcertwindow.c
1345 * src/gtk/sslcertwindow.h
1346 * src/plugins/bogofilter/bogofilter.c
1347 * src/plugins/bogofilter/bogofilter.h
1348 * src/plugins/bogofilter/bogofilter_gtk.c
1349 * src/plugins/clamav/clamav_plugin.c
1350 * src/plugins/clamav/clamav_plugin.h
1351 * src/plugins/clamav/clamav_plugin_gtk.c
1352 * src/plugins/demo/demo.c
1353 * src/plugins/dillo_viewer/dillo_prefs.c
1354 * src/plugins/dillo_viewer/dillo_prefs.h
1355 * src/plugins/dillo_viewer/dillo_viewer.c
1356 * src/plugins/pgpcore/passphrase.c
1357 * src/plugins/pgpcore/passphrase.h
1358 * src/plugins/pgpcore/pgp_viewer.c
1359 * src/plugins/pgpcore/pgp_viewer.h
1360 * src/plugins/pgpcore/plugin.c
1361 * src/plugins/pgpcore/prefs_gpg.c
1362 * src/plugins/pgpcore/prefs_gpg.h
1363 * src/plugins/pgpcore/select-keys.c
1364 * src/plugins/pgpcore/select-keys.h
1365 * src/plugins/pgpcore/sgpgme.c
1366 * src/plugins/pgpcore/sgpgme.h
1367 * src/plugins/pgpinline/pgpinline.c
1368 * src/plugins/pgpinline/pgpinline.h
1369 * src/plugins/pgpinline/plugin.c
1370 * src/plugins/pgpmime/pgpmime.c
1371 * src/plugins/pgpmime/pgpmime.h
1372 * src/plugins/pgpmime/plugin.c
1373 * src/plugins/spamassassin/spamassassin.c
1374 * src/plugins/spamassassin/spamassassin.h
1375 * src/plugins/spamassassin/spamassassin_gtk.c
1376 * src/plugins/trayicon/trayicon.c
1377 * src/plugins/trayicon/trayicon_prefs.c
1378 * src/plugins/trayicon/trayicon_prefs.h
1379 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1380 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1381 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1382 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1383 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1384 * tools/OOo2claws-mail.pl
1385 * tools/README.sylprint
1386 * tools/acroread2claws-mail.pl
1387 * tools/claws-mail-compose-insert-files.pl
1388 * tools/convert_mbox.pl
1389 * tools/filter_conv.pl
1390 * tools/filter_conv_new.pl
1392 * tools/freshmeat_search.pl
1393 * tools/google_search.pl
1394 * tools/kmail-mailbox2claws-mail.pl
1395 * tools/kmail2claws-mail.pl
1396 * tools/kmail2claws-mail_v2.pl
1398 * tools/make.themes.project
1399 * tools/multiwebsearch.pl
1400 * tools/nautilus2claws-mail.sh
1401 * tools/outlook2claws-mail.pl
1402 * tools/textviewer.sh
1403 * tools/thunderbird-filters-convertor.pl
1406 * tools/vcard2xml.py
1407 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1408 Upgrade to GPLv3 or later.
1410 2007-07-10 [wwp] 2.10.0cvs15
1413 Fix re-opening of all composing messages that were
1414 opened when closing the previous instance, thanks
1417 2007-07-10 [paul] 2.10.0cvs14
1419 * src/editaddress_other_attributes_ldap.c
1421 fix crash on selecting 'other attributes' combo
1422 for either a new entry or an old entry with no
1423 existing attributes.
1424 fix bug on editing multiple attributes which
1425 resulted them all having the value of the last
1429 2007-07-10 [colin] 2.10.0cvs13
1432 * src/editaddress_other_attributes_ldap.h
1434 Fix --disable-ldap build
1436 2007-07-09 [colin] 2.10.0cvs12
1442 * src/editaddress_other_attributes_ldap.c
1443 * src/editaddress_other_attributes_ldap.h
1448 Add capability to edit all inetOrgPerson
1449 attributes on LDAP. Patch by Michael
1452 2007-07-09 [colin] 2.10.0cvs11
1458 * src/prefs_summaries.c
1459 * src/prefs_themes.c
1461 * src/common/Makefile.am
1463 * src/common/timing.h
1464 * src/common/utils.c
1465 * src/common/utils.h
1466 * src/common/w32_account.c
1467 * src/common/w32lib.h
1468 * src/gtk/Makefile.am
1469 * src/gtk/colorlabel.c
1470 * src/plugins/pgpcore/Makefile.am
1471 * src/plugins/pgpcore/claws.def
1472 * src/plugins/pgpcore/passphrase.c
1473 * src/plugins/pgpcore/pgp_viewer.c
1474 * src/plugins/pgpcore/plugin.def
1475 * src/plugins/pgpcore/sgpgme.c
1476 * src/plugins/pgpinline/Makefile.am
1477 * src/plugins/pgpinline/claws.def
1478 * src/plugins/pgpinline/mypgpcore.def
1479 * src/plugins/pgpinline/plugin.def
1480 * src/plugins/pgpmime/Makefile.am
1481 * src/plugins/pgpmime/claws.def
1482 * src/plugins/pgpmime/mypgpcore.def
1483 * src/plugins/pgpmime/plugin.def
1484 Commit win32 patch, from Werner Koch and
1487 2007-07-09 [colin] 2.10.0cvs10
1489 * src/prefs_toolbar.c
1490 Fix crash when no actions exist
1492 2007-07-07 [paul] 2.10.0cvs9
1495 * manual/claws-mail-manual.xml
1496 update copyright year
1498 updated by Flammie Pirinen
1500 2007-07-05 [wwp] 2.10.0cvs8
1502 * src/plugins/clamav/clamav_plugin_gtk.c
1503 Make vertical spacing like in other plugin prefs pages.
1505 2007-07-05 [wwp] 2.10.0cvs7
1508 It's %am that works, not %ae (this doc incoherence has been
1509 introduced with 2.9.2cvs13).
1511 2007-07-04 [wwp] 2.10.0cvs6
1513 * src/plugins/bogofilter/bogofilter.c
1514 Gettext-ize an occurrence of "Any" that wasn't.
1516 2007-07-04 [colin] 2.10.0cvs5
1519 Fix untranslated strings; thanks
1522 2007-07-03 [colin] 2.10.0cvs4
1526 Fix saving of sort mode for tags and
1527 thread date. Thanks to Pierre Ossman.
1528 Completes fix for bug 1233
1530 2007-07-03 [paul] 2.10.0cvs3
1538 2007-07-02 [colin] 2.10.0cvs2
1544 Add View/Sort/by Thread date
1545 Fixes bug 1233, 'Capability to sort
1546 threads by most recent message'
1547 Based on a patch by Paul Rolland
1549 2007-07-02 [colin] 2.10.0cvs1
1566 * src/matcher_parser_parse.y
1570 * src/prefs_common.c
1571 * src/prefs_common.h
1572 * src/prefs_filtering_action.c
1573 * src/prefs_matcher.c
1574 * src/prefs_summary_column.c
1578 * src/quote_fmt_lex.l
1579 * src/quote_fmt_parse.y
1583 * src/common/Makefile.am
1587 * src/gtk/quicksearch.c
1588 * src/gtk/quicksearch.h
1589 Add Tags implementation. Tags are arbitrary labels
1590 that can be applied to messages. It is possible
1591 to create, edit, remove tags; apply them to mails;
1592 filter on tags or tag presence; apply or unset
1593 tags via filtering actions; reference tags in
1596 2007-07-02 [paul] 2.10.0
1603 2007-07-02 [paul] 2.9.2cvs78
1613 updated by Stephan Sachse, me, Ricardo Mones
1614 Lastra, Fabien Vantard, Pader Rezso, Frederico
1615 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1617 2007-07-02 [paul] 2.9.2cvs77
1622 2007-06-29 [wwp] 2.9.2cvs76
1625 Fix a typo (thanks to Ricardo for finding this out).
1627 2007-06-28 [paul] 2.9.2cvs75
1632 2007-06-28 [paul] 2.9.2cvs74
1635 fix bug in the autotools build system.
1636 Files cataloged under EXTRA_DIST were never
1637 automatically copied to the build tree.
1638 (fix 'make distcheck')
1639 Patch by Michael Rasmussen.
1641 2007-06-24 [colin] 2.9.2cvs73
1644 Fix bug 1249, 'Error handling for
1645 news errors needs modification'
1646 Only popup error if the according
1647 pref in Prefs/Receive is set.
1649 2007-06-21 [colin] 2.9.2cvs72
1651 * src/common/plugin.c
1652 * src/common/plugin.h
1653 Change plugin API to know whether it's safe to
1654 unload plugins or whether we should just hide
1655 them. Fixes bug 1248, 'Core dumps after
1656 unloading plugin and clicking on load plugins'
1657 * src/plugins/bogofilter/bogofilter.c
1658 * src/plugins/clamav/clamav_plugin.c
1659 * src/plugins/demo/demo.c
1660 * src/plugins/dillo_viewer/dillo_viewer.c
1661 * src/plugins/pgpcore/plugin.c
1662 * src/plugins/pgpinline/plugin.c
1663 * src/plugins/pgpmime/plugin.c
1664 * src/plugins/spamassassin/spamassassin.c
1665 * src/plugins/trayicon/trayicon.c
1668 2007-06-19 [colin] 2.9.2cvs71
1672 Fix crash mentioned in bug 1246
1673 Race condition when automatically drafting
1674 due to insertion on reedit.
1676 2007-06-18 [wwp] 2.9.2cvs70
1679 LDIF import: use a "Proceed" button to complete
1682 2007-06-18 [paul] 2.9.2cvs69
1685 use pkgconfig to check for gtk and glib
1687 2007-06-17 [wwp] 2.9.2cvs68
1691 LDIF import: better error handling, minor code
1692 and UI cleanup, and renamed the Save button
1693 to Close, as imported stuff is already saved
1694 when the Save button is shown.
1696 2007-06-17 [colin] 2.9.2cvs67
1698 * src/prefs_summaries.c
1700 Don't set as read when forwarded, only replied to
1702 2007-06-17 [paul] 2.9.2cvs66
1705 add missing #include
1707 2007-06-16 [colin] 2.9.2cvs65
1709 * src/prefs_summaries.c
1711 Change the pref "Only mark as read when opened
1712 in new window" to "..., replied to or forwarded".
1713 Based on a patch by Paul Rolland.
1715 2007-06-16 [paul] 2.9.2cvs64
1718 alphabetical order! :)
1720 2007-06-16 [colin] 2.9.2cvs63
1724 Add Michael Rasmussen in authors list
1726 2007-06-16 [colin] 2.9.2cvs62
1729 Fix messageview_copy_clipboard to take advantage
1730 of plugins' get_selection.
1732 2007-06-15 [colin] 2.9.2cvs61
1738 * src/message_search.c
1740 * src/summary_search.c
1743 Allow GDK_KP_Enter to do the same as GDK_Return
1744 Patch by Michael Rasmussen
1746 2007-06-15 [paul] 2.9.2cvs60
1749 fix bug when closing a compose window
1752 2007-06-14 [paul] 2.9.2cvs59
1756 migrate sylpheed config
1758 2007-06-14 [wwp] 2.9.2cvs58
1760 * src/gtk/pluginwindow.c
1761 Yet another attempt to fix sizing/alignment of the
1762 button bar in plugins window.
1764 2007-06-12 [colin] 2.9.2cvs57
1769 * src/prefs_common.c
1770 * src/prefs_common.h
1771 * src/prefs_summaries.c
1772 * src/prefs_summary_open.c
1773 * src/prefs_summary_open.h
1775 Make "when entering a folder" actions more personalisable
1777 2007-06-12 [wwp] 2.9.2cvs56
1780 Use short description from Paul (mairix.sh).
1782 2007-06-12 [wwp] 2.9.2cvs55
1785 Updated info about mairix.sh.
1787 2007-06-11 [paul] 2.9.2cvs54
1789 * src/prefs_logging.c
1790 rework log window length widgets
1791 and some sensitivity fixes
1793 2007-06-11 [paul] 2.9.2cvs53
1796 * src/prefs_logging.c
1797 rename 'Protocol Log' to 'Network Log'
1798 and some function renaming
1800 2007-06-10 [wwp] 2.9.2cvs52
1802 * src/gtk/pluginwindow.c
1805 2007-06-10 [wwp] 2.9.2cvs51
1807 * src/gtk/pluginwindow.c
1808 Fix button bar in plugin window, was centered and not
1809 behaving like other dialogs w/ such button bar.
1811 2007-06-08 [wwp] 2.9.2cvs50
1818 Provide a way out of automatic draft saving on IMAP, when
1820 Prevent drafting while sending and quitting while sending.
1825 2007-06-08 [wwp] 2.9.2cvs49
1827 * src/prefs_account.c
1828 * src/gtk/prefswindow.c
1829 * src/gtk/prefswindow.h
1830 Activate the Basic page when opening account prefs.
1832 2007-06-08 [wwp] 2.9.2cvs48
1834 * src/common/socket.c
1835 Don't crash if fork() fails, thanks to Colin.
1837 2007-06-08 [wwp] 2.9.2cvs47
1839 * src/gtk/prefswindow.c
1840 Wrap some long lines, and reset horizontal scroller's adjusment
1841 (this was already done, vertically), when changing tab (not page)
1844 2007-06-08 [paul] 2.9.2cvs46
1846 * src/common/utils.c
1847 use gethostname() instead of uname()
1848 based on a patch by Michael Hughes
1849 <Sylpheed-Claws_user@thehugheslogcabin.net>
1851 2007-06-07 [wwp] 2.9.2cvs45
1853 * src/prefs_common.c
1854 Fix some useless warnings, thanks to Colin.
1856 2007-06-06 [colin] 2.9.2cvs44
1859 Fix strange allocations.
1861 2007-06-06 [colin] 2.9.2cvs43
1864 Patch by Michael Rasmussus to help
1867 2007-06-05 [wwp] 2.9.2cvs42
1869 * src/prefs_account.c
1870 * src/prefs_folder_item.c
1874 Per-folder templates can now be applied recursively.
1875 Always save per-folder templates (formats were erroneously
1876 saved only if they were enabled).
1877 Check for validity of quotation marks everywhere there
1880 2007-06-05 [wwp] 2.9.2cvs41
1883 Fix incoming messages from local accounts always getting filtered
1884 (even if the account prefs say don't), thanks to Colin.
1886 2007-06-05 [wwp] 2.9.2cvs40
1890 Use per-folder/per-account quote chars when applying a
1891 template or inserting text as well. Const'ify some
1894 2007-06-04 [colin] 2.9.2cvs39
1897 More work for wwp :)
1899 2007-06-04 [wwp] 2.9.2cvs38
1902 Same as 2.9.2cvs36 but for forwarding.
1904 2007-06-04 [colin] 2.9.2cvs37
1907 Use original mail file for forward/redirect
1908 Fixes some forwarded mails to be attached as
1909 application/octet-stream (when they have binary
1910 parts), and incidentally fixes bug 848
1911 'Redirect breaks GnuPG'
1913 2007-06-04 [wwp] 2.9.2cvs36
1916 Fix quote mark mis-initialisation when replying/forwarding
1917 (introduced w/ 2.9.2cvs20).
1919 2007-06-04 [wwp] 2.9.2cvs35
1921 * src/prefs_compose_writing.c
1923 Fix a bug where Quotation characters (prefs/compose/writing)
1924 was cleared (introduced w/ 2.9.2cvs26).
1926 2007-06-04 [wwp] 2.9.2cvs34
1928 * src/prefs_account.c
1929 * src/prefs_account.h
1930 Better fix for compiling w/o aspell (rollbacks
1933 2007-06-04 [wwp] 2.9.2cvs33
1936 * src/prefs_account.c
1937 * src/prefs_account.h
1939 It's now possible to disable mail filtering plugins
1940 on a per-account basis.
1942 2007-06-04 [wwp] 2.9.2cvs32
1945 * src/common/utils.c
1946 * src/common/utils.h
1947 Support CRLF in headers part of messages.
1948 Support few more date formats (RFC3339 subsets).
1950 2007-06-04 [wwp] 2.9.2cvs31
1952 * src/prefs_account.c
1953 Fix compiling w/o aspell support.
1955 2007-06-03 [wwp] 2.9.2cvs30
1958 Don't decode leading ENV_ and ~ in P_PASSWORD
1961 2007-06-03 [wwp] 2.9.2cvs29
1964 Don't decode leading ENV_ and ~ in P_PASSWORD
1967 2007-06-03 [wwp] 2.9.2cvs28
1969 * src/prefs_account.c
1970 * src/gtk/prefswindow.c
1971 * src/gtk/prefswindow.h
1972 Added a way to force preloading of all pages
1974 Moved tabs to pages in account prefs.
1976 2007-06-02 [colin] 2.9.2cvs27
1979 Fix possible crash, fix ldap write bugs
1981 Fix ldap write bugs - patch by Michael
1985 Add a hook whenever alertpanel opens/closes
1987 2007-05-31 [wwp] 2.9.2cvs26
1989 * src/prefs_compose_writing.c
1991 Re-organized writing options a bit:
1992 - renamed the Quoting page to Templates
1993 - moved all composing templates to that page
1994 - moved non-templates options to the Writing one,
1995 grouped reply-related options, reordered reply and
1998 2007-05-31 [wwp] 2.9.2cvs25
2001 Removed unused code.
2003 2007-05-31 [colin] 2.9.2cvs24
2006 Fix missing display name when modifying
2007 LDAP. Patch by Michael Rasmussen
2009 2007-05-31 [wwp] 2.9.2cvs23
2011 * src/plugins/bogofilter/Makefile.am
2012 * src/plugins/clamav/Makefile.am
2013 * src/plugins/demo/Makefile.am
2014 * src/plugins/dillo_viewer/Makefile.am
2015 * src/plugins/spamassassin/Makefile.am
2016 Fix building of those plugins in Mac OS X.
2018 2007-05-30 [wwp] 2.9.2cvs22
2020 * src/gtk/quicksearch.c
2021 Fix missing initialization.
2023 2007-05-30 [wwp] 2.9.2cvs21
2026 Revert accidental commit (debug outputs).
2028 2007-05-30 [wwp] 2.9.2cvs20
2031 * src/folder_item_prefs.c
2032 * src/folder_item_prefs.h
2033 * src/prefs_account.c
2034 * src/prefs_account.h
2035 * src/prefs_folder_item.c
2038 Implemented per-account and per-folder
2039 compose/reply/forward formats.
2041 2007-05-30 [wwp] 2.9.2cvs19
2043 * src/prefs_compose_writing.c
2048 Internal API changes (factorize quote format
2051 2007-05-30 [colin] 2.9.2cvs18
2054 Fix race where it's possible to re-click Send
2055 between end of SMTP session and end of "move to
2056 sent folder" when sending an email with send
2059 2007-05-30 [colin] 2.9.2cvs17
2062 Ask for backtrace on all threads. Patch by
2065 Fix stale news statusbar when scanning fails.
2068 Fix some LDAP write updates bugs. Patch
2069 by Michael Rasmussen
2071 2007-05-29 [colin] 2.9.2cvs16
2074 Fix loss of local flags when moving mails
2075 on IMAP in high-bandwidth mode (UID FETCH)
2077 2007-05-25 [paul] 2.9.2cvs15
2079 * src/common/socket.c
2080 fix sometimes crasher on cancelling
2083 2007-05-25 [colin] 2.9.2cvs14
2088 Be more helpful in the subscription
2091 2007-05-23 [wwp] 2.9.2cvs13
2094 * src/prefs_compose_writing.c
2096 * src/prefs_template.c
2097 * src/prefs_template.h
2100 * src/quote_fmt_lex.l
2101 * src/quote_fmt_parse.y
2102 Introduced new syntax elements (symbols and commands)
2103 in templates/quote_fmt. Compatibility w/ old
2105 Updated and reworked the corresponding Information
2107 Display the line number in dialogs that talk about
2108 parser errors (in addition to the error message in
2111 2007-05-23 [wwp] 2.9.2cvs12
2113 * src/quote_fmt_parse.y
2114 Fix 2.9.2cvs11, probably a paste accident ;).
2116 2007-05-23 [wwp] 2.9.2cvs11
2119 * src/prefs_template.c
2121 * src/quote_fmt_parse.y
2122 Fix 2.9.2cvs10, which broke --disable-aspell.
2124 2007-05-22 [wwp] 2.9.2cvs10
2127 * src/prefs_template.c
2130 * src/quote_fmt_lex.l
2131 * src/quote_fmt_parse.y
2132 * src/gtk/gtkaspell.c
2133 * src/gtk/gtkaspell.h
2134 Added template/quote format syntactical elements
2136 - current dictionary
2137 %T to show (shows empty if not set or not enabled),
2138 ?T and !T to check if the default dictionary is
2140 - current account's default dictionary
2141 %aT to show (empty if not set or not enabled),
2142 ?aT and !aT to check if it's enabled and set
2143 - name completion for an address, from the address
2145 %ABf, %ABt, %ABc respectively show the full name got
2146 from the address book if From, To or Cc match a single
2148 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2149 matches any contact and if the full name is non-empty.
2150 If From, To or Cc are lists of email addresses, only
2151 the first address will be checked.
2152 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2153 that could show a trailing ','.
2154 Also, template/quote_fmt parser now shows the line number in case
2157 2007-05-15 [colin] 2.9.2cvs9
2161 Add a public function to know whether Claws
2163 Store opened folder when exiting
2166 Store last opened message in each FolderItem;
2167 Reset last seen messages if Claws crashed, so
2168 that one can't go in an infinite crash in case
2169 a particular mail crashes Claws.
2171 * src/prefs_common.c
2172 * src/prefs_common.h
2174 * src/prefs_summaries.c
2175 Add "Select last opened message" when entering
2177 Add "Select last opened folder" at startup.
2179 2007-05-14 [colin] 2.9.2cvs8
2182 Fix bashism, search for xml catalog
2183 in /usr/local/share/xml/catalog too
2186 2007-05-13 [wwp] 2.9.2cvs7
2188 * src/gtk/logwindow.c
2189 fix raising log windows when they are either minimized or
2192 2007-05-11 [colin] 2.9.2cvs6
2195 Use Hildon's file chooser on Maemo. Patch
2196 by Jean-Luc Biord; fixes part 2 of bug 1201,
2197 'File attachment "manipulation" bugs...'
2199 2007-05-10 [wwp] 2.9.2cvs5
2201 * src/prefs_common.c
2202 * src/prefs_common.h
2203 * src/gtk/quicksearch.c
2204 Add a quicksearch option to automatically run
2205 a search selected from the history (this option
2206 is exclusive towards type-ahead).
2208 2007-05-10 [colin] 2.9.2cvs4
2211 Fix g_warnings, thanks to Brian
2214 2007-05-09 [colin] 2.9.2cvs3
2219 * src/prefs_summaries.c
2222 * src/common/utils.c
2223 * src/gtk/gtksourceprintjob.c
2224 * src/gtk/sslcertwindow.c
2225 Use the re-entrant variant of time functions
2226 Probably fixes bug 1217, 'reentrancy problems
2227 with time functions'
2229 2007-05-09 [colin] 2.9.2cvs2
2232 Fix crasher when reconnection fails
2234 2007-05-08 [paul] 2.9.2cvs1
2240 bump version number following
2243 2007-05-08 [paul] 2.9.1cvs48
2245 * src/plugins/demo/demo.c
2246 * src/plugins/dillo_viewer/dillo_prefs.c
2247 * src/plugins/dillo_viewer/dillo_prefs.h
2248 * src/plugins/dillo_viewer/dillo_viewer.c
2249 * src/plugins/pgpcore/pgp_viewer.c
2250 * src/plugins/pgpcore/pgp_viewer.h
2251 * src/plugins/pgpcore/plugin.c
2252 * src/plugins/pgpcore/prefs_gpg.c
2253 * src/plugins/pgpcore/prefs_gpg.h
2254 * src/plugins/pgpcore/sgpgme.c
2255 * src/plugins/pgpcore/sgpgme.h
2256 * src/plugins/pgpinline/plugin.c
2257 * src/plugins/pgpmime/pgpmime.c
2258 * src/plugins/pgpmime/pgpmime.h
2259 * src/plugins/pgpmime/plugin.c
2260 * src/plugins/spamassassin/spamassassin.c
2261 * src/plugins/spamassassin/spamassassin.h
2262 * src/plugins/spamassassin/spamassassin_gtk.c
2263 * src/plugins/trayicon/README
2265 * tools/README.sylprint
2266 * tools/outlook2claws-mail.pl
2268 * tools/tb2claws-mail
2269 * tools/tbird2claws.py
2271 * tools/vcard2xml.py
2272 * tools/kdeservicemenu/README
2273 cleanups and corrections
2275 2007-05-06 [wwp] 2.9.1cvs47
2278 Fix missing dash to `display` command-line, reported
2279 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2281 2007-05-06 [colin] 2.9.1cvs46
2284 * src/stock_pixmap.c
2285 * src/stock_pixmap.h
2286 * src/pixmaps/printer.xpm
2289 2007-05-06 [paul] 2.9.1cvs45
2294 * src/summary_search.c
2298 2007-05-05 [wwp] 2.9.1cvs44
2302 * src/prefs_actions.c
2306 Fix "faild" typos everywhere and capitalization of
2309 2007-05-04 [colin] 2.9.1cvs43
2314 * src/plugins/pgpcore/prefs_gpg.c
2315 * src/plugins/pgpcore/prefs_gpg.h
2316 * src/plugins/pgpinline/pgpinline.c
2317 * src/plugins/pgpmime/pgpmime.c
2318 Add an API to warn about encryption limits,
2319 and allow to disable these warnings
2321 2007-05-03 [colin] 2.9.1cvs42
2325 Fix bug 1213, 'Delete more than
2328 2007-05-03 [wwp] 2.9.1cvs41
2330 * src/prefs_common.c
2331 * src/prefs_filtering.c
2332 * src/prefs_template.c
2333 * src/common/template.c
2334 * src/common/template.h
2335 * src/gtk/gtkutils.c
2336 * src/gtk/gtkutils.h
2337 Templates are no longer automatically sorted
2338 by name, but can be sorted manually using
2339 |< < > >| buttons as well as drag'n'drop.
2341 2007-05-03 [wwp] 2.9.1cvs40
2343 * src/plugins/spamassassin/spamassassin.c
2344 * src/plugins/spamassassin/spamassassin.h
2345 * src/plugins/spamassassin/spamassassin_gtk.c
2346 * src/plugins/bogofilter/bogofilter.c
2347 * src/plugins/bogofilter/bogofilter.h
2348 * src/plugins/bogofilter/bogofilter_gtk.c
2349 Added an option to conditionally mark saved spam
2350 as read (default is and was to do so).
2351 Satisfies feature request 1708539 on sf.net tracker.
2353 2007-05-03 [colin] 2.9.1cvs39
2356 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2358 2007-05-02 [colin] 2.9.1cvs38
2361 Fix bug 1209, 'Clicking on address
2362 in header (mailto uri) selects
2363 default account'. Patch adapted from
2366 2007-05-02 [colin] 2.9.1cvs37
2368 * src/grouplistdialog.c
2369 Set cursor to wait cursor while loading
2372 2007-05-02 [paul] 2.9.1cvs36
2376 rename cache and mark files
2379 2007-04-30 [paul] 2.9.1cvs35
2381 * manual/glossary.xml
2382 * manual/plugins.xml
2383 updates. Patch by Ricardo
2385 2007-04-29 [wwp] 2.9.1cvs34
2389 Fix few grammatical errors (patch by David Relson < relson at
2390 osagesoftware dot com >).
2392 2007-04-28 [colin] 2.9.1cvs33
2396 * src/prefs_account.c
2397 * src/prefs_account.h
2398 Drop the "Download all" preference. It's
2399 stupidly useless and confuses people from
2402 2007-04-27 [wwp] 2.9.1cvs32
2405 * src/prefs_account.c
2406 * src/prefs_account.h
2407 Don't reflect accounts changes to the mainwindow when it's
2410 2007-04-27 [colin] 2.9.1cvs31
2413 Freeze/thaw when sync'ing flags
2415 * src/prefs_account.c
2416 * src/prefs_account.h
2417 * src/etpan/imap-thread.c
2418 * src/etpan/imap-thread.h
2419 Add a way to use UID FETCH instead
2420 of searches to fetch message lists
2421 and flags. More expensive towards
2422 bandwidth, less expensive towards
2423 server's CPU. Probably fixes
2424 bug 1158, 'Scanning new folders on
2425 Exchange 2007 extremely slow'.
2428 2007-04-27 [paul] 2.9.1cvs30
2431 * src/prefs_logging.c
2432 improvements to english usage
2434 2007-04-27 [colin] 2.9.1cvs29
2437 Fix build without libetpan (my bad!)
2439 2007-04-26 [colin] 2.9.1cvs28
2443 Fix uselessly exported function
2445 Consider "- -- \n" as signature separator
2446 (that's what signature separators look like
2447 in PGP/Inline signed mails)
2449 2007-04-26 [colin] 2.9.1cvs27
2452 libetpan-0.49 is now required
2454 Fix double fetching of mails if
2457 Make offline sync faster, by
2458 remembering last change time, and
2461 2007-04-26 [hoa] 2.9.1cvs26
2467 * src/etpan/imap-thread.c
2468 * src/etpan/imap-thread.h
2469 cancellation of IMAP operations is now allowed.
2470 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2472 2007-04-26 [colin] 2.9.1cvs25
2475 Always fetch body+headers in folders that are
2476 synched for offline use, if "Synchronise as
2477 soon as possible" is set.
2478 Fixes bug 1200, 'Add option to always retrieve full
2481 2007-04-25 [colin] 2.9.1cvs24
2484 Fix bug 1198, 'Reply-all "disappearing" address bug
2487 2007-04-24 [colin] 2.9.1cvs23
2490 Fix bug 1195, 'Hardware key navigation'
2491 Make GDK_Enter toggle expansion (Maemo)
2493 2007-04-24 [wwp] 2.9.1cvs22
2496 Fix few compiler warnings.
2498 2007-04-24 [paul] 2.9.1cvs21
2501 * src/stock_pixmap.c
2502 * src/stock_pixmap.h
2503 complete last commit
2505 2007-04-24 [paul] 2.9.1cvs20
2508 * src/pixmaps/active.xpm
2509 * src/pixmaps/checkbox_off.xpm
2510 * src/pixmaps/checkbox_on.xpm
2511 * src/pixmaps/inactive.xpm
2513 remove transparent border from checkbox icons
2515 2007-04-24 [wwp] 2.9.1cvs19
2519 Fix a crash in textview, thanks to Colin.
2521 2007-04-23 [wwp] 2.9.1cvs18
2523 * src/prefs_common.c
2524 Fix 2.9.1cvs5: no header was being translated at all.
2526 2007-04-23 [colin] 2.9.1cvs17
2529 * src/stock_pixmap.c
2530 * src/stock_pixmap.h
2533 * src/gtk/gtksctree.c
2534 * src/gtk/gtksctree.h
2535 * src/pixmaps/selection.xpm
2536 Fix bug 1193, 'Need a way to multi-select
2537 items'. Add a toggle button to the summaryview
2538 to switch between normal and multiple selection
2541 2007-04-23 [colin] 2.9.1cvs16
2544 * src/stock_pixmap.c
2545 * src/stock_pixmap.h
2548 * src/gtk/gtksctree.c
2549 * src/gtk/gtksctree.h
2550 * src/pixmaps/selection.xpm
2551 Fix bug 1193, 'Need a way to multi-
2553 Add a toggle button in the summaryview
2554 to enable normal or multiple selection.
2557 2007-04-23 [colin] 2.9.1cvs15
2560 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2562 2007-04-21 [colin] 2.9.1cvs14
2564 * src/gtk/quicksearch.c
2565 Fix previous commit (actually use correct
2568 2007-04-21 [colin] 2.9.1cvs13
2570 * src/gtk/quicksearch.c
2571 Fix changing quicksearch type (after Esc,
2572 after changing Recursive, ...)
2574 2007-04-20 [wwp] 2.9.1cvs12
2576 * src/gtk/Makefile.am
2577 Added headers.h (completes 2.9.1cvs5).
2579 2007-04-20 [wwp] 2.9.1cvs11
2582 Fix the use of display name in name column,
2583 it has been overriden w/ the use of nickname
2584 by 2.9.0cvs3. Now nickname is used (if any)
2585 in case of LDAP books only.
2587 2007-04-20 [colin] 2.9.1cvs10
2592 Add handling of 'a' to loop in a mail's
2595 2007-04-20 [colin] 2.9.1cvs9
2598 Fix bug 1190, 'dir_open' button doesn't work'
2601 2007-04-20 [colin] 2.9.1cvs8
2605 Fix bug 1194, 'Hardware keys move from email
2606 list to account/directory list, but not back
2607 to email list...' (Maemo)
2609 2007-04-20 [colin] 2.9.1cvs7
2612 complete previous commit
2614 2007-04-20 [colin] 2.9.1cvs6
2617 Fix bug 1187, 'Reply-to addressee disappears
2618 when reply-to text box is clicked...' (Maemo)
2620 2007-04-20 [wwp] 2.9.1cvs5
2628 * src/prefs_common.c
2629 * src/prefs_common.h
2630 * src/prefs_display_header.c
2631 * src/prefs_matcher.c
2634 * src/gtk/quicksearch.c
2635 Translate more header names according to the relevant option value,
2636 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2637 Replaced nearly all uses of prefs_common.trans_hdr with a call
2638 to prefs_common_translated_header_name().
2639 Added a headers.h reference file that contains known header names
2640 (RFC2822 and others) to the translation process' input, so that
2641 translated header names will still exist even if no occurrence of
2642 _("headername") is found anymore in the sources.
2643 Don't translate column name 'Number' following to trans_hdr option
2644 value as it's not a header name.
2646 2007-04-20 [colin] 2.9.1cvs4
2648 * src/gtk/quicksearch.c
2649 * src/gtk/quicksearch.h
2650 Add "From, To or Subject" quicksearch
2651 type. Patch by ulfschaper@users.sf.net
2653 2007-04-20 [colin] 2.9.1cvs3
2656 Implement proper references filtering condition.
2657 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2659 2007-04-19 [wwp] 2.9.1cvs2
2661 * src/prefs_display_header.c
2662 * src/message_search.c
2663 Fix few warnings (g_free of const gchar*).
2665 2007-04-19 [paul] 2.9.1cvs1
2671 bump version number following
2674 2007-04-19 [paul] 2.9.0cvs9
2676 * manual/advanced.xml
2677 * manual/glossary.xml
2680 2007-04-18 [paul] 2.9.0cvs8
2683 fix for CVE-2007-1558 (APOP)
2686 2007-04-18 [paul] 2.9.0cvs7
2692 Fix encoding woes wrt saving of
2696 2007-04-18 [colin] 2.9.0cvs6
2698 * src/gtk/pluginwindow.c
2699 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2701 2007-04-17 [wwp] 2.9.0cvs5
2707 Fix --disable-ldap build,
2708 fix some LDAP annoyances on
2709 searches, thanks to Colin.
2711 2007-04-17 [wwp] 2.9.0cvs4
2714 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2715 like gcc 2.9x. Thanks to Colin.
2717 2007-04-17 [wwp] 2.9.0cvs3
2733 Add LDAP write support. Patch mostly by
2734 Michael <mir at datanom dot net>
2736 2007-04-17 [wwp] 2.9.0cvs2
2739 Prepend "Add to address book" to the context menu of compose window's sender and
2742 2007-04-16 [paul] 2.9.0cvs1
2747 2007-04-16 [paul] 2.9.0
2754 2007-04-16 [paul] 2.8.1cvs102
2757 updated by Fabien Vantard
2759 2007-04-16 [paul] 2.8.1cvs101
2769 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2770 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2771 Aleksandar Urosevic, and Ralgh Young
2773 2007-04-15 [mones] 2.8.1cvs100
2778 2007-04-14 [colin] 2.8.1cvs99
2780 * src/message_search.c
2781 * src/prefs_display_header.c
2782 * src/summary_search.c
2783 * src/gtk/combobox.c
2786 2007-04-14 [wwp] 2.8.1cvs98
2788 * src/gtk/combobox.c
2789 * src/message_search.c
2790 * src/summary_search.c
2791 * src/prefs_display_header.c
2792 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2793 returns NULL, get the text value directly from the GtkEntry child.
2795 2007-04-13 [colin] 2.8.1cvs97
2797 * src/gtk/quicksearch.c
2798 Give the focus back to summaryview when
2799 emptying the quicksearch with Esc
2801 2007-04-13 [colin] 2.8.1cvs96
2803 * src/message_search.c
2804 * src/prefs_display_header.c
2805 * src/summary_search.c
2806 Fix possibles crashes when getting text
2809 2007-04-13 [colin] 2.8.1cvs95
2812 Add some UIDL debugging
2814 2007-04-12 [colin] 2.8.1cvs94
2817 Force folder scan if necessary after
2818 copying mails, to be able to reapply
2821 2007-04-11 [colin] 2.8.1cvs93
2824 don't scan for new mail on startup if --select
2825 is specified (or race conditions arise). If so,
2826 do both sequentially.
2828 2007-04-09 [colin] 2.8.1cvs92
2831 Use leafpad by default on Maemo. Patch
2834 2007-04-06 [colin] 2.8.1cvs91
2836 * src/pixmaps/queue_close.xpm
2837 * src/pixmaps/queue_close_hrm.xpm
2838 * src/pixmaps/queue_close_hrm_mark.xpm
2839 * src/pixmaps/queue_close_mark.xpm
2840 * src/pixmaps/queue_open.xpm
2841 * src/pixmaps/queue_open_hrm.xpm
2842 * src/pixmaps/queue_open_hrm_mark.xpm
2843 * src/pixmaps/queue_open_mark.xpm
2844 Move the clock one pixel down :)
2846 2007-04-05 [colin] 2.8.1cvs90
2849 Don't sync when switching offline from
2850 command line - it's usually too late :)
2852 2007-04-05 [paul] 2.8.1cvs89
2855 * src/stock_pixmap.c
2856 * src/pixmaps/dir_close_hrm.xpm
2857 * src/pixmaps/dir_close_hrm_mark.xpm
2858 * src/pixmaps/drafts_close.xpm
2859 * src/pixmaps/drafts_close_mark.xpm
2860 * src/pixmaps/drafts_open.xpm
2861 * src/pixmaps/drafts_open_mark.xpm
2862 * src/pixmaps/inbox.xpm
2863 * src/pixmaps/inbox_close.xpm
2864 * src/pixmaps/inbox_close_hrm.xpm
2865 * src/pixmaps/inbox_close_hrm_mark.xpm
2866 * src/pixmaps/inbox_close_mark.xpm
2867 * src/pixmaps/inbox_hrm.xpm
2868 * src/pixmaps/inbox_hrm_mark.xpm
2869 * src/pixmaps/inbox_mark.xpm
2870 * src/pixmaps/inbox_open.xpm
2871 * src/pixmaps/inbox_open_hrm.xpm
2872 * src/pixmaps/inbox_open_hrm_mark.xpm
2873 * src/pixmaps/inbox_open_mark.xpm
2874 * src/pixmaps/outbox.xpm
2875 * src/pixmaps/outbox_close.xpm
2876 * src/pixmaps/outbox_close_hrm.xpm
2877 * src/pixmaps/outbox_close_hrm_mark.xpm
2878 * src/pixmaps/outbox_close_mark.xpm
2879 * src/pixmaps/outbox_hrm.xpm
2880 * src/pixmaps/outbox_hrm_mark.xpm
2881 * src/pixmaps/outbox_mark.xpm
2882 * src/pixmaps/outbox_open.xpm
2883 * src/pixmaps/outbox_open_hrm.xpm
2884 * src/pixmaps/outbox_open_hrm_mark.xpm
2885 * src/pixmaps/outbox_open_mark.xpm
2886 * src/pixmaps/queue_close.xpm
2887 * src/pixmaps/queue_close_hrm.xpm
2888 * src/pixmaps/queue_close_hrm_mark.xpm
2889 * src/pixmaps/queue_close_mark.xpm
2890 * src/pixmaps/queue_open.xpm
2891 * src/pixmaps/queue_open_hrm.xpm
2892 * src/pixmaps/queue_open_hrm_mark.xpm
2893 * src/pixmaps/queue_open_mark.xpm
2894 updated, added and replaced icons
2897 2007-04-04 [colin] 2.8.1cvs88
2900 Fix build without libetpan
2902 2007-04-03 [colin] 2.8.1cvs87
2905 Fix crash with Citadel, and try to make
2906 things work. this server (and specifically
2907 STATUS and APPEND at least) seems broken.
2909 2007-04-03 [colin] 2.8.1cvs86
2912 Fix icons on folder close
2914 2007-04-03 [colin] 2.8.1cvs85
2917 Fix double-ask of offline override in
2922 Much more efficient way to synchronise
2924 * src/etpan/imap-thread.c
2927 * src/gtk/quicksearch.c
2930 2007-04-03 [paul] 2.8.1cvs84
2935 * src/prefs_common.c
2936 * src/prefs_common.h
2938 Fix sync being done too late
2941 2007-04-02 [colin] 2.8.1cvs83
2944 Maemo: Put status and quicksearch at the top
2945 * src/plugins/bogofilter/bogofilter.c
2946 * src/plugins/spamassassin/spamassassin.c
2947 Derive trash from inbox if possible
2949 2007-04-02 [paul] 2.8.1cvs82
2951 * src/plugins/bogofilter/bogofilter_gtk.c
2952 a few English changes
2958 2007-04-02 [colin] 2.8.1cvs81
2960 * src/image_viewer.c
2961 Fix transparent images by using
2964 Flush events (on new windows) to avoid
2965 having the textview's image resize fail
2966 to know the available width
2968 2007-04-01 [colin] 2.8.1cvs80
2970 * src/prefs_account.c
2971 If no MH mailbox exist, when creating a POP/Local
2972 account, just create and use the default one
2973 instead of bailing with a "Mailbox doesn't exist"
2976 2007-03-31 [colin] 2.8.1cvs79
2978 * src/prefs_account.c
2979 Create signature file if it doesn't exist
2981 * src/prefs_toolbar.c
2982 Maemo: Move "Use default" on the left so
2983 that people can find it
2985 Maemo: make default editor "Maemopad",
2986 default signature file "MyDocs/signature.txt"
2988 2007-03-31 [colin] 2.8.1cvs78
2990 * src/prefs_account.c
2991 Maemo: rework account prefs so
2992 that less horizontal scrolling
2995 2007-03-31 [colin] 2.8.1cvs77
2998 * src/prefs_common.c
2999 * src/prefs_common.h
3000 Fix bug 1167, 'Allow not displaying zeros
3001 in folder list'. Patch by MartinP
3003 2007-03-31 [colin] 2.8.1cvs76
3008 2007-03-31 [colin] 2.8.1cvs75
3011 Apply patch from bug 1172, direct
3012 access to the folder's session instead
3013 of using getter. Patch by MartinP
3015 2007-03-31 [paul] 2.8.1cvs74
3018 no need to list Fabien twice!
3020 2007-03-31 [colin] 2.8.1cvs73
3023 If we're currently "overriding for %d minutes",
3026 2007-03-31 [colin] 2.8.1cvs72
3034 * src/plugins/spamassassin/spamassassin.c
3035 Offline override: Add a parameter to allow
3036 asking even if the override timer is running.
3037 Allows to ask every time the user makes an
3038 explicit action needing online access (such
3039 as Get Mail), and not when the action is
3040 implicit (such as opening an IMAP folder)
3042 2007-03-31 [colin] 2.8.1cvs71
3045 Override offline: "No" answer shouldn't
3046 re-ask after 3 seconds, but 10 minutes.
3048 2007-03-30 [colin] 2.8.1cvs70
3050 * src/common/socket.c
3051 Better error reporting on unix socket
3052 failure (bind usually)
3053 * src/gtk/gtkutils.c
3054 * src/gtk/gtkutils.h
3055 Label window: add a pulsing progress
3056 bar to show we're not hung :)
3059 * src/plugins/pgpcore/sgpgme.c
3062 2007-03-30 [colin] 2.8.1cvs69
3065 * src/prefs_common.c
3066 Fix possible trashing of history and uidl
3067 files on disk full problems
3069 2007-03-30 [paul] 2.8.1cvs68
3074 update summary when changing layout type
3075 (fixes wrong folder icon being displayed)
3078 2007-03-29 [colin] 2.8.1cvs67
3080 * src/prefs_ext_prog.c
3081 The browser pref is irrelevant on Maemo
3083 2007-03-29 [colin] 2.8.1cvs66
3087 Maemo: dynamically switch headers/text position
3088 * src/prefs_common.c
3089 Maemo: hide compose's ruler by default
3090 * src/common/socket.c
3091 * src/common/socket.h
3094 2007-03-29 [colin] 2.8.1cvs65
3096 * src/common/socket.c
3097 * src/common/socket.h
3098 Fix build when MAEMO_CFLAGS contains
3099 _X_OPENSOURCE (resolv.h errors as long
3100 as we don't add _BSD_SOURCE. Ugly).
3102 2007-03-29 [wwp] 2.8.1cvs64
3104 * src/prefs_logging.c
3105 Fix sensitivity of clip-log widgets in prefs/logging,
3108 2007-03-29 [wwp] 2.8.1cvs63
3111 Updated files list for translations, thanks to Fabien.
3113 2007-03-29 [colin] 2.8.1cvs62
3116 * src/common/Makefile.am
3117 * src/common/utils.c
3118 Maybe make URI opening work in Maemo
3121 2007-03-28 [colin] 2.8.1cvs61
3126 Add the possibility to sort folders arbitrarily
3127 (via editing of folderlist.xml only). Patch by
3128 Martin P <mp26+claws@os.inf.tu-dresden.de>
3129 Fixes bug 1166, 'Folder ordering is fixed and cannot
3130 be changed by the user'
3132 2007-03-28 [colin] 2.8.1cvs60
3135 Add popup menu for mime icons
3137 2007-03-28 [colin] 2.8.1cvs59
3140 Fix a layout issue when presenting
3141 mainwindow in Small screen layout
3144 Add a "Go to folder list" button for
3145 mainwindow, and make it default in
3148 2007-03-28 [colin] 2.8.1cvs58
3151 Don't dynamically update title on Maemo
3152 Patch by Jean-Luc Biord
3154 2007-03-27 [colin] 2.8.1cvs57
3159 Enable tap-and-hold on Maemo
3161 2007-03-26 [colin] 2.8.1cvs56
3164 More popup-menu (in attachments list)
3166 2007-03-26 [colin] 2.8.1cvs55
3169 Enable popup-menu signal
3171 2007-03-26 [colin] 2.8.1cvs54
3173 * src/plugins/pgpinline/pgpinline.c
3174 Fix bug 1111, 'PGP/inline plugin hides text
3175 around encrypted text block'. Patch based on
3176 a patch from Michal Cihar.
3178 2007-03-26 [wwp] 2.8.1cvs53
3181 Fix getting a false error when sending queued message
3182 whereas the sending was fine (if there are subfolders
3183 in the queue folder), thanks to Colin.
3185 2007-03-26 [paul] 2.8.1cvs52
3188 update FACE header in welcome message
3190 2007-03-25 [colin] 2.8.1cvs51
3195 2007-03-25 [colin] 2.8.1cvs50
3198 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3200 2007-03-24 [colin] 2.8.1cvs49
3203 Fix a few launch problems on Maemo
3204 Patch by Jean-Luc Biord
3206 2007-03-24 [wwp] 2.8.1cvs48
3212 Fix wrong action performed when closing the
3213 "ask about account specific filtering rules
3214 when filtering manually" dialog by pressing Escape.
3215 Fix wrong order of buttons in the "return receipt
3216 notification - the message was sent to several of
3217 your accounts" dialog.
3219 2007-03-24 [paul] 2.8.1cvs47
3222 an improvement to English usage
3223 * tools/kdeservicemenu/README
3226 2007-03-24 [paul] 2.8.1cvs46
3229 * src/stock_pixmap.c
3230 * src/pixmaps/edit_extern.xpm
3231 * src/pixmaps/mail_sign.xpm
3232 rescue long lost icons
3234 2007-03-24 [paul] 2.8.1cvs45
3237 fix toolbar (broken in 2.8.1cvs42)
3239 2007-03-23 [colin] 2.8.1cvs44
3242 Correctly unsubscribe/resubscribe after
3245 2007-03-23 [colin] 2.8.1cvs43
3247 * src/prefs_common.c
3248 Maemo: as the platform is light on RAM, allow
3249 caches to be discarded faster.
3251 2007-03-23 [colin] 2.8.1cvs42
3256 * src/stock_pixmap.c
3257 * src/stock_pixmap.h
3262 * src/pixmaps/open_mail.xpm
3263 Maemo changes: Add the possibility to have
3264 "Open Email" and "Close Window" buttons on
3265 toolbars (and use them in Maemo's default
3268 2007-03-23 [wwp] 2.8.1cvs41
3271 Reverted that part of the action dialog closure logics, to
3272 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3273 done later in a different way (or may not).
3275 2007-03-22 [wwp] 2.8.1cvs40
3278 Fix sticky action dialog when got no output but action command
3279 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3281 2007-03-22 [colin] 2.8.1cvs39
3283 * src/prefs_filtering.c
3284 * src/gtk/combobox.h
3285 Fix escaping account names in filtering prefs
3287 2007-03-22 [colin] 2.8.1cvs38
3292 Add any attribute specified in LDAP servers'
3293 Search attributes to the Other Attributes tab
3294 of contacts; Add 'telephoneNumber' in the
3297 2007-03-22 [colin] 2.8.1cvs37
3302 Try to prevent race conditions when
3303 changing the folder list
3305 Fix possible red folder icon when
3306 switching from Small screen layout
3309 2007-03-22 [colin] 2.8.1cvs36
3314 Rename "little screen" to "Small screen"
3315 * src/gtk/Makefile.am
3316 * src/common/utils.c
3318 Fix Maemo-related compilation problems
3320 2007-03-21 [colin] 2.8.1cvs35
3324 * claws-mail.desktop
3325 Remove .png from the Icon, it's useless
3327 2007-03-21 [colin] 2.8.1cvs34
3331 Add the necessary lib checking for
3334 2007-03-21 [colin] 2.8.1cvs33
3337 Fix unconditional "error happened" when
3338 sending via command-line. "lol @ myself"
3340 2007-03-21 [colin] 2.8.1cvs32
3342 * claws-mail-40x40.png
3343 * claws-mail-26x26.png
3353 * src/prefs_account.c
3354 * src/prefs_common.c
3355 * src/summary_search.c
3359 * src/gtk/gtkutils.c
3360 * src/gtk/gtkutils.h
3361 * src/gtk/logwindow.c
3363 * src/gtk/prefswindow.c
3364 Add Maemo port (patch mainly by Jean-Luc Biort)
3365 Add a new 'Little screen' layout to help on such
3366 platforms (patch by me)
3367 Make some default preferences different (more
3368 adapted) on Maemo (patch by me)
3370 2007-03-21 [wwp] 2.8.1cvs31
3372 * src/prefs_logging.c
3373 * src/prefs_logging.h
3374 Fixed copyright header of newly added files.
3376 2007-03-21 [wwp] 2.8.1cvs30
3392 * src/prefs_common.c
3393 * src/prefs_common.h
3394 * src/prefs_logging.c
3395 * src/prefs_logging.h
3398 * src/send_message.c
3403 * src/common/session.c
3405 * src/common/socket.c
3406 * src/etpan/imap-thread.c
3407 * src/gtk/logwindow.c
3408 * src/gtk/logwindow.h
3409 * src/plugins/bogofilter/bogofilter.c
3410 * src/plugins/spamassassin/spamassassin.c
3411 Added debugging of filtering/processing rules.
3412 The debug log is here 'Tools/Filtering debug window',
3413 the options there 'Configuration/Preferences/Other/Logging',
3414 and the log file is ~/.claws-mail/filtering.log.
3415 Moved protocol log prefs to 'Other/Logging' as well.
3416 To support such debugging feature, the existing log API has
3417 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3418 this impacts many external modules (commits follow).
3420 2007-03-21 [paul] 2.8.1cvs29
3422 * src/etpan/Makefile.am
3423 * src/etpan/imap-thread.c
3424 add missing #include
3426 2007-03-21 [colin] 2.8.1cvs28
3429 Fix bug 1157, 'some broken messages confuse
3430 mime parser'. Make sure we can't have MimeInfos
3431 with negative sizes.
3433 2007-03-20 [colin] 2.8.1cvs27
3436 Fix missing \0 on buffer
3438 2007-03-20 [colin] 2.8.1cvs26
3441 Use make_dir_hier instead of make_dir
3442 to create the MH mailbox
3444 2007-03-20 [colin] 2.8.1cvs25
3448 * src/prefs_account.c
3450 Fix default inbox weirdnesses (after wizard,
3451 if path is Mail, mailbox identifier is #mh/Mailbox,
3452 and when creating new accounts)
3454 2007-03-20 [colin] 2.8.1cvs24
3457 Write folderlist after adding/deleting accounts
3460 2007-03-20 [colin] 2.8.1cvs23
3463 * src/remotefolder.h
3464 Fix bug 1153, 'CM segfaults if IMAP folder is
3465 selected while scanning prior to update'
3467 2007-03-17 [paul] 2.8.1cvs22
3470 fix a typo, and be a little more verbose.
3472 2007-03-17 [wwp] 2.8.1cvs21
3475 Fix a compiler warning.
3477 2007-03-16 [wwp] 2.8.1cvs20
3481 Updated to deal w/ the new mairix.sh tool.
3483 2007-03-16 [wwp] 2.8.1cvs19
3486 Fix logics issues around the action IO dialog:
3487 - disable entry widget and exec button when
3488 the exec button is clicked (don't wait for any
3489 output line) - fix possible disabling/re-enabling/
3490 re-disabling of those widgets
3491 - raise an error if executing a %as{} action either
3492 empty or invalid, instead of failing silently
3493 - don't close the dialog if the abort button has been
3494 clicked and if there was no output yet
3495 - set focus to the abort button when the exec button
3497 - fix capitalization of a warning message
3499 2007-03-16 [wwp] 2.8.1cvs18
3502 Added a wrapper to mairix to the tools folder.
3504 2007-03-16 [colin] 2.8.1cvs17
3508 Allow mimeviewer plugins to print
3511 2007-03-16 [colin] 2.8.1cvs16
3516 2007-03-15 [colin] 2.8.1cvs15
3520 Add a way for mimeviewer plugins to
3521 implement body search
3523 2007-03-15 [paul] 2.8.1cvs14
3525 * src/prefs_spelling.c
3528 2007-03-15 [paul] 2.8.1cvs13
3530 * src/common/quoted-printable.c
3531 fix decoding of quoted-printable parts
3533 2007-03-14 [wwp] 2.8.1cvs12
3535 * src/gtk/logwindow.h
3536 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3538 2007-03-14 [wwp] 2.8.1cvs11
3540 * src/gtk/logwindow.h
3541 Complete 2.8.1cvs10.
3543 2007-03-14 [colin] 2.8.1cvs10
3545 * src/gtk/logwindow.c
3546 Probably fix bug 1149, crash on logwindow
3547 close - at the expense of performance once
3548 logwin has been opened
3550 2007-03-14 [colin] 2.8.1cvs9
3553 If claws-mail is running on another
3554 display, warn instead of popping it up
3555 on the other display
3557 2007-03-12 [colin] 2.8.1cvs8
3560 Fix bug 1145, 'Setting a different name
3561 for the Mailbox name isn't reflected in
3562 default account settings'. Patch by wwp
3564 2007-03-12 [colin] 2.8.1cvs7
3567 Fix bug 1143, 'Add number of messages to be
3568 deleted to confirmation dialog'
3570 2007-03-12 [wwp] 2.8.1cvs6
3573 * src/prefs_common.c
3574 * src/prefs_common.h
3575 * src/prefs_summaries.c
3576 Changed the option that displays unread messages count
3577 next to the folder name in folder list: it is now
3578 possible to either display nothing, display the
3579 unread messages number only or the unread and total messages
3580 numbers. The patch includes this extra feature as well
3581 as some minor fixes by rewriting the algo in folderview.c.
3582 Thanks to Paul for the original idea and implementation, plus
3583 testing and proof-reading!
3585 2007-03-09 [paul] 2.8.1cvs5
3589 * tools/claws-mail-compose-insert-files.pl
3590 added a script which enables inserting files
3591 into the message body of a new Claws Mail
3592 Compose window from the command line. Additionally
3593 To, Cc, Subject and files to attach to the message
3596 2007-03-09 [wwp] 2.8.1cvs4
3601 Optimize matching of addresses in the addressbook
3602 (filtering/processing 'found_in_addressbook' condition).
3604 2007-03-07 [wwp] 2.8.1cvs3
3607 * src/quote_fmt_lex.l
3608 * src/quote_fmt_parse.y
3609 Add a new quote format symbol: %A to insert the
3610 sender email address (just the address itself).
3612 2007-03-06 [wwp] 2.8.1cvs2
3614 * src/gtk/gtkutils.c
3615 * src/plugins/trayicon/trayicon_prefs.h
3616 * src/plugins/trayicon/trayicon_prefs.c
3617 * src/plugins/trayicon/trayicon.c
3620 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3621 minimizing Claws-Mail main window will hide it to the trayicon instead.
3624 2007-03-06 [paul] 2.8.1cvs1
3630 bump version number following
3633 2007-03-06 [paul] 2.8.0cvs24
3636 corrected by by Tim <timbrain@post.cz>
3638 2007-03-05 [colin] 2.8.0cvs23
3642 Fix mime/globs path on NetBSD
3643 patch by George Michaelson
3645 2007-03-05 [wwp] 2.8.0cvs22
3648 Remove debug statement (accidentally committed w/ cvs14).
3650 2007-03-05 [paul] 2.8.0cvs21
3652 * src/plugins/pgpcore/prefs_gpg.c
3653 fix compiler warning
3655 2007-03-05 [wwp] 2.8.0cvs20
3657 * src/matcher_parser_parse.y
3658 Fix mismerge between cvs17 and cvs19.
3660 2007-03-05 [wwp] 2.8.0cvs19
3662 * src/matcher_parser_parse.y
3663 * src/prefs_filtering_action.c
3668 Add new 'add_to_addressbook' filtering/processing action.
3670 2007-03-05 [wwp] 2.8.0cvs18
3673 Fix mark_as_ham filtering/processing action: spam flag
3676 2007-03-04 [colin] 2.8.0cvs17
3681 * src/matcher_parser_parse.y
3682 * src/prefs_filtering_action.c
3683 Add 'Mark as spam' and 'Mark as ham' filtering
3684 actions. Fixes bug 1138.
3686 2007-03-04 [colin] 2.8.0cvs16
3689 Fix bug 1140, wrong return value
3692 2007-03-04 [wwp] 2.8.0cvs15
3695 Rollback cvs14: don't free stuff that is managed in g_list.
3697 2007-03-04 [wwp] 2.8.0cvs14
3700 Fix a leak in address completion code.
3702 2007-03-04 [colin] 2.8.0cvs13
3705 Maybe fix bug 1136, 'Crash in group
3708 2007-03-04 [iwkse] 2.8.0cvs12
3711 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3713 2007-03-03 [colin] 2.8.0cvs11
3715 * src/plugins/pgpinline/pgpinline.c
3716 Fix off-by-one, fix double-free. Fixes
3717 bug 1135, 'cm-segfault on decrypting
3720 2007-03-03 [colin] 2.8.0cvs10
3724 * src/common/plugin.c
3725 Fix bug 1134, 'Valgrind macros unhandled
3728 2007-03-02 [colin] 2.8.0cvs9
3731 Don't error out on EAGAIN. Fixes
3732 bug 1129, '"local mbox file" account
3733 isn't retrieving mails'
3735 2007-03-01 [wwp] 2.8.0cvs8
3738 * src/gtk/colorlabel.c
3739 Remove accels for extra color labels until we set better
3740 and definitive ones.
3742 2007-02-28 [wwp] 2.8.0cvs7
3745 * src/matcher_parser_parse.y
3746 * src/prefs_common.c
3747 * src/prefs_msg_colors.c
3749 * src/gtk/colorlabel.c
3750 * src/gtk/colorlabel.h
3751 Add more customizable color labels. Cleaned up a bit
3752 the color label API to avoid duplicate defines of
3753 the max number of colors.
3755 2007-02-27 [colin] 2.8.0cvs6
3758 * src/common/utils.c
3759 * src/common/utils.h
3760 Fix '+' in mailto URIs for List-* headers
3762 2007-02-27 [colin] 2.8.0cvs5
3764 * src/gtk/gtkutils.c
3765 Use gtk_window_set_role instead of
3768 2007-02-27 [colin] 2.8.0cvs4
3771 Fix "After receiving new mail, go to inbox" on IMAP,
3772 and make it work only on manual reception
3774 2007-02-27 [wwp] 2.8.0cvs3
3776 * src/prefs_filtering.c
3777 * src/prefs_filtering_action.c
3778 * src/prefs_matcher.c
3779 Update filtering matcher's and action's color label menus
3780 when re-opening those dialogs (reflect any change to the
3781 color labels list in the preferences).
3783 2007-02-27 [colin] 2.8.0cvs2
3786 * src/etpan/etpan-thread-manager-types.h
3787 * src/etpan/etpan-thread-manager.c
3788 * src/etpan/imap-thread.c
3789 Log imap ALERTs as errors in the log.
3791 2007-02-26 [paul] 2.8.0cvs1
3793 * tools/claws.i18n.status.pl
3796 2007-02-26 [paul] 2.7.2cvs75
3810 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3811 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3812 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3813 Aleksandar Urosevic, and Ralgh Young
3815 2007-02-25 [mones] 2.7.2cvs74
3820 2007-02-25 [colin] 2.7.2cvs73
3823 Clearing the list is only useful
3824 to prevent a valgrind false-positive
3826 2007-02-25 [paul] 2.7.2cvs72