1 2007-06-10 [wwp] 2.9.2cvs51
3 * src/gtk/pluginwindow.c
4 Fix button bar in plugin window, was centered and not
5 behaving like other dialogs w/ such button bar.
7 2007-06-08 [wwp] 2.9.2cvs50
14 Provide a way out of automatic draft saving on IMAP, when
16 Prevent drafting while sending and quitting while sending.
21 2007-06-08 [wwp] 2.9.2cvs49
24 * src/gtk/prefswindow.c
25 * src/gtk/prefswindow.h
26 Activate the Basic page when opening account prefs.
28 2007-06-08 [wwp] 2.9.2cvs48
31 Don't crash if fork() fails, thanks to Colin.
33 2007-06-08 [wwp] 2.9.2cvs47
35 * src/gtk/prefswindow.c
36 Wrap some long lines, and reset horizontal scroller's adjusment
37 (this was already done, vertically), when changing tab (not page)
40 2007-06-08 [paul] 2.9.2cvs46
43 use gethostname() instead of uname()
44 based on a patch by Michael Hughes
45 <Sylpheed-Claws_user@thehugheslogcabin.net>
47 2007-06-07 [wwp] 2.9.2cvs45
50 Fix some useless warnings, thanks to Colin.
52 2007-06-06 [colin] 2.9.2cvs44
55 Fix strange allocations.
57 2007-06-06 [colin] 2.9.2cvs43
60 Patch by Michael Rasmussus to help
63 2007-06-05 [wwp] 2.9.2cvs42
66 * src/prefs_folder_item.c
70 Per-folder templates can now be applied recursively.
71 Always save per-folder templates (formats were erroneously
72 saved only if they were enabled).
73 Check for validity of quotation marks everywhere there
76 2007-06-05 [wwp] 2.9.2cvs41
79 Fix incoming messages from local accounts always getting filtered
80 (even if the account prefs say don't), thanks to Colin.
82 2007-06-05 [wwp] 2.9.2cvs40
86 Use per-folder/per-account quote chars when applying a
87 template or inserting text as well. Const'ify some
90 2007-06-04 [colin] 2.9.2cvs39
95 2007-06-04 [wwp] 2.9.2cvs38
98 Same as 2.9.2cvs36 but for forwarding.
100 2007-06-04 [colin] 2.9.2cvs37
103 Use original mail file for forward/redirect
104 Fixes some forwarded mails to be attached as
105 application/octet-stream (when they have binary
106 parts), and incidentally fixes bug 848
107 'Redirect breaks GnuPG'
109 2007-06-04 [wwp] 2.9.2cvs36
112 Fix quote mark mis-initialisation when replying/forwarding
113 (introduced w/ 2.9.2cvs20).
115 2007-06-04 [wwp] 2.9.2cvs35
117 * src/prefs_compose_writing.c
119 Fix a bug where Quotation characters (prefs/compose/writing)
120 was cleared (introduced w/ 2.9.2cvs26).
122 2007-06-04 [wwp] 2.9.2cvs34
124 * src/prefs_account.c
125 * src/prefs_account.h
126 Better fix for compiling w/o aspell (rollbacks
129 2007-06-04 [wwp] 2.9.2cvs33
132 * src/prefs_account.c
133 * src/prefs_account.h
135 It's now possible to disable mail filtering plugins
136 on a per-account basis.
138 2007-06-04 [wwp] 2.9.2cvs32
143 Support CRLF in headers part of messages.
144 Support few more date formats (RFC3339 subsets).
146 2007-06-04 [wwp] 2.9.2cvs31
148 * src/prefs_account.c
149 Fix compiling w/o aspell support.
151 2007-06-03 [wwp] 2.9.2cvs30
154 Don't decode leading ENV_ and ~ in P_PASSWORD
157 2007-06-03 [wwp] 2.9.2cvs29
160 Don't decode leading ENV_ and ~ in P_PASSWORD
163 2007-06-03 [wwp] 2.9.2cvs28
165 * src/prefs_account.c
166 * src/gtk/prefswindow.c
167 * src/gtk/prefswindow.h
168 Added a way to force preloading of all pages
170 Moved tabs to pages in account prefs.
172 2007-06-02 [colin] 2.9.2cvs27
175 Fix possible crash, fix ldap write bugs
177 Fix ldap write bugs - patch by Michael
181 Add a hook whenever alertpanel opens/closes
183 2007-05-31 [wwp] 2.9.2cvs26
185 * src/prefs_compose_writing.c
187 Re-organized writing options a bit:
188 - renamed the Quoting page to Templates
189 - moved all composing templates to that page
190 - moved non-templates options to the Writing one,
191 grouped reply-related options, reordered reply and
194 2007-05-31 [wwp] 2.9.2cvs25
199 2007-05-31 [colin] 2.9.2cvs24
202 Fix missing display name when modifying
203 LDAP. Patch by Michael Rasmussen
205 2007-05-31 [wwp] 2.9.2cvs23
207 * src/plugins/bogofilter/Makefile.am
208 * src/plugins/clamav/Makefile.am
209 * src/plugins/demo/Makefile.am
210 * src/plugins/dillo_viewer/Makefile.am
211 * src/plugins/spamassassin/Makefile.am
212 Fix building of those plugins in Mac OS X.
214 2007-05-30 [wwp] 2.9.2cvs22
216 * src/gtk/quicksearch.c
217 Fix missing initialization.
219 2007-05-30 [wwp] 2.9.2cvs21
222 Revert accidental commit (debug outputs).
224 2007-05-30 [wwp] 2.9.2cvs20
227 * src/folder_item_prefs.c
228 * src/folder_item_prefs.h
229 * src/prefs_account.c
230 * src/prefs_account.h
231 * src/prefs_folder_item.c
234 Implemented per-account and per-folder
235 compose/reply/forward formats.
237 2007-05-30 [wwp] 2.9.2cvs19
239 * src/prefs_compose_writing.c
244 Internal API changes (factorize quote format
247 2007-05-30 [colin] 2.9.2cvs18
250 Fix race where it's possible to re-click Send
251 between end of SMTP session and end of "move to
252 sent folder" when sending an email with send
255 2007-05-30 [colin] 2.9.2cvs17
258 Ask for backtrace on all threads. Patch by
261 Fix stale news statusbar when scanning fails.
264 Fix some LDAP write updates bugs. Patch
267 2007-05-29 [colin] 2.9.2cvs16
270 Fix loss of local flags when moving mails
271 on IMAP in high-bandwidth mode (UID FETCH)
273 2007-05-25 [paul] 2.9.2cvs15
275 * src/common/socket.c
276 fix sometimes crasher on cancelling
279 2007-05-25 [colin] 2.9.2cvs14
284 Be more helpful in the subscription
287 2007-05-23 [wwp] 2.9.2cvs13
290 * src/prefs_compose_writing.c
292 * src/prefs_template.c
293 * src/prefs_template.h
296 * src/quote_fmt_lex.l
297 * src/quote_fmt_parse.y
298 Introduced new syntax elements (symbols and commands)
299 in templates/quote_fmt. Compatibility w/ old
301 Updated and reworked the corresponding Information
303 Display the line number in dialogs that talk about
304 parser errors (in addition to the error message in
307 2007-05-23 [wwp] 2.9.2cvs12
309 * src/quote_fmt_parse.y
310 Fix 2.9.2cvs11, probably a paste accident ;).
312 2007-05-23 [wwp] 2.9.2cvs11
315 * src/prefs_template.c
317 * src/quote_fmt_parse.y
318 Fix 2.9.2cvs10, which broke --disable-aspell.
320 2007-05-22 [wwp] 2.9.2cvs10
323 * src/prefs_template.c
326 * src/quote_fmt_lex.l
327 * src/quote_fmt_parse.y
328 * src/gtk/gtkaspell.c
329 * src/gtk/gtkaspell.h
330 Added template/quote format syntactical elements
333 %T to show (shows empty if not set or not enabled),
334 ?T and !T to check if the default dictionary is
336 - current account's default dictionary
337 %aT to show (empty if not set or not enabled),
338 ?aT and !aT to check if it's enabled and set
339 - name completion for an address, from the address
341 %ABf, %ABt, %ABc respectively show the full name got
342 from the address book if From, To or Cc match a single
344 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
345 matches any contact and if the full name is non-empty.
346 If From, To or Cc are lists of email addresses, only
347 the first address will be checked.
348 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
349 that could show a trailing ','.
350 Also, template/quote_fmt parser now shows the line number in case
353 2007-05-15 [colin] 2.9.2cvs9
357 Add a public function to know whether Claws
359 Store opened folder when exiting
362 Store last opened message in each FolderItem;
363 Reset last seen messages if Claws crashed, so
364 that one can't go in an infinite crash in case
365 a particular mail crashes Claws.
370 * src/prefs_summaries.c
371 Add "Select last opened message" when entering
373 Add "Select last opened folder" at startup.
375 2007-05-14 [colin] 2.9.2cvs8
378 Fix bashism, search for xml catalog
379 in /usr/local/share/xml/catalog too
382 2007-05-13 [wwp] 2.9.2cvs7
384 * src/gtk/logwindow.c
385 fix raising log windows when they are either minimized or
388 2007-05-11 [colin] 2.9.2cvs6
391 Use Hildon's file chooser on Maemo. Patch
392 by Jean-Luc Biord; fixes part 2 of bug 1201,
393 'File attachment "manipulation" bugs...'
395 2007-05-10 [wwp] 2.9.2cvs5
399 * src/gtk/quicksearch.c
400 Add a quicksearch option to automatically run
401 a search selected from the history (this option
402 is exclusive towards type-ahead).
404 2007-05-10 [colin] 2.9.2cvs4
407 Fix g_warnings, thanks to Brian
410 2007-05-09 [colin] 2.9.2cvs3
415 * src/prefs_summaries.c
419 * src/gtk/gtksourceprintjob.c
420 * src/gtk/sslcertwindow.c
421 Use the re-entrant variant of time functions
422 Probably fixes bug 1217, 'reentrancy problems
425 2007-05-09 [colin] 2.9.2cvs2
428 Fix crasher when reconnection fails
430 2007-05-08 [paul] 2.9.2cvs1
436 bump version number following
439 2007-05-08 [paul] 2.9.1cvs48
441 * src/plugins/demo/demo.c
442 * src/plugins/dillo_viewer/dillo_prefs.c
443 * src/plugins/dillo_viewer/dillo_prefs.h
444 * src/plugins/dillo_viewer/dillo_viewer.c
445 * src/plugins/pgpcore/pgp_viewer.c
446 * src/plugins/pgpcore/pgp_viewer.h
447 * src/plugins/pgpcore/plugin.c
448 * src/plugins/pgpcore/prefs_gpg.c
449 * src/plugins/pgpcore/prefs_gpg.h
450 * src/plugins/pgpcore/sgpgme.c
451 * src/plugins/pgpcore/sgpgme.h
452 * src/plugins/pgpinline/plugin.c
453 * src/plugins/pgpmime/pgpmime.c
454 * src/plugins/pgpmime/pgpmime.h
455 * src/plugins/pgpmime/plugin.c
456 * src/plugins/spamassassin/spamassassin.c
457 * src/plugins/spamassassin/spamassassin.h
458 * src/plugins/spamassassin/spamassassin_gtk.c
459 * src/plugins/trayicon/README
461 * tools/README.sylprint
462 * tools/outlook2claws-mail.pl
464 * tools/tb2claws-mail
465 * tools/tbird2claws.py
468 * tools/kdeservicemenu/README
469 cleanups and corrections
471 2007-05-06 [wwp] 2.9.1cvs47
474 Fix missing dash to `display` command-line, reported
475 by Georg Himmrich <georg at mails d0t diesind d0t net>.
477 2007-05-06 [colin] 2.9.1cvs46
482 * src/pixmaps/printer.xpm
485 2007-05-06 [paul] 2.9.1cvs45
490 * src/summary_search.c
494 2007-05-05 [wwp] 2.9.1cvs44
498 * src/prefs_actions.c
502 Fix "faild" typos everywhere and capitalization of
505 2007-05-04 [colin] 2.9.1cvs43
510 * src/plugins/pgpcore/prefs_gpg.c
511 * src/plugins/pgpcore/prefs_gpg.h
512 * src/plugins/pgpinline/pgpinline.c
513 * src/plugins/pgpmime/pgpmime.c
514 Add an API to warn about encryption limits,
515 and allow to disable these warnings
517 2007-05-03 [colin] 2.9.1cvs42
521 Fix bug 1213, 'Delete more than
524 2007-05-03 [wwp] 2.9.1cvs41
527 * src/prefs_filtering.c
528 * src/prefs_template.c
529 * src/common/template.c
530 * src/common/template.h
533 Templates are no longer automatically sorted
534 by name, but can be sorted manually using
535 |< < > >| buttons as well as drag'n'drop.
537 2007-05-03 [wwp] 2.9.1cvs40
539 * src/plugins/spamassassin/spamassassin.c
540 * src/plugins/spamassassin/spamassassin.h
541 * src/plugins/spamassassin/spamassassin_gtk.c
542 * src/plugins/bogofilter/bogofilter.c
543 * src/plugins/bogofilter/bogofilter.h
544 * src/plugins/bogofilter/bogofilter_gtk.c
545 Added an option to conditionally mark saved spam
546 as read (default is and was to do so).
547 Satisfies feature request 1708539 on sf.net tracker.
549 2007-05-03 [colin] 2.9.1cvs39
552 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
554 2007-05-02 [colin] 2.9.1cvs38
557 Fix bug 1209, 'Clicking on address
558 in header (mailto uri) selects
559 default account'. Patch adapted from
562 2007-05-02 [colin] 2.9.1cvs37
564 * src/grouplistdialog.c
565 Set cursor to wait cursor while loading
568 2007-05-02 [paul] 2.9.1cvs36
572 rename cache and mark files
575 2007-04-30 [paul] 2.9.1cvs35
577 * manual/glossary.xml
579 updates. Patch by Ricardo
581 2007-04-29 [wwp] 2.9.1cvs34
585 Fix few grammatical errors (patch by David Relson < relson at
586 osagesoftware dot com >).
588 2007-04-28 [colin] 2.9.1cvs33
592 * src/prefs_account.c
593 * src/prefs_account.h
594 Drop the "Download all" preference. It's
595 stupidly useless and confuses people from
598 2007-04-27 [wwp] 2.9.1cvs32
601 * src/prefs_account.c
602 * src/prefs_account.h
603 Don't reflect accounts changes to the mainwindow when it's
606 2007-04-27 [colin] 2.9.1cvs31
609 Freeze/thaw when sync'ing flags
611 * src/prefs_account.c
612 * src/prefs_account.h
613 * src/etpan/imap-thread.c
614 * src/etpan/imap-thread.h
615 Add a way to use UID FETCH instead
616 of searches to fetch message lists
617 and flags. More expensive towards
618 bandwidth, less expensive towards
619 server's CPU. Probably fixes
620 bug 1158, 'Scanning new folders on
621 Exchange 2007 extremely slow'.
624 2007-04-27 [paul] 2.9.1cvs30
627 * src/prefs_logging.c
628 improvements to english usage
630 2007-04-27 [colin] 2.9.1cvs29
633 Fix build without libetpan (my bad!)
635 2007-04-26 [colin] 2.9.1cvs28
639 Fix uselessly exported function
641 Consider "- -- \n" as signature separator
642 (that's what signature separators look like
643 in PGP/Inline signed mails)
645 2007-04-26 [colin] 2.9.1cvs27
648 libetpan-0.49 is now required
650 Fix double fetching of mails if
653 Make offline sync faster, by
654 remembering last change time, and
657 2007-04-26 [hoa] 2.9.1cvs26
663 * src/etpan/imap-thread.c
664 * src/etpan/imap-thread.h
665 cancellation of IMAP operations is now allowed.
666 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
668 2007-04-26 [colin] 2.9.1cvs25
671 Always fetch body+headers in folders that are
672 synched for offline use, if "Synchronise as
673 soon as possible" is set.
674 Fixes bug 1200, 'Add option to always retrieve full
677 2007-04-25 [colin] 2.9.1cvs24
680 Fix bug 1198, 'Reply-all "disappearing" address bug
683 2007-04-24 [colin] 2.9.1cvs23
686 Fix bug 1195, 'Hardware key navigation'
687 Make GDK_Enter toggle expansion (Maemo)
689 2007-04-24 [wwp] 2.9.1cvs22
692 Fix few compiler warnings.
694 2007-04-24 [paul] 2.9.1cvs21
701 2007-04-24 [paul] 2.9.1cvs20
704 * src/pixmaps/active.xpm
705 * src/pixmaps/checkbox_off.xpm
706 * src/pixmaps/checkbox_on.xpm
707 * src/pixmaps/inactive.xpm
709 remove transparent border from checkbox icons
711 2007-04-24 [wwp] 2.9.1cvs19
715 Fix a crash in textview, thanks to Colin.
717 2007-04-23 [wwp] 2.9.1cvs18
720 Fix 2.9.1cvs5: no header was being translated at all.
722 2007-04-23 [colin] 2.9.1cvs17
729 * src/gtk/gtksctree.c
730 * src/gtk/gtksctree.h
731 * src/pixmaps/selection.xpm
732 Fix bug 1193, 'Need a way to multi-select
733 items'. Add a toggle button to the summaryview
734 to switch between normal and multiple selection
737 2007-04-23 [colin] 2.9.1cvs16
744 * src/gtk/gtksctree.c
745 * src/gtk/gtksctree.h
746 * src/pixmaps/selection.xpm
747 Fix bug 1193, 'Need a way to multi-
749 Add a toggle button in the summaryview
750 to enable normal or multiple selection.
753 2007-04-23 [colin] 2.9.1cvs15
756 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
758 2007-04-21 [colin] 2.9.1cvs14
760 * src/gtk/quicksearch.c
761 Fix previous commit (actually use correct
764 2007-04-21 [colin] 2.9.1cvs13
766 * src/gtk/quicksearch.c
767 Fix changing quicksearch type (after Esc,
768 after changing Recursive, ...)
770 2007-04-20 [wwp] 2.9.1cvs12
772 * src/gtk/Makefile.am
773 Added headers.h (completes 2.9.1cvs5).
775 2007-04-20 [wwp] 2.9.1cvs11
778 Fix the use of display name in name column,
779 it has been overriden w/ the use of nickname
780 by 2.9.0cvs3. Now nickname is used (if any)
781 in case of LDAP books only.
783 2007-04-20 [colin] 2.9.1cvs10
788 Add handling of 'a' to loop in a mail's
791 2007-04-20 [colin] 2.9.1cvs9
794 Fix bug 1190, 'dir_open' button doesn't work'
797 2007-04-20 [colin] 2.9.1cvs8
801 Fix bug 1194, 'Hardware keys move from email
802 list to account/directory list, but not back
803 to email list...' (Maemo)
805 2007-04-20 [colin] 2.9.1cvs7
808 complete previous commit
810 2007-04-20 [colin] 2.9.1cvs6
813 Fix bug 1187, 'Reply-to addressee disappears
814 when reply-to text box is clicked...' (Maemo)
816 2007-04-20 [wwp] 2.9.1cvs5
826 * src/prefs_display_header.c
827 * src/prefs_matcher.c
830 * src/gtk/quicksearch.c
831 Translate more header names according to the relevant option value,
832 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
833 Replaced nearly all uses of prefs_common.trans_hdr with a call
834 to prefs_common_translated_header_name().
835 Added a headers.h reference file that contains known header names
836 (RFC2822 and others) to the translation process' input, so that
837 translated header names will still exist even if no occurrence of
838 _("headername") is found anymore in the sources.
839 Don't translate column name 'Number' following to trans_hdr option
840 value as it's not a header name.
842 2007-04-20 [colin] 2.9.1cvs4
844 * src/gtk/quicksearch.c
845 * src/gtk/quicksearch.h
846 Add "From, To or Subject" quicksearch
847 type. Patch by ulfschaper@users.sf.net
849 2007-04-20 [colin] 2.9.1cvs3
852 Implement proper references filtering condition.
853 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
855 2007-04-19 [wwp] 2.9.1cvs2
857 * src/prefs_display_header.c
858 * src/message_search.c
859 Fix few warnings (g_free of const gchar*).
861 2007-04-19 [paul] 2.9.1cvs1
867 bump version number following
870 2007-04-19 [paul] 2.9.0cvs9
872 * manual/advanced.xml
873 * manual/glossary.xml
876 2007-04-18 [paul] 2.9.0cvs8
879 fix for CVE-2007-1558 (APOP)
882 2007-04-18 [paul] 2.9.0cvs7
888 Fix encoding woes wrt saving of
892 2007-04-18 [colin] 2.9.0cvs6
894 * src/gtk/pluginwindow.c
895 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
897 2007-04-17 [wwp] 2.9.0cvs5
903 Fix --disable-ldap build,
904 fix some LDAP annoyances on
905 searches, thanks to Colin.
907 2007-04-17 [wwp] 2.9.0cvs4
910 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
911 like gcc 2.9x. Thanks to Colin.
913 2007-04-17 [wwp] 2.9.0cvs3
929 Add LDAP write support. Patch mostly by
930 Michael <mir at datanom dot net>
932 2007-04-17 [wwp] 2.9.0cvs2
935 Prepend "Add to address book" to the context menu of compose window's sender and
938 2007-04-16 [paul] 2.9.0cvs1
943 2007-04-16 [paul] 2.9.0
950 2007-04-16 [paul] 2.8.1cvs102
953 updated by Fabien Vantard
955 2007-04-16 [paul] 2.8.1cvs101
965 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
966 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
967 Aleksandar Urosevic, and Ralgh Young
969 2007-04-15 [mones] 2.8.1cvs100
974 2007-04-14 [colin] 2.8.1cvs99
976 * src/message_search.c
977 * src/prefs_display_header.c
978 * src/summary_search.c
982 2007-04-14 [wwp] 2.8.1cvs98
985 * src/message_search.c
986 * src/summary_search.c
987 * src/prefs_display_header.c
988 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
989 returns NULL, get the text value directly from the GtkEntry child.
991 2007-04-13 [colin] 2.8.1cvs97
993 * src/gtk/quicksearch.c
994 Give the focus back to summaryview when
995 emptying the quicksearch with Esc
997 2007-04-13 [colin] 2.8.1cvs96
999 * src/message_search.c
1000 * src/prefs_display_header.c
1001 * src/summary_search.c
1002 Fix possibles crashes when getting text
1005 2007-04-13 [colin] 2.8.1cvs95
1008 Add some UIDL debugging
1010 2007-04-12 [colin] 2.8.1cvs94
1013 Force folder scan if necessary after
1014 copying mails, to be able to reapply
1017 2007-04-11 [colin] 2.8.1cvs93
1020 don't scan for new mail on startup if --select
1021 is specified (or race conditions arise). If so,
1022 do both sequentially.
1024 2007-04-09 [colin] 2.8.1cvs92
1027 Use leafpad by default on Maemo. Patch
1030 2007-04-06 [colin] 2.8.1cvs91
1032 * src/pixmaps/queue_close.xpm
1033 * src/pixmaps/queue_close_hrm.xpm
1034 * src/pixmaps/queue_close_hrm_mark.xpm
1035 * src/pixmaps/queue_close_mark.xpm
1036 * src/pixmaps/queue_open.xpm
1037 * src/pixmaps/queue_open_hrm.xpm
1038 * src/pixmaps/queue_open_hrm_mark.xpm
1039 * src/pixmaps/queue_open_mark.xpm
1040 Move the clock one pixel down :)
1042 2007-04-05 [colin] 2.8.1cvs90
1045 Don't sync when switching offline from
1046 command line - it's usually too late :)
1048 2007-04-05 [paul] 2.8.1cvs89
1051 * src/stock_pixmap.c
1052 * src/pixmaps/dir_close_hrm.xpm
1053 * src/pixmaps/dir_close_hrm_mark.xpm
1054 * src/pixmaps/drafts_close.xpm
1055 * src/pixmaps/drafts_close_mark.xpm
1056 * src/pixmaps/drafts_open.xpm
1057 * src/pixmaps/drafts_open_mark.xpm
1058 * src/pixmaps/inbox.xpm
1059 * src/pixmaps/inbox_close.xpm
1060 * src/pixmaps/inbox_close_hrm.xpm
1061 * src/pixmaps/inbox_close_hrm_mark.xpm
1062 * src/pixmaps/inbox_close_mark.xpm
1063 * src/pixmaps/inbox_hrm.xpm
1064 * src/pixmaps/inbox_hrm_mark.xpm
1065 * src/pixmaps/inbox_mark.xpm
1066 * src/pixmaps/inbox_open.xpm
1067 * src/pixmaps/inbox_open_hrm.xpm
1068 * src/pixmaps/inbox_open_hrm_mark.xpm
1069 * src/pixmaps/inbox_open_mark.xpm
1070 * src/pixmaps/outbox.xpm
1071 * src/pixmaps/outbox_close.xpm
1072 * src/pixmaps/outbox_close_hrm.xpm
1073 * src/pixmaps/outbox_close_hrm_mark.xpm
1074 * src/pixmaps/outbox_close_mark.xpm
1075 * src/pixmaps/outbox_hrm.xpm
1076 * src/pixmaps/outbox_hrm_mark.xpm
1077 * src/pixmaps/outbox_mark.xpm
1078 * src/pixmaps/outbox_open.xpm
1079 * src/pixmaps/outbox_open_hrm.xpm
1080 * src/pixmaps/outbox_open_hrm_mark.xpm
1081 * src/pixmaps/outbox_open_mark.xpm
1082 * src/pixmaps/queue_close.xpm
1083 * src/pixmaps/queue_close_hrm.xpm
1084 * src/pixmaps/queue_close_hrm_mark.xpm
1085 * src/pixmaps/queue_close_mark.xpm
1086 * src/pixmaps/queue_open.xpm
1087 * src/pixmaps/queue_open_hrm.xpm
1088 * src/pixmaps/queue_open_hrm_mark.xpm
1089 * src/pixmaps/queue_open_mark.xpm
1090 updated, added and replaced icons
1093 2007-04-04 [colin] 2.8.1cvs88
1096 Fix build without libetpan
1098 2007-04-03 [colin] 2.8.1cvs87
1101 Fix crash with Citadel, and try to make
1102 things work. this server (and specifically
1103 STATUS and APPEND at least) seems broken.
1105 2007-04-03 [colin] 2.8.1cvs86
1108 Fix icons on folder close
1110 2007-04-03 [colin] 2.8.1cvs85
1113 Fix double-ask of offline override in
1118 Much more efficient way to synchronise
1120 * src/etpan/imap-thread.c
1123 * src/gtk/quicksearch.c
1126 2007-04-03 [paul] 2.8.1cvs84
1131 * src/prefs_common.c
1132 * src/prefs_common.h
1134 Fix sync being done too late
1137 2007-04-02 [colin] 2.8.1cvs83
1140 Maemo: Put status and quicksearch at the top
1141 * src/plugins/bogofilter/bogofilter.c
1142 * src/plugins/spamassassin/spamassassin.c
1143 Derive trash from inbox if possible
1145 2007-04-02 [paul] 2.8.1cvs82
1147 * src/plugins/bogofilter/bogofilter_gtk.c
1148 a few English changes
1154 2007-04-02 [colin] 2.8.1cvs81
1156 * src/image_viewer.c
1157 Fix transparent images by using
1160 Flush events (on new windows) to avoid
1161 having the textview's image resize fail
1162 to know the available width
1164 2007-04-01 [colin] 2.8.1cvs80
1166 * src/prefs_account.c
1167 If no MH mailbox exist, when creating a POP/Local
1168 account, just create and use the default one
1169 instead of bailing with a "Mailbox doesn't exist"
1172 2007-03-31 [colin] 2.8.1cvs79
1174 * src/prefs_account.c
1175 Create signature file if it doesn't exist
1177 * src/prefs_toolbar.c
1178 Maemo: Move "Use default" on the left so
1179 that people can find it
1181 Maemo: make default editor "Maemopad",
1182 default signature file "MyDocs/signature.txt"
1184 2007-03-31 [colin] 2.8.1cvs78
1186 * src/prefs_account.c
1187 Maemo: rework account prefs so
1188 that less horizontal scrolling
1191 2007-03-31 [colin] 2.8.1cvs77
1194 * src/prefs_common.c
1195 * src/prefs_common.h
1196 Fix bug 1167, 'Allow not displaying zeros
1197 in folder list'. Patch by MartinP
1199 2007-03-31 [colin] 2.8.1cvs76
1204 2007-03-31 [colin] 2.8.1cvs75
1207 Apply patch from bug 1172, direct
1208 access to the folder's session instead
1209 of using getter. Patch by MartinP
1211 2007-03-31 [paul] 2.8.1cvs74
1214 no need to list Fabien twice!
1216 2007-03-31 [colin] 2.8.1cvs73
1219 If we're currently "overriding for %d minutes",
1222 2007-03-31 [colin] 2.8.1cvs72
1230 * src/plugins/spamassassin/spamassassin.c
1231 Offline override: Add a parameter to allow
1232 asking even if the override timer is running.
1233 Allows to ask every time the user makes an
1234 explicit action needing online access (such
1235 as Get Mail), and not when the action is
1236 implicit (such as opening an IMAP folder)
1238 2007-03-31 [colin] 2.8.1cvs71
1241 Override offline: "No" answer shouldn't
1242 re-ask after 3 seconds, but 10 minutes.
1244 2007-03-30 [colin] 2.8.1cvs70
1246 * src/common/socket.c
1247 Better error reporting on unix socket
1248 failure (bind usually)
1249 * src/gtk/gtkutils.c
1250 * src/gtk/gtkutils.h
1251 Label window: add a pulsing progress
1252 bar to show we're not hung :)
1255 * src/plugins/pgpcore/sgpgme.c
1258 2007-03-30 [colin] 2.8.1cvs69
1261 * src/prefs_common.c
1262 Fix possible trashing of history and uidl
1263 files on disk full problems
1265 2007-03-30 [paul] 2.8.1cvs68
1270 update summary when changing layout type
1271 (fixes wrong folder icon being displayed)
1274 2007-03-29 [colin] 2.8.1cvs67
1276 * src/prefs_ext_prog.c
1277 The browser pref is irrelevant on Maemo
1279 2007-03-29 [colin] 2.8.1cvs66
1283 Maemo: dynamically switch headers/text position
1284 * src/prefs_common.c
1285 Maemo: hide compose's ruler by default
1286 * src/common/socket.c
1287 * src/common/socket.h
1290 2007-03-29 [colin] 2.8.1cvs65
1292 * src/common/socket.c
1293 * src/common/socket.h
1294 Fix build when MAEMO_CFLAGS contains
1295 _X_OPENSOURCE (resolv.h errors as long
1296 as we don't add _BSD_SOURCE. Ugly).
1298 2007-03-29 [wwp] 2.8.1cvs64
1300 * src/prefs_logging.c
1301 Fix sensitivity of clip-log widgets in prefs/logging,
1304 2007-03-29 [wwp] 2.8.1cvs63
1307 Updated files list for translations, thanks to Fabien.
1309 2007-03-29 [colin] 2.8.1cvs62
1312 * src/common/Makefile.am
1313 * src/common/utils.c
1314 Maybe make URI opening work in Maemo
1317 2007-03-28 [colin] 2.8.1cvs61
1322 Add the possibility to sort folders arbitrarily
1323 (via editing of folderlist.xml only). Patch by
1324 Martin P <mp26+claws@os.inf.tu-dresden.de>
1325 Fixes bug 1166, 'Folder ordering is fixed and cannot
1326 be changed by the user'
1328 2007-03-28 [colin] 2.8.1cvs60
1331 Add popup menu for mime icons
1333 2007-03-28 [colin] 2.8.1cvs59
1336 Fix a layout issue when presenting
1337 mainwindow in Small screen layout
1340 Add a "Go to folder list" button for
1341 mainwindow, and make it default in
1344 2007-03-28 [colin] 2.8.1cvs58
1347 Don't dynamically update title on Maemo
1348 Patch by Jean-Luc Biord
1350 2007-03-27 [colin] 2.8.1cvs57
1355 Enable tap-and-hold on Maemo
1357 2007-03-26 [colin] 2.8.1cvs56
1360 More popup-menu (in attachments list)
1362 2007-03-26 [colin] 2.8.1cvs55
1365 Enable popup-menu signal
1367 2007-03-26 [colin] 2.8.1cvs54
1369 * src/plugins/pgpinline/pgpinline.c
1370 Fix bug 1111, 'PGP/inline plugin hides text
1371 around encrypted text block'. Patch based on
1372 a patch from Michal Cihar.
1374 2007-03-26 [wwp] 2.8.1cvs53
1377 Fix getting a false error when sending queued message
1378 whereas the sending was fine (if there are subfolders
1379 in the queue folder), thanks to Colin.
1381 2007-03-26 [paul] 2.8.1cvs52
1384 update FACE header in welcome message
1386 2007-03-25 [colin] 2.8.1cvs51
1391 2007-03-25 [colin] 2.8.1cvs50
1394 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1396 2007-03-24 [colin] 2.8.1cvs49
1399 Fix a few launch problems on Maemo
1400 Patch by Jean-Luc Biord
1402 2007-03-24 [wwp] 2.8.1cvs48
1408 Fix wrong action performed when closing the
1409 "ask about account specific filtering rules
1410 when filtering manually" dialog by pressing Escape.
1411 Fix wrong order of buttons in the "return receipt
1412 notification - the message was sent to several of
1413 your accounts" dialog.
1415 2007-03-24 [paul] 2.8.1cvs47
1418 an improvement to English usage
1419 * tools/kdeservicemenu/README
1422 2007-03-24 [paul] 2.8.1cvs46
1425 * src/stock_pixmap.c
1426 * src/pixmaps/edit_extern.xpm
1427 * src/pixmaps/mail_sign.xpm
1428 rescue long lost icons
1430 2007-03-24 [paul] 2.8.1cvs45
1433 fix toolbar (broken in 2.8.1cvs42)
1435 2007-03-23 [colin] 2.8.1cvs44
1438 Correctly unsubscribe/resubscribe after
1441 2007-03-23 [colin] 2.8.1cvs43
1443 * src/prefs_common.c
1444 Maemo: as the platform is light on RAM, allow
1445 caches to be discarded faster.
1447 2007-03-23 [colin] 2.8.1cvs42
1452 * src/stock_pixmap.c
1453 * src/stock_pixmap.h
1458 * src/pixmaps/open_mail.xpm
1459 Maemo changes: Add the possibility to have
1460 "Open Email" and "Close Window" buttons on
1461 toolbars (and use them in Maemo's default
1464 2007-03-23 [wwp] 2.8.1cvs41
1467 Reverted that part of the action dialog closure logics, to
1468 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1469 done later in a different way (or may not).
1471 2007-03-22 [wwp] 2.8.1cvs40
1474 Fix sticky action dialog when got no output but action command
1475 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1477 2007-03-22 [colin] 2.8.1cvs39
1479 * src/prefs_filtering.c
1480 * src/gtk/combobox.h
1481 Fix escaping account names in filtering prefs
1483 2007-03-22 [colin] 2.8.1cvs38
1488 Add any attribute specified in LDAP servers'
1489 Search attributes to the Other Attributes tab
1490 of contacts; Add 'telephoneNumber' in the
1493 2007-03-22 [colin] 2.8.1cvs37
1498 Try to prevent race conditions when
1499 changing the folder list
1501 Fix possible red folder icon when
1502 switching from Small screen layout
1505 2007-03-22 [colin] 2.8.1cvs36
1510 Rename "little screen" to "Small screen"
1511 * src/gtk/Makefile.am
1512 * src/common/utils.c
1514 Fix Maemo-related compilation problems
1516 2007-03-21 [colin] 2.8.1cvs35
1520 * claws-mail.desktop
1521 Remove .png from the Icon, it's useless
1523 2007-03-21 [colin] 2.8.1cvs34
1527 Add the necessary lib checking for
1530 2007-03-21 [colin] 2.8.1cvs33
1533 Fix unconditional "error happened" when
1534 sending via command-line. "lol @ myself"
1536 2007-03-21 [colin] 2.8.1cvs32
1538 * claws-mail-40x40.png
1539 * claws-mail-26x26.png
1549 * src/prefs_account.c
1550 * src/prefs_common.c
1551 * src/summary_search.c
1555 * src/gtk/gtkutils.c
1556 * src/gtk/gtkutils.h
1557 * src/gtk/logwindow.c
1559 * src/gtk/prefswindow.c
1560 Add Maemo port (patch mainly by Jean-Luc Biort)
1561 Add a new 'Little screen' layout to help on such
1562 platforms (patch by me)
1563 Make some default preferences different (more
1564 adapted) on Maemo (patch by me)
1566 2007-03-21 [wwp] 2.8.1cvs31
1568 * src/prefs_logging.c
1569 * src/prefs_logging.h
1570 Fixed copyright header of newly added files.
1572 2007-03-21 [wwp] 2.8.1cvs30
1588 * src/prefs_common.c
1589 * src/prefs_common.h
1590 * src/prefs_logging.c
1591 * src/prefs_logging.h
1594 * src/send_message.c
1599 * src/common/session.c
1601 * src/common/socket.c
1602 * src/etpan/imap-thread.c
1603 * src/gtk/logwindow.c
1604 * src/gtk/logwindow.h
1605 * src/plugins/bogofilter/bogofilter.c
1606 * src/plugins/spamassassin/spamassassin.c
1607 Added debugging of filtering/processing rules.
1608 The debug log is here 'Tools/Filtering debug window',
1609 the options there 'Configuration/Preferences/Other/Logging',
1610 and the log file is ~/.claws-mail/filtering.log.
1611 Moved protocol log prefs to 'Other/Logging' as well.
1612 To support such debugging feature, the existing log API has
1613 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1614 this impacts many external modules (commits follow).
1616 2007-03-21 [paul] 2.8.1cvs29
1618 * src/etpan/Makefile.am
1619 * src/etpan/imap-thread.c
1620 add missing #include
1622 2007-03-21 [colin] 2.8.1cvs28
1625 Fix bug 1157, 'some broken messages confuse
1626 mime parser'. Make sure we can't have MimeInfos
1627 with negative sizes.
1629 2007-03-20 [colin] 2.8.1cvs27
1632 Fix missing \0 on buffer
1634 2007-03-20 [colin] 2.8.1cvs26
1637 Use make_dir_hier instead of make_dir
1638 to create the MH mailbox
1640 2007-03-20 [colin] 2.8.1cvs25
1644 * src/prefs_account.c
1646 Fix default inbox weirdnesses (after wizard,
1647 if path is Mail, mailbox identifier is #mh/Mailbox,
1648 and when creating new accounts)
1650 2007-03-20 [colin] 2.8.1cvs24
1653 Write folderlist after adding/deleting accounts
1656 2007-03-20 [colin] 2.8.1cvs23
1659 * src/remotefolder.h
1660 Fix bug 1153, 'CM segfaults if IMAP folder is
1661 selected while scanning prior to update'
1663 2007-03-17 [paul] 2.8.1cvs22
1666 fix a typo, and be a little more verbose.
1668 2007-03-17 [wwp] 2.8.1cvs21
1671 Fix a compiler warning.
1673 2007-03-16 [wwp] 2.8.1cvs20
1677 Updated to deal w/ the new mairix.sh tool.
1679 2007-03-16 [wwp] 2.8.1cvs19
1682 Fix logics issues around the action IO dialog:
1683 - disable entry widget and exec button when
1684 the exec button is clicked (don't wait for any
1685 output line) - fix possible disabling/re-enabling/
1686 re-disabling of those widgets
1687 - raise an error if executing a %as{} action either
1688 empty or invalid, instead of failing silently
1689 - don't close the dialog if the abort button has been
1690 clicked and if there was no output yet
1691 - set focus to the abort button when the exec button
1693 - fix capitalization of a warning message
1695 2007-03-16 [wwp] 2.8.1cvs18
1698 Added a wrapper to mairix to the tools folder.
1700 2007-03-16 [colin] 2.8.1cvs17
1704 Allow mimeviewer plugins to print
1707 2007-03-16 [colin] 2.8.1cvs16
1712 2007-03-15 [colin] 2.8.1cvs15
1716 Add a way for mimeviewer plugins to
1717 implement body search
1719 2007-03-15 [paul] 2.8.1cvs14
1721 * src/prefs_spelling.c
1724 2007-03-15 [paul] 2.8.1cvs13
1726 * src/common/quoted-printable.c
1727 fix decoding of quoted-printable parts
1729 2007-03-14 [wwp] 2.8.1cvs12
1731 * src/gtk/logwindow.h
1732 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1734 2007-03-14 [wwp] 2.8.1cvs11
1736 * src/gtk/logwindow.h
1737 Complete 2.8.1cvs10.
1739 2007-03-14 [colin] 2.8.1cvs10
1741 * src/gtk/logwindow.c
1742 Probably fix bug 1149, crash on logwindow
1743 close - at the expense of performance once
1744 logwin has been opened
1746 2007-03-14 [colin] 2.8.1cvs9
1749 If claws-mail is running on another
1750 display, warn instead of popping it up
1751 on the other display
1753 2007-03-12 [colin] 2.8.1cvs8
1756 Fix bug 1145, 'Setting a different name
1757 for the Mailbox name isn't reflected in
1758 default account settings'. Patch by wwp
1760 2007-03-12 [colin] 2.8.1cvs7
1763 Fix bug 1143, 'Add number of messages to be
1764 deleted to confirmation dialog'
1766 2007-03-12 [wwp] 2.8.1cvs6
1769 * src/prefs_common.c
1770 * src/prefs_common.h
1771 * src/prefs_summaries.c
1772 Changed the option that displays unread messages count
1773 next to the folder name in folder list: it is now
1774 possible to either display nothing, display the
1775 unread messages number only or the unread and total messages
1776 numbers. The patch includes this extra feature as well
1777 as some minor fixes by rewriting the algo in folderview.c.
1778 Thanks to Paul for the original idea and implementation, plus
1779 testing and proof-reading!
1781 2007-03-09 [paul] 2.8.1cvs5
1785 * tools/claws-mail-compose-insert-files.pl
1786 added a script which enables inserting files
1787 into the message body of a new Claws Mail
1788 Compose window from the command line. Additionally
1789 To, Cc, Subject and files to attach to the message
1792 2007-03-09 [wwp] 2.8.1cvs4
1797 Optimize matching of addresses in the addressbook
1798 (filtering/processing 'found_in_addressbook' condition).
1800 2007-03-07 [wwp] 2.8.1cvs3
1803 * src/quote_fmt_lex.l
1804 * src/quote_fmt_parse.y
1805 Add a new quote format symbol: %A to insert the
1806 sender email address (just the address itself).
1808 2007-03-06 [wwp] 2.8.1cvs2
1810 * src/gtk/gtkutils.c
1811 * src/plugins/trayicon/trayicon_prefs.h
1812 * src/plugins/trayicon/trayicon_prefs.c
1813 * src/plugins/trayicon/trayicon.c
1816 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1817 minimizing Claws-Mail main window will hide it to the trayicon instead.
1820 2007-03-06 [paul] 2.8.1cvs1
1826 bump version number following
1829 2007-03-06 [paul] 2.8.0cvs24
1832 corrected by by Tim <timbrain@post.cz>
1834 2007-03-05 [colin] 2.8.0cvs23
1838 Fix mime/globs path on NetBSD
1839 patch by George Michaelson
1841 2007-03-05 [wwp] 2.8.0cvs22
1844 Remove debug statement (accidentally committed w/ cvs14).
1846 2007-03-05 [paul] 2.8.0cvs21
1848 * src/plugins/pgpcore/prefs_gpg.c
1849 fix compiler warning
1851 2007-03-05 [wwp] 2.8.0cvs20
1853 * src/matcher_parser_parse.y
1854 Fix mismerge between cvs17 and cvs19.
1856 2007-03-05 [wwp] 2.8.0cvs19
1858 * src/matcher_parser_parse.y
1859 * src/prefs_filtering_action.c
1864 Add new 'add_to_addressbook' filtering/processing action.
1866 2007-03-05 [wwp] 2.8.0cvs18
1869 Fix mark_as_ham filtering/processing action: spam flag
1872 2007-03-04 [colin] 2.8.0cvs17
1877 * src/matcher_parser_parse.y
1878 * src/prefs_filtering_action.c
1879 Add 'Mark as spam' and 'Mark as ham' filtering
1880 actions. Fixes bug 1138.
1882 2007-03-04 [colin] 2.8.0cvs16
1885 Fix bug 1140, wrong return value
1888 2007-03-04 [wwp] 2.8.0cvs15
1891 Rollback cvs14: don't free stuff that is managed in g_list.
1893 2007-03-04 [wwp] 2.8.0cvs14
1896 Fix a leak in address completion code.
1898 2007-03-04 [colin] 2.8.0cvs13
1901 Maybe fix bug 1136, 'Crash in group
1904 2007-03-04 [iwkse] 2.8.0cvs12
1907 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1909 2007-03-03 [colin] 2.8.0cvs11
1911 * src/plugins/pgpinline/pgpinline.c
1912 Fix off-by-one, fix double-free. Fixes
1913 bug 1135, 'cm-segfault on decrypting
1916 2007-03-03 [colin] 2.8.0cvs10
1920 * src/common/plugin.c
1921 Fix bug 1134, 'Valgrind macros unhandled
1924 2007-03-02 [colin] 2.8.0cvs9
1927 Don't error out on EAGAIN. Fixes
1928 bug 1129, '"local mbox file" account
1929 isn't retrieving mails'
1931 2007-03-01 [wwp] 2.8.0cvs8
1934 * src/gtk/colorlabel.c
1935 Remove accels for extra color labels until we set better
1936 and definitive ones.
1938 2007-02-28 [wwp] 2.8.0cvs7
1941 * src/matcher_parser_parse.y
1942 * src/prefs_common.c
1943 * src/prefs_msg_colors.c
1945 * src/gtk/colorlabel.c
1946 * src/gtk/colorlabel.h
1947 Add more customizable color labels. Cleaned up a bit
1948 the color label API to avoid duplicate defines of
1949 the max number of colors.
1951 2007-02-27 [colin] 2.8.0cvs6
1954 * src/common/utils.c
1955 * src/common/utils.h
1956 Fix '+' in mailto URIs for List-* headers
1958 2007-02-27 [colin] 2.8.0cvs5
1960 * src/gtk/gtkutils.c
1961 Use gtk_window_set_role instead of
1964 2007-02-27 [colin] 2.8.0cvs4
1967 Fix "After receiving new mail, go to inbox" on IMAP,
1968 and make it work only on manual reception
1970 2007-02-27 [wwp] 2.8.0cvs3
1972 * src/prefs_filtering.c
1973 * src/prefs_filtering_action.c
1974 * src/prefs_matcher.c
1975 Update filtering matcher's and action's color label menus
1976 when re-opening those dialogs (reflect any change to the
1977 color labels list in the preferences).
1979 2007-02-27 [colin] 2.8.0cvs2
1982 * src/etpan/etpan-thread-manager-types.h
1983 * src/etpan/etpan-thread-manager.c
1984 * src/etpan/imap-thread.c
1985 Log imap ALERTs as errors in the log.
1987 2007-02-26 [paul] 2.8.0cvs1
1989 * tools/claws.i18n.status.pl
1992 2007-02-26 [paul] 2.7.2cvs75
2006 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2007 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
2008 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
2009 Aleksandar Urosevic, and Ralgh Young
2011 2007-02-25 [mones] 2.7.2cvs74
2016 2007-02-25 [colin] 2.7.2cvs73
2019 Clearing the list is only useful
2020 to prevent a valgrind false-positive
2022 2007-02-25 [paul] 2.7.2cvs72
2026 * tools/kmail-mailbox2claws-mail.pl **ADDED**
2027 * tools/maildir2claws-mail.pl **REMOVED**
2028 renamed the script, fixed a couple bugs
2030 2007-02-23 [colin] 2.7.2cvs71
2033 Fix a leak, check for a few improbable nulls
2035 2007-02-23 [colin] 2.7.2cvs70
2039 * src/plugins/trayicon/trayicon.c
2040 Fix blinking mainwin when starting in tray
2041 (show mainwindow later in the startup process,
2042 apart if restarting post-crash)
2044 2007-02-23 [colin] 2.7.2cvs69
2048 Fix crash when unsubscribing the currently
2049 selected/opened folder
2051 2007-02-23 [colin] 2.7.2cvs68
2054 Fix bug that prevented colorization to
2055 work without wrap quotation option
2057 2007-02-23 [colin] 2.7.2cvs67
2060 Fix refcounting, start and end completion who
2061 behaved as if there couldn't be any other current
2064 2007-02-23 [wwp] 2.7.2cvs66
2068 Address completion fixes: fix addressbook_peek_folder_exists() in
2069 which the algorithm was ridiculously over-obfuscated and broken.
2070 Fix addrindex_load_completion() as well, to load addresses in
2071 completion list with regards to what addressbook_peek_folder_exists()
2074 2007-02-23 [wwp] 2.7.2cvs65
2077 Add addresses to completion when they're non-empty (thanks to Colin).
2079 2007-02-23 [paul] 2.7.2cvs64
2081 * src/plugins/pgpcore/passphrase.c
2084 2007-02-23 [colin] 2.7.2cvs63
2086 * src/plugins/pgpcore/prefs_gpg.c
2087 * src/plugins/pgpcore/prefs_gpg.h
2088 * src/plugins/pgpcore/sgpgme.c
2089 * src/plugins/pgpinline/pgpinline.c
2090 * src/plugins/pgpmime/pgpmime.c
2091 Try harder to respect user's choice wrt
2092 gpg-agent even with gpg2, by unsetting
2093 GPG_AGENT_INFO when necessary.
2095 2007-02-22 [paul] 2.7.2cvs62
2097 * src/plugins/pgpcore/sgpgme.c
2098 * src/plugins/pgpcore/sgpgme.h
2099 * src/plugins/pgpcore/passphrase.c
2100 * src/plugins/pgpinline/pgpinline.c
2101 * src/plugins/pgpmime/pgpmime.c
2102 Fix a leak - gpgme_data_release_and_get_mem
2103 leaks in recent gpgme. Workaround by using
2106 2007-02-22 [paul] 2.7.2cvs61
2108 * src/gtk/quicksearch.c
2109 Abandon dynamic search when pressing
2112 2007-02-21 [colin] 2.7.2cvs60
2115 * src/plugins/pgpcore/passphrase.c
2116 Fix little memory leaks
2118 Fix false-positive leak at exit
2119 * src/gtk/quicksearch.c
2120 Fix potentially big leak in recursive
2123 2007-02-21 [wwp] 2.7.2cvs59
2126 Add missing newline to a debug message.
2128 2007-02-20 [colin] 2.7.2cvs58
2132 * src/stock_pixmap.c
2133 * src/stock_pixmap.h
2134 * src/pixmaps/mime_pgpsig.xpm
2135 Add icon for application/pgp-signature
2137 2007-02-20 [colin] 2.7.2cvs57
2142 * src/stock_pixmap.c
2143 * src/stock_pixmap.h
2144 * src/pixmaps/mime_calendar.xpm
2145 * src/pixmaps/mime_pdf.xpm
2146 * src/pixmaps/mime_ps.xpm
2147 Add icons for text/calendar, application/pdf
2148 and application/postscript
2150 2007-02-20 [colin] 2.7.2cvs56
2153 * src/matcher_parser_parse.y
2154 * src/matcher_parser_lex.l
2155 Fix big memory leak in flex, and
2158 2007-02-20 [wwp] 2.7.2cvs55
2160 * src/matcher_parser_parse.y
2161 Fix a duplicate token definition (thanks to iwkse).
2163 2007-02-20 [wwp] 2.7.2cvs54
2165 * src/matcher_parser_lex.l
2166 * src/quote_fmt_lex.l
2167 Use proper flex options instead of direct use of #define,
2168 make the flex-generated C lighter.
2170 2007-02-20 [colin] 2.7.2cvs53
2173 Grab focus in message list after hiding
2174 the quicksearch, instead of leaving it
2177 2007-02-19 [colin] 2.7.2cvs52
2180 Fix bug 1033, 'Automatically refresh
2181 message list when new messages arrives'
2182 Looks like folderview->opened can sometimes
2185 2007-02-19 [paul] 2.7.2cvs51
2189 * tools/thunderbird-filters-convertor.pl
2190 add new script which converts thunderbird filter
2191 rules to Claws filter rules
2193 2007-02-18 [paul] 2.7.2cvs50
2195 * src/plugins/pgpcore/prefs_gpg.c
2196 * src/plugins/pgpcore/prefs_gpg.h
2197 * src/plugins/pgpcore/sgpgme.c
2198 * src/plugins/pgpinline/pgpinline.c
2199 * src/plugins/pgpmime/pgpmime.c
2200 improved GUI interoperability with gpg-agent
2202 2007-02-18 [paul] 2.7.2cvs49
2204 * src/prefs_account.c
2205 Privacy options sensitivity fix
2207 2007-02-17 [colin] 2.7.2cvs48
2210 Reset icon to warning in the noticeview
2212 2007-02-15 [colin] 2.7.2cvs47
2215 Fix a manifestation of bug 1033 (summaryview failing
2216 to update for new mails), which happens after editing
2217 account preferences or preferences that cause a
2220 2007-02-15 [colin] 2.7.2cvs46
2223 Probably fix bug 1123, 'Segmentation
2224 fault while opening address book'. I get
2225 g_warnings if the saved paned position is
2226 not greater than 0. Also, save position
2227 when hiding the addressbook instead of
2230 2007-02-14 [colin] 2.7.2cvs45
2232 * src/plugins/pgpcore/prefs_gpg.c
2233 * src/plugins/pgpcore/prefs_gpg.h
2234 * src/plugins/pgpcore/sgpgme.c
2235 * src/plugins/pgpinline/pgpinline.c
2236 * src/plugins/pgpmime/pgpmime.c
2237 Add an option "Use gpg-agent if available". Fixes
2238 annoyances with distro-installed gpg-agent, when
2239 no pinentry program is installed, and the user's
2240 at a loss on why "decryption failed". Makes more
2241 clear why passphrase isn't saved when gpg-agent is
2242 used. Defaults to true, to avoid changing the
2245 2007-02-14 [wwp] 2.7.2cvs44
2247 * src/matcher_parser_parse.y
2248 Fix missing line number reset (wrong line number might appear
2249 when re-loading filtering rules if there's a parser error).
2251 2007-02-13 [colin] 2.7.2cvs43
2253 * src/common/utils.c
2254 Don't encode ',' in URIs before passing it
2255 to the browser command-line. It was probably
2256 done at a time where commas in URIs made
2257 mozilla -remote 'openurl(%s,new-window)'
2260 2007-02-13 [wwp] 2.7.2cvs42
2262 * src/prefs_matcher.c
2263 * src/plugins/bogofilter/bogofilter_gtk.c
2264 A bit of string factorization around "Select ..." buttons.
2266 2007-02-11 [colin] 2.7.2cvs41
2269 Make sure to escape the title
2271 2007-02-11 [colin] 2.7.2cvs40
2274 Recognize .utf8 locales as .UTF-8 ones
2276 2007-02-11 [colin] 2.7.2cvs39
2279 Fix code conversion when dragging a file
2281 2007-02-09 [colin] 2.7.2cvs38
2283 * src/plugins/clamav/clamav_plugin.c
2284 Complete Paul's patch with conditional
2285 compilation to avoid breaking compilation
2286 on old Dapper and Edgy... Maybe other
2289 2007-02-09 [paul] 2.7.2cvs37
2291 * src/plugins/clamav/clamav_plugin.c
2292 fix for the upstream changes in libclamav
2294 2007-02-09 [paul] 2.7.2cvs36
2300 fix "warn if there are queued messages" (on exit)
2301 option, which only checked the first mailbox's
2303 don't ask before emptying trash if there are no
2304 messages in trash, also check and empty all trash
2307 move "Ask before emptying trash" option
2308 outside of the "On exit" frame as it's
2309 not only an "On exit" option
2311 2007-02-09 [paul] 2.7.2cvs35
2316 * src/prefs_account.c
2317 * src/prefs_folder_item.c
2319 * src/prefs_matcher.c
2320 * src/prefs_message.c
2321 * src/prefs_msg_colors.c
2322 * src/prefs_summaries.c
2324 * src/gtk/inputdialog.c
2325 * src/plugins/bogofilter/bogofilter_gtk.c
2326 pedantic commit: use 'checkbtn' everywhere
2327 instead of a mixture of 'checkbtn' and 'chkbtn'
2329 2007-02-09 [paul] 2.7.2cvs34
2335 move "Never send Return Receipts" from
2336 prefs_other to prefs_send
2337 add an option "Ask about account specific
2338 filtering rules..." to prefs_other
2339 * src/gtk/gtkutils.c
2340 fix a compiler warning
2342 2007-02-08 [colin] 2.7.2cvs33
2344 * src/plugins/pgpinline/pgpinline.c
2345 Fix bug 1110, 'pgpmime fails to process
2346 encapsulated openpgp mime (rfc 3156, 6.1
2348 It was due to an interaction between PGP/Mime
2349 and PGP/Inline plugin.
2351 2007-02-08 [colin] 2.7.2cvs32
2356 Fix bug 1117, 'fcntl locking code
2357 does not work in mbox.c'
2359 2007-02-08 [colin] 2.7.2cvs31
2361 * src/prefs_account.c
2362 Fix Gentoo bug 165819, 'can't create
2363 a "local mbox file" account'. Patch
2364 by Olivier <castan.o@free.fr>
2366 2007-02-07 [colin] 2.7.2cvs30
2369 Fix bug 1106, 'Claws crash on exit if LDAPS
2370 autocompletion was used'
2372 2007-02-07 [paul] 2.7.2cvs29
2375 cut down on unnecessary debug_prints
2377 fix menu_set_active() on 'Show only
2380 2007-02-07 [paul] 2.7.2cvs28
2382 * src/plugins/clamav/clamav_plugin.c
2383 * src/plugins/clamav/clamav_plugin.h
2384 * src/plugins/clamav/clamav_plugin_gtk.c
2385 fix copyright header
2387 2007-02-07 [paul] 2.7.2cvs27
2390 fix bug 1116, 'summary view allow a
2393 2007-02-06 [colin] 2.7.2cvs26
2398 2007-02-05 [fabien] 2.7.2cvs25
2402 i18n related - 1 fix and 1 message for translators.
2404 2007-02-05 [colin] 2.7.2cvs24
2406 * src/gtk/quicksearch.c
2407 Don't reload summary list if quicksearch wasn't
2408 active on hiding; move currently selected mail in
2409 the visible area when showing the quicksearch
2411 2007-02-05 [colin] 2.7.2cvs23
2414 Add debug to try to solve bug 1104
2416 2007-02-05 [paul] 2.7.2cvs22
2419 confirm before emptying trash on exit is
2420 a Yes or No answer, use Yes or No in the
2423 2007-02-04 [colin] 2.7.2cvs21
2426 * src/plugins/pgpcore/passphrase.c
2427 * src/plugins/pgpcore/select-keys.c
2428 Set wmclass on new windows
2434 2007-02-04 [colin] 2.7.2cvs20
2438 Auto save drafts on exit, reopen them
2439 at startup, instead of asking
2443 * src/addressbook_foldersel.c
2451 * src/editldap_basedn.c
2464 * src/message_search.c
2466 * src/prefs_actions.c
2467 * src/prefs_customheader.c
2468 * src/prefs_display_header.c
2469 * src/prefs_filtering.c
2470 * src/prefs_filtering_action.c
2471 * src/prefs_folder_column.c
2473 * src/prefs_matcher.c
2475 * src/prefs_summaries.c
2476 * src/prefs_summary_column.c
2477 * src/prefs_template.c
2478 * src/sourcewindow.c
2480 * src/summary_search.c
2483 * src/gtk/description_window.c
2484 * src/gtk/foldersort.c
2485 * src/gtk/gtkutils.c
2486 * src/gtk/gtkutils.h
2487 * src/gtk/icon_legend.c
2488 * src/gtk/logwindow.c
2489 * src/gtk/pluginwindow.c
2490 * src/gtk/prefswindow.c
2491 Give different wmclass to different
2492 windows - thanks to sed ;)
2494 2007-02-04 [colin] 2.7.2cvs19
2497 Revert previous patch, can't reproduce
2500 2007-02-03 [colin] 2.7.2cvs18
2503 Don't save the mainwindow size and
2504 position on emergency exit (libSM's
2505 "die" callback), Xfce seems to make
2506 the window smaller just before the
2509 2007-02-03 [colin] 2.7.2cvs17
2511 * src/plugins/bogofilter/bogofilter.c
2512 * src/plugins/bogofilter/bogofilter.h
2513 * src/plugins/bogofilter/bogofilter_gtk.c
2514 * src/plugins/pgpinline/pgpinline.c
2515 * src/plugins/pgpinline/pgpinline.h
2518 2007-02-03 [colin] 2.7.2cvs16
2520 * src/partial_download.c
2521 * src/partial_download.h
2528 * src/common/ssl_certificate.c
2529 * src/common/ssl_certificate.h
2530 * src/gtk/quicksearch.c
2531 * src/gtk/quicksearch.h
2532 * src/gtk/sslcertwindow.c
2533 * src/gtk/sslcertwindow.h
2534 Fix copyright on my files
2536 2007-02-02 [colin] 2.7.2cvs15
2546 Add Tools/List URIs to allow
2547 opening any URI in the current mail
2549 2007-02-02 [colin] 2.7.2cvs14
2551 * src/common/valgrind.h ** NEW FILE **
2552 * src/common/Makefile.am
2553 * src/common/plugin.c
2554 Don't dlclose the plugins if we're running
2555 under valgrind. (doesn't require valgrind
2556 either at compile time or run time).
2558 2007-02-01 [paul] 2.7.2cvs13
2562 * tools/freshmeat_search.pl
2563 * tools/google_search.pl
2564 * tools/multiwebsearch.pl
2565 add support for non ISO-8859-1 compatible locales
2566 Patch by Alex Gorbachenko <agent_007@immo.ru>
2568 2007-02-01 [colin] 2.7.2cvs12
2571 * src/prefs_summaries.c
2572 Move keybinding prefs to the Other page
2574 2007-02-01 [wwp] 2.7.2cvs11
2576 * src/plugins/trayicon/trayicon.c
2577 Fix a raising issue within KDE.
2579 2007-02-01 [colin] 2.7.2cvs10
2582 Fix stray quotes in encoded strings
2584 Fix wrong call causing g_warnings
2586 Remove useless message
2588 2007-01-31 [wwp] 2.7.2cvs9
2590 * src/plugins/trayicon/trayicon.c
2591 fix buggy hiding of main window when closing if close-to-tray
2592 is not set (bad logics in the trayicon hook code).
2593 Changed the quit confirmation message too.
2595 2007-01-30 [colin] 2.7.2cvs8
2598 Fix hidden mainwindow after clicking on
2599 the X close button, if compose windows
2600 exist and the user chooses not to quit
2602 2007-01-30 [colin] 2.7.2cvs7
2606 Handle local URIs to attach files (file:///...)
2607 Fixes attaching files from Thunar for example
2609 2007-01-30 [colin] 2.7.2cvs6
2611 * src/prefs_ext_prog.c
2612 Add 'mousepad' to the list of text editors.
2613 Mousepad is XFCE's text editor
2615 2007-01-29 [wwp] 2.7.2cvs5
2618 * src/plugins/trayicon/trayicon_prefs.c
2619 trayicon i18n fixes, thanks to Fabien.
2621 2007-01-28 [wwp] 2.7.2cvs4
2625 * src/plugins/trayicon/trayicon.c
2626 * src/plugins/trayicon/trayicon_prefs.c
2627 * src/plugins/trayicon/trayicon_prefs.h
2628 Added a new TrayIcon plugin option to close to tray
2629 (WM's hotkey and [X] button will hide the window instead
2630 of closing it - closing CM can be done using the tray icon
2631 menu or the File menu).
2632 Improved visibility handling in trayicon, clicking the
2633 trayicon now raise the window to current desktop when it
2634 was either minimized/shaded/on another desktop.
2635 Thanks to Paul for testing and fixing a strange behaviour
2638 2007-01-27 [paul] 2.7.2cvs3
2640 * src/prefs_folder_item.c
2641 * src/prefs_receive.c
2642 * src/plugins/pgpcore/prefs_gpg.c
2643 use 'start-up' instead of 'startup' in labels
2645 2007-01-26 [wwp] 2.7.2cvs2
2647 * src/plugins/trayicon/Makefile.am
2648 * src/plugins/trayicon/trayicon.c
2649 * src/plugins/trayicon/trayicon_prefs.c
2650 * src/plugins/trayicon/trayicon_prefs.h
2651 Add a new TrayIcon option to hide the main window at
2653 Fix trayicon.c copyright header.
2655 2007-01-26 [paul] 2.7.2cvs1
2661 bump up version number following
2664 2007-01-25 [mones] 2.7.1cvs60
2667 updated thousands of strings (well, probably less ;-)
2669 2007-01-25 [colin] 2.7.1cvs59
2672 Fix 2nd-run loss of matcherrc on new
2675 2007-01-25 [wwp] 2.7.1cvs58
2678 fix handling of empty value in attach_save_directory too, thanks
2681 2007-01-25 [wwp] 2.7.1cvs57
2684 fix handling of empty value in attach_load_directory,
2687 2007-01-25 [wwp] 2.7.1cvs56
2689 * src/plugins/dillo_viewer/dillo_prefs.h
2692 2007-01-25 [colin] 2.7.1cvs55
2696 * src/matcher_parser_parse.y
2697 * src/prefs_matcher.c
2698 Add matching on the spam flag
2700 2007-01-24 [colin] 2.7.1cvs54
2705 Make sure folderlist.xml is correctly
2706 written before overwriting it.
2710 * src/plugins/bogofilter/bogofilter.c
2711 * src/plugins/bogofilter/bogofilter.h
2712 * src/plugins/bogofilter/bogofilter_gtk.c
2713 * src/plugins/spamassassin/spamassassin.c
2714 * src/plugins/spamassassin/spamassassin.h
2715 * src/plugins/spamassassin/spamassassin_gtk.c
2716 Move spam to the correct trash folder after
2717 learning, if spam directory isn't set.
2719 2007-01-23 [paul] 2.7.1cvs53
2721 * src/plugins/bogofilter/bogofilter_gtk.c
2722 fix sensitivity of "Insert X-Bogosity header"
2725 2007-01-23 [colin] 2.7.1cvs52
2728 Translate toolbar items text if
2729 they're translatable (default)
2743 * src/etpan/etpan-thread-manager.c
2744 * src/etpan/etpan-thread-manager.h
2745 * src/gtk/gtkutils.c
2746 * src/gtk/gtkutils.h
2747 More static functions
2749 2007-01-22 [fabien] 2.7.1cvs51
2751 * src/gtk/gtkutils.c
2752 gtkut_get_options_frame() : ability to pass
2753 a 'NULL' value in frame pointer parameter if
2756 2007-01-22 [colin] 2.7.1cvs50
2760 * src/plugins/bogofilter/bogofilter.c
2761 * src/plugins/bogofilter/bogofilter_gtk.c
2762 * src/plugins/spamassassin/spamassassin.c
2763 * src/plugins/spamassassin/spamassassin_gtk.c
2764 Allow moving spams to the account's trash
2765 instead of default one
2767 2007-01-21 [colin] 2.7.1cvs49
2771 Revert a static function that shouldn't
2774 2007-01-21 [colin] 2.7.1cvs48
2780 2007-01-21 [colin] 2.7.1cvs47
2786 2007-01-21 [colin] 2.7.1cvs46
2788 * src/common/socket.c
2789 * src/common/socket.h
2792 2007-01-21 [colin] 2.7.1cvs45
2801 * src/folder_item_prefs.c
2802 * src/folder_item_prefs.h
2809 * src/common/socket.c
2810 * src/common/socket.h
2811 * src/gtk/gtkaspell.c
2812 * src/gtk/gtkaspell.h
2813 * src/gtk/quicksearch.c
2814 * src/gtk/quicksearch.h
2817 2007-01-21 [colin] 2.7.1cvs44
2819 * src/common/utils.c
2820 * src/common/utils.h
2821 * src/etpan/etpan-thread-manager.c
2822 * src/etpan/etpan-thread-manager.h
2823 Same (Funny that etpan_thread_unbind
2824 is called but not etpan_thread_bind)
2826 2007-01-21 [colin] 2.7.1cvs43
2834 * src/etpan/Makefile.am
2835 * src/gtk/colorlabel.c
2836 * src/gtk/colorlabel.h
2837 * src/gtk/sslcertwindow.c
2838 * src/gtk/sslcertwindow.h
2839 * src/etpan/etpan-log.c ** REMOVED **
2840 * src/etpan/etpan-log.h ** REMOVED **
2843 2007-01-20 [colin] 2.7.1cvs42
2849 2007-01-20 [colin] 2.7.1cvs41
2867 Make functions that aren't used in other
2870 2007-01-20 [colin] 2.7.1cvs40
2885 * src/editldap_basedn.c
2891 * src/image_viewer.c
2907 * src/prefs_account.c
2908 * src/prefs_common.c
2909 * src/prefs_compose_writing.c
2910 * src/prefs_ext_prog.c
2911 * src/prefs_folder_item.c
2913 * src/prefs_message.c
2914 * src/prefs_msg_colors.c
2917 * src/prefs_receive.c
2919 * src/prefs_spelling.c
2920 * src/prefs_summaries.c
2921 * src/prefs_toolbar.c
2922 * src/prefs_wrapping.c
2931 * src/common/hooks.c
2933 * src/common/passcrypt.c
2934 * src/common/socket.c
2936 * src/common/ssl_certificate.c
2937 * src/common/template.c
2938 * src/common/utils.c
2939 * src/etpan/imap-thread.c
2940 * src/gtk/sslcertwindow.c
2941 * src/gtk/sslcertwindow.h
2942 Make functions that could be static, static
2944 2007-01-20 [colin] 2.7.1cvs39
2949 2007-01-20 [colin] 2.7.1cvs38
2954 Fix bug 1102, 'claws-mail-2.7.1
2955 makes use of deprecated ldap
2958 2007-01-20 [colin] 2.7.1cvs37
2963 * src/gtk/quicksearch.c
2964 Add Wide message list layout
2966 2007-01-19 [fabien] 2.7.1cvs36
2969 make sure a font change is considered in links of
2972 2007-01-19 [colin] 2.7.1cvs35
2979 * src/prefs_common.c
2980 * src/prefs_common.h
2983 * src/gtk/quicksearch.c
2984 * src/gtk/quicksearch.h
2985 Drop 'Separate Folder tree' and 'Separate
2986 Message View'. Put three layouts in place
2989 2007-01-19 [paul] 2.7.1cvs34
2991 * src/prefs_msg_colors.c
2992 more use of Q_ for translators
2994 2007-01-19 [paul] 2.7.1cvs33
2997 * src/prefs_account.c
2998 a few changes to the English
3000 2007-01-19 [fabien] 2.7.1cvs32
3003 factorize translatable string
3005 2007-01-18 [colin] 2.7.1cvs31
3008 Don't error out on --sync option. Although
3009 we don't do anything with it, gtk+ handles
3010 it, and it's useful for debugging X errors
3012 2007-01-18 [fabien] 2.7.1cvs30
3015 ability to apply on the fly the recent added
3016 'gtk_can_change_accels' pref (no need to restart).
3018 2007-01-18 [fabien] 2.7.1cvs29
3020 * src/plugins/bogofilter/bogofilter_gtk.c
3021 * src/plugins/bogofilter/bogofilter.c
3022 * src/plugins/spamassassin/spamassassin_gtk.c
3024 * src/prefs_account.c
3025 factorize or rewrite some translatable strings.
3027 2007-01-18 [fabien] 2.7.1cvs28
3031 set a 4pix space between "Subject:" label and subject entry in
3034 2007-01-18 [wwp] 2.7.1cvs27
3037 fix conflicting address-copy/paste when focus is set
3038 to the embedded edit-person form.
3041 2007-01-18 [wwp] 2.7.1cvs26
3044 complete 2.7.1cvs23 (one more file was missing from that
3047 2007-01-18 [colin] 2.7.1cvs25
3050 Provide a way to migrate without backup
3051 Re-ask for migration on next start if
3052 it has been refused and wizard has been
3055 2007-01-18 [wwp] 2.7.1cvs24
3058 complete 2.7.1.cvs23 (file was missing from previous
3061 2007-01-18 [wwp] 2.7.1cvs23
3064 fix potential crashes in address book's focus_in/out signal handlers,
3065 force focus to the edit-person form when clicked the Edit menu entry or
3066 button (this only matters if the edit-person form is embedded to the
3067 AB window, in that case, focus is not set when browsing the contacts
3068 list w/ keys or mouse clicks).
3070 2007-01-18 [paul] 2.7.1cvs22
3073 add command line options:
3075 -q and --quit for --exit
3077 print "Unknown option" for unknown options
3079 2007-01-18 [paul] 2.7.1cvs21
3082 updated by Pavlo Bohmat
3084 2007-01-18 [paul] 2.7.1cvs20
3087 fix sensitivity issues of Mark as Spam/Ham
3089 2007-01-17 [fabien] 2.7.1cvs19
3092 * src/prefs_common.c
3093 * src/prefs_common.h
3095 Add a 'gtk_can_change_accels' pref in Preferences/Other which
3096 control the corresponding gtk property. It could be used to lock
3097 all shortcuts (avoid to set one of them by inadvertency).
3099 2007-01-17 [colin] 2.7.1cvs18
3102 Fix bug 1100, 'Highlighted e-mail data not visible
3103 when color label applied.'. Use a weighted average
3104 between normal selected foreground color and color
3105 label instead of a simple one (3/1 instead 1/1).
3107 2007-01-17 [colin] 2.7.1cvs17
3110 Better fix for bug 1088, 'Ctrl-h produces repeatable
3111 crash' - don't prevent mail switching while loading
3113 2007-01-17 [colin] 2.7.1cvs16
3122 Manage recursive search of unsubscribed folders
3123 Rescan tree without checking for new messages
3124 after subscriptions changed
3126 2007-01-17 [paul] 2.7.1cvs15
3128 * src/prefs_common.c
3129 * src/gtk/pluginwindow.c
3130 fix bug 1101, '"Load plugin" button is
3131 accidentally hidden'
3132 unset (-1) initial width in prefs_common,
3133 fix overlapping buttons,
3136 2007-01-17 [paul] 2.7.1cvs14
3139 add #include <errno.h>, it's needed
3142 2007-01-17 [paul] 2.7.1cvs13
3145 * tools/make.themes.project
3146 rename .sylpheed_themeinfo to .claws_themeinfo
3148 * src/etpan/etpan-errors.h
3149 * src/etpan/etpan-log.c
3150 * src/etpan/etpan-log.h
3151 * src/etpan/etpan-thread-manager-types.h
3152 * src/etpan/etpan-thread-manager.c
3153 * src/etpan/etpan-thread-manager.h
3154 * src/etpan/imap-thread.c
3155 * src/etpan/imap-thread.h
3156 add copyright header
3158 2007-01-17 [colin] 2.7.1cvs12
3160 * src/plugins/pgpcore/select-keys.c
3161 * src/gtk/pluginwindow.c
3162 * src/prefs_account.c
3165 2007-01-16 [colin] 2.7.1cvs11
3170 Manage subscribing to subfolders when only
3171 subscribed folders are shown.
3173 2007-01-16 [colin] 2.7.1cvs10
3176 Fix annoying vscrollbar going back to top
3177 on Check for new folders
3179 2007-01-16 [colin] 2.7.1cvs9
3184 2007-01-16 [colin] 2.7.1cvs8
3187 Bigger buffer for errors
3191 * src/prefs_account.c
3192 * src/prefs_account.h
3194 * src/etpan/imap-thread.c
3195 * src/etpan/imap-thread.h
3196 * manual/handling.xml
3197 Add subscriptions management. What it changes:
3198 Creating a folder subscribes to it
3199 Deleting a folder unsubscribes it
3200 New contextual menu item allowing to switch between
3201 All folders and Subscribed folders, subscribe, and
3202 unsubscribe. "Creating" an existing but unsubscribed
3203 folder will subscribe it.
3204 By default for new accounts, only subscribed folders
3208 2007-01-16 [paul] 2.7.1cvs7
3211 Allow folder classes to specify only sort_key or
3212 sort_type instead of both or none.
3214 2007-01-16 [paul] 2.7.1cvs6
3221 Save and use errno for procmime_get_part
3223 2007-01-16 [colin] 2.7.1cvs5
3226 Never remove INBOX when scanning for
3227 new folders. It's a special folder
3230 2007-01-15 [colin] 2.7.1cvs4
3233 Fix 'Check for new folders' when IMAP subdirectory
3235 * src/etpan/imap-thread.c
3238 2007-01-15 [colin] 2.7.1cvs3
3240 * src/etpan/imap-thread.c
3241 Fix invalid free on command-connection
3244 2007-01-15 [wwp] 2.7.1cvs2
3246 * src/matcher_parser_lex.l
3247 * src/quote_fmt_lex.l
3248 * src/matcher_parser_parse.y
3249 fix copyright header in lexers and parsers.
3251 2007-01-15 [paul] 2.7.1cvs1
3257 bump up version number following
3260 2007-01-15 [paul] 2.7.0cvs31
3264 add Fabien to the Team list
3265 add the recent contributors
3266 make a few corrections
3268 2007-01-15 [paul] 2.7.0cvs30
3271 fix compiler warning
3272 * src/plugins/pgpcore/prefs_gpg.c
3273 * src/plugins/pgpcore/prefs_gpg.h
3275 fix copyright header
3277 2007-01-14 [colin] 2.7.0cvs29
3280 Use the 'gtk+' backend. Avoids gnome-vfs use,
3281 two benefits: faster to open, will fix strange
3282 dbus-related crash. Thanks to Pascal Terjan.
3284 2007-01-14 [colin] 2.7.0cvs28
3286 * src/etpan/imap-thread.c
3287 Delete the old imap just after allocating
3288 the new one. Makes sure we don't get the
3289 same pointer by sheer luck, which feels
3290 strange in the debug log.
3292 2007-01-14 [colin] 2.7.0cvs27
3294 * src/gtk/inputdialog.c
3295 Make sure we don't print passwords in
3296 clear text when in debug mode
3298 2007-01-14 [colin] 2.7.0cvs26
3300 * src/gtk/gtksctree.c
3301 Fix bug 1098, 'bogus last row display
3302 after expanding a thread'. Patch by
3303 Jindrich Makovicka <makovick@gmail.com>
3305 2007-01-14 [colin] 2.7.0cvs25
3307 * src/etpan/imap-thread.c
3308 Close socket manually before
3309 freeing the imap struct
3311 2007-01-14 [colin] 2.7.0cvs24
3313 * src/etpan/imap-thread.c
3314 Maybe fix new reconnection issues
3316 2007-01-13 [colin] 2.7.0cvs23
3319 Freeze/thaw on thread selection
3321 2007-01-13 [paul] 2.7.0cvs22
3326 add 'Edit/Delete thread'
3328 2007-01-13 [colin] 2.7.0cvs21
3330 * src/prefs_account.c
3331 * src/prefs_compose_writing.c
3332 * src/prefs_message.c
3333 * src/prefs_msg_colors.c
3335 * src/prefs_receive.c
3336 * src/prefs_spelling.c
3337 * src/prefs_summaries.c
3338 * src/prefs_themes.c
3339 * src/gtk/gtkutils.c
3340 * src/gtk/gtkutils.h
3341 * src/plugins/pgpcore/prefs_gpg.c
3342 * src/plugins/spamassassin/spamassassin_gtk.c
3343 Factorize gtk frame creation
3346 2007-01-13 [colin] 2.7.0cvs20
3348 * src/message_search.c
3349 * src/summary_search.c
3350 Fix Enter in search windows
3352 Fix body search starting at the
3353 end of the mail (and asking for loop)
3355 2007-01-13 [colin] 2.7.0cvs19
3357 * src/etpan/imap-thread.c
3358 Make sure we don't free the same imap
3361 2007-01-13 [colin] 2.7.0cvs18
3364 Allow multiple commitHelpers to
3367 2007-01-12 [colin] 2.7.0cvs17
3369 * src/etpan/imap-thread.c
3370 Make sure we get rid of the previous mailimap
3371 when connecting - just in case disconnect was
3374 2007-01-12 [paul] 2.7.0cvs16
3377 Strip S/MIME signatures when re-editing
3378 S/MIME signed messages.
3380 2007-01-12 [paul] 2.7.0cvs15
3387 no need to define CLAWS anymore, remove
3390 2007-01-12 [paul] 2.7.0cvs14
3393 check if the mail's signed as
3394 it can change the mail structure
3397 2007-01-12 [paul] 2.7.0cvs13
3400 fix Forwarding msgs with attachments
3401 that have dos line endings
3404 2007-01-12 [wwp] 2.7.0cvs12
3407 Revert accidentally committed extra version tag.
3409 2007-01-12 [wwp] 2.7.0cvs11
3411 * src/prefs_account.c
3412 Fix compilation w/o aspell (completes 2.7.0cvs7).
3414 2007-01-11 [colin] 2.7.0cvs10
3417 move g_warning to debug_print
3418 it scares people for no reason
3420 2007-01-11 [colin] 2.7.0cvs9
3423 Fix files to translate. Patch by
3426 2007-01-11 [paul] 2.7.0cvs8
3429 Fix recursion when server lists the
3430 current subfolder in the response
3432 Fix updating of icon_list/ctree
3433 * src/plugins/pgpcore/select-keys.c
3434 Fix a few annoyances when choosing
3435 keys for the CMS (S/MIME) protocol
3437 2007-01-11 [wwp] 2.7.0cvs7
3440 * src/prefs_account.c
3441 * src/prefs_account.h
3442 Add per-account spellcheck default dictionaries settings.
3444 2007-01-10 [colin] 2.7.0cvs6
3446 * src/prefs_folder_item.c
3447 Factorize strings - patch by Fabien
3449 2007-01-10 [colin] 2.7.0cvs5
3452 Fix bug 1095, 'Crash while changing folder
3453 columns during incorporation'
3455 2007-01-09 [colin] 2.7.0cvs4
3457 * src/gtk/pluginwindow.c
3458 Set the plugin window transient. Seems
3459 like some window managers hide it in
3460 the background after "load plugin"...
3462 2007-01-09 [colin] 2.7.0cvs3
3465 Use the same type for alloc and free
3467 2007-01-08 [paul] 2.7.0cvs2
3470 updated by Tim Dijkstra
3472 2007-01-08 [paul] 2.7.0cvs1
3474 * src/prefs_themes.c
3475 * src/common/utils.c
3478 2007-01-08 [paul] 2.7.0
3485 2007-01-08 [paul] 2.6.1cvs119
3487 * doc/man/claws-mail.1
3490 2007-01-08 [paul] 2.6.1cvs118
3492 * doc/man/claws-mail.1
3494 * manual/advanced.xml
3495 improved English usage
3497 2007-01-08 [paul] 2.6.1cvs117
3508 updated by Miquel Oliete, Stephan Sachse, me,
3509 Tommi Pirinen, Andrea Spadaccini, Frederico
3510 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3511 Urosevic, and Ralgh Young
3513 2007-01-07 [mones] 2.6.1cvs116
3515 * manual/es/advanced.xml
3517 Synced manual (unhide mark_as_read_delay)
3518 and updated translation for release
3520 2007-01-07 [paul] 2.6.1cvs115
3522 * src/prefs_matcher.c
3523 make the hbox content fit better under
3526 2007-01-07 [colin] 2.6.1cvs114
3529 Fix bug 1088, 'Ctrl-h produces repeatable
3532 2007-01-06 [colin] 2.6.1cvs113
3534 * src/etpan/imap-thread.c
3535 Add casts to int to get certs. Fixes
3536 bug 1064, 'crash @ etpan_certificate_check()
3537 when opening an IMAP folder', with latest
3538 libetpan CVS or >= 0.49
3543 * src/prefs_folder_item.c
3544 Grey out the "synchronise" menu items if
3545 there's nothing to synchronise.
3546 * src/plugins/pgpcore/sgpgme.c
3547 Make an error clearer than "Unknown error"
3549 2007-01-06 [colin] 2.6.1cvs112
3552 Don't try to show a message if updating
3553 Maybe fixes bug 1088, 'ctrl-h produces
3556 2007-01-06 [colin] 2.6.1cvs111
3559 Disable Control-Space (handle it as Space).
3561 2007-01-05 [paul] 2.6.1cvs110
3564 Fix bug 934, 'sylpheed claws 2.1
3565 doesn't show Exchanges Public Folders'
3566 Thanks to Hoa and Colin
3568 Refuse to allocate more than 2 MB for a
3569 single field, it's a good indication of
3572 2007-01-05 [colin] 2.6.1cvs109
3575 Allow --select'ing emails by Message-ID too
3577 2007-01-05 [colin] 2.6.1cvs108
3579 * src/common/quoted-printable.c
3582 2007-01-05 [colin] 2.6.1cvs107
3584 * src/common/quoted-printable.c
3585 Fix previous commit about bug 1089
3588 2007-01-05 [colin] 2.6.1cvs106
3590 * src/common/quoted-printable.c
3591 Fix my previous commit on bug 1089
3594 2007-01-04 [colin] 2.6.1cvs105
3596 * src/common/quoted-printable.c
3597 Fix bug 1089, 'NUL characters in Subject
3598 line are misinterpreted'. Not a pain to
3605 2007-01-04 [wwp] 2.6.1cvs104
3607 * src/image_viewer.c
3608 Force operator precedence (fix a compiler warning).
3610 2007-01-04 [colin] 2.6.1cvs103
3612 * src/image_viewer.c
3613 Be cautious there too (same fix as the one
3614 in textview from cvs33)
3616 Don't use any MimeViewer plugin when showing
3619 2007-01-03 [wwp] 2.6.1cvs102
3623 fixed "cent" sign (use the existing ASCII one),
3624 decode more HTML entities,
3625 converted table ASCII entries to UTF-8,
3626 moved a switch() into a hashtable.
3628 2007-01-03 [paul] 2.6.1cvs101
3634 When possible, use move_msg instead of
3635 copy_msg + remove_msg to move sent mail
3638 2007-01-03 [paul] 2.6.1cvs100
3641 add more html entity recognition:
3642 pounds, euros, and cents
3644 2007-01-03 [colin] 2.6.1cvs99
3647 Don't display an error on NOSELECT
3648 folders when synchronising
3650 2007-01-03 [paul] 2.6.1cvs98
3652 * tools/maildir2claws-mail.pl
3653 only substitute 'sent-mail' if it's
3654 the full directory name
3656 2007-01-03 [paul] 2.6.1cvs97
3659 * ChangeLog.pre2.0.0
3661 archive a chunk of ChangeLog in
3664 * doc/src/ChangeLog.claws-pre0.8.0
3665 remove ChangeLog.claws-pre0.8.0, adding
3666 its contents to ChangeLog.gtk1
3668 2007-01-03 [paul] 2.6.1cvs96
3689 * src/addressbook_foldersel.c
3690 * src/addressbook_foldersel.h
3711 * src/customheader.c
3712 * src/customheader.h
3713 * src/displayheader.c
3714 * src/displayheader.h
3725 * src/editldap_basedn.c
3726 * src/editldap_basedn.h
3743 * src/folder_item_prefs.c
3744 * src/folder_item_prefs.h
3751 * src/grouplistdialog.c
3752 * src/grouplistdialog.h
3756 * src/image_viewer.c
3757 * src/image_viewer.h
3793 * src/message_search.c
3794 * src/message_search.h
3811 * src/partial_download.c
3812 * src/partial_download.h
3817 * src/prefs_account.c
3818 * src/prefs_account.h
3819 * src/prefs_actions.c