1 2007-08-22 [colin] 2.10.0cvs150
4 * src/editldap_basedn.c
13 2007-08-22 [colin] 2.10.0cvs149
18 2007-08-22 [colin] 2.10.0cvs148
23 2007-08-22 [colin] 2.10.0cvs147
26 Fix test (set ldap v3 if bindDN is set or TLS is set)
28 2007-08-22 [colin] 2.10.0cvs146
32 Fix wrong "Connected successfully to server". Connection only succeeds if
33 we can get the base DN.
35 2007-08-21 [wwp] 2.10.0cvs145
44 More sanity checks in ldap functions.
46 2007-08-21 [wwp] 2.10.0cvs144
49 Don't return a value in a void function().
51 2007-08-21 [paul] 2.10.0cvs143
54 add check for ftp: to messageview_list_urls()
56 2007-08-21 [colin] 2.10.0cvs142
63 Fix bug 1293, 'LDAP address book not working'
64 Search only on specified fields, but fetch
65 every field possible. People will have to
66 reset the searched Attributes in their LDAP
69 2007-08-21 [wwp] 2.10.0cvs141
79 * src/editaddress_other_attributes_ldap.c
96 * src/prefs_customheader.c
97 * src/prefs_msg_colors.c
103 * src/common/socket.c
104 * src/common/ssl_certificate.c
107 * src/gtk/description_window.c
108 * src/plugins/demo/demo.c
109 * src/plugins/pgpcore/prefs_gpg.c
110 * src/plugins/spamassassin/libspamc.c
111 Make sure we use glib functions to send text messages (information,
112 debug, warning, errors) to stdout/stderr - no more direct puts
113 fputs printf fprintf to stdout/stderr when it can be done using
114 g_log*() and g_print/g_printerr. Doing this, we make sure every
115 stdout/stderr message is saved to log in Windows.
118 2007-08-21 [wwp] 2.10.0cvs140
122 Route glib's stdout/stderr messages to a log file (Windows only),
123 instead of loosing them.
125 2007-08-21 [paul] 2.10.0cvs139
128 replace deprecated g_strncasecmp()
132 2007-08-20 [ticho] 2.10.0cvs138
135 * src/prefs_account.h
136 Copy all account preferences in account_clone() - some
138 * src/prefs_account.c
139 Handle empty privacy system combobox gracefully (warning
142 2007-08-20 [colin] 2.10.0cvs137
147 2007-08-20 [paul] 2.10.0cvs136
157 patch by Michael Rasmussen
159 2007-08-19 [colin] 2.10.0cvs135
162 Fix previous commit. Sensitivity update is needed
163 for "Cancel receiving". However when batching we
164 don't need to do it for every message flag change,
165 just once at the start and once at the end.
167 2007-08-19 [colin] 2.10.0cvs134
170 Remove useless menu updates on session lock/unlock
172 2007-08-19 [colin] 2.10.0cvs133
174 * src/etpan/imap-thread.c
175 Make all fetch logs less verbose
177 2007-08-19 [paul] 2.10.0cvs132
182 fix bug 1286, 'Can't move a folder into a "Folders
185 2007-08-18 [ticho] 2.10.0cvs131
187 * src/editaddress_other_attributes_ldap.c
188 Converted option menu for other ldap attributes to GtkComboBox.
190 2007-08-18 [colin] 2.10.0cvs130
197 Revert 'send_dialog_mode' meaning to
198 'send_dialog_invisible', so that the
199 new checkbox doesn't change the
202 2007-08-18 [paul] 2.10.0cvs129
205 add missing menu update
207 2007-08-17 [colin] 2.10.0cvs128
210 Set batching after getting flags - maybe fixes
211 bug 1292, 'CM crashes on writing mail'
213 2007-08-16 [ticho] 2.10.0cvs127
216 Convert two GtkOptionMenu widgets to new GtkComboBox.
219 Allow NULL for GtkComboBox menuitem label, rendering such
220 items as row separators.
222 2007-08-16 [paul] 2.10.0cvs126
224 * src/plugins/trayicon/trayicon.c
225 remove wrongly used gettextisation
227 2007-08-15 [ticho] 2.10.0cvs125
230 Fixed a runtime warning where an attempt to pack an
231 already packed GtkLabel was made.
233 2007-08-15 [ticho] 2.10.0cvs124
235 * src/prefs_compose_writing.c
236 Convert the insert-or-attach-dragged-files GtkOptionMenu
239 2007-08-14 [ticho] 2.10.0cvs123
243 Changed return receipt account selector to GtkComboBox.
244 Fixed a runtime warning where GTK tried to parse
245 "name <email@address" as a Pango markup in an alertpanel label.
247 2007-08-14 [ticho] 2.10.0cvs122
249 * src/prefs_logging.c
250 Changed GtkOptionMenu in logging preferences to GtkComboBox.
252 2007-08-14 [wwp] 2.10.0cvs121
256 * tools/popfile-link.sh
257 Added a new tool: POPFile helper, to open
258 selected messages in POPFile control center,
259 in order to change the messages' status.
261 2007-08-14 [ticho] 2.10.0cvs120
268 Change "Show send dialog" optionmenu to a checkbutton.
269 * src/prefs_receive.c
270 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
272 2007-08-13 [wwp] 2.10.0cvs119
283 * src/partial_download.c
289 * src/gtk/gtkaspell.c
291 Make sure we never pass NULL pointers for %s substitutions
292 (prevent from crashing in Windows).
294 2007-08-13 [wwp] 2.10.0cvs118
297 Re-enable mmap_reads in Windows with some missing
298 CloseHandle of mapping objects, thanks to
301 2007-08-13 [paul] 2.10.0cvs117
304 fix bug 1287, 'Compile time problem on Solaris
305 (nexenta gnu/Solaris) utils.c'
306 Thanks to Piotr Chrzczonowicz
308 2007-08-12 [wwp] 2.10.0cvs116
310 * src/plugins/pgpcore/prefs_gpg.c
311 Don't try to unset a GPG_AGENT_INFO that was not
312 set (and don't use a NULL string in Windows, it was
313 crashing with --debug if GPG_AGENT_INFO was not set).
315 2007-08-12 [wwp] 2.10.0cvs115
318 Make gcc type-check arguments passed to privacy_set_error().
320 2007-08-12 [ticho] 2.10.0cvs114
322 * src/prefs_folder_item.c
323 Make sure that folder default account combobox always has some
326 Handle empty combobox gracefully (warning instead of crash).
328 2007-08-12 [ticho] 2.10.0cvs114
330 * src/prefs_folder_item.c
331 Make sure that folder default account combobox is not empty.
333 Handle empty combobox gracefully (warning instead of crash).
335 2007-08-11 [paul] 2.10.0cvs113
339 use 'subfolder' instead of 'sub-folder', matching
340 everywhere else the term is used
344 2007-08-10 [wwp] 2.10.0cvs112
347 Disable mmap reads in Windows only (at least temporarily), they
348 prevent from renaming/removing target cache files.
354 2007-08-10 [wwp] 2.10.0cvs111
357 fix unpredictable crashes in Windows due to broken
358 cache/mark/tags files writting (file were opened for
359 writing in text mode).
362 use gettimeofday() from w32lib.h on Windows.
364 2007-08-10 [colin] 2.10.0cvs110
367 * src/etpan/imap-thread.c
368 * src/etpan/imap-thread.h
369 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
371 2007-08-09 [colin] 2.10.0cvs109
374 Fix port being reset to 636 on SSL
376 Fix folder_item_get_msg_num_by_file
377 on drafts/queue folders
379 2007-08-09 [wwp] 2.10.0cvs108
382 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
383 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
386 2007-08-09 [colin] 2.10.0cvs107
390 * src/gtk/prefswindow.c
391 A few Maemo layout fixes
393 2007-08-09 [paul] 2.10.0cvs106
395 * src/prefs_account.c
396 remove the hyphen from plug-ins to
397 match everywhere else
399 2007-08-08 [wwp] 2.10.0cvs105
401 * src/prefs_folder_item.c
402 Fix an extraneous stealth ^L char.
404 2007-08-08 [wwp] 2.10.0cvs104
406 * src/prefs_folder_item.c
407 Better fix, group variables declarations (USE_ASPELL).
409 2007-08-08 [wwp] 2.10.0cvs103
411 * src/prefs_folder_item.c
412 Fix compilation w/ USE_ASPELL set (broken
415 2007-08-08 [ticho] 2.10.0cvs102
417 * src/prefs_folder_item.c
418 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
420 2007-08-08 [colin] 2.10.0cvs101
423 * src/etpan/imap-thread.c
424 * src/etpan/imap-thread.h
425 Close selected mailbox before doing
428 2007-08-08 [colin] 2.10.0cvs100
431 Complete symbol table, thanks to wwp.
432 Fixes bug 1284, 'The html -> text
433 converter ignores entities'
437 2007-08-08 [colin] 2.10.0cvs99
440 Better way to fetch UIDs on non-UIDPLUS servers
442 2007-08-07 [colin] 2.10.0cvs98
445 fix bug 1275, 'auto-saved draft messages not
446 always being removed'; Also, make multiple
447 copy (in the same account) faster by matching
448 source/destination message UIDs.
450 Don't try to reshow deleted mail
452 Fix leak on error path
454 2007-08-07 [wwp] 2.10.0cvs97
457 * manual/advanced.xml
458 * manual/fr/account.xml
459 * manual/fr/advanced.xml
460 Updated the reference manual and the French translation to
461 reflect 2.10.0cvs84: enable running folder Processing
464 2007-08-06 [wwp] 2.10.0cvs96
469 Allow changing the emphasis color used to highlight
470 the newsreader/x-mailer header value when it matches
471 our preferred mail agent (hidden pref 'emphasis_col' added
474 2007-08-06 [colin] 2.10.0cvs95
478 Re-commit 2.10.0cvs86, with a protection
479 against Pango bug. Also, try to fix
480 bug 1275, 'auto-saved draft messages not
481 always being removed'
483 2007-08-06 [wwp] 2.10.0cvs94
485 * src/gtk/quicksearch.c
486 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
488 2007-08-06 [ticho] 2.10.0cvs93
490 * src/prefs_account.c
492 Use GtkComboBox instead of GtkOptionMenu for privacy system
493 selection in account preferences.
495 2007-08-06 [wwp] 2.10.0cvs92
497 * src/plugins/pgpcore/plugin.def
498 Apply one more chunk from gpg4win's 03-w32-port patch.
500 2007-08-05 [colin] 2.10.0cvs91
504 reverting buggy patch for now
506 2007-08-05 [colin] 2.10.0cvs90
511 2007-08-04 [colin] 2.10.0cvs89
513 * src/prefs_summaries.c
514 * src/summary_search.c
515 Replace deprecated widgets. Patch by
518 2007-08-04 [colin] 2.10.0cvs88
521 Refresh GUI only every 2000 mails on mh_get_last_num
522 This is fast (readdir) and done only once per
525 2007-08-03 [colin] 2.10.0cvs87
527 * src/prefs_account.c
530 Fix a deprecated widget. Patch by
533 2007-08-03 [colin] 2.10.0cvs86
537 Make colorisation and wrapping algorithms
538 faster. Fixes bug 1246, 'compose becomes
539 increasingly slow replying to complex emails'
541 2007-08-03 [paul] 2.10.0cvs85
544 keep the window painted
546 2007-08-02 [paul] 2.10.0cvs84
551 enable running folder Processing
554 2007-08-02 [paul] 2.10.0cvs83
557 speed up/clean up rendering of larger
561 2007-08-01 [paul] 2.10.0cvs82
566 change default toolbar layout on maemo
567 * src/pixmaps/close.xpm
568 make the red cross a grey cross
569 * src/pixmaps/jpilot.xpm
570 make icon smaller so it fits better
572 2007-07-31 [paul] 2.10.0cvs81
576 fix crash on maemo on first launch
578 2007-07-30 [paul] 2.10.0cvs80
580 * src/prefs_matcher.c
581 specify the units of age and size
583 2007-07-30 [paul] 2.10.0cvs79
586 Fix IMAP timeout setting
588 2007-07-30 [colin] 2.10.0cvs78
590 * src/prefs_account.c
591 Fix a deprecated widget. Patch by
594 2007-07-27 [paul] 2.10.0cvs77
596 * src/matcher_parser_parse.y
597 * src/prefs_filtering_action.c
598 * src/prefs_matcher.c
599 these changes forgotten in cvs74's
600 'watch thread' feature
602 2007-07-27 [paul] 2.10.0cvs76
605 fix potential crasher
608 2007-07-27 [paul] 2.10.0cvs75
614 make mainwindow's /Help/Manual point to the
615 remote copy if the local copy doesn't exist
617 2007-07-27 [paul] 2.10.0cvs74
625 * src/matcher_parser_parse.y
634 * src/pixmaps/watchthread.xpm
635 add 'watch thread' feature
637 2007-07-27 [paul] 2.10.0cvs73
639 * src/prefs_folder_item.c
640 adjust labels, add tooltips
642 2007-07-27 [colin] 2.10.0cvs72
645 Maemo: Remove less used menu items
647 2007-07-26 [colin] 2.10.0cvs71
650 Maemo: destroy messageview after trashing mail.
651 Maybe should be done on X11 too
653 2007-07-26 [colin] 2.10.0cvs70
660 Add View/Show or Hide/Column headers
662 2007-07-26 [colin] 2.10.0cvs69
667 2007-07-26 [colin] 2.10.0cvs68
670 Fix possible crash on cache invalidation
674 * src/quote_fmt_parse.y
675 Make replying to mails with big attachments
676 much faster. Fixes bug 1224, 'The process of
677 Replying to emails with large attachments
678 seems unreasonably long...'
680 2007-07-26 [colin] 2.10.0cvs67
685 Fix threads use on BSDs
687 2007-07-26 [paul] 2.10.0cvs66
689 * src/gtk/prefswindow.c
690 fix account prefs breakage
693 2007-07-26 [paul] 2.10.0cvs65
696 standardise ./configure --help messages
698 2007-07-26 [colin] 2.10.0cvs64
702 Fix two vCard-related crashes
704 2007-07-25 [colin] 2.10.0cvs63
709 * src/prefs_receive.c
710 Maemo: Add a better way to notify of
716 Maemo: Various layout fixes
717 * src/gtk/prefswindow.c
718 Maemo: Better prefs layout
720 2007-07-25 [paul] 2.10.0cvs62
723 fix the layout on maemo
726 2007-07-25 [iwkse] 2.10.0cvs61
729 add 'o' shortcut on summaryview
731 2007-07-25 [iwkse] 2.10.0cvs60
736 2007-07-24 [colin] 2.10.0cvs59
739 Fix missing timestamp update on source
743 Better text layout on part's choices
745 2007-07-23 [colin] 2.10.0cvs58
749 Maemo: Automatically choose the correct application
751 * src/gtk/quicksearch.c
752 Make search run on GDK_KP_Enter too
754 2007-07-23 [wwp] 2.10.0cvs57
756 * src/quote_fmt_lex.l
757 Revert accidentaly committed lines (account_sig) in
760 2007-07-23 [wwp] 2.10.0cvs56
762 * src/quote_fmt_lex.l
763 Fix typos around long form expressions in the quote lexer.
769 2007-07-23 [colin] 2.10.0cvs55
772 Fix auto-completion on Maemo
774 2007-07-23 [colin] 2.10.0cvs54
777 Maemo: Fix sticking statusbars
779 2007-07-22 [colin] 2.10.0cvs53
782 Maemo: Fix the strange "top_application" info
783 at startup. We should do something when
784 receiving such a message.
786 2007-07-20 [paul] 2.10.0cvs52
789 add missing #include "statusbar.h"
791 2007-07-20 [colin] 2.10.0cvs51
795 * src/folder_item_prefs.c
796 * src/folder_item_prefs.h
804 * src/prefs_folder_item.c
805 Implement age-based caching: allow to
806 specify a threshold for the offline synchronisation
807 feature, and whether old cached bodies should
812 * src/plugins/dillo_viewer/dillo_viewer.c
813 Check that Dillo's installed
815 2007-07-20 [wwp] 2.10.0cvs50
819 Draw a frame around the selected mimeview part icon (instead of the
820 shifted 'dancing' icon).
822 2007-07-20 [colin] 2.10.0cvs49
825 Unref stuff even on error
827 disconnect signals only at the very
828 end of the wizard save.
830 2007-07-20 [colin] 2.10.0cvs48
836 Fix random crashes while navigating
839 2007-07-19 [colin] 2.10.0cvs47
848 Maemo: add an easy way to store data (mails
849 and IMAP/NNTP caches) on one of the SD cards,
850 and protect against unmounts if needed
852 2007-07-19 [paul] 2.10.0cvs46
857 * src/pixmaps/claws-mail_logo-small.xpm
858 implement a (slightly) different About
859 dialog for maemo and add a small version
862 use a scrolled window for wizard page 1
865 2007-07-19 [paul] 2.10.0cvs45
868 too soon for this line
870 2007-07-19 [paul] 2.10.0cvs44
875 2007-07-19 [colin] 2.10.0cvs43
878 Solve Mail/Mailbox name when specifying
881 2007-07-18 [colin] 2.10.0cvs42
887 2007-07-18 [colin] 2.10.0cvs41
890 Maemo: plug the online/offline system into
891 maemo's interfaces to have Claws automatically
892 switch according to the system status
894 Maemo: use HildonBanners to display status
895 messages. Renders the main statusbar useless.
897 2007-07-18 [paul] 2.10.0cvs40
900 fix screen blanking on moving/copying many msgs
902 fix processing progressbar and screen blanking
905 2007-07-18 [paul] 2.10.0cvs39
908 revert cvs37, breakage on maemo
910 2007-07-18 [paul] 2.10.0cvs38
913 make sure we can still build with older GTK's
915 2007-07-18 [colin] 2.10.0cvs37
918 Only hide the small layout's messageview, instead
919 of destroying it when closing
921 Use gtk_window_present_with_time to popup windows,
922 it seems to make things better with modern WMs
925 2007-07-17 [colin] 2.10.0cvs36
928 Simplify layout on Maemo
931 * src/prefs_display_header.c
932 Remove some headers by default on Maemo
934 2007-07-17 [paul] 2.10.0cvs35
938 * src/prefs_logging.c
940 add options to stop/enable writing logs to disc
942 2007-07-17 [paul] 2.10.0cvs34
945 fix some issues with the Apply tags window:
946 - set search column (enables autocompl in the treeview)
947 - apply tag from "New tag" if it existed
948 - clears New tag entry when adding it with the button
951 2007-07-17 [paul] 2.10.0cvs33
954 fix 'apply tags' dialogue weirdness
956 2007-07-16 [colin] 2.10.0cvs32
959 Fix double-loading of mails on Maemo
961 2007-07-16 [colin] 2.10.0cvs31
964 Prevent double-loading of the same part under some
965 conditions; hide statusbar on Maemo
967 2007-07-16 [colin] 2.10.0cvs30
973 Improve the tag interface - allow
974 to set/unset tags from a special
976 * src/gtk/gtkvscrollbutton.c
980 Fix Mimeview's ugly hacks in the
983 2007-07-16 [paul] 2.10.0cvs29
987 * src/gtk/icon_legend.c
988 put it all in a scrolled window
990 2007-07-15 [colin] 2.10.0cvs28
993 Maemo: force layout to be Small screen; the
994 others don't make sense
996 2007-07-14 [colin] 2.10.0cvs27
999 * src/gtk/gtkvscrollbutton.c
1000 Maemo: Fix mimeview's buttons size
1002 2007-07-14 [colin] 2.10.0cvs26
1005 Fix the button workaround fix.
1006 (Use the correct variable)
1008 2007-07-14 [colin] 2.10.0cvs25
1012 Maemo: put the progress bar in the
1015 2007-07-14 [colin] 2.10.0cvs24
1017 * src/prefs_common.c
1018 Maemo: hide statusbar by default
1020 * src/stock_pixmap.c
1021 * src/stock_pixmap.h
1023 * src/pixmaps/go_folders.xpm
1024 Maemo: Add a specific icon to go back to
1027 2007-07-14 [colin] 2.10.0cvs23
1030 Don't set homogeneous finally
1032 2007-07-14 [colin] 2.10.0cvs22
1035 Fix button show/hide issues
1037 2007-07-14 [colin] 2.10.0cvs21
1041 Fix button workaround to be able to click
1042 if mouse was on button when it went un-
1044 Revert previous commit, gtk_tool_item_set_homogeneous
1045 doesn't mean what it seems to mean ;-)
1047 2007-07-14 [paul] 2.10.0cvs20
1050 make homogeneous FALSE always
1052 2007-07-13 [colin] 2.10.0cvs19
1056 Rework to fit the non-deprecated API
1062 Maemo layout changes. Better toolbars,
1063 removal of CTree headers.
1065 2007-07-13 [paul] 2.10.0cvs18
1067 * src/gtk/colorlabel.c
1068 fix bug 1261, '[DE] coloring messages in overview
1069 keys are not localised'
1070 the string is now included in claws-mail.pot
1072 2007-07-13 [colin] 2.10.0cvs17
1075 Fix bug 1267, 'printing mutliple messages
1076 opens one message-dialog after the other'
1077 Ask for confirmation when printing 10
1080 2007-07-11 [colin] 2.10.0cvs16
1085 * manual/claws-mail-manual.xml
1087 * manual/es/claws-mail-manual.xml
1089 * manual/fr/claws-mail-manual.xml
1112 * src/addressbook_foldersel.c
1113 * src/addressbook_foldersel.h
1137 * src/customheader.c
1138 * src/customheader.h
1139 * src/displayheader.c
1140 * src/displayheader.h
1143 * src/editaddress_other_attributes_ldap.c
1144 * src/editaddress_other_attributes_ldap.h
1153 * src/editldap_basedn.c
1154 * src/editldap_basedn.h
1175 * src/folder_item_prefs.c
1176 * src/folder_item_prefs.h
1185 * src/grouplistdialog.c
1186 * src/grouplistdialog.h
1191 * src/image_viewer.c
1192 * src/image_viewer.h
1233 * src/matcher_parser.h
1234 * src/matcher_parser_lex.l
1235 * src/matcher_parser_parse.y
1238 * src/message_search.c
1239 * src/message_search.h
1258 * src/partial_download.c
1259 * src/partial_download.h
1264 * src/prefs_account.c
1265 * src/prefs_account.h
1266 * src/prefs_actions.c
1267 * src/prefs_actions.h
1268 * src/prefs_common.c
1269 * src/prefs_common.h
1270 * src/prefs_compose_writing.c
1271 * src/prefs_compose_writing.h
1272 * src/prefs_customheader.c
1273 * src/prefs_customheader.h
1274 * src/prefs_display_header.c
1275 * src/prefs_display_header.h
1276 * src/prefs_ext_prog.c
1277 * src/prefs_ext_prog.h
1278 * src/prefs_filtering.c
1279 * src/prefs_filtering.h
1280 * src/prefs_filtering_action.c
1281 * src/prefs_filtering_action.h
1282 * src/prefs_folder_column.c
1283 * src/prefs_folder_column.h
1284 * src/prefs_folder_item.c
1285 * src/prefs_folder_item.h
1290 * src/prefs_image_viewer.c
1291 * src/prefs_image_viewer.h
1292 * src/prefs_logging.c
1293 * src/prefs_logging.h
1294 * src/prefs_matcher.c
1295 * src/prefs_matcher.h
1296 * src/prefs_message.c
1297 * src/prefs_message.h
1298 * src/prefs_msg_colors.c
1299 * src/prefs_msg_colors.h
1304 * src/prefs_receive.c
1305 * src/prefs_receive.h
1308 * src/prefs_spelling.c
1309 * src/prefs_spelling.h
1310 * src/prefs_summaries.c
1311 * src/prefs_summaries.h
1312 * src/prefs_summary_column.c
1313 * src/prefs_summary_column.h
1314 * src/prefs_summary_open.c
1315 * src/prefs_summary_open.h
1316 * src/prefs_template.c
1317 * src/prefs_template.h
1318 * src/prefs_themes.c
1319 * src/prefs_themes.h
1320 * src/prefs_toolbar.c
1321 * src/prefs_toolbar.h
1322 * src/prefs_wrapping.c
1323 * src/prefs_wrapping.h
1333 * src/quote_fmt_lex.l
1334 * src/quote_fmt_parse.y
1337 * src/remotefolder.c
1338 * src/remotefolder.h
1339 * src/send_message.c
1340 * src/send_message.h
1343 * src/simple-gettext.c
1344 * src/sourcewindow.c
1345 * src/sourcewindow.h
1350 * src/stock_pixmap.c
1351 * src/stock_pixmap.h
1352 * src/summary_search.c
1353 * src/summary_search.h
1370 * src/common/base64.c
1371 * src/common/base64.h
1372 * src/common/claws.c
1373 * src/common/claws.h
1375 * src/common/fnmatch.c
1376 * src/common/fnmatch.h
1377 * src/common/fnmatch_loop.c
1378 * src/common/hooks.c
1379 * src/common/hooks.h
1384 * src/common/mgutils.c
1385 * src/common/mgutils.h
1388 * src/common/passcrypt.c
1389 * src/common/passcrypt.h.in
1390 * src/common/plugin.c
1391 * src/common/plugin.h
1392 * src/common/prefs.c
1393 * src/common/prefs.h
1394 * src/common/progressindicator.c
1395 * src/common/progressindicator.h
1396 * src/common/quoted-printable.c
1397 * src/common/quoted-printable.h
1398 * src/common/session.c
1399 * src/common/session.h
1402 * src/common/socket.c
1403 * src/common/socket.h
1406 * src/common/ssl_certificate.c
1407 * src/common/ssl_certificate.h
1408 * src/common/string_match.c
1409 * src/common/string_match.h
1410 * src/common/stringtable.c
1411 * src/common/stringtable.h
1414 * src/common/template.c
1415 * src/common/template.h
1416 * src/common/timing.h
1417 * src/common/utils.c
1418 * src/common/utils.h
1419 * src/common/uuencode.c
1420 * src/common/uuencode.h
1421 * src/common/version.h.in
1422 * src/common/w32_dirent.c
1423 * src/common/w32_reg.c
1424 * src/common/w32_signal.c
1425 * src/common/w32_stat.c
1426 * src/common/w32_stdlib.c
1427 * src/common/w32_string.c
1428 * src/common/w32_time.c
1429 * src/common/w32_unistd.c
1430 * src/common/w32_wait.c
1431 * src/common/w32lib.h
1434 * src/common/xmlprops.c
1435 * src/common/xmlprops.h
1436 * src/etpan/etpan-errors.h
1437 * src/etpan/etpan-thread-manager-types.h
1438 * src/etpan/etpan-thread-manager.c
1439 * src/etpan/etpan-thread-manager.h
1440 * src/etpan/imap-thread.c
1441 * src/etpan/imap-thread.h
1444 * src/gtk/colorlabel.c
1445 * src/gtk/colorlabel.h
1446 * src/gtk/colorsel.c
1447 * src/gtk/colorsel.h
1448 * src/gtk/combobox.c
1449 * src/gtk/combobox.h
1450 * src/gtk/description_window.c
1451 * src/gtk/description_window.h
1454 * src/gtk/foldersort.c
1455 * src/gtk/foldersort.h
1456 * src/gtk/gtkaspell.c
1457 * src/gtk/gtkaspell.h
1458 * src/gtk/gtksctree.c
1459 * src/gtk/gtkshruler.c
1460 * src/gtk/gtkshruler.h
1461 * src/gtk/gtksourceprintjob.c
1462 * src/gtk/gtksourceprintjob.h
1463 * src/gtk/gtkutils.c
1464 * src/gtk/gtkutils.h
1465 * src/gtk/gtkvscrollbutton.c
1466 * src/gtk/gtkvscrollbutton.h
1467 * src/gtk/icon_legend.c
1468 * src/gtk/icon_legend.h
1469 * src/gtk/inputdialog.c
1470 * src/gtk/inputdialog.h
1471 * src/gtk/logwindow.c
1472 * src/gtk/logwindow.h
1473 * src/gtk/manage_window.c
1474 * src/gtk/manage_window.h
1477 * src/gtk/pluginwindow.c
1478 * src/gtk/pluginwindow.h
1479 * src/gtk/prefswindow.c
1480 * src/gtk/prefswindow.h
1481 * src/gtk/progressdialog.c
1482 * src/gtk/progressdialog.h
1483 * src/gtk/quicksearch.c
1484 * src/gtk/quicksearch.h
1485 * src/gtk/sslcertwindow.c
1486 * src/gtk/sslcertwindow.h
1487 * src/plugins/bogofilter/bogofilter.c
1488 * src/plugins/bogofilter/bogofilter.h
1489 * src/plugins/bogofilter/bogofilter_gtk.c
1490 * src/plugins/clamav/clamav_plugin.c
1491 * src/plugins/clamav/clamav_plugin.h
1492 * src/plugins/clamav/clamav_plugin_gtk.c
1493 * src/plugins/demo/demo.c
1494 * src/plugins/dillo_viewer/dillo_prefs.c
1495 * src/plugins/dillo_viewer/dillo_prefs.h
1496 * src/plugins/dillo_viewer/dillo_viewer.c
1497 * src/plugins/pgpcore/passphrase.c
1498 * src/plugins/pgpcore/passphrase.h
1499 * src/plugins/pgpcore/pgp_viewer.c
1500 * src/plugins/pgpcore/pgp_viewer.h
1501 * src/plugins/pgpcore/plugin.c
1502 * src/plugins/pgpcore/prefs_gpg.c
1503 * src/plugins/pgpcore/prefs_gpg.h
1504 * src/plugins/pgpcore/select-keys.c
1505 * src/plugins/pgpcore/select-keys.h
1506 * src/plugins/pgpcore/sgpgme.c
1507 * src/plugins/pgpcore/sgpgme.h
1508 * src/plugins/pgpinline/pgpinline.c
1509 * src/plugins/pgpinline/pgpinline.h
1510 * src/plugins/pgpinline/plugin.c
1511 * src/plugins/pgpmime/pgpmime.c
1512 * src/plugins/pgpmime/pgpmime.h
1513 * src/plugins/pgpmime/plugin.c
1514 * src/plugins/spamassassin/spamassassin.c
1515 * src/plugins/spamassassin/spamassassin.h
1516 * src/plugins/spamassassin/spamassassin_gtk.c
1517 * src/plugins/trayicon/trayicon.c
1518 * src/plugins/trayicon/trayicon_prefs.c
1519 * src/plugins/trayicon/trayicon_prefs.h
1520 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1521 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1522 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1523 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1524 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1525 * tools/OOo2claws-mail.pl
1526 * tools/README.sylprint
1527 * tools/acroread2claws-mail.pl
1528 * tools/claws-mail-compose-insert-files.pl
1529 * tools/convert_mbox.pl
1530 * tools/filter_conv.pl
1531 * tools/filter_conv_new.pl
1533 * tools/freshmeat_search.pl
1534 * tools/google_search.pl
1535 * tools/kmail-mailbox2claws-mail.pl
1536 * tools/kmail2claws-mail.pl
1537 * tools/kmail2claws-mail_v2.pl
1539 * tools/make.themes.project
1540 * tools/multiwebsearch.pl
1541 * tools/nautilus2claws-mail.sh
1542 * tools/outlook2claws-mail.pl
1543 * tools/textviewer.sh
1544 * tools/thunderbird-filters-convertor.pl
1547 * tools/vcard2xml.py
1548 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1549 Upgrade to GPLv3 or later.
1551 2007-07-10 [wwp] 2.10.0cvs15
1554 Fix re-opening of all composing messages that were
1555 opened when closing the previous instance, thanks
1558 2007-07-10 [paul] 2.10.0cvs14
1560 * src/editaddress_other_attributes_ldap.c
1562 fix crash on selecting 'other attributes' combo
1563 for either a new entry or an old entry with no
1564 existing attributes.
1565 fix bug on editing multiple attributes which
1566 resulted them all having the value of the last
1570 2007-07-10 [colin] 2.10.0cvs13
1573 * src/editaddress_other_attributes_ldap.h
1575 Fix --disable-ldap build
1577 2007-07-09 [colin] 2.10.0cvs12
1583 * src/editaddress_other_attributes_ldap.c
1584 * src/editaddress_other_attributes_ldap.h
1589 Add capability to edit all inetOrgPerson
1590 attributes on LDAP. Patch by Michael
1593 2007-07-09 [colin] 2.10.0cvs11
1599 * src/prefs_summaries.c
1600 * src/prefs_themes.c
1602 * src/common/Makefile.am
1604 * src/common/timing.h
1605 * src/common/utils.c
1606 * src/common/utils.h
1607 * src/common/w32_account.c
1608 * src/common/w32lib.h
1609 * src/gtk/Makefile.am
1610 * src/gtk/colorlabel.c
1611 * src/plugins/pgpcore/Makefile.am
1612 * src/plugins/pgpcore/claws.def
1613 * src/plugins/pgpcore/passphrase.c
1614 * src/plugins/pgpcore/pgp_viewer.c
1615 * src/plugins/pgpcore/plugin.def
1616 * src/plugins/pgpcore/sgpgme.c
1617 * src/plugins/pgpinline/Makefile.am
1618 * src/plugins/pgpinline/claws.def
1619 * src/plugins/pgpinline/mypgpcore.def
1620 * src/plugins/pgpinline/plugin.def
1621 * src/plugins/pgpmime/Makefile.am
1622 * src/plugins/pgpmime/claws.def
1623 * src/plugins/pgpmime/mypgpcore.def
1624 * src/plugins/pgpmime/plugin.def
1625 Commit win32 patch, from Werner Koch and
1628 2007-07-09 [colin] 2.10.0cvs10
1630 * src/prefs_toolbar.c
1631 Fix crash when no actions exist
1633 2007-07-07 [paul] 2.10.0cvs9
1636 * manual/claws-mail-manual.xml
1637 update copyright year
1639 updated by Flammie Pirinen
1641 2007-07-05 [wwp] 2.10.0cvs8
1643 * src/plugins/clamav/clamav_plugin_gtk.c
1644 Make vertical spacing like in other plugin prefs pages.
1646 2007-07-05 [wwp] 2.10.0cvs7
1649 It's %am that works, not %ae (this doc incoherence has been
1650 introduced with 2.9.2cvs13).
1652 2007-07-04 [wwp] 2.10.0cvs6
1654 * src/plugins/bogofilter/bogofilter.c
1655 Gettext-ize an occurrence of "Any" that wasn't.
1657 2007-07-04 [colin] 2.10.0cvs5
1660 Fix untranslated strings; thanks
1663 2007-07-03 [colin] 2.10.0cvs4
1667 Fix saving of sort mode for tags and
1668 thread date. Thanks to Pierre Ossman.
1669 Completes fix for bug 1233
1671 2007-07-03 [paul] 2.10.0cvs3
1679 2007-07-02 [colin] 2.10.0cvs2
1685 Add View/Sort/by Thread date
1686 Fixes bug 1233, 'Capability to sort
1687 threads by most recent message'
1688 Based on a patch by Paul Rolland
1690 2007-07-02 [colin] 2.10.0cvs1
1707 * src/matcher_parser_parse.y
1711 * src/prefs_common.c
1712 * src/prefs_common.h
1713 * src/prefs_filtering_action.c
1714 * src/prefs_matcher.c
1715 * src/prefs_summary_column.c
1719 * src/quote_fmt_lex.l
1720 * src/quote_fmt_parse.y
1724 * src/common/Makefile.am
1728 * src/gtk/quicksearch.c
1729 * src/gtk/quicksearch.h
1730 Add Tags implementation. Tags are arbitrary labels
1731 that can be applied to messages. It is possible
1732 to create, edit, remove tags; apply them to mails;
1733 filter on tags or tag presence; apply or unset
1734 tags via filtering actions; reference tags in
1737 2007-07-02 [paul] 2.10.0
1744 2007-07-02 [paul] 2.9.2cvs78
1754 updated by Stephan Sachse, me, Ricardo Mones
1755 Lastra, Fabien Vantard, Pader Rezso, Frederico
1756 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1758 2007-07-02 [paul] 2.9.2cvs77
1763 2007-06-29 [wwp] 2.9.2cvs76
1766 Fix a typo (thanks to Ricardo for finding this out).
1768 2007-06-28 [paul] 2.9.2cvs75
1773 2007-06-28 [paul] 2.9.2cvs74
1776 fix bug in the autotools build system.
1777 Files cataloged under EXTRA_DIST were never
1778 automatically copied to the build tree.
1779 (fix 'make distcheck')
1780 Patch by Michael Rasmussen.
1782 2007-06-24 [colin] 2.9.2cvs73
1785 Fix bug 1249, 'Error handling for
1786 news errors needs modification'
1787 Only popup error if the according
1788 pref in Prefs/Receive is set.
1790 2007-06-21 [colin] 2.9.2cvs72
1792 * src/common/plugin.c
1793 * src/common/plugin.h
1794 Change plugin API to know whether it's safe to
1795 unload plugins or whether we should just hide
1796 them. Fixes bug 1248, 'Core dumps after
1797 unloading plugin and clicking on load plugins'
1798 * src/plugins/bogofilter/bogofilter.c
1799 * src/plugins/clamav/clamav_plugin.c
1800 * src/plugins/demo/demo.c
1801 * src/plugins/dillo_viewer/dillo_viewer.c
1802 * src/plugins/pgpcore/plugin.c
1803 * src/plugins/pgpinline/plugin.c
1804 * src/plugins/pgpmime/plugin.c
1805 * src/plugins/spamassassin/spamassassin.c
1806 * src/plugins/trayicon/trayicon.c
1809 2007-06-19 [colin] 2.9.2cvs71
1813 Fix crash mentioned in bug 1246
1814 Race condition when automatically drafting
1815 due to insertion on reedit.
1817 2007-06-18 [wwp] 2.9.2cvs70
1820 LDIF import: use a "Proceed" button to complete
1823 2007-06-18 [paul] 2.9.2cvs69
1826 use pkgconfig to check for gtk and glib
1828 2007-06-17 [wwp] 2.9.2cvs68
1832 LDIF import: better error handling, minor code
1833 and UI cleanup, and renamed the Save button
1834 to Close, as imported stuff is already saved
1835 when the Save button is shown.
1837 2007-06-17 [colin] 2.9.2cvs67
1839 * src/prefs_summaries.c
1841 Don't set as read when forwarded, only replied to
1843 2007-06-17 [paul] 2.9.2cvs66
1846 add missing #include
1848 2007-06-16 [colin] 2.9.2cvs65
1850 * src/prefs_summaries.c
1852 Change the pref "Only mark as read when opened
1853 in new window" to "..., replied to or forwarded".
1854 Based on a patch by Paul Rolland.
1856 2007-06-16 [paul] 2.9.2cvs64
1859 alphabetical order! :)
1861 2007-06-16 [colin] 2.9.2cvs63
1865 Add Michael Rasmussen in authors list
1867 2007-06-16 [colin] 2.9.2cvs62
1870 Fix messageview_copy_clipboard to take advantage
1871 of plugins' get_selection.
1873 2007-06-15 [colin] 2.9.2cvs61
1879 * src/message_search.c
1881 * src/summary_search.c
1884 Allow GDK_KP_Enter to do the same as GDK_Return
1885 Patch by Michael Rasmussen
1887 2007-06-15 [paul] 2.9.2cvs60
1890 fix bug when closing a compose window
1893 2007-06-14 [paul] 2.9.2cvs59
1897 migrate sylpheed config
1899 2007-06-14 [wwp] 2.9.2cvs58
1901 * src/gtk/pluginwindow.c
1902 Yet another attempt to fix sizing/alignment of the
1903 button bar in plugins window.
1905 2007-06-12 [colin] 2.9.2cvs57
1910 * src/prefs_common.c
1911 * src/prefs_common.h
1912 * src/prefs_summaries.c
1913 * src/prefs_summary_open.c
1914 * src/prefs_summary_open.h
1916 Make "when entering a folder" actions more personalisable
1918 2007-06-12 [wwp] 2.9.2cvs56
1921 Use short description from Paul (mairix.sh).
1923 2007-06-12 [wwp] 2.9.2cvs55
1926 Updated info about mairix.sh.
1928 2007-06-11 [paul] 2.9.2cvs54
1930 * src/prefs_logging.c
1931 rework log window length widgets
1932 and some sensitivity fixes
1934 2007-06-11 [paul] 2.9.2cvs53
1937 * src/prefs_logging.c
1938 rename 'Protocol Log' to 'Network Log'
1939 and some function renaming
1941 2007-06-10 [wwp] 2.9.2cvs52
1943 * src/gtk/pluginwindow.c
1946 2007-06-10 [wwp] 2.9.2cvs51
1948 * src/gtk/pluginwindow.c
1949 Fix button bar in plugin window, was centered and not
1950 behaving like other dialogs w/ such button bar.
1952 2007-06-08 [wwp] 2.9.2cvs50
1959 Provide a way out of automatic draft saving on IMAP, when
1961 Prevent drafting while sending and quitting while sending.
1966 2007-06-08 [wwp] 2.9.2cvs49
1968 * src/prefs_account.c
1969 * src/gtk/prefswindow.c
1970 * src/gtk/prefswindow.h
1971 Activate the Basic page when opening account prefs.
1973 2007-06-08 [wwp] 2.9.2cvs48
1975 * src/common/socket.c
1976 Don't crash if fork() fails, thanks to Colin.
1978 2007-06-08 [wwp] 2.9.2cvs47
1980 * src/gtk/prefswindow.c
1981 Wrap some long lines, and reset horizontal scroller's adjusment
1982 (this was already done, vertically), when changing tab (not page)
1985 2007-06-08 [paul] 2.9.2cvs46
1987 * src/common/utils.c
1988 use gethostname() instead of uname()
1989 based on a patch by Michael Hughes
1990 <Sylpheed-Claws_user@thehugheslogcabin.net>
1992 2007-06-07 [wwp] 2.9.2cvs45
1994 * src/prefs_common.c
1995 Fix some useless warnings, thanks to Colin.
1997 2007-06-06 [colin] 2.9.2cvs44
2000 Fix strange allocations.
2002 2007-06-06 [colin] 2.9.2cvs43
2005 Patch by Michael Rasmussus to help
2008 2007-06-05 [wwp] 2.9.2cvs42
2010 * src/prefs_account.c
2011 * src/prefs_folder_item.c
2015 Per-folder templates can now be applied recursively.
2016 Always save per-folder templates (formats were erroneously
2017 saved only if they were enabled).
2018 Check for validity of quotation marks everywhere there
2021 2007-06-05 [wwp] 2.9.2cvs41
2024 Fix incoming messages from local accounts always getting filtered
2025 (even if the account prefs say don't), thanks to Colin.
2027 2007-06-05 [wwp] 2.9.2cvs40
2031 Use per-folder/per-account quote chars when applying a
2032 template or inserting text as well. Const'ify some
2035 2007-06-04 [colin] 2.9.2cvs39
2038 More work for wwp :)
2040 2007-06-04 [wwp] 2.9.2cvs38
2043 Same as 2.9.2cvs36 but for forwarding.
2045 2007-06-04 [colin] 2.9.2cvs37
2048 Use original mail file for forward/redirect
2049 Fixes some forwarded mails to be attached as
2050 application/octet-stream (when they have binary
2051 parts), and incidentally fixes bug 848
2052 'Redirect breaks GnuPG'
2054 2007-06-04 [wwp] 2.9.2cvs36
2057 Fix quote mark mis-initialisation when replying/forwarding
2058 (introduced w/ 2.9.2cvs20).
2060 2007-06-04 [wwp] 2.9.2cvs35
2062 * src/prefs_compose_writing.c
2064 Fix a bug where Quotation characters (prefs/compose/writing)
2065 was cleared (introduced w/ 2.9.2cvs26).
2067 2007-06-04 [wwp] 2.9.2cvs34
2069 * src/prefs_account.c
2070 * src/prefs_account.h
2071 Better fix for compiling w/o aspell (rollbacks
2074 2007-06-04 [wwp] 2.9.2cvs33
2077 * src/prefs_account.c
2078 * src/prefs_account.h
2080 It's now possible to disable mail filtering plugins
2081 on a per-account basis.
2083 2007-06-04 [wwp] 2.9.2cvs32
2086 * src/common/utils.c
2087 * src/common/utils.h
2088 Support CRLF in headers part of messages.
2089 Support few more date formats (RFC3339 subsets).
2091 2007-06-04 [wwp] 2.9.2cvs31
2093 * src/prefs_account.c
2094 Fix compiling w/o aspell support.
2096 2007-06-03 [wwp] 2.9.2cvs30
2099 Don't decode leading ENV_ and ~ in P_PASSWORD
2102 2007-06-03 [wwp] 2.9.2cvs29
2105 Don't decode leading ENV_ and ~ in P_PASSWORD
2108 2007-06-03 [wwp] 2.9.2cvs28
2110 * src/prefs_account.c
2111 * src/gtk/prefswindow.c
2112 * src/gtk/prefswindow.h
2113 Added a way to force preloading of all pages
2115 Moved tabs to pages in account prefs.
2117 2007-06-02 [colin] 2.9.2cvs27
2120 Fix possible crash, fix ldap write bugs
2122 Fix ldap write bugs - patch by Michael
2126 Add a hook whenever alertpanel opens/closes
2128 2007-05-31 [wwp] 2.9.2cvs26
2130 * src/prefs_compose_writing.c
2132 Re-organized writing options a bit:
2133 - renamed the Quoting page to Templates
2134 - moved all composing templates to that page
2135 - moved non-templates options to the Writing one,
2136 grouped reply-related options, reordered reply and
2139 2007-05-31 [wwp] 2.9.2cvs25
2142 Removed unused code.
2144 2007-05-31 [colin] 2.9.2cvs24
2147 Fix missing display name when modifying
2148 LDAP. Patch by Michael Rasmussen
2150 2007-05-31 [wwp] 2.9.2cvs23
2152 * src/plugins/bogofilter/Makefile.am
2153 * src/plugins/clamav/Makefile.am
2154 * src/plugins/demo/Makefile.am
2155 * src/plugins/dillo_viewer/Makefile.am
2156 * src/plugins/spamassassin/Makefile.am
2157 Fix building of those plugins in Mac OS X.
2159 2007-05-30 [wwp] 2.9.2cvs22
2161 * src/gtk/quicksearch.c
2162 Fix missing initialization.
2164 2007-05-30 [wwp] 2.9.2cvs21
2167 Revert accidental commit (debug outputs).
2169 2007-05-30 [wwp] 2.9.2cvs20
2172 * src/folder_item_prefs.c
2173 * src/folder_item_prefs.h
2174 * src/prefs_account.c
2175 * src/prefs_account.h
2176 * src/prefs_folder_item.c
2179 Implemented per-account and per-folder
2180 compose/reply/forward formats.
2182 2007-05-30 [wwp] 2.9.2cvs19
2184 * src/prefs_compose_writing.c
2189 Internal API changes (factorize quote format
2192 2007-05-30 [colin] 2.9.2cvs18
2195 Fix race where it's possible to re-click Send
2196 between end of SMTP session and end of "move to
2197 sent folder" when sending an email with send
2200 2007-05-30 [colin] 2.9.2cvs17
2203 Ask for backtrace on all threads. Patch by
2206 Fix stale news statusbar when scanning fails.
2209 Fix some LDAP write updates bugs. Patch
2210 by Michael Rasmussen
2212 2007-05-29 [colin] 2.9.2cvs16
2215 Fix loss of local flags when moving mails
2216 on IMAP in high-bandwidth mode (UID FETCH)
2218 2007-05-25 [paul] 2.9.2cvs15
2220 * src/common/socket.c
2221 fix sometimes crasher on cancelling
2224 2007-05-25 [colin] 2.9.2cvs14
2229 Be more helpful in the subscription
2232 2007-05-23 [wwp] 2.9.2cvs13
2235 * src/prefs_compose_writing.c
2237 * src/prefs_template.c
2238 * src/prefs_template.h
2241 * src/quote_fmt_lex.l
2242 * src/quote_fmt_parse.y
2243 Introduced new syntax elements (symbols and commands)
2244 in templates/quote_fmt. Compatibility w/ old
2246 Updated and reworked the corresponding Information
2248 Display the line number in dialogs that talk about
2249 parser errors (in addition to the error message in
2252 2007-05-23 [wwp] 2.9.2cvs12
2254 * src/quote_fmt_parse.y
2255 Fix 2.9.2cvs11, probably a paste accident ;).
2257 2007-05-23 [wwp] 2.9.2cvs11
2260 * src/prefs_template.c
2262 * src/quote_fmt_parse.y
2263 Fix 2.9.2cvs10, which broke --disable-aspell.
2265 2007-05-22 [wwp] 2.9.2cvs10
2268 * src/prefs_template.c
2271 * src/quote_fmt_lex.l
2272 * src/quote_fmt_parse.y
2273 * src/gtk/gtkaspell.c
2274 * src/gtk/gtkaspell.h
2275 Added template/quote format syntactical elements
2277 - current dictionary
2278 %T to show (shows empty if not set or not enabled),
2279 ?T and !T to check if the default dictionary is
2281 - current account's default dictionary
2282 %aT to show (empty if not set or not enabled),
2283 ?aT and !aT to check if it's enabled and set
2284 - name completion for an address, from the address
2286 %ABf, %ABt, %ABc respectively show the full name got
2287 from the address book if From, To or Cc match a single
2289 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2290 matches any contact and if the full name is non-empty.
2291 If From, To or Cc are lists of email addresses, only
2292 the first address will be checked.
2293 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2294 that could show a trailing ','.
2295 Also, template/quote_fmt parser now shows the line number in case
2298 2007-05-15 [colin] 2.9.2cvs9
2302 Add a public function to know whether Claws
2304 Store opened folder when exiting
2307 Store last opened message in each FolderItem;
2308 Reset last seen messages if Claws crashed, so
2309 that one can't go in an infinite crash in case
2310 a particular mail crashes Claws.
2312 * src/prefs_common.c
2313 * src/prefs_common.h
2315 * src/prefs_summaries.c
2316 Add "Select last opened message" when entering
2318 Add "Select last opened folder" at startup.
2320 2007-05-14 [colin] 2.9.2cvs8
2323 Fix bashism, search for xml catalog
2324 in /usr/local/share/xml/catalog too
2327 2007-05-13 [wwp] 2.9.2cvs7
2329 * src/gtk/logwindow.c
2330 fix raising log windows when they are either minimized or
2333 2007-05-11 [colin] 2.9.2cvs6
2336 Use Hildon's file chooser on Maemo. Patch
2337 by Jean-Luc Biord; fixes part 2 of bug 1201,
2338 'File attachment "manipulation" bugs...'
2340 2007-05-10 [wwp] 2.9.2cvs5
2342 * src/prefs_common.c
2343 * src/prefs_common.h
2344 * src/gtk/quicksearch.c
2345 Add a quicksearch option to automatically run
2346 a search selected from the history (this option
2347 is exclusive towards type-ahead).
2349 2007-05-10 [colin] 2.9.2cvs4
2352 Fix g_warnings, thanks to Brian
2355 2007-05-09 [colin] 2.9.2cvs3
2360 * src/prefs_summaries.c
2363 * src/common/utils.c
2364 * src/gtk/gtksourceprintjob.c
2365 * src/gtk/sslcertwindow.c
2366 Use the re-entrant variant of time functions
2367 Probably fixes bug 1217, 'reentrancy problems
2368 with time functions'
2370 2007-05-09 [colin] 2.9.2cvs2
2373 Fix crasher when reconnection fails
2375 2007-05-08 [paul] 2.9.2cvs1
2381 bump version number following
2384 2007-05-08 [paul] 2.9.1cvs48
2386 * src/plugins/demo/demo.c
2387 * src/plugins/dillo_viewer/dillo_prefs.c
2388 * src/plugins/dillo_viewer/dillo_prefs.h
2389 * src/plugins/dillo_viewer/dillo_viewer.c
2390 * src/plugins/pgpcore/pgp_viewer.c
2391 * src/plugins/pgpcore/pgp_viewer.h
2392 * src/plugins/pgpcore/plugin.c
2393 * src/plugins/pgpcore/prefs_gpg.c
2394 * src/plugins/pgpcore/prefs_gpg.h
2395 * src/plugins/pgpcore/sgpgme.c
2396 * src/plugins/pgpcore/sgpgme.h
2397 * src/plugins/pgpinline/plugin.c
2398 * src/plugins/pgpmime/pgpmime.c
2399 * src/plugins/pgpmime/pgpmime.h
2400 * src/plugins/pgpmime/plugin.c
2401 * src/plugins/spamassassin/spamassassin.c
2402 * src/plugins/spamassassin/spamassassin.h
2403 * src/plugins/spamassassin/spamassassin_gtk.c
2404 * src/plugins/trayicon/README
2406 * tools/README.sylprint
2407 * tools/outlook2claws-mail.pl
2409 * tools/tb2claws-mail
2410 * tools/tbird2claws.py
2412 * tools/vcard2xml.py
2413 * tools/kdeservicemenu/README
2414 cleanups and corrections
2416 2007-05-06 [wwp] 2.9.1cvs47
2419 Fix missing dash to `display` command-line, reported
2420 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2422 2007-05-06 [colin] 2.9.1cvs46
2425 * src/stock_pixmap.c
2426 * src/stock_pixmap.h
2427 * src/pixmaps/printer.xpm
2430 2007-05-06 [paul] 2.9.1cvs45
2435 * src/summary_search.c
2439 2007-05-05 [wwp] 2.9.1cvs44
2443 * src/prefs_actions.c
2447 Fix "faild" typos everywhere and capitalization of
2450 2007-05-04 [colin] 2.9.1cvs43
2455 * src/plugins/pgpcore/prefs_gpg.c
2456 * src/plugins/pgpcore/prefs_gpg.h
2457 * src/plugins/pgpinline/pgpinline.c
2458 * src/plugins/pgpmime/pgpmime.c
2459 Add an API to warn about encryption limits,
2460 and allow to disable these warnings
2462 2007-05-03 [colin] 2.9.1cvs42
2466 Fix bug 1213, 'Delete more than
2469 2007-05-03 [wwp] 2.9.1cvs41
2471 * src/prefs_common.c
2472 * src/prefs_filtering.c
2473 * src/prefs_template.c
2474 * src/common/template.c
2475 * src/common/template.h
2476 * src/gtk/gtkutils.c
2477 * src/gtk/gtkutils.h
2478 Templates are no longer automatically sorted
2479 by name, but can be sorted manually using
2480 |< < > >| buttons as well as drag'n'drop.
2482 2007-05-03 [wwp] 2.9.1cvs40
2484 * src/plugins/spamassassin/spamassassin.c
2485 * src/plugins/spamassassin/spamassassin.h
2486 * src/plugins/spamassassin/spamassassin_gtk.c
2487 * src/plugins/bogofilter/bogofilter.c
2488 * src/plugins/bogofilter/bogofilter.h
2489 * src/plugins/bogofilter/bogofilter_gtk.c
2490 Added an option to conditionally mark saved spam
2491 as read (default is and was to do so).
2492 Satisfies feature request 1708539 on sf.net tracker.
2494 2007-05-03 [colin] 2.9.1cvs39
2497 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2499 2007-05-02 [colin] 2.9.1cvs38
2502 Fix bug 1209, 'Clicking on address
2503 in header (mailto uri) selects
2504 default account'. Patch adapted from
2507 2007-05-02 [colin] 2.9.1cvs37
2509 * src/grouplistdialog.c
2510 Set cursor to wait cursor while loading
2513 2007-05-02 [paul] 2.9.1cvs36
2517 rename cache and mark files
2520 2007-04-30 [paul] 2.9.1cvs35
2522 * manual/glossary.xml
2523 * manual/plugins.xml
2524 updates. Patch by Ricardo
2526 2007-04-29 [wwp] 2.9.1cvs34
2530 Fix few grammatical errors (patch by David Relson < relson at
2531 osagesoftware dot com >).
2533 2007-04-28 [colin] 2.9.1cvs33
2537 * src/prefs_account.c
2538 * src/prefs_account.h
2539 Drop the "Download all" preference. It's
2540 stupidly useless and confuses people from
2543 2007-04-27 [wwp] 2.9.1cvs32
2546 * src/prefs_account.c
2547 * src/prefs_account.h
2548 Don't reflect accounts changes to the mainwindow when it's
2551 2007-04-27 [colin] 2.9.1cvs31
2554 Freeze/thaw when sync'ing flags
2556 * src/prefs_account.c
2557 * src/prefs_account.h
2558 * src/etpan/imap-thread.c
2559 * src/etpan/imap-thread.h
2560 Add a way to use UID FETCH instead
2561 of searches to fetch message lists
2562 and flags. More expensive towards
2563 bandwidth, less expensive towards
2564 server's CPU. Probably fixes
2565 bug 1158, 'Scanning new folders on
2566 Exchange 2007 extremely slow'.
2569 2007-04-27 [paul] 2.9.1cvs30
2572 * src/prefs_logging.c
2573 improvements to english usage
2575 2007-04-27 [colin] 2.9.1cvs29
2578 Fix build without libetpan (my bad!)
2580 2007-04-26 [colin] 2.9.1cvs28
2584 Fix uselessly exported function
2586 Consider "- -- \n" as signature separator
2587 (that's what signature separators look like
2588 in PGP/Inline signed mails)
2590 2007-04-26 [colin] 2.9.1cvs27
2593 libetpan-0.49 is now required
2595 Fix double fetching of mails if
2598 Make offline sync faster, by
2599 remembering last change time, and
2602 2007-04-26 [hoa] 2.9.1cvs26
2608 * src/etpan/imap-thread.c
2609 * src/etpan/imap-thread.h
2610 cancellation of IMAP operations is now allowed.
2611 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2613 2007-04-26 [colin] 2.9.1cvs25
2616 Always fetch body+headers in folders that are
2617 synched for offline use, if "Synchronise as
2618 soon as possible" is set.
2619 Fixes bug 1200, 'Add option to always retrieve full
2622 2007-04-25 [colin] 2.9.1cvs24
2625 Fix bug 1198, 'Reply-all "disappearing" address bug
2628 2007-04-24 [colin] 2.9.1cvs23
2631 Fix bug 1195, 'Hardware key navigation'
2632 Make GDK_Enter toggle expansion (Maemo)
2634 2007-04-24 [wwp] 2.9.1cvs22
2637 Fix few compiler warnings.
2639 2007-04-24 [paul] 2.9.1cvs21
2642 * src/stock_pixmap.c
2643 * src/stock_pixmap.h
2644 complete last commit
2646 2007-04-24 [paul] 2.9.1cvs20
2649 * src/pixmaps/active.xpm
2650 * src/pixmaps/checkbox_off.xpm
2651 * src/pixmaps/checkbox_on.xpm
2652 * src/pixmaps/inactive.xpm
2654 remove transparent border from checkbox icons
2656 2007-04-24 [wwp] 2.9.1cvs19
2660 Fix a crash in textview, thanks to Colin.
2662 2007-04-23 [wwp] 2.9.1cvs18
2664 * src/prefs_common.c
2665 Fix 2.9.1cvs5: no header was being translated at all.
2667 2007-04-23 [colin] 2.9.1cvs17
2670 * src/stock_pixmap.c
2671 * src/stock_pixmap.h
2674 * src/gtk/gtksctree.c
2675 * src/gtk/gtksctree.h
2676 * src/pixmaps/selection.xpm
2677 Fix bug 1193, 'Need a way to multi-select
2678 items'. Add a toggle button to the summaryview
2679 to switch between normal and multiple selection
2682 2007-04-23 [colin] 2.9.1cvs16
2685 * src/stock_pixmap.c
2686 * src/stock_pixmap.h
2689 * src/gtk/gtksctree.c
2690 * src/gtk/gtksctree.h
2691 * src/pixmaps/selection.xpm
2692 Fix bug 1193, 'Need a way to multi-
2694 Add a toggle button in the summaryview
2695 to enable normal or multiple selection.
2698 2007-04-23 [colin] 2.9.1cvs15
2701 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2703 2007-04-21 [colin] 2.9.1cvs14
2705 * src/gtk/quicksearch.c
2706 Fix previous commit (actually use correct
2709 2007-04-21 [colin] 2.9.1cvs13
2711 * src/gtk/quicksearch.c
2712 Fix changing quicksearch type (after Esc,
2713 after changing Recursive, ...)
2715 2007-04-20 [wwp] 2.9.1cvs12
2717 * src/gtk/Makefile.am
2718 Added headers.h (completes 2.9.1cvs5).
2720 2007-04-20 [wwp] 2.9.1cvs11
2723 Fix the use of display name in name column,
2724 it has been overriden w/ the use of nickname
2725 by 2.9.0cvs3. Now nickname is used (if any)
2726 in case of LDAP books only.
2728 2007-04-20 [colin] 2.9.1cvs10
2733 Add handling of 'a' to loop in a mail's
2736 2007-04-20 [colin] 2.9.1cvs9
2739 Fix bug 1190, 'dir_open' button doesn't work'
2742 2007-04-20 [colin] 2.9.1cvs8
2746 Fix bug 1194, 'Hardware keys move from email
2747 list to account/directory list, but not back
2748 to email list...' (Maemo)
2750 2007-04-20 [colin] 2.9.1cvs7
2753 complete previous commit
2755 2007-04-20 [colin] 2.9.1cvs6
2758 Fix bug 1187, 'Reply-to addressee disappears
2759 when reply-to text box is clicked...' (Maemo)
2761 2007-04-20 [wwp] 2.9.1cvs5
2769 * src/prefs_common.c
2770 * src/prefs_common.h
2771 * src/prefs_display_header.c
2772 * src/prefs_matcher.c
2775 * src/gtk/quicksearch.c
2776 Translate more header names according to the relevant option value,
2777 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2778 Replaced nearly all uses of prefs_common.trans_hdr with a call
2779 to prefs_common_translated_header_name().
2780 Added a headers.h reference file that contains known header names
2781 (RFC2822 and others) to the translation process' input, so that
2782 translated header names will still exist even if no occurrence of
2783 _("headername") is found anymore in the sources.
2784 Don't translate column name 'Number' following to trans_hdr option
2785 value as it's not a header name.
2787 2007-04-20 [colin] 2.9.1cvs4
2789 * src/gtk/quicksearch.c
2790 * src/gtk/quicksearch.h
2791 Add "From, To or Subject" quicksearch
2792 type. Patch by ulfschaper@users.sf.net
2794 2007-04-20 [colin] 2.9.1cvs3
2797 Implement proper references filtering condition.
2798 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2800 2007-04-19 [wwp] 2.9.1cvs2
2802 * src/prefs_display_header.c
2803 * src/message_search.c
2804 Fix few warnings (g_free of const gchar*).
2806 2007-04-19 [paul] 2.9.1cvs1
2812 bump version number following
2815 2007-04-19 [paul] 2.9.0cvs9
2817 * manual/advanced.xml
2818 * manual/glossary.xml
2821 2007-04-18 [paul] 2.9.0cvs8
2824 fix for CVE-2007-1558 (APOP)
2827 2007-04-18 [paul] 2.9.0cvs7
2833 Fix encoding woes wrt saving of
2837 2007-04-18 [colin] 2.9.0cvs6
2839 * src/gtk/pluginwindow.c
2840 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2842 2007-04-17 [wwp] 2.9.0cvs5
2848 Fix --disable-ldap build,
2849 fix some LDAP annoyances on
2850 searches, thanks to Colin.
2852 2007-04-17 [wwp] 2.9.0cvs4
2855 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2856 like gcc 2.9x. Thanks to Colin.
2858 2007-04-17 [wwp] 2.9.0cvs3
2874 Add LDAP write support. Patch mostly by
2875 Michael <mir at datanom dot net>
2877 2007-04-17 [wwp] 2.9.0cvs2
2880 Prepend "Add to address book" to the context menu of compose window's sender and
2883 2007-04-16 [paul] 2.9.0cvs1
2888 2007-04-16 [paul] 2.9.0
2895 2007-04-16 [paul] 2.8.1cvs102
2898 updated by Fabien Vantard
2900 2007-04-16 [paul] 2.8.1cvs101
2910 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2911 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2912 Aleksandar Urosevic, and Ralgh Young
2914 2007-04-15 [mones] 2.8.1cvs100
2919 2007-04-14 [colin] 2.8.1cvs99
2921 * src/message_search.c
2922 * src/prefs_display_header.c
2923 * src/summary_search.c
2924 * src/gtk/combobox.c
2927 2007-04-14 [wwp] 2.8.1cvs98
2929 * src/gtk/combobox.c
2930 * src/message_search.c
2931 * src/summary_search.c
2932 * src/prefs_display_header.c
2933 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2934 returns NULL, get the text value directly from the GtkEntry child.
2936 2007-04-13 [colin] 2.8.1cvs97
2938 * src/gtk/quicksearch.c
2939 Give the focus back to summaryview when
2940 emptying the quicksearch with Esc
2942 2007-04-13 [colin] 2.8.1cvs96
2944 * src/message_search.c
2945 * src/prefs_display_header.c
2946 * src/summary_search.c
2947 Fix possibles crashes when getting text
2950 2007-04-13 [colin] 2.8.1cvs95
2953 Add some UIDL debugging
2955 2007-04-12 [colin] 2.8.1cvs94
2958 Force folder scan if necessary after
2959 copying mails, to be able to reapply
2962 2007-04-11 [colin] 2.8.1cvs93
2965 don't scan for new mail on startup if --select
2966 is specified (or race conditions arise). If so,
2967 do both sequentially.
2969 2007-04-09 [colin] 2.8.1cvs92
2972 Use leafpad by default on Maemo. Patch
2975 2007-04-06 [colin] 2.8.1cvs91
2977 * src/pixmaps/queue_close.xpm
2978 * src/pixmaps/queue_close_hrm.xpm
2979 * src/pixmaps/queue_close_hrm_mark.xpm
2980 * src/pixmaps/queue_close_mark.xpm
2981 * src/pixmaps/queue_open.xpm
2982 * src/pixmaps/queue_open_hrm.xpm
2983 * src/pixmaps/queue_open_hrm_mark.xpm
2984 * src/pixmaps/queue_open_mark.xpm
2985 Move the clock one pixel down :)
2987 2007-04-05 [colin] 2.8.1cvs90
2990 Don't sync when switching offline from
2991 command line - it's usually too late :)
2993 2007-04-05 [paul] 2.8.1cvs89
2996 * src/stock_pixmap.c
2997 * src/pixmaps/dir_close_hrm.xpm
2998 * src/pixmaps/dir_close_hrm_mark.xpm
2999 * src/pixmaps/drafts_close.xpm
3000 * src/pixmaps/drafts_close_mark.xpm
3001 * src/pixmaps/drafts_open.xpm
3002 * src/pixmaps/drafts_open_mark.xpm
3003 * src/pixmaps/inbox.xpm
3004 * src/pixmaps/inbox_close.xpm
3005 * src/pixmaps/inbox_close_hrm.xpm
3006 * src/pixmaps/inbox_close_hrm_mark.xpm
3007 * src/pixmaps/inbox_close_mark.xpm
3008 * src/pixmaps/inbox_hrm.xpm
3009 * src/pixmaps/inbox_hrm_mark.xpm
3010 * src/pixmaps/inbox_mark.xpm
3011 * src/pixmaps/inbox_open.xpm
3012 * src/pixmaps/inbox_open_hrm.xpm
3013 * src/pixmaps/inbox_open_hrm_mark.xpm
3014 * src/pixmaps/inbox_open_mark.xpm
3015 * src/pixmaps/outbox.xpm
3016 * src/pixmaps/outbox_close.xpm
3017 * src/pixmaps/outbox_close_hrm.xpm
3018 * src/pixmaps/outbox_close_hrm_mark.xpm
3019 * src/pixmaps/outbox_close_mark.xpm
3020 * src/pixmaps/outbox_hrm.xpm
3021 * src/pixmaps/outbox_hrm_mark.xpm
3022 * src/pixmaps/outbox_mark.xpm
3023 * src/pixmaps/outbox_open.xpm
3024 * src/pixmaps/outbox_open_hrm.xpm
3025 * src/pixmaps/outbox_open_hrm_mark.xpm
3026 * src/pixmaps/outbox_open_mark.xpm
3027 * src/pixmaps/queue_close.xpm
3028 * src/pixmaps/queue_close_hrm.xpm
3029 * src/pixmaps/queue_close_hrm_mark.xpm
3030 * src/pixmaps/queue_close_mark.xpm
3031 * src/pixmaps/queue_open.xpm
3032 * src/pixmaps/queue_open_hrm.xpm
3033 * src/pixmaps/queue_open_hrm_mark.xpm
3034 * src/pixmaps/queue_open_mark.xpm
3035 updated, added and replaced icons
3038 2007-04-04 [colin] 2.8.1cvs88
3041 Fix build without libetpan
3043 2007-04-03 [colin] 2.8.1cvs87
3046 Fix crash with Citadel, and try to make
3047 things work. this server (and specifically
3048 STATUS and APPEND at least) seems broken.
3050 2007-04-03 [colin] 2.8.1cvs86
3053 Fix icons on folder close
3055 2007-04-03 [colin] 2.8.1cvs85
3058 Fix double-ask of offline override in
3063 Much more efficient way to synchronise
3065 * src/etpan/imap-thread.c
3068 * src/gtk/quicksearch.c
3071 2007-04-03 [paul] 2.8.1cvs84
3076 * src/prefs_common.c
3077 * src/prefs_common.h
3079 Fix sync being done too late
3082 2007-04-02 [colin] 2.8.1cvs83
3085 Maemo: Put status and quicksearch at the top
3086 * src/plugins/bogofilter/bogofilter.c
3087 * src/plugins/spamassassin/spamassassin.c
3088 Derive trash from inbox if possible
3090 2007-04-02 [paul] 2.8.1cvs82
3092 * src/plugins/bogofilter/bogofilter_gtk.c
3093 a few English changes
3099 2007-04-02 [colin] 2.8.1cvs81
3101 * src/image_viewer.c
3102 Fix transparent images by using
3105 Flush events (on new windows) to avoid
3106 having the textview's image resize fail
3107 to know the available width
3109 2007-04-01 [colin] 2.8.1cvs80
3111 * src/prefs_account.c
3112 If no MH mailbox exist, when creating a POP/Local
3113 account, just create and use the default one
3114 instead of bailing with a "Mailbox doesn't exist"
3117 2007-03-31 [colin] 2.8.1cvs79
3119 * src/prefs_account.c
3120 Create signature file if it doesn't exist
3122 * src/prefs_toolbar.c
3123 Maemo: Move "Use default" on the left so
3124 that people can find it
3126 Maemo: make default editor "Maemopad",
3127 default signature file "MyDocs/signature.txt"
3129 2007-03-31 [colin] 2.8.1cvs78
3131 * src/prefs_account.c
3132 Maemo: rework account prefs so
3133 that less horizontal scrolling
3136 2007-03-31 [colin] 2.8.1cvs77
3139 * src/prefs_common.c
3140 * src/prefs_common.h
3141 Fix bug 1167, 'Allow not displaying zeros
3142 in folder list'. Patch by MartinP
3144 2007-03-31 [colin] 2.8.1cvs76
3149 2007-03-31 [colin] 2.8.1cvs75
3152 Apply patch from bug 1172, direct
3153 access to the folder's session instead
3154 of using getter. Patch by MartinP
3156 2007-03-31 [paul] 2.8.1cvs74
3159 no need to list Fabien twice!
3161 2007-03-31 [colin] 2.8.1cvs73
3164 If we're currently "overriding for %d minutes",
3167 2007-03-31 [colin] 2.8.1cvs72
3175 * src/plugins/spamassassin/spamassassin.c
3176 Offline override: Add a parameter to allow
3177 asking even if the override timer is running.
3178 Allows to ask every time the user makes an
3179 explicit action needing online access (such
3180 as Get Mail), and not when the action is
3181 implicit (such as opening an IMAP folder)
3183 2007-03-31 [colin] 2.8.1cvs71
3186 Override offline: "No" answer shouldn't
3187 re-ask after 3 seconds, but 10 minutes.
3189 2007-03-30 [colin] 2.8.1cvs70
3191 * src/common/socket.c
3192 Better error reporting on unix socket
3193 failure (bind usually)
3194 * src/gtk/gtkutils.c
3195 * src/gtk/gtkutils.h
3196 Label window: add a pulsing progress
3197 bar to show we're not hung :)
3200 * src/plugins/pgpcore/sgpgme.c
3203 2007-03-30 [colin] 2.8.1cvs69
3206 * src/prefs_common.c
3207 Fix possible trashing of history and uidl
3208 files on disk full problems
3210 2007-03-30 [paul] 2.8.1cvs68
3215 update summary when changing layout type
3216 (fixes wrong folder icon being displayed)
3219 2007-03-29 [colin] 2.8.1cvs67
3221 * src/prefs_ext_prog.c
3222 The browser pref is irrelevant on Maemo
3224 2007-03-29 [colin] 2.8.1cvs66
3228 Maemo: dynamically switch headers/text position
3229 * src/prefs_common.c
3230 Maemo: hide compose's ruler by default
3231 * src/common/socket.c
3232 * src/common/socket.h
3235 2007-03-29 [colin] 2.8.1cvs65
3237 * src/common/socket.c
3238 * src/common/socket.h
3239 Fix build when MAEMO_CFLAGS contains
3240 _X_OPENSOURCE (resolv.h errors as long
3241 as we don't add _BSD_SOURCE. Ugly).
3243 2007-03-29 [wwp] 2.8.1cvs64
3245 * src/prefs_logging.c
3246 Fix sensitivity of clip-log widgets in prefs/logging,
3249 2007-03-29 [wwp] 2.8.1cvs63
3252 Updated files list for translations, thanks to Fabien.
3254 2007-03-29 [colin] 2.8.1cvs62
3257 * src/common/Makefile.am
3258 * src/common/utils.c
3259 Maybe make URI opening work in Maemo
3262 2007-03-28 [colin] 2.8.1cvs61
3267 Add the possibility to sort folders arbitrarily
3268 (via editing of folderlist.xml only). Patch by
3269 Martin P <mp26+claws@os.inf.tu-dresden.de>
3270 Fixes bug 1166, 'Folder ordering is fixed and cannot
3271 be changed by the user'
3273 2007-03-28 [colin] 2.8.1cvs60
3276 Add popup menu for mime icons
3278 2007-03-28 [colin] 2.8.1cvs59
3281 Fix a layout issue when presenting
3282 mainwindow in Small screen layout
3285 Add a "Go to folder list" button for
3286 mainwindow, and make it default in
3289 2007-03-28 [colin] 2.8.1cvs58
3292 Don't dynamically update title on Maemo
3293 Patch by Jean-Luc Biord
3295 2007-03-27 [colin] 2.8.1cvs57
3300 Enable tap-and-hold on Maemo
3302 2007-03-26 [colin] 2.8.1cvs56
3305 More popup-menu (in attachments list)
3307 2007-03-26 [colin] 2.8.1cvs55
3310 Enable popup-menu signal
3312 2007-03-26 [colin] 2.8.1cvs54
3314 * src/plugins/pgpinline/pgpinline.c
3315 Fix bug 1111, 'PGP/inline plugin hides text
3316 around encrypted text block'. Patch based on
3317 a patch from Michal Cihar.
3319 2007-03-26 [wwp] 2.8.1cvs53
3322 Fix getting a false error when sending queued message
3323 whereas the sending was fine (if there are subfolders
3324 in the queue folder), thanks to Colin.
3326 2007-03-26 [paul] 2.8.1cvs52
3329 update FACE header in welcome message
3331 2007-03-25 [colin] 2.8.1cvs51
3336 2007-03-25 [colin] 2.8.1cvs50
3339 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3341 2007-03-24 [colin] 2.8.1cvs49
3344 Fix a few launch problems on Maemo
3345 Patch by Jean-Luc Biord
3347 2007-03-24 [wwp] 2.8.1cvs48
3353 Fix wrong action performed when closing the
3354 "ask about account specific filtering rules
3355 when filtering manually" dialog by pressing Escape.
3356 Fix wrong order of buttons in the "return receipt
3357 notification - the message was sent to several of
3358 your accounts" dialog.
3360 2007-03-24 [paul] 2.8.1cvs47
3363 an improvement to English usage
3364 * tools/kdeservicemenu/README
3367 2007-03-24 [paul] 2.8.1cvs46
3370 * src/stock_pixmap.c
3371 * src/pixmaps/edit_extern.xpm
3372 * src/pixmaps/mail_sign.xpm
3373 rescue long lost icons
3375 2007-03-24 [paul] 2.8.1cvs45
3378 fix toolbar (broken in 2.8.1cvs42)
3380 2007-03-23 [colin] 2.8.1cvs44
3383 Correctly unsubscribe/resubscribe after
3386 2007-03-23 [colin] 2.8.1cvs43
3388 * src/prefs_common.c
3389 Maemo: as the platform is light on RAM, allow
3390 caches to be discarded faster.
3392 2007-03-23 [colin] 2.8.1cvs42
3397 * src/stock_pixmap.c
3398 * src/stock_pixmap.h
3403 * src/pixmaps/open_mail.xpm
3404 Maemo changes: Add the possibility to have
3405 "Open Email" and "Close Window" buttons on
3406 toolbars (and use them in Maemo's default
3409 2007-03-23 [wwp] 2.8.1cvs41
3412 Reverted that part of the action dialog closure logics, to
3413 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3414 done later in a different way (or may not).
3416 2007-03-22 [wwp] 2.8.1cvs40
3419 Fix sticky action dialog when got no output but action command
3420 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3422 2007-03-22 [colin] 2.8.1cvs39
3424 * src/prefs_filtering.c
3425 * src/gtk/combobox.h
3426 Fix escaping account names in filtering prefs
3428 2007-03-22 [colin] 2.8.1cvs38
3433 Add any attribute specified in LDAP servers'
3434 Search attributes to the Other Attributes tab
3435 of contacts; Add 'telephoneNumber' in the
3438 2007-03-22 [colin] 2.8.1cvs37
3443 Try to prevent race conditions when
3444 changing the folder list
3446 Fix possible red folder icon when
3447 switching from Small screen layout
3450 2007-03-22 [colin] 2.8.1cvs36
3455 Rename "little screen" to "Small screen"
3456 * src/gtk/Makefile.am
3457 * src/common/utils.c
3459 Fix Maemo-related compilation problems
3461 2007-03-21 [colin] 2.8.1cvs35
3465 * claws-mail.desktop
3466 Remove .png from the Icon, it's useless
3468 2007-03-21 [colin] 2.8.1cvs34
3472 Add the necessary lib checking for
3475 2007-03-21 [colin] 2.8.1cvs33
3478 Fix unconditional "error happened" when
3479 sending via command-line. "lol @ myself"
3481 2007-03-21 [colin] 2.8.1cvs32
3483 * claws-mail-40x40.png
3484 * claws-mail-26x26.png
3494 * src/prefs_account.c
3495 * src/prefs_common.c
3496 * src/summary_search.c
3500 * src/gtk/gtkutils.c
3501 * src/gtk/gtkutils.h
3502 * src/gtk/logwindow.c
3504 * src/gtk/prefswindow.c
3505 Add Maemo port (patch mainly by Jean-Luc Biort)
3506 Add a new 'Little screen' layout to help on such
3507 platforms (patch by me)
3508 Make some default preferences different (more
3509 adapted) on Maemo (patch by me)
3511 2007-03-21 [wwp] 2.8.1cvs31
3513 * src/prefs_logging.c
3514 * src/prefs_logging.h
3515 Fixed copyright header of newly added files.
3517 2007-03-21 [wwp] 2.8.1cvs30
3533 * src/prefs_common.c
3534 * src/prefs_common.h
3535 * src/prefs_logging.c
3536 * src/prefs_logging.h
3539 * src/send_message.c
3544 * src/common/session.c
3546 * src/common/socket.c
3547 * src/etpan/imap-thread.c
3548 * src/gtk/logwindow.c
3549 * src/gtk/logwindow.h
3550 * src/plugins/bogofilter/bogofilter.c
3551 * src/plugins/spamassassin/spamassassin.c
3552 Added debugging of filtering/processing rules.
3553 The debug log is here 'Tools/Filtering debug window',
3554 the options there 'Configuration/Preferences/Other/Logging',
3555 and the log file is ~/.claws-mail/filtering.log.
3556 Moved protocol log prefs to 'Other/Logging' as well.
3557 To support such debugging feature, the existing log API has
3558 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3559 this impacts many external modules (commits follow).
3561 2007-03-21 [paul] 2.8.1cvs29
3563 * src/etpan/Makefile.am
3564 * src/etpan/imap-thread.c
3565 add missing #include
3567 2007-03-21 [colin] 2.8.1cvs28
3570 Fix bug 1157, 'some broken messages confuse
3571 mime parser'. Make sure we can't have MimeInfos
3572 with negative sizes.
3574 2007-03-20 [colin] 2.8.1cvs27
3577 Fix missing \0 on buffer
3579 2007-03-20 [colin] 2.8.1cvs26
3582 Use make_dir_hier instead of make_dir
3583 to create the MH mailbox
3585 2007-03-20 [colin] 2.8.1cvs25
3589 * src/prefs_account.c
3591 Fix default inbox weirdnesses (after wizard,
3592 if path is Mail, mailbox identifier is #mh/Mailbox,
3593 and when creating new accounts)
3595 2007-03-20 [colin] 2.8.1cvs24
3598 Write folderlist after adding/deleting accounts
3601 2007-03-20 [colin] 2.8.1cvs23
3604 * src/remotefolder.h
3605 Fix bug 1153, 'CM segfaults if IMAP folder is
3606 selected while scanning prior to update'
3608 2007-03-17 [paul] 2.8.1cvs22
3611 fix a typo, and be a little more verbose.
3613 2007-03-17 [wwp] 2.8.1cvs21
3616 Fix a compiler warning.
3618 2007-03-16 [wwp] 2.8.1cvs20
3622 Updated to deal w/ the new mairix.sh tool.
3624 2007-03-16 [wwp] 2.8.1cvs19
3627 Fix logics issues around the action IO dialog:
3628 - disable entry widget and exec button when
3629 the exec button is clicked (don't wait for any
3630 output line) - fix possible disabling/re-enabling/
3631 re-disabling of those widgets
3632 - raise an error if executing a %as{} action either
3633 empty or invalid, instead of failing silently
3634 - don't close the dialog if the abort button has been
3635 clicked and if there was no output yet
3636 - set focus to the abort button when the exec button
3638 - fix capitalization of a warning message
3640 2007-03-16 [wwp] 2.8.1cvs18
3643 Added a wrapper to mairix to the tools folder.
3645 2007-03-16 [colin] 2.8.1cvs17
3649 Allow mimeviewer plugins to print
3652 2007-03-16 [colin] 2.8.1cvs16
3657 2007-03-15 [colin] 2.8.1cvs15
3661 Add a way for mimeviewer plugins to
3662 implement body search
3664 2007-03-15 [paul] 2.8.1cvs14
3666 * src/prefs_spelling.c
3669 2007-03-15 [paul] 2.8.1cvs13
3671 * src/common/quoted-printable.c
3672 fix decoding of quoted-printable parts
3674 2007-03-14 [wwp] 2.8.1cvs12
3676 * src/gtk/logwindow.h
3677 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3679 2007-03-14 [wwp] 2.8.1cvs11
3681 * src/gtk/logwindow.h
3682 Complete 2.8.1cvs10.
3684 2007-03-14 [colin] 2.8.1cvs10
3686 * src/gtk/logwindow.c
3687 Probably fix bug 1149, crash on logwindow
3688 close - at the expense of performance once
3689 logwin has been opened
3691 2007-03-14 [colin] 2.8.1cvs9
3694 If claws-mail is running on another
3695 display, warn instead of popping it up
3696 on the other display
3698 2007-03-12 [colin] 2.8.1cvs8
3701 Fix bug 1145, 'Setting a different name
3702 for the Mailbox name isn't reflected in
3703 default account settings'. Patch by wwp
3705 2007-03-12 [colin] 2.8.1cvs7
3708 Fix bug 1143, 'Add number of messages to be
3709 deleted to confirmation dialog'
3711 2007-03-12 [wwp] 2.8.1cvs6
3714 * src/prefs_common.c
3715 * src/prefs_common.h
3716 * src/prefs_summaries.c
3717 Changed the option that displays unread messages count
3718 next to the folder name in folder list: it is now
3719 possible to either display nothing, display the
3720 unread messages number only or the unread and total messages
3721 numbers. The patch includes this extra feature as well
3722 as some minor fixes by rewriting the algo in folderview.c.
3723 Thanks to Paul for the original idea and implementation, plus
3724 testing and proof-reading!
3726 2007-03-09 [paul] 2.8.1cvs5
3730 * tools/claws-mail-compose-insert-files.pl
3731 added a script which enables inserting files
3732 into the message body of a new Claws Mail
3733 Compose window from the command line. Additionally
3734 To, Cc, Subject and files to attach to the message
3737 2007-03-09 [wwp] 2.8.1cvs4
3742 Optimize matching of addresses in the addressbook
3743 (filtering/processing 'found_in_addressbook' condition).
3745 2007-03-07 [wwp] 2.8.1cvs3
3748 * src/quote_fmt_lex.l
3749 * src/quote_fmt_parse.y
3750 Add a new quote format symbol: %A to insert the
3751 sender email address (just the address itself).
3753 2007-03-06 [wwp] 2.8.1cvs2
3755 * src/gtk/gtkutils.c
3756 * src/plugins/trayicon/trayicon_prefs.h
3757 * src/plugins/trayicon/trayicon_prefs.c
3758 * src/plugins/trayicon/trayicon.c
3761 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3762 minimizing Claws-Mail main window will hide it to the trayicon instead.
3765 2007-03-06 [paul] 2.8.1cvs1
3771 bump version number following
3774 2007-03-06 [paul] 2.8.0cvs24
3777 corrected by by Tim <timbrain@post.cz>
3779 2007-03-05 [colin] 2.8.0cvs23
3783 Fix mime/globs path on NetBSD
3784 patch by George Michaelson
3786 2007-03-05 [wwp] 2.8.0cvs22
3789 Remove debug statement (accidentally committed w/ cvs14).
3791 2007-03-05 [paul] 2.8.0cvs21
3793 * src/plugins/pgpcore/prefs_gpg.c
3794 fix compiler warning
3796 2007-03-05 [wwp] 2.8.0cvs20
3798 * src/matcher_parser_parse.y
3799 Fix mismerge between cvs17 and cvs19.
3801 2007-03-05 [wwp] 2.8.0cvs19
3803 * src/matcher_parser_parse.y
3804 * src/prefs_filtering_action.c
3809 Add new 'add_to_addressbook' filtering/processing action.
3811 2007-03-05 [wwp] 2.8.0cvs18
3814 Fix mark_as_ham filtering/processing action: spam flag
3817 2007-03-04 [colin] 2.8.0cvs17
3822 * src/matcher_parser_parse.y
3823 * src/prefs_filtering_action.c
3824 Add 'Mark as spam' and 'Mark as ham' filtering
3825 actions. Fixes bug 1138.
3827 2007-03-04 [colin] 2.8.0cvs16