1 2007-06-04 [wwp] 2.9.2cvs36
4 Fix quote mark mis-initialisation when replying/forwarding
5 (introduced w/ 2.9.2cvs20).
7 2007-06-04 [wwp] 2.9.2cvs35
9 * src/prefs_compose_writing.c
11 Fix a bug where Quotation characters (prefs/compose/writing)
12 was cleared (introduced w/ 2.9.2cvs26).
14 2007-06-04 [wwp] 2.9.2cvs34
18 Better fix for compiling w/o aspell (rollbacks
21 2007-06-04 [wwp] 2.9.2cvs33
27 It's now possible to disable mail filtering plugins
28 on a per-account basis.
30 2007-06-04 [wwp] 2.9.2cvs32
35 Support CRLF in headers part of messages.
36 Support few more date formats (RFC3339 subsets).
38 2007-06-04 [wwp] 2.9.2cvs31
41 Fix compiling w/o aspell support.
43 2007-06-03 [wwp] 2.9.2cvs30
46 Don't decode leading ENV_ and ~ in P_PASSWORD
49 2007-06-03 [wwp] 2.9.2cvs29
52 Don't decode leading ENV_ and ~ in P_PASSWORD
55 2007-06-03 [wwp] 2.9.2cvs28
58 * src/gtk/prefswindow.c
59 * src/gtk/prefswindow.h
60 Added a way to force preloading of all pages
62 Moved tabs to pages in account prefs.
64 2007-06-02 [colin] 2.9.2cvs27
67 Fix possible crash, fix ldap write bugs
69 Fix ldap write bugs - patch by Michael
73 Add a hook whenever alertpanel opens/closes
75 2007-05-31 [wwp] 2.9.2cvs26
77 * src/prefs_compose_writing.c
79 Re-organized writing options a bit:
80 - renamed the Quoting page to Templates
81 - moved all composing templates to that page
82 - moved non-templates options to the Writing one,
83 grouped reply-related options, reordered reply and
86 2007-05-31 [wwp] 2.9.2cvs25
91 2007-05-31 [colin] 2.9.2cvs24
94 Fix missing display name when modifying
95 LDAP. Patch by Michael Rasmussen
97 2007-05-31 [wwp] 2.9.2cvs23
99 * src/plugins/bogofilter/Makefile.am
100 * src/plugins/clamav/Makefile.am
101 * src/plugins/demo/Makefile.am
102 * src/plugins/dillo_viewer/Makefile.am
103 * src/plugins/spamassassin/Makefile.am
104 Fix building of those plugins in Mac OS X.
106 2007-05-30 [wwp] 2.9.2cvs22
108 * src/gtk/quicksearch.c
109 Fix missing initialization.
111 2007-05-30 [wwp] 2.9.2cvs21
114 Revert accidental commit (debug outputs).
116 2007-05-30 [wwp] 2.9.2cvs20
119 * src/folder_item_prefs.c
120 * src/folder_item_prefs.h
121 * src/prefs_account.c
122 * src/prefs_account.h
123 * src/prefs_folder_item.c
126 Implemented per-account and per-folder
127 compose/reply/forward formats.
129 2007-05-30 [wwp] 2.9.2cvs19
131 * src/prefs_compose_writing.c
136 Internal API changes (factorize quote format
139 2007-05-30 [colin] 2.9.2cvs18
142 Fix race where it's possible to re-click Send
143 between end of SMTP session and end of "move to
144 sent folder" when sending an email with send
147 2007-05-30 [colin] 2.9.2cvs17
150 Ask for backtrace on all threads. Patch by
153 Fix stale news statusbar when scanning fails.
156 Fix some LDAP write updates bugs. Patch
159 2007-05-29 [colin] 2.9.2cvs16
162 Fix loss of local flags when moving mails
163 on IMAP in high-bandwidth mode (UID FETCH)
165 2007-05-25 [paul] 2.9.2cvs15
167 * src/common/socket.c
168 fix sometimes crasher on cancelling
171 2007-05-25 [colin] 2.9.2cvs14
176 Be more helpful in the subscription
179 2007-05-23 [wwp] 2.9.2cvs13
182 * src/prefs_compose_writing.c
184 * src/prefs_template.c
185 * src/prefs_template.h
188 * src/quote_fmt_lex.l
189 * src/quote_fmt_parse.y
190 Introduced new syntax elements (symbols and commands)
191 in templates/quote_fmt. Compatibility w/ old
193 Updated and reworked the corresponding Information
195 Display the line number in dialogs that talk about
196 parser errors (in addition to the error message in
199 2007-05-23 [wwp] 2.9.2cvs12
201 * src/quote_fmt_parse.y
202 Fix 2.9.2cvs11, probably a paste accident ;).
204 2007-05-23 [wwp] 2.9.2cvs11
207 * src/prefs_template.c
209 * src/quote_fmt_parse.y
210 Fix 2.9.2cvs10, which broke --disable-aspell.
212 2007-05-22 [wwp] 2.9.2cvs10
215 * src/prefs_template.c
218 * src/quote_fmt_lex.l
219 * src/quote_fmt_parse.y
220 * src/gtk/gtkaspell.c
221 * src/gtk/gtkaspell.h
222 Added template/quote format syntactical elements
225 %T to show (shows empty if not set or not enabled),
226 ?T and !T to check if the default dictionary is
228 - current account's default dictionary
229 %aT to show (empty if not set or not enabled),
230 ?aT and !aT to check if it's enabled and set
231 - name completion for an address, from the address
233 %ABf, %ABt, %ABc respectively show the full name got
234 from the address book if From, To or Cc match a single
236 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
237 matches any contact and if the full name is non-empty.
238 If From, To or Cc are lists of email addresses, only
239 the first address will be checked.
240 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
241 that could show a trailing ','.
242 Also, template/quote_fmt parser now shows the line number in case
245 2007-05-15 [colin] 2.9.2cvs9
249 Add a public function to know whether Claws
251 Store opened folder when exiting
254 Store last opened message in each FolderItem;
255 Reset last seen messages if Claws crashed, so
256 that one can't go in an infinite crash in case
257 a particular mail crashes Claws.
262 * src/prefs_summaries.c
263 Add "Select last opened message" when entering
265 Add "Select last opened folder" at startup.
267 2007-05-14 [colin] 2.9.2cvs8
270 Fix bashism, search for xml catalog
271 in /usr/local/share/xml/catalog too
274 2007-05-13 [wwp] 2.9.2cvs7
276 * src/gtk/logwindow.c
277 fix raising log windows when they are either minimized or
280 2007-05-11 [colin] 2.9.2cvs6
283 Use Hildon's file chooser on Maemo. Patch
284 by Jean-Luc Biord; fixes part 2 of bug 1201,
285 'File attachment "manipulation" bugs...'
287 2007-05-10 [wwp] 2.9.2cvs5
291 * src/gtk/quicksearch.c
292 Add a quicksearch option to automatically run
293 a search selected from the history (this option
294 is exclusive towards type-ahead).
296 2007-05-10 [colin] 2.9.2cvs4
299 Fix g_warnings, thanks to Brian
302 2007-05-09 [colin] 2.9.2cvs3
307 * src/prefs_summaries.c
311 * src/gtk/gtksourceprintjob.c
312 * src/gtk/sslcertwindow.c
313 Use the re-entrant variant of time functions
314 Probably fixes bug 1217, 'reentrancy problems
317 2007-05-09 [colin] 2.9.2cvs2
320 Fix crasher when reconnection fails
322 2007-05-08 [paul] 2.9.2cvs1
328 bump version number following
331 2007-05-08 [paul] 2.9.1cvs48
333 * src/plugins/demo/demo.c
334 * src/plugins/dillo_viewer/dillo_prefs.c
335 * src/plugins/dillo_viewer/dillo_prefs.h
336 * src/plugins/dillo_viewer/dillo_viewer.c
337 * src/plugins/pgpcore/pgp_viewer.c
338 * src/plugins/pgpcore/pgp_viewer.h
339 * src/plugins/pgpcore/plugin.c
340 * src/plugins/pgpcore/prefs_gpg.c
341 * src/plugins/pgpcore/prefs_gpg.h
342 * src/plugins/pgpcore/sgpgme.c
343 * src/plugins/pgpcore/sgpgme.h
344 * src/plugins/pgpinline/plugin.c
345 * src/plugins/pgpmime/pgpmime.c
346 * src/plugins/pgpmime/pgpmime.h
347 * src/plugins/pgpmime/plugin.c
348 * src/plugins/spamassassin/spamassassin.c
349 * src/plugins/spamassassin/spamassassin.h
350 * src/plugins/spamassassin/spamassassin_gtk.c
351 * src/plugins/trayicon/README
353 * tools/README.sylprint
354 * tools/outlook2claws-mail.pl
356 * tools/tb2claws-mail
357 * tools/tbird2claws.py
360 * tools/kdeservicemenu/README
361 cleanups and corrections
363 2007-05-06 [wwp] 2.9.1cvs47
366 Fix missing dash to `display` command-line, reported
367 by Georg Himmrich <georg at mails d0t diesind d0t net>.
369 2007-05-06 [colin] 2.9.1cvs46
374 * src/pixmaps/printer.xpm
377 2007-05-06 [paul] 2.9.1cvs45
382 * src/summary_search.c
386 2007-05-05 [wwp] 2.9.1cvs44
390 * src/prefs_actions.c
394 Fix "faild" typos everywhere and capitalization of
397 2007-05-04 [colin] 2.9.1cvs43
402 * src/plugins/pgpcore/prefs_gpg.c
403 * src/plugins/pgpcore/prefs_gpg.h
404 * src/plugins/pgpinline/pgpinline.c
405 * src/plugins/pgpmime/pgpmime.c
406 Add an API to warn about encryption limits,
407 and allow to disable these warnings
409 2007-05-03 [colin] 2.9.1cvs42
413 Fix bug 1213, 'Delete more than
416 2007-05-03 [wwp] 2.9.1cvs41
419 * src/prefs_filtering.c
420 * src/prefs_template.c
421 * src/common/template.c
422 * src/common/template.h
425 Templates are no longer automatically sorted
426 by name, but can be sorted manually using
427 |< < > >| buttons as well as drag'n'drop.
429 2007-05-03 [wwp] 2.9.1cvs40
431 * src/plugins/spamassassin/spamassassin.c
432 * src/plugins/spamassassin/spamassassin.h
433 * src/plugins/spamassassin/spamassassin_gtk.c
434 * src/plugins/bogofilter/bogofilter.c
435 * src/plugins/bogofilter/bogofilter.h
436 * src/plugins/bogofilter/bogofilter_gtk.c
437 Added an option to conditionally mark saved spam
438 as read (default is and was to do so).
439 Satisfies feature request 1708539 on sf.net tracker.
441 2007-05-03 [colin] 2.9.1cvs39
444 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
446 2007-05-02 [colin] 2.9.1cvs38
449 Fix bug 1209, 'Clicking on address
450 in header (mailto uri) selects
451 default account'. Patch adapted from
454 2007-05-02 [colin] 2.9.1cvs37
456 * src/grouplistdialog.c
457 Set cursor to wait cursor while loading
460 2007-05-02 [paul] 2.9.1cvs36
464 rename cache and mark files
467 2007-04-30 [paul] 2.9.1cvs35
469 * manual/glossary.xml
471 updates. Patch by Ricardo
473 2007-04-29 [wwp] 2.9.1cvs34
477 Fix few grammatical errors (patch by David Relson < relson at
478 osagesoftware dot com >).
480 2007-04-28 [colin] 2.9.1cvs33
484 * src/prefs_account.c
485 * src/prefs_account.h
486 Drop the "Download all" preference. It's
487 stupidly useless and confuses people from
490 2007-04-27 [wwp] 2.9.1cvs32
493 * src/prefs_account.c
494 * src/prefs_account.h
495 Don't reflect accounts changes to the mainwindow when it's
498 2007-04-27 [colin] 2.9.1cvs31
501 Freeze/thaw when sync'ing flags
503 * src/prefs_account.c
504 * src/prefs_account.h
505 * src/etpan/imap-thread.c
506 * src/etpan/imap-thread.h
507 Add a way to use UID FETCH instead
508 of searches to fetch message lists
509 and flags. More expensive towards
510 bandwidth, less expensive towards
511 server's CPU. Probably fixes
512 bug 1158, 'Scanning new folders on
513 Exchange 2007 extremely slow'.
516 2007-04-27 [paul] 2.9.1cvs30
519 * src/prefs_logging.c
520 improvements to english usage
522 2007-04-27 [colin] 2.9.1cvs29
525 Fix build without libetpan (my bad!)
527 2007-04-26 [colin] 2.9.1cvs28
531 Fix uselessly exported function
533 Consider "- -- \n" as signature separator
534 (that's what signature separators look like
535 in PGP/Inline signed mails)
537 2007-04-26 [colin] 2.9.1cvs27
540 libetpan-0.49 is now required
542 Fix double fetching of mails if
545 Make offline sync faster, by
546 remembering last change time, and
549 2007-04-26 [hoa] 2.9.1cvs26
555 * src/etpan/imap-thread.c
556 * src/etpan/imap-thread.h
557 cancellation of IMAP operations is now allowed.
558 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
560 2007-04-26 [colin] 2.9.1cvs25
563 Always fetch body+headers in folders that are
564 synched for offline use, if "Synchronise as
565 soon as possible" is set.
566 Fixes bug 1200, 'Add option to always retrieve full
569 2007-04-25 [colin] 2.9.1cvs24
572 Fix bug 1198, 'Reply-all "disappearing" address bug
575 2007-04-24 [colin] 2.9.1cvs23
578 Fix bug 1195, 'Hardware key navigation'
579 Make GDK_Enter toggle expansion (Maemo)
581 2007-04-24 [wwp] 2.9.1cvs22
584 Fix few compiler warnings.
586 2007-04-24 [paul] 2.9.1cvs21
593 2007-04-24 [paul] 2.9.1cvs20
596 * src/pixmaps/active.xpm
597 * src/pixmaps/checkbox_off.xpm
598 * src/pixmaps/checkbox_on.xpm
599 * src/pixmaps/inactive.xpm
601 remove transparent border from checkbox icons
603 2007-04-24 [wwp] 2.9.1cvs19
607 Fix a crash in textview, thanks to Colin.
609 2007-04-23 [wwp] 2.9.1cvs18
612 Fix 2.9.1cvs5: no header was being translated at all.
614 2007-04-23 [colin] 2.9.1cvs17
621 * src/gtk/gtksctree.c
622 * src/gtk/gtksctree.h
623 * src/pixmaps/selection.xpm
624 Fix bug 1193, 'Need a way to multi-select
625 items'. Add a toggle button to the summaryview
626 to switch between normal and multiple selection
629 2007-04-23 [colin] 2.9.1cvs16
636 * src/gtk/gtksctree.c
637 * src/gtk/gtksctree.h
638 * src/pixmaps/selection.xpm
639 Fix bug 1193, 'Need a way to multi-
641 Add a toggle button in the summaryview
642 to enable normal or multiple selection.
645 2007-04-23 [colin] 2.9.1cvs15
648 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
650 2007-04-21 [colin] 2.9.1cvs14
652 * src/gtk/quicksearch.c
653 Fix previous commit (actually use correct
656 2007-04-21 [colin] 2.9.1cvs13
658 * src/gtk/quicksearch.c
659 Fix changing quicksearch type (after Esc,
660 after changing Recursive, ...)
662 2007-04-20 [wwp] 2.9.1cvs12
664 * src/gtk/Makefile.am
665 Added headers.h (completes 2.9.1cvs5).
667 2007-04-20 [wwp] 2.9.1cvs11
670 Fix the use of display name in name column,
671 it has been overriden w/ the use of nickname
672 by 2.9.0cvs3. Now nickname is used (if any)
673 in case of LDAP books only.
675 2007-04-20 [colin] 2.9.1cvs10
680 Add handling of 'a' to loop in a mail's
683 2007-04-20 [colin] 2.9.1cvs9
686 Fix bug 1190, 'dir_open' button doesn't work'
689 2007-04-20 [colin] 2.9.1cvs8
693 Fix bug 1194, 'Hardware keys move from email
694 list to account/directory list, but not back
695 to email list...' (Maemo)
697 2007-04-20 [colin] 2.9.1cvs7
700 complete previous commit
702 2007-04-20 [colin] 2.9.1cvs6
705 Fix bug 1187, 'Reply-to addressee disappears
706 when reply-to text box is clicked...' (Maemo)
708 2007-04-20 [wwp] 2.9.1cvs5
718 * src/prefs_display_header.c
719 * src/prefs_matcher.c
722 * src/gtk/quicksearch.c
723 Translate more header names according to the relevant option value,
724 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
725 Replaced nearly all uses of prefs_common.trans_hdr with a call
726 to prefs_common_translated_header_name().
727 Added a headers.h reference file that contains known header names
728 (RFC2822 and others) to the translation process' input, so that
729 translated header names will still exist even if no occurrence of
730 _("headername") is found anymore in the sources.
731 Don't translate column name 'Number' following to trans_hdr option
732 value as it's not a header name.
734 2007-04-20 [colin] 2.9.1cvs4
736 * src/gtk/quicksearch.c
737 * src/gtk/quicksearch.h
738 Add "From, To or Subject" quicksearch
739 type. Patch by ulfschaper@users.sf.net
741 2007-04-20 [colin] 2.9.1cvs3
744 Implement proper references filtering condition.
745 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
747 2007-04-19 [wwp] 2.9.1cvs2
749 * src/prefs_display_header.c
750 * src/message_search.c
751 Fix few warnings (g_free of const gchar*).
753 2007-04-19 [paul] 2.9.1cvs1
759 bump version number following
762 2007-04-19 [paul] 2.9.0cvs9
764 * manual/advanced.xml
765 * manual/glossary.xml
768 2007-04-18 [paul] 2.9.0cvs8
771 fix for CVE-2007-1558 (APOP)
774 2007-04-18 [paul] 2.9.0cvs7
780 Fix encoding woes wrt saving of
784 2007-04-18 [colin] 2.9.0cvs6
786 * src/gtk/pluginwindow.c
787 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
789 2007-04-17 [wwp] 2.9.0cvs5
795 Fix --disable-ldap build,
796 fix some LDAP annoyances on
797 searches, thanks to Colin.
799 2007-04-17 [wwp] 2.9.0cvs4
802 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
803 like gcc 2.9x. Thanks to Colin.
805 2007-04-17 [wwp] 2.9.0cvs3
821 Add LDAP write support. Patch mostly by
822 Michael <mir at datanom dot net>
824 2007-04-17 [wwp] 2.9.0cvs2
827 Prepend "Add to address book" to the context menu of compose window's sender and
830 2007-04-16 [paul] 2.9.0cvs1
835 2007-04-16 [paul] 2.9.0
842 2007-04-16 [paul] 2.8.1cvs102
845 updated by Fabien Vantard
847 2007-04-16 [paul] 2.8.1cvs101
857 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
858 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
859 Aleksandar Urosevic, and Ralgh Young
861 2007-04-15 [mones] 2.8.1cvs100
866 2007-04-14 [colin] 2.8.1cvs99
868 * src/message_search.c
869 * src/prefs_display_header.c
870 * src/summary_search.c
874 2007-04-14 [wwp] 2.8.1cvs98
877 * src/message_search.c
878 * src/summary_search.c
879 * src/prefs_display_header.c
880 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
881 returns NULL, get the text value directly from the GtkEntry child.
883 2007-04-13 [colin] 2.8.1cvs97
885 * src/gtk/quicksearch.c
886 Give the focus back to summaryview when
887 emptying the quicksearch with Esc
889 2007-04-13 [colin] 2.8.1cvs96
891 * src/message_search.c
892 * src/prefs_display_header.c
893 * src/summary_search.c
894 Fix possibles crashes when getting text
897 2007-04-13 [colin] 2.8.1cvs95
900 Add some UIDL debugging
902 2007-04-12 [colin] 2.8.1cvs94
905 Force folder scan if necessary after
906 copying mails, to be able to reapply
909 2007-04-11 [colin] 2.8.1cvs93
912 don't scan for new mail on startup if --select
913 is specified (or race conditions arise). If so,
914 do both sequentially.
916 2007-04-09 [colin] 2.8.1cvs92
919 Use leafpad by default on Maemo. Patch
922 2007-04-06 [colin] 2.8.1cvs91
924 * src/pixmaps/queue_close.xpm
925 * src/pixmaps/queue_close_hrm.xpm
926 * src/pixmaps/queue_close_hrm_mark.xpm
927 * src/pixmaps/queue_close_mark.xpm
928 * src/pixmaps/queue_open.xpm
929 * src/pixmaps/queue_open_hrm.xpm
930 * src/pixmaps/queue_open_hrm_mark.xpm
931 * src/pixmaps/queue_open_mark.xpm
932 Move the clock one pixel down :)
934 2007-04-05 [colin] 2.8.1cvs90
937 Don't sync when switching offline from
938 command line - it's usually too late :)
940 2007-04-05 [paul] 2.8.1cvs89
944 * src/pixmaps/dir_close_hrm.xpm
945 * src/pixmaps/dir_close_hrm_mark.xpm
946 * src/pixmaps/drafts_close.xpm
947 * src/pixmaps/drafts_close_mark.xpm
948 * src/pixmaps/drafts_open.xpm
949 * src/pixmaps/drafts_open_mark.xpm
950 * src/pixmaps/inbox.xpm
951 * src/pixmaps/inbox_close.xpm
952 * src/pixmaps/inbox_close_hrm.xpm
953 * src/pixmaps/inbox_close_hrm_mark.xpm
954 * src/pixmaps/inbox_close_mark.xpm
955 * src/pixmaps/inbox_hrm.xpm
956 * src/pixmaps/inbox_hrm_mark.xpm
957 * src/pixmaps/inbox_mark.xpm
958 * src/pixmaps/inbox_open.xpm
959 * src/pixmaps/inbox_open_hrm.xpm
960 * src/pixmaps/inbox_open_hrm_mark.xpm
961 * src/pixmaps/inbox_open_mark.xpm
962 * src/pixmaps/outbox.xpm
963 * src/pixmaps/outbox_close.xpm
964 * src/pixmaps/outbox_close_hrm.xpm
965 * src/pixmaps/outbox_close_hrm_mark.xpm
966 * src/pixmaps/outbox_close_mark.xpm
967 * src/pixmaps/outbox_hrm.xpm
968 * src/pixmaps/outbox_hrm_mark.xpm
969 * src/pixmaps/outbox_mark.xpm
970 * src/pixmaps/outbox_open.xpm
971 * src/pixmaps/outbox_open_hrm.xpm
972 * src/pixmaps/outbox_open_hrm_mark.xpm
973 * src/pixmaps/outbox_open_mark.xpm
974 * src/pixmaps/queue_close.xpm
975 * src/pixmaps/queue_close_hrm.xpm
976 * src/pixmaps/queue_close_hrm_mark.xpm
977 * src/pixmaps/queue_close_mark.xpm
978 * src/pixmaps/queue_open.xpm
979 * src/pixmaps/queue_open_hrm.xpm
980 * src/pixmaps/queue_open_hrm_mark.xpm
981 * src/pixmaps/queue_open_mark.xpm
982 updated, added and replaced icons
985 2007-04-04 [colin] 2.8.1cvs88
988 Fix build without libetpan
990 2007-04-03 [colin] 2.8.1cvs87
993 Fix crash with Citadel, and try to make
994 things work. this server (and specifically
995 STATUS and APPEND at least) seems broken.
997 2007-04-03 [colin] 2.8.1cvs86
1000 Fix icons on folder close
1002 2007-04-03 [colin] 2.8.1cvs85
1005 Fix double-ask of offline override in
1010 Much more efficient way to synchronise
1012 * src/etpan/imap-thread.c
1015 * src/gtk/quicksearch.c
1018 2007-04-03 [paul] 2.8.1cvs84
1023 * src/prefs_common.c
1024 * src/prefs_common.h
1026 Fix sync being done too late
1029 2007-04-02 [colin] 2.8.1cvs83
1032 Maemo: Put status and quicksearch at the top
1033 * src/plugins/bogofilter/bogofilter.c
1034 * src/plugins/spamassassin/spamassassin.c
1035 Derive trash from inbox if possible
1037 2007-04-02 [paul] 2.8.1cvs82
1039 * src/plugins/bogofilter/bogofilter_gtk.c
1040 a few English changes
1046 2007-04-02 [colin] 2.8.1cvs81
1048 * src/image_viewer.c
1049 Fix transparent images by using
1052 Flush events (on new windows) to avoid
1053 having the textview's image resize fail
1054 to know the available width
1056 2007-04-01 [colin] 2.8.1cvs80
1058 * src/prefs_account.c
1059 If no MH mailbox exist, when creating a POP/Local
1060 account, just create and use the default one
1061 instead of bailing with a "Mailbox doesn't exist"
1064 2007-03-31 [colin] 2.8.1cvs79
1066 * src/prefs_account.c
1067 Create signature file if it doesn't exist
1069 * src/prefs_toolbar.c
1070 Maemo: Move "Use default" on the left so
1071 that people can find it
1073 Maemo: make default editor "Maemopad",
1074 default signature file "MyDocs/signature.txt"
1076 2007-03-31 [colin] 2.8.1cvs78
1078 * src/prefs_account.c
1079 Maemo: rework account prefs so
1080 that less horizontal scrolling
1083 2007-03-31 [colin] 2.8.1cvs77
1086 * src/prefs_common.c
1087 * src/prefs_common.h
1088 Fix bug 1167, 'Allow not displaying zeros
1089 in folder list'. Patch by MartinP
1091 2007-03-31 [colin] 2.8.1cvs76
1096 2007-03-31 [colin] 2.8.1cvs75
1099 Apply patch from bug 1172, direct
1100 access to the folder's session instead
1101 of using getter. Patch by MartinP
1103 2007-03-31 [paul] 2.8.1cvs74
1106 no need to list Fabien twice!
1108 2007-03-31 [colin] 2.8.1cvs73
1111 If we're currently "overriding for %d minutes",
1114 2007-03-31 [colin] 2.8.1cvs72
1122 * src/plugins/spamassassin/spamassassin.c
1123 Offline override: Add a parameter to allow
1124 asking even if the override timer is running.
1125 Allows to ask every time the user makes an
1126 explicit action needing online access (such
1127 as Get Mail), and not when the action is
1128 implicit (such as opening an IMAP folder)
1130 2007-03-31 [colin] 2.8.1cvs71
1133 Override offline: "No" answer shouldn't
1134 re-ask after 3 seconds, but 10 minutes.
1136 2007-03-30 [colin] 2.8.1cvs70
1138 * src/common/socket.c
1139 Better error reporting on unix socket
1140 failure (bind usually)
1141 * src/gtk/gtkutils.c
1142 * src/gtk/gtkutils.h
1143 Label window: add a pulsing progress
1144 bar to show we're not hung :)
1147 * src/plugins/pgpcore/sgpgme.c
1150 2007-03-30 [colin] 2.8.1cvs69
1153 * src/prefs_common.c
1154 Fix possible trashing of history and uidl
1155 files on disk full problems
1157 2007-03-30 [paul] 2.8.1cvs68
1162 update summary when changing layout type
1163 (fixes wrong folder icon being displayed)
1166 2007-03-29 [colin] 2.8.1cvs67
1168 * src/prefs_ext_prog.c
1169 The browser pref is irrelevant on Maemo
1171 2007-03-29 [colin] 2.8.1cvs66
1175 Maemo: dynamically switch headers/text position
1176 * src/prefs_common.c
1177 Maemo: hide compose's ruler by default
1178 * src/common/socket.c
1179 * src/common/socket.h
1182 2007-03-29 [colin] 2.8.1cvs65
1184 * src/common/socket.c
1185 * src/common/socket.h
1186 Fix build when MAEMO_CFLAGS contains
1187 _X_OPENSOURCE (resolv.h errors as long
1188 as we don't add _BSD_SOURCE. Ugly).
1190 2007-03-29 [wwp] 2.8.1cvs64
1192 * src/prefs_logging.c
1193 Fix sensitivity of clip-log widgets in prefs/logging,
1196 2007-03-29 [wwp] 2.8.1cvs63
1199 Updated files list for translations, thanks to Fabien.
1201 2007-03-29 [colin] 2.8.1cvs62
1204 * src/common/Makefile.am
1205 * src/common/utils.c
1206 Maybe make URI opening work in Maemo
1209 2007-03-28 [colin] 2.8.1cvs61
1214 Add the possibility to sort folders arbitrarily
1215 (via editing of folderlist.xml only). Patch by
1216 Martin P <mp26+claws@os.inf.tu-dresden.de>
1217 Fixes bug 1166, 'Folder ordering is fixed and cannot
1218 be changed by the user'
1220 2007-03-28 [colin] 2.8.1cvs60
1223 Add popup menu for mime icons
1225 2007-03-28 [colin] 2.8.1cvs59
1228 Fix a layout issue when presenting
1229 mainwindow in Small screen layout
1232 Add a "Go to folder list" button for
1233 mainwindow, and make it default in
1236 2007-03-28 [colin] 2.8.1cvs58
1239 Don't dynamically update title on Maemo
1240 Patch by Jean-Luc Biord
1242 2007-03-27 [colin] 2.8.1cvs57
1247 Enable tap-and-hold on Maemo
1249 2007-03-26 [colin] 2.8.1cvs56
1252 More popup-menu (in attachments list)
1254 2007-03-26 [colin] 2.8.1cvs55
1257 Enable popup-menu signal
1259 2007-03-26 [colin] 2.8.1cvs54
1261 * src/plugins/pgpinline/pgpinline.c
1262 Fix bug 1111, 'PGP/inline plugin hides text
1263 around encrypted text block'. Patch based on
1264 a patch from Michal Cihar.
1266 2007-03-26 [wwp] 2.8.1cvs53
1269 Fix getting a false error when sending queued message
1270 whereas the sending was fine (if there are subfolders
1271 in the queue folder), thanks to Colin.
1273 2007-03-26 [paul] 2.8.1cvs52
1276 update FACE header in welcome message
1278 2007-03-25 [colin] 2.8.1cvs51
1283 2007-03-25 [colin] 2.8.1cvs50
1286 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1288 2007-03-24 [colin] 2.8.1cvs49
1291 Fix a few launch problems on Maemo
1292 Patch by Jean-Luc Biord
1294 2007-03-24 [wwp] 2.8.1cvs48
1300 Fix wrong action performed when closing the
1301 "ask about account specific filtering rules
1302 when filtering manually" dialog by pressing Escape.
1303 Fix wrong order of buttons in the "return receipt
1304 notification - the message was sent to several of
1305 your accounts" dialog.
1307 2007-03-24 [paul] 2.8.1cvs47
1310 an improvement to English usage
1311 * tools/kdeservicemenu/README
1314 2007-03-24 [paul] 2.8.1cvs46
1317 * src/stock_pixmap.c
1318 * src/pixmaps/edit_extern.xpm
1319 * src/pixmaps/mail_sign.xpm
1320 rescue long lost icons
1322 2007-03-24 [paul] 2.8.1cvs45
1325 fix toolbar (broken in 2.8.1cvs42)
1327 2007-03-23 [colin] 2.8.1cvs44
1330 Correctly unsubscribe/resubscribe after
1333 2007-03-23 [colin] 2.8.1cvs43
1335 * src/prefs_common.c
1336 Maemo: as the platform is light on RAM, allow
1337 caches to be discarded faster.
1339 2007-03-23 [colin] 2.8.1cvs42
1344 * src/stock_pixmap.c
1345 * src/stock_pixmap.h
1350 * src/pixmaps/open_mail.xpm
1351 Maemo changes: Add the possibility to have
1352 "Open Email" and "Close Window" buttons on
1353 toolbars (and use them in Maemo's default
1356 2007-03-23 [wwp] 2.8.1cvs41
1359 Reverted that part of the action dialog closure logics, to
1360 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1361 done later in a different way (or may not).
1363 2007-03-22 [wwp] 2.8.1cvs40
1366 Fix sticky action dialog when got no output but action command
1367 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1369 2007-03-22 [colin] 2.8.1cvs39
1371 * src/prefs_filtering.c
1372 * src/gtk/combobox.h
1373 Fix escaping account names in filtering prefs
1375 2007-03-22 [colin] 2.8.1cvs38
1380 Add any attribute specified in LDAP servers'
1381 Search attributes to the Other Attributes tab
1382 of contacts; Add 'telephoneNumber' in the
1385 2007-03-22 [colin] 2.8.1cvs37
1390 Try to prevent race conditions when
1391 changing the folder list
1393 Fix possible red folder icon when
1394 switching from Small screen layout
1397 2007-03-22 [colin] 2.8.1cvs36
1402 Rename "little screen" to "Small screen"
1403 * src/gtk/Makefile.am
1404 * src/common/utils.c
1406 Fix Maemo-related compilation problems
1408 2007-03-21 [colin] 2.8.1cvs35
1412 * claws-mail.desktop
1413 Remove .png from the Icon, it's useless
1415 2007-03-21 [colin] 2.8.1cvs34
1419 Add the necessary lib checking for
1422 2007-03-21 [colin] 2.8.1cvs33
1425 Fix unconditional "error happened" when
1426 sending via command-line. "lol @ myself"
1428 2007-03-21 [colin] 2.8.1cvs32
1430 * claws-mail-40x40.png
1431 * claws-mail-26x26.png
1441 * src/prefs_account.c
1442 * src/prefs_common.c
1443 * src/summary_search.c
1447 * src/gtk/gtkutils.c
1448 * src/gtk/gtkutils.h
1449 * src/gtk/logwindow.c
1451 * src/gtk/prefswindow.c
1452 Add Maemo port (patch mainly by Jean-Luc Biort)
1453 Add a new 'Little screen' layout to help on such
1454 platforms (patch by me)
1455 Make some default preferences different (more
1456 adapted) on Maemo (patch by me)
1458 2007-03-21 [wwp] 2.8.1cvs31
1460 * src/prefs_logging.c
1461 * src/prefs_logging.h
1462 Fixed copyright header of newly added files.
1464 2007-03-21 [wwp] 2.8.1cvs30
1480 * src/prefs_common.c
1481 * src/prefs_common.h
1482 * src/prefs_logging.c
1483 * src/prefs_logging.h
1486 * src/send_message.c
1491 * src/common/session.c
1493 * src/common/socket.c
1494 * src/etpan/imap-thread.c
1495 * src/gtk/logwindow.c
1496 * src/gtk/logwindow.h
1497 * src/plugins/bogofilter/bogofilter.c
1498 * src/plugins/spamassassin/spamassassin.c
1499 Added debugging of filtering/processing rules.
1500 The debug log is here 'Tools/Filtering debug window',
1501 the options there 'Configuration/Preferences/Other/Logging',
1502 and the log file is ~/.claws-mail/filtering.log.
1503 Moved protocol log prefs to 'Other/Logging' as well.
1504 To support such debugging feature, the existing log API has
1505 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1506 this impacts many external modules (commits follow).
1508 2007-03-21 [paul] 2.8.1cvs29
1510 * src/etpan/Makefile.am
1511 * src/etpan/imap-thread.c
1512 add missing #include
1514 2007-03-21 [colin] 2.8.1cvs28
1517 Fix bug 1157, 'some broken messages confuse
1518 mime parser'. Make sure we can't have MimeInfos
1519 with negative sizes.
1521 2007-03-20 [colin] 2.8.1cvs27
1524 Fix missing \0 on buffer
1526 2007-03-20 [colin] 2.8.1cvs26
1529 Use make_dir_hier instead of make_dir
1530 to create the MH mailbox
1532 2007-03-20 [colin] 2.8.1cvs25
1536 * src/prefs_account.c
1538 Fix default inbox weirdnesses (after wizard,
1539 if path is Mail, mailbox identifier is #mh/Mailbox,
1540 and when creating new accounts)
1542 2007-03-20 [colin] 2.8.1cvs24
1545 Write folderlist after adding/deleting accounts
1548 2007-03-20 [colin] 2.8.1cvs23
1551 * src/remotefolder.h
1552 Fix bug 1153, 'CM segfaults if IMAP folder is
1553 selected while scanning prior to update'
1555 2007-03-17 [paul] 2.8.1cvs22
1558 fix a typo, and be a little more verbose.
1560 2007-03-17 [wwp] 2.8.1cvs21
1563 Fix a compiler warning.
1565 2007-03-16 [wwp] 2.8.1cvs20
1569 Updated to deal w/ the new mairix.sh tool.
1571 2007-03-16 [wwp] 2.8.1cvs19
1574 Fix logics issues around the action IO dialog:
1575 - disable entry widget and exec button when
1576 the exec button is clicked (don't wait for any
1577 output line) - fix possible disabling/re-enabling/
1578 re-disabling of those widgets
1579 - raise an error if executing a %as{} action either
1580 empty or invalid, instead of failing silently
1581 - don't close the dialog if the abort button has been
1582 clicked and if there was no output yet
1583 - set focus to the abort button when the exec button
1585 - fix capitalization of a warning message
1587 2007-03-16 [wwp] 2.8.1cvs18
1590 Added a wrapper to mairix to the tools folder.
1592 2007-03-16 [colin] 2.8.1cvs17
1596 Allow mimeviewer plugins to print
1599 2007-03-16 [colin] 2.8.1cvs16
1604 2007-03-15 [colin] 2.8.1cvs15
1608 Add a way for mimeviewer plugins to
1609 implement body search
1611 2007-03-15 [paul] 2.8.1cvs14
1613 * src/prefs_spelling.c
1616 2007-03-15 [paul] 2.8.1cvs13
1618 * src/common/quoted-printable.c
1619 fix decoding of quoted-printable parts
1621 2007-03-14 [wwp] 2.8.1cvs12
1623 * src/gtk/logwindow.h
1624 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1626 2007-03-14 [wwp] 2.8.1cvs11
1628 * src/gtk/logwindow.h
1629 Complete 2.8.1cvs10.
1631 2007-03-14 [colin] 2.8.1cvs10
1633 * src/gtk/logwindow.c
1634 Probably fix bug 1149, crash on logwindow
1635 close - at the expense of performance once
1636 logwin has been opened
1638 2007-03-14 [colin] 2.8.1cvs9
1641 If claws-mail is running on another
1642 display, warn instead of popping it up
1643 on the other display
1645 2007-03-12 [colin] 2.8.1cvs8
1648 Fix bug 1145, 'Setting a different name
1649 for the Mailbox name isn't reflected in
1650 default account settings'. Patch by wwp
1652 2007-03-12 [colin] 2.8.1cvs7
1655 Fix bug 1143, 'Add number of messages to be
1656 deleted to confirmation dialog'
1658 2007-03-12 [wwp] 2.8.1cvs6
1661 * src/prefs_common.c
1662 * src/prefs_common.h
1663 * src/prefs_summaries.c
1664 Changed the option that displays unread messages count
1665 next to the folder name in folder list: it is now
1666 possible to either display nothing, display the
1667 unread messages number only or the unread and total messages
1668 numbers. The patch includes this extra feature as well
1669 as some minor fixes by rewriting the algo in folderview.c.
1670 Thanks to Paul for the original idea and implementation, plus
1671 testing and proof-reading!
1673 2007-03-09 [paul] 2.8.1cvs5
1677 * tools/claws-mail-compose-insert-files.pl
1678 added a script which enables inserting files
1679 into the message body of a new Claws Mail
1680 Compose window from the command line. Additionally
1681 To, Cc, Subject and files to attach to the message
1684 2007-03-09 [wwp] 2.8.1cvs4
1689 Optimize matching of addresses in the addressbook
1690 (filtering/processing 'found_in_addressbook' condition).
1692 2007-03-07 [wwp] 2.8.1cvs3
1695 * src/quote_fmt_lex.l
1696 * src/quote_fmt_parse.y
1697 Add a new quote format symbol: %A to insert the
1698 sender email address (just the address itself).
1700 2007-03-06 [wwp] 2.8.1cvs2
1702 * src/gtk/gtkutils.c
1703 * src/plugins/trayicon/trayicon_prefs.h
1704 * src/plugins/trayicon/trayicon_prefs.c
1705 * src/plugins/trayicon/trayicon.c
1708 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1709 minimizing Claws-Mail main window will hide it to the trayicon instead.
1712 2007-03-06 [paul] 2.8.1cvs1
1718 bump version number following
1721 2007-03-06 [paul] 2.8.0cvs24
1724 corrected by by Tim <timbrain@post.cz>
1726 2007-03-05 [colin] 2.8.0cvs23
1730 Fix mime/globs path on NetBSD
1731 patch by George Michaelson
1733 2007-03-05 [wwp] 2.8.0cvs22
1736 Remove debug statement (accidentally committed w/ cvs14).
1738 2007-03-05 [paul] 2.8.0cvs21
1740 * src/plugins/pgpcore/prefs_gpg.c
1741 fix compiler warning
1743 2007-03-05 [wwp] 2.8.0cvs20
1745 * src/matcher_parser_parse.y
1746 Fix mismerge between cvs17 and cvs19.
1748 2007-03-05 [wwp] 2.8.0cvs19
1750 * src/matcher_parser_parse.y
1751 * src/prefs_filtering_action.c
1756 Add new 'add_to_addressbook' filtering/processing action.
1758 2007-03-05 [wwp] 2.8.0cvs18
1761 Fix mark_as_ham filtering/processing action: spam flag
1764 2007-03-04 [colin] 2.8.0cvs17
1769 * src/matcher_parser_parse.y
1770 * src/prefs_filtering_action.c
1771 Add 'Mark as spam' and 'Mark as ham' filtering
1772 actions. Fixes bug 1138.
1774 2007-03-04 [colin] 2.8.0cvs16
1777 Fix bug 1140, wrong return value
1780 2007-03-04 [wwp] 2.8.0cvs15
1783 Rollback cvs14: don't free stuff that is managed in g_list.
1785 2007-03-04 [wwp] 2.8.0cvs14
1788 Fix a leak in address completion code.
1790 2007-03-04 [colin] 2.8.0cvs13
1793 Maybe fix bug 1136, 'Crash in group
1796 2007-03-04 [iwkse] 2.8.0cvs12
1799 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1801 2007-03-03 [colin] 2.8.0cvs11
1803 * src/plugins/pgpinline/pgpinline.c
1804 Fix off-by-one, fix double-free. Fixes
1805 bug 1135, 'cm-segfault on decrypting
1808 2007-03-03 [colin] 2.8.0cvs10
1812 * src/common/plugin.c
1813 Fix bug 1134, 'Valgrind macros unhandled
1816 2007-03-02 [colin] 2.8.0cvs9
1819 Don't error out on EAGAIN. Fixes
1820 bug 1129, '"local mbox file" account
1821 isn't retrieving mails'
1823 2007-03-01 [wwp] 2.8.0cvs8
1826 * src/gtk/colorlabel.c
1827 Remove accels for extra color labels until we set better
1828 and definitive ones.
1830 2007-02-28 [wwp] 2.8.0cvs7
1833 * src/matcher_parser_parse.y
1834 * src/prefs_common.c
1835 * src/prefs_msg_colors.c
1837 * src/gtk/colorlabel.c
1838 * src/gtk/colorlabel.h
1839 Add more customizable color labels. Cleaned up a bit
1840 the color label API to avoid duplicate defines of
1841 the max number of colors.
1843 2007-02-27 [colin] 2.8.0cvs6
1846 * src/common/utils.c
1847 * src/common/utils.h
1848 Fix '+' in mailto URIs for List-* headers
1850 2007-02-27 [colin] 2.8.0cvs5
1852 * src/gtk/gtkutils.c
1853 Use gtk_window_set_role instead of
1856 2007-02-27 [colin] 2.8.0cvs4
1859 Fix "After receiving new mail, go to inbox" on IMAP,
1860 and make it work only on manual reception
1862 2007-02-27 [wwp] 2.8.0cvs3
1864 * src/prefs_filtering.c
1865 * src/prefs_filtering_action.c
1866 * src/prefs_matcher.c
1867 Update filtering matcher's and action's color label menus
1868 when re-opening those dialogs (reflect any change to the
1869 color labels list in the preferences).
1871 2007-02-27 [colin] 2.8.0cvs2
1874 * src/etpan/etpan-thread-manager-types.h
1875 * src/etpan/etpan-thread-manager.c
1876 * src/etpan/imap-thread.c
1877 Log imap ALERTs as errors in the log.
1879 2007-02-26 [paul] 2.8.0cvs1
1881 * tools/claws.i18n.status.pl
1884 2007-02-26 [paul] 2.7.2cvs75
1898 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1899 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1900 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1901 Aleksandar Urosevic, and Ralgh Young
1903 2007-02-25 [mones] 2.7.2cvs74
1908 2007-02-25 [colin] 2.7.2cvs73
1911 Clearing the list is only useful
1912 to prevent a valgrind false-positive
1914 2007-02-25 [paul] 2.7.2cvs72
1918 * tools/kmail-mailbox2claws-mail.pl **ADDED**
1919 * tools/maildir2claws-mail.pl **REMOVED**
1920 renamed the script, fixed a couple bugs
1922 2007-02-23 [colin] 2.7.2cvs71
1925 Fix a leak, check for a few improbable nulls
1927 2007-02-23 [colin] 2.7.2cvs70
1931 * src/plugins/trayicon/trayicon.c
1932 Fix blinking mainwin when starting in tray
1933 (show mainwindow later in the startup process,
1934 apart if restarting post-crash)
1936 2007-02-23 [colin] 2.7.2cvs69
1940 Fix crash when unsubscribing the currently
1941 selected/opened folder
1943 2007-02-23 [colin] 2.7.2cvs68
1946 Fix bug that prevented colorization to
1947 work without wrap quotation option
1949 2007-02-23 [colin] 2.7.2cvs67
1952 Fix refcounting, start and end completion who
1953 behaved as if there couldn't be any other current
1956 2007-02-23 [wwp] 2.7.2cvs66
1960 Address completion fixes: fix addressbook_peek_folder_exists() in
1961 which the algorithm was ridiculously over-obfuscated and broken.
1962 Fix addrindex_load_completion() as well, to load addresses in
1963 completion list with regards to what addressbook_peek_folder_exists()
1966 2007-02-23 [wwp] 2.7.2cvs65
1969 Add addresses to completion when they're non-empty (thanks to Colin).
1971 2007-02-23 [paul] 2.7.2cvs64
1973 * src/plugins/pgpcore/passphrase.c
1976 2007-02-23 [colin] 2.7.2cvs63
1978 * src/plugins/pgpcore/prefs_gpg.c
1979 * src/plugins/pgpcore/prefs_gpg.h
1980 * src/plugins/pgpcore/sgpgme.c
1981 * src/plugins/pgpinline/pgpinline.c
1982 * src/plugins/pgpmime/pgpmime.c
1983 Try harder to respect user's choice wrt
1984 gpg-agent even with gpg2, by unsetting
1985 GPG_AGENT_INFO when necessary.
1987 2007-02-22 [paul] 2.7.2cvs62
1989 * src/plugins/pgpcore/sgpgme.c
1990 * src/plugins/pgpcore/sgpgme.h
1991 * src/plugins/pgpcore/passphrase.c
1992 * src/plugins/pgpinline/pgpinline.c
1993 * src/plugins/pgpmime/pgpmime.c
1994 Fix a leak - gpgme_data_release_and_get_mem
1995 leaks in recent gpgme. Workaround by using
1998 2007-02-22 [paul] 2.7.2cvs61
2000 * src/gtk/quicksearch.c
2001 Abandon dynamic search when pressing
2004 2007-02-21 [colin] 2.7.2cvs60
2007 * src/plugins/pgpcore/passphrase.c
2008 Fix little memory leaks
2010 Fix false-positive leak at exit
2011 * src/gtk/quicksearch.c
2012 Fix potentially big leak in recursive
2015 2007-02-21 [wwp] 2.7.2cvs59
2018 Add missing newline to a debug message.
2020 2007-02-20 [colin] 2.7.2cvs58
2024 * src/stock_pixmap.c
2025 * src/stock_pixmap.h
2026 * src/pixmaps/mime_pgpsig.xpm
2027 Add icon for application/pgp-signature
2029 2007-02-20 [colin] 2.7.2cvs57
2034 * src/stock_pixmap.c
2035 * src/stock_pixmap.h
2036 * src/pixmaps/mime_calendar.xpm
2037 * src/pixmaps/mime_pdf.xpm
2038 * src/pixmaps/mime_ps.xpm
2039 Add icons for text/calendar, application/pdf
2040 and application/postscript
2042 2007-02-20 [colin] 2.7.2cvs56
2045 * src/matcher_parser_parse.y
2046 * src/matcher_parser_lex.l
2047 Fix big memory leak in flex, and
2050 2007-02-20 [wwp] 2.7.2cvs55
2052 * src/matcher_parser_parse.y
2053 Fix a duplicate token definition (thanks to iwkse).
2055 2007-02-20 [wwp] 2.7.2cvs54
2057 * src/matcher_parser_lex.l
2058 * src/quote_fmt_lex.l
2059 Use proper flex options instead of direct use of #define,
2060 make the flex-generated C lighter.
2062 2007-02-20 [colin] 2.7.2cvs53
2065 Grab focus in message list after hiding
2066 the quicksearch, instead of leaving it
2069 2007-02-19 [colin] 2.7.2cvs52
2072 Fix bug 1033, 'Automatically refresh
2073 message list when new messages arrives'
2074 Looks like folderview->opened can sometimes
2077 2007-02-19 [paul] 2.7.2cvs51
2081 * tools/thunderbird-filters-convertor.pl
2082 add new script which converts thunderbird filter
2083 rules to Claws filter rules
2085 2007-02-18 [paul] 2.7.2cvs50
2087 * src/plugins/pgpcore/prefs_gpg.c
2088 * src/plugins/pgpcore/prefs_gpg.h
2089 * src/plugins/pgpcore/sgpgme.c
2090 * src/plugins/pgpinline/pgpinline.c
2091 * src/plugins/pgpmime/pgpmime.c
2092 improved GUI interoperability with gpg-agent
2094 2007-02-18 [paul] 2.7.2cvs49
2096 * src/prefs_account.c
2097 Privacy options sensitivity fix
2099 2007-02-17 [colin] 2.7.2cvs48
2102 Reset icon to warning in the noticeview
2104 2007-02-15 [colin] 2.7.2cvs47
2107 Fix a manifestation of bug 1033 (summaryview failing
2108 to update for new mails), which happens after editing
2109 account preferences or preferences that cause a
2112 2007-02-15 [colin] 2.7.2cvs46
2115 Probably fix bug 1123, 'Segmentation
2116 fault while opening address book'. I get
2117 g_warnings if the saved paned position is
2118 not greater than 0. Also, save position
2119 when hiding the addressbook instead of
2122 2007-02-14 [colin] 2.7.2cvs45
2124 * src/plugins/pgpcore/prefs_gpg.c
2125 * src/plugins/pgpcore/prefs_gpg.h
2126 * src/plugins/pgpcore/sgpgme.c
2127 * src/plugins/pgpinline/pgpinline.c
2128 * src/plugins/pgpmime/pgpmime.c
2129 Add an option "Use gpg-agent if available". Fixes
2130 annoyances with distro-installed gpg-agent, when
2131 no pinentry program is installed, and the user's
2132 at a loss on why "decryption failed". Makes more
2133 clear why passphrase isn't saved when gpg-agent is
2134 used. Defaults to true, to avoid changing the
2137 2007-02-14 [wwp] 2.7.2cvs44
2139 * src/matcher_parser_parse.y
2140 Fix missing line number reset (wrong line number might appear
2141 when re-loading filtering rules if there's a parser error).
2143 2007-02-13 [colin] 2.7.2cvs43
2145 * src/common/utils.c
2146 Don't encode ',' in URIs before passing it
2147 to the browser command-line. It was probably
2148 done at a time where commas in URIs made
2149 mozilla -remote 'openurl(%s,new-window)'
2152 2007-02-13 [wwp] 2.7.2cvs42
2154 * src/prefs_matcher.c
2155 * src/plugins/bogofilter/bogofilter_gtk.c
2156 A bit of string factorization around "Select ..." buttons.
2158 2007-02-11 [colin] 2.7.2cvs41
2161 Make sure to escape the title
2163 2007-02-11 [colin] 2.7.2cvs40
2166 Recognize .utf8 locales as .UTF-8 ones
2168 2007-02-11 [colin] 2.7.2cvs39
2171 Fix code conversion when dragging a file
2173 2007-02-09 [colin] 2.7.2cvs38
2175 * src/plugins/clamav/clamav_plugin.c
2176 Complete Paul's patch with conditional
2177 compilation to avoid breaking compilation
2178 on old Dapper and Edgy... Maybe other
2181 2007-02-09 [paul] 2.7.2cvs37
2183 * src/plugins/clamav/clamav_plugin.c
2184 fix for the upstream changes in libclamav
2186 2007-02-09 [paul] 2.7.2cvs36
2192 fix "warn if there are queued messages" (on exit)
2193 option, which only checked the first mailbox's
2195 don't ask before emptying trash if there are no
2196 messages in trash, also check and empty all trash
2199 move "Ask before emptying trash" option
2200 outside of the "On exit" frame as it's
2201 not only an "On exit" option
2203 2007-02-09 [paul] 2.7.2cvs35
2208 * src/prefs_account.c
2209 * src/prefs_folder_item.c
2211 * src/prefs_matcher.c
2212 * src/prefs_message.c
2213 * src/prefs_msg_colors.c
2214 * src/prefs_summaries.c
2216 * src/gtk/inputdialog.c
2217 * src/plugins/bogofilter/bogofilter_gtk.c
2218 pedantic commit: use 'checkbtn' everywhere
2219 instead of a mixture of 'checkbtn' and 'chkbtn'
2221 2007-02-09 [paul] 2.7.2cvs34
2227 move "Never send Return Receipts" from
2228 prefs_other to prefs_send
2229 add an option "Ask about account specific
2230 filtering rules..." to prefs_other
2231 * src/gtk/gtkutils.c
2232 fix a compiler warning
2234 2007-02-08 [colin] 2.7.2cvs33
2236 * src/plugins/pgpinline/pgpinline.c
2237 Fix bug 1110, 'pgpmime fails to process
2238 encapsulated openpgp mime (rfc 3156, 6.1
2240 It was due to an interaction between PGP/Mime
2241 and PGP/Inline plugin.
2243 2007-02-08 [colin] 2.7.2cvs32
2248 Fix bug 1117, 'fcntl locking code
2249 does not work in mbox.c'
2251 2007-02-08 [colin] 2.7.2cvs31
2253 * src/prefs_account.c
2254 Fix Gentoo bug 165819, 'can't create
2255 a "local mbox file" account'. Patch
2256 by Olivier <castan.o@free.fr>
2258 2007-02-07 [colin] 2.7.2cvs30
2261 Fix bug 1106, 'Claws crash on exit if LDAPS
2262 autocompletion was used'
2264 2007-02-07 [paul] 2.7.2cvs29
2267 cut down on unnecessary debug_prints
2269 fix menu_set_active() on 'Show only
2272 2007-02-07 [paul] 2.7.2cvs28
2274 * src/plugins/clamav/clamav_plugin.c
2275 * src/plugins/clamav/clamav_plugin.h
2276 * src/plugins/clamav/clamav_plugin_gtk.c
2277 fix copyright header
2279 2007-02-07 [paul] 2.7.2cvs27
2282 fix bug 1116, 'summary view allow a
2285 2007-02-06 [colin] 2.7.2cvs26
2290 2007-02-05 [fabien] 2.7.2cvs25
2294 i18n related - 1 fix and 1 message for translators.
2296 2007-02-05 [colin] 2.7.2cvs24
2298 * src/gtk/quicksearch.c
2299 Don't reload summary list if quicksearch wasn't
2300 active on hiding; move currently selected mail in
2301 the visible area when showing the quicksearch
2303 2007-02-05 [colin] 2.7.2cvs23
2306 Add debug to try to solve bug 1104
2308 2007-02-05 [paul] 2.7.2cvs22
2311 confirm before emptying trash on exit is
2312 a Yes or No answer, use Yes or No in the
2315 2007-02-04 [colin] 2.7.2cvs21
2318 * src/plugins/pgpcore/passphrase.c
2319 * src/plugins/pgpcore/select-keys.c
2320 Set wmclass on new windows
2326 2007-02-04 [colin] 2.7.2cvs20
2330 Auto save drafts on exit, reopen them
2331 at startup, instead of asking
2335 * src/addressbook_foldersel.c
2343 * src/editldap_basedn.c
2356 * src/message_search.c
2358 * src/prefs_actions.c
2359 * src/prefs_customheader.c
2360 * src/prefs_display_header.c
2361 * src/prefs_filtering.c
2362 * src/prefs_filtering_action.c
2363 * src/prefs_folder_column.c
2365 * src/prefs_matcher.c
2367 * src/prefs_summaries.c
2368 * src/prefs_summary_column.c
2369 * src/prefs_template.c
2370 * src/sourcewindow.c
2372 * src/summary_search.c
2375 * src/gtk/description_window.c
2376 * src/gtk/foldersort.c
2377 * src/gtk/gtkutils.c
2378 * src/gtk/gtkutils.h
2379 * src/gtk/icon_legend.c
2380 * src/gtk/logwindow.c
2381 * src/gtk/pluginwindow.c
2382 * src/gtk/prefswindow.c
2383 Give different wmclass to different
2384 windows - thanks to sed ;)
2386 2007-02-04 [colin] 2.7.2cvs19
2389 Revert previous patch, can't reproduce
2392 2007-02-03 [colin] 2.7.2cvs18
2395 Don't save the mainwindow size and
2396 position on emergency exit (libSM's
2397 "die" callback), Xfce seems to make
2398 the window smaller just before the
2401 2007-02-03 [colin] 2.7.2cvs17
2403 * src/plugins/bogofilter/bogofilter.c
2404 * src/plugins/bogofilter/bogofilter.h
2405 * src/plugins/bogofilter/bogofilter_gtk.c
2406 * src/plugins/pgpinline/pgpinline.c
2407 * src/plugins/pgpinline/pgpinline.h
2410 2007-02-03 [colin] 2.7.2cvs16
2412 * src/partial_download.c
2413 * src/partial_download.h
2420 * src/common/ssl_certificate.c
2421 * src/common/ssl_certificate.h
2422 * src/gtk/quicksearch.c
2423 * src/gtk/quicksearch.h
2424 * src/gtk/sslcertwindow.c
2425 * src/gtk/sslcertwindow.h
2426 Fix copyright on my files
2428 2007-02-02 [colin] 2.7.2cvs15
2438 Add Tools/List URIs to allow
2439 opening any URI in the current mail
2441 2007-02-02 [colin] 2.7.2cvs14
2443 * src/common/valgrind.h ** NEW FILE **
2444 * src/common/Makefile.am
2445 * src/common/plugin.c
2446 Don't dlclose the plugins if we're running
2447 under valgrind. (doesn't require valgrind
2448 either at compile time or run time).
2450 2007-02-01 [paul] 2.7.2cvs13
2454 * tools/freshmeat_search.pl
2455 * tools/google_search.pl
2456 * tools/multiwebsearch.pl
2457 add support for non ISO-8859-1 compatible locales
2458 Patch by Alex Gorbachenko <agent_007@immo.ru>
2460 2007-02-01 [colin] 2.7.2cvs12
2463 * src/prefs_summaries.c
2464 Move keybinding prefs to the Other page
2466 2007-02-01 [wwp] 2.7.2cvs11
2468 * src/plugins/trayicon/trayicon.c
2469 Fix a raising issue within KDE.
2471 2007-02-01 [colin] 2.7.2cvs10
2474 Fix stray quotes in encoded strings
2476 Fix wrong call causing g_warnings
2478 Remove useless message
2480 2007-01-31 [wwp] 2.7.2cvs9
2482 * src/plugins/trayicon/trayicon.c
2483 fix buggy hiding of main window when closing if close-to-tray
2484 is not set (bad logics in the trayicon hook code).
2485 Changed the quit confirmation message too.
2487 2007-01-30 [colin] 2.7.2cvs8
2490 Fix hidden mainwindow after clicking on
2491 the X close button, if compose windows
2492 exist and the user chooses not to quit
2494 2007-01-30 [colin] 2.7.2cvs7
2498 Handle local URIs to attach files (file:///...)
2499 Fixes attaching files from Thunar for example
2501 2007-01-30 [colin] 2.7.2cvs6
2503 * src/prefs_ext_prog.c
2504 Add 'mousepad' to the list of text editors.
2505 Mousepad is XFCE's text editor
2507 2007-01-29 [wwp] 2.7.2cvs5
2510 * src/plugins/trayicon/trayicon_prefs.c
2511 trayicon i18n fixes, thanks to Fabien.
2513 2007-01-28 [wwp] 2.7.2cvs4
2517 * src/plugins/trayicon/trayicon.c
2518 * src/plugins/trayicon/trayicon_prefs.c
2519 * src/plugins/trayicon/trayicon_prefs.h
2520 Added a new TrayIcon plugin option to close to tray
2521 (WM's hotkey and [X] button will hide the window instead
2522 of closing it - closing CM can be done using the tray icon
2523 menu or the File menu).
2524 Improved visibility handling in trayicon, clicking the
2525 trayicon now raise the window to current desktop when it
2526 was either minimized/shaded/on another desktop.
2527 Thanks to Paul for testing and fixing a strange behaviour
2530 2007-01-27 [paul] 2.7.2cvs3
2532 * src/prefs_folder_item.c
2533 * src/prefs_receive.c
2534 * src/plugins/pgpcore/prefs_gpg.c
2535 use 'start-up' instead of 'startup' in labels
2537 2007-01-26 [wwp] 2.7.2cvs2
2539 * src/plugins/trayicon/Makefile.am
2540 * src/plugins/trayicon/trayicon.c
2541 * src/plugins/trayicon/trayicon_prefs.c
2542 * src/plugins/trayicon/trayicon_prefs.h
2543 Add a new TrayIcon option to hide the main window at
2545 Fix trayicon.c copyright header.
2547 2007-01-26 [paul] 2.7.2cvs1
2553 bump up version number following
2556 2007-01-25 [mones] 2.7.1cvs60
2559 updated thousands of strings (well, probably less ;-)
2561 2007-01-25 [colin] 2.7.1cvs59
2564 Fix 2nd-run loss of matcherrc on new
2567 2007-01-25 [wwp] 2.7.1cvs58
2570 fix handling of empty value in attach_save_directory too, thanks
2573 2007-01-25 [wwp] 2.7.1cvs57
2576 fix handling of empty value in attach_load_directory,
2579 2007-01-25 [wwp] 2.7.1cvs56
2581 * src/plugins/dillo_viewer/dillo_prefs.h
2584 2007-01-25 [colin] 2.7.1cvs55
2588 * src/matcher_parser_parse.y
2589 * src/prefs_matcher.c
2590 Add matching on the spam flag
2592 2007-01-24 [colin] 2.7.1cvs54
2597 Make sure folderlist.xml is correctly
2598 written before overwriting it.
2602 * src/plugins/bogofilter/bogofilter.c
2603 * src/plugins/bogofilter/bogofilter.h
2604 * src/plugins/bogofilter/bogofilter_gtk.c
2605 * src/plugins/spamassassin/spamassassin.c
2606 * src/plugins/spamassassin/spamassassin.h
2607 * src/plugins/spamassassin/spamassassin_gtk.c
2608 Move spam to the correct trash folder after
2609 learning, if spam directory isn't set.
2611 2007-01-23 [paul] 2.7.1cvs53
2613 * src/plugins/bogofilter/bogofilter_gtk.c
2614 fix sensitivity of "Insert X-Bogosity header"
2617 2007-01-23 [colin] 2.7.1cvs52
2620 Translate toolbar items text if
2621 they're translatable (default)
2635 * src/etpan/etpan-thread-manager.c
2636 * src/etpan/etpan-thread-manager.h
2637 * src/gtk/gtkutils.c
2638 * src/gtk/gtkutils.h
2639 More static functions
2641 2007-01-22 [fabien] 2.7.1cvs51
2643 * src/gtk/gtkutils.c
2644 gtkut_get_options_frame() : ability to pass
2645 a 'NULL' value in frame pointer parameter if
2648 2007-01-22 [colin] 2.7.1cvs50
2652 * src/plugins/bogofilter/bogofilter.c
2653 * src/plugins/bogofilter/bogofilter_gtk.c
2654 * src/plugins/spamassassin/spamassassin.c
2655 * src/plugins/spamassassin/spamassassin_gtk.c
2656 Allow moving spams to the account's trash
2657 instead of default one
2659 2007-01-21 [colin] 2.7.1cvs49
2663 Revert a static function that shouldn't
2666 2007-01-21 [colin] 2.7.1cvs48
2672 2007-01-21 [colin] 2.7.1cvs47
2678 2007-01-21 [colin] 2.7.1cvs46
2680 * src/common/socket.c
2681 * src/common/socket.h
2684 2007-01-21 [colin] 2.7.1cvs45
2693 * src/folder_item_prefs.c
2694 * src/folder_item_prefs.h
2701 * src/common/socket.c
2702 * src/common/socket.h
2703 * src/gtk/gtkaspell.c
2704 * src/gtk/gtkaspell.h
2705 * src/gtk/quicksearch.c
2706 * src/gtk/quicksearch.h
2709 2007-01-21 [colin] 2.7.1cvs44
2711 * src/common/utils.c
2712 * src/common/utils.h
2713 * src/etpan/etpan-thread-manager.c
2714 * src/etpan/etpan-thread-manager.h
2715 Same (Funny that etpan_thread_unbind
2716 is called but not etpan_thread_bind)
2718 2007-01-21 [colin] 2.7.1cvs43
2726 * src/etpan/Makefile.am
2727 * src/gtk/colorlabel.c
2728 * src/gtk/colorlabel.h
2729 * src/gtk/sslcertwindow.c
2730 * src/gtk/sslcertwindow.h
2731 * src/etpan/etpan-log.c ** REMOVED **
2732 * src/etpan/etpan-log.h ** REMOVED **
2735 2007-01-20 [colin] 2.7.1cvs42
2741 2007-01-20 [colin] 2.7.1cvs41
2759 Make functions that aren't used in other
2762 2007-01-20 [colin] 2.7.1cvs40
2777 * src/editldap_basedn.c
2783 * src/image_viewer.c
2799 * src/prefs_account.c
2800 * src/prefs_common.c
2801 * src/prefs_compose_writing.c
2802 * src/prefs_ext_prog.c
2803 * src/prefs_folder_item.c
2805 * src/prefs_message.c
2806 * src/prefs_msg_colors.c
2809 * src/prefs_receive.c
2811 * src/prefs_spelling.c
2812 * src/prefs_summaries.c
2813 * src/prefs_toolbar.c
2814 * src/prefs_wrapping.c
2823 * src/common/hooks.c
2825 * src/common/passcrypt.c
2826 * src/common/socket.c
2828 * src/common/ssl_certificate.c
2829 * src/common/template.c
2830 * src/common/utils.c
2831 * src/etpan/imap-thread.c
2832 * src/gtk/sslcertwindow.c
2833 * src/gtk/sslcertwindow.h
2834 Make functions that could be static, static
2836 2007-01-20 [colin] 2.7.1cvs39
2841 2007-01-20 [colin] 2.7.1cvs38
2846 Fix bug 1102, 'claws-mail-2.7.1
2847 makes use of deprecated ldap
2850 2007-01-20 [colin] 2.7.1cvs37
2855 * src/gtk/quicksearch.c
2856 Add Wide message list layout
2858 2007-01-19 [fabien] 2.7.1cvs36
2861 make sure a font change is considered in links of
2864 2007-01-19 [colin] 2.7.1cvs35
2871 * src/prefs_common.c
2872 * src/prefs_common.h
2875 * src/gtk/quicksearch.c
2876 * src/gtk/quicksearch.h
2877 Drop 'Separate Folder tree' and 'Separate
2878 Message View'. Put three layouts in place
2881 2007-01-19 [paul] 2.7.1cvs34
2883 * src/prefs_msg_colors.c
2884 more use of Q_ for translators
2886 2007-01-19 [paul] 2.7.1cvs33
2889 * src/prefs_account.c
2890 a few changes to the English
2892 2007-01-19 [fabien] 2.7.1cvs32
2895 factorize translatable string
2897 2007-01-18 [colin] 2.7.1cvs31
2900 Don't error out on --sync option. Although
2901 we don't do anything with it, gtk+ handles
2902 it, and it's useful for debugging X errors
2904 2007-01-18 [fabien] 2.7.1cvs30
2907 ability to apply on the fly the recent added
2908 'gtk_can_change_accels' pref (no need to restart).
2910 2007-01-18 [fabien] 2.7.1cvs29
2912 * src/plugins/bogofilter/bogofilter_gtk.c
2913 * src/plugins/bogofilter/bogofilter.c
2914 * src/plugins/spamassassin/spamassassin_gtk.c
2916 * src/prefs_account.c
2917 factorize or rewrite some translatable strings.
2919 2007-01-18 [fabien] 2.7.1cvs28
2923 set a 4pix space between "Subject:" label and subject entry in
2926 2007-01-18 [wwp] 2.7.1cvs27
2929 fix conflicting address-copy/paste when focus is set
2930 to the embedded edit-person form.
2933 2007-01-18 [wwp] 2.7.1cvs26
2936 complete 2.7.1cvs23 (one more file was missing from that
2939 2007-01-18 [colin] 2.7.1cvs25
2942 Provide a way to migrate without backup
2943 Re-ask for migration on next start if
2944 it has been refused and wizard has been
2947 2007-01-18 [wwp] 2.7.1cvs24
2950 complete 2.7.1.cvs23 (file was missing from previous
2953 2007-01-18 [wwp] 2.7.1cvs23
2956 fix potential crashes in address book's focus_in/out signal handlers,
2957 force focus to the edit-person form when clicked the Edit menu entry or
2958 button (this only matters if the edit-person form is embedded to the
2959 AB window, in that case, focus is not set when browsing the contacts
2960 list w/ keys or mouse clicks).
2962 2007-01-18 [paul] 2.7.1cvs22
2965 add command line options:
2967 -q and --quit for --exit
2969 print "Unknown option" for unknown options
2971 2007-01-18 [paul] 2.7.1cvs21
2974 updated by Pavlo Bohmat
2976 2007-01-18 [paul] 2.7.1cvs20
2979 fix sensitivity issues of Mark as Spam/Ham
2981 2007-01-17 [fabien] 2.7.1cvs19
2984 * src/prefs_common.c
2985 * src/prefs_common.h
2987 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2988 control the corresponding gtk property. It could be used to lock
2989 all shortcuts (avoid to set one of them by inadvertency).
2991 2007-01-17 [colin] 2.7.1cvs18
2994 Fix bug 1100, 'Highlighted e-mail data not visible
2995 when color label applied.'. Use a weighted average
2996 between normal selected foreground color and color
2997 label instead of a simple one (3/1 instead 1/1).
2999 2007-01-17 [colin] 2.7.1cvs17
3002 Better fix for bug 1088, 'Ctrl-h produces repeatable
3003 crash' - don't prevent mail switching while loading
3005 2007-01-17 [colin] 2.7.1cvs16
3014 Manage recursive search of unsubscribed folders
3015 Rescan tree without checking for new messages
3016 after subscriptions changed
3018 2007-01-17 [paul] 2.7.1cvs15
3020 * src/prefs_common.c
3021 * src/gtk/pluginwindow.c
3022 fix bug 1101, '"Load plugin" button is
3023 accidentally hidden'
3024 unset (-1) initial width in prefs_common,
3025 fix overlapping buttons,
3028 2007-01-17 [paul] 2.7.1cvs14
3031 add #include <errno.h>, it's needed
3034 2007-01-17 [paul] 2.7.1cvs13
3037 * tools/make.themes.project
3038 rename .sylpheed_themeinfo to .claws_themeinfo
3040 * src/etpan/etpan-errors.h
3041 * src/etpan/etpan-log.c
3042 * src/etpan/etpan-log.h
3043 * src/etpan/etpan-thread-manager-types.h
3044 * src/etpan/etpan-thread-manager.c
3045 * src/etpan/etpan-thread-manager.h
3046 * src/etpan/imap-thread.c
3047 * src/etpan/imap-thread.h
3048 add copyright header
3050 2007-01-17 [colin] 2.7.1cvs12
3052 * src/plugins/pgpcore/select-keys.c
3053 * src/gtk/pluginwindow.c
3054 * src/prefs_account.c
3057 2007-01-16 [colin] 2.7.1cvs11
3062 Manage subscribing to subfolders when only
3063 subscribed folders are shown.
3065 2007-01-16 [colin] 2.7.1cvs10
3068 Fix annoying vscrollbar going back to top
3069 on Check for new folders
3071 2007-01-16 [colin] 2.7.1cvs9
3076 2007-01-16 [colin] 2.7.1cvs8
3079 Bigger buffer for errors
3083 * src/prefs_account.c
3084 * src/prefs_account.h
3086 * src/etpan/imap-thread.c
3087 * src/etpan/imap-thread.h
3088 * manual/handling.xml
3089 Add subscriptions management. What it changes:
3090 Creating a folder subscribes to it
3091 Deleting a folder unsubscribes it
3092 New contextual menu item allowing to switch between
3093 All folders and Subscribed folders, subscribe, and
3094 unsubscribe. "Creating" an existing but unsubscribed
3095 folder will subscribe it.
3096 By default for new accounts, only subscribed folders
3100 2007-01-16 [paul] 2.7.1cvs7
3103 Allow folder classes to specify only sort_key or
3104 sort_type instead of both or none.
3106 2007-01-16 [paul] 2.7.1cvs6
3113 Save and use errno for procmime_get_part
3115 2007-01-16 [colin] 2.7.1cvs5
3118 Never remove INBOX when scanning for
3119 new folders. It's a special folder
3122 2007-01-15 [colin] 2.7.1cvs4
3125 Fix 'Check for new folders' when IMAP subdirectory
3127 * src/etpan/imap-thread.c
3130 2007-01-15 [colin] 2.7.1cvs3
3132 * src/etpan/imap-thread.c
3133 Fix invalid free on command-connection
3136 2007-01-15 [wwp] 2.7.1cvs2
3138 * src/matcher_parser_lex.l
3139 * src/quote_fmt_lex.l
3140 * src/matcher_parser_parse.y
3141 fix copyright header in lexers and parsers.
3143 2007-01-15 [paul] 2.7.1cvs1
3149 bump up version number following
3152 2007-01-15 [paul] 2.7.0cvs31
3156 add Fabien to the Team list
3157 add the recent contributors
3158 make a few corrections
3160 2007-01-15 [paul] 2.7.0cvs30
3163 fix compiler warning
3164 * src/plugins/pgpcore/prefs_gpg.c
3165 * src/plugins/pgpcore/prefs_gpg.h
3167 fix copyright header
3169 2007-01-14 [colin] 2.7.0cvs29
3172 Use the 'gtk+' backend. Avoids gnome-vfs use,
3173 two benefits: faster to open, will fix strange
3174 dbus-related crash. Thanks to Pascal Terjan.
3176 2007-01-14 [colin] 2.7.0cvs28
3178 * src/etpan/imap-thread.c
3179 Delete the old imap just after allocating
3180 the new one. Makes sure we don't get the
3181 same pointer by sheer luck, which feels
3182 strange in the debug log.
3184 2007-01-14 [colin] 2.7.0cvs27
3186 * src/gtk/inputdialog.c
3187 Make sure we don't print passwords in
3188 clear text when in debug mode
3190 2007-01-14 [colin] 2.7.0cvs26
3192 * src/gtk/gtksctree.c
3193 Fix bug 1098, 'bogus last row display
3194 after expanding a thread'. Patch by
3195 Jindrich Makovicka <makovick@gmail.com>
3197 2007-01-14 [colin] 2.7.0cvs25
3199 * src/etpan/imap-thread.c
3200 Close socket manually before
3201 freeing the imap struct
3203 2007-01-14 [colin] 2.7.0cvs24
3205 * src/etpan/imap-thread.c
3206 Maybe fix new reconnection issues
3208 2007-01-13 [colin] 2.7.0cvs23
3211 Freeze/thaw on thread selection
3213 2007-01-13 [paul] 2.7.0cvs22
3218 add 'Edit/Delete thread'
3220 2007-01-13 [colin] 2.7.0cvs21
3222 * src/prefs_account.c
3223 * src/prefs_compose_writing.c
3224 * src/prefs_message.c
3225 * src/prefs_msg_colors.c
3227 * src/prefs_receive.c
3228 * src/prefs_spelling.c
3229 * src/prefs_summaries.c
3230 * src/prefs_themes.c
3231 * src/gtk/gtkutils.c
3232 * src/gtk/gtkutils.h
3233 * src/plugins/pgpcore/prefs_gpg.c
3234 * src/plugins/spamassassin/spamassassin_gtk.c
3235 Factorize gtk frame creation
3238 2007-01-13 [colin] 2.7.0cvs20
3240 * src/message_search.c
3241 * src/summary_search.c
3242 Fix Enter in search windows
3244 Fix body search starting at the
3245 end of the mail (and asking for loop)
3247 2007-01-13 [colin] 2.7.0cvs19
3249 * src/etpan/imap-thread.c
3250 Make sure we don't free the same imap
3253 2007-01-13 [colin] 2.7.0cvs18
3256 Allow multiple commitHelpers to
3259 2007-01-12 [colin] 2.7.0cvs17
3261 * src/etpan/imap-thread.c
3262 Make sure we get rid of the previous mailimap
3263 when connecting - just in case disconnect was
3266 2007-01-12 [paul] 2.7.0cvs16
3269 Strip S/MIME signatures when re-editing
3270 S/MIME signed messages.
3272 2007-01-12 [paul] 2.7.0cvs15
3279 no need to define CLAWS anymore, remove
3282 2007-01-12 [paul] 2.7.0cvs14
3285 check if the mail's signed as
3286 it can change the mail structure
3289 2007-01-12 [paul] 2.7.0cvs13
3292 fix Forwarding msgs with attachments
3293 that have dos line endings
3296 2007-01-12 [wwp] 2.7.0cvs12
3299 Revert accidentally committed extra version tag.
3301 2007-01-12 [wwp] 2.7.0cvs11
3303 * src/prefs_account.c
3304 Fix compilation w/o aspell (completes 2.7.0cvs7).
3306 2007-01-11 [colin] 2.7.0cvs10
3309 move g_warning to debug_print
3310 it scares people for no reason
3312 2007-01-11 [colin] 2.7.0cvs9
3315 Fix files to translate. Patch by
3318 2007-01-11 [paul] 2.7.0cvs8
3321 Fix recursion when server lists the
3322 current subfolder in the response
3324 Fix updating of icon_list/ctree
3325 * src/plugins/pgpcore/select-keys.c
3326 Fix a few annoyances when choosing
3327 keys for the CMS (S/MIME) protocol
3329 2007-01-11 [wwp] 2.7.0cvs7
3332 * src/prefs_account.c
3333 * src/prefs_account.h
3334 Add per-account spellcheck default dictionaries settings.
3336 2007-01-10 [colin] 2.7.0cvs6
3338 * src/prefs_folder_item.c
3339 Factorize strings - patch by Fabien
3341 2007-01-10 [colin] 2.7.0cvs5
3344 Fix bug 1095, 'Crash while changing folder
3345 columns during incorporation'
3347 2007-01-09 [colin] 2.7.0cvs4
3349 * src/gtk/pluginwindow.c
3350 Set the plugin window transient. Seems
3351 like some window managers hide it in
3352 the background after "load plugin"...
3354 2007-01-09 [colin] 2.7.0cvs3
3357 Use the same type for alloc and free
3359 2007-01-08 [paul] 2.7.0cvs2
3362 updated by Tim Dijkstra
3364 2007-01-08 [paul] 2.7.0cvs1
3366 * src/prefs_themes.c
3367 * src/common/utils.c
3370 2007-01-08 [paul] 2.7.0
3377 2007-01-08 [paul] 2.6.1cvs119
3379 * doc/man/claws-mail.1
3382 2007-01-08 [paul] 2.6.1cvs118
3384 * doc/man/claws-mail.1
3386 * manual/advanced.xml
3387 improved English usage
3389 2007-01-08 [paul] 2.6.1cvs117
3400 updated by Miquel Oliete, Stephan Sachse, me,
3401 Tommi Pirinen, Andrea Spadaccini, Frederico
3402 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3403 Urosevic, and Ralgh Young
3405 2007-01-07 [mones] 2.6.1cvs116
3407 * manual/es/advanced.xml
3409 Synced manual (unhide mark_as_read_delay)
3410 and updated translation for release
3412 2007-01-07 [paul] 2.6.1cvs115
3414 * src/prefs_matcher.c
3415 make the hbox content fit better under
3418 2007-01-07 [colin] 2.6.1cvs114
3421 Fix bug 1088, 'Ctrl-h produces repeatable
3424 2007-01-06 [colin] 2.6.1cvs113
3426 * src/etpan/imap-thread.c
3427 Add casts to int to get certs. Fixes
3428 bug 1064, 'crash @ etpan_certificate_check()
3429 when opening an IMAP folder', with latest
3430 libetpan CVS or >= 0.49
3435 * src/prefs_folder_item.c
3436 Grey out the "synchronise" menu items if
3437 there's nothing to synchronise.
3438 * src/plugins/pgpcore/sgpgme.c
3439 Make an error clearer than "Unknown error"
3441 2007-01-06 [colin] 2.6.1cvs112
3444 Don't try to show a message if updating
3445 Maybe fixes bug 1088, 'ctrl-h produces
3448 2007-01-06 [colin] 2.6.1cvs111
3451 Disable Control-Space (handle it as Space).
3453 2007-01-05 [paul] 2.6.1cvs110
3456 Fix bug 934, 'sylpheed claws 2.1
3457 doesn't show Exchanges Public Folders'
3458 Thanks to Hoa and Colin
3460 Refuse to allocate more than 2 MB for a
3461 single field, it's a good indication of
3464 2007-01-05 [colin] 2.6.1cvs109
3467 Allow --select'ing emails by Message-ID too
3469 2007-01-05 [colin] 2.6.1cvs108
3471 * src/common/quoted-printable.c
3474 2007-01-05 [colin] 2.6.1cvs107
3476 * src/common/quoted-printable.c
3477 Fix previous commit about bug 1089
3480 2007-01-05 [colin] 2.6.1cvs106
3482 * src/common/quoted-printable.c
3483 Fix my previous commit on bug 1089
3486 2007-01-04 [colin] 2.6.1cvs105
3488 * src/common/quoted-printable.c
3489 Fix bug 1089, 'NUL characters in Subject
3490 line are misinterpreted'. Not a pain to
3497 2007-01-04 [wwp] 2.6.1cvs104
3499 * src/image_viewer.c
3500 Force operator precedence (fix a compiler warning).
3502 2007-01-04 [colin] 2.6.1cvs103
3504 * src/image_viewer.c
3505 Be cautious there too (same fix as the one
3506 in textview from cvs33)
3508 Don't use any MimeViewer plugin when showing
3511 2007-01-03 [wwp] 2.6.1cvs102
3515 fixed "cent" sign (use the existing ASCII one),
3516 decode more HTML entities,
3517 converted table ASCII entries to UTF-8,
3518 moved a switch() into a hashtable.
3520 2007-01-03 [paul] 2.6.1cvs101
3526 When possible, use move_msg instead of
3527 copy_msg + remove_msg to move sent mail
3530 2007-01-03 [paul] 2.6.1cvs100
3533 add more html entity recognition:
3534 pounds, euros, and cents
3536 2007-01-03 [colin] 2.6.1cvs99
3539 Don't display an error on NOSELECT
3540 folders when synchronising
3542 2007-01-03 [paul] 2.6.1cvs98
3544 * tools/maildir2claws-mail.pl
3545 only substitute 'sent-mail' if it's
3546 the full directory name
3548 2007-01-03 [paul] 2.6.1cvs97
3551 * ChangeLog.pre2.0.0
3553 archive a chunk of ChangeLog in
3556 * doc/src/ChangeLog.claws-pre0.8.0
3557 remove ChangeLog.claws-pre0.8.0, adding
3558 its contents to ChangeLog.gtk1
3560 2007-01-03 [paul] 2.6.1cvs96
3581 * src/addressbook_foldersel.c
3582 * src/addressbook_foldersel.h
3603 * src/customheader.c
3604 * src/customheader.h
3605 * src/displayheader.c
3606 * src/displayheader.h
3617 * src/editldap_basedn.c
3618 * src/editldap_basedn.h
3635 * src/folder_item_prefs.c
3636 * src/folder_item_prefs.h
3643 * src/grouplistdialog.c
3644 * src/grouplistdialog.h
3648 * src/image_viewer.c
3649 * src/image_viewer.h
3685 * src/message_search.c
3686 * src/message_search.h
3703 * src/partial_download.c
3704 * src/partial_download.h
3709 * src/prefs_account.c
3710 * src/prefs_account.h
3711 * src/prefs_actions.c
3712 * src/prefs_actions.h
3713 * src/prefs_common.c
3714 * src/prefs_common.h
3715 * src/prefs_compose_writing.c
3716 * src/prefs_compose_writing.h
3717 * src/prefs_customheader.c
3718 * src/prefs_customheader.h
3719 * src/prefs_display_header.c
3720 * src/prefs_display_header.h
3721 * src/prefs_filtering.c
3722 * src/prefs_filtering.h
3723 * src/prefs_filtering_action.c
3724 * src/prefs_filtering_action.h
3725 * src/prefs_folder_column.c
3726 * src/prefs_folder_column.h
3727 * src/prefs_folder_item.c
3728 * src/prefs_folder_item.h
3733 * src/prefs_image_viewer.c
3734 * src/prefs_image_viewer.h
3735 * src/prefs_matcher.c
3736 * src/prefs_matcher.h
3737 * src/prefs_message.c
3738 * src/prefs_msg_colors.c
3739 * src/prefs_msg_colors.h
3742 * src/prefs_receive.c
3744 * src/prefs_spelling.c
3745 * src/prefs_spelling.h
3746 * src/prefs_summaries.c
3747 * src/prefs_summaries.h
3748 * src/prefs_summary_column.c
3749 * src/prefs_summary_column.h
3750 * src/prefs_template.c
3751 * src/prefs_template.h
3752 * src/prefs_themes.c
3753 * src/prefs_themes.h
3754 * src/prefs_toolbar.c
3755 * src/prefs_toolbar.h
3756 * src/prefs_wrapping.c
3757 * src/prefs_wrapping.h
3767 * src/quote_fmt_parse.y
3770 * src/remotefolder.c
3771 * src/remotefolder.h
3772 * src/send_message.c
3773 * src/send_message.h
3776 * src/sourcewindow.c
3777 * src/sourcewindow.h
3782 * src/stock_pixmap.c
3783 * src/stock_pixmap.h
3784 * src/summary_search.c
3785 * src/summary_search.h
3800 * src/common/base64.c
3801 * src/common/base64.h
3803 * src/common/hooks.c
3804 * src/common/hooks.h
3807 * src/common/mgutils.c
3808 * src/common/mgutils.h
3811 * src/common/passcrypt.c
3812 * src/common/passcrypt.h.in
3813 * src/common/plugin.c
3814 * src/common/plugin.h
3815 * src/common/prefs.c
3816 * src/common/prefs.h
3817 * src/common/progressindicator.c
3818 * src/common/progressindicator.h
3819 * src/common/quoted-printable.c
3820 * src/common/quoted-printable.h
3821 * src/common/session.c
3822 * src/common/session.h
3825 * src/common/socket.c
3826 * src/common/socket.h
3829 * src/common/ssl_certificate.c
3830 * src/common/ssl_certificate.h
3831 * src/common/stringtable.c
3832 * src/common/stringtable.h
3833 * src/common/template.c
3834 * src/common/template.h
3835 * src/common/timing.h
3836 * src/common/utils.c
3837 * src/common/utils.h
3838 * src/common/version.h.in
3841 * src/common/xmlprops.c
3842 * src/common/xmlprops.h
3844 * src/gtk/colorlabel.c
3845 * src/gtk/colorsel.c
3846 * src/gtk/colorsel.h
3847 * src/gtk/combobox.c
3848 * src/gtk/combobox.h
3849 * src/gtk/description_window.c
3850 * src/gtk/description_window.h
3853 * src/gtk/foldersort.c
3854 * src/gtk/foldersort.h
3855 * src/gtk/gtksctree.c
3856 * src/gtk/gtkutils.c
3857 * src/gtk/gtkutils.h
3858 * src/gtk/inputdialog.c
3859 * src/gtk/inputdialog.h
3860 * src/gtk/logwindow.c
3861 * src/gtk/logwindow.h
3862 * src/gtk/manage_window.c
3863 * src/gtk/manage_window.h
3866 * src/gtk/pluginwindow.c
3867 * src/gtk/pluginwindow.h
3868 * src/gtk/prefswindow.c
3869 * src/gtk/prefswindow.h
3870 * src/gtk/progressdialog.c
3871 * src/gtk/progressdialog.h
3872 * src/gtk/sslcertwindow.c
3873 * src/gtk/sslcertwindow.h
3874 * src/plugins/bogofilter/bogofilter.c
3875 * src/plugins/bogofilter/bogofilter.h
3876 * src/plugins/bogofilter/bogofilter_gtk.c
3877 * src/plugins/clamav/clamav_plugin.c
3878 * src/plugins/clamav/clamav_plugin.h
3879 * src/plugins/clamav/clamav_plugin_gtk.c
3880 * src/plugins/demo/demo.c
3881 * src/plugins/dillo_viewer/dillo_prefs.c
3882 * src/plugins/dillo_viewer/dillo_prefs.h
3883 * src/plugins/dillo_viewer/dillo_viewer.c
3884 * src/plugins/pgpcore/passphrase.c
3885 * src/plugins/pgpcore/passphrase.h
3886 * src/plugins/pgpcore/pgp_viewer.c
3887 * src/plugins/pgpcore/pgp_viewer.h
3888 * src/plugins/pgpcore/plugin.c
3889 * src/plugins/pgpcore/select-keys.c
3890 * src/plugins/pgpcore/select-keys.h
3891 * src/plugins/pgpcore/sgpgme.c
3892 * src/plugins/pgpcore/sgpgme.h
3893 * src/plugins/pgpinline/pgpinline.c
3894 * src/plugins/pgpinline/pgpinline.h
3895 * src/plugins/pgpinline/plugin.c
3896 * src/plugins/pgpmime/pgpmime.c
3897 * src/plugins/pgpmime/pgpmime.h
3898 * src/plugins/pgpmime/plugin.c
3899 * src/plugins/spamassassin/spamassassin.c
3900 * src/plugins/spamassassin/spamassassin.h
3901 * src/plugins/spamassassin/spamassassin_gtk.c
3902 * src/plugins/trayicon/trayicon.c
3903 it's 2007, update the year in the copyright headers
3905 2007-01-03 [paul] 2.6.1cvs95
3908 it is 2007, use it in the copyright string
3910 2007-01-03 [paul] 2.6.1cvs94
3913 html entity conversion:
3914 move ™ to a more suitable place
3915 add • and –
3916 make sure — and — are both
3919 2007-01-02 [colin] 2.6.1cvs93
3923 * src/common/plugin.c
3925 * src/etpan/imap-thread.c
3928 2006-12-31 [paul] 2.6.1cvs92
3930 * src/prefs_summaries.c
3931 use gtk_button_new_from_stock()
3933 2006-12-30 [colin] 2.6.1cvs91
3938 Don't update filtering and account paths
3939 when copying folders
3941 2006-12-30 [colin] 2.6.1cvs90
3943 * src/prefs_compose_writing.c
3945 * src/prefs_template.c
3946 Use message font for Writing and
3947 Quoting prefs, as well as Templates.
3949 2006-12-30 [colin] 2.6.1cvs89
3951 * src/prefs_summaries.c
3952 Rework GUI; patch by Pawel
3954 2006-12-29 [colin] 2.6.1cvs88
3956 * src/prefs_folder_item.c
3957 Fix bug 1085, 'Apply to subfolder
3958 doesn't work' - I was mistaken saying
3959 it worked in every case
3961 2006-12-28 [colin] 2.6.1cvs87
3963 * src/gtk/gtkaspell.c
3964 Don't assert if use_alternate is true
3965 and alt_dictionary isn't set -- this
3966 is what happens on upgrade! Rather,
3969 2006-12-28 [colin] 2.6.1cvs86
3972 Fix desktop/icon simplification
3974 2006-12-28 [colin] 2.6.1cvs85
3977 Make desktop and icon not
3978 dependant on the desktop
3980 2006-12-28 [wwp] 2.6.1cvs84
3982 * src/plugins/pgpmime/claws.def
3983 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
3985 2006-12-28 [wwp] 2.6.1cvs83
3987 * src/prefs_folder_item.c
3988 Fix coloring of "simplify subject regexp" (folder prefs),
3989 which might be left to red whereas the regexp gets empty.
3991 2006-12-28 [wwp] 2.6.1cvs82
3993 * src/prefs_common.c
3994 * src/prefs_common.h
3997 Save addressbook mainwindow's horizontal and vertical splitter position.
3999 2006-12-27 [wwp] 2.6.1cvs81
4001 * src/gtk/gtkaspell.c
4002 * src/gtk/gtkaspell.h
4004 Fix assignment of compose's default and alternate dictionary from
4005 account or folder settings. Now gtkaspell_change_dict does rotate
4006 dicts only when it's called from a menu cb.
4008 2006-12-27 [wwp] 2.6.1cvs80
4010 * src/folder_item_prefs.c
4011 Fix randomly initialized default-alt-dictionary (folder prefs),
4012 complete 2.6.1cvs72.
4014 2006-12-27 [paul] 2.6.1cvs79
4018 Add Copy folder in the folder's contextual
4021 2006-12-27 [wwp] 2.6.1cvs78
4024 Clean up session locking, thanks to Colin.
4026 2006-12-26 [colin] 2.6.1cvs77
4029 Revert previous patch
4031 2006-12-26 [colin] 2.6.1cvs76
4037 * src/etpan/imap-thread.c
4038 Fix previous commit warnings
4039 Make statusbar update every second if total < 20
4040 Make IMAP APPEND faster by simplifying log
4042 2006-12-26 [colin] 2.6.1cvs75
4050 Make it possible to copy folders accross
4051 mailboxes (this was an arbitrary limitation).
4052 Still make it impossible to move folders
4055 2006-12-26 [colin] 2.6.1cvs74
4057 * src/etpan/imap-thread.c
4058 Fix bug 1081, 'claws-mail
4059 segfaults when going offline
4060 while it transfers mails via
4063 2006-12-26 [colin] 2.6.1cvs73
4065 * src/folder_item_prefs.c
4066 Don't forget alt dictionary when
4067 renaming/moving folders
4069 2006-12-26 [wwp] 2.6.1cvs72
4071 * src/folder_item_prefs.c
4072 Add missing defaults for per-folder alt dict
4073 (forgotten in 2.6.1cvs61).
4075 2006-12-26 [colin] 2.6.1cvs71
4078 Add tooltip to state that specifying
4079 full path to mailbox is possible
4081 2006-12-26 [wwp] 2.6.1cvs70
4083 * src/partial_download.c
4084 * src/gtk/gtkvscrollbutton.c
4085 * src/plugins/pgpinline/plugin.c
4086 Fix for few compiler warnings that matter.
4088 2006-12-25 [colin] 2.6.1cvs69
4090 * src/partial_download.c
4091 Fix marking for download or deletion
4092 when the header isn't the first
4093 * src/gtk/logwindow.c
4094 Fix start of scrolling
4096 2006-12-23 [paul] 2.6.1cvs68
4099 change last commit to use the 'academic'
4100 method instead. Thanks to wwp
4102 2006-12-23 [paul] 2.6.1cvs67
4105 don't warn about empty subject when
4108 2006-12-22 [colin] 2.6.1cvs66
4110 * src/summary_search.c
4113 2006-12-22 [colin] 2.6.1cvs65
4115 * src/gtk/gtkutils.c
4118 * src/summary_search.c
4125 2006-12-22 [colin] 2.6.1cvs64
4129 Add a combo to the learn spam button
4130 * src/plugins/bogofilter/bogofilter.c
4131 * src/plugins/bogofilter/bogofilter_gtk.c
4132 * src/plugins/bogofilter/bogofilter.h
4133 Allow to store Unsure mails in a specific
4134 folder to make better teaching easier
4136 2006-12-21 [wwp] 2.6.1cvs63
4139 * src/prefs_common.c
4140 * src/prefs_common.h
4141 * src/prefs_spelling.c
4142 * src/gtk/gtkaspell.c
4143 * src/gtk/gtkaspell.h
4144 Allow spell-checking using both current and alternate dictionaries
4147 2006-12-21 [wwp] 2.6.1cvs62
4149 * src/gtk/gtkaspell.c
4150 Apply recheck_when_changing_dict (highlight all mispelled words)
4151 when switching to alternate dictionary.
4153 2006-12-21 [wwp] 2.6.1cvs61
4156 * src/folder_item_prefs.h
4157 * src/prefs_common.c
4158 * src/prefs_common.h
4159 * src/prefs_folder_item.c
4160 * src/prefs_spelling.c
4161 * src/gtk/gtkaspell.c
4162 * src/gtk/gtkaspell.h
4163 Add global and per-folder prefs to set the default
4164 alternate dictionary.
4166 2006-12-21 [colin] 2.6.1cvs60
4169 Look for folders by path in all folders
4173 2006-12-20 [colin] 2.6.1cvs59
4175 * src/gtk/quicksearch.c
4176 Make sure in_typing is false when clearing
4178 2006-12-20 [wwp] 2.6.1cvs58
4181 change manual's target dir to be LFH-compliant (thanks to Colin).
4183 2006-12-20 [wwp] 2.6.1cvs57
4185 * src/prefs_common.c
4186 * src/prefs_summaries.c
4187 i18n fix and factorize patch, thanks to Fabien.
4189 2006-12-20 [paul] 2.6.1cvs56
4192 last of the renaming (??)
4194 correct --help info of --status-full
4195 * src/plugins/bogofilter/bogofilter.c
4196 make FALSE default of whitelist_ab
4198 2006-12-19 [colin] 2.6.1cvs55
4201 Same as before, without depending on
4204 2006-12-19 [colin] 2.6.1cvs54
4207 Fix bug 1059, 'Better jpilot charset
4208 handling'. Use libpisync's charset conversion
4211 2006-12-19 [colin] 2.6.1cvs53
4216 2006-12-19 [wwp] 2.6.1cvs52
4219 Add missing #include (thanks to Colin).
4221 2006-12-19 [wwp] 2.6.1cvs51
4223 * src/prefs_receive.c
4224 Better spacing between widgets in prefs.
4226 2006-12-18 [colin] 2.6.1cvs50
4229 Fix failure to get separator on LIST "" ""
4230 Try LIST "" "INBOX" too.
4232 2006-12-18 [wwp] 2.6.1cvs49
4234 * src/common/session.c
4235 Fix a compiler warning (thanks to Fabien).
4237 2006-12-18 [wwp] 2.6.1cvs48
4241 Factorize some strings for translation (it's about error
4242 messages when applying or checking template/quote format).
4244 2006-12-18 [colin] 2.6.1cvs47
4248 * src/gtk/Makefile.am
4250 Add a Release notes tab from the contents of
4251 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
4253 2006-12-17 [colin] 2.6.1cvs46
4258 Correctly convert from/to UTF8/filename encoding
4259 when loading and saving files. Probably fixes
4260 bug 1068, 'Claws-Mail uses 100% CPU when looking
4261 for a file to attach and is blocked...'
4263 2006-12-17 [colin] 2.6.1cvs45
4265 * src/gtk/logwindow.c
4266 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
4267 IMAP folder and is blocked on main thread':
4268 make sure we put utf8 in the log.
4270 2006-12-16 [colin] 2.6.1cvs44
4274 Fix bug 1055, 'Add the 'cancel receive'
4275 in the available events for the toolbar buttons'
4277 2006-12-16 [colin] 2.6.1cvs43
4282 * src/common/session.c
4283 Log error when SSL handshakes fail.
4284 Fixes bug 1082, 'incorrect / imprecise
4285 error message when imap server provides
4286 ssl only through STARTTLS but SSL is
4289 2006-12-15 [wwp] 2.6.1cvs42
4291 * src/plugins/bogofilter/bogofilter_gtk.c
4292 set proper sensitivity to widgets I've recently added.
4298 2006-12-15 [wwp] 2.6.1cvs41
4300 * src/plugins/bogofilter/bogofilter.c
4301 * src/plugins/bogofilter/bogofilter.h
4302 * src/plugins/bogofilter/bogofilter_gtk.c
4303 bogofilter's whitelist can now use a subset of
4304 the addressbook (either a book, a subfolder of a book,
4305 or the whole addressbook by using "Any"). Re-used there
4306 some pref_matcher widgets and mechanisms to match a subset
4309 2006-12-15 [wwp] 2.6.1cvs40
4312 * src/common/plugin.c
4313 * src/common/plugin.h
4315 * src/plugins/bogofilter/bogofilter.c
4316 * src/plugins/clamav/clamav_plugin.c
4317 * src/plugins/demo/demo.c
4318 * src/plugins/dillo_viewer/dillo_viewer.c
4319 * src/plugins/pgpcore/plugin.c
4320 * src/plugins/pgpinline/plugin.c
4321 * src/plugins/pgpmime/plugin.c
4322 * src/plugins/spamassassin/spamassassin.c
4323 * src/plugins/trayicon/trayicon.c
4324 factorize some translatable strings (plugins-related),
4325 fix missing punctuation in several places,
4326 remove useless translatable \n in about.c,
4327 and factorize plugin init code w/ a new function
4328 check_plugin_version() in common/plugin.c.
4329 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4331 2006-12-15 [wwp] 2.6.1cvs39
4333 * src/plugins/bogofilter/bogofilter.c
4334 * src/plugins/bogofilter/bogofilter_gtk.c
4335 flag whitelisted spams as spam, but don't filter it to the spam
4336 folder. Thanks to Colin.
4338 2006-12-15 [ticho] 2.6.1cvs38
4340 * src/plugins/bogofilter/bogofilter.c
4341 * src/plugins/bogofilter/bogofilter.h
4342 * src/plugins/bogofilter/bogofilter_gtk.c
4343 Add option to whitelist senders found in addressbook. Patch by colin.
4345 2006-12-15 [paul] 2.6.1cvs37
4348 add missing #include "log.h"
4350 2006-12-15 [paul] 2.6.1cvs36
4352 * src/plugins/bogofilter/bogofilter.c
4353 * src/plugins/bogofilter/bogofilter.h
4354 * src/plugins/bogofilter/bogofilter_gtk.c
4355 Add an option to allow inserting an
4356 X-Claws-Bogosity header (on MH folders
4357 only). Patch by Colin
4359 2006-12-14 [colin] 2.6.1cvs35
4362 "Yes" should be the default choice for
4363 migration configuration
4365 2006-12-14 [paul] 2.6.1cvs34
4367 * src/prefs_summaries.c
4368 * manual/advanced.xml
4369 Unhide mark_as_read_delay
4371 2006-12-14 [paul] 2.6.1cvs33
4380 Fix printing of selection
4381 Fix printing of message parts
4382 Fix printing of images
4383 * src/gtk/gtksourceprintjob.c
4384 Fix page count when there are images
4386 2006-12-14 [wwp] 2.6.1cvs32
4391 * src/gtk/quicksearch.c
4392 fix quicksearch 'magnify' button status when QS is closed
4393 using the Escape key, thanks to Colin.
4395 2006-12-14 [wwp] 2.6.1cvs31
4400 * src/gtk/quicksearch.c
4401 fix quicksearch 'magnify' button status when QS is closed
4402 using the Escape key, thanks to Colin.
4404 2006-12-13 [colin] 2.6.1cvs30
4408 Use the binary safe version of ldap_get_values,
4409 to make sure we manipulate null-terminated
4410 strings. Maybe fixes bug 1075, 'claws mail
4411 segfault when completing ldap adresses'
4412 * src/syldap.c ** REMOVED **
4413 * src/syldap.h ** REMOVED **
4416 2006-12-13 [mones] 2.6.1cvs29
4419 Fixed piped strings, fixed click translation
4421 2006-12-13 [paul] 2.6.1cvs28
4424 don't translate these strings
4426 2006-12-13 [paul] 2.6.1cvs27
4431 2006-12-13 [colin] 2.6.1cvs26
4435 Add claws_is_starting()
4437 2006-12-13 [mones] 2.6.1cvs25
4439 * manual/es/advanced.xml
4441 Synced manual and updated translation
4443 2006-12-12 [colin] 2.6.1cvs24
4446 Add an option to use STARTTLS in the
4447 welcome wizard. Fixes bug 1080,
4448 'Using SSL option in wizard for incoming
4449 server does not activate SSL with STARTTLS'
4451 2006-12-12 [colin] 2.6.1cvs23
4454 Don't exit when there's an incomplete
4455 mailbox configured - leaves a chance
4456 to fix a failing IMAP account. Exit
4457 if no mailbox at all is loaded (case
4459 Completes bug 1077's fix (I was wrong
4460 in this bug's comment #3).
4462 2006-12-12 [colin] 2.6.1cvs22
4465 Add another menu data type
4466 * src/prefs_account.c
4467 Complete the completion of bug 1076
4468 (doesn't lose the pref on apply)
4470 2006-12-12 [paul] 2.6.1cvs21
4472 * src/prefs_account.c
4473 complete the fix of bug 1076
4474 also be more verbose with the text
4476 2006-12-12 [paul] 2.6.1cvs20
4478 * src/gtk/combobox.c
4479 fix compilation warning
4481 2006-12-11 [colin] 2.6.1cvs19
4484 Document :port in server entry tooltips
4486 2006-12-11 [colin] 2.6.1cvs18
4491 2006-12-11 [colin] 2.6.1cvs17
4494 Add failing IMAP as a reason for no
4497 2006-12-11 [colin] 2.6.1cvs16
4499 * src/prefs_account.c
4500 Check for existence of inbox for local
4503 Allow setting the port to use for servers
4504 by using the usual "server.example.com:port"
4505 syntax. Fixes bug 1077, 'sylpheed-claws does
4506 not start when IMAP server is unavailable'
4508 2006-12-11 [colin] 2.6.1cvs15
4510 * src/prefs_account.c
4511 Prevent use of non-existing default inbox
4513 2006-12-11 [colin] 2.6.1cvs14
4515 * src/prefs_account.c
4516 Fix sensitivity. Fixes bug 1076, 'privacy
4517 options are displayed even when pgp plugin
4518 not loaded / available'
4520 2006-12-09 [colin] 2.6.1cvs13
4522 * manual/advanced.xml
4523 * src/prefs_common.c
4524 * src/prefs_common.h
4525 * src/common/ssl_certificate.c
4526 Add a new hidden preference, 'unsafe_ssl_certs',
4527 which allows to store multiple certificates per
4528 server/port. This is disabled by default because
4529 it's less secure (presenting a new certificate
4530 instead of a changed one raises less alarms).
4531 This will cause Claws to ask about an unknown
4532 certificate for people who have used 2.6.1cvs8
4535 2006-12-09 [colin] 2.6.1cvs12
4538 Fix cache updating after action
4540 2006-12-07 [wwp] 2.6.1cvs11
4543 fix email address comparison when replying to all
4544 (avoid replying to ourselves), thanks to Colin.
4546 2006-12-06 [paul] 2.6.1cvs10
4553 * src/common/utils.c
4554 ...and more renaming
4557 2006-12-06 [paul] 2.6.1cvs9