1 2007-05-30 [colin] 2.9.2cvs18
4 Fix race where it's possible to re-click Send
5 between end of SMTP session and end of "move to
6 sent folder" when sending an email with send
9 2007-05-30 [colin] 2.9.2cvs17
12 Ask for backtrace on all threads. Patch by
15 Fix stale news statusbar when scanning fails.
18 Fix some LDAP write updates bugs. Patch
21 2007-05-29 [colin] 2.9.2cvs16
24 Fix loss of local flags when moving mails
25 on IMAP in high-bandwidth mode (UID FETCH)
27 2007-05-25 [paul] 2.9.2cvs15
30 fix sometimes crasher on cancelling
33 2007-05-25 [colin] 2.9.2cvs14
38 Be more helpful in the subscription
41 2007-05-23 [wwp] 2.9.2cvs13
44 * src/prefs_compose_writing.c
46 * src/prefs_template.c
47 * src/prefs_template.h
51 * src/quote_fmt_parse.y
52 Introduced new syntax elements (symbols and commands)
53 in templates/quote_fmt. Compatibility w/ old
55 Updated and reworked the corresponding Information
57 Display the line number in dialogs that talk about
58 parser errors (in addition to the error message in
61 2007-05-23 [wwp] 2.9.2cvs12
63 * src/quote_fmt_parse.y
64 Fix 2.9.2cvs11, probably a paste accident ;).
66 2007-05-23 [wwp] 2.9.2cvs11
69 * src/prefs_template.c
71 * src/quote_fmt_parse.y
72 Fix 2.9.2cvs10, which broke --disable-aspell.
74 2007-05-22 [wwp] 2.9.2cvs10
77 * src/prefs_template.c
81 * src/quote_fmt_parse.y
84 Added template/quote format syntactical elements
87 %T to show (shows empty if not set or not enabled),
88 ?T and !T to check if the default dictionary is
90 - current account's default dictionary
91 %aT to show (empty if not set or not enabled),
92 ?aT and !aT to check if it's enabled and set
93 - name completion for an address, from the address
95 %ABf, %ABt, %ABc respectively show the full name got
96 from the address book if From, To or Cc match a single
98 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
99 matches any contact and if the full name is non-empty.
100 If From, To or Cc are lists of email addresses, only
101 the first address will be checked.
102 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
103 that could show a trailing ','.
104 Also, template/quote_fmt parser now shows the line number in case
107 2007-05-15 [colin] 2.9.2cvs9
111 Add a public function to know whether Claws
113 Store opened folder when exiting
116 Store last opened message in each FolderItem;
117 Reset last seen messages if Claws crashed, so
118 that one can't go in an infinite crash in case
119 a particular mail crashes Claws.
124 * src/prefs_summaries.c
125 Add "Select last opened message" when entering
127 Add "Select last opened folder" at startup.
129 2007-05-14 [colin] 2.9.2cvs8
132 Fix bashism, search for xml catalog
133 in /usr/local/share/xml/catalog too
136 2007-05-13 [wwp] 2.9.2cvs7
138 * src/gtk/logwindow.c
139 fix raising log windows when they are either minimized or
142 2007-05-11 [colin] 2.9.2cvs6
145 Use Hildon's file chooser on Maemo. Patch
146 by Jean-Luc Biord; fixes part 2 of bug 1201,
147 'File attachment "manipulation" bugs...'
149 2007-05-10 [wwp] 2.9.2cvs5
153 * src/gtk/quicksearch.c
154 Add a quicksearch option to automatically run
155 a search selected from the history (this option
156 is exclusive towards type-ahead).
158 2007-05-10 [colin] 2.9.2cvs4
161 Fix g_warnings, thanks to Brian
164 2007-05-09 [colin] 2.9.2cvs3
169 * src/prefs_summaries.c
173 * src/gtk/gtksourceprintjob.c
174 * src/gtk/sslcertwindow.c
175 Use the re-entrant variant of time functions
176 Probably fixes bug 1217, 'reentrancy problems
179 2007-05-09 [colin] 2.9.2cvs2
182 Fix crasher when reconnection fails
184 2007-05-08 [paul] 2.9.2cvs1
190 bump version number following
193 2007-05-08 [paul] 2.9.1cvs48
195 * src/plugins/demo/demo.c
196 * src/plugins/dillo_viewer/dillo_prefs.c
197 * src/plugins/dillo_viewer/dillo_prefs.h
198 * src/plugins/dillo_viewer/dillo_viewer.c
199 * src/plugins/pgpcore/pgp_viewer.c
200 * src/plugins/pgpcore/pgp_viewer.h
201 * src/plugins/pgpcore/plugin.c
202 * src/plugins/pgpcore/prefs_gpg.c
203 * src/plugins/pgpcore/prefs_gpg.h
204 * src/plugins/pgpcore/sgpgme.c
205 * src/plugins/pgpcore/sgpgme.h
206 * src/plugins/pgpinline/plugin.c
207 * src/plugins/pgpmime/pgpmime.c
208 * src/plugins/pgpmime/pgpmime.h
209 * src/plugins/pgpmime/plugin.c
210 * src/plugins/spamassassin/spamassassin.c
211 * src/plugins/spamassassin/spamassassin.h
212 * src/plugins/spamassassin/spamassassin_gtk.c
213 * src/plugins/trayicon/README
215 * tools/README.sylprint
216 * tools/outlook2claws-mail.pl
218 * tools/tb2claws-mail
219 * tools/tbird2claws.py
222 * tools/kdeservicemenu/README
223 cleanups and corrections
225 2007-05-06 [wwp] 2.9.1cvs47
228 Fix missing dash to `display` command-line, reported
229 by Georg Himmrich <georg at mails d0t diesind d0t net>.
231 2007-05-06 [colin] 2.9.1cvs46
236 * src/pixmaps/printer.xpm
239 2007-05-06 [paul] 2.9.1cvs45
244 * src/summary_search.c
248 2007-05-05 [wwp] 2.9.1cvs44
252 * src/prefs_actions.c
256 Fix "faild" typos everywhere and capitalization of
259 2007-05-04 [colin] 2.9.1cvs43
264 * src/plugins/pgpcore/prefs_gpg.c
265 * src/plugins/pgpcore/prefs_gpg.h
266 * src/plugins/pgpinline/pgpinline.c
267 * src/plugins/pgpmime/pgpmime.c
268 Add an API to warn about encryption limits,
269 and allow to disable these warnings
271 2007-05-03 [colin] 2.9.1cvs42
275 Fix bug 1213, 'Delete more than
278 2007-05-03 [wwp] 2.9.1cvs41
281 * src/prefs_filtering.c
282 * src/prefs_template.c
283 * src/common/template.c
284 * src/common/template.h
287 Templates are no longer automatically sorted
288 by name, but can be sorted manually using
289 |< < > >| buttons as well as drag'n'drop.
291 2007-05-03 [wwp] 2.9.1cvs40
293 * src/plugins/spamassassin/spamassassin.c
294 * src/plugins/spamassassin/spamassassin.h
295 * src/plugins/spamassassin/spamassassin_gtk.c
296 * src/plugins/bogofilter/bogofilter.c
297 * src/plugins/bogofilter/bogofilter.h
298 * src/plugins/bogofilter/bogofilter_gtk.c
299 Added an option to conditionally mark saved spam
300 as read (default is and was to do so).
301 Satisfies feature request 1708539 on sf.net tracker.
303 2007-05-03 [colin] 2.9.1cvs39
306 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
308 2007-05-02 [colin] 2.9.1cvs38
311 Fix bug 1209, 'Clicking on address
312 in header (mailto uri) selects
313 default account'. Patch adapted from
316 2007-05-02 [colin] 2.9.1cvs37
318 * src/grouplistdialog.c
319 Set cursor to wait cursor while loading
322 2007-05-02 [paul] 2.9.1cvs36
326 rename cache and mark files
329 2007-04-30 [paul] 2.9.1cvs35
331 * manual/glossary.xml
333 updates. Patch by Ricardo
335 2007-04-29 [wwp] 2.9.1cvs34
339 Fix few grammatical errors (patch by David Relson < relson at
340 osagesoftware dot com >).
342 2007-04-28 [colin] 2.9.1cvs33
346 * src/prefs_account.c
347 * src/prefs_account.h
348 Drop the "Download all" preference. It's
349 stupidly useless and confuses people from
352 2007-04-27 [wwp] 2.9.1cvs32
355 * src/prefs_account.c
356 * src/prefs_account.h
357 Don't reflect accounts changes to the mainwindow when it's
360 2007-04-27 [colin] 2.9.1cvs31
363 Freeze/thaw when sync'ing flags
365 * src/prefs_account.c
366 * src/prefs_account.h
367 * src/etpan/imap-thread.c
368 * src/etpan/imap-thread.h
369 Add a way to use UID FETCH instead
370 of searches to fetch message lists
371 and flags. More expensive towards
372 bandwidth, less expensive towards
373 server's CPU. Probably fixes
374 bug 1158, 'Scanning new folders on
375 Exchange 2007 extremely slow'.
378 2007-04-27 [paul] 2.9.1cvs30
381 * src/prefs_logging.c
382 improvements to english usage
384 2007-04-27 [colin] 2.9.1cvs29
387 Fix build without libetpan (my bad!)
389 2007-04-26 [colin] 2.9.1cvs28
393 Fix uselessly exported function
395 Consider "- -- \n" as signature separator
396 (that's what signature separators look like
397 in PGP/Inline signed mails)
399 2007-04-26 [colin] 2.9.1cvs27
402 libetpan-0.49 is now required
404 Fix double fetching of mails if
407 Make offline sync faster, by
408 remembering last change time, and
411 2007-04-26 [hoa] 2.9.1cvs26
417 * src/etpan/imap-thread.c
418 * src/etpan/imap-thread.h
419 cancellation of IMAP operations is now allowed.
420 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
422 2007-04-26 [colin] 2.9.1cvs25
425 Always fetch body+headers in folders that are
426 synched for offline use, if "Synchronise as
427 soon as possible" is set.
428 Fixes bug 1200, 'Add option to always retrieve full
431 2007-04-25 [colin] 2.9.1cvs24
434 Fix bug 1198, 'Reply-all "disappearing" address bug
437 2007-04-24 [colin] 2.9.1cvs23
440 Fix bug 1195, 'Hardware key navigation'
441 Make GDK_Enter toggle expansion (Maemo)
443 2007-04-24 [wwp] 2.9.1cvs22
446 Fix few compiler warnings.
448 2007-04-24 [paul] 2.9.1cvs21
455 2007-04-24 [paul] 2.9.1cvs20
458 * src/pixmaps/active.xpm
459 * src/pixmaps/checkbox_off.xpm
460 * src/pixmaps/checkbox_on.xpm
461 * src/pixmaps/inactive.xpm
463 remove transparent border from checkbox icons
465 2007-04-24 [wwp] 2.9.1cvs19
469 Fix a crash in textview, thanks to Colin.
471 2007-04-23 [wwp] 2.9.1cvs18
474 Fix 2.9.1cvs5: no header was being translated at all.
476 2007-04-23 [colin] 2.9.1cvs17
483 * src/gtk/gtksctree.c
484 * src/gtk/gtksctree.h
485 * src/pixmaps/selection.xpm
486 Fix bug 1193, 'Need a way to multi-select
487 items'. Add a toggle button to the summaryview
488 to switch between normal and multiple selection
491 2007-04-23 [colin] 2.9.1cvs16
498 * src/gtk/gtksctree.c
499 * src/gtk/gtksctree.h
500 * src/pixmaps/selection.xpm
501 Fix bug 1193, 'Need a way to multi-
503 Add a toggle button in the summaryview
504 to enable normal or multiple selection.
507 2007-04-23 [colin] 2.9.1cvs15
510 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
512 2007-04-21 [colin] 2.9.1cvs14
514 * src/gtk/quicksearch.c
515 Fix previous commit (actually use correct
518 2007-04-21 [colin] 2.9.1cvs13
520 * src/gtk/quicksearch.c
521 Fix changing quicksearch type (after Esc,
522 after changing Recursive, ...)
524 2007-04-20 [wwp] 2.9.1cvs12
526 * src/gtk/Makefile.am
527 Added headers.h (completes 2.9.1cvs5).
529 2007-04-20 [wwp] 2.9.1cvs11
532 Fix the use of display name in name column,
533 it has been overriden w/ the use of nickname
534 by 2.9.0cvs3. Now nickname is used (if any)
535 in case of LDAP books only.
537 2007-04-20 [colin] 2.9.1cvs10
542 Add handling of 'a' to loop in a mail's
545 2007-04-20 [colin] 2.9.1cvs9
548 Fix bug 1190, 'dir_open' button doesn't work'
551 2007-04-20 [colin] 2.9.1cvs8
555 Fix bug 1194, 'Hardware keys move from email
556 list to account/directory list, but not back
557 to email list...' (Maemo)
559 2007-04-20 [colin] 2.9.1cvs7
562 complete previous commit
564 2007-04-20 [colin] 2.9.1cvs6
567 Fix bug 1187, 'Reply-to addressee disappears
568 when reply-to text box is clicked...' (Maemo)
570 2007-04-20 [wwp] 2.9.1cvs5
580 * src/prefs_display_header.c
581 * src/prefs_matcher.c
584 * src/gtk/quicksearch.c
585 Translate more header names according to the relevant option value,
586 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
587 Replaced nearly all uses of prefs_common.trans_hdr with a call
588 to prefs_common_translated_header_name().
589 Added a headers.h reference file that contains known header names
590 (RFC2822 and others) to the translation process' input, so that
591 translated header names will still exist even if no occurrence of
592 _("headername") is found anymore in the sources.
593 Don't translate column name 'Number' following to trans_hdr option
594 value as it's not a header name.
596 2007-04-20 [colin] 2.9.1cvs4
598 * src/gtk/quicksearch.c
599 * src/gtk/quicksearch.h
600 Add "From, To or Subject" quicksearch
601 type. Patch by ulfschaper@users.sf.net
603 2007-04-20 [colin] 2.9.1cvs3
606 Implement proper references filtering condition.
607 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
609 2007-04-19 [wwp] 2.9.1cvs2
611 * src/prefs_display_header.c
612 * src/message_search.c
613 Fix few warnings (g_free of const gchar*).
615 2007-04-19 [paul] 2.9.1cvs1
621 bump version number following
624 2007-04-19 [paul] 2.9.0cvs9
626 * manual/advanced.xml
627 * manual/glossary.xml
630 2007-04-18 [paul] 2.9.0cvs8
633 fix for CVE-2007-1558 (APOP)
636 2007-04-18 [paul] 2.9.0cvs7
642 Fix encoding woes wrt saving of
646 2007-04-18 [colin] 2.9.0cvs6
648 * src/gtk/pluginwindow.c
649 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
651 2007-04-17 [wwp] 2.9.0cvs5
657 Fix --disable-ldap build,
658 fix some LDAP annoyances on
659 searches, thanks to Colin.
661 2007-04-17 [wwp] 2.9.0cvs4
664 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
665 like gcc 2.9x. Thanks to Colin.
667 2007-04-17 [wwp] 2.9.0cvs3
683 Add LDAP write support. Patch mostly by
684 Michael <mir at datanom dot net>
686 2007-04-17 [wwp] 2.9.0cvs2
689 Prepend "Add to address book" to the context menu of compose window's sender and
692 2007-04-16 [paul] 2.9.0cvs1
697 2007-04-16 [paul] 2.9.0
704 2007-04-16 [paul] 2.8.1cvs102
707 updated by Fabien Vantard
709 2007-04-16 [paul] 2.8.1cvs101
719 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
720 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
721 Aleksandar Urosevic, and Ralgh Young
723 2007-04-15 [mones] 2.8.1cvs100
728 2007-04-14 [colin] 2.8.1cvs99
730 * src/message_search.c
731 * src/prefs_display_header.c
732 * src/summary_search.c
736 2007-04-14 [wwp] 2.8.1cvs98
739 * src/message_search.c
740 * src/summary_search.c
741 * src/prefs_display_header.c
742 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
743 returns NULL, get the text value directly from the GtkEntry child.
745 2007-04-13 [colin] 2.8.1cvs97
747 * src/gtk/quicksearch.c
748 Give the focus back to summaryview when
749 emptying the quicksearch with Esc
751 2007-04-13 [colin] 2.8.1cvs96
753 * src/message_search.c
754 * src/prefs_display_header.c
755 * src/summary_search.c
756 Fix possibles crashes when getting text
759 2007-04-13 [colin] 2.8.1cvs95
762 Add some UIDL debugging
764 2007-04-12 [colin] 2.8.1cvs94
767 Force folder scan if necessary after
768 copying mails, to be able to reapply
771 2007-04-11 [colin] 2.8.1cvs93
774 don't scan for new mail on startup if --select
775 is specified (or race conditions arise). If so,
776 do both sequentially.
778 2007-04-09 [colin] 2.8.1cvs92
781 Use leafpad by default on Maemo. Patch
784 2007-04-06 [colin] 2.8.1cvs91
786 * src/pixmaps/queue_close.xpm
787 * src/pixmaps/queue_close_hrm.xpm
788 * src/pixmaps/queue_close_hrm_mark.xpm
789 * src/pixmaps/queue_close_mark.xpm
790 * src/pixmaps/queue_open.xpm
791 * src/pixmaps/queue_open_hrm.xpm
792 * src/pixmaps/queue_open_hrm_mark.xpm
793 * src/pixmaps/queue_open_mark.xpm
794 Move the clock one pixel down :)
796 2007-04-05 [colin] 2.8.1cvs90
799 Don't sync when switching offline from
800 command line - it's usually too late :)
802 2007-04-05 [paul] 2.8.1cvs89
806 * src/pixmaps/dir_close_hrm.xpm
807 * src/pixmaps/dir_close_hrm_mark.xpm
808 * src/pixmaps/drafts_close.xpm
809 * src/pixmaps/drafts_close_mark.xpm
810 * src/pixmaps/drafts_open.xpm
811 * src/pixmaps/drafts_open_mark.xpm
812 * src/pixmaps/inbox.xpm
813 * src/pixmaps/inbox_close.xpm
814 * src/pixmaps/inbox_close_hrm.xpm
815 * src/pixmaps/inbox_close_hrm_mark.xpm
816 * src/pixmaps/inbox_close_mark.xpm
817 * src/pixmaps/inbox_hrm.xpm
818 * src/pixmaps/inbox_hrm_mark.xpm
819 * src/pixmaps/inbox_mark.xpm
820 * src/pixmaps/inbox_open.xpm
821 * src/pixmaps/inbox_open_hrm.xpm
822 * src/pixmaps/inbox_open_hrm_mark.xpm
823 * src/pixmaps/inbox_open_mark.xpm
824 * src/pixmaps/outbox.xpm
825 * src/pixmaps/outbox_close.xpm
826 * src/pixmaps/outbox_close_hrm.xpm
827 * src/pixmaps/outbox_close_hrm_mark.xpm
828 * src/pixmaps/outbox_close_mark.xpm
829 * src/pixmaps/outbox_hrm.xpm
830 * src/pixmaps/outbox_hrm_mark.xpm
831 * src/pixmaps/outbox_mark.xpm
832 * src/pixmaps/outbox_open.xpm
833 * src/pixmaps/outbox_open_hrm.xpm
834 * src/pixmaps/outbox_open_hrm_mark.xpm
835 * src/pixmaps/outbox_open_mark.xpm
836 * src/pixmaps/queue_close.xpm
837 * src/pixmaps/queue_close_hrm.xpm
838 * src/pixmaps/queue_close_hrm_mark.xpm
839 * src/pixmaps/queue_close_mark.xpm
840 * src/pixmaps/queue_open.xpm
841 * src/pixmaps/queue_open_hrm.xpm
842 * src/pixmaps/queue_open_hrm_mark.xpm
843 * src/pixmaps/queue_open_mark.xpm
844 updated, added and replaced icons
847 2007-04-04 [colin] 2.8.1cvs88
850 Fix build without libetpan
852 2007-04-03 [colin] 2.8.1cvs87
855 Fix crash with Citadel, and try to make
856 things work. this server (and specifically
857 STATUS and APPEND at least) seems broken.
859 2007-04-03 [colin] 2.8.1cvs86
862 Fix icons on folder close
864 2007-04-03 [colin] 2.8.1cvs85
867 Fix double-ask of offline override in
872 Much more efficient way to synchronise
874 * src/etpan/imap-thread.c
877 * src/gtk/quicksearch.c
880 2007-04-03 [paul] 2.8.1cvs84
888 Fix sync being done too late
891 2007-04-02 [colin] 2.8.1cvs83
894 Maemo: Put status and quicksearch at the top
895 * src/plugins/bogofilter/bogofilter.c
896 * src/plugins/spamassassin/spamassassin.c
897 Derive trash from inbox if possible
899 2007-04-02 [paul] 2.8.1cvs82
901 * src/plugins/bogofilter/bogofilter_gtk.c
902 a few English changes
908 2007-04-02 [colin] 2.8.1cvs81
911 Fix transparent images by using
914 Flush events (on new windows) to avoid
915 having the textview's image resize fail
916 to know the available width
918 2007-04-01 [colin] 2.8.1cvs80
920 * src/prefs_account.c
921 If no MH mailbox exist, when creating a POP/Local
922 account, just create and use the default one
923 instead of bailing with a "Mailbox doesn't exist"
926 2007-03-31 [colin] 2.8.1cvs79
928 * src/prefs_account.c
929 Create signature file if it doesn't exist
931 * src/prefs_toolbar.c
932 Maemo: Move "Use default" on the left so
933 that people can find it
935 Maemo: make default editor "Maemopad",
936 default signature file "MyDocs/signature.txt"
938 2007-03-31 [colin] 2.8.1cvs78
940 * src/prefs_account.c
941 Maemo: rework account prefs so
942 that less horizontal scrolling
945 2007-03-31 [colin] 2.8.1cvs77
950 Fix bug 1167, 'Allow not displaying zeros
951 in folder list'. Patch by MartinP
953 2007-03-31 [colin] 2.8.1cvs76
958 2007-03-31 [colin] 2.8.1cvs75
961 Apply patch from bug 1172, direct
962 access to the folder's session instead
963 of using getter. Patch by MartinP
965 2007-03-31 [paul] 2.8.1cvs74
968 no need to list Fabien twice!
970 2007-03-31 [colin] 2.8.1cvs73
973 If we're currently "overriding for %d minutes",
976 2007-03-31 [colin] 2.8.1cvs72
984 * src/plugins/spamassassin/spamassassin.c
985 Offline override: Add a parameter to allow
986 asking even if the override timer is running.
987 Allows to ask every time the user makes an
988 explicit action needing online access (such
989 as Get Mail), and not when the action is
990 implicit (such as opening an IMAP folder)
992 2007-03-31 [colin] 2.8.1cvs71
995 Override offline: "No" answer shouldn't
996 re-ask after 3 seconds, but 10 minutes.
998 2007-03-30 [colin] 2.8.1cvs70
1000 * src/common/socket.c
1001 Better error reporting on unix socket
1002 failure (bind usually)
1003 * src/gtk/gtkutils.c
1004 * src/gtk/gtkutils.h
1005 Label window: add a pulsing progress
1006 bar to show we're not hung :)
1009 * src/plugins/pgpcore/sgpgme.c
1012 2007-03-30 [colin] 2.8.1cvs69
1015 * src/prefs_common.c
1016 Fix possible trashing of history and uidl
1017 files on disk full problems
1019 2007-03-30 [paul] 2.8.1cvs68
1024 update summary when changing layout type
1025 (fixes wrong folder icon being displayed)
1028 2007-03-29 [colin] 2.8.1cvs67
1030 * src/prefs_ext_prog.c
1031 The browser pref is irrelevant on Maemo
1033 2007-03-29 [colin] 2.8.1cvs66
1037 Maemo: dynamically switch headers/text position
1038 * src/prefs_common.c
1039 Maemo: hide compose's ruler by default
1040 * src/common/socket.c
1041 * src/common/socket.h
1044 2007-03-29 [colin] 2.8.1cvs65
1046 * src/common/socket.c
1047 * src/common/socket.h
1048 Fix build when MAEMO_CFLAGS contains
1049 _X_OPENSOURCE (resolv.h errors as long
1050 as we don't add _BSD_SOURCE. Ugly).
1052 2007-03-29 [wwp] 2.8.1cvs64
1054 * src/prefs_logging.c
1055 Fix sensitivity of clip-log widgets in prefs/logging,
1058 2007-03-29 [wwp] 2.8.1cvs63
1061 Updated files list for translations, thanks to Fabien.
1063 2007-03-29 [colin] 2.8.1cvs62
1066 * src/common/Makefile.am
1067 * src/common/utils.c
1068 Maybe make URI opening work in Maemo
1071 2007-03-28 [colin] 2.8.1cvs61
1076 Add the possibility to sort folders arbitrarily
1077 (via editing of folderlist.xml only). Patch by
1078 Martin P <mp26+claws@os.inf.tu-dresden.de>
1079 Fixes bug 1166, 'Folder ordering is fixed and cannot
1080 be changed by the user'
1082 2007-03-28 [colin] 2.8.1cvs60
1085 Add popup menu for mime icons
1087 2007-03-28 [colin] 2.8.1cvs59
1090 Fix a layout issue when presenting
1091 mainwindow in Small screen layout
1094 Add a "Go to folder list" button for
1095 mainwindow, and make it default in
1098 2007-03-28 [colin] 2.8.1cvs58
1101 Don't dynamically update title on Maemo
1102 Patch by Jean-Luc Biord
1104 2007-03-27 [colin] 2.8.1cvs57
1109 Enable tap-and-hold on Maemo
1111 2007-03-26 [colin] 2.8.1cvs56
1114 More popup-menu (in attachments list)
1116 2007-03-26 [colin] 2.8.1cvs55
1119 Enable popup-menu signal
1121 2007-03-26 [colin] 2.8.1cvs54
1123 * src/plugins/pgpinline/pgpinline.c
1124 Fix bug 1111, 'PGP/inline plugin hides text
1125 around encrypted text block'. Patch based on
1126 a patch from Michal Cihar.
1128 2007-03-26 [wwp] 2.8.1cvs53
1131 Fix getting a false error when sending queued message
1132 whereas the sending was fine (if there are subfolders
1133 in the queue folder), thanks to Colin.
1135 2007-03-26 [paul] 2.8.1cvs52
1138 update FACE header in welcome message
1140 2007-03-25 [colin] 2.8.1cvs51
1145 2007-03-25 [colin] 2.8.1cvs50
1148 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1150 2007-03-24 [colin] 2.8.1cvs49
1153 Fix a few launch problems on Maemo
1154 Patch by Jean-Luc Biord
1156 2007-03-24 [wwp] 2.8.1cvs48
1162 Fix wrong action performed when closing the
1163 "ask about account specific filtering rules
1164 when filtering manually" dialog by pressing Escape.
1165 Fix wrong order of buttons in the "return receipt
1166 notification - the message was sent to several of
1167 your accounts" dialog.
1169 2007-03-24 [paul] 2.8.1cvs47
1172 an improvement to English usage
1173 * tools/kdeservicemenu/README
1176 2007-03-24 [paul] 2.8.1cvs46
1179 * src/stock_pixmap.c
1180 * src/pixmaps/edit_extern.xpm
1181 * src/pixmaps/mail_sign.xpm
1182 rescue long lost icons
1184 2007-03-24 [paul] 2.8.1cvs45
1187 fix toolbar (broken in 2.8.1cvs42)
1189 2007-03-23 [colin] 2.8.1cvs44
1192 Correctly unsubscribe/resubscribe after
1195 2007-03-23 [colin] 2.8.1cvs43
1197 * src/prefs_common.c
1198 Maemo: as the platform is light on RAM, allow
1199 caches to be discarded faster.
1201 2007-03-23 [colin] 2.8.1cvs42
1206 * src/stock_pixmap.c
1207 * src/stock_pixmap.h
1212 * src/pixmaps/open_mail.xpm
1213 Maemo changes: Add the possibility to have
1214 "Open Email" and "Close Window" buttons on
1215 toolbars (and use them in Maemo's default
1218 2007-03-23 [wwp] 2.8.1cvs41
1221 Reverted that part of the action dialog closure logics, to
1222 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1223 done later in a different way (or may not).
1225 2007-03-22 [wwp] 2.8.1cvs40
1228 Fix sticky action dialog when got no output but action command
1229 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1231 2007-03-22 [colin] 2.8.1cvs39
1233 * src/prefs_filtering.c
1234 * src/gtk/combobox.h
1235 Fix escaping account names in filtering prefs
1237 2007-03-22 [colin] 2.8.1cvs38
1242 Add any attribute specified in LDAP servers'
1243 Search attributes to the Other Attributes tab
1244 of contacts; Add 'telephoneNumber' in the
1247 2007-03-22 [colin] 2.8.1cvs37
1252 Try to prevent race conditions when
1253 changing the folder list
1255 Fix possible red folder icon when
1256 switching from Small screen layout
1259 2007-03-22 [colin] 2.8.1cvs36
1264 Rename "little screen" to "Small screen"
1265 * src/gtk/Makefile.am
1266 * src/common/utils.c
1268 Fix Maemo-related compilation problems
1270 2007-03-21 [colin] 2.8.1cvs35
1274 * claws-mail.desktop
1275 Remove .png from the Icon, it's useless
1277 2007-03-21 [colin] 2.8.1cvs34
1281 Add the necessary lib checking for
1284 2007-03-21 [colin] 2.8.1cvs33
1287 Fix unconditional "error happened" when
1288 sending via command-line. "lol @ myself"
1290 2007-03-21 [colin] 2.8.1cvs32
1292 * claws-mail-40x40.png
1293 * claws-mail-26x26.png
1303 * src/prefs_account.c
1304 * src/prefs_common.c
1305 * src/summary_search.c
1309 * src/gtk/gtkutils.c
1310 * src/gtk/gtkutils.h
1311 * src/gtk/logwindow.c
1313 * src/gtk/prefswindow.c
1314 Add Maemo port (patch mainly by Jean-Luc Biort)
1315 Add a new 'Little screen' layout to help on such
1316 platforms (patch by me)
1317 Make some default preferences different (more
1318 adapted) on Maemo (patch by me)
1320 2007-03-21 [wwp] 2.8.1cvs31
1322 * src/prefs_logging.c
1323 * src/prefs_logging.h
1324 Fixed copyright header of newly added files.
1326 2007-03-21 [wwp] 2.8.1cvs30
1342 * src/prefs_common.c
1343 * src/prefs_common.h
1344 * src/prefs_logging.c
1345 * src/prefs_logging.h
1348 * src/send_message.c
1353 * src/common/session.c
1355 * src/common/socket.c
1356 * src/etpan/imap-thread.c
1357 * src/gtk/logwindow.c
1358 * src/gtk/logwindow.h
1359 * src/plugins/bogofilter/bogofilter.c
1360 * src/plugins/spamassassin/spamassassin.c
1361 Added debugging of filtering/processing rules.
1362 The debug log is here 'Tools/Filtering debug window',
1363 the options there 'Configuration/Preferences/Other/Logging',
1364 and the log file is ~/.claws-mail/filtering.log.
1365 Moved protocol log prefs to 'Other/Logging' as well.
1366 To support such debugging feature, the existing log API has
1367 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1368 this impacts many external modules (commits follow).
1370 2007-03-21 [paul] 2.8.1cvs29
1372 * src/etpan/Makefile.am
1373 * src/etpan/imap-thread.c
1374 add missing #include
1376 2007-03-21 [colin] 2.8.1cvs28
1379 Fix bug 1157, 'some broken messages confuse
1380 mime parser'. Make sure we can't have MimeInfos
1381 with negative sizes.
1383 2007-03-20 [colin] 2.8.1cvs27
1386 Fix missing \0 on buffer
1388 2007-03-20 [colin] 2.8.1cvs26
1391 Use make_dir_hier instead of make_dir
1392 to create the MH mailbox
1394 2007-03-20 [colin] 2.8.1cvs25
1398 * src/prefs_account.c
1400 Fix default inbox weirdnesses (after wizard,
1401 if path is Mail, mailbox identifier is #mh/Mailbox,
1402 and when creating new accounts)
1404 2007-03-20 [colin] 2.8.1cvs24
1407 Write folderlist after adding/deleting accounts
1410 2007-03-20 [colin] 2.8.1cvs23
1413 * src/remotefolder.h
1414 Fix bug 1153, 'CM segfaults if IMAP folder is
1415 selected while scanning prior to update'
1417 2007-03-17 [paul] 2.8.1cvs22
1420 fix a typo, and be a little more verbose.
1422 2007-03-17 [wwp] 2.8.1cvs21
1425 Fix a compiler warning.
1427 2007-03-16 [wwp] 2.8.1cvs20
1431 Updated to deal w/ the new mairix.sh tool.
1433 2007-03-16 [wwp] 2.8.1cvs19
1436 Fix logics issues around the action IO dialog:
1437 - disable entry widget and exec button when
1438 the exec button is clicked (don't wait for any
1439 output line) - fix possible disabling/re-enabling/
1440 re-disabling of those widgets
1441 - raise an error if executing a %as{} action either
1442 empty or invalid, instead of failing silently
1443 - don't close the dialog if the abort button has been
1444 clicked and if there was no output yet
1445 - set focus to the abort button when the exec button
1447 - fix capitalization of a warning message
1449 2007-03-16 [wwp] 2.8.1cvs18
1452 Added a wrapper to mairix to the tools folder.
1454 2007-03-16 [colin] 2.8.1cvs17
1458 Allow mimeviewer plugins to print
1461 2007-03-16 [colin] 2.8.1cvs16
1466 2007-03-15 [colin] 2.8.1cvs15
1470 Add a way for mimeviewer plugins to
1471 implement body search
1473 2007-03-15 [paul] 2.8.1cvs14
1475 * src/prefs_spelling.c
1478 2007-03-15 [paul] 2.8.1cvs13
1480 * src/common/quoted-printable.c
1481 fix decoding of quoted-printable parts
1483 2007-03-14 [wwp] 2.8.1cvs12
1485 * src/gtk/logwindow.h
1486 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1488 2007-03-14 [wwp] 2.8.1cvs11
1490 * src/gtk/logwindow.h
1491 Complete 2.8.1cvs10.
1493 2007-03-14 [colin] 2.8.1cvs10
1495 * src/gtk/logwindow.c
1496 Probably fix bug 1149, crash on logwindow
1497 close - at the expense of performance once
1498 logwin has been opened
1500 2007-03-14 [colin] 2.8.1cvs9
1503 If claws-mail is running on another
1504 display, warn instead of popping it up
1505 on the other display
1507 2007-03-12 [colin] 2.8.1cvs8
1510 Fix bug 1145, 'Setting a different name
1511 for the Mailbox name isn't reflected in
1512 default account settings'. Patch by wwp
1514 2007-03-12 [colin] 2.8.1cvs7
1517 Fix bug 1143, 'Add number of messages to be
1518 deleted to confirmation dialog'
1520 2007-03-12 [wwp] 2.8.1cvs6
1523 * src/prefs_common.c
1524 * src/prefs_common.h
1525 * src/prefs_summaries.c
1526 Changed the option that displays unread messages count
1527 next to the folder name in folder list: it is now
1528 possible to either display nothing, display the
1529 unread messages number only or the unread and total messages
1530 numbers. The patch includes this extra feature as well
1531 as some minor fixes by rewriting the algo in folderview.c.
1532 Thanks to Paul for the original idea and implementation, plus
1533 testing and proof-reading!
1535 2007-03-09 [paul] 2.8.1cvs5
1539 * tools/claws-mail-compose-insert-files.pl
1540 added a script which enables inserting files
1541 into the message body of a new Claws Mail
1542 Compose window from the command line. Additionally
1543 To, Cc, Subject and files to attach to the message
1546 2007-03-09 [wwp] 2.8.1cvs4
1551 Optimize matching of addresses in the addressbook
1552 (filtering/processing 'found_in_addressbook' condition).
1554 2007-03-07 [wwp] 2.8.1cvs3
1557 * src/quote_fmt_lex.l
1558 * src/quote_fmt_parse.y
1559 Add a new quote format symbol: %A to insert the
1560 sender email address (just the address itself).
1562 2007-03-06 [wwp] 2.8.1cvs2
1564 * src/gtk/gtkutils.c
1565 * src/plugins/trayicon/trayicon_prefs.h
1566 * src/plugins/trayicon/trayicon_prefs.c
1567 * src/plugins/trayicon/trayicon.c
1570 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1571 minimizing Claws-Mail main window will hide it to the trayicon instead.
1574 2007-03-06 [paul] 2.8.1cvs1
1580 bump version number following
1583 2007-03-06 [paul] 2.8.0cvs24
1586 corrected by by Tim <timbrain@post.cz>
1588 2007-03-05 [colin] 2.8.0cvs23
1592 Fix mime/globs path on NetBSD
1593 patch by George Michaelson
1595 2007-03-05 [wwp] 2.8.0cvs22
1598 Remove debug statement (accidentally committed w/ cvs14).
1600 2007-03-05 [paul] 2.8.0cvs21
1602 * src/plugins/pgpcore/prefs_gpg.c
1603 fix compiler warning
1605 2007-03-05 [wwp] 2.8.0cvs20
1607 * src/matcher_parser_parse.y
1608 Fix mismerge between cvs17 and cvs19.
1610 2007-03-05 [wwp] 2.8.0cvs19
1612 * src/matcher_parser_parse.y
1613 * src/prefs_filtering_action.c
1618 Add new 'add_to_addressbook' filtering/processing action.
1620 2007-03-05 [wwp] 2.8.0cvs18
1623 Fix mark_as_ham filtering/processing action: spam flag
1626 2007-03-04 [colin] 2.8.0cvs17
1631 * src/matcher_parser_parse.y
1632 * src/prefs_filtering_action.c
1633 Add 'Mark as spam' and 'Mark as ham' filtering
1634 actions. Fixes bug 1138.
1636 2007-03-04 [colin] 2.8.0cvs16
1639 Fix bug 1140, wrong return value
1642 2007-03-04 [wwp] 2.8.0cvs15
1645 Rollback cvs14: don't free stuff that is managed in g_list.
1647 2007-03-04 [wwp] 2.8.0cvs14
1650 Fix a leak in address completion code.
1652 2007-03-04 [colin] 2.8.0cvs13
1655 Maybe fix bug 1136, 'Crash in group
1658 2007-03-04 [iwkse] 2.8.0cvs12
1661 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1663 2007-03-03 [colin] 2.8.0cvs11
1665 * src/plugins/pgpinline/pgpinline.c
1666 Fix off-by-one, fix double-free. Fixes
1667 bug 1135, 'cm-segfault on decrypting
1670 2007-03-03 [colin] 2.8.0cvs10
1674 * src/common/plugin.c
1675 Fix bug 1134, 'Valgrind macros unhandled
1678 2007-03-02 [colin] 2.8.0cvs9
1681 Don't error out on EAGAIN. Fixes
1682 bug 1129, '"local mbox file" account
1683 isn't retrieving mails'
1685 2007-03-01 [wwp] 2.8.0cvs8
1688 * src/gtk/colorlabel.c
1689 Remove accels for extra color labels until we set better
1690 and definitive ones.
1692 2007-02-28 [wwp] 2.8.0cvs7
1695 * src/matcher_parser_parse.y
1696 * src/prefs_common.c
1697 * src/prefs_msg_colors.c
1699 * src/gtk/colorlabel.c
1700 * src/gtk/colorlabel.h
1701 Add more customizable color labels. Cleaned up a bit
1702 the color label API to avoid duplicate defines of
1703 the max number of colors.
1705 2007-02-27 [colin] 2.8.0cvs6
1708 * src/common/utils.c
1709 * src/common/utils.h
1710 Fix '+' in mailto URIs for List-* headers
1712 2007-02-27 [colin] 2.8.0cvs5
1714 * src/gtk/gtkutils.c
1715 Use gtk_window_set_role instead of
1718 2007-02-27 [colin] 2.8.0cvs4
1721 Fix "After receiving new mail, go to inbox" on IMAP,
1722 and make it work only on manual reception
1724 2007-02-27 [wwp] 2.8.0cvs3
1726 * src/prefs_filtering.c
1727 * src/prefs_filtering_action.c
1728 * src/prefs_matcher.c
1729 Update filtering matcher's and action's color label menus
1730 when re-opening those dialogs (reflect any change to the
1731 color labels list in the preferences).
1733 2007-02-27 [colin] 2.8.0cvs2
1736 * src/etpan/etpan-thread-manager-types.h
1737 * src/etpan/etpan-thread-manager.c
1738 * src/etpan/imap-thread.c
1739 Log imap ALERTs as errors in the log.
1741 2007-02-26 [paul] 2.8.0cvs1
1743 * tools/claws.i18n.status.pl
1746 2007-02-26 [paul] 2.7.2cvs75
1760 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1761 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1762 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1763 Aleksandar Urosevic, and Ralgh Young
1765 2007-02-25 [mones] 2.7.2cvs74
1770 2007-02-25 [colin] 2.7.2cvs73
1773 Clearing the list is only useful
1774 to prevent a valgrind false-positive
1776 2007-02-25 [paul] 2.7.2cvs72
1780 * tools/kmail-mailbox2claws-mail.pl **ADDED**
1781 * tools/maildir2claws-mail.pl **REMOVED**
1782 renamed the script, fixed a couple bugs
1784 2007-02-23 [colin] 2.7.2cvs71
1787 Fix a leak, check for a few improbable nulls
1789 2007-02-23 [colin] 2.7.2cvs70
1793 * src/plugins/trayicon/trayicon.c
1794 Fix blinking mainwin when starting in tray
1795 (show mainwindow later in the startup process,
1796 apart if restarting post-crash)
1798 2007-02-23 [colin] 2.7.2cvs69
1802 Fix crash when unsubscribing the currently
1803 selected/opened folder
1805 2007-02-23 [colin] 2.7.2cvs68
1808 Fix bug that prevented colorization to
1809 work without wrap quotation option
1811 2007-02-23 [colin] 2.7.2cvs67
1814 Fix refcounting, start and end completion who
1815 behaved as if there couldn't be any other current
1818 2007-02-23 [wwp] 2.7.2cvs66
1822 Address completion fixes: fix addressbook_peek_folder_exists() in
1823 which the algorithm was ridiculously over-obfuscated and broken.
1824 Fix addrindex_load_completion() as well, to load addresses in
1825 completion list with regards to what addressbook_peek_folder_exists()
1828 2007-02-23 [wwp] 2.7.2cvs65
1831 Add addresses to completion when they're non-empty (thanks to Colin).
1833 2007-02-23 [paul] 2.7.2cvs64
1835 * src/plugins/pgpcore/passphrase.c
1838 2007-02-23 [colin] 2.7.2cvs63
1840 * src/plugins/pgpcore/prefs_gpg.c
1841 * src/plugins/pgpcore/prefs_gpg.h
1842 * src/plugins/pgpcore/sgpgme.c
1843 * src/plugins/pgpinline/pgpinline.c
1844 * src/plugins/pgpmime/pgpmime.c
1845 Try harder to respect user's choice wrt
1846 gpg-agent even with gpg2, by unsetting
1847 GPG_AGENT_INFO when necessary.
1849 2007-02-22 [paul] 2.7.2cvs62
1851 * src/plugins/pgpcore/sgpgme.c
1852 * src/plugins/pgpcore/sgpgme.h
1853 * src/plugins/pgpcore/passphrase.c
1854 * src/plugins/pgpinline/pgpinline.c
1855 * src/plugins/pgpmime/pgpmime.c
1856 Fix a leak - gpgme_data_release_and_get_mem
1857 leaks in recent gpgme. Workaround by using
1860 2007-02-22 [paul] 2.7.2cvs61
1862 * src/gtk/quicksearch.c
1863 Abandon dynamic search when pressing
1866 2007-02-21 [colin] 2.7.2cvs60
1869 * src/plugins/pgpcore/passphrase.c
1870 Fix little memory leaks
1872 Fix false-positive leak at exit
1873 * src/gtk/quicksearch.c
1874 Fix potentially big leak in recursive
1877 2007-02-21 [wwp] 2.7.2cvs59
1880 Add missing newline to a debug message.
1882 2007-02-20 [colin] 2.7.2cvs58
1886 * src/stock_pixmap.c
1887 * src/stock_pixmap.h
1888 * src/pixmaps/mime_pgpsig.xpm
1889 Add icon for application/pgp-signature
1891 2007-02-20 [colin] 2.7.2cvs57
1896 * src/stock_pixmap.c
1897 * src/stock_pixmap.h
1898 * src/pixmaps/mime_calendar.xpm
1899 * src/pixmaps/mime_pdf.xpm
1900 * src/pixmaps/mime_ps.xpm
1901 Add icons for text/calendar, application/pdf
1902 and application/postscript
1904 2007-02-20 [colin] 2.7.2cvs56
1907 * src/matcher_parser_parse.y
1908 * src/matcher_parser_lex.l
1909 Fix big memory leak in flex, and
1912 2007-02-20 [wwp] 2.7.2cvs55
1914 * src/matcher_parser_parse.y
1915 Fix a duplicate token definition (thanks to iwkse).
1917 2007-02-20 [wwp] 2.7.2cvs54
1919 * src/matcher_parser_lex.l
1920 * src/quote_fmt_lex.l
1921 Use proper flex options instead of direct use of #define,
1922 make the flex-generated C lighter.
1924 2007-02-20 [colin] 2.7.2cvs53
1927 Grab focus in message list after hiding
1928 the quicksearch, instead of leaving it
1931 2007-02-19 [colin] 2.7.2cvs52
1934 Fix bug 1033, 'Automatically refresh
1935 message list when new messages arrives'
1936 Looks like folderview->opened can sometimes
1939 2007-02-19 [paul] 2.7.2cvs51
1943 * tools/thunderbird-filters-convertor.pl
1944 add new script which converts thunderbird filter
1945 rules to Claws filter rules
1947 2007-02-18 [paul] 2.7.2cvs50
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 improved GUI interoperability with gpg-agent
1956 2007-02-18 [paul] 2.7.2cvs49
1958 * src/prefs_account.c
1959 Privacy options sensitivity fix
1961 2007-02-17 [colin] 2.7.2cvs48
1964 Reset icon to warning in the noticeview
1966 2007-02-15 [colin] 2.7.2cvs47
1969 Fix a manifestation of bug 1033 (summaryview failing
1970 to update for new mails), which happens after editing
1971 account preferences or preferences that cause a
1974 2007-02-15 [colin] 2.7.2cvs46
1977 Probably fix bug 1123, 'Segmentation
1978 fault while opening address book'. I get
1979 g_warnings if the saved paned position is
1980 not greater than 0. Also, save position
1981 when hiding the addressbook instead of
1984 2007-02-14 [colin] 2.7.2cvs45
1986 * src/plugins/pgpcore/prefs_gpg.c
1987 * src/plugins/pgpcore/prefs_gpg.h
1988 * src/plugins/pgpcore/sgpgme.c
1989 * src/plugins/pgpinline/pgpinline.c
1990 * src/plugins/pgpmime/pgpmime.c
1991 Add an option "Use gpg-agent if available". Fixes
1992 annoyances with distro-installed gpg-agent, when
1993 no pinentry program is installed, and the user's
1994 at a loss on why "decryption failed". Makes more
1995 clear why passphrase isn't saved when gpg-agent is
1996 used. Defaults to true, to avoid changing the
1999 2007-02-14 [wwp] 2.7.2cvs44
2001 * src/matcher_parser_parse.y
2002 Fix missing line number reset (wrong line number might appear
2003 when re-loading filtering rules if there's a parser error).
2005 2007-02-13 [colin] 2.7.2cvs43
2007 * src/common/utils.c
2008 Don't encode ',' in URIs before passing it
2009 to the browser command-line. It was probably
2010 done at a time where commas in URIs made
2011 mozilla -remote 'openurl(%s,new-window)'
2014 2007-02-13 [wwp] 2.7.2cvs42
2016 * src/prefs_matcher.c
2017 * src/plugins/bogofilter/bogofilter_gtk.c
2018 A bit of string factorization around "Select ..." buttons.
2020 2007-02-11 [colin] 2.7.2cvs41
2023 Make sure to escape the title
2025 2007-02-11 [colin] 2.7.2cvs40
2028 Recognize .utf8 locales as .UTF-8 ones
2030 2007-02-11 [colin] 2.7.2cvs39
2033 Fix code conversion when dragging a file
2035 2007-02-09 [colin] 2.7.2cvs38
2037 * src/plugins/clamav/clamav_plugin.c
2038 Complete Paul's patch with conditional
2039 compilation to avoid breaking compilation
2040 on old Dapper and Edgy... Maybe other
2043 2007-02-09 [paul] 2.7.2cvs37
2045 * src/plugins/clamav/clamav_plugin.c
2046 fix for the upstream changes in libclamav
2048 2007-02-09 [paul] 2.7.2cvs36
2054 fix "warn if there are queued messages" (on exit)
2055 option, which only checked the first mailbox's
2057 don't ask before emptying trash if there are no
2058 messages in trash, also check and empty all trash
2061 move "Ask before emptying trash" option
2062 outside of the "On exit" frame as it's
2063 not only an "On exit" option
2065 2007-02-09 [paul] 2.7.2cvs35
2070 * src/prefs_account.c
2071 * src/prefs_folder_item.c
2073 * src/prefs_matcher.c
2074 * src/prefs_message.c
2075 * src/prefs_msg_colors.c
2076 * src/prefs_summaries.c
2078 * src/gtk/inputdialog.c
2079 * src/plugins/bogofilter/bogofilter_gtk.c
2080 pedantic commit: use 'checkbtn' everywhere
2081 instead of a mixture of 'checkbtn' and 'chkbtn'
2083 2007-02-09 [paul] 2.7.2cvs34
2089 move "Never send Return Receipts" from
2090 prefs_other to prefs_send
2091 add an option "Ask about account specific
2092 filtering rules..." to prefs_other
2093 * src/gtk/gtkutils.c
2094 fix a compiler warning
2096 2007-02-08 [colin] 2.7.2cvs33
2098 * src/plugins/pgpinline/pgpinline.c
2099 Fix bug 1110, 'pgpmime fails to process
2100 encapsulated openpgp mime (rfc 3156, 6.1
2102 It was due to an interaction between PGP/Mime
2103 and PGP/Inline plugin.
2105 2007-02-08 [colin] 2.7.2cvs32
2110 Fix bug 1117, 'fcntl locking code
2111 does not work in mbox.c'
2113 2007-02-08 [colin] 2.7.2cvs31
2115 * src/prefs_account.c
2116 Fix Gentoo bug 165819, 'can't create
2117 a "local mbox file" account'. Patch
2118 by Olivier <castan.o@free.fr>
2120 2007-02-07 [colin] 2.7.2cvs30
2123 Fix bug 1106, 'Claws crash on exit if LDAPS
2124 autocompletion was used'
2126 2007-02-07 [paul] 2.7.2cvs29
2129 cut down on unnecessary debug_prints
2131 fix menu_set_active() on 'Show only
2134 2007-02-07 [paul] 2.7.2cvs28
2136 * src/plugins/clamav/clamav_plugin.c
2137 * src/plugins/clamav/clamav_plugin.h
2138 * src/plugins/clamav/clamav_plugin_gtk.c
2139 fix copyright header
2141 2007-02-07 [paul] 2.7.2cvs27
2144 fix bug 1116, 'summary view allow a
2147 2007-02-06 [colin] 2.7.2cvs26
2152 2007-02-05 [fabien] 2.7.2cvs25
2156 i18n related - 1 fix and 1 message for translators.
2158 2007-02-05 [colin] 2.7.2cvs24
2160 * src/gtk/quicksearch.c
2161 Don't reload summary list if quicksearch wasn't
2162 active on hiding; move currently selected mail in
2163 the visible area when showing the quicksearch
2165 2007-02-05 [colin] 2.7.2cvs23
2168 Add debug to try to solve bug 1104
2170 2007-02-05 [paul] 2.7.2cvs22
2173 confirm before emptying trash on exit is
2174 a Yes or No answer, use Yes or No in the
2177 2007-02-04 [colin] 2.7.2cvs21
2180 * src/plugins/pgpcore/passphrase.c
2181 * src/plugins/pgpcore/select-keys.c
2182 Set wmclass on new windows
2188 2007-02-04 [colin] 2.7.2cvs20
2192 Auto save drafts on exit, reopen them
2193 at startup, instead of asking
2197 * src/addressbook_foldersel.c
2205 * src/editldap_basedn.c
2218 * src/message_search.c
2220 * src/prefs_actions.c
2221 * src/prefs_customheader.c
2222 * src/prefs_display_header.c
2223 * src/prefs_filtering.c
2224 * src/prefs_filtering_action.c
2225 * src/prefs_folder_column.c
2227 * src/prefs_matcher.c
2229 * src/prefs_summaries.c
2230 * src/prefs_summary_column.c
2231 * src/prefs_template.c
2232 * src/sourcewindow.c
2234 * src/summary_search.c
2237 * src/gtk/description_window.c
2238 * src/gtk/foldersort.c
2239 * src/gtk/gtkutils.c
2240 * src/gtk/gtkutils.h
2241 * src/gtk/icon_legend.c
2242 * src/gtk/logwindow.c
2243 * src/gtk/pluginwindow.c
2244 * src/gtk/prefswindow.c
2245 Give different wmclass to different
2246 windows - thanks to sed ;)
2248 2007-02-04 [colin] 2.7.2cvs19
2251 Revert previous patch, can't reproduce
2254 2007-02-03 [colin] 2.7.2cvs18
2257 Don't save the mainwindow size and
2258 position on emergency exit (libSM's
2259 "die" callback), Xfce seems to make
2260 the window smaller just before the
2263 2007-02-03 [colin] 2.7.2cvs17
2265 * src/plugins/bogofilter/bogofilter.c
2266 * src/plugins/bogofilter/bogofilter.h
2267 * src/plugins/bogofilter/bogofilter_gtk.c
2268 * src/plugins/pgpinline/pgpinline.c
2269 * src/plugins/pgpinline/pgpinline.h
2272 2007-02-03 [colin] 2.7.2cvs16
2274 * src/partial_download.c
2275 * src/partial_download.h
2282 * src/common/ssl_certificate.c
2283 * src/common/ssl_certificate.h
2284 * src/gtk/quicksearch.c
2285 * src/gtk/quicksearch.h
2286 * src/gtk/sslcertwindow.c
2287 * src/gtk/sslcertwindow.h
2288 Fix copyright on my files
2290 2007-02-02 [colin] 2.7.2cvs15
2300 Add Tools/List URIs to allow
2301 opening any URI in the current mail
2303 2007-02-02 [colin] 2.7.2cvs14
2305 * src/common/valgrind.h ** NEW FILE **
2306 * src/common/Makefile.am
2307 * src/common/plugin.c
2308 Don't dlclose the plugins if we're running
2309 under valgrind. (doesn't require valgrind
2310 either at compile time or run time).
2312 2007-02-01 [paul] 2.7.2cvs13
2316 * tools/freshmeat_search.pl
2317 * tools/google_search.pl
2318 * tools/multiwebsearch.pl
2319 add support for non ISO-8859-1 compatible locales
2320 Patch by Alex Gorbachenko <agent_007@immo.ru>
2322 2007-02-01 [colin] 2.7.2cvs12
2325 * src/prefs_summaries.c
2326 Move keybinding prefs to the Other page
2328 2007-02-01 [wwp] 2.7.2cvs11
2330 * src/plugins/trayicon/trayicon.c
2331 Fix a raising issue within KDE.
2333 2007-02-01 [colin] 2.7.2cvs10
2336 Fix stray quotes in encoded strings
2338 Fix wrong call causing g_warnings
2340 Remove useless message
2342 2007-01-31 [wwp] 2.7.2cvs9
2344 * src/plugins/trayicon/trayicon.c
2345 fix buggy hiding of main window when closing if close-to-tray
2346 is not set (bad logics in the trayicon hook code).
2347 Changed the quit confirmation message too.
2349 2007-01-30 [colin] 2.7.2cvs8
2352 Fix hidden mainwindow after clicking on
2353 the X close button, if compose windows
2354 exist and the user chooses not to quit
2356 2007-01-30 [colin] 2.7.2cvs7
2360 Handle local URIs to attach files (file:///...)
2361 Fixes attaching files from Thunar for example
2363 2007-01-30 [colin] 2.7.2cvs6
2365 * src/prefs_ext_prog.c
2366 Add 'mousepad' to the list of text editors.
2367 Mousepad is XFCE's text editor
2369 2007-01-29 [wwp] 2.7.2cvs5
2372 * src/plugins/trayicon/trayicon_prefs.c
2373 trayicon i18n fixes, thanks to Fabien.
2375 2007-01-28 [wwp] 2.7.2cvs4
2379 * src/plugins/trayicon/trayicon.c
2380 * src/plugins/trayicon/trayicon_prefs.c
2381 * src/plugins/trayicon/trayicon_prefs.h
2382 Added a new TrayIcon plugin option to close to tray
2383 (WM's hotkey and [X] button will hide the window instead
2384 of closing it - closing CM can be done using the tray icon
2385 menu or the File menu).
2386 Improved visibility handling in trayicon, clicking the
2387 trayicon now raise the window to current desktop when it
2388 was either minimized/shaded/on another desktop.
2389 Thanks to Paul for testing and fixing a strange behaviour
2392 2007-01-27 [paul] 2.7.2cvs3
2394 * src/prefs_folder_item.c
2395 * src/prefs_receive.c
2396 * src/plugins/pgpcore/prefs_gpg.c
2397 use 'start-up' instead of 'startup' in labels
2399 2007-01-26 [wwp] 2.7.2cvs2
2401 * src/plugins/trayicon/Makefile.am
2402 * src/plugins/trayicon/trayicon.c
2403 * src/plugins/trayicon/trayicon_prefs.c
2404 * src/plugins/trayicon/trayicon_prefs.h
2405 Add a new TrayIcon option to hide the main window at
2407 Fix trayicon.c copyright header.
2409 2007-01-26 [paul] 2.7.2cvs1
2415 bump up version number following
2418 2007-01-25 [mones] 2.7.1cvs60
2421 updated thousands of strings (well, probably less ;-)
2423 2007-01-25 [colin] 2.7.1cvs59
2426 Fix 2nd-run loss of matcherrc on new
2429 2007-01-25 [wwp] 2.7.1cvs58
2432 fix handling of empty value in attach_save_directory too, thanks
2435 2007-01-25 [wwp] 2.7.1cvs57
2438 fix handling of empty value in attach_load_directory,
2441 2007-01-25 [wwp] 2.7.1cvs56
2443 * src/plugins/dillo_viewer/dillo_prefs.h
2446 2007-01-25 [colin] 2.7.1cvs55
2450 * src/matcher_parser_parse.y
2451 * src/prefs_matcher.c
2452 Add matching on the spam flag
2454 2007-01-24 [colin] 2.7.1cvs54
2459 Make sure folderlist.xml is correctly
2460 written before overwriting it.
2464 * src/plugins/bogofilter/bogofilter.c
2465 * src/plugins/bogofilter/bogofilter.h
2466 * src/plugins/bogofilter/bogofilter_gtk.c
2467 * src/plugins/spamassassin/spamassassin.c
2468 * src/plugins/spamassassin/spamassassin.h
2469 * src/plugins/spamassassin/spamassassin_gtk.c
2470 Move spam to the correct trash folder after
2471 learning, if spam directory isn't set.
2473 2007-01-23 [paul] 2.7.1cvs53
2475 * src/plugins/bogofilter/bogofilter_gtk.c
2476 fix sensitivity of "Insert X-Bogosity header"
2479 2007-01-23 [colin] 2.7.1cvs52
2482 Translate toolbar items text if
2483 they're translatable (default)
2497 * src/etpan/etpan-thread-manager.c
2498 * src/etpan/etpan-thread-manager.h
2499 * src/gtk/gtkutils.c
2500 * src/gtk/gtkutils.h
2501 More static functions
2503 2007-01-22 [fabien] 2.7.1cvs51
2505 * src/gtk/gtkutils.c
2506 gtkut_get_options_frame() : ability to pass
2507 a 'NULL' value in frame pointer parameter if
2510 2007-01-22 [colin] 2.7.1cvs50
2514 * src/plugins/bogofilter/bogofilter.c
2515 * src/plugins/bogofilter/bogofilter_gtk.c
2516 * src/plugins/spamassassin/spamassassin.c
2517 * src/plugins/spamassassin/spamassassin_gtk.c
2518 Allow moving spams to the account's trash
2519 instead of default one
2521 2007-01-21 [colin] 2.7.1cvs49
2525 Revert a static function that shouldn't
2528 2007-01-21 [colin] 2.7.1cvs48
2534 2007-01-21 [colin] 2.7.1cvs47
2540 2007-01-21 [colin] 2.7.1cvs46
2542 * src/common/socket.c
2543 * src/common/socket.h
2546 2007-01-21 [colin] 2.7.1cvs45
2555 * src/folder_item_prefs.c
2556 * src/folder_item_prefs.h
2563 * src/common/socket.c
2564 * src/common/socket.h
2565 * src/gtk/gtkaspell.c
2566 * src/gtk/gtkaspell.h
2567 * src/gtk/quicksearch.c
2568 * src/gtk/quicksearch.h
2571 2007-01-21 [colin] 2.7.1cvs44
2573 * src/common/utils.c
2574 * src/common/utils.h
2575 * src/etpan/etpan-thread-manager.c
2576 * src/etpan/etpan-thread-manager.h
2577 Same (Funny that etpan_thread_unbind
2578 is called but not etpan_thread_bind)
2580 2007-01-21 [colin] 2.7.1cvs43
2588 * src/etpan/Makefile.am
2589 * src/gtk/colorlabel.c
2590 * src/gtk/colorlabel.h
2591 * src/gtk/sslcertwindow.c
2592 * src/gtk/sslcertwindow.h
2593 * src/etpan/etpan-log.c ** REMOVED **
2594 * src/etpan/etpan-log.h ** REMOVED **
2597 2007-01-20 [colin] 2.7.1cvs42
2603 2007-01-20 [colin] 2.7.1cvs41
2621 Make functions that aren't used in other
2624 2007-01-20 [colin] 2.7.1cvs40
2639 * src/editldap_basedn.c
2645 * src/image_viewer.c
2661 * src/prefs_account.c
2662 * src/prefs_common.c
2663 * src/prefs_compose_writing.c
2664 * src/prefs_ext_prog.c
2665 * src/prefs_folder_item.c
2667 * src/prefs_message.c
2668 * src/prefs_msg_colors.c
2671 * src/prefs_receive.c
2673 * src/prefs_spelling.c
2674 * src/prefs_summaries.c
2675 * src/prefs_toolbar.c
2676 * src/prefs_wrapping.c
2685 * src/common/hooks.c
2687 * src/common/passcrypt.c
2688 * src/common/socket.c
2690 * src/common/ssl_certificate.c
2691 * src/common/template.c
2692 * src/common/utils.c
2693 * src/etpan/imap-thread.c
2694 * src/gtk/sslcertwindow.c
2695 * src/gtk/sslcertwindow.h
2696 Make functions that could be static, static
2698 2007-01-20 [colin] 2.7.1cvs39
2703 2007-01-20 [colin] 2.7.1cvs38
2708 Fix bug 1102, 'claws-mail-2.7.1
2709 makes use of deprecated ldap
2712 2007-01-20 [colin] 2.7.1cvs37
2717 * src/gtk/quicksearch.c
2718 Add Wide message list layout
2720 2007-01-19 [fabien] 2.7.1cvs36
2723 make sure a font change is considered in links of
2726 2007-01-19 [colin] 2.7.1cvs35
2733 * src/prefs_common.c
2734 * src/prefs_common.h
2737 * src/gtk/quicksearch.c
2738 * src/gtk/quicksearch.h
2739 Drop 'Separate Folder tree' and 'Separate
2740 Message View'. Put three layouts in place
2743 2007-01-19 [paul] 2.7.1cvs34
2745 * src/prefs_msg_colors.c
2746 more use of Q_ for translators
2748 2007-01-19 [paul] 2.7.1cvs33
2751 * src/prefs_account.c
2752 a few changes to the English
2754 2007-01-19 [fabien] 2.7.1cvs32
2757 factorize translatable string
2759 2007-01-18 [colin] 2.7.1cvs31
2762 Don't error out on --sync option. Although
2763 we don't do anything with it, gtk+ handles
2764 it, and it's useful for debugging X errors
2766 2007-01-18 [fabien] 2.7.1cvs30
2769 ability to apply on the fly the recent added
2770 'gtk_can_change_accels' pref (no need to restart).
2772 2007-01-18 [fabien] 2.7.1cvs29
2774 * src/plugins/bogofilter/bogofilter_gtk.c
2775 * src/plugins/bogofilter/bogofilter.c
2776 * src/plugins/spamassassin/spamassassin_gtk.c
2778 * src/prefs_account.c
2779 factorize or rewrite some translatable strings.
2781 2007-01-18 [fabien] 2.7.1cvs28
2785 set a 4pix space between "Subject:" label and subject entry in
2788 2007-01-18 [wwp] 2.7.1cvs27
2791 fix conflicting address-copy/paste when focus is set
2792 to the embedded edit-person form.
2795 2007-01-18 [wwp] 2.7.1cvs26
2798 complete 2.7.1cvs23 (one more file was missing from that
2801 2007-01-18 [colin] 2.7.1cvs25
2804 Provide a way to migrate without backup
2805 Re-ask for migration on next start if
2806 it has been refused and wizard has been
2809 2007-01-18 [wwp] 2.7.1cvs24
2812 complete 2.7.1.cvs23 (file was missing from previous
2815 2007-01-18 [wwp] 2.7.1cvs23
2818 fix potential crashes in address book's focus_in/out signal handlers,
2819 force focus to the edit-person form when clicked the Edit menu entry or
2820 button (this only matters if the edit-person form is embedded to the
2821 AB window, in that case, focus is not set when browsing the contacts
2822 list w/ keys or mouse clicks).
2824 2007-01-18 [paul] 2.7.1cvs22
2827 add command line options:
2829 -q and --quit for --exit
2831 print "Unknown option" for unknown options
2833 2007-01-18 [paul] 2.7.1cvs21
2836 updated by Pavlo Bohmat
2838 2007-01-18 [paul] 2.7.1cvs20
2841 fix sensitivity issues of Mark as Spam/Ham
2843 2007-01-17 [fabien] 2.7.1cvs19
2846 * src/prefs_common.c
2847 * src/prefs_common.h
2849 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2850 control the corresponding gtk property. It could be used to lock
2851 all shortcuts (avoid to set one of them by inadvertency).
2853 2007-01-17 [colin] 2.7.1cvs18
2856 Fix bug 1100, 'Highlighted e-mail data not visible
2857 when color label applied.'. Use a weighted average
2858 between normal selected foreground color and color
2859 label instead of a simple one (3/1 instead 1/1).
2861 2007-01-17 [colin] 2.7.1cvs17
2864 Better fix for bug 1088, 'Ctrl-h produces repeatable
2865 crash' - don't prevent mail switching while loading
2867 2007-01-17 [colin] 2.7.1cvs16
2876 Manage recursive search of unsubscribed folders
2877 Rescan tree without checking for new messages
2878 after subscriptions changed
2880 2007-01-17 [paul] 2.7.1cvs15
2882 * src/prefs_common.c
2883 * src/gtk/pluginwindow.c
2884 fix bug 1101, '"Load plugin" button is
2885 accidentally hidden'
2886 unset (-1) initial width in prefs_common,
2887 fix overlapping buttons,
2890 2007-01-17 [paul] 2.7.1cvs14
2893 add #include <errno.h>, it's needed
2896 2007-01-17 [paul] 2.7.1cvs13
2899 * tools/make.themes.project
2900 rename .sylpheed_themeinfo to .claws_themeinfo
2902 * src/etpan/etpan-errors.h
2903 * src/etpan/etpan-log.c
2904 * src/etpan/etpan-log.h
2905 * src/etpan/etpan-thread-manager-types.h
2906 * src/etpan/etpan-thread-manager.c
2907 * src/etpan/etpan-thread-manager.h
2908 * src/etpan/imap-thread.c
2909 * src/etpan/imap-thread.h
2910 add copyright header
2912 2007-01-17 [colin] 2.7.1cvs12
2914 * src/plugins/pgpcore/select-keys.c
2915 * src/gtk/pluginwindow.c
2916 * src/prefs_account.c
2919 2007-01-16 [colin] 2.7.1cvs11
2924 Manage subscribing to subfolders when only
2925 subscribed folders are shown.
2927 2007-01-16 [colin] 2.7.1cvs10
2930 Fix annoying vscrollbar going back to top
2931 on Check for new folders
2933 2007-01-16 [colin] 2.7.1cvs9
2938 2007-01-16 [colin] 2.7.1cvs8
2941 Bigger buffer for errors
2945 * src/prefs_account.c
2946 * src/prefs_account.h
2948 * src/etpan/imap-thread.c
2949 * src/etpan/imap-thread.h
2950 * manual/handling.xml
2951 Add subscriptions management. What it changes:
2952 Creating a folder subscribes to it
2953 Deleting a folder unsubscribes it
2954 New contextual menu item allowing to switch between
2955 All folders and Subscribed folders, subscribe, and
2956 unsubscribe. "Creating" an existing but unsubscribed
2957 folder will subscribe it.
2958 By default for new accounts, only subscribed folders
2962 2007-01-16 [paul] 2.7.1cvs7
2965 Allow folder classes to specify only sort_key or
2966 sort_type instead of both or none.
2968 2007-01-16 [paul] 2.7.1cvs6
2975 Save and use errno for procmime_get_part
2977 2007-01-16 [colin] 2.7.1cvs5
2980 Never remove INBOX when scanning for
2981 new folders. It's a special folder
2984 2007-01-15 [colin] 2.7.1cvs4
2987 Fix 'Check for new folders' when IMAP subdirectory
2989 * src/etpan/imap-thread.c
2992 2007-01-15 [colin] 2.7.1cvs3
2994 * src/etpan/imap-thread.c
2995 Fix invalid free on command-connection
2998 2007-01-15 [wwp] 2.7.1cvs2
3000 * src/matcher_parser_lex.l
3001 * src/quote_fmt_lex.l
3002 * src/matcher_parser_parse.y
3003 fix copyright header in lexers and parsers.
3005 2007-01-15 [paul] 2.7.1cvs1
3011 bump up version number following
3014 2007-01-15 [paul] 2.7.0cvs31
3018 add Fabien to the Team list
3019 add the recent contributors
3020 make a few corrections
3022 2007-01-15 [paul] 2.7.0cvs30
3025 fix compiler warning
3026 * src/plugins/pgpcore/prefs_gpg.c
3027 * src/plugins/pgpcore/prefs_gpg.h
3029 fix copyright header
3031 2007-01-14 [colin] 2.7.0cvs29
3034 Use the 'gtk+' backend. Avoids gnome-vfs use,
3035 two benefits: faster to open, will fix strange
3036 dbus-related crash. Thanks to Pascal Terjan.
3038 2007-01-14 [colin] 2.7.0cvs28
3040 * src/etpan/imap-thread.c
3041 Delete the old imap just after allocating
3042 the new one. Makes sure we don't get the
3043 same pointer by sheer luck, which feels
3044 strange in the debug log.
3046 2007-01-14 [colin] 2.7.0cvs27
3048 * src/gtk/inputdialog.c
3049 Make sure we don't print passwords in
3050 clear text when in debug mode
3052 2007-01-14 [colin] 2.7.0cvs26
3054 * src/gtk/gtksctree.c
3055 Fix bug 1098, 'bogus last row display
3056 after expanding a thread'. Patch by
3057 Jindrich Makovicka <makovick@gmail.com>
3059 2007-01-14 [colin] 2.7.0cvs25
3061 * src/etpan/imap-thread.c
3062 Close socket manually before
3063 freeing the imap struct
3065 2007-01-14 [colin] 2.7.0cvs24
3067 * src/etpan/imap-thread.c
3068 Maybe fix new reconnection issues
3070 2007-01-13 [colin] 2.7.0cvs23
3073 Freeze/thaw on thread selection
3075 2007-01-13 [paul] 2.7.0cvs22
3080 add 'Edit/Delete thread'
3082 2007-01-13 [colin] 2.7.0cvs21
3084 * src/prefs_account.c
3085 * src/prefs_compose_writing.c
3086 * src/prefs_message.c
3087 * src/prefs_msg_colors.c
3089 * src/prefs_receive.c
3090 * src/prefs_spelling.c
3091 * src/prefs_summaries.c
3092 * src/prefs_themes.c
3093 * src/gtk/gtkutils.c
3094 * src/gtk/gtkutils.h
3095 * src/plugins/pgpcore/prefs_gpg.c
3096 * src/plugins/spamassassin/spamassassin_gtk.c
3097 Factorize gtk frame creation
3100 2007-01-13 [colin] 2.7.0cvs20
3102 * src/message_search.c
3103 * src/summary_search.c
3104 Fix Enter in search windows
3106 Fix body search starting at the
3107 end of the mail (and asking for loop)
3109 2007-01-13 [colin] 2.7.0cvs19
3111 * src/etpan/imap-thread.c
3112 Make sure we don't free the same imap
3115 2007-01-13 [colin] 2.7.0cvs18
3118 Allow multiple commitHelpers to
3121 2007-01-12 [colin] 2.7.0cvs17
3123 * src/etpan/imap-thread.c
3124 Make sure we get rid of the previous mailimap
3125 when connecting - just in case disconnect was
3128 2007-01-12 [paul] 2.7.0cvs16
3131 Strip S/MIME signatures when re-editing
3132 S/MIME signed messages.
3134 2007-01-12 [paul] 2.7.0cvs15
3141 no need to define CLAWS anymore, remove
3144 2007-01-12 [paul] 2.7.0cvs14
3147 check if the mail's signed as
3148 it can change the mail structure
3151 2007-01-12 [paul] 2.7.0cvs13
3154 fix Forwarding msgs with attachments
3155 that have dos line endings
3158 2007-01-12 [wwp] 2.7.0cvs12
3161 Revert accidentally committed extra version tag.
3163 2007-01-12 [wwp] 2.7.0cvs11
3165 * src/prefs_account.c
3166 Fix compilation w/o aspell (completes 2.7.0cvs7).
3168 2007-01-11 [colin] 2.7.0cvs10
3171 move g_warning to debug_print
3172 it scares people for no reason
3174 2007-01-11 [colin] 2.7.0cvs9
3177 Fix files to translate. Patch by
3180 2007-01-11 [paul] 2.7.0cvs8
3183 Fix recursion when server lists the
3184 current subfolder in the response
3186 Fix updating of icon_list/ctree
3187 * src/plugins/pgpcore/select-keys.c
3188 Fix a few annoyances when choosing
3189 keys for the CMS (S/MIME) protocol
3191 2007-01-11 [wwp] 2.7.0cvs7
3194 * src/prefs_account.c
3195 * src/prefs_account.h
3196 Add per-account spellcheck default dictionaries settings.
3198 2007-01-10 [colin] 2.7.0cvs6
3200 * src/prefs_folder_item.c
3201 Factorize strings - patch by Fabien
3203 2007-01-10 [colin] 2.7.0cvs5
3206 Fix bug 1095, 'Crash while changing folder
3207 columns during incorporation'
3209 2007-01-09 [colin] 2.7.0cvs4
3211 * src/gtk/pluginwindow.c
3212 Set the plugin window transient. Seems
3213 like some window managers hide it in
3214 the background after "load plugin"...
3216 2007-01-09 [colin] 2.7.0cvs3
3219 Use the same type for alloc and free
3221 2007-01-08 [paul] 2.7.0cvs2
3224 updated by Tim Dijkstra
3226 2007-01-08 [paul] 2.7.0cvs1
3228 * src/prefs_themes.c
3229 * src/common/utils.c
3232 2007-01-08 [paul] 2.7.0
3239 2007-01-08 [paul] 2.6.1cvs119
3241 * doc/man/claws-mail.1
3244 2007-01-08 [paul] 2.6.1cvs118
3246 * doc/man/claws-mail.1
3248 * manual/advanced.xml
3249 improved English usage
3251 2007-01-08 [paul] 2.6.1cvs117
3262 updated by Miquel Oliete, Stephan Sachse, me,
3263 Tommi Pirinen, Andrea Spadaccini, Frederico
3264 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3265 Urosevic, and Ralgh Young
3267 2007-01-07 [mones] 2.6.1cvs116
3269 * manual/es/advanced.xml
3271 Synced manual (unhide mark_as_read_delay)
3272 and updated translation for release
3274 2007-01-07 [paul] 2.6.1cvs115
3276 * src/prefs_matcher.c
3277 make the hbox content fit better under
3280 2007-01-07 [colin] 2.6.1cvs114
3283 Fix bug 1088, 'Ctrl-h produces repeatable
3286 2007-01-06 [colin] 2.6.1cvs113
3288 * src/etpan/imap-thread.c
3289 Add casts to int to get certs. Fixes
3290 bug 1064, 'crash @ etpan_certificate_check()
3291 when opening an IMAP folder', with latest
3292 libetpan CVS or >= 0.49
3297 * src/prefs_folder_item.c
3298 Grey out the "synchronise" menu items if
3299 there's nothing to synchronise.
3300 * src/plugins/pgpcore/sgpgme.c
3301 Make an error clearer than "Unknown error"
3303 2007-01-06 [colin] 2.6.1cvs112
3306 Don't try to show a message if updating
3307 Maybe fixes bug 1088, 'ctrl-h produces
3310 2007-01-06 [colin] 2.6.1cvs111
3313 Disable Control-Space (handle it as Space).
3315 2007-01-05 [paul] 2.6.1cvs110
3318 Fix bug 934, 'sylpheed claws 2.1
3319 doesn't show Exchanges Public Folders'
3320 Thanks to Hoa and Colin
3322 Refuse to allocate more than 2 MB for a
3323 single field, it's a good indication of
3326 2007-01-05 [colin] 2.6.1cvs109
3329 Allow --select'ing emails by Message-ID too
3331 2007-01-05 [colin] 2.6.1cvs108
3333 * src/common/quoted-printable.c
3336 2007-01-05 [colin] 2.6.1cvs107
3338 * src/common/quoted-printable.c
3339 Fix previous commit about bug 1089
3342 2007-01-05 [colin] 2.6.1cvs106
3344 * src/common/quoted-printable.c
3345 Fix my previous commit on bug 1089
3348 2007-01-04 [colin] 2.6.1cvs105
3350 * src/common/quoted-printable.c
3351 Fix bug 1089, 'NUL characters in Subject
3352 line are misinterpreted'. Not a pain to
3359 2007-01-04 [wwp] 2.6.1cvs104
3361 * src/image_viewer.c
3362 Force operator precedence (fix a compiler warning).
3364 2007-01-04 [colin] 2.6.1cvs103
3366 * src/image_viewer.c
3367 Be cautious there too (same fix as the one
3368 in textview from cvs33)
3370 Don't use any MimeViewer plugin when showing
3373 2007-01-03 [wwp] 2.6.1cvs102
3377 fixed "cent" sign (use the existing ASCII one),
3378 decode more HTML entities,
3379 converted table ASCII entries to UTF-8,
3380 moved a switch() into a hashtable.
3382 2007-01-03 [paul] 2.6.1cvs101
3388 When possible, use move_msg instead of
3389 copy_msg + remove_msg to move sent mail
3392 2007-01-03 [paul] 2.6.1cvs100
3395 add more html entity recognition:
3396 pounds, euros, and cents
3398 2007-01-03 [colin] 2.6.1cvs99
3401 Don't display an error on NOSELECT
3402 folders when synchronising
3404 2007-01-03 [paul] 2.6.1cvs98
3406 * tools/maildir2claws-mail.pl
3407 only substitute 'sent-mail' if it's
3408 the full directory name
3410 2007-01-03 [paul] 2.6.1cvs97
3413 * ChangeLog.pre2.0.0
3415 archive a chunk of ChangeLog in
3418 * doc/src/ChangeLog.claws-pre0.8.0
3419 remove ChangeLog.claws-pre0.8.0, adding
3420 its contents to ChangeLog.gtk1
3422 2007-01-03 [paul] 2.6.1cvs96
3443 * src/addressbook_foldersel.c
3444 * src/addressbook_foldersel.h
3465 * src/customheader.c
3466 * src/customheader.h
3467 * src/displayheader.c
3468 * src/displayheader.h
3479 * src/editldap_basedn.c
3480 * src/editldap_basedn.h
3497 * src/folder_item_prefs.c
3498 * src/folder_item_prefs.h
3505 * src/grouplistdialog.c
3506 * src/grouplistdialog.h
3510 * src/image_viewer.c
3511 * src/image_viewer.h
3547 * src/message_search.c
3548 * src/message_search.h
3565 * src/partial_download.c
3566 * src/partial_download.h
3571 * src/prefs_account.c
3572 * src/prefs_account.h
3573 * src/prefs_actions.c
3574 * src/prefs_actions.h
3575 * src/prefs_common.c
3576 * src/prefs_common.h
3577 * src/prefs_compose_writing.c
3578 * src/prefs_compose_writing.h
3579 * src/prefs_customheader.c
3580 * src/prefs_customheader.h
3581 * src/prefs_display_header.c
3582 * src/prefs_display_header.h
3583 * src/prefs_filtering.c
3584 * src/prefs_filtering.h
3585 * src/prefs_filtering_action.c
3586 * src/prefs_filtering_action.h
3587 * src/prefs_folder_column.c
3588 * src/prefs_folder_column.h
3589 * src/prefs_folder_item.c
3590 * src/prefs_folder_item.h
3595 * src/prefs_image_viewer.c
3596 * src/prefs_image_viewer.h
3597 * src/prefs_matcher.c
3598 * src/prefs_matcher.h
3599 * src/prefs_message.c
3600 * src/prefs_msg_colors.c
3601 * src/prefs_msg_colors.h
3604 * src/prefs_receive.c
3606 * src/prefs_spelling.c
3607 * src/prefs_spelling.h
3608 * src/prefs_summaries.c
3609 * src/prefs_summaries.h
3610 * src/prefs_summary_column.c
3611 * src/prefs_summary_column.h
3612 * src/prefs_template.c
3613 * src/prefs_template.h
3614 * src/prefs_themes.c
3615 * src/prefs_themes.h
3616 * src/prefs_toolbar.c
3617 * src/prefs_toolbar.h
3618 * src/prefs_wrapping.c
3619 * src/prefs_wrapping.h
3629 * src/quote_fmt_parse.y
3632 * src/remotefolder.c
3633 * src/remotefolder.h
3634 * src/send_message.c
3635 * src/send_message.h
3638 * src/sourcewindow.c
3639 * src/sourcewindow.h
3644 * src/stock_pixmap.c
3645 * src/stock_pixmap.h
3646 * src/summary_search.c
3647 * src/summary_search.h
3662 * src/common/base64.c
3663 * src/common/base64.h
3665 * src/common/hooks.c
3666 * src/common/hooks.h
3669 * src/common/mgutils.c
3670 * src/common/mgutils.h
3673 * src/common/passcrypt.c
3674 * src/common/passcrypt.h.in
3675 * src/common/plugin.c
3676 * src/common/plugin.h
3677 * src/common/prefs.c
3678 * src/common/prefs.h
3679 * src/common/progressindicator.c
3680 * src/common/progressindicator.h
3681 * src/common/quoted-printable.c
3682 * src/common/quoted-printable.h
3683 * src/common/session.c
3684 * src/common/session.h
3687 * src/common/socket.c
3688 * src/common/socket.h
3691 * src/common/ssl_certificate.c
3692 * src/common/ssl_certificate.h
3693 * src/common/stringtable.c
3694 * src/common/stringtable.h
3695 * src/common/template.c
3696 * src/common/template.h
3697 * src/common/timing.h
3698 * src/common/utils.c
3699 * src/common/utils.h
3700 * src/common/version.h.in
3703 * src/common/xmlprops.c
3704 * src/common/xmlprops.h
3706 * src/gtk/colorlabel.c
3707 * src/gtk/colorsel.c
3708 * src/gtk/colorsel.h
3709 * src/gtk/combobox.c
3710 * src/gtk/combobox.h
3711 * src/gtk/description_window.c
3712 * src/gtk/description_window.h
3715 * src/gtk/foldersort.c
3716 * src/gtk/foldersort.h
3717 * src/gtk/gtksctree.c
3718 * src/gtk/gtkutils.c
3719 * src/gtk/gtkutils.h
3720 * src/gtk/inputdialog.c
3721 * src/gtk/inputdialog.h
3722 * src/gtk/logwindow.c
3723 * src/gtk/logwindow.h
3724 * src/gtk/manage_window.c
3725 * src/gtk/manage_window.h
3728 * src/gtk/pluginwindow.c
3729 * src/gtk/pluginwindow.h
3730 * src/gtk/prefswindow.c
3731 * src/gtk/prefswindow.h
3732 * src/gtk/progressdialog.c
3733 * src/gtk/progressdialog.h
3734 * src/gtk/sslcertwindow.c
3735 * src/gtk/sslcertwindow.h
3736 * src/plugins/bogofilter/bogofilter.c
3737 * src/plugins/bogofilter/bogofilter.h
3738 * src/plugins/bogofilter/bogofilter_gtk.c
3739 * src/plugins/clamav/clamav_plugin.c
3740 * src/plugins/clamav/clamav_plugin.h
3741 * src/plugins/clamav/clamav_plugin_gtk.c
3742 * src/plugins/demo/demo.c
3743 * src/plugins/dillo_viewer/dillo_prefs.c
3744 * src/plugins/dillo_viewer/dillo_prefs.h
3745 * src/plugins/dillo_viewer/dillo_viewer.c
3746 * src/plugins/pgpcore/passphrase.c
3747 * src/plugins/pgpcore/passphrase.h
3748 * src/plugins/pgpcore/pgp_viewer.c
3749 * src/plugins/pgpcore/pgp_viewer.h
3750 * src/plugins/pgpcore/plugin.c
3751 * src/plugins/pgpcore/select-keys.c
3752 * src/plugins/pgpcore/select-keys.h
3753 * src/plugins/pgpcore/sgpgme.c
3754 * src/plugins/pgpcore/sgpgme.h
3755 * src/plugins/pgpinline/pgpinline.c
3756 * src/plugins/pgpinline/pgpinline.h
3757 * src/plugins/pgpinline/plugin.c
3758 * src/plugins/pgpmime/pgpmime.c
3759 * src/plugins/pgpmime/pgpmime.h
3760 * src/plugins/pgpmime/plugin.c
3761 * src/plugins/spamassassin/spamassassin.c
3762 * src/plugins/spamassassin/spamassassin.h
3763 * src/plugins/spamassassin/spamassassin_gtk.c
3764 * src/plugins/trayicon/trayicon.c
3765 it's 2007, update the year in the copyright headers
3767 2007-01-03 [paul] 2.6.1cvs95
3770 it is 2007, use it in the copyright string
3772 2007-01-03 [paul] 2.6.1cvs94
3775 html entity conversion:
3776 move ™ to a more suitable place
3777 add • and –
3778 make sure — and — are both
3781 2007-01-02 [colin] 2.6.1cvs93
3785 * src/common/plugin.c
3787 * src/etpan/imap-thread.c
3790 2006-12-31 [paul] 2.6.1cvs92
3792 * src/prefs_summaries.c
3793 use gtk_button_new_from_stock()
3795 2006-12-30 [colin] 2.6.1cvs91
3800 Don't update filtering and account paths
3801 when copying folders
3803 2006-12-30 [colin] 2.6.1cvs90
3805 * src/prefs_compose_writing.c
3807 * src/prefs_template.c
3808 Use message font for Writing and
3809 Quoting prefs, as well as Templates.
3811 2006-12-30 [colin] 2.6.1cvs89
3813 * src/prefs_summaries.c
3814 Rework GUI; patch by Pawel
3816 2006-12-29 [colin] 2.6.1cvs88
3818 * src/prefs_folder_item.c
3819 Fix bug 1085, 'Apply to subfolder
3820 doesn't work' - I was mistaken saying
3821 it worked in every case