1 2007-08-19 [colin] 2.10.0cvs134
4 Remove useless menu updates on session lock/unlock
6 2007-08-19 [colin] 2.10.0cvs133
8 * src/etpan/imap-thread.c
9 Make all fetch logs less verbose
11 2007-08-19 [paul] 2.10.0cvs132
16 fix bug 1286, 'Can't move a folder into a "Folders
19 2007-08-18 [ticho] 2.10.0cvs131
21 * src/editaddress_other_attributes_ldap.c
22 Converted option menu for other ldap attributes to GtkComboBox.
24 2007-08-18 [colin] 2.10.0cvs130
31 Revert 'send_dialog_mode' meaning to
32 'send_dialog_invisible', so that the
33 new checkbox doesn't change the
36 2007-08-18 [paul] 2.10.0cvs129
39 add missing menu update
41 2007-08-17 [colin] 2.10.0cvs128
44 Set batching after getting flags - maybe fixes
45 bug 1292, 'CM crashes on writing mail'
47 2007-08-16 [ticho] 2.10.0cvs127
50 Convert two GtkOptionMenu widgets to new GtkComboBox.
53 Allow NULL for GtkComboBox menuitem label, rendering such
54 items as row separators.
56 2007-08-16 [paul] 2.10.0cvs126
58 * src/plugins/trayicon/trayicon.c
59 remove wrongly used gettextisation
61 2007-08-15 [ticho] 2.10.0cvs125
64 Fixed a runtime warning where an attempt to pack an
65 already packed GtkLabel was made.
67 2007-08-15 [ticho] 2.10.0cvs124
69 * src/prefs_compose_writing.c
70 Convert the insert-or-attach-dragged-files GtkOptionMenu
73 2007-08-14 [ticho] 2.10.0cvs123
77 Changed return receipt account selector to GtkComboBox.
78 Fixed a runtime warning where GTK tried to parse
79 "name <email@address" as a Pango markup in an alertpanel label.
81 2007-08-14 [ticho] 2.10.0cvs122
84 Changed GtkOptionMenu in logging preferences to GtkComboBox.
86 2007-08-14 [wwp] 2.10.0cvs121
90 * tools/popfile-link.sh
91 Added a new tool: POPFile helper, to open
92 selected messages in POPFile control center,
93 in order to change the messages' status.
95 2007-08-14 [ticho] 2.10.0cvs120
102 Change "Show send dialog" optionmenu to a checkbutton.
103 * src/prefs_receive.c
104 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
106 2007-08-13 [wwp] 2.10.0cvs119
117 * src/partial_download.c
123 * src/gtk/gtkaspell.c
125 Make sure we never pass NULL pointers for %s substitutions
126 (prevent from crashing in Windows).
128 2007-08-13 [wwp] 2.10.0cvs118
131 Re-enable mmap_reads in Windows with some missing
132 CloseHandle of mapping objects, thanks to
135 2007-08-13 [paul] 2.10.0cvs117
138 fix bug 1287, 'Compile time problem on Solaris
139 (nexenta gnu/Solaris) utils.c'
140 Thanks to Piotr Chrzczonowicz
142 2007-08-12 [wwp] 2.10.0cvs116
144 * src/plugins/pgpcore/prefs_gpg.c
145 Don't try to unset a GPG_AGENT_INFO that was not
146 set (and don't use a NULL string in Windows, it was
147 crashing with --debug if GPG_AGENT_INFO was not set).
149 2007-08-12 [wwp] 2.10.0cvs115
152 Make gcc type-check arguments passed to privacy_set_error().
154 2007-08-12 [ticho] 2.10.0cvs114
156 * src/prefs_folder_item.c
157 Make sure that folder default account combobox always has some
160 Handle empty combobox gracefully (warning instead of crash).
162 2007-08-12 [ticho] 2.10.0cvs114
164 * src/prefs_folder_item.c
165 Make sure that folder default account combobox is not empty.
167 Handle empty combobox gracefully (warning instead of crash).
169 2007-08-11 [paul] 2.10.0cvs113
173 use 'subfolder' instead of 'sub-folder', matching
174 everywhere else the term is used
178 2007-08-10 [wwp] 2.10.0cvs112
181 Disable mmap reads in Windows only (at least temporarily), they
182 prevent from renaming/removing target cache files.
188 2007-08-10 [wwp] 2.10.0cvs111
191 fix unpredictable crashes in Windows due to broken
192 cache/mark/tags files writting (file were opened for
193 writing in text mode).
196 use gettimeofday() from w32lib.h on Windows.
198 2007-08-10 [colin] 2.10.0cvs110
201 * src/etpan/imap-thread.c
202 * src/etpan/imap-thread.h
203 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
205 2007-08-09 [colin] 2.10.0cvs109
208 Fix port being reset to 636 on SSL
210 Fix folder_item_get_msg_num_by_file
211 on drafts/queue folders
213 2007-08-09 [wwp] 2.10.0cvs108
216 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
217 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
220 2007-08-09 [colin] 2.10.0cvs107
224 * src/gtk/prefswindow.c
225 A few Maemo layout fixes
227 2007-08-09 [paul] 2.10.0cvs106
229 * src/prefs_account.c
230 remove the hyphen from plug-ins to
231 match everywhere else
233 2007-08-08 [wwp] 2.10.0cvs105
235 * src/prefs_folder_item.c
236 Fix an extraneous stealth ^L char.
238 2007-08-08 [wwp] 2.10.0cvs104
240 * src/prefs_folder_item.c
241 Better fix, group variables declarations (USE_ASPELL).
243 2007-08-08 [wwp] 2.10.0cvs103
245 * src/prefs_folder_item.c
246 Fix compilation w/ USE_ASPELL set (broken
249 2007-08-08 [ticho] 2.10.0cvs102
251 * src/prefs_folder_item.c
252 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
254 2007-08-08 [colin] 2.10.0cvs101
257 * src/etpan/imap-thread.c
258 * src/etpan/imap-thread.h
259 Close selected mailbox before doing
262 2007-08-08 [colin] 2.10.0cvs100
265 Complete symbol table, thanks to wwp.
266 Fixes bug 1284, 'The html -> text
267 converter ignores entities'
271 2007-08-08 [colin] 2.10.0cvs99
274 Better way to fetch UIDs on non-UIDPLUS servers
276 2007-08-07 [colin] 2.10.0cvs98
279 fix bug 1275, 'auto-saved draft messages not
280 always being removed'; Also, make multiple
281 copy (in the same account) faster by matching
282 source/destination message UIDs.
284 Don't try to reshow deleted mail
286 Fix leak on error path
288 2007-08-07 [wwp] 2.10.0cvs97
291 * manual/advanced.xml
292 * manual/fr/account.xml
293 * manual/fr/advanced.xml
294 Updated the reference manual and the French translation to
295 reflect 2.10.0cvs84: enable running folder Processing
298 2007-08-06 [wwp] 2.10.0cvs96
303 Allow changing the emphasis color used to highlight
304 the newsreader/x-mailer header value when it matches
305 our preferred mail agent (hidden pref 'emphasis_col' added
308 2007-08-06 [colin] 2.10.0cvs95
312 Re-commit 2.10.0cvs86, with a protection
313 against Pango bug. Also, try to fix
314 bug 1275, 'auto-saved draft messages not
315 always being removed'
317 2007-08-06 [wwp] 2.10.0cvs94
319 * src/gtk/quicksearch.c
320 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
322 2007-08-06 [ticho] 2.10.0cvs93
324 * src/prefs_account.c
326 Use GtkComboBox instead of GtkOptionMenu for privacy system
327 selection in account preferences.
329 2007-08-06 [wwp] 2.10.0cvs92
331 * src/plugins/pgpcore/plugin.def
332 Apply one more chunk from gpg4win's 03-w32-port patch.
334 2007-08-05 [colin] 2.10.0cvs91
338 reverting buggy patch for now
340 2007-08-05 [colin] 2.10.0cvs90
345 2007-08-04 [colin] 2.10.0cvs89
347 * src/prefs_summaries.c
348 * src/summary_search.c
349 Replace deprecated widgets. Patch by
352 2007-08-04 [colin] 2.10.0cvs88
355 Refresh GUI only every 2000 mails on mh_get_last_num
356 This is fast (readdir) and done only once per
359 2007-08-03 [colin] 2.10.0cvs87
361 * src/prefs_account.c
364 Fix a deprecated widget. Patch by
367 2007-08-03 [colin] 2.10.0cvs86
371 Make colorisation and wrapping algorithms
372 faster. Fixes bug 1246, 'compose becomes
373 increasingly slow replying to complex emails'
375 2007-08-03 [paul] 2.10.0cvs85
378 keep the window painted
380 2007-08-02 [paul] 2.10.0cvs84
385 enable running folder Processing
388 2007-08-02 [paul] 2.10.0cvs83
391 speed up/clean up rendering of larger
395 2007-08-01 [paul] 2.10.0cvs82
400 change default toolbar layout on maemo
401 * src/pixmaps/close.xpm
402 make the red cross a grey cross
403 * src/pixmaps/jpilot.xpm
404 make icon smaller so it fits better
406 2007-07-31 [paul] 2.10.0cvs81
410 fix crash on maemo on first launch
412 2007-07-30 [paul] 2.10.0cvs80
414 * src/prefs_matcher.c
415 specify the units of age and size
417 2007-07-30 [paul] 2.10.0cvs79
420 Fix IMAP timeout setting
422 2007-07-30 [colin] 2.10.0cvs78
424 * src/prefs_account.c
425 Fix a deprecated widget. Patch by
428 2007-07-27 [paul] 2.10.0cvs77
430 * src/matcher_parser_parse.y
431 * src/prefs_filtering_action.c
432 * src/prefs_matcher.c
433 these changes forgotten in cvs74's
434 'watch thread' feature
436 2007-07-27 [paul] 2.10.0cvs76
439 fix potential crasher
442 2007-07-27 [paul] 2.10.0cvs75
448 make mainwindow's /Help/Manual point to the
449 remote copy if the local copy doesn't exist
451 2007-07-27 [paul] 2.10.0cvs74
459 * src/matcher_parser_parse.y
468 * src/pixmaps/watchthread.xpm
469 add 'watch thread' feature
471 2007-07-27 [paul] 2.10.0cvs73
473 * src/prefs_folder_item.c
474 adjust labels, add tooltips
476 2007-07-27 [colin] 2.10.0cvs72
479 Maemo: Remove less used menu items
481 2007-07-26 [colin] 2.10.0cvs71
484 Maemo: destroy messageview after trashing mail.
485 Maybe should be done on X11 too
487 2007-07-26 [colin] 2.10.0cvs70
494 Add View/Show or Hide/Column headers
496 2007-07-26 [colin] 2.10.0cvs69
501 2007-07-26 [colin] 2.10.0cvs68
504 Fix possible crash on cache invalidation
508 * src/quote_fmt_parse.y
509 Make replying to mails with big attachments
510 much faster. Fixes bug 1224, 'The process of
511 Replying to emails with large attachments
512 seems unreasonably long...'
514 2007-07-26 [colin] 2.10.0cvs67
519 Fix threads use on BSDs
521 2007-07-26 [paul] 2.10.0cvs66
523 * src/gtk/prefswindow.c
524 fix account prefs breakage
527 2007-07-26 [paul] 2.10.0cvs65
530 standardise ./configure --help messages
532 2007-07-26 [colin] 2.10.0cvs64
536 Fix two vCard-related crashes
538 2007-07-25 [colin] 2.10.0cvs63
543 * src/prefs_receive.c
544 Maemo: Add a better way to notify of
550 Maemo: Various layout fixes
551 * src/gtk/prefswindow.c
552 Maemo: Better prefs layout
554 2007-07-25 [paul] 2.10.0cvs62
557 fix the layout on maemo
560 2007-07-25 [iwkse] 2.10.0cvs61
563 add 'o' shortcut on summaryview
565 2007-07-25 [iwkse] 2.10.0cvs60
570 2007-07-24 [colin] 2.10.0cvs59
573 Fix missing timestamp update on source
577 Better text layout on part's choices
579 2007-07-23 [colin] 2.10.0cvs58
583 Maemo: Automatically choose the correct application
585 * src/gtk/quicksearch.c
586 Make search run on GDK_KP_Enter too
588 2007-07-23 [wwp] 2.10.0cvs57
590 * src/quote_fmt_lex.l
591 Revert accidentaly committed lines (account_sig) in
594 2007-07-23 [wwp] 2.10.0cvs56
596 * src/quote_fmt_lex.l
597 Fix typos around long form expressions in the quote lexer.
603 2007-07-23 [colin] 2.10.0cvs55
606 Fix auto-completion on Maemo
608 2007-07-23 [colin] 2.10.0cvs54
611 Maemo: Fix sticking statusbars
613 2007-07-22 [colin] 2.10.0cvs53
616 Maemo: Fix the strange "top_application" info
617 at startup. We should do something when
618 receiving such a message.
620 2007-07-20 [paul] 2.10.0cvs52
623 add missing #include "statusbar.h"
625 2007-07-20 [colin] 2.10.0cvs51
629 * src/folder_item_prefs.c
630 * src/folder_item_prefs.h
638 * src/prefs_folder_item.c
639 Implement age-based caching: allow to
640 specify a threshold for the offline synchronisation
641 feature, and whether old cached bodies should
646 * src/plugins/dillo_viewer/dillo_viewer.c
647 Check that Dillo's installed
649 2007-07-20 [wwp] 2.10.0cvs50
653 Draw a frame around the selected mimeview part icon (instead of the
654 shifted 'dancing' icon).
656 2007-07-20 [colin] 2.10.0cvs49
659 Unref stuff even on error
661 disconnect signals only at the very
662 end of the wizard save.
664 2007-07-20 [colin] 2.10.0cvs48
670 Fix random crashes while navigating
673 2007-07-19 [colin] 2.10.0cvs47
682 Maemo: add an easy way to store data (mails
683 and IMAP/NNTP caches) on one of the SD cards,
684 and protect against unmounts if needed
686 2007-07-19 [paul] 2.10.0cvs46
691 * src/pixmaps/claws-mail_logo-small.xpm
692 implement a (slightly) different About
693 dialog for maemo and add a small version
696 use a scrolled window for wizard page 1
699 2007-07-19 [paul] 2.10.0cvs45
702 too soon for this line
704 2007-07-19 [paul] 2.10.0cvs44
709 2007-07-19 [colin] 2.10.0cvs43
712 Solve Mail/Mailbox name when specifying
715 2007-07-18 [colin] 2.10.0cvs42
721 2007-07-18 [colin] 2.10.0cvs41
724 Maemo: plug the online/offline system into
725 maemo's interfaces to have Claws automatically
726 switch according to the system status
728 Maemo: use HildonBanners to display status
729 messages. Renders the main statusbar useless.
731 2007-07-18 [paul] 2.10.0cvs40
734 fix screen blanking on moving/copying many msgs
736 fix processing progressbar and screen blanking
739 2007-07-18 [paul] 2.10.0cvs39
742 revert cvs37, breakage on maemo
744 2007-07-18 [paul] 2.10.0cvs38
747 make sure we can still build with older GTK's
749 2007-07-18 [colin] 2.10.0cvs37
752 Only hide the small layout's messageview, instead
753 of destroying it when closing
755 Use gtk_window_present_with_time to popup windows,
756 it seems to make things better with modern WMs
759 2007-07-17 [colin] 2.10.0cvs36
762 Simplify layout on Maemo
765 * src/prefs_display_header.c
766 Remove some headers by default on Maemo
768 2007-07-17 [paul] 2.10.0cvs35
772 * src/prefs_logging.c
774 add options to stop/enable writing logs to disc
776 2007-07-17 [paul] 2.10.0cvs34
779 fix some issues with the Apply tags window:
780 - set search column (enables autocompl in the treeview)
781 - apply tag from "New tag" if it existed
782 - clears New tag entry when adding it with the button
785 2007-07-17 [paul] 2.10.0cvs33
788 fix 'apply tags' dialogue weirdness
790 2007-07-16 [colin] 2.10.0cvs32
793 Fix double-loading of mails on Maemo
795 2007-07-16 [colin] 2.10.0cvs31
798 Prevent double-loading of the same part under some
799 conditions; hide statusbar on Maemo
801 2007-07-16 [colin] 2.10.0cvs30
807 Improve the tag interface - allow
808 to set/unset tags from a special
810 * src/gtk/gtkvscrollbutton.c
814 Fix Mimeview's ugly hacks in the
817 2007-07-16 [paul] 2.10.0cvs29
821 * src/gtk/icon_legend.c
822 put it all in a scrolled window
824 2007-07-15 [colin] 2.10.0cvs28
827 Maemo: force layout to be Small screen; the
828 others don't make sense
830 2007-07-14 [colin] 2.10.0cvs27
833 * src/gtk/gtkvscrollbutton.c
834 Maemo: Fix mimeview's buttons size
836 2007-07-14 [colin] 2.10.0cvs26
839 Fix the button workaround fix.
840 (Use the correct variable)
842 2007-07-14 [colin] 2.10.0cvs25
846 Maemo: put the progress bar in the
849 2007-07-14 [colin] 2.10.0cvs24
852 Maemo: hide statusbar by default
857 * src/pixmaps/go_folders.xpm
858 Maemo: Add a specific icon to go back to
861 2007-07-14 [colin] 2.10.0cvs23
864 Don't set homogeneous finally
866 2007-07-14 [colin] 2.10.0cvs22
869 Fix button show/hide issues
871 2007-07-14 [colin] 2.10.0cvs21
875 Fix button workaround to be able to click
876 if mouse was on button when it went un-
878 Revert previous commit, gtk_tool_item_set_homogeneous
879 doesn't mean what it seems to mean ;-)
881 2007-07-14 [paul] 2.10.0cvs20
884 make homogeneous FALSE always
886 2007-07-13 [colin] 2.10.0cvs19
890 Rework to fit the non-deprecated API
896 Maemo layout changes. Better toolbars,
897 removal of CTree headers.
899 2007-07-13 [paul] 2.10.0cvs18
901 * src/gtk/colorlabel.c
902 fix bug 1261, '[DE] coloring messages in overview
903 keys are not localised'
904 the string is now included in claws-mail.pot
906 2007-07-13 [colin] 2.10.0cvs17
909 Fix bug 1267, 'printing mutliple messages
910 opens one message-dialog after the other'
911 Ask for confirmation when printing 10
914 2007-07-11 [colin] 2.10.0cvs16
919 * manual/claws-mail-manual.xml
921 * manual/es/claws-mail-manual.xml
923 * manual/fr/claws-mail-manual.xml
946 * src/addressbook_foldersel.c
947 * src/addressbook_foldersel.h
973 * src/displayheader.c
974 * src/displayheader.h
977 * src/editaddress_other_attributes_ldap.c
978 * src/editaddress_other_attributes_ldap.h
987 * src/editldap_basedn.c
988 * src/editldap_basedn.h
1009 * src/folder_item_prefs.c
1010 * src/folder_item_prefs.h
1019 * src/grouplistdialog.c
1020 * src/grouplistdialog.h
1025 * src/image_viewer.c
1026 * src/image_viewer.h
1067 * src/matcher_parser.h
1068 * src/matcher_parser_lex.l
1069 * src/matcher_parser_parse.y
1072 * src/message_search.c
1073 * src/message_search.h
1092 * src/partial_download.c
1093 * src/partial_download.h
1098 * src/prefs_account.c
1099 * src/prefs_account.h
1100 * src/prefs_actions.c
1101 * src/prefs_actions.h
1102 * src/prefs_common.c
1103 * src/prefs_common.h
1104 * src/prefs_compose_writing.c
1105 * src/prefs_compose_writing.h
1106 * src/prefs_customheader.c
1107 * src/prefs_customheader.h
1108 * src/prefs_display_header.c
1109 * src/prefs_display_header.h
1110 * src/prefs_ext_prog.c
1111 * src/prefs_ext_prog.h
1112 * src/prefs_filtering.c
1113 * src/prefs_filtering.h
1114 * src/prefs_filtering_action.c
1115 * src/prefs_filtering_action.h
1116 * src/prefs_folder_column.c
1117 * src/prefs_folder_column.h
1118 * src/prefs_folder_item.c
1119 * src/prefs_folder_item.h
1124 * src/prefs_image_viewer.c
1125 * src/prefs_image_viewer.h
1126 * src/prefs_logging.c
1127 * src/prefs_logging.h
1128 * src/prefs_matcher.c
1129 * src/prefs_matcher.h
1130 * src/prefs_message.c
1131 * src/prefs_message.h
1132 * src/prefs_msg_colors.c
1133 * src/prefs_msg_colors.h
1138 * src/prefs_receive.c
1139 * src/prefs_receive.h
1142 * src/prefs_spelling.c
1143 * src/prefs_spelling.h
1144 * src/prefs_summaries.c
1145 * src/prefs_summaries.h
1146 * src/prefs_summary_column.c
1147 * src/prefs_summary_column.h
1148 * src/prefs_summary_open.c
1149 * src/prefs_summary_open.h
1150 * src/prefs_template.c
1151 * src/prefs_template.h
1152 * src/prefs_themes.c
1153 * src/prefs_themes.h
1154 * src/prefs_toolbar.c
1155 * src/prefs_toolbar.h
1156 * src/prefs_wrapping.c
1157 * src/prefs_wrapping.h
1167 * src/quote_fmt_lex.l
1168 * src/quote_fmt_parse.y
1171 * src/remotefolder.c
1172 * src/remotefolder.h
1173 * src/send_message.c
1174 * src/send_message.h
1177 * src/simple-gettext.c
1178 * src/sourcewindow.c
1179 * src/sourcewindow.h
1184 * src/stock_pixmap.c
1185 * src/stock_pixmap.h
1186 * src/summary_search.c
1187 * src/summary_search.h
1204 * src/common/base64.c
1205 * src/common/base64.h
1206 * src/common/claws.c
1207 * src/common/claws.h
1209 * src/common/fnmatch.c
1210 * src/common/fnmatch.h
1211 * src/common/fnmatch_loop.c
1212 * src/common/hooks.c
1213 * src/common/hooks.h
1218 * src/common/mgutils.c
1219 * src/common/mgutils.h
1222 * src/common/passcrypt.c
1223 * src/common/passcrypt.h.in
1224 * src/common/plugin.c
1225 * src/common/plugin.h
1226 * src/common/prefs.c
1227 * src/common/prefs.h
1228 * src/common/progressindicator.c
1229 * src/common/progressindicator.h
1230 * src/common/quoted-printable.c
1231 * src/common/quoted-printable.h
1232 * src/common/session.c
1233 * src/common/session.h
1236 * src/common/socket.c
1237 * src/common/socket.h
1240 * src/common/ssl_certificate.c
1241 * src/common/ssl_certificate.h
1242 * src/common/string_match.c
1243 * src/common/string_match.h
1244 * src/common/stringtable.c
1245 * src/common/stringtable.h
1248 * src/common/template.c
1249 * src/common/template.h
1250 * src/common/timing.h
1251 * src/common/utils.c
1252 * src/common/utils.h
1253 * src/common/uuencode.c
1254 * src/common/uuencode.h
1255 * src/common/version.h.in
1256 * src/common/w32_dirent.c
1257 * src/common/w32_reg.c
1258 * src/common/w32_signal.c
1259 * src/common/w32_stat.c
1260 * src/common/w32_stdlib.c
1261 * src/common/w32_string.c
1262 * src/common/w32_time.c
1263 * src/common/w32_unistd.c
1264 * src/common/w32_wait.c
1265 * src/common/w32lib.h
1268 * src/common/xmlprops.c
1269 * src/common/xmlprops.h
1270 * src/etpan/etpan-errors.h
1271 * src/etpan/etpan-thread-manager-types.h
1272 * src/etpan/etpan-thread-manager.c
1273 * src/etpan/etpan-thread-manager.h
1274 * src/etpan/imap-thread.c
1275 * src/etpan/imap-thread.h
1278 * src/gtk/colorlabel.c
1279 * src/gtk/colorlabel.h
1280 * src/gtk/colorsel.c
1281 * src/gtk/colorsel.h
1282 * src/gtk/combobox.c
1283 * src/gtk/combobox.h
1284 * src/gtk/description_window.c
1285 * src/gtk/description_window.h
1288 * src/gtk/foldersort.c
1289 * src/gtk/foldersort.h
1290 * src/gtk/gtkaspell.c
1291 * src/gtk/gtkaspell.h
1292 * src/gtk/gtksctree.c
1293 * src/gtk/gtkshruler.c
1294 * src/gtk/gtkshruler.h
1295 * src/gtk/gtksourceprintjob.c
1296 * src/gtk/gtksourceprintjob.h
1297 * src/gtk/gtkutils.c
1298 * src/gtk/gtkutils.h
1299 * src/gtk/gtkvscrollbutton.c
1300 * src/gtk/gtkvscrollbutton.h
1301 * src/gtk/icon_legend.c
1302 * src/gtk/icon_legend.h
1303 * src/gtk/inputdialog.c
1304 * src/gtk/inputdialog.h
1305 * src/gtk/logwindow.c
1306 * src/gtk/logwindow.h
1307 * src/gtk/manage_window.c
1308 * src/gtk/manage_window.h
1311 * src/gtk/pluginwindow.c
1312 * src/gtk/pluginwindow.h
1313 * src/gtk/prefswindow.c
1314 * src/gtk/prefswindow.h
1315 * src/gtk/progressdialog.c
1316 * src/gtk/progressdialog.h
1317 * src/gtk/quicksearch.c
1318 * src/gtk/quicksearch.h
1319 * src/gtk/sslcertwindow.c
1320 * src/gtk/sslcertwindow.h
1321 * src/plugins/bogofilter/bogofilter.c
1322 * src/plugins/bogofilter/bogofilter.h
1323 * src/plugins/bogofilter/bogofilter_gtk.c
1324 * src/plugins/clamav/clamav_plugin.c
1325 * src/plugins/clamav/clamav_plugin.h
1326 * src/plugins/clamav/clamav_plugin_gtk.c
1327 * src/plugins/demo/demo.c
1328 * src/plugins/dillo_viewer/dillo_prefs.c
1329 * src/plugins/dillo_viewer/dillo_prefs.h
1330 * src/plugins/dillo_viewer/dillo_viewer.c
1331 * src/plugins/pgpcore/passphrase.c
1332 * src/plugins/pgpcore/passphrase.h
1333 * src/plugins/pgpcore/pgp_viewer.c
1334 * src/plugins/pgpcore/pgp_viewer.h
1335 * src/plugins/pgpcore/plugin.c
1336 * src/plugins/pgpcore/prefs_gpg.c
1337 * src/plugins/pgpcore/prefs_gpg.h
1338 * src/plugins/pgpcore/select-keys.c
1339 * src/plugins/pgpcore/select-keys.h
1340 * src/plugins/pgpcore/sgpgme.c
1341 * src/plugins/pgpcore/sgpgme.h
1342 * src/plugins/pgpinline/pgpinline.c
1343 * src/plugins/pgpinline/pgpinline.h
1344 * src/plugins/pgpinline/plugin.c
1345 * src/plugins/pgpmime/pgpmime.c
1346 * src/plugins/pgpmime/pgpmime.h
1347 * src/plugins/pgpmime/plugin.c
1348 * src/plugins/spamassassin/spamassassin.c
1349 * src/plugins/spamassassin/spamassassin.h
1350 * src/plugins/spamassassin/spamassassin_gtk.c
1351 * src/plugins/trayicon/trayicon.c
1352 * src/plugins/trayicon/trayicon_prefs.c
1353 * src/plugins/trayicon/trayicon_prefs.h
1354 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1355 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1356 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1357 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1358 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1359 * tools/OOo2claws-mail.pl
1360 * tools/README.sylprint
1361 * tools/acroread2claws-mail.pl
1362 * tools/claws-mail-compose-insert-files.pl
1363 * tools/convert_mbox.pl
1364 * tools/filter_conv.pl
1365 * tools/filter_conv_new.pl
1367 * tools/freshmeat_search.pl
1368 * tools/google_search.pl
1369 * tools/kmail-mailbox2claws-mail.pl
1370 * tools/kmail2claws-mail.pl
1371 * tools/kmail2claws-mail_v2.pl
1373 * tools/make.themes.project
1374 * tools/multiwebsearch.pl
1375 * tools/nautilus2claws-mail.sh
1376 * tools/outlook2claws-mail.pl
1377 * tools/textviewer.sh
1378 * tools/thunderbird-filters-convertor.pl
1381 * tools/vcard2xml.py
1382 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1383 Upgrade to GPLv3 or later.
1385 2007-07-10 [wwp] 2.10.0cvs15
1388 Fix re-opening of all composing messages that were
1389 opened when closing the previous instance, thanks
1392 2007-07-10 [paul] 2.10.0cvs14
1394 * src/editaddress_other_attributes_ldap.c
1396 fix crash on selecting 'other attributes' combo
1397 for either a new entry or an old entry with no
1398 existing attributes.
1399 fix bug on editing multiple attributes which
1400 resulted them all having the value of the last
1404 2007-07-10 [colin] 2.10.0cvs13
1407 * src/editaddress_other_attributes_ldap.h
1409 Fix --disable-ldap build
1411 2007-07-09 [colin] 2.10.0cvs12
1417 * src/editaddress_other_attributes_ldap.c
1418 * src/editaddress_other_attributes_ldap.h
1423 Add capability to edit all inetOrgPerson
1424 attributes on LDAP. Patch by Michael
1427 2007-07-09 [colin] 2.10.0cvs11
1433 * src/prefs_summaries.c
1434 * src/prefs_themes.c
1436 * src/common/Makefile.am
1438 * src/common/timing.h
1439 * src/common/utils.c
1440 * src/common/utils.h
1441 * src/common/w32_account.c
1442 * src/common/w32lib.h
1443 * src/gtk/Makefile.am
1444 * src/gtk/colorlabel.c
1445 * src/plugins/pgpcore/Makefile.am
1446 * src/plugins/pgpcore/claws.def
1447 * src/plugins/pgpcore/passphrase.c
1448 * src/plugins/pgpcore/pgp_viewer.c
1449 * src/plugins/pgpcore/plugin.def
1450 * src/plugins/pgpcore/sgpgme.c
1451 * src/plugins/pgpinline/Makefile.am
1452 * src/plugins/pgpinline/claws.def
1453 * src/plugins/pgpinline/mypgpcore.def
1454 * src/plugins/pgpinline/plugin.def
1455 * src/plugins/pgpmime/Makefile.am
1456 * src/plugins/pgpmime/claws.def
1457 * src/plugins/pgpmime/mypgpcore.def
1458 * src/plugins/pgpmime/plugin.def
1459 Commit win32 patch, from Werner Koch and
1462 2007-07-09 [colin] 2.10.0cvs10
1464 * src/prefs_toolbar.c
1465 Fix crash when no actions exist
1467 2007-07-07 [paul] 2.10.0cvs9
1470 * manual/claws-mail-manual.xml
1471 update copyright year
1473 updated by Flammie Pirinen
1475 2007-07-05 [wwp] 2.10.0cvs8
1477 * src/plugins/clamav/clamav_plugin_gtk.c
1478 Make vertical spacing like in other plugin prefs pages.
1480 2007-07-05 [wwp] 2.10.0cvs7
1483 It's %am that works, not %ae (this doc incoherence has been
1484 introduced with 2.9.2cvs13).
1486 2007-07-04 [wwp] 2.10.0cvs6
1488 * src/plugins/bogofilter/bogofilter.c
1489 Gettext-ize an occurrence of "Any" that wasn't.
1491 2007-07-04 [colin] 2.10.0cvs5
1494 Fix untranslated strings; thanks
1497 2007-07-03 [colin] 2.10.0cvs4
1501 Fix saving of sort mode for tags and
1502 thread date. Thanks to Pierre Ossman.
1503 Completes fix for bug 1233
1505 2007-07-03 [paul] 2.10.0cvs3
1513 2007-07-02 [colin] 2.10.0cvs2
1519 Add View/Sort/by Thread date
1520 Fixes bug 1233, 'Capability to sort
1521 threads by most recent message'
1522 Based on a patch by Paul Rolland
1524 2007-07-02 [colin] 2.10.0cvs1
1541 * src/matcher_parser_parse.y
1545 * src/prefs_common.c
1546 * src/prefs_common.h
1547 * src/prefs_filtering_action.c
1548 * src/prefs_matcher.c
1549 * src/prefs_summary_column.c
1553 * src/quote_fmt_lex.l
1554 * src/quote_fmt_parse.y
1558 * src/common/Makefile.am
1562 * src/gtk/quicksearch.c
1563 * src/gtk/quicksearch.h
1564 Add Tags implementation. Tags are arbitrary labels
1565 that can be applied to messages. It is possible
1566 to create, edit, remove tags; apply them to mails;
1567 filter on tags or tag presence; apply or unset
1568 tags via filtering actions; reference tags in
1571 2007-07-02 [paul] 2.10.0
1578 2007-07-02 [paul] 2.9.2cvs78
1588 updated by Stephan Sachse, me, Ricardo Mones
1589 Lastra, Fabien Vantard, Pader Rezso, Frederico
1590 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1592 2007-07-02 [paul] 2.9.2cvs77
1597 2007-06-29 [wwp] 2.9.2cvs76
1600 Fix a typo (thanks to Ricardo for finding this out).
1602 2007-06-28 [paul] 2.9.2cvs75
1607 2007-06-28 [paul] 2.9.2cvs74
1610 fix bug in the autotools build system.
1611 Files cataloged under EXTRA_DIST were never
1612 automatically copied to the build tree.
1613 (fix 'make distcheck')
1614 Patch by Michael Rasmussen.
1616 2007-06-24 [colin] 2.9.2cvs73
1619 Fix bug 1249, 'Error handling for
1620 news errors needs modification'
1621 Only popup error if the according
1622 pref in Prefs/Receive is set.
1624 2007-06-21 [colin] 2.9.2cvs72
1626 * src/common/plugin.c
1627 * src/common/plugin.h
1628 Change plugin API to know whether it's safe to
1629 unload plugins or whether we should just hide
1630 them. Fixes bug 1248, 'Core dumps after
1631 unloading plugin and clicking on load plugins'
1632 * src/plugins/bogofilter/bogofilter.c
1633 * src/plugins/clamav/clamav_plugin.c
1634 * src/plugins/demo/demo.c
1635 * src/plugins/dillo_viewer/dillo_viewer.c
1636 * src/plugins/pgpcore/plugin.c
1637 * src/plugins/pgpinline/plugin.c
1638 * src/plugins/pgpmime/plugin.c
1639 * src/plugins/spamassassin/spamassassin.c
1640 * src/plugins/trayicon/trayicon.c
1643 2007-06-19 [colin] 2.9.2cvs71
1647 Fix crash mentioned in bug 1246
1648 Race condition when automatically drafting
1649 due to insertion on reedit.
1651 2007-06-18 [wwp] 2.9.2cvs70
1654 LDIF import: use a "Proceed" button to complete
1657 2007-06-18 [paul] 2.9.2cvs69
1660 use pkgconfig to check for gtk and glib
1662 2007-06-17 [wwp] 2.9.2cvs68
1666 LDIF import: better error handling, minor code
1667 and UI cleanup, and renamed the Save button
1668 to Close, as imported stuff is already saved
1669 when the Save button is shown.
1671 2007-06-17 [colin] 2.9.2cvs67
1673 * src/prefs_summaries.c
1675 Don't set as read when forwarded, only replied to
1677 2007-06-17 [paul] 2.9.2cvs66
1680 add missing #include
1682 2007-06-16 [colin] 2.9.2cvs65
1684 * src/prefs_summaries.c
1686 Change the pref "Only mark as read when opened
1687 in new window" to "..., replied to or forwarded".
1688 Based on a patch by Paul Rolland.
1690 2007-06-16 [paul] 2.9.2cvs64
1693 alphabetical order! :)
1695 2007-06-16 [colin] 2.9.2cvs63
1699 Add Michael Rasmussen in authors list
1701 2007-06-16 [colin] 2.9.2cvs62
1704 Fix messageview_copy_clipboard to take advantage
1705 of plugins' get_selection.
1707 2007-06-15 [colin] 2.9.2cvs61
1713 * src/message_search.c
1715 * src/summary_search.c
1718 Allow GDK_KP_Enter to do the same as GDK_Return
1719 Patch by Michael Rasmussen
1721 2007-06-15 [paul] 2.9.2cvs60
1724 fix bug when closing a compose window
1727 2007-06-14 [paul] 2.9.2cvs59
1731 migrate sylpheed config
1733 2007-06-14 [wwp] 2.9.2cvs58
1735 * src/gtk/pluginwindow.c
1736 Yet another attempt to fix sizing/alignment of the
1737 button bar in plugins window.
1739 2007-06-12 [colin] 2.9.2cvs57
1744 * src/prefs_common.c
1745 * src/prefs_common.h
1746 * src/prefs_summaries.c
1747 * src/prefs_summary_open.c
1748 * src/prefs_summary_open.h
1750 Make "when entering a folder" actions more personalisable
1752 2007-06-12 [wwp] 2.9.2cvs56
1755 Use short description from Paul (mairix.sh).
1757 2007-06-12 [wwp] 2.9.2cvs55
1760 Updated info about mairix.sh.
1762 2007-06-11 [paul] 2.9.2cvs54
1764 * src/prefs_logging.c
1765 rework log window length widgets
1766 and some sensitivity fixes
1768 2007-06-11 [paul] 2.9.2cvs53
1771 * src/prefs_logging.c
1772 rename 'Protocol Log' to 'Network Log'
1773 and some function renaming
1775 2007-06-10 [wwp] 2.9.2cvs52
1777 * src/gtk/pluginwindow.c
1780 2007-06-10 [wwp] 2.9.2cvs51
1782 * src/gtk/pluginwindow.c
1783 Fix button bar in plugin window, was centered and not
1784 behaving like other dialogs w/ such button bar.
1786 2007-06-08 [wwp] 2.9.2cvs50
1793 Provide a way out of automatic draft saving on IMAP, when
1795 Prevent drafting while sending and quitting while sending.
1800 2007-06-08 [wwp] 2.9.2cvs49
1802 * src/prefs_account.c
1803 * src/gtk/prefswindow.c
1804 * src/gtk/prefswindow.h
1805 Activate the Basic page when opening account prefs.
1807 2007-06-08 [wwp] 2.9.2cvs48
1809 * src/common/socket.c
1810 Don't crash if fork() fails, thanks to Colin.
1812 2007-06-08 [wwp] 2.9.2cvs47
1814 * src/gtk/prefswindow.c
1815 Wrap some long lines, and reset horizontal scroller's adjusment
1816 (this was already done, vertically), when changing tab (not page)
1819 2007-06-08 [paul] 2.9.2cvs46
1821 * src/common/utils.c
1822 use gethostname() instead of uname()
1823 based on a patch by Michael Hughes
1824 <Sylpheed-Claws_user@thehugheslogcabin.net>
1826 2007-06-07 [wwp] 2.9.2cvs45
1828 * src/prefs_common.c
1829 Fix some useless warnings, thanks to Colin.
1831 2007-06-06 [colin] 2.9.2cvs44
1834 Fix strange allocations.
1836 2007-06-06 [colin] 2.9.2cvs43
1839 Patch by Michael Rasmussus to help
1842 2007-06-05 [wwp] 2.9.2cvs42
1844 * src/prefs_account.c
1845 * src/prefs_folder_item.c
1849 Per-folder templates can now be applied recursively.
1850 Always save per-folder templates (formats were erroneously
1851 saved only if they were enabled).
1852 Check for validity of quotation marks everywhere there
1855 2007-06-05 [wwp] 2.9.2cvs41
1858 Fix incoming messages from local accounts always getting filtered
1859 (even if the account prefs say don't), thanks to Colin.
1861 2007-06-05 [wwp] 2.9.2cvs40
1865 Use per-folder/per-account quote chars when applying a
1866 template or inserting text as well. Const'ify some
1869 2007-06-04 [colin] 2.9.2cvs39
1872 More work for wwp :)
1874 2007-06-04 [wwp] 2.9.2cvs38
1877 Same as 2.9.2cvs36 but for forwarding.
1879 2007-06-04 [colin] 2.9.2cvs37
1882 Use original mail file for forward/redirect
1883 Fixes some forwarded mails to be attached as
1884 application/octet-stream (when they have binary
1885 parts), and incidentally fixes bug 848
1886 'Redirect breaks GnuPG'
1888 2007-06-04 [wwp] 2.9.2cvs36
1891 Fix quote mark mis-initialisation when replying/forwarding
1892 (introduced w/ 2.9.2cvs20).
1894 2007-06-04 [wwp] 2.9.2cvs35
1896 * src/prefs_compose_writing.c
1898 Fix a bug where Quotation characters (prefs/compose/writing)
1899 was cleared (introduced w/ 2.9.2cvs26).
1901 2007-06-04 [wwp] 2.9.2cvs34
1903 * src/prefs_account.c
1904 * src/prefs_account.h
1905 Better fix for compiling w/o aspell (rollbacks
1908 2007-06-04 [wwp] 2.9.2cvs33
1911 * src/prefs_account.c
1912 * src/prefs_account.h
1914 It's now possible to disable mail filtering plugins
1915 on a per-account basis.
1917 2007-06-04 [wwp] 2.9.2cvs32
1920 * src/common/utils.c
1921 * src/common/utils.h
1922 Support CRLF in headers part of messages.
1923 Support few more date formats (RFC3339 subsets).
1925 2007-06-04 [wwp] 2.9.2cvs31
1927 * src/prefs_account.c
1928 Fix compiling w/o aspell support.
1930 2007-06-03 [wwp] 2.9.2cvs30
1933 Don't decode leading ENV_ and ~ in P_PASSWORD
1936 2007-06-03 [wwp] 2.9.2cvs29
1939 Don't decode leading ENV_ and ~ in P_PASSWORD
1942 2007-06-03 [wwp] 2.9.2cvs28
1944 * src/prefs_account.c
1945 * src/gtk/prefswindow.c
1946 * src/gtk/prefswindow.h
1947 Added a way to force preloading of all pages
1949 Moved tabs to pages in account prefs.
1951 2007-06-02 [colin] 2.9.2cvs27
1954 Fix possible crash, fix ldap write bugs
1956 Fix ldap write bugs - patch by Michael
1960 Add a hook whenever alertpanel opens/closes
1962 2007-05-31 [wwp] 2.9.2cvs26
1964 * src/prefs_compose_writing.c
1966 Re-organized writing options a bit:
1967 - renamed the Quoting page to Templates
1968 - moved all composing templates to that page
1969 - moved non-templates options to the Writing one,
1970 grouped reply-related options, reordered reply and
1973 2007-05-31 [wwp] 2.9.2cvs25
1976 Removed unused code.
1978 2007-05-31 [colin] 2.9.2cvs24
1981 Fix missing display name when modifying
1982 LDAP. Patch by Michael Rasmussen
1984 2007-05-31 [wwp] 2.9.2cvs23
1986 * src/plugins/bogofilter/Makefile.am
1987 * src/plugins/clamav/Makefile.am
1988 * src/plugins/demo/Makefile.am
1989 * src/plugins/dillo_viewer/Makefile.am
1990 * src/plugins/spamassassin/Makefile.am
1991 Fix building of those plugins in Mac OS X.
1993 2007-05-30 [wwp] 2.9.2cvs22
1995 * src/gtk/quicksearch.c
1996 Fix missing initialization.
1998 2007-05-30 [wwp] 2.9.2cvs21
2001 Revert accidental commit (debug outputs).
2003 2007-05-30 [wwp] 2.9.2cvs20
2006 * src/folder_item_prefs.c
2007 * src/folder_item_prefs.h
2008 * src/prefs_account.c
2009 * src/prefs_account.h
2010 * src/prefs_folder_item.c
2013 Implemented per-account and per-folder
2014 compose/reply/forward formats.
2016 2007-05-30 [wwp] 2.9.2cvs19
2018 * src/prefs_compose_writing.c
2023 Internal API changes (factorize quote format
2026 2007-05-30 [colin] 2.9.2cvs18
2029 Fix race where it's possible to re-click Send
2030 between end of SMTP session and end of "move to
2031 sent folder" when sending an email with send
2034 2007-05-30 [colin] 2.9.2cvs17
2037 Ask for backtrace on all threads. Patch by
2040 Fix stale news statusbar when scanning fails.
2043 Fix some LDAP write updates bugs. Patch
2044 by Michael Rasmussen
2046 2007-05-29 [colin] 2.9.2cvs16
2049 Fix loss of local flags when moving mails
2050 on IMAP in high-bandwidth mode (UID FETCH)
2052 2007-05-25 [paul] 2.9.2cvs15
2054 * src/common/socket.c
2055 fix sometimes crasher on cancelling
2058 2007-05-25 [colin] 2.9.2cvs14
2063 Be more helpful in the subscription
2066 2007-05-23 [wwp] 2.9.2cvs13
2069 * src/prefs_compose_writing.c
2071 * src/prefs_template.c
2072 * src/prefs_template.h
2075 * src/quote_fmt_lex.l
2076 * src/quote_fmt_parse.y
2077 Introduced new syntax elements (symbols and commands)
2078 in templates/quote_fmt. Compatibility w/ old
2080 Updated and reworked the corresponding Information
2082 Display the line number in dialogs that talk about
2083 parser errors (in addition to the error message in
2086 2007-05-23 [wwp] 2.9.2cvs12
2088 * src/quote_fmt_parse.y
2089 Fix 2.9.2cvs11, probably a paste accident ;).
2091 2007-05-23 [wwp] 2.9.2cvs11
2094 * src/prefs_template.c
2096 * src/quote_fmt_parse.y
2097 Fix 2.9.2cvs10, which broke --disable-aspell.
2099 2007-05-22 [wwp] 2.9.2cvs10
2102 * src/prefs_template.c
2105 * src/quote_fmt_lex.l
2106 * src/quote_fmt_parse.y
2107 * src/gtk/gtkaspell.c
2108 * src/gtk/gtkaspell.h
2109 Added template/quote format syntactical elements
2111 - current dictionary
2112 %T to show (shows empty if not set or not enabled),
2113 ?T and !T to check if the default dictionary is
2115 - current account's default dictionary
2116 %aT to show (empty if not set or not enabled),
2117 ?aT and !aT to check if it's enabled and set
2118 - name completion for an address, from the address
2120 %ABf, %ABt, %ABc respectively show the full name got
2121 from the address book if From, To or Cc match a single
2123 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2124 matches any contact and if the full name is non-empty.
2125 If From, To or Cc are lists of email addresses, only
2126 the first address will be checked.
2127 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2128 that could show a trailing ','.
2129 Also, template/quote_fmt parser now shows the line number in case
2132 2007-05-15 [colin] 2.9.2cvs9
2136 Add a public function to know whether Claws
2138 Store opened folder when exiting
2141 Store last opened message in each FolderItem;
2142 Reset last seen messages if Claws crashed, so
2143 that one can't go in an infinite crash in case
2144 a particular mail crashes Claws.
2146 * src/prefs_common.c
2147 * src/prefs_common.h
2149 * src/prefs_summaries.c
2150 Add "Select last opened message" when entering
2152 Add "Select last opened folder" at startup.
2154 2007-05-14 [colin] 2.9.2cvs8
2157 Fix bashism, search for xml catalog
2158 in /usr/local/share/xml/catalog too
2161 2007-05-13 [wwp] 2.9.2cvs7
2163 * src/gtk/logwindow.c
2164 fix raising log windows when they are either minimized or
2167 2007-05-11 [colin] 2.9.2cvs6
2170 Use Hildon's file chooser on Maemo. Patch
2171 by Jean-Luc Biord; fixes part 2 of bug 1201,
2172 'File attachment "manipulation" bugs...'
2174 2007-05-10 [wwp] 2.9.2cvs5
2176 * src/prefs_common.c
2177 * src/prefs_common.h
2178 * src/gtk/quicksearch.c
2179 Add a quicksearch option to automatically run
2180 a search selected from the history (this option
2181 is exclusive towards type-ahead).
2183 2007-05-10 [colin] 2.9.2cvs4
2186 Fix g_warnings, thanks to Brian
2189 2007-05-09 [colin] 2.9.2cvs3
2194 * src/prefs_summaries.c
2197 * src/common/utils.c
2198 * src/gtk/gtksourceprintjob.c
2199 * src/gtk/sslcertwindow.c
2200 Use the re-entrant variant of time functions
2201 Probably fixes bug 1217, 'reentrancy problems
2202 with time functions'
2204 2007-05-09 [colin] 2.9.2cvs2
2207 Fix crasher when reconnection fails
2209 2007-05-08 [paul] 2.9.2cvs1
2215 bump version number following
2218 2007-05-08 [paul] 2.9.1cvs48
2220 * src/plugins/demo/demo.c
2221 * src/plugins/dillo_viewer/dillo_prefs.c
2222 * src/plugins/dillo_viewer/dillo_prefs.h
2223 * src/plugins/dillo_viewer/dillo_viewer.c
2224 * src/plugins/pgpcore/pgp_viewer.c
2225 * src/plugins/pgpcore/pgp_viewer.h
2226 * src/plugins/pgpcore/plugin.c
2227 * src/plugins/pgpcore/prefs_gpg.c
2228 * src/plugins/pgpcore/prefs_gpg.h
2229 * src/plugins/pgpcore/sgpgme.c
2230 * src/plugins/pgpcore/sgpgme.h
2231 * src/plugins/pgpinline/plugin.c
2232 * src/plugins/pgpmime/pgpmime.c
2233 * src/plugins/pgpmime/pgpmime.h
2234 * src/plugins/pgpmime/plugin.c
2235 * src/plugins/spamassassin/spamassassin.c
2236 * src/plugins/spamassassin/spamassassin.h
2237 * src/plugins/spamassassin/spamassassin_gtk.c
2238 * src/plugins/trayicon/README
2240 * tools/README.sylprint
2241 * tools/outlook2claws-mail.pl
2243 * tools/tb2claws-mail
2244 * tools/tbird2claws.py
2246 * tools/vcard2xml.py
2247 * tools/kdeservicemenu/README
2248 cleanups and corrections
2250 2007-05-06 [wwp] 2.9.1cvs47
2253 Fix missing dash to `display` command-line, reported
2254 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2256 2007-05-06 [colin] 2.9.1cvs46
2259 * src/stock_pixmap.c
2260 * src/stock_pixmap.h
2261 * src/pixmaps/printer.xpm
2264 2007-05-06 [paul] 2.9.1cvs45
2269 * src/summary_search.c
2273 2007-05-05 [wwp] 2.9.1cvs44
2277 * src/prefs_actions.c
2281 Fix "faild" typos everywhere and capitalization of
2284 2007-05-04 [colin] 2.9.1cvs43
2289 * src/plugins/pgpcore/prefs_gpg.c
2290 * src/plugins/pgpcore/prefs_gpg.h
2291 * src/plugins/pgpinline/pgpinline.c
2292 * src/plugins/pgpmime/pgpmime.c
2293 Add an API to warn about encryption limits,
2294 and allow to disable these warnings
2296 2007-05-03 [colin] 2.9.1cvs42
2300 Fix bug 1213, 'Delete more than
2303 2007-05-03 [wwp] 2.9.1cvs41
2305 * src/prefs_common.c
2306 * src/prefs_filtering.c
2307 * src/prefs_template.c
2308 * src/common/template.c
2309 * src/common/template.h
2310 * src/gtk/gtkutils.c
2311 * src/gtk/gtkutils.h
2312 Templates are no longer automatically sorted
2313 by name, but can be sorted manually using
2314 |< < > >| buttons as well as drag'n'drop.
2316 2007-05-03 [wwp] 2.9.1cvs40
2318 * src/plugins/spamassassin/spamassassin.c
2319 * src/plugins/spamassassin/spamassassin.h
2320 * src/plugins/spamassassin/spamassassin_gtk.c
2321 * src/plugins/bogofilter/bogofilter.c
2322 * src/plugins/bogofilter/bogofilter.h
2323 * src/plugins/bogofilter/bogofilter_gtk.c
2324 Added an option to conditionally mark saved spam
2325 as read (default is and was to do so).
2326 Satisfies feature request 1708539 on sf.net tracker.
2328 2007-05-03 [colin] 2.9.1cvs39
2331 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2333 2007-05-02 [colin] 2.9.1cvs38
2336 Fix bug 1209, 'Clicking on address
2337 in header (mailto uri) selects
2338 default account'. Patch adapted from
2341 2007-05-02 [colin] 2.9.1cvs37
2343 * src/grouplistdialog.c
2344 Set cursor to wait cursor while loading
2347 2007-05-02 [paul] 2.9.1cvs36
2351 rename cache and mark files
2354 2007-04-30 [paul] 2.9.1cvs35
2356 * manual/glossary.xml
2357 * manual/plugins.xml
2358 updates. Patch by Ricardo
2360 2007-04-29 [wwp] 2.9.1cvs34
2364 Fix few grammatical errors (patch by David Relson < relson at
2365 osagesoftware dot com >).
2367 2007-04-28 [colin] 2.9.1cvs33
2371 * src/prefs_account.c
2372 * src/prefs_account.h
2373 Drop the "Download all" preference. It's
2374 stupidly useless and confuses people from
2377 2007-04-27 [wwp] 2.9.1cvs32
2380 * src/prefs_account.c
2381 * src/prefs_account.h
2382 Don't reflect accounts changes to the mainwindow when it's
2385 2007-04-27 [colin] 2.9.1cvs31
2388 Freeze/thaw when sync'ing flags
2390 * src/prefs_account.c
2391 * src/prefs_account.h
2392 * src/etpan/imap-thread.c
2393 * src/etpan/imap-thread.h
2394 Add a way to use UID FETCH instead
2395 of searches to fetch message lists
2396 and flags. More expensive towards
2397 bandwidth, less expensive towards
2398 server's CPU. Probably fixes
2399 bug 1158, 'Scanning new folders on
2400 Exchange 2007 extremely slow'.
2403 2007-04-27 [paul] 2.9.1cvs30
2406 * src/prefs_logging.c
2407 improvements to english usage
2409 2007-04-27 [colin] 2.9.1cvs29
2412 Fix build without libetpan (my bad!)
2414 2007-04-26 [colin] 2.9.1cvs28
2418 Fix uselessly exported function
2420 Consider "- -- \n" as signature separator
2421 (that's what signature separators look like
2422 in PGP/Inline signed mails)
2424 2007-04-26 [colin] 2.9.1cvs27
2427 libetpan-0.49 is now required
2429 Fix double fetching of mails if
2432 Make offline sync faster, by
2433 remembering last change time, and
2436 2007-04-26 [hoa] 2.9.1cvs26
2442 * src/etpan/imap-thread.c
2443 * src/etpan/imap-thread.h
2444 cancellation of IMAP operations is now allowed.
2445 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2447 2007-04-26 [colin] 2.9.1cvs25
2450 Always fetch body+headers in folders that are
2451 synched for offline use, if "Synchronise as
2452 soon as possible" is set.
2453 Fixes bug 1200, 'Add option to always retrieve full
2456 2007-04-25 [colin] 2.9.1cvs24
2459 Fix bug 1198, 'Reply-all "disappearing" address bug
2462 2007-04-24 [colin] 2.9.1cvs23
2465 Fix bug 1195, 'Hardware key navigation'
2466 Make GDK_Enter toggle expansion (Maemo)
2468 2007-04-24 [wwp] 2.9.1cvs22
2471 Fix few compiler warnings.
2473 2007-04-24 [paul] 2.9.1cvs21
2476 * src/stock_pixmap.c
2477 * src/stock_pixmap.h
2478 complete last commit
2480 2007-04-24 [paul] 2.9.1cvs20
2483 * src/pixmaps/active.xpm
2484 * src/pixmaps/checkbox_off.xpm
2485 * src/pixmaps/checkbox_on.xpm
2486 * src/pixmaps/inactive.xpm
2488 remove transparent border from checkbox icons
2490 2007-04-24 [wwp] 2.9.1cvs19
2494 Fix a crash in textview, thanks to Colin.
2496 2007-04-23 [wwp] 2.9.1cvs18
2498 * src/prefs_common.c
2499 Fix 2.9.1cvs5: no header was being translated at all.
2501 2007-04-23 [colin] 2.9.1cvs17
2504 * src/stock_pixmap.c
2505 * src/stock_pixmap.h
2508 * src/gtk/gtksctree.c
2509 * src/gtk/gtksctree.h
2510 * src/pixmaps/selection.xpm
2511 Fix bug 1193, 'Need a way to multi-select
2512 items'. Add a toggle button to the summaryview
2513 to switch between normal and multiple selection
2516 2007-04-23 [colin] 2.9.1cvs16
2519 * src/stock_pixmap.c
2520 * src/stock_pixmap.h
2523 * src/gtk/gtksctree.c
2524 * src/gtk/gtksctree.h
2525 * src/pixmaps/selection.xpm
2526 Fix bug 1193, 'Need a way to multi-
2528 Add a toggle button in the summaryview
2529 to enable normal or multiple selection.
2532 2007-04-23 [colin] 2.9.1cvs15
2535 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2537 2007-04-21 [colin] 2.9.1cvs14
2539 * src/gtk/quicksearch.c
2540 Fix previous commit (actually use correct
2543 2007-04-21 [colin] 2.9.1cvs13
2545 * src/gtk/quicksearch.c
2546 Fix changing quicksearch type (after Esc,
2547 after changing Recursive, ...)
2549 2007-04-20 [wwp] 2.9.1cvs12
2551 * src/gtk/Makefile.am
2552 Added headers.h (completes 2.9.1cvs5).
2554 2007-04-20 [wwp] 2.9.1cvs11
2557 Fix the use of display name in name column,
2558 it has been overriden w/ the use of nickname
2559 by 2.9.0cvs3. Now nickname is used (if any)
2560 in case of LDAP books only.
2562 2007-04-20 [colin] 2.9.1cvs10
2567 Add handling of 'a' to loop in a mail's
2570 2007-04-20 [colin] 2.9.1cvs9
2573 Fix bug 1190, 'dir_open' button doesn't work'
2576 2007-04-20 [colin] 2.9.1cvs8
2580 Fix bug 1194, 'Hardware keys move from email
2581 list to account/directory list, but not back
2582 to email list...' (Maemo)
2584 2007-04-20 [colin] 2.9.1cvs7
2587 complete previous commit
2589 2007-04-20 [colin] 2.9.1cvs6
2592 Fix bug 1187, 'Reply-to addressee disappears
2593 when reply-to text box is clicked...' (Maemo)
2595 2007-04-20 [wwp] 2.9.1cvs5
2603 * src/prefs_common.c
2604 * src/prefs_common.h
2605 * src/prefs_display_header.c
2606 * src/prefs_matcher.c
2609 * src/gtk/quicksearch.c
2610 Translate more header names according to the relevant option value,
2611 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2612 Replaced nearly all uses of prefs_common.trans_hdr with a call
2613 to prefs_common_translated_header_name().
2614 Added a headers.h reference file that contains known header names
2615 (RFC2822 and others) to the translation process' input, so that
2616 translated header names will still exist even if no occurrence of
2617 _("headername") is found anymore in the sources.
2618 Don't translate column name 'Number' following to trans_hdr option
2619 value as it's not a header name.
2621 2007-04-20 [colin] 2.9.1cvs4
2623 * src/gtk/quicksearch.c
2624 * src/gtk/quicksearch.h
2625 Add "From, To or Subject" quicksearch
2626 type. Patch by ulfschaper@users.sf.net
2628 2007-04-20 [colin] 2.9.1cvs3
2631 Implement proper references filtering condition.
2632 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2634 2007-04-19 [wwp] 2.9.1cvs2
2636 * src/prefs_display_header.c
2637 * src/message_search.c
2638 Fix few warnings (g_free of const gchar*).
2640 2007-04-19 [paul] 2.9.1cvs1
2646 bump version number following
2649 2007-04-19 [paul] 2.9.0cvs9
2651 * manual/advanced.xml
2652 * manual/glossary.xml
2655 2007-04-18 [paul] 2.9.0cvs8
2658 fix for CVE-2007-1558 (APOP)
2661 2007-04-18 [paul] 2.9.0cvs7
2667 Fix encoding woes wrt saving of
2671 2007-04-18 [colin] 2.9.0cvs6
2673 * src/gtk/pluginwindow.c
2674 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2676 2007-04-17 [wwp] 2.9.0cvs5
2682 Fix --disable-ldap build,
2683 fix some LDAP annoyances on
2684 searches, thanks to Colin.
2686 2007-04-17 [wwp] 2.9.0cvs4
2689 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2690 like gcc 2.9x. Thanks to Colin.
2692 2007-04-17 [wwp] 2.9.0cvs3
2708 Add LDAP write support. Patch mostly by
2709 Michael <mir at datanom dot net>
2711 2007-04-17 [wwp] 2.9.0cvs2
2714 Prepend "Add to address book" to the context menu of compose window's sender and
2717 2007-04-16 [paul] 2.9.0cvs1
2722 2007-04-16 [paul] 2.9.0
2729 2007-04-16 [paul] 2.8.1cvs102
2732 updated by Fabien Vantard
2734 2007-04-16 [paul] 2.8.1cvs101
2744 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2745 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2746 Aleksandar Urosevic, and Ralgh Young
2748 2007-04-15 [mones] 2.8.1cvs100
2753 2007-04-14 [colin] 2.8.1cvs99
2755 * src/message_search.c
2756 * src/prefs_display_header.c
2757 * src/summary_search.c
2758 * src/gtk/combobox.c
2761 2007-04-14 [wwp] 2.8.1cvs98
2763 * src/gtk/combobox.c
2764 * src/message_search.c
2765 * src/summary_search.c
2766 * src/prefs_display_header.c
2767 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2768 returns NULL, get the text value directly from the GtkEntry child.
2770 2007-04-13 [colin] 2.8.1cvs97
2772 * src/gtk/quicksearch.c
2773 Give the focus back to summaryview when
2774 emptying the quicksearch with Esc
2776 2007-04-13 [colin] 2.8.1cvs96
2778 * src/message_search.c
2779 * src/prefs_display_header.c
2780 * src/summary_search.c
2781 Fix possibles crashes when getting text
2784 2007-04-13 [colin] 2.8.1cvs95
2787 Add some UIDL debugging
2789 2007-04-12 [colin] 2.8.1cvs94
2792 Force folder scan if necessary after
2793 copying mails, to be able to reapply
2796 2007-04-11 [colin] 2.8.1cvs93
2799 don't scan for new mail on startup if --select
2800 is specified (or race conditions arise). If so,
2801 do both sequentially.
2803 2007-04-09 [colin] 2.8.1cvs92
2806 Use leafpad by default on Maemo. Patch
2809 2007-04-06 [colin] 2.8.1cvs91
2811 * src/pixmaps/queue_close.xpm
2812 * src/pixmaps/queue_close_hrm.xpm
2813 * src/pixmaps/queue_close_hrm_mark.xpm
2814 * src/pixmaps/queue_close_mark.xpm
2815 * src/pixmaps/queue_open.xpm
2816 * src/pixmaps/queue_open_hrm.xpm
2817 * src/pixmaps/queue_open_hrm_mark.xpm
2818 * src/pixmaps/queue_open_mark.xpm
2819 Move the clock one pixel down :)
2821 2007-04-05 [colin] 2.8.1cvs90
2824 Don't sync when switching offline from
2825 command line - it's usually too late :)
2827 2007-04-05 [paul] 2.8.1cvs89
2830 * src/stock_pixmap.c
2831 * src/pixmaps/dir_close_hrm.xpm
2832 * src/pixmaps/dir_close_hrm_mark.xpm
2833 * src/pixmaps/drafts_close.xpm
2834 * src/pixmaps/drafts_close_mark.xpm
2835 * src/pixmaps/drafts_open.xpm
2836 * src/pixmaps/drafts_open_mark.xpm
2837 * src/pixmaps/inbox.xpm
2838 * src/pixmaps/inbox_close.xpm
2839 * src/pixmaps/inbox_close_hrm.xpm
2840 * src/pixmaps/inbox_close_hrm_mark.xpm
2841 * src/pixmaps/inbox_close_mark.xpm
2842 * src/pixmaps/inbox_hrm.xpm
2843 * src/pixmaps/inbox_hrm_mark.xpm
2844 * src/pixmaps/inbox_mark.xpm
2845 * src/pixmaps/inbox_open.xpm
2846 * src/pixmaps/inbox_open_hrm.xpm
2847 * src/pixmaps/inbox_open_hrm_mark.xpm
2848 * src/pixmaps/inbox_open_mark.xpm
2849 * src/pixmaps/outbox.xpm
2850 * src/pixmaps/outbox_close.xpm
2851 * src/pixmaps/outbox_close_hrm.xpm
2852 * src/pixmaps/outbox_close_hrm_mark.xpm
2853 * src/pixmaps/outbox_close_mark.xpm
2854 * src/pixmaps/outbox_hrm.xpm
2855 * src/pixmaps/outbox_hrm_mark.xpm
2856 * src/pixmaps/outbox_mark.xpm
2857 * src/pixmaps/outbox_open.xpm
2858 * src/pixmaps/outbox_open_hrm.xpm
2859 * src/pixmaps/outbox_open_hrm_mark.xpm
2860 * src/pixmaps/outbox_open_mark.xpm
2861 * src/pixmaps/queue_close.xpm
2862 * src/pixmaps/queue_close_hrm.xpm
2863 * src/pixmaps/queue_close_hrm_mark.xpm
2864 * src/pixmaps/queue_close_mark.xpm
2865 * src/pixmaps/queue_open.xpm
2866 * src/pixmaps/queue_open_hrm.xpm
2867 * src/pixmaps/queue_open_hrm_mark.xpm
2868 * src/pixmaps/queue_open_mark.xpm
2869 updated, added and replaced icons
2872 2007-04-04 [colin] 2.8.1cvs88
2875 Fix build without libetpan
2877 2007-04-03 [colin] 2.8.1cvs87
2880 Fix crash with Citadel, and try to make
2881 things work. this server (and specifically
2882 STATUS and APPEND at least) seems broken.
2884 2007-04-03 [colin] 2.8.1cvs86
2887 Fix icons on folder close
2889 2007-04-03 [colin] 2.8.1cvs85
2892 Fix double-ask of offline override in
2897 Much more efficient way to synchronise
2899 * src/etpan/imap-thread.c
2902 * src/gtk/quicksearch.c
2905 2007-04-03 [paul] 2.8.1cvs84
2910 * src/prefs_common.c
2911 * src/prefs_common.h
2913 Fix sync being done too late
2916 2007-04-02 [colin] 2.8.1cvs83
2919 Maemo: Put status and quicksearch at the top
2920 * src/plugins/bogofilter/bogofilter.c
2921 * src/plugins/spamassassin/spamassassin.c
2922 Derive trash from inbox if possible
2924 2007-04-02 [paul] 2.8.1cvs82
2926 * src/plugins/bogofilter/bogofilter_gtk.c
2927 a few English changes
2933 2007-04-02 [colin] 2.8.1cvs81
2935 * src/image_viewer.c
2936 Fix transparent images by using
2939 Flush events (on new windows) to avoid
2940 having the textview's image resize fail
2941 to know the available width
2943 2007-04-01 [colin] 2.8.1cvs80
2945 * src/prefs_account.c
2946 If no MH mailbox exist, when creating a POP/Local
2947 account, just create and use the default one
2948 instead of bailing with a "Mailbox doesn't exist"
2951 2007-03-31 [colin] 2.8.1cvs79
2953 * src/prefs_account.c
2954 Create signature file if it doesn't exist
2956 * src/prefs_toolbar.c
2957 Maemo: Move "Use default" on the left so
2958 that people can find it
2960 Maemo: make default editor "Maemopad",
2961 default signature file "MyDocs/signature.txt"
2963 2007-03-31 [colin] 2.8.1cvs78
2965 * src/prefs_account.c
2966 Maemo: rework account prefs so
2967 that less horizontal scrolling
2970 2007-03-31 [colin] 2.8.1cvs77
2973 * src/prefs_common.c
2974 * src/prefs_common.h
2975 Fix bug 1167, 'Allow not displaying zeros
2976 in folder list'. Patch by MartinP
2978 2007-03-31 [colin] 2.8.1cvs76
2983 2007-03-31 [colin] 2.8.1cvs75
2986 Apply patch from bug 1172, direct
2987 access to the folder's session instead
2988 of using getter. Patch by MartinP
2990 2007-03-31 [paul] 2.8.1cvs74
2993 no need to list Fabien twice!
2995 2007-03-31 [colin] 2.8.1cvs73
2998 If we're currently "overriding for %d minutes",
3001 2007-03-31 [colin] 2.8.1cvs72
3009 * src/plugins/spamassassin/spamassassin.c
3010 Offline override: Add a parameter to allow
3011 asking even if the override timer is running.
3012 Allows to ask every time the user makes an
3013 explicit action needing online access (such
3014 as Get Mail), and not when the action is
3015 implicit (such as opening an IMAP folder)
3017 2007-03-31 [colin] 2.8.1cvs71
3020 Override offline: "No" answer shouldn't
3021 re-ask after 3 seconds, but 10 minutes.
3023 2007-03-30 [colin] 2.8.1cvs70
3025 * src/common/socket.c
3026 Better error reporting on unix socket
3027 failure (bind usually)
3028 * src/gtk/gtkutils.c
3029 * src/gtk/gtkutils.h
3030 Label window: add a pulsing progress
3031 bar to show we're not hung :)
3034 * src/plugins/pgpcore/sgpgme.c
3037 2007-03-30 [colin] 2.8.1cvs69
3040 * src/prefs_common.c
3041 Fix possible trashing of history and uidl
3042 files on disk full problems
3044 2007-03-30 [paul] 2.8.1cvs68
3049 update summary when changing layout type
3050 (fixes wrong folder icon being displayed)
3053 2007-03-29 [colin] 2.8.1cvs67
3055 * src/prefs_ext_prog.c
3056 The browser pref is irrelevant on Maemo
3058 2007-03-29 [colin] 2.8.1cvs66
3062 Maemo: dynamically switch headers/text position
3063 * src/prefs_common.c
3064 Maemo: hide compose's ruler by default
3065 * src/common/socket.c
3066 * src/common/socket.h
3069 2007-03-29 [colin] 2.8.1cvs65
3071 * src/common/socket.c
3072 * src/common/socket.h
3073 Fix build when MAEMO_CFLAGS contains
3074 _X_OPENSOURCE (resolv.h errors as long
3075 as we don't add _BSD_SOURCE. Ugly).
3077 2007-03-29 [wwp] 2.8.1cvs64
3079 * src/prefs_logging.c
3080 Fix sensitivity of clip-log widgets in prefs/logging,
3083 2007-03-29 [wwp] 2.8.1cvs63
3086 Updated files list for translations, thanks to Fabien.
3088 2007-03-29 [colin] 2.8.1cvs62
3091 * src/common/Makefile.am
3092 * src/common/utils.c
3093 Maybe make URI opening work in Maemo
3096 2007-03-28 [colin] 2.8.1cvs61
3101 Add the possibility to sort folders arbitrarily
3102 (via editing of folderlist.xml only). Patch by
3103 Martin P <mp26+claws@os.inf.tu-dresden.de>
3104 Fixes bug 1166, 'Folder ordering is fixed and cannot
3105 be changed by the user'
3107 2007-03-28 [colin] 2.8.1cvs60
3110 Add popup menu for mime icons
3112 2007-03-28 [colin] 2.8.1cvs59
3115 Fix a layout issue when presenting
3116 mainwindow in Small screen layout
3119 Add a "Go to folder list" button for
3120 mainwindow, and make it default in
3123 2007-03-28 [colin] 2.8.1cvs58
3126 Don't dynamically update title on Maemo
3127 Patch by Jean-Luc Biord
3129 2007-03-27 [colin] 2.8.1cvs57
3134 Enable tap-and-hold on Maemo
3136 2007-03-26 [colin] 2.8.1cvs56
3139 More popup-menu (in attachments list)
3141 2007-03-26 [colin] 2.8.1cvs55
3144 Enable popup-menu signal
3146 2007-03-26 [colin] 2.8.1cvs54
3148 * src/plugins/pgpinline/pgpinline.c
3149 Fix bug 1111, 'PGP/inline plugin hides text
3150 around encrypted text block'. Patch based on
3151 a patch from Michal Cihar.
3153 2007-03-26 [wwp] 2.8.1cvs53
3156 Fix getting a false error when sending queued message
3157 whereas the sending was fine (if there are subfolders
3158 in the queue folder), thanks to Colin.
3160 2007-03-26 [paul] 2.8.1cvs52
3163 update FACE header in welcome message
3165 2007-03-25 [colin] 2.8.1cvs51
3170 2007-03-25 [colin] 2.8.1cvs50
3173 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3175 2007-03-24 [colin] 2.8.1cvs49
3178 Fix a few launch problems on Maemo
3179 Patch by Jean-Luc Biord
3181 2007-03-24 [wwp] 2.8.1cvs48
3187 Fix wrong action performed when closing the
3188 "ask about account specific filtering rules
3189 when filtering manually" dialog by pressing Escape.
3190 Fix wrong order of buttons in the "return receipt
3191 notification - the message was sent to several of
3192 your accounts" dialog.
3194 2007-03-24 [paul] 2.8.1cvs47
3197 an improvement to English usage
3198 * tools/kdeservicemenu/README
3201 2007-03-24 [paul] 2.8.1cvs46
3204 * src/stock_pixmap.c
3205 * src/pixmaps/edit_extern.xpm
3206 * src/pixmaps/mail_sign.xpm
3207 rescue long lost icons
3209 2007-03-24 [paul] 2.8.1cvs45
3212 fix toolbar (broken in 2.8.1cvs42)
3214 2007-03-23 [colin] 2.8.1cvs44
3217 Correctly unsubscribe/resubscribe after
3220 2007-03-23 [colin] 2.8.1cvs43
3222 * src/prefs_common.c
3223 Maemo: as the platform is light on RAM, allow
3224 caches to be discarded faster.
3226 2007-03-23 [colin] 2.8.1cvs42
3231 * src/stock_pixmap.c
3232 * src/stock_pixmap.h
3237 * src/pixmaps/open_mail.xpm
3238 Maemo changes: Add the possibility to have
3239 "Open Email" and "Close Window" buttons on
3240 toolbars (and use them in Maemo's default
3243 2007-03-23 [wwp] 2.8.1cvs41
3246 Reverted that part of the action dialog closure logics, to
3247 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3248 done later in a different way (or may not).
3250 2007-03-22 [wwp] 2.8.1cvs40
3253 Fix sticky action dialog when got no output but action command
3254 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3256 2007-03-22 [colin] 2.8.1cvs39
3258 * src/prefs_filtering.c
3259 * src/gtk/combobox.h
3260 Fix escaping account names in filtering prefs
3262 2007-03-22 [colin] 2.8.1cvs38
3267 Add any attribute specified in LDAP servers'
3268 Search attributes to the Other Attributes tab
3269 of contacts; Add 'telephoneNumber' in the
3272 2007-03-22 [colin] 2.8.1cvs37
3277 Try to prevent race conditions when
3278 changing the folder list
3280 Fix possible red folder icon when
3281 switching from Small screen layout
3284 2007-03-22 [colin] 2.8.1cvs36
3289 Rename "little screen" to "Small screen"
3290 * src/gtk/Makefile.am
3291 * src/common/utils.c
3293 Fix Maemo-related compilation problems
3295 2007-03-21 [colin] 2.8.1cvs35
3299 * claws-mail.desktop
3300 Remove .png from the Icon, it's useless
3302 2007-03-21 [colin] 2.8.1cvs34
3306 Add the necessary lib checking for
3309 2007-03-21 [colin] 2.8.1cvs33
3312 Fix unconditional "error happened" when
3313 sending via command-line. "lol @ myself"
3315 2007-03-21 [colin] 2.8.1cvs32
3317 * claws-mail-40x40.png
3318 * claws-mail-26x26.png
3328 * src/prefs_account.c
3329 * src/prefs_common.c
3330 * src/summary_search.c
3334 * src/gtk/gtkutils.c
3335 * src/gtk/gtkutils.h
3336 * src/gtk/logwindow.c
3338 * src/gtk/prefswindow.c
3339 Add Maemo port (patch mainly by Jean-Luc Biort)
3340 Add a new 'Little screen' layout to help on such
3341 platforms (patch by me)
3342 Make some default preferences different (more
3343 adapted) on Maemo (patch by me)
3345 2007-03-21 [wwp] 2.8.1cvs31
3347 * src/prefs_logging.c
3348 * src/prefs_logging.h
3349 Fixed copyright header of newly added files.
3351 2007-03-21 [wwp] 2.8.1cvs30
3367 * src/prefs_common.c
3368 * src/prefs_common.h
3369 * src/prefs_logging.c
3370 * src/prefs_logging.h
3373 * src/send_message.c
3378 * src/common/session.c
3380 * src/common/socket.c
3381 * src/etpan/imap-thread.c
3382 * src/gtk/logwindow.c
3383 * src/gtk/logwindow.h
3384 * src/plugins/bogofilter/bogofilter.c
3385 * src/plugins/spamassassin/spamassassin.c
3386 Added debugging of filtering/processing rules.
3387 The debug log is here 'Tools/Filtering debug window',
3388 the options there 'Configuration/Preferences/Other/Logging',
3389 and the log file is ~/.claws-mail/filtering.log.
3390 Moved protocol log prefs to 'Other/Logging' as well.
3391 To support such debugging feature, the existing log API has
3392 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3393 this impacts many external modules (commits follow).
3395 2007-03-21 [paul] 2.8.1cvs29
3397 * src/etpan/Makefile.am
3398 * src/etpan/imap-thread.c
3399 add missing #include
3401 2007-03-21 [colin] 2.8.1cvs28
3404 Fix bug 1157, 'some broken messages confuse
3405 mime parser'. Make sure we can't have MimeInfos
3406 with negative sizes.
3408 2007-03-20 [colin] 2.8.1cvs27
3411 Fix missing \0 on buffer
3413 2007-03-20 [colin] 2.8.1cvs26
3416 Use make_dir_hier instead of make_dir
3417 to create the MH mailbox
3419 2007-03-20 [colin] 2.8.1cvs25
3423 * src/prefs_account.c
3425 Fix default inbox weirdnesses (after wizard,
3426 if path is Mail, mailbox identifier is #mh/Mailbox,
3427 and when creating new accounts)
3429 2007-03-20 [colin] 2.8.1cvs24
3432 Write folderlist after adding/deleting accounts
3435 2007-03-20 [colin] 2.8.1cvs23
3438 * src/remotefolder.h
3439 Fix bug 1153, 'CM segfaults if IMAP folder is
3440 selected while scanning prior to update'
3442 2007-03-17 [paul] 2.8.1cvs22
3445 fix a typo, and be a little more verbose.
3447 2007-03-17 [wwp] 2.8.1cvs21
3450 Fix a compiler warning.
3452 2007-03-16 [wwp] 2.8.1cvs20
3456 Updated to deal w/ the new mairix.sh tool.
3458 2007-03-16 [wwp] 2.8.1cvs19
3461 Fix logics issues around the action IO dialog:
3462 - disable entry widget and exec button when
3463 the exec button is clicked (don't wait for any
3464 output line) - fix possible disabling/re-enabling/
3465 re-disabling of those widgets
3466 - raise an error if executing a %as{} action either
3467 empty or invalid, instead of failing silently
3468 - don't close the dialog if the abort button has been
3469 clicked and if there was no output yet
3470 - set focus to the abort button when the exec button
3472 - fix capitalization of a warning message
3474 2007-03-16 [wwp] 2.8.1cvs18
3477 Added a wrapper to mairix to the tools folder.
3479 2007-03-16 [colin] 2.8.1cvs17
3483 Allow mimeviewer plugins to print
3486 2007-03-16 [colin] 2.8.1cvs16
3491 2007-03-15 [colin] 2.8.1cvs15
3495 Add a way for mimeviewer plugins to
3496 implement body search
3498 2007-03-15 [paul] 2.8.1cvs14
3500 * src/prefs_spelling.c
3503 2007-03-15 [paul] 2.8.1cvs13
3505 * src/common/quoted-printable.c
3506 fix decoding of quoted-printable parts
3508 2007-03-14 [wwp] 2.8.1cvs12
3510 * src/gtk/logwindow.h
3511 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3513 2007-03-14 [wwp] 2.8.1cvs11
3515 * src/gtk/logwindow.h
3516 Complete 2.8.1cvs10.
3518 2007-03-14 [colin] 2.8.1cvs10
3520 * src/gtk/logwindow.c
3521 Probably fix bug 1149, crash on logwindow
3522 close - at the expense of performance once
3523 logwin has been opened
3525 2007-03-14 [colin] 2.8.1cvs9
3528 If claws-mail is running on another
3529 display, warn instead of popping it up
3530 on the other display
3532 2007-03-12 [colin] 2.8.1cvs8
3535 Fix bug 1145, 'Setting a different name
3536 for the Mailbox name isn't reflected in
3537 default account settings'. Patch by wwp
3539 2007-03-12 [colin] 2.8.1cvs7
3542 Fix bug 1143, 'Add number of messages to be
3543 deleted to confirmation dialog'
3545 2007-03-12 [wwp] 2.8.1cvs6
3548 * src/prefs_common.c
3549 * src/prefs_common.h
3550 * src/prefs_summaries.c
3551 Changed the option that displays unread messages count
3552 next to the folder name in folder list: it is now
3553 possible to either display nothing, display the
3554 unread messages number only or the unread and total messages
3555 numbers. The patch includes this extra feature as well
3556 as some minor fixes by rewriting the algo in folderview.c.
3557 Thanks to Paul for the original idea and implementation, plus
3558 testing and proof-reading!
3560 2007-03-09 [paul] 2.8.1cvs5
3564 * tools/claws-mail-compose-insert-files.pl
3565 added a script which enables inserting files
3566 into the message body of a new Claws Mail
3567 Compose window from the command line. Additionally
3568 To, Cc, Subject and files to attach to the message
3571 2007-03-09 [wwp] 2.8.1cvs4
3576 Optimize matching of addresses in the addressbook
3577 (filtering/processing 'found_in_addressbook' condition).
3579 2007-03-07 [wwp] 2.8.1cvs3
3582 * src/quote_fmt_lex.l
3583 * src/quote_fmt_parse.y
3584 Add a new quote format symbol: %A to insert the
3585 sender email address (just the address itself).
3587 2007-03-06 [wwp] 2.8.1cvs2
3589 * src/gtk/gtkutils.c
3590 * src/plugins/trayicon/trayicon_prefs.h
3591 * src/plugins/trayicon/trayicon_prefs.c
3592 * src/plugins/trayicon/trayicon.c
3595 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3596 minimizing Claws-Mail main window will hide it to the trayicon instead.
3599 2007-03-06 [paul] 2.8.1cvs1
3605 bump version number following
3608 2007-03-06 [paul] 2.8.0cvs24
3611 corrected by by Tim <timbrain@post.cz>
3613 2007-03-05 [colin] 2.8.0cvs23
3617 Fix mime/globs path on NetBSD
3618 patch by George Michaelson
3620 2007-03-05 [wwp] 2.8.0cvs22
3623 Remove debug statement (accidentally committed w/ cvs14).
3625 2007-03-05 [paul] 2.8.0cvs21
3627 * src/plugins/pgpcore/prefs_gpg.c
3628 fix compiler warning
3630 2007-03-05 [wwp] 2.8.0cvs20
3632 * src/matcher_parser_parse.y
3633 Fix mismerge between cvs17 and cvs19.
3635 2007-03-05 [wwp] 2.8.0cvs19
3637 * src/matcher_parser_parse.y
3638 * src/prefs_filtering_action.c
3643 Add new 'add_to_addressbook' filtering/processing action.
3645 2007-03-05 [wwp] 2.8.0cvs18
3648 Fix mark_as_ham filtering/processing action: spam flag
3651 2007-03-04 [colin] 2.8.0cvs17
3656 * src/matcher_parser_parse.y
3657 * src/prefs_filtering_action.c
3658 Add 'Mark as spam' and 'Mark as ham' filtering
3659 actions. Fixes bug 1138.
3661 2007-03-04 [colin] 2.8.0cvs16
3664 Fix bug 1140, wrong return value
3667 2007-03-04 [wwp] 2.8.0cvs15
3670 Rollback cvs14: don't free stuff that is managed in g_list.
3672 2007-03-04 [wwp] 2.8.0cvs14
3675 Fix a leak in address completion code.
3677 2007-03-04 [colin] 2.8.0cvs13
3680 Maybe fix bug 1136, 'Crash in group
3683 2007-03-04 [iwkse] 2.8.0cvs12
3686 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3688 2007-03-03 [colin] 2.8.0cvs11
3690 * src/plugins/pgpinline/pgpinline.c
3691 Fix off-by-one, fix double-free. Fixes
3692 bug 1135, 'cm-segfault on decrypting
3695 2007-03-03 [colin] 2.8.0cvs10
3699 * src/common/plugin.c
3700 Fix bug 1134, 'Valgrind macros unhandled
3703 2007-03-02 [colin] 2.8.0cvs9
3706 Don't error out on EAGAIN. Fixes
3707 bug 1129, '"local mbox file" account
3708 isn't retrieving mails'
3710 2007-03-01 [wwp] 2.8.0cvs8
3713 * src/gtk/colorlabel.c
3714 Remove accels for extra color labels until we set better
3715 and definitive ones.
3717 2007-02-28 [wwp] 2.8.0cvs7
3720 * src/matcher_parser_parse.y
3721 * src/prefs_common.c
3722 * src/prefs_msg_colors.c
3724 * src/gtk/colorlabel.c
3725 * src/gtk/colorlabel.h
3726 Add more customizable color labels. Cleaned up a bit
3727 the color label API to avoid duplicate defines of
3728 the max number of colors.
3730 2007-02-27 [colin] 2.8.0cvs6
3733 * src/common/utils.c
3734 * src/common/utils.h
3735 Fix '+' in mailto URIs for List-* headers
3737 2007-02-27 [colin] 2.8.0cvs5
3739 * src/gtk/gtkutils.c
3740 Use gtk_window_set_role instead of
3743 2007-02-27 [colin] 2.8.0cvs4
3746 Fix "After receiving new mail, go to inbox" on IMAP,
3747 and make it work only on manual reception
3749 2007-02-27 [wwp] 2.8.0cvs3
3751 * src/prefs_filtering.c
3752 * src/prefs_filtering_action.c
3753 * src/prefs_matcher.c
3754 Update filtering matcher's and action's color label menus
3755 when re-opening those dialogs (reflect any change to the
3756 color labels list in the preferences).
3758 2007-02-27 [colin] 2.8.0cvs2
3761 * src/etpan/etpan-thread-manager-types.h
3762 * src/etpan/etpan-thread-manager.c
3763 * src/etpan/imap-thread.c
3764 Log imap ALERTs as errors in the log.
3766 2007-02-26 [paul] 2.8.0cvs1
3768 * tools/claws.i18n.status.pl
3771 2007-02-26 [paul] 2.7.2cvs75
3785 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3786 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3787 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3788 Aleksandar Urosevic, and Ralgh Young
3790 2007-02-25 [mones] 2.7.2cvs74
3795 2007-02-25 [colin] 2.7.2cvs73
3798 Clearing the list is only useful
3799 to prevent a valgrind false-positive
3801 2007-02-25 [paul] 2.7.2cvs72
3805 * tools/kmail-mailbox2claws-mail.pl **ADDED**
3806 * tools/maildir2claws-mail.pl **REMOVED**
3807 renamed the script, fixed a couple bugs
3809 2007-02-23 [colin] 2.7.2cvs71
3812 Fix a leak, check for a few improbable nulls
3814 2007-02-23 [colin] 2.7.2cvs70
3818 * src/plugins/trayicon/trayicon.c
3819 Fix blinking mainwin when starting in tray
3820 (show mainwindow later in the startup process,
3821 apart if restarting post-crash)
3823 2007-02-23 [colin] 2.7.2cvs69
3827 Fix crash when unsubscribing the currently