1 2007-06-04 [wwp] 2.9.2cvs32
6 Support CRLF in headers part of messages.
7 Support few more date formats (RFC3339 subsets).
9 2007-06-04 [wwp] 2.9.2cvs31
12 Fix compiling w/o aspell support.
14 2007-06-03 [wwp] 2.9.2cvs30
17 Don't decode leading ENV_ and ~ in P_PASSWORD
20 2007-06-03 [wwp] 2.9.2cvs29
23 Don't decode leading ENV_ and ~ in P_PASSWORD
26 2007-06-03 [wwp] 2.9.2cvs28
29 * src/gtk/prefswindow.c
30 * src/gtk/prefswindow.h
31 Added a way to force preloading of all pages
33 Moved tabs to pages in account prefs.
35 2007-06-02 [colin] 2.9.2cvs27
38 Fix possible crash, fix ldap write bugs
40 Fix ldap write bugs - patch by Michael
44 Add a hook whenever alertpanel opens/closes
46 2007-05-31 [wwp] 2.9.2cvs26
48 * src/prefs_compose_writing.c
50 Re-organized writing options a bit:
51 - renamed the Quoting page to Templates
52 - moved all composing templates to that page
53 - moved non-templates options to the Writing one,
54 grouped reply-related options, reordered reply and
57 2007-05-31 [wwp] 2.9.2cvs25
62 2007-05-31 [colin] 2.9.2cvs24
65 Fix missing display name when modifying
66 LDAP. Patch by Michael Rasmussen
68 2007-05-31 [wwp] 2.9.2cvs23
70 * src/plugins/bogofilter/Makefile.am
71 * src/plugins/clamav/Makefile.am
72 * src/plugins/demo/Makefile.am
73 * src/plugins/dillo_viewer/Makefile.am
74 * src/plugins/spamassassin/Makefile.am
75 Fix building of those plugins in Mac OS X.
77 2007-05-30 [wwp] 2.9.2cvs22
79 * src/gtk/quicksearch.c
80 Fix missing initialization.
82 2007-05-30 [wwp] 2.9.2cvs21
85 Revert accidental commit (debug outputs).
87 2007-05-30 [wwp] 2.9.2cvs20
90 * src/folder_item_prefs.c
91 * src/folder_item_prefs.h
94 * src/prefs_folder_item.c
97 Implemented per-account and per-folder
98 compose/reply/forward formats.
100 2007-05-30 [wwp] 2.9.2cvs19
102 * src/prefs_compose_writing.c
107 Internal API changes (factorize quote format
110 2007-05-30 [colin] 2.9.2cvs18
113 Fix race where it's possible to re-click Send
114 between end of SMTP session and end of "move to
115 sent folder" when sending an email with send
118 2007-05-30 [colin] 2.9.2cvs17
121 Ask for backtrace on all threads. Patch by
124 Fix stale news statusbar when scanning fails.
127 Fix some LDAP write updates bugs. Patch
130 2007-05-29 [colin] 2.9.2cvs16
133 Fix loss of local flags when moving mails
134 on IMAP in high-bandwidth mode (UID FETCH)
136 2007-05-25 [paul] 2.9.2cvs15
138 * src/common/socket.c
139 fix sometimes crasher on cancelling
142 2007-05-25 [colin] 2.9.2cvs14
147 Be more helpful in the subscription
150 2007-05-23 [wwp] 2.9.2cvs13
153 * src/prefs_compose_writing.c
155 * src/prefs_template.c
156 * src/prefs_template.h
159 * src/quote_fmt_lex.l
160 * src/quote_fmt_parse.y
161 Introduced new syntax elements (symbols and commands)
162 in templates/quote_fmt. Compatibility w/ old
164 Updated and reworked the corresponding Information
166 Display the line number in dialogs that talk about
167 parser errors (in addition to the error message in
170 2007-05-23 [wwp] 2.9.2cvs12
172 * src/quote_fmt_parse.y
173 Fix 2.9.2cvs11, probably a paste accident ;).
175 2007-05-23 [wwp] 2.9.2cvs11
178 * src/prefs_template.c
180 * src/quote_fmt_parse.y
181 Fix 2.9.2cvs10, which broke --disable-aspell.
183 2007-05-22 [wwp] 2.9.2cvs10
186 * src/prefs_template.c
189 * src/quote_fmt_lex.l
190 * src/quote_fmt_parse.y
191 * src/gtk/gtkaspell.c
192 * src/gtk/gtkaspell.h
193 Added template/quote format syntactical elements
196 %T to show (shows empty if not set or not enabled),
197 ?T and !T to check if the default dictionary is
199 - current account's default dictionary
200 %aT to show (empty if not set or not enabled),
201 ?aT and !aT to check if it's enabled and set
202 - name completion for an address, from the address
204 %ABf, %ABt, %ABc respectively show the full name got
205 from the address book if From, To or Cc match a single
207 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
208 matches any contact and if the full name is non-empty.
209 If From, To or Cc are lists of email addresses, only
210 the first address will be checked.
211 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
212 that could show a trailing ','.
213 Also, template/quote_fmt parser now shows the line number in case
216 2007-05-15 [colin] 2.9.2cvs9
220 Add a public function to know whether Claws
222 Store opened folder when exiting
225 Store last opened message in each FolderItem;
226 Reset last seen messages if Claws crashed, so
227 that one can't go in an infinite crash in case
228 a particular mail crashes Claws.
233 * src/prefs_summaries.c
234 Add "Select last opened message" when entering
236 Add "Select last opened folder" at startup.
238 2007-05-14 [colin] 2.9.2cvs8
241 Fix bashism, search for xml catalog
242 in /usr/local/share/xml/catalog too
245 2007-05-13 [wwp] 2.9.2cvs7
247 * src/gtk/logwindow.c
248 fix raising log windows when they are either minimized or
251 2007-05-11 [colin] 2.9.2cvs6
254 Use Hildon's file chooser on Maemo. Patch
255 by Jean-Luc Biord; fixes part 2 of bug 1201,
256 'File attachment "manipulation" bugs...'
258 2007-05-10 [wwp] 2.9.2cvs5
262 * src/gtk/quicksearch.c
263 Add a quicksearch option to automatically run
264 a search selected from the history (this option
265 is exclusive towards type-ahead).
267 2007-05-10 [colin] 2.9.2cvs4
270 Fix g_warnings, thanks to Brian
273 2007-05-09 [colin] 2.9.2cvs3
278 * src/prefs_summaries.c
282 * src/gtk/gtksourceprintjob.c
283 * src/gtk/sslcertwindow.c
284 Use the re-entrant variant of time functions
285 Probably fixes bug 1217, 'reentrancy problems
288 2007-05-09 [colin] 2.9.2cvs2
291 Fix crasher when reconnection fails
293 2007-05-08 [paul] 2.9.2cvs1
299 bump version number following
302 2007-05-08 [paul] 2.9.1cvs48
304 * src/plugins/demo/demo.c
305 * src/plugins/dillo_viewer/dillo_prefs.c
306 * src/plugins/dillo_viewer/dillo_prefs.h
307 * src/plugins/dillo_viewer/dillo_viewer.c
308 * src/plugins/pgpcore/pgp_viewer.c
309 * src/plugins/pgpcore/pgp_viewer.h
310 * src/plugins/pgpcore/plugin.c
311 * src/plugins/pgpcore/prefs_gpg.c
312 * src/plugins/pgpcore/prefs_gpg.h
313 * src/plugins/pgpcore/sgpgme.c
314 * src/plugins/pgpcore/sgpgme.h
315 * src/plugins/pgpinline/plugin.c
316 * src/plugins/pgpmime/pgpmime.c
317 * src/plugins/pgpmime/pgpmime.h
318 * src/plugins/pgpmime/plugin.c
319 * src/plugins/spamassassin/spamassassin.c
320 * src/plugins/spamassassin/spamassassin.h
321 * src/plugins/spamassassin/spamassassin_gtk.c
322 * src/plugins/trayicon/README
324 * tools/README.sylprint
325 * tools/outlook2claws-mail.pl
327 * tools/tb2claws-mail
328 * tools/tbird2claws.py
331 * tools/kdeservicemenu/README
332 cleanups and corrections
334 2007-05-06 [wwp] 2.9.1cvs47
337 Fix missing dash to `display` command-line, reported
338 by Georg Himmrich <georg at mails d0t diesind d0t net>.
340 2007-05-06 [colin] 2.9.1cvs46
345 * src/pixmaps/printer.xpm
348 2007-05-06 [paul] 2.9.1cvs45
353 * src/summary_search.c
357 2007-05-05 [wwp] 2.9.1cvs44
361 * src/prefs_actions.c
365 Fix "faild" typos everywhere and capitalization of
368 2007-05-04 [colin] 2.9.1cvs43
373 * src/plugins/pgpcore/prefs_gpg.c
374 * src/plugins/pgpcore/prefs_gpg.h
375 * src/plugins/pgpinline/pgpinline.c
376 * src/plugins/pgpmime/pgpmime.c
377 Add an API to warn about encryption limits,
378 and allow to disable these warnings
380 2007-05-03 [colin] 2.9.1cvs42
384 Fix bug 1213, 'Delete more than
387 2007-05-03 [wwp] 2.9.1cvs41
390 * src/prefs_filtering.c
391 * src/prefs_template.c
392 * src/common/template.c
393 * src/common/template.h
396 Templates are no longer automatically sorted
397 by name, but can be sorted manually using
398 |< < > >| buttons as well as drag'n'drop.
400 2007-05-03 [wwp] 2.9.1cvs40
402 * src/plugins/spamassassin/spamassassin.c
403 * src/plugins/spamassassin/spamassassin.h
404 * src/plugins/spamassassin/spamassassin_gtk.c
405 * src/plugins/bogofilter/bogofilter.c
406 * src/plugins/bogofilter/bogofilter.h
407 * src/plugins/bogofilter/bogofilter_gtk.c
408 Added an option to conditionally mark saved spam
409 as read (default is and was to do so).
410 Satisfies feature request 1708539 on sf.net tracker.
412 2007-05-03 [colin] 2.9.1cvs39
415 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
417 2007-05-02 [colin] 2.9.1cvs38
420 Fix bug 1209, 'Clicking on address
421 in header (mailto uri) selects
422 default account'. Patch adapted from
425 2007-05-02 [colin] 2.9.1cvs37
427 * src/grouplistdialog.c
428 Set cursor to wait cursor while loading
431 2007-05-02 [paul] 2.9.1cvs36
435 rename cache and mark files
438 2007-04-30 [paul] 2.9.1cvs35
440 * manual/glossary.xml
442 updates. Patch by Ricardo
444 2007-04-29 [wwp] 2.9.1cvs34
448 Fix few grammatical errors (patch by David Relson < relson at
449 osagesoftware dot com >).
451 2007-04-28 [colin] 2.9.1cvs33
455 * src/prefs_account.c
456 * src/prefs_account.h
457 Drop the "Download all" preference. It's
458 stupidly useless and confuses people from
461 2007-04-27 [wwp] 2.9.1cvs32
464 * src/prefs_account.c
465 * src/prefs_account.h
466 Don't reflect accounts changes to the mainwindow when it's
469 2007-04-27 [colin] 2.9.1cvs31
472 Freeze/thaw when sync'ing flags
474 * src/prefs_account.c
475 * src/prefs_account.h
476 * src/etpan/imap-thread.c
477 * src/etpan/imap-thread.h
478 Add a way to use UID FETCH instead
479 of searches to fetch message lists
480 and flags. More expensive towards
481 bandwidth, less expensive towards
482 server's CPU. Probably fixes
483 bug 1158, 'Scanning new folders on
484 Exchange 2007 extremely slow'.
487 2007-04-27 [paul] 2.9.1cvs30
490 * src/prefs_logging.c
491 improvements to english usage
493 2007-04-27 [colin] 2.9.1cvs29
496 Fix build without libetpan (my bad!)
498 2007-04-26 [colin] 2.9.1cvs28
502 Fix uselessly exported function
504 Consider "- -- \n" as signature separator
505 (that's what signature separators look like
506 in PGP/Inline signed mails)
508 2007-04-26 [colin] 2.9.1cvs27
511 libetpan-0.49 is now required
513 Fix double fetching of mails if
516 Make offline sync faster, by
517 remembering last change time, and
520 2007-04-26 [hoa] 2.9.1cvs26
526 * src/etpan/imap-thread.c
527 * src/etpan/imap-thread.h
528 cancellation of IMAP operations is now allowed.
529 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
531 2007-04-26 [colin] 2.9.1cvs25
534 Always fetch body+headers in folders that are
535 synched for offline use, if "Synchronise as
536 soon as possible" is set.
537 Fixes bug 1200, 'Add option to always retrieve full
540 2007-04-25 [colin] 2.9.1cvs24
543 Fix bug 1198, 'Reply-all "disappearing" address bug
546 2007-04-24 [colin] 2.9.1cvs23
549 Fix bug 1195, 'Hardware key navigation'
550 Make GDK_Enter toggle expansion (Maemo)
552 2007-04-24 [wwp] 2.9.1cvs22
555 Fix few compiler warnings.
557 2007-04-24 [paul] 2.9.1cvs21
564 2007-04-24 [paul] 2.9.1cvs20
567 * src/pixmaps/active.xpm
568 * src/pixmaps/checkbox_off.xpm
569 * src/pixmaps/checkbox_on.xpm
570 * src/pixmaps/inactive.xpm
572 remove transparent border from checkbox icons
574 2007-04-24 [wwp] 2.9.1cvs19
578 Fix a crash in textview, thanks to Colin.
580 2007-04-23 [wwp] 2.9.1cvs18
583 Fix 2.9.1cvs5: no header was being translated at all.
585 2007-04-23 [colin] 2.9.1cvs17
592 * src/gtk/gtksctree.c
593 * src/gtk/gtksctree.h
594 * src/pixmaps/selection.xpm
595 Fix bug 1193, 'Need a way to multi-select
596 items'. Add a toggle button to the summaryview
597 to switch between normal and multiple selection
600 2007-04-23 [colin] 2.9.1cvs16
607 * src/gtk/gtksctree.c
608 * src/gtk/gtksctree.h
609 * src/pixmaps/selection.xpm
610 Fix bug 1193, 'Need a way to multi-
612 Add a toggle button in the summaryview
613 to enable normal or multiple selection.
616 2007-04-23 [colin] 2.9.1cvs15
619 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
621 2007-04-21 [colin] 2.9.1cvs14
623 * src/gtk/quicksearch.c
624 Fix previous commit (actually use correct
627 2007-04-21 [colin] 2.9.1cvs13
629 * src/gtk/quicksearch.c
630 Fix changing quicksearch type (after Esc,
631 after changing Recursive, ...)
633 2007-04-20 [wwp] 2.9.1cvs12
635 * src/gtk/Makefile.am
636 Added headers.h (completes 2.9.1cvs5).
638 2007-04-20 [wwp] 2.9.1cvs11
641 Fix the use of display name in name column,
642 it has been overriden w/ the use of nickname
643 by 2.9.0cvs3. Now nickname is used (if any)
644 in case of LDAP books only.
646 2007-04-20 [colin] 2.9.1cvs10
651 Add handling of 'a' to loop in a mail's
654 2007-04-20 [colin] 2.9.1cvs9
657 Fix bug 1190, 'dir_open' button doesn't work'
660 2007-04-20 [colin] 2.9.1cvs8
664 Fix bug 1194, 'Hardware keys move from email
665 list to account/directory list, but not back
666 to email list...' (Maemo)
668 2007-04-20 [colin] 2.9.1cvs7
671 complete previous commit
673 2007-04-20 [colin] 2.9.1cvs6
676 Fix bug 1187, 'Reply-to addressee disappears
677 when reply-to text box is clicked...' (Maemo)
679 2007-04-20 [wwp] 2.9.1cvs5
689 * src/prefs_display_header.c
690 * src/prefs_matcher.c
693 * src/gtk/quicksearch.c
694 Translate more header names according to the relevant option value,
695 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
696 Replaced nearly all uses of prefs_common.trans_hdr with a call
697 to prefs_common_translated_header_name().
698 Added a headers.h reference file that contains known header names
699 (RFC2822 and others) to the translation process' input, so that
700 translated header names will still exist even if no occurrence of
701 _("headername") is found anymore in the sources.
702 Don't translate column name 'Number' following to trans_hdr option
703 value as it's not a header name.
705 2007-04-20 [colin] 2.9.1cvs4
707 * src/gtk/quicksearch.c
708 * src/gtk/quicksearch.h
709 Add "From, To or Subject" quicksearch
710 type. Patch by ulfschaper@users.sf.net
712 2007-04-20 [colin] 2.9.1cvs3
715 Implement proper references filtering condition.
716 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
718 2007-04-19 [wwp] 2.9.1cvs2
720 * src/prefs_display_header.c
721 * src/message_search.c
722 Fix few warnings (g_free of const gchar*).
724 2007-04-19 [paul] 2.9.1cvs1
730 bump version number following
733 2007-04-19 [paul] 2.9.0cvs9
735 * manual/advanced.xml
736 * manual/glossary.xml
739 2007-04-18 [paul] 2.9.0cvs8
742 fix for CVE-2007-1558 (APOP)
745 2007-04-18 [paul] 2.9.0cvs7
751 Fix encoding woes wrt saving of
755 2007-04-18 [colin] 2.9.0cvs6
757 * src/gtk/pluginwindow.c
758 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
760 2007-04-17 [wwp] 2.9.0cvs5
766 Fix --disable-ldap build,
767 fix some LDAP annoyances on
768 searches, thanks to Colin.
770 2007-04-17 [wwp] 2.9.0cvs4
773 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
774 like gcc 2.9x. Thanks to Colin.
776 2007-04-17 [wwp] 2.9.0cvs3
792 Add LDAP write support. Patch mostly by
793 Michael <mir at datanom dot net>
795 2007-04-17 [wwp] 2.9.0cvs2
798 Prepend "Add to address book" to the context menu of compose window's sender and
801 2007-04-16 [paul] 2.9.0cvs1
806 2007-04-16 [paul] 2.9.0
813 2007-04-16 [paul] 2.8.1cvs102
816 updated by Fabien Vantard
818 2007-04-16 [paul] 2.8.1cvs101
828 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
829 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
830 Aleksandar Urosevic, and Ralgh Young
832 2007-04-15 [mones] 2.8.1cvs100
837 2007-04-14 [colin] 2.8.1cvs99
839 * src/message_search.c
840 * src/prefs_display_header.c
841 * src/summary_search.c
845 2007-04-14 [wwp] 2.8.1cvs98
848 * src/message_search.c
849 * src/summary_search.c
850 * src/prefs_display_header.c
851 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
852 returns NULL, get the text value directly from the GtkEntry child.
854 2007-04-13 [colin] 2.8.1cvs97
856 * src/gtk/quicksearch.c
857 Give the focus back to summaryview when
858 emptying the quicksearch with Esc
860 2007-04-13 [colin] 2.8.1cvs96
862 * src/message_search.c
863 * src/prefs_display_header.c
864 * src/summary_search.c
865 Fix possibles crashes when getting text
868 2007-04-13 [colin] 2.8.1cvs95
871 Add some UIDL debugging
873 2007-04-12 [colin] 2.8.1cvs94
876 Force folder scan if necessary after
877 copying mails, to be able to reapply
880 2007-04-11 [colin] 2.8.1cvs93
883 don't scan for new mail on startup if --select
884 is specified (or race conditions arise). If so,
885 do both sequentially.
887 2007-04-09 [colin] 2.8.1cvs92
890 Use leafpad by default on Maemo. Patch
893 2007-04-06 [colin] 2.8.1cvs91
895 * src/pixmaps/queue_close.xpm
896 * src/pixmaps/queue_close_hrm.xpm
897 * src/pixmaps/queue_close_hrm_mark.xpm
898 * src/pixmaps/queue_close_mark.xpm
899 * src/pixmaps/queue_open.xpm
900 * src/pixmaps/queue_open_hrm.xpm
901 * src/pixmaps/queue_open_hrm_mark.xpm
902 * src/pixmaps/queue_open_mark.xpm
903 Move the clock one pixel down :)
905 2007-04-05 [colin] 2.8.1cvs90
908 Don't sync when switching offline from
909 command line - it's usually too late :)
911 2007-04-05 [paul] 2.8.1cvs89
915 * src/pixmaps/dir_close_hrm.xpm
916 * src/pixmaps/dir_close_hrm_mark.xpm
917 * src/pixmaps/drafts_close.xpm
918 * src/pixmaps/drafts_close_mark.xpm
919 * src/pixmaps/drafts_open.xpm
920 * src/pixmaps/drafts_open_mark.xpm
921 * src/pixmaps/inbox.xpm
922 * src/pixmaps/inbox_close.xpm
923 * src/pixmaps/inbox_close_hrm.xpm
924 * src/pixmaps/inbox_close_hrm_mark.xpm
925 * src/pixmaps/inbox_close_mark.xpm
926 * src/pixmaps/inbox_hrm.xpm
927 * src/pixmaps/inbox_hrm_mark.xpm
928 * src/pixmaps/inbox_mark.xpm
929 * src/pixmaps/inbox_open.xpm
930 * src/pixmaps/inbox_open_hrm.xpm
931 * src/pixmaps/inbox_open_hrm_mark.xpm
932 * src/pixmaps/inbox_open_mark.xpm
933 * src/pixmaps/outbox.xpm
934 * src/pixmaps/outbox_close.xpm
935 * src/pixmaps/outbox_close_hrm.xpm
936 * src/pixmaps/outbox_close_hrm_mark.xpm
937 * src/pixmaps/outbox_close_mark.xpm
938 * src/pixmaps/outbox_hrm.xpm
939 * src/pixmaps/outbox_hrm_mark.xpm
940 * src/pixmaps/outbox_mark.xpm
941 * src/pixmaps/outbox_open.xpm
942 * src/pixmaps/outbox_open_hrm.xpm
943 * src/pixmaps/outbox_open_hrm_mark.xpm
944 * src/pixmaps/outbox_open_mark.xpm
945 * src/pixmaps/queue_close.xpm
946 * src/pixmaps/queue_close_hrm.xpm
947 * src/pixmaps/queue_close_hrm_mark.xpm
948 * src/pixmaps/queue_close_mark.xpm
949 * src/pixmaps/queue_open.xpm
950 * src/pixmaps/queue_open_hrm.xpm
951 * src/pixmaps/queue_open_hrm_mark.xpm
952 * src/pixmaps/queue_open_mark.xpm
953 updated, added and replaced icons
956 2007-04-04 [colin] 2.8.1cvs88
959 Fix build without libetpan
961 2007-04-03 [colin] 2.8.1cvs87
964 Fix crash with Citadel, and try to make
965 things work. this server (and specifically
966 STATUS and APPEND at least) seems broken.
968 2007-04-03 [colin] 2.8.1cvs86
971 Fix icons on folder close
973 2007-04-03 [colin] 2.8.1cvs85
976 Fix double-ask of offline override in
981 Much more efficient way to synchronise
983 * src/etpan/imap-thread.c
986 * src/gtk/quicksearch.c
989 2007-04-03 [paul] 2.8.1cvs84
997 Fix sync being done too late
1000 2007-04-02 [colin] 2.8.1cvs83
1003 Maemo: Put status and quicksearch at the top
1004 * src/plugins/bogofilter/bogofilter.c
1005 * src/plugins/spamassassin/spamassassin.c
1006 Derive trash from inbox if possible
1008 2007-04-02 [paul] 2.8.1cvs82
1010 * src/plugins/bogofilter/bogofilter_gtk.c
1011 a few English changes
1017 2007-04-02 [colin] 2.8.1cvs81
1019 * src/image_viewer.c
1020 Fix transparent images by using
1023 Flush events (on new windows) to avoid
1024 having the textview's image resize fail
1025 to know the available width
1027 2007-04-01 [colin] 2.8.1cvs80
1029 * src/prefs_account.c
1030 If no MH mailbox exist, when creating a POP/Local
1031 account, just create and use the default one
1032 instead of bailing with a "Mailbox doesn't exist"
1035 2007-03-31 [colin] 2.8.1cvs79
1037 * src/prefs_account.c
1038 Create signature file if it doesn't exist
1040 * src/prefs_toolbar.c
1041 Maemo: Move "Use default" on the left so
1042 that people can find it
1044 Maemo: make default editor "Maemopad",
1045 default signature file "MyDocs/signature.txt"
1047 2007-03-31 [colin] 2.8.1cvs78
1049 * src/prefs_account.c
1050 Maemo: rework account prefs so
1051 that less horizontal scrolling
1054 2007-03-31 [colin] 2.8.1cvs77
1057 * src/prefs_common.c
1058 * src/prefs_common.h
1059 Fix bug 1167, 'Allow not displaying zeros
1060 in folder list'. Patch by MartinP
1062 2007-03-31 [colin] 2.8.1cvs76
1067 2007-03-31 [colin] 2.8.1cvs75
1070 Apply patch from bug 1172, direct
1071 access to the folder's session instead
1072 of using getter. Patch by MartinP
1074 2007-03-31 [paul] 2.8.1cvs74
1077 no need to list Fabien twice!
1079 2007-03-31 [colin] 2.8.1cvs73
1082 If we're currently "overriding for %d minutes",
1085 2007-03-31 [colin] 2.8.1cvs72
1093 * src/plugins/spamassassin/spamassassin.c
1094 Offline override: Add a parameter to allow
1095 asking even if the override timer is running.
1096 Allows to ask every time the user makes an
1097 explicit action needing online access (such
1098 as Get Mail), and not when the action is
1099 implicit (such as opening an IMAP folder)
1101 2007-03-31 [colin] 2.8.1cvs71
1104 Override offline: "No" answer shouldn't
1105 re-ask after 3 seconds, but 10 minutes.
1107 2007-03-30 [colin] 2.8.1cvs70
1109 * src/common/socket.c
1110 Better error reporting on unix socket
1111 failure (bind usually)
1112 * src/gtk/gtkutils.c
1113 * src/gtk/gtkutils.h
1114 Label window: add a pulsing progress
1115 bar to show we're not hung :)
1118 * src/plugins/pgpcore/sgpgme.c
1121 2007-03-30 [colin] 2.8.1cvs69
1124 * src/prefs_common.c
1125 Fix possible trashing of history and uidl
1126 files on disk full problems
1128 2007-03-30 [paul] 2.8.1cvs68
1133 update summary when changing layout type
1134 (fixes wrong folder icon being displayed)
1137 2007-03-29 [colin] 2.8.1cvs67
1139 * src/prefs_ext_prog.c
1140 The browser pref is irrelevant on Maemo
1142 2007-03-29 [colin] 2.8.1cvs66
1146 Maemo: dynamically switch headers/text position
1147 * src/prefs_common.c
1148 Maemo: hide compose's ruler by default
1149 * src/common/socket.c
1150 * src/common/socket.h
1153 2007-03-29 [colin] 2.8.1cvs65
1155 * src/common/socket.c
1156 * src/common/socket.h
1157 Fix build when MAEMO_CFLAGS contains
1158 _X_OPENSOURCE (resolv.h errors as long
1159 as we don't add _BSD_SOURCE. Ugly).
1161 2007-03-29 [wwp] 2.8.1cvs64
1163 * src/prefs_logging.c
1164 Fix sensitivity of clip-log widgets in prefs/logging,
1167 2007-03-29 [wwp] 2.8.1cvs63
1170 Updated files list for translations, thanks to Fabien.
1172 2007-03-29 [colin] 2.8.1cvs62
1175 * src/common/Makefile.am
1176 * src/common/utils.c
1177 Maybe make URI opening work in Maemo
1180 2007-03-28 [colin] 2.8.1cvs61
1185 Add the possibility to sort folders arbitrarily
1186 (via editing of folderlist.xml only). Patch by
1187 Martin P <mp26+claws@os.inf.tu-dresden.de>
1188 Fixes bug 1166, 'Folder ordering is fixed and cannot
1189 be changed by the user'
1191 2007-03-28 [colin] 2.8.1cvs60
1194 Add popup menu for mime icons
1196 2007-03-28 [colin] 2.8.1cvs59
1199 Fix a layout issue when presenting
1200 mainwindow in Small screen layout
1203 Add a "Go to folder list" button for
1204 mainwindow, and make it default in
1207 2007-03-28 [colin] 2.8.1cvs58
1210 Don't dynamically update title on Maemo
1211 Patch by Jean-Luc Biord
1213 2007-03-27 [colin] 2.8.1cvs57
1218 Enable tap-and-hold on Maemo
1220 2007-03-26 [colin] 2.8.1cvs56
1223 More popup-menu (in attachments list)
1225 2007-03-26 [colin] 2.8.1cvs55
1228 Enable popup-menu signal
1230 2007-03-26 [colin] 2.8.1cvs54
1232 * src/plugins/pgpinline/pgpinline.c
1233 Fix bug 1111, 'PGP/inline plugin hides text
1234 around encrypted text block'. Patch based on
1235 a patch from Michal Cihar.
1237 2007-03-26 [wwp] 2.8.1cvs53
1240 Fix getting a false error when sending queued message
1241 whereas the sending was fine (if there are subfolders
1242 in the queue folder), thanks to Colin.
1244 2007-03-26 [paul] 2.8.1cvs52
1247 update FACE header in welcome message
1249 2007-03-25 [colin] 2.8.1cvs51
1254 2007-03-25 [colin] 2.8.1cvs50
1257 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1259 2007-03-24 [colin] 2.8.1cvs49
1262 Fix a few launch problems on Maemo
1263 Patch by Jean-Luc Biord
1265 2007-03-24 [wwp] 2.8.1cvs48
1271 Fix wrong action performed when closing the
1272 "ask about account specific filtering rules
1273 when filtering manually" dialog by pressing Escape.
1274 Fix wrong order of buttons in the "return receipt
1275 notification - the message was sent to several of
1276 your accounts" dialog.
1278 2007-03-24 [paul] 2.8.1cvs47
1281 an improvement to English usage
1282 * tools/kdeservicemenu/README
1285 2007-03-24 [paul] 2.8.1cvs46
1288 * src/stock_pixmap.c
1289 * src/pixmaps/edit_extern.xpm
1290 * src/pixmaps/mail_sign.xpm
1291 rescue long lost icons
1293 2007-03-24 [paul] 2.8.1cvs45
1296 fix toolbar (broken in 2.8.1cvs42)
1298 2007-03-23 [colin] 2.8.1cvs44
1301 Correctly unsubscribe/resubscribe after
1304 2007-03-23 [colin] 2.8.1cvs43
1306 * src/prefs_common.c
1307 Maemo: as the platform is light on RAM, allow
1308 caches to be discarded faster.
1310 2007-03-23 [colin] 2.8.1cvs42
1315 * src/stock_pixmap.c
1316 * src/stock_pixmap.h
1321 * src/pixmaps/open_mail.xpm
1322 Maemo changes: Add the possibility to have
1323 "Open Email" and "Close Window" buttons on
1324 toolbars (and use them in Maemo's default
1327 2007-03-23 [wwp] 2.8.1cvs41
1330 Reverted that part of the action dialog closure logics, to
1331 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1332 done later in a different way (or may not).
1334 2007-03-22 [wwp] 2.8.1cvs40
1337 Fix sticky action dialog when got no output but action command
1338 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1340 2007-03-22 [colin] 2.8.1cvs39
1342 * src/prefs_filtering.c
1343 * src/gtk/combobox.h
1344 Fix escaping account names in filtering prefs
1346 2007-03-22 [colin] 2.8.1cvs38
1351 Add any attribute specified in LDAP servers'
1352 Search attributes to the Other Attributes tab
1353 of contacts; Add 'telephoneNumber' in the
1356 2007-03-22 [colin] 2.8.1cvs37
1361 Try to prevent race conditions when
1362 changing the folder list
1364 Fix possible red folder icon when
1365 switching from Small screen layout
1368 2007-03-22 [colin] 2.8.1cvs36
1373 Rename "little screen" to "Small screen"
1374 * src/gtk/Makefile.am
1375 * src/common/utils.c
1377 Fix Maemo-related compilation problems
1379 2007-03-21 [colin] 2.8.1cvs35
1383 * claws-mail.desktop
1384 Remove .png from the Icon, it's useless
1386 2007-03-21 [colin] 2.8.1cvs34
1390 Add the necessary lib checking for
1393 2007-03-21 [colin] 2.8.1cvs33
1396 Fix unconditional "error happened" when
1397 sending via command-line. "lol @ myself"
1399 2007-03-21 [colin] 2.8.1cvs32
1401 * claws-mail-40x40.png
1402 * claws-mail-26x26.png
1412 * src/prefs_account.c
1413 * src/prefs_common.c
1414 * src/summary_search.c
1418 * src/gtk/gtkutils.c
1419 * src/gtk/gtkutils.h
1420 * src/gtk/logwindow.c
1422 * src/gtk/prefswindow.c
1423 Add Maemo port (patch mainly by Jean-Luc Biort)
1424 Add a new 'Little screen' layout to help on such
1425 platforms (patch by me)
1426 Make some default preferences different (more
1427 adapted) on Maemo (patch by me)
1429 2007-03-21 [wwp] 2.8.1cvs31
1431 * src/prefs_logging.c
1432 * src/prefs_logging.h
1433 Fixed copyright header of newly added files.
1435 2007-03-21 [wwp] 2.8.1cvs30
1451 * src/prefs_common.c
1452 * src/prefs_common.h
1453 * src/prefs_logging.c
1454 * src/prefs_logging.h
1457 * src/send_message.c
1462 * src/common/session.c
1464 * src/common/socket.c
1465 * src/etpan/imap-thread.c
1466 * src/gtk/logwindow.c
1467 * src/gtk/logwindow.h
1468 * src/plugins/bogofilter/bogofilter.c
1469 * src/plugins/spamassassin/spamassassin.c
1470 Added debugging of filtering/processing rules.
1471 The debug log is here 'Tools/Filtering debug window',
1472 the options there 'Configuration/Preferences/Other/Logging',
1473 and the log file is ~/.claws-mail/filtering.log.
1474 Moved protocol log prefs to 'Other/Logging' as well.
1475 To support such debugging feature, the existing log API has
1476 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1477 this impacts many external modules (commits follow).
1479 2007-03-21 [paul] 2.8.1cvs29
1481 * src/etpan/Makefile.am
1482 * src/etpan/imap-thread.c
1483 add missing #include
1485 2007-03-21 [colin] 2.8.1cvs28
1488 Fix bug 1157, 'some broken messages confuse
1489 mime parser'. Make sure we can't have MimeInfos
1490 with negative sizes.
1492 2007-03-20 [colin] 2.8.1cvs27
1495 Fix missing \0 on buffer
1497 2007-03-20 [colin] 2.8.1cvs26
1500 Use make_dir_hier instead of make_dir
1501 to create the MH mailbox
1503 2007-03-20 [colin] 2.8.1cvs25
1507 * src/prefs_account.c
1509 Fix default inbox weirdnesses (after wizard,
1510 if path is Mail, mailbox identifier is #mh/Mailbox,
1511 and when creating new accounts)
1513 2007-03-20 [colin] 2.8.1cvs24
1516 Write folderlist after adding/deleting accounts
1519 2007-03-20 [colin] 2.8.1cvs23
1522 * src/remotefolder.h
1523 Fix bug 1153, 'CM segfaults if IMAP folder is
1524 selected while scanning prior to update'
1526 2007-03-17 [paul] 2.8.1cvs22
1529 fix a typo, and be a little more verbose.
1531 2007-03-17 [wwp] 2.8.1cvs21
1534 Fix a compiler warning.
1536 2007-03-16 [wwp] 2.8.1cvs20
1540 Updated to deal w/ the new mairix.sh tool.
1542 2007-03-16 [wwp] 2.8.1cvs19
1545 Fix logics issues around the action IO dialog:
1546 - disable entry widget and exec button when
1547 the exec button is clicked (don't wait for any
1548 output line) - fix possible disabling/re-enabling/
1549 re-disabling of those widgets
1550 - raise an error if executing a %as{} action either
1551 empty or invalid, instead of failing silently
1552 - don't close the dialog if the abort button has been
1553 clicked and if there was no output yet
1554 - set focus to the abort button when the exec button
1556 - fix capitalization of a warning message
1558 2007-03-16 [wwp] 2.8.1cvs18
1561 Added a wrapper to mairix to the tools folder.
1563 2007-03-16 [colin] 2.8.1cvs17
1567 Allow mimeviewer plugins to print
1570 2007-03-16 [colin] 2.8.1cvs16
1575 2007-03-15 [colin] 2.8.1cvs15
1579 Add a way for mimeviewer plugins to
1580 implement body search
1582 2007-03-15 [paul] 2.8.1cvs14
1584 * src/prefs_spelling.c
1587 2007-03-15 [paul] 2.8.1cvs13
1589 * src/common/quoted-printable.c
1590 fix decoding of quoted-printable parts
1592 2007-03-14 [wwp] 2.8.1cvs12
1594 * src/gtk/logwindow.h
1595 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1597 2007-03-14 [wwp] 2.8.1cvs11
1599 * src/gtk/logwindow.h
1600 Complete 2.8.1cvs10.
1602 2007-03-14 [colin] 2.8.1cvs10
1604 * src/gtk/logwindow.c
1605 Probably fix bug 1149, crash on logwindow
1606 close - at the expense of performance once
1607 logwin has been opened
1609 2007-03-14 [colin] 2.8.1cvs9
1612 If claws-mail is running on another
1613 display, warn instead of popping it up
1614 on the other display
1616 2007-03-12 [colin] 2.8.1cvs8
1619 Fix bug 1145, 'Setting a different name
1620 for the Mailbox name isn't reflected in
1621 default account settings'. Patch by wwp
1623 2007-03-12 [colin] 2.8.1cvs7
1626 Fix bug 1143, 'Add number of messages to be
1627 deleted to confirmation dialog'
1629 2007-03-12 [wwp] 2.8.1cvs6
1632 * src/prefs_common.c
1633 * src/prefs_common.h
1634 * src/prefs_summaries.c
1635 Changed the option that displays unread messages count
1636 next to the folder name in folder list: it is now
1637 possible to either display nothing, display the
1638 unread messages number only or the unread and total messages
1639 numbers. The patch includes this extra feature as well
1640 as some minor fixes by rewriting the algo in folderview.c.
1641 Thanks to Paul for the original idea and implementation, plus
1642 testing and proof-reading!
1644 2007-03-09 [paul] 2.8.1cvs5
1648 * tools/claws-mail-compose-insert-files.pl
1649 added a script which enables inserting files
1650 into the message body of a new Claws Mail
1651 Compose window from the command line. Additionally
1652 To, Cc, Subject and files to attach to the message
1655 2007-03-09 [wwp] 2.8.1cvs4
1660 Optimize matching of addresses in the addressbook
1661 (filtering/processing 'found_in_addressbook' condition).
1663 2007-03-07 [wwp] 2.8.1cvs3
1666 * src/quote_fmt_lex.l
1667 * src/quote_fmt_parse.y
1668 Add a new quote format symbol: %A to insert the
1669 sender email address (just the address itself).
1671 2007-03-06 [wwp] 2.8.1cvs2
1673 * src/gtk/gtkutils.c
1674 * src/plugins/trayicon/trayicon_prefs.h
1675 * src/plugins/trayicon/trayicon_prefs.c
1676 * src/plugins/trayicon/trayicon.c
1679 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1680 minimizing Claws-Mail main window will hide it to the trayicon instead.
1683 2007-03-06 [paul] 2.8.1cvs1
1689 bump version number following
1692 2007-03-06 [paul] 2.8.0cvs24
1695 corrected by by Tim <timbrain@post.cz>
1697 2007-03-05 [colin] 2.8.0cvs23
1701 Fix mime/globs path on NetBSD
1702 patch by George Michaelson
1704 2007-03-05 [wwp] 2.8.0cvs22
1707 Remove debug statement (accidentally committed w/ cvs14).
1709 2007-03-05 [paul] 2.8.0cvs21
1711 * src/plugins/pgpcore/prefs_gpg.c
1712 fix compiler warning
1714 2007-03-05 [wwp] 2.8.0cvs20
1716 * src/matcher_parser_parse.y
1717 Fix mismerge between cvs17 and cvs19.
1719 2007-03-05 [wwp] 2.8.0cvs19
1721 * src/matcher_parser_parse.y
1722 * src/prefs_filtering_action.c
1727 Add new 'add_to_addressbook' filtering/processing action.
1729 2007-03-05 [wwp] 2.8.0cvs18
1732 Fix mark_as_ham filtering/processing action: spam flag
1735 2007-03-04 [colin] 2.8.0cvs17
1740 * src/matcher_parser_parse.y
1741 * src/prefs_filtering_action.c
1742 Add 'Mark as spam' and 'Mark as ham' filtering
1743 actions. Fixes bug 1138.
1745 2007-03-04 [colin] 2.8.0cvs16
1748 Fix bug 1140, wrong return value
1751 2007-03-04 [wwp] 2.8.0cvs15
1754 Rollback cvs14: don't free stuff that is managed in g_list.
1756 2007-03-04 [wwp] 2.8.0cvs14
1759 Fix a leak in address completion code.
1761 2007-03-04 [colin] 2.8.0cvs13
1764 Maybe fix bug 1136, 'Crash in group
1767 2007-03-04 [iwkse] 2.8.0cvs12
1770 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1772 2007-03-03 [colin] 2.8.0cvs11
1774 * src/plugins/pgpinline/pgpinline.c
1775 Fix off-by-one, fix double-free. Fixes
1776 bug 1135, 'cm-segfault on decrypting
1779 2007-03-03 [colin] 2.8.0cvs10
1783 * src/common/plugin.c
1784 Fix bug 1134, 'Valgrind macros unhandled
1787 2007-03-02 [colin] 2.8.0cvs9
1790 Don't error out on EAGAIN. Fixes
1791 bug 1129, '"local mbox file" account
1792 isn't retrieving mails'
1794 2007-03-01 [wwp] 2.8.0cvs8
1797 * src/gtk/colorlabel.c
1798 Remove accels for extra color labels until we set better
1799 and definitive ones.
1801 2007-02-28 [wwp] 2.8.0cvs7
1804 * src/matcher_parser_parse.y
1805 * src/prefs_common.c
1806 * src/prefs_msg_colors.c
1808 * src/gtk/colorlabel.c
1809 * src/gtk/colorlabel.h
1810 Add more customizable color labels. Cleaned up a bit
1811 the color label API to avoid duplicate defines of
1812 the max number of colors.
1814 2007-02-27 [colin] 2.8.0cvs6
1817 * src/common/utils.c
1818 * src/common/utils.h
1819 Fix '+' in mailto URIs for List-* headers
1821 2007-02-27 [colin] 2.8.0cvs5
1823 * src/gtk/gtkutils.c
1824 Use gtk_window_set_role instead of
1827 2007-02-27 [colin] 2.8.0cvs4
1830 Fix "After receiving new mail, go to inbox" on IMAP,
1831 and make it work only on manual reception
1833 2007-02-27 [wwp] 2.8.0cvs3
1835 * src/prefs_filtering.c
1836 * src/prefs_filtering_action.c
1837 * src/prefs_matcher.c
1838 Update filtering matcher's and action's color label menus
1839 when re-opening those dialogs (reflect any change to the
1840 color labels list in the preferences).
1842 2007-02-27 [colin] 2.8.0cvs2
1845 * src/etpan/etpan-thread-manager-types.h
1846 * src/etpan/etpan-thread-manager.c
1847 * src/etpan/imap-thread.c
1848 Log imap ALERTs as errors in the log.
1850 2007-02-26 [paul] 2.8.0cvs1
1852 * tools/claws.i18n.status.pl
1855 2007-02-26 [paul] 2.7.2cvs75
1869 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1870 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1871 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1872 Aleksandar Urosevic, and Ralgh Young
1874 2007-02-25 [mones] 2.7.2cvs74
1879 2007-02-25 [colin] 2.7.2cvs73
1882 Clearing the list is only useful
1883 to prevent a valgrind false-positive
1885 2007-02-25 [paul] 2.7.2cvs72
1889 * tools/kmail-mailbox2claws-mail.pl **ADDED**
1890 * tools/maildir2claws-mail.pl **REMOVED**
1891 renamed the script, fixed a couple bugs
1893 2007-02-23 [colin] 2.7.2cvs71
1896 Fix a leak, check for a few improbable nulls
1898 2007-02-23 [colin] 2.7.2cvs70
1902 * src/plugins/trayicon/trayicon.c
1903 Fix blinking mainwin when starting in tray
1904 (show mainwindow later in the startup process,
1905 apart if restarting post-crash)
1907 2007-02-23 [colin] 2.7.2cvs69
1911 Fix crash when unsubscribing the currently
1912 selected/opened folder
1914 2007-02-23 [colin] 2.7.2cvs68
1917 Fix bug that prevented colorization to
1918 work without wrap quotation option
1920 2007-02-23 [colin] 2.7.2cvs67
1923 Fix refcounting, start and end completion who
1924 behaved as if there couldn't be any other current
1927 2007-02-23 [wwp] 2.7.2cvs66
1931 Address completion fixes: fix addressbook_peek_folder_exists() in
1932 which the algorithm was ridiculously over-obfuscated and broken.
1933 Fix addrindex_load_completion() as well, to load addresses in
1934 completion list with regards to what addressbook_peek_folder_exists()
1937 2007-02-23 [wwp] 2.7.2cvs65
1940 Add addresses to completion when they're non-empty (thanks to Colin).
1942 2007-02-23 [paul] 2.7.2cvs64
1944 * src/plugins/pgpcore/passphrase.c
1947 2007-02-23 [colin] 2.7.2cvs63
1949 * src/plugins/pgpcore/prefs_gpg.c
1950 * src/plugins/pgpcore/prefs_gpg.h
1951 * src/plugins/pgpcore/sgpgme.c
1952 * src/plugins/pgpinline/pgpinline.c
1953 * src/plugins/pgpmime/pgpmime.c
1954 Try harder to respect user's choice wrt
1955 gpg-agent even with gpg2, by unsetting
1956 GPG_AGENT_INFO when necessary.
1958 2007-02-22 [paul] 2.7.2cvs62
1960 * src/plugins/pgpcore/sgpgme.c
1961 * src/plugins/pgpcore/sgpgme.h
1962 * src/plugins/pgpcore/passphrase.c
1963 * src/plugins/pgpinline/pgpinline.c
1964 * src/plugins/pgpmime/pgpmime.c
1965 Fix a leak - gpgme_data_release_and_get_mem
1966 leaks in recent gpgme. Workaround by using
1969 2007-02-22 [paul] 2.7.2cvs61
1971 * src/gtk/quicksearch.c
1972 Abandon dynamic search when pressing
1975 2007-02-21 [colin] 2.7.2cvs60
1978 * src/plugins/pgpcore/passphrase.c
1979 Fix little memory leaks
1981 Fix false-positive leak at exit
1982 * src/gtk/quicksearch.c
1983 Fix potentially big leak in recursive
1986 2007-02-21 [wwp] 2.7.2cvs59
1989 Add missing newline to a debug message.
1991 2007-02-20 [colin] 2.7.2cvs58
1995 * src/stock_pixmap.c
1996 * src/stock_pixmap.h
1997 * src/pixmaps/mime_pgpsig.xpm
1998 Add icon for application/pgp-signature
2000 2007-02-20 [colin] 2.7.2cvs57
2005 * src/stock_pixmap.c
2006 * src/stock_pixmap.h
2007 * src/pixmaps/mime_calendar.xpm
2008 * src/pixmaps/mime_pdf.xpm
2009 * src/pixmaps/mime_ps.xpm
2010 Add icons for text/calendar, application/pdf
2011 and application/postscript
2013 2007-02-20 [colin] 2.7.2cvs56
2016 * src/matcher_parser_parse.y
2017 * src/matcher_parser_lex.l
2018 Fix big memory leak in flex, and
2021 2007-02-20 [wwp] 2.7.2cvs55
2023 * src/matcher_parser_parse.y
2024 Fix a duplicate token definition (thanks to iwkse).
2026 2007-02-20 [wwp] 2.7.2cvs54
2028 * src/matcher_parser_lex.l
2029 * src/quote_fmt_lex.l
2030 Use proper flex options instead of direct use of #define,
2031 make the flex-generated C lighter.
2033 2007-02-20 [colin] 2.7.2cvs53
2036 Grab focus in message list after hiding
2037 the quicksearch, instead of leaving it
2040 2007-02-19 [colin] 2.7.2cvs52
2043 Fix bug 1033, 'Automatically refresh
2044 message list when new messages arrives'
2045 Looks like folderview->opened can sometimes
2048 2007-02-19 [paul] 2.7.2cvs51
2052 * tools/thunderbird-filters-convertor.pl
2053 add new script which converts thunderbird filter
2054 rules to Claws filter rules
2056 2007-02-18 [paul] 2.7.2cvs50
2058 * src/plugins/pgpcore/prefs_gpg.c
2059 * src/plugins/pgpcore/prefs_gpg.h
2060 * src/plugins/pgpcore/sgpgme.c
2061 * src/plugins/pgpinline/pgpinline.c
2062 * src/plugins/pgpmime/pgpmime.c
2063 improved GUI interoperability with gpg-agent
2065 2007-02-18 [paul] 2.7.2cvs49
2067 * src/prefs_account.c
2068 Privacy options sensitivity fix
2070 2007-02-17 [colin] 2.7.2cvs48
2073 Reset icon to warning in the noticeview
2075 2007-02-15 [colin] 2.7.2cvs47
2078 Fix a manifestation of bug 1033 (summaryview failing
2079 to update for new mails), which happens after editing
2080 account preferences or preferences that cause a
2083 2007-02-15 [colin] 2.7.2cvs46
2086 Probably fix bug 1123, 'Segmentation
2087 fault while opening address book'. I get
2088 g_warnings if the saved paned position is
2089 not greater than 0. Also, save position
2090 when hiding the addressbook instead of
2093 2007-02-14 [colin] 2.7.2cvs45
2095 * src/plugins/pgpcore/prefs_gpg.c
2096 * src/plugins/pgpcore/prefs_gpg.h
2097 * src/plugins/pgpcore/sgpgme.c
2098 * src/plugins/pgpinline/pgpinline.c
2099 * src/plugins/pgpmime/pgpmime.c
2100 Add an option "Use gpg-agent if available". Fixes
2101 annoyances with distro-installed gpg-agent, when
2102 no pinentry program is installed, and the user's
2103 at a loss on why "decryption failed". Makes more
2104 clear why passphrase isn't saved when gpg-agent is
2105 used. Defaults to true, to avoid changing the
2108 2007-02-14 [wwp] 2.7.2cvs44
2110 * src/matcher_parser_parse.y
2111 Fix missing line number reset (wrong line number might appear
2112 when re-loading filtering rules if there's a parser error).
2114 2007-02-13 [colin] 2.7.2cvs43
2116 * src/common/utils.c
2117 Don't encode ',' in URIs before passing it
2118 to the browser command-line. It was probably
2119 done at a time where commas in URIs made
2120 mozilla -remote 'openurl(%s,new-window)'
2123 2007-02-13 [wwp] 2.7.2cvs42
2125 * src/prefs_matcher.c
2126 * src/plugins/bogofilter/bogofilter_gtk.c
2127 A bit of string factorization around "Select ..." buttons.
2129 2007-02-11 [colin] 2.7.2cvs41
2132 Make sure to escape the title
2134 2007-02-11 [colin] 2.7.2cvs40
2137 Recognize .utf8 locales as .UTF-8 ones
2139 2007-02-11 [colin] 2.7.2cvs39
2142 Fix code conversion when dragging a file
2144 2007-02-09 [colin] 2.7.2cvs38
2146 * src/plugins/clamav/clamav_plugin.c
2147 Complete Paul's patch with conditional
2148 compilation to avoid breaking compilation
2149 on old Dapper and Edgy... Maybe other
2152 2007-02-09 [paul] 2.7.2cvs37
2154 * src/plugins/clamav/clamav_plugin.c
2155 fix for the upstream changes in libclamav
2157 2007-02-09 [paul] 2.7.2cvs36
2163 fix "warn if there are queued messages" (on exit)
2164 option, which only checked the first mailbox's
2166 don't ask before emptying trash if there are no
2167 messages in trash, also check and empty all trash
2170 move "Ask before emptying trash" option
2171 outside of the "On exit" frame as it's
2172 not only an "On exit" option
2174 2007-02-09 [paul] 2.7.2cvs35
2179 * src/prefs_account.c
2180 * src/prefs_folder_item.c
2182 * src/prefs_matcher.c
2183 * src/prefs_message.c
2184 * src/prefs_msg_colors.c
2185 * src/prefs_summaries.c
2187 * src/gtk/inputdialog.c
2188 * src/plugins/bogofilter/bogofilter_gtk.c
2189 pedantic commit: use 'checkbtn' everywhere
2190 instead of a mixture of 'checkbtn' and 'chkbtn'
2192 2007-02-09 [paul] 2.7.2cvs34
2198 move "Never send Return Receipts" from
2199 prefs_other to prefs_send
2200 add an option "Ask about account specific
2201 filtering rules..." to prefs_other
2202 * src/gtk/gtkutils.c
2203 fix a compiler warning
2205 2007-02-08 [colin] 2.7.2cvs33
2207 * src/plugins/pgpinline/pgpinline.c
2208 Fix bug 1110, 'pgpmime fails to process
2209 encapsulated openpgp mime (rfc 3156, 6.1
2211 It was due to an interaction between PGP/Mime
2212 and PGP/Inline plugin.
2214 2007-02-08 [colin] 2.7.2cvs32
2219 Fix bug 1117, 'fcntl locking code
2220 does not work in mbox.c'
2222 2007-02-08 [colin] 2.7.2cvs31
2224 * src/prefs_account.c
2225 Fix Gentoo bug 165819, 'can't create
2226 a "local mbox file" account'. Patch
2227 by Olivier <castan.o@free.fr>
2229 2007-02-07 [colin] 2.7.2cvs30
2232 Fix bug 1106, 'Claws crash on exit if LDAPS
2233 autocompletion was used'
2235 2007-02-07 [paul] 2.7.2cvs29
2238 cut down on unnecessary debug_prints
2240 fix menu_set_active() on 'Show only
2243 2007-02-07 [paul] 2.7.2cvs28
2245 * src/plugins/clamav/clamav_plugin.c
2246 * src/plugins/clamav/clamav_plugin.h
2247 * src/plugins/clamav/clamav_plugin_gtk.c
2248 fix copyright header
2250 2007-02-07 [paul] 2.7.2cvs27
2253 fix bug 1116, 'summary view allow a
2256 2007-02-06 [colin] 2.7.2cvs26
2261 2007-02-05 [fabien] 2.7.2cvs25
2265 i18n related - 1 fix and 1 message for translators.
2267 2007-02-05 [colin] 2.7.2cvs24
2269 * src/gtk/quicksearch.c
2270 Don't reload summary list if quicksearch wasn't
2271 active on hiding; move currently selected mail in
2272 the visible area when showing the quicksearch
2274 2007-02-05 [colin] 2.7.2cvs23
2277 Add debug to try to solve bug 1104
2279 2007-02-05 [paul] 2.7.2cvs22
2282 confirm before emptying trash on exit is
2283 a Yes or No answer, use Yes or No in the
2286 2007-02-04 [colin] 2.7.2cvs21
2289 * src/plugins/pgpcore/passphrase.c
2290 * src/plugins/pgpcore/select-keys.c
2291 Set wmclass on new windows
2297 2007-02-04 [colin] 2.7.2cvs20
2301 Auto save drafts on exit, reopen them
2302 at startup, instead of asking
2306 * src/addressbook_foldersel.c
2314 * src/editldap_basedn.c
2327 * src/message_search.c
2329 * src/prefs_actions.c
2330 * src/prefs_customheader.c
2331 * src/prefs_display_header.c
2332 * src/prefs_filtering.c
2333 * src/prefs_filtering_action.c
2334 * src/prefs_folder_column.c
2336 * src/prefs_matcher.c
2338 * src/prefs_summaries.c
2339 * src/prefs_summary_column.c
2340 * src/prefs_template.c
2341 * src/sourcewindow.c
2343 * src/summary_search.c
2346 * src/gtk/description_window.c
2347 * src/gtk/foldersort.c
2348 * src/gtk/gtkutils.c
2349 * src/gtk/gtkutils.h
2350 * src/gtk/icon_legend.c
2351 * src/gtk/logwindow.c
2352 * src/gtk/pluginwindow.c
2353 * src/gtk/prefswindow.c
2354 Give different wmclass to different
2355 windows - thanks to sed ;)
2357 2007-02-04 [colin] 2.7.2cvs19
2360 Revert previous patch, can't reproduce
2363 2007-02-03 [colin] 2.7.2cvs18
2366 Don't save the mainwindow size and
2367 position on emergency exit (libSM's
2368 "die" callback), Xfce seems to make
2369 the window smaller just before the
2372 2007-02-03 [colin] 2.7.2cvs17
2374 * src/plugins/bogofilter/bogofilter.c
2375 * src/plugins/bogofilter/bogofilter.h
2376 * src/plugins/bogofilter/bogofilter_gtk.c
2377 * src/plugins/pgpinline/pgpinline.c
2378 * src/plugins/pgpinline/pgpinline.h
2381 2007-02-03 [colin] 2.7.2cvs16
2383 * src/partial_download.c
2384 * src/partial_download.h
2391 * src/common/ssl_certificate.c
2392 * src/common/ssl_certificate.h
2393 * src/gtk/quicksearch.c
2394 * src/gtk/quicksearch.h
2395 * src/gtk/sslcertwindow.c
2396 * src/gtk/sslcertwindow.h
2397 Fix copyright on my files
2399 2007-02-02 [colin] 2.7.2cvs15
2409 Add Tools/List URIs to allow
2410 opening any URI in the current mail
2412 2007-02-02 [colin] 2.7.2cvs14
2414 * src/common/valgrind.h ** NEW FILE **
2415 * src/common/Makefile.am
2416 * src/common/plugin.c
2417 Don't dlclose the plugins if we're running
2418 under valgrind. (doesn't require valgrind
2419 either at compile time or run time).
2421 2007-02-01 [paul] 2.7.2cvs13
2425 * tools/freshmeat_search.pl
2426 * tools/google_search.pl
2427 * tools/multiwebsearch.pl
2428 add support for non ISO-8859-1 compatible locales
2429 Patch by Alex Gorbachenko <agent_007@immo.ru>
2431 2007-02-01 [colin] 2.7.2cvs12
2434 * src/prefs_summaries.c
2435 Move keybinding prefs to the Other page
2437 2007-02-01 [wwp] 2.7.2cvs11
2439 * src/plugins/trayicon/trayicon.c
2440 Fix a raising issue within KDE.
2442 2007-02-01 [colin] 2.7.2cvs10
2445 Fix stray quotes in encoded strings
2447 Fix wrong call causing g_warnings
2449 Remove useless message
2451 2007-01-31 [wwp] 2.7.2cvs9
2453 * src/plugins/trayicon/trayicon.c
2454 fix buggy hiding of main window when closing if close-to-tray
2455 is not set (bad logics in the trayicon hook code).
2456 Changed the quit confirmation message too.
2458 2007-01-30 [colin] 2.7.2cvs8
2461 Fix hidden mainwindow after clicking on
2462 the X close button, if compose windows
2463 exist and the user chooses not to quit
2465 2007-01-30 [colin] 2.7.2cvs7
2469 Handle local URIs to attach files (file:///...)
2470 Fixes attaching files from Thunar for example
2472 2007-01-30 [colin] 2.7.2cvs6
2474 * src/prefs_ext_prog.c
2475 Add 'mousepad' to the list of text editors.
2476 Mousepad is XFCE's text editor
2478 2007-01-29 [wwp] 2.7.2cvs5
2481 * src/plugins/trayicon/trayicon_prefs.c
2482 trayicon i18n fixes, thanks to Fabien.
2484 2007-01-28 [wwp] 2.7.2cvs4
2488 * src/plugins/trayicon/trayicon.c
2489 * src/plugins/trayicon/trayicon_prefs.c
2490 * src/plugins/trayicon/trayicon_prefs.h
2491 Added a new TrayIcon plugin option to close to tray
2492 (WM's hotkey and [X] button will hide the window instead
2493 of closing it - closing CM can be done using the tray icon
2494 menu or the File menu).
2495 Improved visibility handling in trayicon, clicking the
2496 trayicon now raise the window to current desktop when it
2497 was either minimized/shaded/on another desktop.
2498 Thanks to Paul for testing and fixing a strange behaviour
2501 2007-01-27 [paul] 2.7.2cvs3
2503 * src/prefs_folder_item.c
2504 * src/prefs_receive.c
2505 * src/plugins/pgpcore/prefs_gpg.c
2506 use 'start-up' instead of 'startup' in labels
2508 2007-01-26 [wwp] 2.7.2cvs2
2510 * src/plugins/trayicon/Makefile.am
2511 * src/plugins/trayicon/trayicon.c
2512 * src/plugins/trayicon/trayicon_prefs.c
2513 * src/plugins/trayicon/trayicon_prefs.h
2514 Add a new TrayIcon option to hide the main window at
2516 Fix trayicon.c copyright header.
2518 2007-01-26 [paul] 2.7.2cvs1
2524 bump up version number following
2527 2007-01-25 [mones] 2.7.1cvs60
2530 updated thousands of strings (well, probably less ;-)
2532 2007-01-25 [colin] 2.7.1cvs59
2535 Fix 2nd-run loss of matcherrc on new
2538 2007-01-25 [wwp] 2.7.1cvs58
2541 fix handling of empty value in attach_save_directory too, thanks
2544 2007-01-25 [wwp] 2.7.1cvs57
2547 fix handling of empty value in attach_load_directory,
2550 2007-01-25 [wwp] 2.7.1cvs56
2552 * src/plugins/dillo_viewer/dillo_prefs.h
2555 2007-01-25 [colin] 2.7.1cvs55
2559 * src/matcher_parser_parse.y
2560 * src/prefs_matcher.c
2561 Add matching on the spam flag
2563 2007-01-24 [colin] 2.7.1cvs54
2568 Make sure folderlist.xml is correctly
2569 written before overwriting it.
2573 * src/plugins/bogofilter/bogofilter.c
2574 * src/plugins/bogofilter/bogofilter.h
2575 * src/plugins/bogofilter/bogofilter_gtk.c
2576 * src/plugins/spamassassin/spamassassin.c
2577 * src/plugins/spamassassin/spamassassin.h
2578 * src/plugins/spamassassin/spamassassin_gtk.c
2579 Move spam to the correct trash folder after
2580 learning, if spam directory isn't set.
2582 2007-01-23 [paul] 2.7.1cvs53
2584 * src/plugins/bogofilter/bogofilter_gtk.c
2585 fix sensitivity of "Insert X-Bogosity header"
2588 2007-01-23 [colin] 2.7.1cvs52
2591 Translate toolbar items text if
2592 they're translatable (default)
2606 * src/etpan/etpan-thread-manager.c
2607 * src/etpan/etpan-thread-manager.h
2608 * src/gtk/gtkutils.c
2609 * src/gtk/gtkutils.h
2610 More static functions
2612 2007-01-22 [fabien] 2.7.1cvs51
2614 * src/gtk/gtkutils.c
2615 gtkut_get_options_frame() : ability to pass
2616 a 'NULL' value in frame pointer parameter if
2619 2007-01-22 [colin] 2.7.1cvs50
2623 * src/plugins/bogofilter/bogofilter.c
2624 * src/plugins/bogofilter/bogofilter_gtk.c
2625 * src/plugins/spamassassin/spamassassin.c
2626 * src/plugins/spamassassin/spamassassin_gtk.c
2627 Allow moving spams to the account's trash
2628 instead of default one
2630 2007-01-21 [colin] 2.7.1cvs49
2634 Revert a static function that shouldn't
2637 2007-01-21 [colin] 2.7.1cvs48
2643 2007-01-21 [colin] 2.7.1cvs47
2649 2007-01-21 [colin] 2.7.1cvs46
2651 * src/common/socket.c
2652 * src/common/socket.h
2655 2007-01-21 [colin] 2.7.1cvs45
2664 * src/folder_item_prefs.c
2665 * src/folder_item_prefs.h
2672 * src/common/socket.c
2673 * src/common/socket.h
2674 * src/gtk/gtkaspell.c
2675 * src/gtk/gtkaspell.h
2676 * src/gtk/quicksearch.c
2677 * src/gtk/quicksearch.h
2680 2007-01-21 [colin] 2.7.1cvs44
2682 * src/common/utils.c
2683 * src/common/utils.h
2684 * src/etpan/etpan-thread-manager.c
2685 * src/etpan/etpan-thread-manager.h
2686 Same (Funny that etpan_thread_unbind
2687 is called but not etpan_thread_bind)
2689 2007-01-21 [colin] 2.7.1cvs43
2697 * src/etpan/Makefile.am
2698 * src/gtk/colorlabel.c
2699 * src/gtk/colorlabel.h
2700 * src/gtk/sslcertwindow.c
2701 * src/gtk/sslcertwindow.h
2702 * src/etpan/etpan-log.c ** REMOVED **
2703 * src/etpan/etpan-log.h ** REMOVED **
2706 2007-01-20 [colin] 2.7.1cvs42
2712 2007-01-20 [colin] 2.7.1cvs41
2730 Make functions that aren't used in other
2733 2007-01-20 [colin] 2.7.1cvs40
2748 * src/editldap_basedn.c
2754 * src/image_viewer.c
2770 * src/prefs_account.c
2771 * src/prefs_common.c
2772 * src/prefs_compose_writing.c
2773 * src/prefs_ext_prog.c
2774 * src/prefs_folder_item.c
2776 * src/prefs_message.c
2777 * src/prefs_msg_colors.c
2780 * src/prefs_receive.c
2782 * src/prefs_spelling.c
2783 * src/prefs_summaries.c
2784 * src/prefs_toolbar.c
2785 * src/prefs_wrapping.c
2794 * src/common/hooks.c
2796 * src/common/passcrypt.c
2797 * src/common/socket.c
2799 * src/common/ssl_certificate.c
2800 * src/common/template.c
2801 * src/common/utils.c
2802 * src/etpan/imap-thread.c
2803 * src/gtk/sslcertwindow.c
2804 * src/gtk/sslcertwindow.h
2805 Make functions that could be static, static
2807 2007-01-20 [colin] 2.7.1cvs39
2812 2007-01-20 [colin] 2.7.1cvs38
2817 Fix bug 1102, 'claws-mail-2.7.1
2818 makes use of deprecated ldap
2821 2007-01-20 [colin] 2.7.1cvs37
2826 * src/gtk/quicksearch.c
2827 Add Wide message list layout
2829 2007-01-19 [fabien] 2.7.1cvs36
2832 make sure a font change is considered in links of
2835 2007-01-19 [colin] 2.7.1cvs35
2842 * src/prefs_common.c
2843 * src/prefs_common.h
2846 * src/gtk/quicksearch.c
2847 * src/gtk/quicksearch.h
2848 Drop 'Separate Folder tree' and 'Separate
2849 Message View'. Put three layouts in place
2852 2007-01-19 [paul] 2.7.1cvs34
2854 * src/prefs_msg_colors.c
2855 more use of Q_ for translators
2857 2007-01-19 [paul] 2.7.1cvs33
2860 * src/prefs_account.c
2861 a few changes to the English
2863 2007-01-19 [fabien] 2.7.1cvs32
2866 factorize translatable string
2868 2007-01-18 [colin] 2.7.1cvs31
2871 Don't error out on --sync option. Although
2872 we don't do anything with it, gtk+ handles
2873 it, and it's useful for debugging X errors
2875 2007-01-18 [fabien] 2.7.1cvs30
2878 ability to apply on the fly the recent added
2879 'gtk_can_change_accels' pref (no need to restart).
2881 2007-01-18 [fabien] 2.7.1cvs29
2883 * src/plugins/bogofilter/bogofilter_gtk.c
2884 * src/plugins/bogofilter/bogofilter.c
2885 * src/plugins/spamassassin/spamassassin_gtk.c
2887 * src/prefs_account.c
2888 factorize or rewrite some translatable strings.
2890 2007-01-18 [fabien] 2.7.1cvs28
2894 set a 4pix space between "Subject:" label and subject entry in
2897 2007-01-18 [wwp] 2.7.1cvs27
2900 fix conflicting address-copy/paste when focus is set
2901 to the embedded edit-person form.
2904 2007-01-18 [wwp] 2.7.1cvs26
2907 complete 2.7.1cvs23 (one more file was missing from that
2910 2007-01-18 [colin] 2.7.1cvs25
2913 Provide a way to migrate without backup
2914 Re-ask for migration on next start if
2915 it has been refused and wizard has been
2918 2007-01-18 [wwp] 2.7.1cvs24
2921 complete 2.7.1.cvs23 (file was missing from previous
2924 2007-01-18 [wwp] 2.7.1cvs23
2927 fix potential crashes in address book's focus_in/out signal handlers,
2928 force focus to the edit-person form when clicked the Edit menu entry or
2929 button (this only matters if the edit-person form is embedded to the
2930 AB window, in that case, focus is not set when browsing the contacts
2931 list w/ keys or mouse clicks).
2933 2007-01-18 [paul] 2.7.1cvs22
2936 add command line options:
2938 -q and --quit for --exit
2940 print "Unknown option" for unknown options
2942 2007-01-18 [paul] 2.7.1cvs21
2945 updated by Pavlo Bohmat
2947 2007-01-18 [paul] 2.7.1cvs20
2950 fix sensitivity issues of Mark as Spam/Ham
2952 2007-01-17 [fabien] 2.7.1cvs19
2955 * src/prefs_common.c
2956 * src/prefs_common.h
2958 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2959 control the corresponding gtk property. It could be used to lock
2960 all shortcuts (avoid to set one of them by inadvertency).
2962 2007-01-17 [colin] 2.7.1cvs18
2965 Fix bug 1100, 'Highlighted e-mail data not visible
2966 when color label applied.'. Use a weighted average
2967 between normal selected foreground color and color
2968 label instead of a simple one (3/1 instead 1/1).
2970 2007-01-17 [colin] 2.7.1cvs17
2973 Better fix for bug 1088, 'Ctrl-h produces repeatable
2974 crash' - don't prevent mail switching while loading
2976 2007-01-17 [colin] 2.7.1cvs16
2985 Manage recursive search of unsubscribed folders
2986 Rescan tree without checking for new messages
2987 after subscriptions changed
2989 2007-01-17 [paul] 2.7.1cvs15
2991 * src/prefs_common.c
2992 * src/gtk/pluginwindow.c
2993 fix bug 1101, '"Load plugin" button is
2994 accidentally hidden'
2995 unset (-1) initial width in prefs_common,
2996 fix overlapping buttons,
2999 2007-01-17 [paul] 2.7.1cvs14
3002 add #include <errno.h>, it's needed
3005 2007-01-17 [paul] 2.7.1cvs13
3008 * tools/make.themes.project
3009 rename .sylpheed_themeinfo to .claws_themeinfo
3011 * src/etpan/etpan-errors.h
3012 * src/etpan/etpan-log.c
3013 * src/etpan/etpan-log.h
3014 * src/etpan/etpan-thread-manager-types.h
3015 * src/etpan/etpan-thread-manager.c
3016 * src/etpan/etpan-thread-manager.h
3017 * src/etpan/imap-thread.c
3018 * src/etpan/imap-thread.h
3019 add copyright header
3021 2007-01-17 [colin] 2.7.1cvs12
3023 * src/plugins/pgpcore/select-keys.c
3024 * src/gtk/pluginwindow.c
3025 * src/prefs_account.c
3028 2007-01-16 [colin] 2.7.1cvs11
3033 Manage subscribing to subfolders when only
3034 subscribed folders are shown.
3036 2007-01-16 [colin] 2.7.1cvs10
3039 Fix annoying vscrollbar going back to top
3040 on Check for new folders
3042 2007-01-16 [colin] 2.7.1cvs9
3047 2007-01-16 [colin] 2.7.1cvs8
3050 Bigger buffer for errors
3054 * src/prefs_account.c
3055 * src/prefs_account.h
3057 * src/etpan/imap-thread.c
3058 * src/etpan/imap-thread.h
3059 * manual/handling.xml
3060 Add subscriptions management. What it changes:
3061 Creating a folder subscribes to it
3062 Deleting a folder unsubscribes it
3063 New contextual menu item allowing to switch between
3064 All folders and Subscribed folders, subscribe, and
3065 unsubscribe. "Creating" an existing but unsubscribed
3066 folder will subscribe it.
3067 By default for new accounts, only subscribed folders
3071 2007-01-16 [paul] 2.7.1cvs7
3074 Allow folder classes to specify only sort_key or
3075 sort_type instead of both or none.
3077 2007-01-16 [paul] 2.7.1cvs6
3084 Save and use errno for procmime_get_part
3086 2007-01-16 [colin] 2.7.1cvs5
3089 Never remove INBOX when scanning for
3090 new folders. It's a special folder
3093 2007-01-15 [colin] 2.7.1cvs4
3096 Fix 'Check for new folders' when IMAP subdirectory
3098 * src/etpan/imap-thread.c
3101 2007-01-15 [colin] 2.7.1cvs3
3103 * src/etpan/imap-thread.c
3104 Fix invalid free on command-connection
3107 2007-01-15 [wwp] 2.7.1cvs2
3109 * src/matcher_parser_lex.l
3110 * src/quote_fmt_lex.l
3111 * src/matcher_parser_parse.y
3112 fix copyright header in lexers and parsers.
3114 2007-01-15 [paul] 2.7.1cvs1
3120 bump up version number following
3123 2007-01-15 [paul] 2.7.0cvs31
3127 add Fabien to the Team list
3128 add the recent contributors
3129 make a few corrections
3131 2007-01-15 [paul] 2.7.0cvs30
3134 fix compiler warning
3135 * src/plugins/pgpcore/prefs_gpg.c
3136 * src/plugins/pgpcore/prefs_gpg.h
3138 fix copyright header
3140 2007-01-14 [colin] 2.7.0cvs29
3143 Use the 'gtk+' backend. Avoids gnome-vfs use,
3144 two benefits: faster to open, will fix strange
3145 dbus-related crash. Thanks to Pascal Terjan.
3147 2007-01-14 [colin] 2.7.0cvs28
3149 * src/etpan/imap-thread.c
3150 Delete the old imap just after allocating
3151 the new one. Makes sure we don't get the
3152 same pointer by sheer luck, which feels
3153 strange in the debug log.
3155 2007-01-14 [colin] 2.7.0cvs27
3157 * src/gtk/inputdialog.c
3158 Make sure we don't print passwords in
3159 clear text when in debug mode
3161 2007-01-14 [colin] 2.7.0cvs26
3163 * src/gtk/gtksctree.c
3164 Fix bug 1098, 'bogus last row display
3165 after expanding a thread'. Patch by
3166 Jindrich Makovicka <makovick@gmail.com>
3168 2007-01-14 [colin] 2.7.0cvs25
3170 * src/etpan/imap-thread.c
3171 Close socket manually before
3172 freeing the imap struct
3174 2007-01-14 [colin] 2.7.0cvs24
3176 * src/etpan/imap-thread.c
3177 Maybe fix new reconnection issues
3179 2007-01-13 [colin] 2.7.0cvs23
3182 Freeze/thaw on thread selection
3184 2007-01-13 [paul] 2.7.0cvs22
3189 add 'Edit/Delete thread'
3191 2007-01-13 [colin] 2.7.0cvs21
3193 * src/prefs_account.c
3194 * src/prefs_compose_writing.c
3195 * src/prefs_message.c
3196 * src/prefs_msg_colors.c
3198 * src/prefs_receive.c
3199 * src/prefs_spelling.c
3200 * src/prefs_summaries.c
3201 * src/prefs_themes.c
3202 * src/gtk/gtkutils.c
3203 * src/gtk/gtkutils.h
3204 * src/plugins/pgpcore/prefs_gpg.c
3205 * src/plugins/spamassassin/spamassassin_gtk.c
3206 Factorize gtk frame creation
3209 2007-01-13 [colin] 2.7.0cvs20
3211 * src/message_search.c
3212 * src/summary_search.c
3213 Fix Enter in search windows
3215 Fix body search starting at the
3216 end of the mail (and asking for loop)
3218 2007-01-13 [colin] 2.7.0cvs19
3220 * src/etpan/imap-thread.c
3221 Make sure we don't free the same imap
3224 2007-01-13 [colin] 2.7.0cvs18
3227 Allow multiple commitHelpers to
3230 2007-01-12 [colin] 2.7.0cvs17
3232 * src/etpan/imap-thread.c
3233 Make sure we get rid of the previous mailimap
3234 when connecting - just in case disconnect was
3237 2007-01-12 [paul] 2.7.0cvs16
3240 Strip S/MIME signatures when re-editing
3241 S/MIME signed messages.
3243 2007-01-12 [paul] 2.7.0cvs15
3250 no need to define CLAWS anymore, remove
3253 2007-01-12 [paul] 2.7.0cvs14
3256 check if the mail's signed as
3257 it can change the mail structure
3260 2007-01-12 [paul] 2.7.0cvs13
3263 fix Forwarding msgs with attachments
3264 that have dos line endings
3267 2007-01-12 [wwp] 2.7.0cvs12
3270 Revert accidentally committed extra version tag.
3272 2007-01-12 [wwp] 2.7.0cvs11
3274 * src/prefs_account.c
3275 Fix compilation w/o aspell (completes 2.7.0cvs7).
3277 2007-01-11 [colin] 2.7.0cvs10
3280 move g_warning to debug_print
3281 it scares people for no reason
3283 2007-01-11 [colin] 2.7.0cvs9
3286 Fix files to translate. Patch by
3289 2007-01-11 [paul] 2.7.0cvs8
3292 Fix recursion when server lists the
3293 current subfolder in the response
3295 Fix updating of icon_list/ctree
3296 * src/plugins/pgpcore/select-keys.c
3297 Fix a few annoyances when choosing
3298 keys for the CMS (S/MIME) protocol
3300 2007-01-11 [wwp] 2.7.0cvs7
3303 * src/prefs_account.c
3304 * src/prefs_account.h
3305 Add per-account spellcheck default dictionaries settings.
3307 2007-01-10 [colin] 2.7.0cvs6
3309 * src/prefs_folder_item.c
3310 Factorize strings - patch by Fabien
3312 2007-01-10 [colin] 2.7.0cvs5
3315 Fix bug 1095, 'Crash while changing folder
3316 columns during incorporation'
3318 2007-01-09 [colin] 2.7.0cvs4
3320 * src/gtk/pluginwindow.c
3321 Set the plugin window transient. Seems
3322 like some window managers hide it in
3323 the background after "load plugin"...
3325 2007-01-09 [colin] 2.7.0cvs3
3328 Use the same type for alloc and free
3330 2007-01-08 [paul] 2.7.0cvs2
3333 updated by Tim Dijkstra
3335 2007-01-08 [paul] 2.7.0cvs1
3337 * src/prefs_themes.c
3338 * src/common/utils.c
3341 2007-01-08 [paul] 2.7.0
3348 2007-01-08 [paul] 2.6.1cvs119
3350 * doc/man/claws-mail.1
3353 2007-01-08 [paul] 2.6.1cvs118
3355 * doc/man/claws-mail.1
3357 * manual/advanced.xml
3358 improved English usage
3360 2007-01-08 [paul] 2.6.1cvs117
3371 updated by Miquel Oliete, Stephan Sachse, me,
3372 Tommi Pirinen, Andrea Spadaccini, Frederico
3373 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3374 Urosevic, and Ralgh Young
3376 2007-01-07 [mones] 2.6.1cvs116
3378 * manual/es/advanced.xml
3380 Synced manual (unhide mark_as_read_delay)
3381 and updated translation for release
3383 2007-01-07 [paul] 2.6.1cvs115
3385 * src/prefs_matcher.c
3386 make the hbox content fit better under
3389 2007-01-07 [colin] 2.6.1cvs114
3392 Fix bug 1088, 'Ctrl-h produces repeatable
3395 2007-01-06 [colin] 2.6.1cvs113
3397 * src/etpan/imap-thread.c
3398 Add casts to int to get certs. Fixes
3399 bug 1064, 'crash @ etpan_certificate_check()
3400 when opening an IMAP folder', with latest
3401 libetpan CVS or >= 0.49
3406 * src/prefs_folder_item.c
3407 Grey out the "synchronise" menu items if
3408 there's nothing to synchronise.
3409 * src/plugins/pgpcore/sgpgme.c
3410 Make an error clearer than "Unknown error"
3412 2007-01-06 [colin] 2.6.1cvs112
3415 Don't try to show a message if updating
3416 Maybe fixes bug 1088, 'ctrl-h produces
3419 2007-01-06 [colin] 2.6.1cvs111
3422 Disable Control-Space (handle it as Space).
3424 2007-01-05 [paul] 2.6.1cvs110
3427 Fix bug 934, 'sylpheed claws 2.1
3428 doesn't show Exchanges Public Folders'
3429 Thanks to Hoa and Colin
3431 Refuse to allocate more than 2 MB for a
3432 single field, it's a good indication of
3435 2007-01-05 [colin] 2.6.1cvs109
3438 Allow --select'ing emails by Message-ID too
3440 2007-01-05 [colin] 2.6.1cvs108
3442 * src/common/quoted-printable.c
3445 2007-01-05 [colin] 2.6.1cvs107
3447 * src/common/quoted-printable.c
3448 Fix previous commit about bug 1089
3451 2007-01-05 [colin] 2.6.1cvs106
3453 * src/common/quoted-printable.c
3454 Fix my previous commit on bug 1089
3457 2007-01-04 [colin] 2.6.1cvs105
3459 * src/common/quoted-printable.c
3460 Fix bug 1089, 'NUL characters in Subject
3461 line are misinterpreted'. Not a pain to
3468 2007-01-04 [wwp] 2.6.1cvs104
3470 * src/image_viewer.c
3471 Force operator precedence (fix a compiler warning).
3473 2007-01-04 [colin] 2.6.1cvs103
3475 * src/image_viewer.c
3476 Be cautious there too (same fix as the one
3477 in textview from cvs33)
3479 Don't use any MimeViewer plugin when showing
3482 2007-01-03 [wwp] 2.6.1cvs102
3486 fixed "cent" sign (use the existing ASCII one),
3487 decode more HTML entities,
3488 converted table ASCII entries to UTF-8,
3489 moved a switch() into a hashtable.
3491 2007-01-03 [paul] 2.6.1cvs101
3497 When possible, use move_msg instead of
3498 copy_msg + remove_msg to move sent mail
3501 2007-01-03 [paul] 2.6.1cvs100
3504 add more html entity recognition:
3505 pounds, euros, and cents
3507 2007-01-03 [colin] 2.6.1cvs99
3510 Don't display an error on NOSELECT
3511 folders when synchronising
3513 2007-01-03 [paul] 2.6.1cvs98
3515 * tools/maildir2claws-mail.pl
3516 only substitute 'sent-mail' if it's
3517 the full directory name
3519 2007-01-03 [paul] 2.6.1cvs97
3522 * ChangeLog.pre2.0.0
3524 archive a chunk of ChangeLog in
3527 * doc/src/ChangeLog.claws-pre0.8.0
3528 remove ChangeLog.claws-pre0.8.0, adding
3529 its contents to ChangeLog.gtk1
3531 2007-01-03 [paul] 2.6.1cvs96
3552 * src/addressbook_foldersel.c
3553 * src/addressbook_foldersel.h
3574 * src/customheader.c
3575 * src/customheader.h
3576 * src/displayheader.c
3577 * src/displayheader.h
3588 * src/editldap_basedn.c
3589 * src/editldap_basedn.h
3606 * src/folder_item_prefs.c
3607 * src/folder_item_prefs.h
3614 * src/grouplistdialog.c
3615 * src/grouplistdialog.h
3619 * src/image_viewer.c
3620 * src/image_viewer.h
3656 * src/message_search.c
3657 * src/message_search.h
3674 * src/partial_download.c
3675 * src/partial_download.h
3680 * src/prefs_account.c
3681 * src/prefs_account.h
3682 * src/prefs_actions.c
3683 * src/prefs_actions.h
3684 * src/prefs_common.c
3685 * src/prefs_common.h
3686 * src/prefs_compose_writing.c
3687 * src/prefs_compose_writing.h
3688 * src/prefs_customheader.c
3689 * src/prefs_customheader.h
3690 * src/prefs_display_header.c
3691 * src/prefs_display_header.h
3692 * src/prefs_filtering.c
3693 * src/prefs_filtering.h
3694 * src/prefs_filtering_action.c
3695 * src/prefs_filtering_action.h
3696 * src/prefs_folder_column.c
3697 * src/prefs_folder_column.h
3698 * src/prefs_folder_item.c
3699 * src/prefs_folder_item.h
3704 * src/prefs_image_viewer.c
3705 * src/prefs_image_viewer.h
3706 * src/prefs_matcher.c
3707 * src/prefs_matcher.h
3708 * src/prefs_message.c
3709 * src/prefs_msg_colors.c
3710 * src/prefs_msg_colors.h
3713 * src/prefs_receive.c
3715 * src/prefs_spelling.c
3716 * src/prefs_spelling.h
3717 * src/prefs_summaries.c
3718 * src/prefs_summaries.h
3719 * src/prefs_summary_column.c
3720 * src/prefs_summary_column.h
3721 * src/prefs_template.c
3722 * src/prefs_template.h
3723 * src/prefs_themes.c
3724 * src/prefs_themes.h
3725 * src/prefs_toolbar.c
3726 * src/prefs_toolbar.h
3727 * src/prefs_wrapping.c
3728 * src/prefs_wrapping.h
3738 * src/quote_fmt_parse.y
3741 * src/remotefolder.c
3742 * src/remotefolder.h
3743 * src/send_message.c
3744 * src/send_message.h
3747 * src/sourcewindow.c
3748 * src/sourcewindow.h
3753 * src/stock_pixmap.c
3754 * src/stock_pixmap.h
3755 * src/summary_search.c
3756 * src/summary_search.h
3771 * src/common/base64.c
3772 * src/common/base64.h
3774 * src/common/hooks.c
3775 * src/common/hooks.h
3778 * src/common/mgutils.c
3779 * src/common/mgutils.h
3782 * src/common/passcrypt.c
3783 * src/common/passcrypt.h.in
3784 * src/common/plugin.c
3785 * src/common/plugin.h
3786 * src/common/prefs.c
3787 * src/common/prefs.h
3788 * src/common/progressindicator.c
3789 * src/common/progressindicator.h
3790 * src/common/quoted-printable.c
3791 * src/common/quoted-printable.h
3792 * src/common/session.c
3793 * src/common/session.h
3796 * src/common/socket.c
3797 * src/common/socket.h
3800 * src/common/ssl_certificate.c
3801 * src/common/ssl_certificate.h
3802 * src/common/stringtable.c
3803 * src/common/stringtable.h
3804 * src/common/template.c
3805 * src/common/template.h
3806 * src/common/timing.h
3807 * src/common/utils.c
3808 * src/common/utils.h
3809 * src/common/version.h.in
3812 * src/common/xmlprops.c
3813 * src/common/xmlprops.h
3815 * src/gtk/colorlabel.c
3816 * src/gtk/colorsel.c
3817 * src/gtk/colorsel.h
3818 * src/gtk/combobox.c
3819 * src/gtk/combobox.h
3820 * src/gtk/description_window.c
3821 * src/gtk/description_window.h