1 2007-06-04 [colin] 2.9.2cvs37
4 Use original mail file for forward/redirect
5 Fixes some forwarded mails to be attached as
6 application/octet-stream (when they have binary
7 parts), and incidentally fixes bug 848
8 'Redirect breaks GnuPG'
10 2007-06-04 [wwp] 2.9.2cvs36
13 Fix quote mark mis-initialisation when replying/forwarding
14 (introduced w/ 2.9.2cvs20).
16 2007-06-04 [wwp] 2.9.2cvs35
18 * src/prefs_compose_writing.c
20 Fix a bug where Quotation characters (prefs/compose/writing)
21 was cleared (introduced w/ 2.9.2cvs26).
23 2007-06-04 [wwp] 2.9.2cvs34
27 Better fix for compiling w/o aspell (rollbacks
30 2007-06-04 [wwp] 2.9.2cvs33
36 It's now possible to disable mail filtering plugins
37 on a per-account basis.
39 2007-06-04 [wwp] 2.9.2cvs32
44 Support CRLF in headers part of messages.
45 Support few more date formats (RFC3339 subsets).
47 2007-06-04 [wwp] 2.9.2cvs31
50 Fix compiling w/o aspell support.
52 2007-06-03 [wwp] 2.9.2cvs30
55 Don't decode leading ENV_ and ~ in P_PASSWORD
58 2007-06-03 [wwp] 2.9.2cvs29
61 Don't decode leading ENV_ and ~ in P_PASSWORD
64 2007-06-03 [wwp] 2.9.2cvs28
67 * src/gtk/prefswindow.c
68 * src/gtk/prefswindow.h
69 Added a way to force preloading of all pages
71 Moved tabs to pages in account prefs.
73 2007-06-02 [colin] 2.9.2cvs27
76 Fix possible crash, fix ldap write bugs
78 Fix ldap write bugs - patch by Michael
82 Add a hook whenever alertpanel opens/closes
84 2007-05-31 [wwp] 2.9.2cvs26
86 * src/prefs_compose_writing.c
88 Re-organized writing options a bit:
89 - renamed the Quoting page to Templates
90 - moved all composing templates to that page
91 - moved non-templates options to the Writing one,
92 grouped reply-related options, reordered reply and
95 2007-05-31 [wwp] 2.9.2cvs25
100 2007-05-31 [colin] 2.9.2cvs24
103 Fix missing display name when modifying
104 LDAP. Patch by Michael Rasmussen
106 2007-05-31 [wwp] 2.9.2cvs23
108 * src/plugins/bogofilter/Makefile.am
109 * src/plugins/clamav/Makefile.am
110 * src/plugins/demo/Makefile.am
111 * src/plugins/dillo_viewer/Makefile.am
112 * src/plugins/spamassassin/Makefile.am
113 Fix building of those plugins in Mac OS X.
115 2007-05-30 [wwp] 2.9.2cvs22
117 * src/gtk/quicksearch.c
118 Fix missing initialization.
120 2007-05-30 [wwp] 2.9.2cvs21
123 Revert accidental commit (debug outputs).
125 2007-05-30 [wwp] 2.9.2cvs20
128 * src/folder_item_prefs.c
129 * src/folder_item_prefs.h
130 * src/prefs_account.c
131 * src/prefs_account.h
132 * src/prefs_folder_item.c
135 Implemented per-account and per-folder
136 compose/reply/forward formats.
138 2007-05-30 [wwp] 2.9.2cvs19
140 * src/prefs_compose_writing.c
145 Internal API changes (factorize quote format
148 2007-05-30 [colin] 2.9.2cvs18
151 Fix race where it's possible to re-click Send
152 between end of SMTP session and end of "move to
153 sent folder" when sending an email with send
156 2007-05-30 [colin] 2.9.2cvs17
159 Ask for backtrace on all threads. Patch by
162 Fix stale news statusbar when scanning fails.
165 Fix some LDAP write updates bugs. Patch
168 2007-05-29 [colin] 2.9.2cvs16
171 Fix loss of local flags when moving mails
172 on IMAP in high-bandwidth mode (UID FETCH)
174 2007-05-25 [paul] 2.9.2cvs15
176 * src/common/socket.c
177 fix sometimes crasher on cancelling
180 2007-05-25 [colin] 2.9.2cvs14
185 Be more helpful in the subscription
188 2007-05-23 [wwp] 2.9.2cvs13
191 * src/prefs_compose_writing.c
193 * src/prefs_template.c
194 * src/prefs_template.h
197 * src/quote_fmt_lex.l
198 * src/quote_fmt_parse.y
199 Introduced new syntax elements (symbols and commands)
200 in templates/quote_fmt. Compatibility w/ old
202 Updated and reworked the corresponding Information
204 Display the line number in dialogs that talk about
205 parser errors (in addition to the error message in
208 2007-05-23 [wwp] 2.9.2cvs12
210 * src/quote_fmt_parse.y
211 Fix 2.9.2cvs11, probably a paste accident ;).
213 2007-05-23 [wwp] 2.9.2cvs11
216 * src/prefs_template.c
218 * src/quote_fmt_parse.y
219 Fix 2.9.2cvs10, which broke --disable-aspell.
221 2007-05-22 [wwp] 2.9.2cvs10
224 * src/prefs_template.c
227 * src/quote_fmt_lex.l
228 * src/quote_fmt_parse.y
229 * src/gtk/gtkaspell.c
230 * src/gtk/gtkaspell.h
231 Added template/quote format syntactical elements
234 %T to show (shows empty if not set or not enabled),
235 ?T and !T to check if the default dictionary is
237 - current account's default dictionary
238 %aT to show (empty if not set or not enabled),
239 ?aT and !aT to check if it's enabled and set
240 - name completion for an address, from the address
242 %ABf, %ABt, %ABc respectively show the full name got
243 from the address book if From, To or Cc match a single
245 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
246 matches any contact and if the full name is non-empty.
247 If From, To or Cc are lists of email addresses, only
248 the first address will be checked.
249 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
250 that could show a trailing ','.
251 Also, template/quote_fmt parser now shows the line number in case
254 2007-05-15 [colin] 2.9.2cvs9
258 Add a public function to know whether Claws
260 Store opened folder when exiting
263 Store last opened message in each FolderItem;
264 Reset last seen messages if Claws crashed, so
265 that one can't go in an infinite crash in case
266 a particular mail crashes Claws.
271 * src/prefs_summaries.c
272 Add "Select last opened message" when entering
274 Add "Select last opened folder" at startup.
276 2007-05-14 [colin] 2.9.2cvs8
279 Fix bashism, search for xml catalog
280 in /usr/local/share/xml/catalog too
283 2007-05-13 [wwp] 2.9.2cvs7
285 * src/gtk/logwindow.c
286 fix raising log windows when they are either minimized or
289 2007-05-11 [colin] 2.9.2cvs6
292 Use Hildon's file chooser on Maemo. Patch
293 by Jean-Luc Biord; fixes part 2 of bug 1201,
294 'File attachment "manipulation" bugs...'
296 2007-05-10 [wwp] 2.9.2cvs5
300 * src/gtk/quicksearch.c
301 Add a quicksearch option to automatically run
302 a search selected from the history (this option
303 is exclusive towards type-ahead).
305 2007-05-10 [colin] 2.9.2cvs4
308 Fix g_warnings, thanks to Brian
311 2007-05-09 [colin] 2.9.2cvs3
316 * src/prefs_summaries.c
320 * src/gtk/gtksourceprintjob.c
321 * src/gtk/sslcertwindow.c
322 Use the re-entrant variant of time functions
323 Probably fixes bug 1217, 'reentrancy problems
326 2007-05-09 [colin] 2.9.2cvs2
329 Fix crasher when reconnection fails
331 2007-05-08 [paul] 2.9.2cvs1
337 bump version number following
340 2007-05-08 [paul] 2.9.1cvs48
342 * src/plugins/demo/demo.c
343 * src/plugins/dillo_viewer/dillo_prefs.c
344 * src/plugins/dillo_viewer/dillo_prefs.h
345 * src/plugins/dillo_viewer/dillo_viewer.c
346 * src/plugins/pgpcore/pgp_viewer.c
347 * src/plugins/pgpcore/pgp_viewer.h
348 * src/plugins/pgpcore/plugin.c
349 * src/plugins/pgpcore/prefs_gpg.c
350 * src/plugins/pgpcore/prefs_gpg.h
351 * src/plugins/pgpcore/sgpgme.c
352 * src/plugins/pgpcore/sgpgme.h
353 * src/plugins/pgpinline/plugin.c
354 * src/plugins/pgpmime/pgpmime.c
355 * src/plugins/pgpmime/pgpmime.h
356 * src/plugins/pgpmime/plugin.c
357 * src/plugins/spamassassin/spamassassin.c
358 * src/plugins/spamassassin/spamassassin.h
359 * src/plugins/spamassassin/spamassassin_gtk.c
360 * src/plugins/trayicon/README
362 * tools/README.sylprint
363 * tools/outlook2claws-mail.pl
365 * tools/tb2claws-mail
366 * tools/tbird2claws.py
369 * tools/kdeservicemenu/README
370 cleanups and corrections
372 2007-05-06 [wwp] 2.9.1cvs47
375 Fix missing dash to `display` command-line, reported
376 by Georg Himmrich <georg at mails d0t diesind d0t net>.
378 2007-05-06 [colin] 2.9.1cvs46
383 * src/pixmaps/printer.xpm
386 2007-05-06 [paul] 2.9.1cvs45
391 * src/summary_search.c
395 2007-05-05 [wwp] 2.9.1cvs44
399 * src/prefs_actions.c
403 Fix "faild" typos everywhere and capitalization of
406 2007-05-04 [colin] 2.9.1cvs43
411 * src/plugins/pgpcore/prefs_gpg.c
412 * src/plugins/pgpcore/prefs_gpg.h
413 * src/plugins/pgpinline/pgpinline.c
414 * src/plugins/pgpmime/pgpmime.c
415 Add an API to warn about encryption limits,
416 and allow to disable these warnings
418 2007-05-03 [colin] 2.9.1cvs42
422 Fix bug 1213, 'Delete more than
425 2007-05-03 [wwp] 2.9.1cvs41
428 * src/prefs_filtering.c
429 * src/prefs_template.c
430 * src/common/template.c
431 * src/common/template.h
434 Templates are no longer automatically sorted
435 by name, but can be sorted manually using
436 |< < > >| buttons as well as drag'n'drop.
438 2007-05-03 [wwp] 2.9.1cvs40
440 * src/plugins/spamassassin/spamassassin.c
441 * src/plugins/spamassassin/spamassassin.h
442 * src/plugins/spamassassin/spamassassin_gtk.c
443 * src/plugins/bogofilter/bogofilter.c
444 * src/plugins/bogofilter/bogofilter.h
445 * src/plugins/bogofilter/bogofilter_gtk.c
446 Added an option to conditionally mark saved spam
447 as read (default is and was to do so).
448 Satisfies feature request 1708539 on sf.net tracker.
450 2007-05-03 [colin] 2.9.1cvs39
453 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
455 2007-05-02 [colin] 2.9.1cvs38
458 Fix bug 1209, 'Clicking on address
459 in header (mailto uri) selects
460 default account'. Patch adapted from
463 2007-05-02 [colin] 2.9.1cvs37
465 * src/grouplistdialog.c
466 Set cursor to wait cursor while loading
469 2007-05-02 [paul] 2.9.1cvs36
473 rename cache and mark files
476 2007-04-30 [paul] 2.9.1cvs35
478 * manual/glossary.xml
480 updates. Patch by Ricardo
482 2007-04-29 [wwp] 2.9.1cvs34
486 Fix few grammatical errors (patch by David Relson < relson at
487 osagesoftware dot com >).
489 2007-04-28 [colin] 2.9.1cvs33
493 * src/prefs_account.c
494 * src/prefs_account.h
495 Drop the "Download all" preference. It's
496 stupidly useless and confuses people from
499 2007-04-27 [wwp] 2.9.1cvs32
502 * src/prefs_account.c
503 * src/prefs_account.h
504 Don't reflect accounts changes to the mainwindow when it's
507 2007-04-27 [colin] 2.9.1cvs31
510 Freeze/thaw when sync'ing flags
512 * src/prefs_account.c
513 * src/prefs_account.h
514 * src/etpan/imap-thread.c
515 * src/etpan/imap-thread.h
516 Add a way to use UID FETCH instead
517 of searches to fetch message lists
518 and flags. More expensive towards
519 bandwidth, less expensive towards
520 server's CPU. Probably fixes
521 bug 1158, 'Scanning new folders on
522 Exchange 2007 extremely slow'.
525 2007-04-27 [paul] 2.9.1cvs30
528 * src/prefs_logging.c
529 improvements to english usage
531 2007-04-27 [colin] 2.9.1cvs29
534 Fix build without libetpan (my bad!)
536 2007-04-26 [colin] 2.9.1cvs28
540 Fix uselessly exported function
542 Consider "- -- \n" as signature separator
543 (that's what signature separators look like
544 in PGP/Inline signed mails)
546 2007-04-26 [colin] 2.9.1cvs27
549 libetpan-0.49 is now required
551 Fix double fetching of mails if
554 Make offline sync faster, by
555 remembering last change time, and
558 2007-04-26 [hoa] 2.9.1cvs26
564 * src/etpan/imap-thread.c
565 * src/etpan/imap-thread.h
566 cancellation of IMAP operations is now allowed.
567 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
569 2007-04-26 [colin] 2.9.1cvs25
572 Always fetch body+headers in folders that are
573 synched for offline use, if "Synchronise as
574 soon as possible" is set.
575 Fixes bug 1200, 'Add option to always retrieve full
578 2007-04-25 [colin] 2.9.1cvs24
581 Fix bug 1198, 'Reply-all "disappearing" address bug
584 2007-04-24 [colin] 2.9.1cvs23
587 Fix bug 1195, 'Hardware key navigation'
588 Make GDK_Enter toggle expansion (Maemo)
590 2007-04-24 [wwp] 2.9.1cvs22
593 Fix few compiler warnings.
595 2007-04-24 [paul] 2.9.1cvs21
602 2007-04-24 [paul] 2.9.1cvs20
605 * src/pixmaps/active.xpm
606 * src/pixmaps/checkbox_off.xpm
607 * src/pixmaps/checkbox_on.xpm
608 * src/pixmaps/inactive.xpm
610 remove transparent border from checkbox icons
612 2007-04-24 [wwp] 2.9.1cvs19
616 Fix a crash in textview, thanks to Colin.
618 2007-04-23 [wwp] 2.9.1cvs18
621 Fix 2.9.1cvs5: no header was being translated at all.
623 2007-04-23 [colin] 2.9.1cvs17
630 * src/gtk/gtksctree.c
631 * src/gtk/gtksctree.h
632 * src/pixmaps/selection.xpm
633 Fix bug 1193, 'Need a way to multi-select
634 items'. Add a toggle button to the summaryview
635 to switch between normal and multiple selection
638 2007-04-23 [colin] 2.9.1cvs16
645 * src/gtk/gtksctree.c
646 * src/gtk/gtksctree.h
647 * src/pixmaps/selection.xpm
648 Fix bug 1193, 'Need a way to multi-
650 Add a toggle button in the summaryview
651 to enable normal or multiple selection.
654 2007-04-23 [colin] 2.9.1cvs15
657 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
659 2007-04-21 [colin] 2.9.1cvs14
661 * src/gtk/quicksearch.c
662 Fix previous commit (actually use correct
665 2007-04-21 [colin] 2.9.1cvs13
667 * src/gtk/quicksearch.c
668 Fix changing quicksearch type (after Esc,
669 after changing Recursive, ...)
671 2007-04-20 [wwp] 2.9.1cvs12
673 * src/gtk/Makefile.am
674 Added headers.h (completes 2.9.1cvs5).
676 2007-04-20 [wwp] 2.9.1cvs11
679 Fix the use of display name in name column,
680 it has been overriden w/ the use of nickname
681 by 2.9.0cvs3. Now nickname is used (if any)
682 in case of LDAP books only.
684 2007-04-20 [colin] 2.9.1cvs10
689 Add handling of 'a' to loop in a mail's
692 2007-04-20 [colin] 2.9.1cvs9
695 Fix bug 1190, 'dir_open' button doesn't work'
698 2007-04-20 [colin] 2.9.1cvs8
702 Fix bug 1194, 'Hardware keys move from email
703 list to account/directory list, but not back
704 to email list...' (Maemo)
706 2007-04-20 [colin] 2.9.1cvs7
709 complete previous commit
711 2007-04-20 [colin] 2.9.1cvs6
714 Fix bug 1187, 'Reply-to addressee disappears
715 when reply-to text box is clicked...' (Maemo)
717 2007-04-20 [wwp] 2.9.1cvs5
727 * src/prefs_display_header.c
728 * src/prefs_matcher.c
731 * src/gtk/quicksearch.c
732 Translate more header names according to the relevant option value,
733 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
734 Replaced nearly all uses of prefs_common.trans_hdr with a call
735 to prefs_common_translated_header_name().
736 Added a headers.h reference file that contains known header names
737 (RFC2822 and others) to the translation process' input, so that
738 translated header names will still exist even if no occurrence of
739 _("headername") is found anymore in the sources.
740 Don't translate column name 'Number' following to trans_hdr option
741 value as it's not a header name.
743 2007-04-20 [colin] 2.9.1cvs4
745 * src/gtk/quicksearch.c
746 * src/gtk/quicksearch.h
747 Add "From, To or Subject" quicksearch
748 type. Patch by ulfschaper@users.sf.net
750 2007-04-20 [colin] 2.9.1cvs3
753 Implement proper references filtering condition.
754 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
756 2007-04-19 [wwp] 2.9.1cvs2
758 * src/prefs_display_header.c
759 * src/message_search.c
760 Fix few warnings (g_free of const gchar*).
762 2007-04-19 [paul] 2.9.1cvs1
768 bump version number following
771 2007-04-19 [paul] 2.9.0cvs9
773 * manual/advanced.xml
774 * manual/glossary.xml
777 2007-04-18 [paul] 2.9.0cvs8
780 fix for CVE-2007-1558 (APOP)
783 2007-04-18 [paul] 2.9.0cvs7
789 Fix encoding woes wrt saving of
793 2007-04-18 [colin] 2.9.0cvs6
795 * src/gtk/pluginwindow.c
796 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
798 2007-04-17 [wwp] 2.9.0cvs5
804 Fix --disable-ldap build,
805 fix some LDAP annoyances on
806 searches, thanks to Colin.
808 2007-04-17 [wwp] 2.9.0cvs4
811 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
812 like gcc 2.9x. Thanks to Colin.
814 2007-04-17 [wwp] 2.9.0cvs3
830 Add LDAP write support. Patch mostly by
831 Michael <mir at datanom dot net>
833 2007-04-17 [wwp] 2.9.0cvs2
836 Prepend "Add to address book" to the context menu of compose window's sender and
839 2007-04-16 [paul] 2.9.0cvs1
844 2007-04-16 [paul] 2.9.0
851 2007-04-16 [paul] 2.8.1cvs102
854 updated by Fabien Vantard
856 2007-04-16 [paul] 2.8.1cvs101
866 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
867 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
868 Aleksandar Urosevic, and Ralgh Young
870 2007-04-15 [mones] 2.8.1cvs100
875 2007-04-14 [colin] 2.8.1cvs99
877 * src/message_search.c
878 * src/prefs_display_header.c
879 * src/summary_search.c
883 2007-04-14 [wwp] 2.8.1cvs98
886 * src/message_search.c
887 * src/summary_search.c
888 * src/prefs_display_header.c
889 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
890 returns NULL, get the text value directly from the GtkEntry child.
892 2007-04-13 [colin] 2.8.1cvs97
894 * src/gtk/quicksearch.c
895 Give the focus back to summaryview when
896 emptying the quicksearch with Esc
898 2007-04-13 [colin] 2.8.1cvs96
900 * src/message_search.c
901 * src/prefs_display_header.c
902 * src/summary_search.c
903 Fix possibles crashes when getting text
906 2007-04-13 [colin] 2.8.1cvs95
909 Add some UIDL debugging
911 2007-04-12 [colin] 2.8.1cvs94
914 Force folder scan if necessary after
915 copying mails, to be able to reapply
918 2007-04-11 [colin] 2.8.1cvs93
921 don't scan for new mail on startup if --select
922 is specified (or race conditions arise). If so,
923 do both sequentially.
925 2007-04-09 [colin] 2.8.1cvs92
928 Use leafpad by default on Maemo. Patch
931 2007-04-06 [colin] 2.8.1cvs91
933 * src/pixmaps/queue_close.xpm
934 * src/pixmaps/queue_close_hrm.xpm
935 * src/pixmaps/queue_close_hrm_mark.xpm
936 * src/pixmaps/queue_close_mark.xpm
937 * src/pixmaps/queue_open.xpm
938 * src/pixmaps/queue_open_hrm.xpm
939 * src/pixmaps/queue_open_hrm_mark.xpm
940 * src/pixmaps/queue_open_mark.xpm
941 Move the clock one pixel down :)
943 2007-04-05 [colin] 2.8.1cvs90
946 Don't sync when switching offline from
947 command line - it's usually too late :)
949 2007-04-05 [paul] 2.8.1cvs89
953 * src/pixmaps/dir_close_hrm.xpm
954 * src/pixmaps/dir_close_hrm_mark.xpm
955 * src/pixmaps/drafts_close.xpm
956 * src/pixmaps/drafts_close_mark.xpm
957 * src/pixmaps/drafts_open.xpm
958 * src/pixmaps/drafts_open_mark.xpm
959 * src/pixmaps/inbox.xpm
960 * src/pixmaps/inbox_close.xpm
961 * src/pixmaps/inbox_close_hrm.xpm
962 * src/pixmaps/inbox_close_hrm_mark.xpm
963 * src/pixmaps/inbox_close_mark.xpm
964 * src/pixmaps/inbox_hrm.xpm
965 * src/pixmaps/inbox_hrm_mark.xpm
966 * src/pixmaps/inbox_mark.xpm
967 * src/pixmaps/inbox_open.xpm
968 * src/pixmaps/inbox_open_hrm.xpm
969 * src/pixmaps/inbox_open_hrm_mark.xpm
970 * src/pixmaps/inbox_open_mark.xpm
971 * src/pixmaps/outbox.xpm
972 * src/pixmaps/outbox_close.xpm
973 * src/pixmaps/outbox_close_hrm.xpm
974 * src/pixmaps/outbox_close_hrm_mark.xpm
975 * src/pixmaps/outbox_close_mark.xpm
976 * src/pixmaps/outbox_hrm.xpm
977 * src/pixmaps/outbox_hrm_mark.xpm
978 * src/pixmaps/outbox_mark.xpm
979 * src/pixmaps/outbox_open.xpm
980 * src/pixmaps/outbox_open_hrm.xpm
981 * src/pixmaps/outbox_open_hrm_mark.xpm
982 * src/pixmaps/outbox_open_mark.xpm
983 * src/pixmaps/queue_close.xpm
984 * src/pixmaps/queue_close_hrm.xpm
985 * src/pixmaps/queue_close_hrm_mark.xpm
986 * src/pixmaps/queue_close_mark.xpm
987 * src/pixmaps/queue_open.xpm
988 * src/pixmaps/queue_open_hrm.xpm
989 * src/pixmaps/queue_open_hrm_mark.xpm
990 * src/pixmaps/queue_open_mark.xpm
991 updated, added and replaced icons
994 2007-04-04 [colin] 2.8.1cvs88
997 Fix build without libetpan
999 2007-04-03 [colin] 2.8.1cvs87
1002 Fix crash with Citadel, and try to make
1003 things work. this server (and specifically
1004 STATUS and APPEND at least) seems broken.
1006 2007-04-03 [colin] 2.8.1cvs86
1009 Fix icons on folder close
1011 2007-04-03 [colin] 2.8.1cvs85
1014 Fix double-ask of offline override in
1019 Much more efficient way to synchronise
1021 * src/etpan/imap-thread.c
1024 * src/gtk/quicksearch.c
1027 2007-04-03 [paul] 2.8.1cvs84
1032 * src/prefs_common.c
1033 * src/prefs_common.h
1035 Fix sync being done too late
1038 2007-04-02 [colin] 2.8.1cvs83
1041 Maemo: Put status and quicksearch at the top
1042 * src/plugins/bogofilter/bogofilter.c
1043 * src/plugins/spamassassin/spamassassin.c
1044 Derive trash from inbox if possible
1046 2007-04-02 [paul] 2.8.1cvs82
1048 * src/plugins/bogofilter/bogofilter_gtk.c
1049 a few English changes
1055 2007-04-02 [colin] 2.8.1cvs81
1057 * src/image_viewer.c
1058 Fix transparent images by using
1061 Flush events (on new windows) to avoid
1062 having the textview's image resize fail
1063 to know the available width
1065 2007-04-01 [colin] 2.8.1cvs80
1067 * src/prefs_account.c
1068 If no MH mailbox exist, when creating a POP/Local
1069 account, just create and use the default one
1070 instead of bailing with a "Mailbox doesn't exist"
1073 2007-03-31 [colin] 2.8.1cvs79
1075 * src/prefs_account.c
1076 Create signature file if it doesn't exist
1078 * src/prefs_toolbar.c
1079 Maemo: Move "Use default" on the left so
1080 that people can find it
1082 Maemo: make default editor "Maemopad",
1083 default signature file "MyDocs/signature.txt"
1085 2007-03-31 [colin] 2.8.1cvs78
1087 * src/prefs_account.c
1088 Maemo: rework account prefs so
1089 that less horizontal scrolling
1092 2007-03-31 [colin] 2.8.1cvs77
1095 * src/prefs_common.c
1096 * src/prefs_common.h
1097 Fix bug 1167, 'Allow not displaying zeros
1098 in folder list'. Patch by MartinP
1100 2007-03-31 [colin] 2.8.1cvs76
1105 2007-03-31 [colin] 2.8.1cvs75
1108 Apply patch from bug 1172, direct
1109 access to the folder's session instead
1110 of using getter. Patch by MartinP
1112 2007-03-31 [paul] 2.8.1cvs74
1115 no need to list Fabien twice!
1117 2007-03-31 [colin] 2.8.1cvs73
1120 If we're currently "overriding for %d minutes",
1123 2007-03-31 [colin] 2.8.1cvs72
1131 * src/plugins/spamassassin/spamassassin.c
1132 Offline override: Add a parameter to allow
1133 asking even if the override timer is running.
1134 Allows to ask every time the user makes an
1135 explicit action needing online access (such
1136 as Get Mail), and not when the action is
1137 implicit (such as opening an IMAP folder)
1139 2007-03-31 [colin] 2.8.1cvs71
1142 Override offline: "No" answer shouldn't
1143 re-ask after 3 seconds, but 10 minutes.
1145 2007-03-30 [colin] 2.8.1cvs70
1147 * src/common/socket.c
1148 Better error reporting on unix socket
1149 failure (bind usually)
1150 * src/gtk/gtkutils.c
1151 * src/gtk/gtkutils.h
1152 Label window: add a pulsing progress
1153 bar to show we're not hung :)
1156 * src/plugins/pgpcore/sgpgme.c
1159 2007-03-30 [colin] 2.8.1cvs69
1162 * src/prefs_common.c
1163 Fix possible trashing of history and uidl
1164 files on disk full problems
1166 2007-03-30 [paul] 2.8.1cvs68
1171 update summary when changing layout type
1172 (fixes wrong folder icon being displayed)
1175 2007-03-29 [colin] 2.8.1cvs67
1177 * src/prefs_ext_prog.c
1178 The browser pref is irrelevant on Maemo
1180 2007-03-29 [colin] 2.8.1cvs66
1184 Maemo: dynamically switch headers/text position
1185 * src/prefs_common.c
1186 Maemo: hide compose's ruler by default
1187 * src/common/socket.c
1188 * src/common/socket.h
1191 2007-03-29 [colin] 2.8.1cvs65
1193 * src/common/socket.c
1194 * src/common/socket.h
1195 Fix build when MAEMO_CFLAGS contains
1196 _X_OPENSOURCE (resolv.h errors as long
1197 as we don't add _BSD_SOURCE. Ugly).
1199 2007-03-29 [wwp] 2.8.1cvs64
1201 * src/prefs_logging.c
1202 Fix sensitivity of clip-log widgets in prefs/logging,
1205 2007-03-29 [wwp] 2.8.1cvs63
1208 Updated files list for translations, thanks to Fabien.
1210 2007-03-29 [colin] 2.8.1cvs62
1213 * src/common/Makefile.am
1214 * src/common/utils.c
1215 Maybe make URI opening work in Maemo
1218 2007-03-28 [colin] 2.8.1cvs61
1223 Add the possibility to sort folders arbitrarily
1224 (via editing of folderlist.xml only). Patch by
1225 Martin P <mp26+claws@os.inf.tu-dresden.de>
1226 Fixes bug 1166, 'Folder ordering is fixed and cannot
1227 be changed by the user'
1229 2007-03-28 [colin] 2.8.1cvs60
1232 Add popup menu for mime icons
1234 2007-03-28 [colin] 2.8.1cvs59
1237 Fix a layout issue when presenting
1238 mainwindow in Small screen layout
1241 Add a "Go to folder list" button for
1242 mainwindow, and make it default in
1245 2007-03-28 [colin] 2.8.1cvs58
1248 Don't dynamically update title on Maemo
1249 Patch by Jean-Luc Biord
1251 2007-03-27 [colin] 2.8.1cvs57
1256 Enable tap-and-hold on Maemo
1258 2007-03-26 [colin] 2.8.1cvs56
1261 More popup-menu (in attachments list)
1263 2007-03-26 [colin] 2.8.1cvs55
1266 Enable popup-menu signal
1268 2007-03-26 [colin] 2.8.1cvs54
1270 * src/plugins/pgpinline/pgpinline.c
1271 Fix bug 1111, 'PGP/inline plugin hides text
1272 around encrypted text block'. Patch based on
1273 a patch from Michal Cihar.
1275 2007-03-26 [wwp] 2.8.1cvs53
1278 Fix getting a false error when sending queued message
1279 whereas the sending was fine (if there are subfolders
1280 in the queue folder), thanks to Colin.
1282 2007-03-26 [paul] 2.8.1cvs52
1285 update FACE header in welcome message
1287 2007-03-25 [colin] 2.8.1cvs51
1292 2007-03-25 [colin] 2.8.1cvs50
1295 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1297 2007-03-24 [colin] 2.8.1cvs49
1300 Fix a few launch problems on Maemo
1301 Patch by Jean-Luc Biord
1303 2007-03-24 [wwp] 2.8.1cvs48
1309 Fix wrong action performed when closing the
1310 "ask about account specific filtering rules
1311 when filtering manually" dialog by pressing Escape.
1312 Fix wrong order of buttons in the "return receipt
1313 notification - the message was sent to several of
1314 your accounts" dialog.
1316 2007-03-24 [paul] 2.8.1cvs47
1319 an improvement to English usage
1320 * tools/kdeservicemenu/README
1323 2007-03-24 [paul] 2.8.1cvs46
1326 * src/stock_pixmap.c
1327 * src/pixmaps/edit_extern.xpm
1328 * src/pixmaps/mail_sign.xpm
1329 rescue long lost icons
1331 2007-03-24 [paul] 2.8.1cvs45
1334 fix toolbar (broken in 2.8.1cvs42)
1336 2007-03-23 [colin] 2.8.1cvs44
1339 Correctly unsubscribe/resubscribe after
1342 2007-03-23 [colin] 2.8.1cvs43
1344 * src/prefs_common.c
1345 Maemo: as the platform is light on RAM, allow
1346 caches to be discarded faster.
1348 2007-03-23 [colin] 2.8.1cvs42
1353 * src/stock_pixmap.c
1354 * src/stock_pixmap.h
1359 * src/pixmaps/open_mail.xpm
1360 Maemo changes: Add the possibility to have
1361 "Open Email" and "Close Window" buttons on
1362 toolbars (and use them in Maemo's default
1365 2007-03-23 [wwp] 2.8.1cvs41
1368 Reverted that part of the action dialog closure logics, to
1369 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1370 done later in a different way (or may not).
1372 2007-03-22 [wwp] 2.8.1cvs40
1375 Fix sticky action dialog when got no output but action command
1376 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1378 2007-03-22 [colin] 2.8.1cvs39
1380 * src/prefs_filtering.c
1381 * src/gtk/combobox.h
1382 Fix escaping account names in filtering prefs
1384 2007-03-22 [colin] 2.8.1cvs38
1389 Add any attribute specified in LDAP servers'
1390 Search attributes to the Other Attributes tab
1391 of contacts; Add 'telephoneNumber' in the
1394 2007-03-22 [colin] 2.8.1cvs37
1399 Try to prevent race conditions when
1400 changing the folder list
1402 Fix possible red folder icon when
1403 switching from Small screen layout
1406 2007-03-22 [colin] 2.8.1cvs36
1411 Rename "little screen" to "Small screen"
1412 * src/gtk/Makefile.am
1413 * src/common/utils.c
1415 Fix Maemo-related compilation problems
1417 2007-03-21 [colin] 2.8.1cvs35
1421 * claws-mail.desktop
1422 Remove .png from the Icon, it's useless
1424 2007-03-21 [colin] 2.8.1cvs34
1428 Add the necessary lib checking for
1431 2007-03-21 [colin] 2.8.1cvs33
1434 Fix unconditional "error happened" when
1435 sending via command-line. "lol @ myself"
1437 2007-03-21 [colin] 2.8.1cvs32
1439 * claws-mail-40x40.png
1440 * claws-mail-26x26.png
1450 * src/prefs_account.c
1451 * src/prefs_common.c
1452 * src/summary_search.c
1456 * src/gtk/gtkutils.c
1457 * src/gtk/gtkutils.h
1458 * src/gtk/logwindow.c
1460 * src/gtk/prefswindow.c
1461 Add Maemo port (patch mainly by Jean-Luc Biort)
1462 Add a new 'Little screen' layout to help on such
1463 platforms (patch by me)
1464 Make some default preferences different (more
1465 adapted) on Maemo (patch by me)
1467 2007-03-21 [wwp] 2.8.1cvs31
1469 * src/prefs_logging.c
1470 * src/prefs_logging.h
1471 Fixed copyright header of newly added files.
1473 2007-03-21 [wwp] 2.8.1cvs30
1489 * src/prefs_common.c
1490 * src/prefs_common.h
1491 * src/prefs_logging.c
1492 * src/prefs_logging.h
1495 * src/send_message.c
1500 * src/common/session.c
1502 * src/common/socket.c
1503 * src/etpan/imap-thread.c
1504 * src/gtk/logwindow.c
1505 * src/gtk/logwindow.h
1506 * src/plugins/bogofilter/bogofilter.c
1507 * src/plugins/spamassassin/spamassassin.c
1508 Added debugging of filtering/processing rules.
1509 The debug log is here 'Tools/Filtering debug window',
1510 the options there 'Configuration/Preferences/Other/Logging',
1511 and the log file is ~/.claws-mail/filtering.log.
1512 Moved protocol log prefs to 'Other/Logging' as well.
1513 To support such debugging feature, the existing log API has
1514 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1515 this impacts many external modules (commits follow).
1517 2007-03-21 [paul] 2.8.1cvs29
1519 * src/etpan/Makefile.am
1520 * src/etpan/imap-thread.c
1521 add missing #include
1523 2007-03-21 [colin] 2.8.1cvs28
1526 Fix bug 1157, 'some broken messages confuse
1527 mime parser'. Make sure we can't have MimeInfos
1528 with negative sizes.
1530 2007-03-20 [colin] 2.8.1cvs27
1533 Fix missing \0 on buffer
1535 2007-03-20 [colin] 2.8.1cvs26
1538 Use make_dir_hier instead of make_dir
1539 to create the MH mailbox
1541 2007-03-20 [colin] 2.8.1cvs25
1545 * src/prefs_account.c
1547 Fix default inbox weirdnesses (after wizard,
1548 if path is Mail, mailbox identifier is #mh/Mailbox,
1549 and when creating new accounts)
1551 2007-03-20 [colin] 2.8.1cvs24
1554 Write folderlist after adding/deleting accounts
1557 2007-03-20 [colin] 2.8.1cvs23
1560 * src/remotefolder.h
1561 Fix bug 1153, 'CM segfaults if IMAP folder is
1562 selected while scanning prior to update'
1564 2007-03-17 [paul] 2.8.1cvs22
1567 fix a typo, and be a little more verbose.
1569 2007-03-17 [wwp] 2.8.1cvs21
1572 Fix a compiler warning.
1574 2007-03-16 [wwp] 2.8.1cvs20
1578 Updated to deal w/ the new mairix.sh tool.
1580 2007-03-16 [wwp] 2.8.1cvs19
1583 Fix logics issues around the action IO dialog:
1584 - disable entry widget and exec button when
1585 the exec button is clicked (don't wait for any
1586 output line) - fix possible disabling/re-enabling/
1587 re-disabling of those widgets
1588 - raise an error if executing a %as{} action either
1589 empty or invalid, instead of failing silently
1590 - don't close the dialog if the abort button has been
1591 clicked and if there was no output yet
1592 - set focus to the abort button when the exec button
1594 - fix capitalization of a warning message
1596 2007-03-16 [wwp] 2.8.1cvs18
1599 Added a wrapper to mairix to the tools folder.
1601 2007-03-16 [colin] 2.8.1cvs17
1605 Allow mimeviewer plugins to print
1608 2007-03-16 [colin] 2.8.1cvs16
1613 2007-03-15 [colin] 2.8.1cvs15
1617 Add a way for mimeviewer plugins to
1618 implement body search
1620 2007-03-15 [paul] 2.8.1cvs14
1622 * src/prefs_spelling.c
1625 2007-03-15 [paul] 2.8.1cvs13
1627 * src/common/quoted-printable.c
1628 fix decoding of quoted-printable parts
1630 2007-03-14 [wwp] 2.8.1cvs12
1632 * src/gtk/logwindow.h
1633 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1635 2007-03-14 [wwp] 2.8.1cvs11
1637 * src/gtk/logwindow.h
1638 Complete 2.8.1cvs10.
1640 2007-03-14 [colin] 2.8.1cvs10
1642 * src/gtk/logwindow.c
1643 Probably fix bug 1149, crash on logwindow
1644 close - at the expense of performance once
1645 logwin has been opened
1647 2007-03-14 [colin] 2.8.1cvs9
1650 If claws-mail is running on another
1651 display, warn instead of popping it up
1652 on the other display
1654 2007-03-12 [colin] 2.8.1cvs8
1657 Fix bug 1145, 'Setting a different name
1658 for the Mailbox name isn't reflected in
1659 default account settings'. Patch by wwp
1661 2007-03-12 [colin] 2.8.1cvs7
1664 Fix bug 1143, 'Add number of messages to be
1665 deleted to confirmation dialog'
1667 2007-03-12 [wwp] 2.8.1cvs6
1670 * src/prefs_common.c
1671 * src/prefs_common.h
1672 * src/prefs_summaries.c
1673 Changed the option that displays unread messages count
1674 next to the folder name in folder list: it is now
1675 possible to either display nothing, display the
1676 unread messages number only or the unread and total messages
1677 numbers. The patch includes this extra feature as well
1678 as some minor fixes by rewriting the algo in folderview.c.
1679 Thanks to Paul for the original idea and implementation, plus
1680 testing and proof-reading!
1682 2007-03-09 [paul] 2.8.1cvs5
1686 * tools/claws-mail-compose-insert-files.pl
1687 added a script which enables inserting files
1688 into the message body of a new Claws Mail
1689 Compose window from the command line. Additionally
1690 To, Cc, Subject and files to attach to the message
1693 2007-03-09 [wwp] 2.8.1cvs4
1698 Optimize matching of addresses in the addressbook
1699 (filtering/processing 'found_in_addressbook' condition).
1701 2007-03-07 [wwp] 2.8.1cvs3
1704 * src/quote_fmt_lex.l
1705 * src/quote_fmt_parse.y
1706 Add a new quote format symbol: %A to insert the
1707 sender email address (just the address itself).
1709 2007-03-06 [wwp] 2.8.1cvs2
1711 * src/gtk/gtkutils.c
1712 * src/plugins/trayicon/trayicon_prefs.h
1713 * src/plugins/trayicon/trayicon_prefs.c
1714 * src/plugins/trayicon/trayicon.c
1717 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1718 minimizing Claws-Mail main window will hide it to the trayicon instead.
1721 2007-03-06 [paul] 2.8.1cvs1
1727 bump version number following
1730 2007-03-06 [paul] 2.8.0cvs24
1733 corrected by by Tim <timbrain@post.cz>
1735 2007-03-05 [colin] 2.8.0cvs23
1739 Fix mime/globs path on NetBSD
1740 patch by George Michaelson
1742 2007-03-05 [wwp] 2.8.0cvs22
1745 Remove debug statement (accidentally committed w/ cvs14).
1747 2007-03-05 [paul] 2.8.0cvs21
1749 * src/plugins/pgpcore/prefs_gpg.c
1750 fix compiler warning
1752 2007-03-05 [wwp] 2.8.0cvs20
1754 * src/matcher_parser_parse.y
1755 Fix mismerge between cvs17 and cvs19.
1757 2007-03-05 [wwp] 2.8.0cvs19
1759 * src/matcher_parser_parse.y
1760 * src/prefs_filtering_action.c
1765 Add new 'add_to_addressbook' filtering/processing action.
1767 2007-03-05 [wwp] 2.8.0cvs18
1770 Fix mark_as_ham filtering/processing action: spam flag
1773 2007-03-04 [colin] 2.8.0cvs17
1778 * src/matcher_parser_parse.y
1779 * src/prefs_filtering_action.c
1780 Add 'Mark as spam' and 'Mark as ham' filtering
1781 actions. Fixes bug 1138.
1783 2007-03-04 [colin] 2.8.0cvs16
1786 Fix bug 1140, wrong return value
1789 2007-03-04 [wwp] 2.8.0cvs15
1792 Rollback cvs14: don't free stuff that is managed in g_list.
1794 2007-03-04 [wwp] 2.8.0cvs14
1797 Fix a leak in address completion code.
1799 2007-03-04 [colin] 2.8.0cvs13
1802 Maybe fix bug 1136, 'Crash in group
1805 2007-03-04 [iwkse] 2.8.0cvs12
1808 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1810 2007-03-03 [colin] 2.8.0cvs11
1812 * src/plugins/pgpinline/pgpinline.c
1813 Fix off-by-one, fix double-free. Fixes
1814 bug 1135, 'cm-segfault on decrypting
1817 2007-03-03 [colin] 2.8.0cvs10
1821 * src/common/plugin.c
1822 Fix bug 1134, 'Valgrind macros unhandled
1825 2007-03-02 [colin] 2.8.0cvs9
1828 Don't error out on EAGAIN. Fixes
1829 bug 1129, '"local mbox file" account
1830 isn't retrieving mails'
1832 2007-03-01 [wwp] 2.8.0cvs8
1835 * src/gtk/colorlabel.c
1836 Remove accels for extra color labels until we set better
1837 and definitive ones.
1839 2007-02-28 [wwp] 2.8.0cvs7
1842 * src/matcher_parser_parse.y
1843 * src/prefs_common.c
1844 * src/prefs_msg_colors.c
1846 * src/gtk/colorlabel.c
1847 * src/gtk/colorlabel.h
1848 Add more customizable color labels. Cleaned up a bit
1849 the color label API to avoid duplicate defines of
1850 the max number of colors.
1852 2007-02-27 [colin] 2.8.0cvs6
1855 * src/common/utils.c
1856 * src/common/utils.h
1857 Fix '+' in mailto URIs for List-* headers
1859 2007-02-27 [colin] 2.8.0cvs5
1861 * src/gtk/gtkutils.c
1862 Use gtk_window_set_role instead of
1865 2007-02-27 [colin] 2.8.0cvs4
1868 Fix "After receiving new mail, go to inbox" on IMAP,
1869 and make it work only on manual reception
1871 2007-02-27 [wwp] 2.8.0cvs3
1873 * src/prefs_filtering.c
1874 * src/prefs_filtering_action.c
1875 * src/prefs_matcher.c
1876 Update filtering matcher's and action's color label menus
1877 when re-opening those dialogs (reflect any change to the
1878 color labels list in the preferences).
1880 2007-02-27 [colin] 2.8.0cvs2
1883 * src/etpan/etpan-thread-manager-types.h
1884 * src/etpan/etpan-thread-manager.c
1885 * src/etpan/imap-thread.c
1886 Log imap ALERTs as errors in the log.
1888 2007-02-26 [paul] 2.8.0cvs1
1890 * tools/claws.i18n.status.pl
1893 2007-02-26 [paul] 2.7.2cvs75
1907 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1908 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1909 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1910 Aleksandar Urosevic, and Ralgh Young
1912 2007-02-25 [mones] 2.7.2cvs74
1917 2007-02-25 [colin] 2.7.2cvs73
1920 Clearing the list is only useful
1921 to prevent a valgrind false-positive
1923 2007-02-25 [paul] 2.7.2cvs72
1927 * tools/kmail-mailbox2claws-mail.pl **ADDED**
1928 * tools/maildir2claws-mail.pl **REMOVED**
1929 renamed the script, fixed a couple bugs
1931 2007-02-23 [colin] 2.7.2cvs71
1934 Fix a leak, check for a few improbable nulls
1936 2007-02-23 [colin] 2.7.2cvs70
1940 * src/plugins/trayicon/trayicon.c
1941 Fix blinking mainwin when starting in tray
1942 (show mainwindow later in the startup process,
1943 apart if restarting post-crash)
1945 2007-02-23 [colin] 2.7.2cvs69
1949 Fix crash when unsubscribing the currently
1950 selected/opened folder
1952 2007-02-23 [colin] 2.7.2cvs68
1955 Fix bug that prevented colorization to
1956 work without wrap quotation option
1958 2007-02-23 [colin] 2.7.2cvs67
1961 Fix refcounting, start and end completion who
1962 behaved as if there couldn't be any other current
1965 2007-02-23 [wwp] 2.7.2cvs66
1969 Address completion fixes: fix addressbook_peek_folder_exists() in
1970 which the algorithm was ridiculously over-obfuscated and broken.
1971 Fix addrindex_load_completion() as well, to load addresses in
1972 completion list with regards to what addressbook_peek_folder_exists()
1975 2007-02-23 [wwp] 2.7.2cvs65
1978 Add addresses to completion when they're non-empty (thanks to Colin).
1980 2007-02-23 [paul] 2.7.2cvs64
1982 * src/plugins/pgpcore/passphrase.c
1985 2007-02-23 [colin] 2.7.2cvs63
1987 * src/plugins/pgpcore/prefs_gpg.c
1988 * src/plugins/pgpcore/prefs_gpg.h
1989 * src/plugins/pgpcore/sgpgme.c
1990 * src/plugins/pgpinline/pgpinline.c
1991 * src/plugins/pgpmime/pgpmime.c
1992 Try harder to respect user's choice wrt
1993 gpg-agent even with gpg2, by unsetting
1994 GPG_AGENT_INFO when necessary.
1996 2007-02-22 [paul] 2.7.2cvs62
1998 * src/plugins/pgpcore/sgpgme.c
1999 * src/plugins/pgpcore/sgpgme.h
2000 * src/plugins/pgpcore/passphrase.c
2001 * src/plugins/pgpinline/pgpinline.c
2002 * src/plugins/pgpmime/pgpmime.c
2003 Fix a leak - gpgme_data_release_and_get_mem
2004 leaks in recent gpgme. Workaround by using
2007 2007-02-22 [paul] 2.7.2cvs61
2009 * src/gtk/quicksearch.c
2010 Abandon dynamic search when pressing
2013 2007-02-21 [colin] 2.7.2cvs60
2016 * src/plugins/pgpcore/passphrase.c
2017 Fix little memory leaks
2019 Fix false-positive leak at exit
2020 * src/gtk/quicksearch.c
2021 Fix potentially big leak in recursive
2024 2007-02-21 [wwp] 2.7.2cvs59
2027 Add missing newline to a debug message.
2029 2007-02-20 [colin] 2.7.2cvs58
2033 * src/stock_pixmap.c
2034 * src/stock_pixmap.h
2035 * src/pixmaps/mime_pgpsig.xpm
2036 Add icon for application/pgp-signature
2038 2007-02-20 [colin] 2.7.2cvs57
2043 * src/stock_pixmap.c
2044 * src/stock_pixmap.h
2045 * src/pixmaps/mime_calendar.xpm
2046 * src/pixmaps/mime_pdf.xpm
2047 * src/pixmaps/mime_ps.xpm
2048 Add icons for text/calendar, application/pdf
2049 and application/postscript
2051 2007-02-20 [colin] 2.7.2cvs56
2054 * src/matcher_parser_parse.y
2055 * src/matcher_parser_lex.l
2056 Fix big memory leak in flex, and
2059 2007-02-20 [wwp] 2.7.2cvs55
2061 * src/matcher_parser_parse.y
2062 Fix a duplicate token definition (thanks to iwkse).
2064 2007-02-20 [wwp] 2.7.2cvs54
2066 * src/matcher_parser_lex.l
2067 * src/quote_fmt_lex.l
2068 Use proper flex options instead of direct use of #define,
2069 make the flex-generated C lighter.
2071 2007-02-20 [colin] 2.7.2cvs53
2074 Grab focus in message list after hiding
2075 the quicksearch, instead of leaving it
2078 2007-02-19 [colin] 2.7.2cvs52
2081 Fix bug 1033, 'Automatically refresh
2082 message list when new messages arrives'
2083 Looks like folderview->opened can sometimes
2086 2007-02-19 [paul] 2.7.2cvs51
2090 * tools/thunderbird-filters-convertor.pl
2091 add new script which converts thunderbird filter
2092 rules to Claws filter rules
2094 2007-02-18 [paul] 2.7.2cvs50
2096 * src/plugins/pgpcore/prefs_gpg.c
2097 * src/plugins/pgpcore/prefs_gpg.h
2098 * src/plugins/pgpcore/sgpgme.c
2099 * src/plugins/pgpinline/pgpinline.c
2100 * src/plugins/pgpmime/pgpmime.c
2101 improved GUI interoperability with gpg-agent
2103 2007-02-18 [paul] 2.7.2cvs49
2105 * src/prefs_account.c
2106 Privacy options sensitivity fix
2108 2007-02-17 [colin] 2.7.2cvs48
2111 Reset icon to warning in the noticeview
2113 2007-02-15 [colin] 2.7.2cvs47
2116 Fix a manifestation of bug 1033 (summaryview failing
2117 to update for new mails), which happens after editing
2118 account preferences or preferences that cause a
2121 2007-02-15 [colin] 2.7.2cvs46
2124 Probably fix bug 1123, 'Segmentation
2125 fault while opening address book'. I get
2126 g_warnings if the saved paned position is
2127 not greater than 0. Also, save position
2128 when hiding the addressbook instead of
2131 2007-02-14 [colin] 2.7.2cvs45
2133 * src/plugins/pgpcore/prefs_gpg.c
2134 * src/plugins/pgpcore/prefs_gpg.h
2135 * src/plugins/pgpcore/sgpgme.c
2136 * src/plugins/pgpinline/pgpinline.c
2137 * src/plugins/pgpmime/pgpmime.c
2138 Add an option "Use gpg-agent if available". Fixes
2139 annoyances with distro-installed gpg-agent, when
2140 no pinentry program is installed, and the user's
2141 at a loss on why "decryption failed". Makes more
2142 clear why passphrase isn't saved when gpg-agent is
2143 used. Defaults to true, to avoid changing the
2146 2007-02-14 [wwp] 2.7.2cvs44
2148 * src/matcher_parser_parse.y
2149 Fix missing line number reset (wrong line number might appear
2150 when re-loading filtering rules if there's a parser error).
2152 2007-02-13 [colin] 2.7.2cvs43
2154 * src/common/utils.c
2155 Don't encode ',' in URIs before passing it
2156 to the browser command-line. It was probably
2157 done at a time where commas in URIs made
2158 mozilla -remote 'openurl(%s,new-window)'
2161 2007-02-13 [wwp] 2.7.2cvs42
2163 * src/prefs_matcher.c
2164 * src/plugins/bogofilter/bogofilter_gtk.c
2165 A bit of string factorization around "Select ..." buttons.
2167 2007-02-11 [colin] 2.7.2cvs41
2170 Make sure to escape the title
2172 2007-02-11 [colin] 2.7.2cvs40
2175 Recognize .utf8 locales as .UTF-8 ones
2177 2007-02-11 [colin] 2.7.2cvs39
2180 Fix code conversion when dragging a file
2182 2007-02-09 [colin] 2.7.2cvs38
2184 * src/plugins/clamav/clamav_plugin.c
2185 Complete Paul's patch with conditional
2186 compilation to avoid breaking compilation
2187 on old Dapper and Edgy... Maybe other
2190 2007-02-09 [paul] 2.7.2cvs37
2192 * src/plugins/clamav/clamav_plugin.c
2193 fix for the upstream changes in libclamav
2195 2007-02-09 [paul] 2.7.2cvs36
2201 fix "warn if there are queued messages" (on exit)
2202 option, which only checked the first mailbox's
2204 don't ask before emptying trash if there are no
2205 messages in trash, also check and empty all trash
2208 move "Ask before emptying trash" option
2209 outside of the "On exit" frame as it's
2210 not only an "On exit" option
2212 2007-02-09 [paul] 2.7.2cvs35
2217 * src/prefs_account.c
2218 * src/prefs_folder_item.c
2220 * src/prefs_matcher.c
2221 * src/prefs_message.c
2222 * src/prefs_msg_colors.c
2223 * src/prefs_summaries.c
2225 * src/gtk/inputdialog.c
2226 * src/plugins/bogofilter/bogofilter_gtk.c
2227 pedantic commit: use 'checkbtn' everywhere
2228 instead of a mixture of 'checkbtn' and 'chkbtn'
2230 2007-02-09 [paul] 2.7.2cvs34
2236 move "Never send Return Receipts" from
2237 prefs_other to prefs_send
2238 add an option "Ask about account specific
2239 filtering rules..." to prefs_other
2240 * src/gtk/gtkutils.c
2241 fix a compiler warning
2243 2007-02-08 [colin] 2.7.2cvs33
2245 * src/plugins/pgpinline/pgpinline.c
2246 Fix bug 1110, 'pgpmime fails to process
2247 encapsulated openpgp mime (rfc 3156, 6.1
2249 It was due to an interaction between PGP/Mime
2250 and PGP/Inline plugin.
2252 2007-02-08 [colin] 2.7.2cvs32
2257 Fix bug 1117, 'fcntl locking code
2258 does not work in mbox.c'
2260 2007-02-08 [colin] 2.7.2cvs31
2262 * src/prefs_account.c
2263 Fix Gentoo bug 165819, 'can't create
2264 a "local mbox file" account'. Patch
2265 by Olivier <castan.o@free.fr>
2267 2007-02-07 [colin] 2.7.2cvs30
2270 Fix bug 1106, 'Claws crash on exit if LDAPS
2271 autocompletion was used'
2273 2007-02-07 [paul] 2.7.2cvs29
2276 cut down on unnecessary debug_prints
2278 fix menu_set_active() on 'Show only
2281 2007-02-07 [paul] 2.7.2cvs28
2283 * src/plugins/clamav/clamav_plugin.c
2284 * src/plugins/clamav/clamav_plugin.h
2285 * src/plugins/clamav/clamav_plugin_gtk.c
2286 fix copyright header
2288 2007-02-07 [paul] 2.7.2cvs27
2291 fix bug 1116, 'summary view allow a
2294 2007-02-06 [colin] 2.7.2cvs26
2299 2007-02-05 [fabien] 2.7.2cvs25
2303 i18n related - 1 fix and 1 message for translators.
2305 2007-02-05 [colin] 2.7.2cvs24
2307 * src/gtk/quicksearch.c
2308 Don't reload summary list if quicksearch wasn't
2309 active on hiding; move currently selected mail in
2310 the visible area when showing the quicksearch
2312 2007-02-05 [colin] 2.7.2cvs23
2315 Add debug to try to solve bug 1104
2317 2007-02-05 [paul] 2.7.2cvs22
2320 confirm before emptying trash on exit is
2321 a Yes or No answer, use Yes or No in the
2324 2007-02-04 [colin] 2.7.2cvs21
2327 * src/plugins/pgpcore/passphrase.c
2328 * src/plugins/pgpcore/select-keys.c
2329 Set wmclass on new windows
2335 2007-02-04 [colin] 2.7.2cvs20
2339 Auto save drafts on exit, reopen them
2340 at startup, instead of asking
2344 * src/addressbook_foldersel.c
2352 * src/editldap_basedn.c
2365 * src/message_search.c
2367 * src/prefs_actions.c
2368 * src/prefs_customheader.c
2369 * src/prefs_display_header.c
2370 * src/prefs_filtering.c
2371 * src/prefs_filtering_action.c
2372 * src/prefs_folder_column.c
2374 * src/prefs_matcher.c
2376 * src/prefs_summaries.c
2377 * src/prefs_summary_column.c
2378 * src/prefs_template.c
2379 * src/sourcewindow.c
2381 * src/summary_search.c
2384 * src/gtk/description_window.c
2385 * src/gtk/foldersort.c
2386 * src/gtk/gtkutils.c
2387 * src/gtk/gtkutils.h
2388 * src/gtk/icon_legend.c
2389 * src/gtk/logwindow.c
2390 * src/gtk/pluginwindow.c
2391 * src/gtk/prefswindow.c
2392 Give different wmclass to different
2393 windows - thanks to sed ;)
2395 2007-02-04 [colin] 2.7.2cvs19
2398 Revert previous patch, can't reproduce
2401 2007-02-03 [colin] 2.7.2cvs18
2404 Don't save the mainwindow size and
2405 position on emergency exit (libSM's
2406 "die" callback), Xfce seems to make
2407 the window smaller just before the
2410 2007-02-03 [colin] 2.7.2cvs17
2412 * src/plugins/bogofilter/bogofilter.c
2413 * src/plugins/bogofilter/bogofilter.h
2414 * src/plugins/bogofilter/bogofilter_gtk.c
2415 * src/plugins/pgpinline/pgpinline.c
2416 * src/plugins/pgpinline/pgpinline.h
2419 2007-02-03 [colin] 2.7.2cvs16
2421 * src/partial_download.c
2422 * src/partial_download.h
2429 * src/common/ssl_certificate.c
2430 * src/common/ssl_certificate.h
2431 * src/gtk/quicksearch.c
2432 * src/gtk/quicksearch.h
2433 * src/gtk/sslcertwindow.c
2434 * src/gtk/sslcertwindow.h
2435 Fix copyright on my files
2437 2007-02-02 [colin] 2.7.2cvs15
2447 Add Tools/List URIs to allow
2448 opening any URI in the current mail
2450 2007-02-02 [colin] 2.7.2cvs14
2452 * src/common/valgrind.h ** NEW FILE **
2453 * src/common/Makefile.am
2454 * src/common/plugin.c
2455 Don't dlclose the plugins if we're running
2456 under valgrind. (doesn't require valgrind
2457 either at compile time or run time).
2459 2007-02-01 [paul] 2.7.2cvs13
2463 * tools/freshmeat_search.pl
2464 * tools/google_search.pl
2465 * tools/multiwebsearch.pl
2466 add support for non ISO-8859-1 compatible locales
2467 Patch by Alex Gorbachenko <agent_007@immo.ru>
2469 2007-02-01 [colin] 2.7.2cvs12
2472 * src/prefs_summaries.c
2473 Move keybinding prefs to the Other page
2475 2007-02-01 [wwp] 2.7.2cvs11
2477 * src/plugins/trayicon/trayicon.c
2478 Fix a raising issue within KDE.
2480 2007-02-01 [colin] 2.7.2cvs10
2483 Fix stray quotes in encoded strings
2485 Fix wrong call causing g_warnings
2487 Remove useless message
2489 2007-01-31 [wwp] 2.7.2cvs9
2491 * src/plugins/trayicon/trayicon.c
2492 fix buggy hiding of main window when closing if close-to-tray
2493 is not set (bad logics in the trayicon hook code).
2494 Changed the quit confirmation message too.
2496 2007-01-30 [colin] 2.7.2cvs8
2499 Fix hidden mainwindow after clicking on
2500 the X close button, if compose windows
2501 exist and the user chooses not to quit
2503 2007-01-30 [colin] 2.7.2cvs7
2507 Handle local URIs to attach files (file:///...)
2508 Fixes attaching files from Thunar for example
2510 2007-01-30 [colin] 2.7.2cvs6
2512 * src/prefs_ext_prog.c
2513 Add 'mousepad' to the list of text editors.
2514 Mousepad is XFCE's text editor
2516 2007-01-29 [wwp] 2.7.2cvs5
2519 * src/plugins/trayicon/trayicon_prefs.c
2520 trayicon i18n fixes, thanks to Fabien.
2522 2007-01-28 [wwp] 2.7.2cvs4
2526 * src/plugins/trayicon/trayicon.c
2527 * src/plugins/trayicon/trayicon_prefs.c
2528 * src/plugins/trayicon/trayicon_prefs.h
2529 Added a new TrayIcon plugin option to close to tray
2530 (WM's hotkey and [X] button will hide the window instead
2531 of closing it - closing CM can be done using the tray icon
2532 menu or the File menu).
2533 Improved visibility handling in trayicon, clicking the
2534 trayicon now raise the window to current desktop when it
2535 was either minimized/shaded/on another desktop.
2536 Thanks to Paul for testing and fixing a strange behaviour
2539 2007-01-27 [paul] 2.7.2cvs3
2541 * src/prefs_folder_item.c
2542 * src/prefs_receive.c
2543 * src/plugins/pgpcore/prefs_gpg.c
2544 use 'start-up' instead of 'startup' in labels
2546 2007-01-26 [wwp] 2.7.2cvs2
2548 * src/plugins/trayicon/Makefile.am
2549 * src/plugins/trayicon/trayicon.c
2550 * src/plugins/trayicon/trayicon_prefs.c
2551 * src/plugins/trayicon/trayicon_prefs.h
2552 Add a new TrayIcon option to hide the main window at
2554 Fix trayicon.c copyright header.
2556 2007-01-26 [paul] 2.7.2cvs1
2562 bump up version number following
2565 2007-01-25 [mones] 2.7.1cvs60
2568 updated thousands of strings (well, probably less ;-)
2570 2007-01-25 [colin] 2.7.1cvs59
2573 Fix 2nd-run loss of matcherrc on new
2576 2007-01-25 [wwp] 2.7.1cvs58
2579 fix handling of empty value in attach_save_directory too, thanks
2582 2007-01-25 [wwp] 2.7.1cvs57
2585 fix handling of empty value in attach_load_directory,
2588 2007-01-25 [wwp] 2.7.1cvs56
2590 * src/plugins/dillo_viewer/dillo_prefs.h
2593 2007-01-25 [colin] 2.7.1cvs55
2597 * src/matcher_parser_parse.y
2598 * src/prefs_matcher.c
2599 Add matching on the spam flag
2601 2007-01-24 [colin] 2.7.1cvs54
2606 Make sure folderlist.xml is correctly
2607 written before overwriting it.
2611 * src/plugins/bogofilter/bogofilter.c
2612 * src/plugins/bogofilter/bogofilter.h
2613 * src/plugins/bogofilter/bogofilter_gtk.c
2614 * src/plugins/spamassassin/spamassassin.c
2615 * src/plugins/spamassassin/spamassassin.h
2616 * src/plugins/spamassassin/spamassassin_gtk.c
2617 Move spam to the correct trash folder after
2618 learning, if spam directory isn't set.
2620 2007-01-23 [paul] 2.7.1cvs53
2622 * src/plugins/bogofilter/bogofilter_gtk.c
2623 fix sensitivity of "Insert X-Bogosity header"
2626 2007-01-23 [colin] 2.7.1cvs52
2629 Translate toolbar items text if
2630 they're translatable (default)
2644 * src/etpan/etpan-thread-manager.c
2645 * src/etpan/etpan-thread-manager.h
2646 * src/gtk/gtkutils.c
2647 * src/gtk/gtkutils.h
2648 More static functions
2650 2007-01-22 [fabien] 2.7.1cvs51
2652 * src/gtk/gtkutils.c
2653 gtkut_get_options_frame() : ability to pass
2654 a 'NULL' value in frame pointer parameter if
2657 2007-01-22 [colin] 2.7.1cvs50
2661 * src/plugins/bogofilter/bogofilter.c
2662 * src/plugins/bogofilter/bogofilter_gtk.c
2663 * src/plugins/spamassassin/spamassassin.c
2664 * src/plugins/spamassassin/spamassassin_gtk.c
2665 Allow moving spams to the account's trash
2666 instead of default one
2668 2007-01-21 [colin] 2.7.1cvs49
2672 Revert a static function that shouldn't
2675 2007-01-21 [colin] 2.7.1cvs48
2681 2007-01-21 [colin] 2.7.1cvs47
2687 2007-01-21 [colin] 2.7.1cvs46
2689 * src/common/socket.c
2690 * src/common/socket.h
2693 2007-01-21 [colin] 2.7.1cvs45
2702 * src/folder_item_prefs.c
2703 * src/folder_item_prefs.h
2710 * src/common/socket.c
2711 * src/common/socket.h
2712 * src/gtk/gtkaspell.c
2713 * src/gtk/gtkaspell.h
2714 * src/gtk/quicksearch.c
2715 * src/gtk/quicksearch.h
2718 2007-01-21 [colin] 2.7.1cvs44
2720 * src/common/utils.c
2721 * src/common/utils.h
2722 * src/etpan/etpan-thread-manager.c
2723 * src/etpan/etpan-thread-manager.h
2724 Same (Funny that etpan_thread_unbind
2725 is called but not etpan_thread_bind)
2727 2007-01-21 [colin] 2.7.1cvs43
2735 * src/etpan/Makefile.am
2736 * src/gtk/colorlabel.c
2737 * src/gtk/colorlabel.h
2738 * src/gtk/sslcertwindow.c
2739 * src/gtk/sslcertwindow.h
2740 * src/etpan/etpan-log.c ** REMOVED **
2741 * src/etpan/etpan-log.h ** REMOVED **
2744 2007-01-20 [colin] 2.7.1cvs42
2750 2007-01-20 [colin] 2.7.1cvs41
2768 Make functions that aren't used in other
2771 2007-01-20 [colin] 2.7.1cvs40
2786 * src/editldap_basedn.c
2792 * src/image_viewer.c
2808 * src/prefs_account.c
2809 * src/prefs_common.c
2810 * src/prefs_compose_writing.c
2811 * src/prefs_ext_prog.c
2812 * src/prefs_folder_item.c
2814 * src/prefs_message.c
2815 * src/prefs_msg_colors.c
2818 * src/prefs_receive.c
2820 * src/prefs_spelling.c
2821 * src/prefs_summaries.c
2822 * src/prefs_toolbar.c
2823 * src/prefs_wrapping.c
2832 * src/common/hooks.c
2834 * src/common/passcrypt.c
2835 * src/common/socket.c
2837 * src/common/ssl_certificate.c
2838 * src/common/template.c
2839 * src/common/utils.c
2840 * src/etpan/imap-thread.c
2841 * src/gtk/sslcertwindow.c
2842 * src/gtk/sslcertwindow.h
2843 Make functions that could be static, static
2845 2007-01-20 [colin] 2.7.1cvs39
2850 2007-01-20 [colin] 2.7.1cvs38
2855 Fix bug 1102, 'claws-mail-2.7.1
2856 makes use of deprecated ldap
2859 2007-01-20 [colin] 2.7.1cvs37
2864 * src/gtk/quicksearch.c
2865 Add Wide message list layout
2867 2007-01-19 [fabien] 2.7.1cvs36
2870 make sure a font change is considered in links of
2873 2007-01-19 [colin] 2.7.1cvs35
2880 * src/prefs_common.c
2881 * src/prefs_common.h
2884 * src/gtk/quicksearch.c
2885 * src/gtk/quicksearch.h
2886 Drop 'Separate Folder tree' and 'Separate
2887 Message View'. Put three layouts in place
2890 2007-01-19 [paul] 2.7.1cvs34
2892 * src/prefs_msg_colors.c
2893 more use of Q_ for translators
2895 2007-01-19 [paul] 2.7.1cvs33
2898 * src/prefs_account.c
2899 a few changes to the English
2901 2007-01-19 [fabien] 2.7.1cvs32
2904 factorize translatable string
2906 2007-01-18 [colin] 2.7.1cvs31
2909 Don't error out on --sync option. Although
2910 we don't do anything with it, gtk+ handles
2911 it, and it's useful for debugging X errors
2913 2007-01-18 [fabien] 2.7.1cvs30
2916 ability to apply on the fly the recent added
2917 'gtk_can_change_accels' pref (no need to restart).
2919 2007-01-18 [fabien] 2.7.1cvs29
2921 * src/plugins/bogofilter/bogofilter_gtk.c
2922 * src/plugins/bogofilter/bogofilter.c
2923 * src/plugins/spamassassin/spamassassin_gtk.c
2925 * src/prefs_account.c
2926 factorize or rewrite some translatable strings.
2928 2007-01-18 [fabien] 2.7.1cvs28
2932 set a 4pix space between "Subject:" label and subject entry in
2935 2007-01-18 [wwp] 2.7.1cvs27
2938 fix conflicting address-copy/paste when focus is set
2939 to the embedded edit-person form.
2942 2007-01-18 [wwp] 2.7.1cvs26
2945 complete 2.7.1cvs23 (one more file was missing from that
2948 2007-01-18 [colin] 2.7.1cvs25
2951 Provide a way to migrate without backup
2952 Re-ask for migration on next start if
2953 it has been refused and wizard has been
2956 2007-01-18 [wwp] 2.7.1cvs24
2959 complete 2.7.1.cvs23 (file was missing from previous
2962 2007-01-18 [wwp] 2.7.1cvs23
2965 fix potential crashes in address book's focus_in/out signal handlers,
2966 force focus to the edit-person form when clicked the Edit menu entry or
2967 button (this only matters if the edit-person form is embedded to the
2968 AB window, in that case, focus is not set when browsing the contacts
2969 list w/ keys or mouse clicks).
2971 2007-01-18 [paul] 2.7.1cvs22
2974 add command line options:
2976 -q and --quit for --exit
2978 print "Unknown option" for unknown options
2980 2007-01-18 [paul] 2.7.1cvs21
2983 updated by Pavlo Bohmat
2985 2007-01-18 [paul] 2.7.1cvs20
2988 fix sensitivity issues of Mark as Spam/Ham
2990 2007-01-17 [fabien] 2.7.1cvs19
2993 * src/prefs_common.c
2994 * src/prefs_common.h
2996 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2997 control the corresponding gtk property. It could be used to lock
2998 all shortcuts (avoid to set one of them by inadvertency).
3000 2007-01-17 [colin] 2.7.1cvs18
3003 Fix bug 1100, 'Highlighted e-mail data not visible
3004 when color label applied.'. Use a weighted average
3005 between normal selected foreground color and color
3006 label instead of a simple one (3/1 instead 1/1).
3008 2007-01-17 [colin] 2.7.1cvs17
3011 Better fix for bug 1088, 'Ctrl-h produces repeatable
3012 crash' - don't prevent mail switching while loading
3014 2007-01-17 [colin] 2.7.1cvs16
3023 Manage recursive search of unsubscribed folders
3024 Rescan tree without checking for new messages
3025 after subscriptions changed
3027 2007-01-17 [paul] 2.7.1cvs15
3029 * src/prefs_common.c
3030 * src/gtk/pluginwindow.c
3031 fix bug 1101, '"Load plugin" button is
3032 accidentally hidden'
3033 unset (-1) initial width in prefs_common,
3034 fix overlapping buttons,
3037 2007-01-17 [paul] 2.7.1cvs14
3040 add #include <errno.h>, it's needed
3043 2007-01-17 [paul] 2.7.1cvs13
3046 * tools/make.themes.project
3047 rename .sylpheed_themeinfo to .claws_themeinfo
3049 * src/etpan/etpan-errors.h
3050 * src/etpan/etpan-log.c
3051 * src/etpan/etpan-log.h
3052 * src/etpan/etpan-thread-manager-types.h
3053 * src/etpan/etpan-thread-manager.c
3054 * src/etpan/etpan-thread-manager.h
3055 * src/etpan/imap-thread.c
3056 * src/etpan/imap-thread.h
3057 add copyright header
3059 2007-01-17 [colin] 2.7.1cvs12
3061 * src/plugins/pgpcore/select-keys.c
3062 * src/gtk/pluginwindow.c
3063 * src/prefs_account.c
3066 2007-01-16 [colin] 2.7.1cvs11
3071 Manage subscribing to subfolders when only
3072 subscribed folders are shown.
3074 2007-01-16 [colin] 2.7.1cvs10
3077 Fix annoying vscrollbar going back to top
3078 on Check for new folders
3080 2007-01-16 [colin] 2.7.1cvs9
3085 2007-01-16 [colin] 2.7.1cvs8
3088 Bigger buffer for errors
3092 * src/prefs_account.c
3093 * src/prefs_account.h
3095 * src/etpan/imap-thread.c
3096 * src/etpan/imap-thread.h
3097 * manual/handling.xml
3098 Add subscriptions management. What it changes:
3099 Creating a folder subscribes to it
3100 Deleting a folder unsubscribes it
3101 New contextual menu item allowing to switch between
3102 All folders and Subscribed folders, subscribe, and
3103 unsubscribe. "Creating" an existing but unsubscribed
3104 folder will subscribe it.
3105 By default for new accounts, only subscribed folders
3109 2007-01-16 [paul] 2.7.1cvs7
3112 Allow folder classes to specify only sort_key or
3113 sort_type instead of both or none.
3115 2007-01-16 [paul] 2.7.1cvs6
3122 Save and use errno for procmime_get_part
3124 2007-01-16 [colin] 2.7.1cvs5
3127 Never remove INBOX when scanning for
3128 new folders. It's a special folder
3131 2007-01-15 [colin] 2.7.1cvs4
3134 Fix 'Check for new folders' when IMAP subdirectory
3136 * src/etpan/imap-thread.c
3139 2007-01-15 [colin] 2.7.1cvs3
3141 * src/etpan/imap-thread.c
3142 Fix invalid free on command-connection
3145 2007-01-15 [wwp] 2.7.1cvs2
3147 * src/matcher_parser_lex.l
3148 * src/quote_fmt_lex.l
3149 * src/matcher_parser_parse.y
3150 fix copyright header in lexers and parsers.
3152 2007-01-15 [paul] 2.7.1cvs1
3158 bump up version number following
3161 2007-01-15 [paul] 2.7.0cvs31
3165 add Fabien to the Team list
3166 add the recent contributors
3167 make a few corrections
3169 2007-01-15 [paul] 2.7.0cvs30
3172 fix compiler warning
3173 * src/plugins/pgpcore/prefs_gpg.c
3174 * src/plugins/pgpcore/prefs_gpg.h
3176 fix copyright header
3178 2007-01-14 [colin] 2.7.0cvs29
3181 Use the 'gtk+' backend. Avoids gnome-vfs use,
3182 two benefits: faster to open, will fix strange
3183 dbus-related crash. Thanks to Pascal Terjan.
3185 2007-01-14 [colin] 2.7.0cvs28
3187 * src/etpan/imap-thread.c
3188 Delete the old imap just after allocating
3189 the new one. Makes sure we don't get the
3190 same pointer by sheer luck, which feels
3191 strange in the debug log.
3193 2007-01-14 [colin] 2.7.0cvs27
3195 * src/gtk/inputdialog.c
3196 Make sure we don't print passwords in
3197 clear text when in debug mode
3199 2007-01-14 [colin] 2.7.0cvs26
3201 * src/gtk/gtksctree.c
3202 Fix bug 1098, 'bogus last row display
3203 after expanding a thread'. Patch by
3204 Jindrich Makovicka <makovick@gmail.com>
3206 2007-01-14 [colin] 2.7.0cvs25
3208 * src/etpan/imap-thread.c
3209 Close socket manually before
3210 freeing the imap struct
3212 2007-01-14 [colin] 2.7.0cvs24
3214 * src/etpan/imap-thread.c
3215 Maybe fix new reconnection issues
3217 2007-01-13 [colin] 2.7.0cvs23
3220 Freeze/thaw on thread selection
3222 2007-01-13 [paul] 2.7.0cvs22
3227 add 'Edit/Delete thread'
3229 2007-01-13 [colin] 2.7.0cvs21
3231 * src/prefs_account.c
3232 * src/prefs_compose_writing.c
3233 * src/prefs_message.c
3234 * src/prefs_msg_colors.c
3236 * src/prefs_receive.c
3237 * src/prefs_spelling.c
3238 * src/prefs_summaries.c
3239 * src/prefs_themes.c
3240 * src/gtk/gtkutils.c
3241 * src/gtk/gtkutils.h
3242 * src/plugins/pgpcore/prefs_gpg.c
3243 * src/plugins/spamassassin/spamassassin_gtk.c
3244 Factorize gtk frame creation
3247 2007-01-13 [colin] 2.7.0cvs20
3249 * src/message_search.c
3250 * src/summary_search.c
3251 Fix Enter in search windows
3253 Fix body search starting at the
3254 end of the mail (and asking for loop)
3256 2007-01-13 [colin] 2.7.0cvs19
3258 * src/etpan/imap-thread.c
3259 Make sure we don't free the same imap
3262 2007-01-13 [colin] 2.7.0cvs18
3265 Allow multiple commitHelpers to
3268 2007-01-12 [colin] 2.7.0cvs17
3270 * src/etpan/imap-thread.c
3271 Make sure we get rid of the previous mailimap
3272 when connecting - just in case disconnect was
3275 2007-01-12 [paul] 2.7.0cvs16
3278 Strip S/MIME signatures when re-editing
3279 S/MIME signed messages.
3281 2007-01-12 [paul] 2.7.0cvs15
3288 no need to define CLAWS anymore, remove
3291 2007-01-12 [paul] 2.7.0cvs14
3294 check if the mail's signed as
3295 it can change the mail structure
3298 2007-01-12 [paul] 2.7.0cvs13
3301 fix Forwarding msgs with attachments
3302 that have dos line endings
3305 2007-01-12 [wwp] 2.7.0cvs12
3308 Revert accidentally committed extra version tag.
3310 2007-01-12 [wwp] 2.7.0cvs11
3312 * src/prefs_account.c
3313 Fix compilation w/o aspell (completes 2.7.0cvs7).
3315 2007-01-11 [colin] 2.7.0cvs10
3318 move g_warning to debug_print
3319 it scares people for no reason
3321 2007-01-11 [colin] 2.7.0cvs9
3324 Fix files to translate. Patch by
3327 2007-01-11 [paul] 2.7.0cvs8
3330 Fix recursion when server lists the
3331 current subfolder in the response
3333 Fix updating of icon_list/ctree
3334 * src/plugins/pgpcore/select-keys.c
3335 Fix a few annoyances when choosing
3336 keys for the CMS (S/MIME) protocol
3338 2007-01-11 [wwp] 2.7.0cvs7
3341 * src/prefs_account.c
3342 * src/prefs_account.h
3343 Add per-account spellcheck default dictionaries settings.
3345 2007-01-10 [colin] 2.7.0cvs6
3347 * src/prefs_folder_item.c
3348 Factorize strings - patch by Fabien
3350 2007-01-10 [colin] 2.7.0cvs5
3353 Fix bug 1095, 'Crash while changing folder
3354 columns during incorporation'
3356 2007-01-09 [colin] 2.7.0cvs4
3358 * src/gtk/pluginwindow.c
3359 Set the plugin window transient. Seems
3360 like some window managers hide it in
3361 the background after "load plugin"...
3363 2007-01-09 [colin] 2.7.0cvs3
3366 Use the same type for alloc and free
3368 2007-01-08 [paul] 2.7.0cvs2
3371 updated by Tim Dijkstra
3373 2007-01-08 [paul] 2.7.0cvs1
3375 * src/prefs_themes.c
3376 * src/common/utils.c
3379 2007-01-08 [paul] 2.7.0
3386 2007-01-08 [paul] 2.6.1cvs119
3388 * doc/man/claws-mail.1
3391 2007-01-08 [paul] 2.6.1cvs118
3393 * doc/man/claws-mail.1
3395 * manual/advanced.xml
3396 improved English usage
3398 2007-01-08 [paul] 2.6.1cvs117
3409 updated by Miquel Oliete, Stephan Sachse, me,
3410 Tommi Pirinen, Andrea Spadaccini, Frederico
3411 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3412 Urosevic, and Ralgh Young
3414 2007-01-07 [mones] 2.6.1cvs116
3416 * manual/es/advanced.xml
3418 Synced manual (unhide mark_as_read_delay)
3419 and updated translation for release
3421 2007-01-07 [paul] 2.6.1cvs115
3423 * src/prefs_matcher.c
3424 make the hbox content fit better under
3427 2007-01-07 [colin] 2.6.1cvs114
3430 Fix bug 1088, 'Ctrl-h produces repeatable
3433 2007-01-06 [colin] 2.6.1cvs113
3435 * src/etpan/imap-thread.c
3436 Add casts to int to get certs. Fixes
3437 bug 1064, 'crash @ etpan_certificate_check()
3438 when opening an IMAP folder', with latest
3439 libetpan CVS or >= 0.49
3444 * src/prefs_folder_item.c
3445 Grey out the "synchronise" menu items if
3446 there's nothing to synchronise.
3447 * src/plugins/pgpcore/sgpgme.c
3448 Make an error clearer than "Unknown error"
3450 2007-01-06 [colin] 2.6.1cvs112
3453 Don't try to show a message if updating
3454 Maybe fixes bug 1088, 'ctrl-h produces
3457 2007-01-06 [colin] 2.6.1cvs111
3460 Disable Control-Space (handle it as Space).
3462 2007-01-05 [paul] 2.6.1cvs110
3465 Fix bug 934, 'sylpheed claws 2.1
3466 doesn't show Exchanges Public Folders'
3467 Thanks to Hoa and Colin
3469 Refuse to allocate more than 2 MB for a
3470 single field, it's a good indication of
3473 2007-01-05 [colin] 2.6.1cvs109
3476 Allow --select'ing emails by Message-ID too
3478 2007-01-05 [colin] 2.6.1cvs108
3480 * src/common/quoted-printable.c
3483 2007-01-05 [colin] 2.6.1cvs107
3485 * src/common/quoted-printable.c
3486 Fix previous commit about bug 1089
3489 2007-01-05 [colin] 2.6.1cvs106
3491 * src/common/quoted-printable.c
3492 Fix my previous commit on bug 1089
3495 2007-01-04 [colin] 2.6.1cvs105
3497 * src/common/quoted-printable.c
3498 Fix bug 1089, 'NUL characters in Subject
3499 line are misinterpreted'. Not a pain to
3506 2007-01-04 [wwp] 2.6.1cvs104
3508 * src/image_viewer.c
3509 Force operator precedence (fix a compiler warning).
3511 2007-01-04 [colin] 2.6.1cvs103
3513 * src/image_viewer.c
3514 Be cautious there too (same fix as the one
3515 in textview from cvs33)
3517 Don't use any MimeViewer plugin when showing
3520 2007-01-03 [wwp] 2.6.1cvs102
3524 fixed "cent" sign (use the existing ASCII one),
3525 decode more HTML entities,
3526 converted table ASCII entries to UTF-8,
3527 moved a switch() into a hashtable.
3529 2007-01-03 [paul] 2.6.1cvs101
3535 When possible, use move_msg instead of
3536 copy_msg + remove_msg to move sent mail
3539 2007-01-03 [paul] 2.6.1cvs100
3542 add more html entity recognition:
3543 pounds, euros, and cents
3545 2007-01-03 [colin] 2.6.1cvs99
3548 Don't display an error on NOSELECT
3549 folders when synchronising
3551 2007-01-03 [paul] 2.6.1cvs98
3553 * tools/maildir2claws-mail.pl
3554 only substitute 'sent-mail' if it's
3555 the full directory name
3557 2007-01-03 [paul] 2.6.1cvs97
3560 * ChangeLog.pre2.0.0
3562 archive a chunk of ChangeLog in
3565 * doc/src/ChangeLog.claws-pre0.8.0
3566 remove ChangeLog.claws-pre0.8.0, adding
3567 its contents to ChangeLog.gtk1
3569 2007-01-03 [paul] 2.6.1cvs96
3590 * src/addressbook_foldersel.c
3591 * src/addressbook_foldersel.h
3612 * src/customheader.c
3613 * src/customheader.h
3614 * src/displayheader.c
3615 * src/displayheader.h
3626 * src/editldap_basedn.c
3627 * src/editldap_basedn.h
3644 * src/folder_item_prefs.c
3645 * src/folder_item_prefs.h
3652 * src/grouplistdialog.c
3653 * src/grouplistdialog.h
3657 * src/image_viewer.c
3658 * src/image_viewer.h
3694 * src/message_search.c
3695 * src/message_search.h
3712 * src/partial_download.c
3713 * src/partial_download.h
3718 * src/prefs_account.c
3719 * src/prefs_account.h
3720 * src/prefs_actions.c
3721 * src/prefs_actions.h
3722 * src/prefs_common.c
3723 * src/prefs_common.h
3724 * src/prefs_compose_writing.c
3725 * src/prefs_compose_writing.h
3726 * src/prefs_customheader.c
3727 * src/prefs_customheader.h
3728 * src/prefs_display_header.c
3729 * src/prefs_display_header.h
3730 * src/prefs_filtering.c
3731 * src/prefs_filtering.h
3732 * src/prefs_filtering_action.c
3733 * src/prefs_filtering_action.h
3734 * src/prefs_folder_column.c
3735 * src/prefs_folder_column.h
3736 * src/prefs_folder_item.c
3737 * src/prefs_folder_item.h
3742 * src/prefs_image_viewer.c
3743 * src/prefs_image_viewer.h
3744 * src/prefs_matcher.c
3745 * src/prefs_matcher.h
3746 * src/prefs_message.c
3747 * src/prefs_msg_colors.c
3748 * src/prefs_msg_colors.h
3751 * src/prefs_receive.c
3753 * src/prefs_spelling.c
3754 * src/prefs_spelling.h
3755 * src/prefs_summaries.c
3756 * src/prefs_summaries.h
3757 * src/prefs_summary_column.c
3758 * src/prefs_summary_column.h
3759 * src/prefs_template.c
3760 * src/prefs_template.h
3761 * src/prefs_themes.c
3762 * src/prefs_themes.h
3763 * src/prefs_toolbar.c
3764 * src/prefs_toolbar.h
3765 * src/prefs_wrapping.c
3766 * src/prefs_wrapping.h
3776 * src/quote_fmt_parse.y
3779 * src/remotefolder.c
3780 * src/remotefolder.h
3781 * src/send_message.c
3782 * src/send_message.h
3785 * src/sourcewindow.c
3786 * src/sourcewindow.h
3791 * src/stock_pixmap.c
3792 * src/stock_pixmap.h
3793 * src/summary_search.c
3794 * src/summary_search.h
3809 * src/common/base64.c
3810 * src/common/base64.h
3812 * src/common/hooks.c
3813 * src/common/hooks.h
3816 * src/common/mgutils.c
3817 * src/common/mgutils.h
3820 * src/common/passcrypt.c
3821 * src/common/passcrypt.h.in