1 2007-06-03 [wwp] 2.9.2cvs30
4 Don't decode leading ENV_ and ~ in P_PASSWORD
7 2007-06-03 [wwp] 2.9.2cvs29
10 Don't decode leading ENV_ and ~ in P_PASSWORD
13 2007-06-03 [wwp] 2.9.2cvs28
16 * src/gtk/prefswindow.c
17 * src/gtk/prefswindow.h
18 Added a way to force preloading of all pages
20 Moved tabs to pages in account prefs.
22 2007-06-02 [colin] 2.9.2cvs27
25 Fix possible crash, fix ldap write bugs
27 Fix ldap write bugs - patch by Michael
31 Add a hook whenever alertpanel opens/closes
33 2007-05-31 [wwp] 2.9.2cvs26
35 * src/prefs_compose_writing.c
37 Re-organized writing options a bit:
38 - renamed the Quoting page to Templates
39 - moved all composing templates to that page
40 - moved non-templates options to the Writing one,
41 grouped reply-related options, reordered reply and
44 2007-05-31 [wwp] 2.9.2cvs25
49 2007-05-31 [colin] 2.9.2cvs24
52 Fix missing display name when modifying
53 LDAP. Patch by Michael Rasmussen
55 2007-05-31 [wwp] 2.9.2cvs23
57 * src/plugins/bogofilter/Makefile.am
58 * src/plugins/clamav/Makefile.am
59 * src/plugins/demo/Makefile.am
60 * src/plugins/dillo_viewer/Makefile.am
61 * src/plugins/spamassassin/Makefile.am
62 Fix building of those plugins in Mac OS X.
64 2007-05-30 [wwp] 2.9.2cvs22
66 * src/gtk/quicksearch.c
67 Fix missing initialization.
69 2007-05-30 [wwp] 2.9.2cvs21
72 Revert accidental commit (debug outputs).
74 2007-05-30 [wwp] 2.9.2cvs20
77 * src/folder_item_prefs.c
78 * src/folder_item_prefs.h
81 * src/prefs_folder_item.c
84 Implemented per-account and per-folder
85 compose/reply/forward formats.
87 2007-05-30 [wwp] 2.9.2cvs19
89 * src/prefs_compose_writing.c
94 Internal API changes (factorize quote format
97 2007-05-30 [colin] 2.9.2cvs18
100 Fix race where it's possible to re-click Send
101 between end of SMTP session and end of "move to
102 sent folder" when sending an email with send
105 2007-05-30 [colin] 2.9.2cvs17
108 Ask for backtrace on all threads. Patch by
111 Fix stale news statusbar when scanning fails.
114 Fix some LDAP write updates bugs. Patch
117 2007-05-29 [colin] 2.9.2cvs16
120 Fix loss of local flags when moving mails
121 on IMAP in high-bandwidth mode (UID FETCH)
123 2007-05-25 [paul] 2.9.2cvs15
125 * src/common/socket.c
126 fix sometimes crasher on cancelling
129 2007-05-25 [colin] 2.9.2cvs14
134 Be more helpful in the subscription
137 2007-05-23 [wwp] 2.9.2cvs13
140 * src/prefs_compose_writing.c
142 * src/prefs_template.c
143 * src/prefs_template.h
146 * src/quote_fmt_lex.l
147 * src/quote_fmt_parse.y
148 Introduced new syntax elements (symbols and commands)
149 in templates/quote_fmt. Compatibility w/ old
151 Updated and reworked the corresponding Information
153 Display the line number in dialogs that talk about
154 parser errors (in addition to the error message in
157 2007-05-23 [wwp] 2.9.2cvs12
159 * src/quote_fmt_parse.y
160 Fix 2.9.2cvs11, probably a paste accident ;).
162 2007-05-23 [wwp] 2.9.2cvs11
165 * src/prefs_template.c
167 * src/quote_fmt_parse.y
168 Fix 2.9.2cvs10, which broke --disable-aspell.
170 2007-05-22 [wwp] 2.9.2cvs10
173 * src/prefs_template.c
176 * src/quote_fmt_lex.l
177 * src/quote_fmt_parse.y
178 * src/gtk/gtkaspell.c
179 * src/gtk/gtkaspell.h
180 Added template/quote format syntactical elements
183 %T to show (shows empty if not set or not enabled),
184 ?T and !T to check if the default dictionary is
186 - current account's default dictionary
187 %aT to show (empty if not set or not enabled),
188 ?aT and !aT to check if it's enabled and set
189 - name completion for an address, from the address
191 %ABf, %ABt, %ABc respectively show the full name got
192 from the address book if From, To or Cc match a single
194 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
195 matches any contact and if the full name is non-empty.
196 If From, To or Cc are lists of email addresses, only
197 the first address will be checked.
198 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
199 that could show a trailing ','.
200 Also, template/quote_fmt parser now shows the line number in case
203 2007-05-15 [colin] 2.9.2cvs9
207 Add a public function to know whether Claws
209 Store opened folder when exiting
212 Store last opened message in each FolderItem;
213 Reset last seen messages if Claws crashed, so
214 that one can't go in an infinite crash in case
215 a particular mail crashes Claws.
220 * src/prefs_summaries.c
221 Add "Select last opened message" when entering
223 Add "Select last opened folder" at startup.
225 2007-05-14 [colin] 2.9.2cvs8
228 Fix bashism, search for xml catalog
229 in /usr/local/share/xml/catalog too
232 2007-05-13 [wwp] 2.9.2cvs7
234 * src/gtk/logwindow.c
235 fix raising log windows when they are either minimized or
238 2007-05-11 [colin] 2.9.2cvs6
241 Use Hildon's file chooser on Maemo. Patch
242 by Jean-Luc Biord; fixes part 2 of bug 1201,
243 'File attachment "manipulation" bugs...'
245 2007-05-10 [wwp] 2.9.2cvs5
249 * src/gtk/quicksearch.c
250 Add a quicksearch option to automatically run
251 a search selected from the history (this option
252 is exclusive towards type-ahead).
254 2007-05-10 [colin] 2.9.2cvs4
257 Fix g_warnings, thanks to Brian
260 2007-05-09 [colin] 2.9.2cvs3
265 * src/prefs_summaries.c
269 * src/gtk/gtksourceprintjob.c
270 * src/gtk/sslcertwindow.c
271 Use the re-entrant variant of time functions
272 Probably fixes bug 1217, 'reentrancy problems
275 2007-05-09 [colin] 2.9.2cvs2
278 Fix crasher when reconnection fails
280 2007-05-08 [paul] 2.9.2cvs1
286 bump version number following
289 2007-05-08 [paul] 2.9.1cvs48
291 * src/plugins/demo/demo.c
292 * src/plugins/dillo_viewer/dillo_prefs.c
293 * src/plugins/dillo_viewer/dillo_prefs.h
294 * src/plugins/dillo_viewer/dillo_viewer.c
295 * src/plugins/pgpcore/pgp_viewer.c
296 * src/plugins/pgpcore/pgp_viewer.h
297 * src/plugins/pgpcore/plugin.c
298 * src/plugins/pgpcore/prefs_gpg.c
299 * src/plugins/pgpcore/prefs_gpg.h
300 * src/plugins/pgpcore/sgpgme.c
301 * src/plugins/pgpcore/sgpgme.h
302 * src/plugins/pgpinline/plugin.c
303 * src/plugins/pgpmime/pgpmime.c
304 * src/plugins/pgpmime/pgpmime.h
305 * src/plugins/pgpmime/plugin.c
306 * src/plugins/spamassassin/spamassassin.c
307 * src/plugins/spamassassin/spamassassin.h
308 * src/plugins/spamassassin/spamassassin_gtk.c
309 * src/plugins/trayicon/README
311 * tools/README.sylprint
312 * tools/outlook2claws-mail.pl
314 * tools/tb2claws-mail
315 * tools/tbird2claws.py
318 * tools/kdeservicemenu/README
319 cleanups and corrections
321 2007-05-06 [wwp] 2.9.1cvs47
324 Fix missing dash to `display` command-line, reported
325 by Georg Himmrich <georg at mails d0t diesind d0t net>.
327 2007-05-06 [colin] 2.9.1cvs46
332 * src/pixmaps/printer.xpm
335 2007-05-06 [paul] 2.9.1cvs45
340 * src/summary_search.c
344 2007-05-05 [wwp] 2.9.1cvs44
348 * src/prefs_actions.c
352 Fix "faild" typos everywhere and capitalization of
355 2007-05-04 [colin] 2.9.1cvs43
360 * src/plugins/pgpcore/prefs_gpg.c
361 * src/plugins/pgpcore/prefs_gpg.h
362 * src/plugins/pgpinline/pgpinline.c
363 * src/plugins/pgpmime/pgpmime.c
364 Add an API to warn about encryption limits,
365 and allow to disable these warnings
367 2007-05-03 [colin] 2.9.1cvs42
371 Fix bug 1213, 'Delete more than
374 2007-05-03 [wwp] 2.9.1cvs41
377 * src/prefs_filtering.c
378 * src/prefs_template.c
379 * src/common/template.c
380 * src/common/template.h
383 Templates are no longer automatically sorted
384 by name, but can be sorted manually using
385 |< < > >| buttons as well as drag'n'drop.
387 2007-05-03 [wwp] 2.9.1cvs40
389 * src/plugins/spamassassin/spamassassin.c
390 * src/plugins/spamassassin/spamassassin.h
391 * src/plugins/spamassassin/spamassassin_gtk.c
392 * src/plugins/bogofilter/bogofilter.c
393 * src/plugins/bogofilter/bogofilter.h
394 * src/plugins/bogofilter/bogofilter_gtk.c
395 Added an option to conditionally mark saved spam
396 as read (default is and was to do so).
397 Satisfies feature request 1708539 on sf.net tracker.
399 2007-05-03 [colin] 2.9.1cvs39
402 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
404 2007-05-02 [colin] 2.9.1cvs38
407 Fix bug 1209, 'Clicking on address
408 in header (mailto uri) selects
409 default account'. Patch adapted from
412 2007-05-02 [colin] 2.9.1cvs37
414 * src/grouplistdialog.c
415 Set cursor to wait cursor while loading
418 2007-05-02 [paul] 2.9.1cvs36
422 rename cache and mark files
425 2007-04-30 [paul] 2.9.1cvs35
427 * manual/glossary.xml
429 updates. Patch by Ricardo
431 2007-04-29 [wwp] 2.9.1cvs34
435 Fix few grammatical errors (patch by David Relson < relson at
436 osagesoftware dot com >).
438 2007-04-28 [colin] 2.9.1cvs33
442 * src/prefs_account.c
443 * src/prefs_account.h
444 Drop the "Download all" preference. It's
445 stupidly useless and confuses people from
448 2007-04-27 [wwp] 2.9.1cvs32
451 * src/prefs_account.c
452 * src/prefs_account.h
453 Don't reflect accounts changes to the mainwindow when it's
456 2007-04-27 [colin] 2.9.1cvs31
459 Freeze/thaw when sync'ing flags
461 * src/prefs_account.c
462 * src/prefs_account.h
463 * src/etpan/imap-thread.c
464 * src/etpan/imap-thread.h
465 Add a way to use UID FETCH instead
466 of searches to fetch message lists
467 and flags. More expensive towards
468 bandwidth, less expensive towards
469 server's CPU. Probably fixes
470 bug 1158, 'Scanning new folders on
471 Exchange 2007 extremely slow'.
474 2007-04-27 [paul] 2.9.1cvs30
477 * src/prefs_logging.c
478 improvements to english usage
480 2007-04-27 [colin] 2.9.1cvs29
483 Fix build without libetpan (my bad!)
485 2007-04-26 [colin] 2.9.1cvs28
489 Fix uselessly exported function
491 Consider "- -- \n" as signature separator
492 (that's what signature separators look like
493 in PGP/Inline signed mails)
495 2007-04-26 [colin] 2.9.1cvs27
498 libetpan-0.49 is now required
500 Fix double fetching of mails if
503 Make offline sync faster, by
504 remembering last change time, and
507 2007-04-26 [hoa] 2.9.1cvs26
513 * src/etpan/imap-thread.c
514 * src/etpan/imap-thread.h
515 cancellation of IMAP operations is now allowed.
516 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
518 2007-04-26 [colin] 2.9.1cvs25
521 Always fetch body+headers in folders that are
522 synched for offline use, if "Synchronise as
523 soon as possible" is set.
524 Fixes bug 1200, 'Add option to always retrieve full
527 2007-04-25 [colin] 2.9.1cvs24
530 Fix bug 1198, 'Reply-all "disappearing" address bug
533 2007-04-24 [colin] 2.9.1cvs23
536 Fix bug 1195, 'Hardware key navigation'
537 Make GDK_Enter toggle expansion (Maemo)
539 2007-04-24 [wwp] 2.9.1cvs22
542 Fix few compiler warnings.
544 2007-04-24 [paul] 2.9.1cvs21
551 2007-04-24 [paul] 2.9.1cvs20
554 * src/pixmaps/active.xpm
555 * src/pixmaps/checkbox_off.xpm
556 * src/pixmaps/checkbox_on.xpm
557 * src/pixmaps/inactive.xpm
559 remove transparent border from checkbox icons
561 2007-04-24 [wwp] 2.9.1cvs19
565 Fix a crash in textview, thanks to Colin.
567 2007-04-23 [wwp] 2.9.1cvs18
570 Fix 2.9.1cvs5: no header was being translated at all.
572 2007-04-23 [colin] 2.9.1cvs17
579 * src/gtk/gtksctree.c
580 * src/gtk/gtksctree.h
581 * src/pixmaps/selection.xpm
582 Fix bug 1193, 'Need a way to multi-select
583 items'. Add a toggle button to the summaryview
584 to switch between normal and multiple selection
587 2007-04-23 [colin] 2.9.1cvs16
594 * src/gtk/gtksctree.c
595 * src/gtk/gtksctree.h
596 * src/pixmaps/selection.xpm
597 Fix bug 1193, 'Need a way to multi-
599 Add a toggle button in the summaryview
600 to enable normal or multiple selection.
603 2007-04-23 [colin] 2.9.1cvs15
606 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
608 2007-04-21 [colin] 2.9.1cvs14
610 * src/gtk/quicksearch.c
611 Fix previous commit (actually use correct
614 2007-04-21 [colin] 2.9.1cvs13
616 * src/gtk/quicksearch.c
617 Fix changing quicksearch type (after Esc,
618 after changing Recursive, ...)
620 2007-04-20 [wwp] 2.9.1cvs12
622 * src/gtk/Makefile.am
623 Added headers.h (completes 2.9.1cvs5).
625 2007-04-20 [wwp] 2.9.1cvs11
628 Fix the use of display name in name column,
629 it has been overriden w/ the use of nickname
630 by 2.9.0cvs3. Now nickname is used (if any)
631 in case of LDAP books only.
633 2007-04-20 [colin] 2.9.1cvs10
638 Add handling of 'a' to loop in a mail's
641 2007-04-20 [colin] 2.9.1cvs9
644 Fix bug 1190, 'dir_open' button doesn't work'
647 2007-04-20 [colin] 2.9.1cvs8
651 Fix bug 1194, 'Hardware keys move from email
652 list to account/directory list, but not back
653 to email list...' (Maemo)
655 2007-04-20 [colin] 2.9.1cvs7
658 complete previous commit
660 2007-04-20 [colin] 2.9.1cvs6
663 Fix bug 1187, 'Reply-to addressee disappears
664 when reply-to text box is clicked...' (Maemo)
666 2007-04-20 [wwp] 2.9.1cvs5
676 * src/prefs_display_header.c
677 * src/prefs_matcher.c
680 * src/gtk/quicksearch.c
681 Translate more header names according to the relevant option value,
682 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
683 Replaced nearly all uses of prefs_common.trans_hdr with a call
684 to prefs_common_translated_header_name().
685 Added a headers.h reference file that contains known header names
686 (RFC2822 and others) to the translation process' input, so that
687 translated header names will still exist even if no occurrence of
688 _("headername") is found anymore in the sources.
689 Don't translate column name 'Number' following to trans_hdr option
690 value as it's not a header name.
692 2007-04-20 [colin] 2.9.1cvs4
694 * src/gtk/quicksearch.c
695 * src/gtk/quicksearch.h
696 Add "From, To or Subject" quicksearch
697 type. Patch by ulfschaper@users.sf.net
699 2007-04-20 [colin] 2.9.1cvs3
702 Implement proper references filtering condition.
703 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
705 2007-04-19 [wwp] 2.9.1cvs2
707 * src/prefs_display_header.c
708 * src/message_search.c
709 Fix few warnings (g_free of const gchar*).
711 2007-04-19 [paul] 2.9.1cvs1
717 bump version number following
720 2007-04-19 [paul] 2.9.0cvs9
722 * manual/advanced.xml
723 * manual/glossary.xml
726 2007-04-18 [paul] 2.9.0cvs8
729 fix for CVE-2007-1558 (APOP)
732 2007-04-18 [paul] 2.9.0cvs7
738 Fix encoding woes wrt saving of
742 2007-04-18 [colin] 2.9.0cvs6
744 * src/gtk/pluginwindow.c
745 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
747 2007-04-17 [wwp] 2.9.0cvs5
753 Fix --disable-ldap build,
754 fix some LDAP annoyances on
755 searches, thanks to Colin.
757 2007-04-17 [wwp] 2.9.0cvs4
760 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
761 like gcc 2.9x. Thanks to Colin.
763 2007-04-17 [wwp] 2.9.0cvs3
779 Add LDAP write support. Patch mostly by
780 Michael <mir at datanom dot net>
782 2007-04-17 [wwp] 2.9.0cvs2
785 Prepend "Add to address book" to the context menu of compose window's sender and
788 2007-04-16 [paul] 2.9.0cvs1
793 2007-04-16 [paul] 2.9.0
800 2007-04-16 [paul] 2.8.1cvs102
803 updated by Fabien Vantard
805 2007-04-16 [paul] 2.8.1cvs101
815 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
816 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
817 Aleksandar Urosevic, and Ralgh Young
819 2007-04-15 [mones] 2.8.1cvs100
824 2007-04-14 [colin] 2.8.1cvs99
826 * src/message_search.c
827 * src/prefs_display_header.c
828 * src/summary_search.c
832 2007-04-14 [wwp] 2.8.1cvs98
835 * src/message_search.c
836 * src/summary_search.c
837 * src/prefs_display_header.c
838 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
839 returns NULL, get the text value directly from the GtkEntry child.
841 2007-04-13 [colin] 2.8.1cvs97
843 * src/gtk/quicksearch.c
844 Give the focus back to summaryview when
845 emptying the quicksearch with Esc
847 2007-04-13 [colin] 2.8.1cvs96
849 * src/message_search.c
850 * src/prefs_display_header.c
851 * src/summary_search.c
852 Fix possibles crashes when getting text
855 2007-04-13 [colin] 2.8.1cvs95
858 Add some UIDL debugging
860 2007-04-12 [colin] 2.8.1cvs94
863 Force folder scan if necessary after
864 copying mails, to be able to reapply
867 2007-04-11 [colin] 2.8.1cvs93
870 don't scan for new mail on startup if --select
871 is specified (or race conditions arise). If so,
872 do both sequentially.
874 2007-04-09 [colin] 2.8.1cvs92
877 Use leafpad by default on Maemo. Patch
880 2007-04-06 [colin] 2.8.1cvs91
882 * src/pixmaps/queue_close.xpm
883 * src/pixmaps/queue_close_hrm.xpm
884 * src/pixmaps/queue_close_hrm_mark.xpm
885 * src/pixmaps/queue_close_mark.xpm
886 * src/pixmaps/queue_open.xpm
887 * src/pixmaps/queue_open_hrm.xpm
888 * src/pixmaps/queue_open_hrm_mark.xpm
889 * src/pixmaps/queue_open_mark.xpm
890 Move the clock one pixel down :)
892 2007-04-05 [colin] 2.8.1cvs90
895 Don't sync when switching offline from
896 command line - it's usually too late :)
898 2007-04-05 [paul] 2.8.1cvs89
902 * src/pixmaps/dir_close_hrm.xpm
903 * src/pixmaps/dir_close_hrm_mark.xpm
904 * src/pixmaps/drafts_close.xpm
905 * src/pixmaps/drafts_close_mark.xpm
906 * src/pixmaps/drafts_open.xpm
907 * src/pixmaps/drafts_open_mark.xpm
908 * src/pixmaps/inbox.xpm
909 * src/pixmaps/inbox_close.xpm
910 * src/pixmaps/inbox_close_hrm.xpm
911 * src/pixmaps/inbox_close_hrm_mark.xpm
912 * src/pixmaps/inbox_close_mark.xpm
913 * src/pixmaps/inbox_hrm.xpm
914 * src/pixmaps/inbox_hrm_mark.xpm
915 * src/pixmaps/inbox_mark.xpm
916 * src/pixmaps/inbox_open.xpm
917 * src/pixmaps/inbox_open_hrm.xpm
918 * src/pixmaps/inbox_open_hrm_mark.xpm
919 * src/pixmaps/inbox_open_mark.xpm
920 * src/pixmaps/outbox.xpm
921 * src/pixmaps/outbox_close.xpm
922 * src/pixmaps/outbox_close_hrm.xpm
923 * src/pixmaps/outbox_close_hrm_mark.xpm
924 * src/pixmaps/outbox_close_mark.xpm
925 * src/pixmaps/outbox_hrm.xpm
926 * src/pixmaps/outbox_hrm_mark.xpm
927 * src/pixmaps/outbox_mark.xpm
928 * src/pixmaps/outbox_open.xpm
929 * src/pixmaps/outbox_open_hrm.xpm
930 * src/pixmaps/outbox_open_hrm_mark.xpm
931 * src/pixmaps/outbox_open_mark.xpm
932 * src/pixmaps/queue_close.xpm
933 * src/pixmaps/queue_close_hrm.xpm
934 * src/pixmaps/queue_close_hrm_mark.xpm
935 * src/pixmaps/queue_close_mark.xpm
936 * src/pixmaps/queue_open.xpm
937 * src/pixmaps/queue_open_hrm.xpm
938 * src/pixmaps/queue_open_hrm_mark.xpm
939 * src/pixmaps/queue_open_mark.xpm
940 updated, added and replaced icons
943 2007-04-04 [colin] 2.8.1cvs88
946 Fix build without libetpan
948 2007-04-03 [colin] 2.8.1cvs87
951 Fix crash with Citadel, and try to make
952 things work. this server (and specifically
953 STATUS and APPEND at least) seems broken.
955 2007-04-03 [colin] 2.8.1cvs86
958 Fix icons on folder close
960 2007-04-03 [colin] 2.8.1cvs85
963 Fix double-ask of offline override in
968 Much more efficient way to synchronise
970 * src/etpan/imap-thread.c
973 * src/gtk/quicksearch.c
976 2007-04-03 [paul] 2.8.1cvs84
984 Fix sync being done too late
987 2007-04-02 [colin] 2.8.1cvs83
990 Maemo: Put status and quicksearch at the top
991 * src/plugins/bogofilter/bogofilter.c
992 * src/plugins/spamassassin/spamassassin.c
993 Derive trash from inbox if possible
995 2007-04-02 [paul] 2.8.1cvs82
997 * src/plugins/bogofilter/bogofilter_gtk.c
998 a few English changes
1004 2007-04-02 [colin] 2.8.1cvs81
1006 * src/image_viewer.c
1007 Fix transparent images by using
1010 Flush events (on new windows) to avoid
1011 having the textview's image resize fail
1012 to know the available width
1014 2007-04-01 [colin] 2.8.1cvs80
1016 * src/prefs_account.c
1017 If no MH mailbox exist, when creating a POP/Local
1018 account, just create and use the default one
1019 instead of bailing with a "Mailbox doesn't exist"
1022 2007-03-31 [colin] 2.8.1cvs79
1024 * src/prefs_account.c
1025 Create signature file if it doesn't exist
1027 * src/prefs_toolbar.c
1028 Maemo: Move "Use default" on the left so
1029 that people can find it
1031 Maemo: make default editor "Maemopad",
1032 default signature file "MyDocs/signature.txt"
1034 2007-03-31 [colin] 2.8.1cvs78
1036 * src/prefs_account.c
1037 Maemo: rework account prefs so
1038 that less horizontal scrolling
1041 2007-03-31 [colin] 2.8.1cvs77
1044 * src/prefs_common.c
1045 * src/prefs_common.h
1046 Fix bug 1167, 'Allow not displaying zeros
1047 in folder list'. Patch by MartinP
1049 2007-03-31 [colin] 2.8.1cvs76
1054 2007-03-31 [colin] 2.8.1cvs75
1057 Apply patch from bug 1172, direct
1058 access to the folder's session instead
1059 of using getter. Patch by MartinP
1061 2007-03-31 [paul] 2.8.1cvs74
1064 no need to list Fabien twice!
1066 2007-03-31 [colin] 2.8.1cvs73
1069 If we're currently "overriding for %d minutes",
1072 2007-03-31 [colin] 2.8.1cvs72
1080 * src/plugins/spamassassin/spamassassin.c
1081 Offline override: Add a parameter to allow
1082 asking even if the override timer is running.
1083 Allows to ask every time the user makes an
1084 explicit action needing online access (such
1085 as Get Mail), and not when the action is
1086 implicit (such as opening an IMAP folder)
1088 2007-03-31 [colin] 2.8.1cvs71
1091 Override offline: "No" answer shouldn't
1092 re-ask after 3 seconds, but 10 minutes.
1094 2007-03-30 [colin] 2.8.1cvs70
1096 * src/common/socket.c
1097 Better error reporting on unix socket
1098 failure (bind usually)
1099 * src/gtk/gtkutils.c
1100 * src/gtk/gtkutils.h
1101 Label window: add a pulsing progress
1102 bar to show we're not hung :)
1105 * src/plugins/pgpcore/sgpgme.c
1108 2007-03-30 [colin] 2.8.1cvs69
1111 * src/prefs_common.c
1112 Fix possible trashing of history and uidl
1113 files on disk full problems
1115 2007-03-30 [paul] 2.8.1cvs68
1120 update summary when changing layout type
1121 (fixes wrong folder icon being displayed)
1124 2007-03-29 [colin] 2.8.1cvs67
1126 * src/prefs_ext_prog.c
1127 The browser pref is irrelevant on Maemo
1129 2007-03-29 [colin] 2.8.1cvs66
1133 Maemo: dynamically switch headers/text position
1134 * src/prefs_common.c
1135 Maemo: hide compose's ruler by default
1136 * src/common/socket.c
1137 * src/common/socket.h
1140 2007-03-29 [colin] 2.8.1cvs65
1142 * src/common/socket.c
1143 * src/common/socket.h
1144 Fix build when MAEMO_CFLAGS contains
1145 _X_OPENSOURCE (resolv.h errors as long
1146 as we don't add _BSD_SOURCE. Ugly).
1148 2007-03-29 [wwp] 2.8.1cvs64
1150 * src/prefs_logging.c
1151 Fix sensitivity of clip-log widgets in prefs/logging,
1154 2007-03-29 [wwp] 2.8.1cvs63
1157 Updated files list for translations, thanks to Fabien.
1159 2007-03-29 [colin] 2.8.1cvs62
1162 * src/common/Makefile.am
1163 * src/common/utils.c
1164 Maybe make URI opening work in Maemo
1167 2007-03-28 [colin] 2.8.1cvs61
1172 Add the possibility to sort folders arbitrarily
1173 (via editing of folderlist.xml only). Patch by
1174 Martin P <mp26+claws@os.inf.tu-dresden.de>
1175 Fixes bug 1166, 'Folder ordering is fixed and cannot
1176 be changed by the user'
1178 2007-03-28 [colin] 2.8.1cvs60
1181 Add popup menu for mime icons
1183 2007-03-28 [colin] 2.8.1cvs59
1186 Fix a layout issue when presenting
1187 mainwindow in Small screen layout
1190 Add a "Go to folder list" button for
1191 mainwindow, and make it default in
1194 2007-03-28 [colin] 2.8.1cvs58
1197 Don't dynamically update title on Maemo
1198 Patch by Jean-Luc Biord
1200 2007-03-27 [colin] 2.8.1cvs57
1205 Enable tap-and-hold on Maemo
1207 2007-03-26 [colin] 2.8.1cvs56
1210 More popup-menu (in attachments list)
1212 2007-03-26 [colin] 2.8.1cvs55
1215 Enable popup-menu signal
1217 2007-03-26 [colin] 2.8.1cvs54
1219 * src/plugins/pgpinline/pgpinline.c
1220 Fix bug 1111, 'PGP/inline plugin hides text
1221 around encrypted text block'. Patch based on
1222 a patch from Michal Cihar.
1224 2007-03-26 [wwp] 2.8.1cvs53
1227 Fix getting a false error when sending queued message
1228 whereas the sending was fine (if there are subfolders
1229 in the queue folder), thanks to Colin.
1231 2007-03-26 [paul] 2.8.1cvs52
1234 update FACE header in welcome message
1236 2007-03-25 [colin] 2.8.1cvs51
1241 2007-03-25 [colin] 2.8.1cvs50
1244 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1246 2007-03-24 [colin] 2.8.1cvs49
1249 Fix a few launch problems on Maemo
1250 Patch by Jean-Luc Biord
1252 2007-03-24 [wwp] 2.8.1cvs48
1258 Fix wrong action performed when closing the
1259 "ask about account specific filtering rules
1260 when filtering manually" dialog by pressing Escape.
1261 Fix wrong order of buttons in the "return receipt
1262 notification - the message was sent to several of
1263 your accounts" dialog.
1265 2007-03-24 [paul] 2.8.1cvs47
1268 an improvement to English usage
1269 * tools/kdeservicemenu/README
1272 2007-03-24 [paul] 2.8.1cvs46
1275 * src/stock_pixmap.c
1276 * src/pixmaps/edit_extern.xpm
1277 * src/pixmaps/mail_sign.xpm
1278 rescue long lost icons
1280 2007-03-24 [paul] 2.8.1cvs45
1283 fix toolbar (broken in 2.8.1cvs42)
1285 2007-03-23 [colin] 2.8.1cvs44
1288 Correctly unsubscribe/resubscribe after
1291 2007-03-23 [colin] 2.8.1cvs43
1293 * src/prefs_common.c
1294 Maemo: as the platform is light on RAM, allow
1295 caches to be discarded faster.
1297 2007-03-23 [colin] 2.8.1cvs42
1302 * src/stock_pixmap.c
1303 * src/stock_pixmap.h
1308 * src/pixmaps/open_mail.xpm
1309 Maemo changes: Add the possibility to have
1310 "Open Email" and "Close Window" buttons on
1311 toolbars (and use them in Maemo's default
1314 2007-03-23 [wwp] 2.8.1cvs41
1317 Reverted that part of the action dialog closure logics, to
1318 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1319 done later in a different way (or may not).
1321 2007-03-22 [wwp] 2.8.1cvs40
1324 Fix sticky action dialog when got no output but action command
1325 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1327 2007-03-22 [colin] 2.8.1cvs39
1329 * src/prefs_filtering.c
1330 * src/gtk/combobox.h
1331 Fix escaping account names in filtering prefs
1333 2007-03-22 [colin] 2.8.1cvs38
1338 Add any attribute specified in LDAP servers'
1339 Search attributes to the Other Attributes tab
1340 of contacts; Add 'telephoneNumber' in the
1343 2007-03-22 [colin] 2.8.1cvs37
1348 Try to prevent race conditions when
1349 changing the folder list
1351 Fix possible red folder icon when
1352 switching from Small screen layout
1355 2007-03-22 [colin] 2.8.1cvs36
1360 Rename "little screen" to "Small screen"
1361 * src/gtk/Makefile.am
1362 * src/common/utils.c
1364 Fix Maemo-related compilation problems
1366 2007-03-21 [colin] 2.8.1cvs35
1370 * claws-mail.desktop
1371 Remove .png from the Icon, it's useless
1373 2007-03-21 [colin] 2.8.1cvs34
1377 Add the necessary lib checking for
1380 2007-03-21 [colin] 2.8.1cvs33
1383 Fix unconditional "error happened" when
1384 sending via command-line. "lol @ myself"
1386 2007-03-21 [colin] 2.8.1cvs32
1388 * claws-mail-40x40.png
1389 * claws-mail-26x26.png
1399 * src/prefs_account.c
1400 * src/prefs_common.c
1401 * src/summary_search.c
1405 * src/gtk/gtkutils.c
1406 * src/gtk/gtkutils.h
1407 * src/gtk/logwindow.c
1409 * src/gtk/prefswindow.c
1410 Add Maemo port (patch mainly by Jean-Luc Biort)
1411 Add a new 'Little screen' layout to help on such
1412 platforms (patch by me)
1413 Make some default preferences different (more
1414 adapted) on Maemo (patch by me)
1416 2007-03-21 [wwp] 2.8.1cvs31
1418 * src/prefs_logging.c
1419 * src/prefs_logging.h
1420 Fixed copyright header of newly added files.
1422 2007-03-21 [wwp] 2.8.1cvs30
1438 * src/prefs_common.c
1439 * src/prefs_common.h
1440 * src/prefs_logging.c
1441 * src/prefs_logging.h
1444 * src/send_message.c
1449 * src/common/session.c
1451 * src/common/socket.c
1452 * src/etpan/imap-thread.c
1453 * src/gtk/logwindow.c
1454 * src/gtk/logwindow.h
1455 * src/plugins/bogofilter/bogofilter.c
1456 * src/plugins/spamassassin/spamassassin.c
1457 Added debugging of filtering/processing rules.
1458 The debug log is here 'Tools/Filtering debug window',
1459 the options there 'Configuration/Preferences/Other/Logging',
1460 and the log file is ~/.claws-mail/filtering.log.
1461 Moved protocol log prefs to 'Other/Logging' as well.
1462 To support such debugging feature, the existing log API has
1463 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1464 this impacts many external modules (commits follow).
1466 2007-03-21 [paul] 2.8.1cvs29
1468 * src/etpan/Makefile.am
1469 * src/etpan/imap-thread.c
1470 add missing #include
1472 2007-03-21 [colin] 2.8.1cvs28
1475 Fix bug 1157, 'some broken messages confuse
1476 mime parser'. Make sure we can't have MimeInfos
1477 with negative sizes.
1479 2007-03-20 [colin] 2.8.1cvs27
1482 Fix missing \0 on buffer
1484 2007-03-20 [colin] 2.8.1cvs26
1487 Use make_dir_hier instead of make_dir
1488 to create the MH mailbox
1490 2007-03-20 [colin] 2.8.1cvs25
1494 * src/prefs_account.c
1496 Fix default inbox weirdnesses (after wizard,
1497 if path is Mail, mailbox identifier is #mh/Mailbox,
1498 and when creating new accounts)
1500 2007-03-20 [colin] 2.8.1cvs24
1503 Write folderlist after adding/deleting accounts
1506 2007-03-20 [colin] 2.8.1cvs23
1509 * src/remotefolder.h
1510 Fix bug 1153, 'CM segfaults if IMAP folder is
1511 selected while scanning prior to update'
1513 2007-03-17 [paul] 2.8.1cvs22
1516 fix a typo, and be a little more verbose.
1518 2007-03-17 [wwp] 2.8.1cvs21
1521 Fix a compiler warning.
1523 2007-03-16 [wwp] 2.8.1cvs20
1527 Updated to deal w/ the new mairix.sh tool.
1529 2007-03-16 [wwp] 2.8.1cvs19
1532 Fix logics issues around the action IO dialog:
1533 - disable entry widget and exec button when
1534 the exec button is clicked (don't wait for any
1535 output line) - fix possible disabling/re-enabling/
1536 re-disabling of those widgets
1537 - raise an error if executing a %as{} action either
1538 empty or invalid, instead of failing silently
1539 - don't close the dialog if the abort button has been
1540 clicked and if there was no output yet
1541 - set focus to the abort button when the exec button
1543 - fix capitalization of a warning message
1545 2007-03-16 [wwp] 2.8.1cvs18
1548 Added a wrapper to mairix to the tools folder.
1550 2007-03-16 [colin] 2.8.1cvs17
1554 Allow mimeviewer plugins to print
1557 2007-03-16 [colin] 2.8.1cvs16
1562 2007-03-15 [colin] 2.8.1cvs15
1566 Add a way for mimeviewer plugins to
1567 implement body search
1569 2007-03-15 [paul] 2.8.1cvs14
1571 * src/prefs_spelling.c
1574 2007-03-15 [paul] 2.8.1cvs13
1576 * src/common/quoted-printable.c
1577 fix decoding of quoted-printable parts
1579 2007-03-14 [wwp] 2.8.1cvs12
1581 * src/gtk/logwindow.h
1582 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1584 2007-03-14 [wwp] 2.8.1cvs11
1586 * src/gtk/logwindow.h
1587 Complete 2.8.1cvs10.
1589 2007-03-14 [colin] 2.8.1cvs10
1591 * src/gtk/logwindow.c
1592 Probably fix bug 1149, crash on logwindow
1593 close - at the expense of performance once
1594 logwin has been opened
1596 2007-03-14 [colin] 2.8.1cvs9
1599 If claws-mail is running on another
1600 display, warn instead of popping it up
1601 on the other display
1603 2007-03-12 [colin] 2.8.1cvs8
1606 Fix bug 1145, 'Setting a different name
1607 for the Mailbox name isn't reflected in
1608 default account settings'. Patch by wwp
1610 2007-03-12 [colin] 2.8.1cvs7
1613 Fix bug 1143, 'Add number of messages to be
1614 deleted to confirmation dialog'
1616 2007-03-12 [wwp] 2.8.1cvs6
1619 * src/prefs_common.c
1620 * src/prefs_common.h
1621 * src/prefs_summaries.c
1622 Changed the option that displays unread messages count
1623 next to the folder name in folder list: it is now
1624 possible to either display nothing, display the
1625 unread messages number only or the unread and total messages
1626 numbers. The patch includes this extra feature as well
1627 as some minor fixes by rewriting the algo in folderview.c.
1628 Thanks to Paul for the original idea and implementation, plus
1629 testing and proof-reading!
1631 2007-03-09 [paul] 2.8.1cvs5
1635 * tools/claws-mail-compose-insert-files.pl
1636 added a script which enables inserting files
1637 into the message body of a new Claws Mail
1638 Compose window from the command line. Additionally
1639 To, Cc, Subject and files to attach to the message
1642 2007-03-09 [wwp] 2.8.1cvs4
1647 Optimize matching of addresses in the addressbook
1648 (filtering/processing 'found_in_addressbook' condition).
1650 2007-03-07 [wwp] 2.8.1cvs3
1653 * src/quote_fmt_lex.l
1654 * src/quote_fmt_parse.y
1655 Add a new quote format symbol: %A to insert the
1656 sender email address (just the address itself).
1658 2007-03-06 [wwp] 2.8.1cvs2
1660 * src/gtk/gtkutils.c
1661 * src/plugins/trayicon/trayicon_prefs.h
1662 * src/plugins/trayicon/trayicon_prefs.c
1663 * src/plugins/trayicon/trayicon.c
1666 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1667 minimizing Claws-Mail main window will hide it to the trayicon instead.
1670 2007-03-06 [paul] 2.8.1cvs1
1676 bump version number following
1679 2007-03-06 [paul] 2.8.0cvs24
1682 corrected by by Tim <timbrain@post.cz>
1684 2007-03-05 [colin] 2.8.0cvs23
1688 Fix mime/globs path on NetBSD
1689 patch by George Michaelson
1691 2007-03-05 [wwp] 2.8.0cvs22
1694 Remove debug statement (accidentally committed w/ cvs14).
1696 2007-03-05 [paul] 2.8.0cvs21
1698 * src/plugins/pgpcore/prefs_gpg.c
1699 fix compiler warning
1701 2007-03-05 [wwp] 2.8.0cvs20
1703 * src/matcher_parser_parse.y
1704 Fix mismerge between cvs17 and cvs19.
1706 2007-03-05 [wwp] 2.8.0cvs19
1708 * src/matcher_parser_parse.y
1709 * src/prefs_filtering_action.c
1714 Add new 'add_to_addressbook' filtering/processing action.
1716 2007-03-05 [wwp] 2.8.0cvs18
1719 Fix mark_as_ham filtering/processing action: spam flag
1722 2007-03-04 [colin] 2.8.0cvs17
1727 * src/matcher_parser_parse.y
1728 * src/prefs_filtering_action.c
1729 Add 'Mark as spam' and 'Mark as ham' filtering
1730 actions. Fixes bug 1138.
1732 2007-03-04 [colin] 2.8.0cvs16
1735 Fix bug 1140, wrong return value
1738 2007-03-04 [wwp] 2.8.0cvs15
1741 Rollback cvs14: don't free stuff that is managed in g_list.
1743 2007-03-04 [wwp] 2.8.0cvs14
1746 Fix a leak in address completion code.
1748 2007-03-04 [colin] 2.8.0cvs13
1751 Maybe fix bug 1136, 'Crash in group
1754 2007-03-04 [iwkse] 2.8.0cvs12
1757 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1759 2007-03-03 [colin] 2.8.0cvs11
1761 * src/plugins/pgpinline/pgpinline.c
1762 Fix off-by-one, fix double-free. Fixes
1763 bug 1135, 'cm-segfault on decrypting
1766 2007-03-03 [colin] 2.8.0cvs10
1770 * src/common/plugin.c
1771 Fix bug 1134, 'Valgrind macros unhandled
1774 2007-03-02 [colin] 2.8.0cvs9
1777 Don't error out on EAGAIN. Fixes
1778 bug 1129, '"local mbox file" account
1779 isn't retrieving mails'
1781 2007-03-01 [wwp] 2.8.0cvs8
1784 * src/gtk/colorlabel.c
1785 Remove accels for extra color labels until we set better
1786 and definitive ones.
1788 2007-02-28 [wwp] 2.8.0cvs7
1791 * src/matcher_parser_parse.y
1792 * src/prefs_common.c
1793 * src/prefs_msg_colors.c
1795 * src/gtk/colorlabel.c
1796 * src/gtk/colorlabel.h
1797 Add more customizable color labels. Cleaned up a bit
1798 the color label API to avoid duplicate defines of
1799 the max number of colors.
1801 2007-02-27 [colin] 2.8.0cvs6
1804 * src/common/utils.c
1805 * src/common/utils.h
1806 Fix '+' in mailto URIs for List-* headers
1808 2007-02-27 [colin] 2.8.0cvs5
1810 * src/gtk/gtkutils.c
1811 Use gtk_window_set_role instead of
1814 2007-02-27 [colin] 2.8.0cvs4
1817 Fix "After receiving new mail, go to inbox" on IMAP,
1818 and make it work only on manual reception
1820 2007-02-27 [wwp] 2.8.0cvs3
1822 * src/prefs_filtering.c
1823 * src/prefs_filtering_action.c
1824 * src/prefs_matcher.c
1825 Update filtering matcher's and action's color label menus
1826 when re-opening those dialogs (reflect any change to the
1827 color labels list in the preferences).
1829 2007-02-27 [colin] 2.8.0cvs2
1832 * src/etpan/etpan-thread-manager-types.h
1833 * src/etpan/etpan-thread-manager.c
1834 * src/etpan/imap-thread.c
1835 Log imap ALERTs as errors in the log.
1837 2007-02-26 [paul] 2.8.0cvs1
1839 * tools/claws.i18n.status.pl
1842 2007-02-26 [paul] 2.7.2cvs75
1856 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1857 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1858 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1859 Aleksandar Urosevic, and Ralgh Young
1861 2007-02-25 [mones] 2.7.2cvs74
1866 2007-02-25 [colin] 2.7.2cvs73
1869 Clearing the list is only useful
1870 to prevent a valgrind false-positive
1872 2007-02-25 [paul] 2.7.2cvs72
1876 * tools/kmail-mailbox2claws-mail.pl **ADDED**
1877 * tools/maildir2claws-mail.pl **REMOVED**
1878 renamed the script, fixed a couple bugs
1880 2007-02-23 [colin] 2.7.2cvs71
1883 Fix a leak, check for a few improbable nulls
1885 2007-02-23 [colin] 2.7.2cvs70
1889 * src/plugins/trayicon/trayicon.c
1890 Fix blinking mainwin when starting in tray
1891 (show mainwindow later in the startup process,
1892 apart if restarting post-crash)
1894 2007-02-23 [colin] 2.7.2cvs69
1898 Fix crash when unsubscribing the currently
1899 selected/opened folder
1901 2007-02-23 [colin] 2.7.2cvs68
1904 Fix bug that prevented colorization to
1905 work without wrap quotation option
1907 2007-02-23 [colin] 2.7.2cvs67
1910 Fix refcounting, start and end completion who
1911 behaved as if there couldn't be any other current
1914 2007-02-23 [wwp] 2.7.2cvs66
1918 Address completion fixes: fix addressbook_peek_folder_exists() in
1919 which the algorithm was ridiculously over-obfuscated and broken.
1920 Fix addrindex_load_completion() as well, to load addresses in
1921 completion list with regards to what addressbook_peek_folder_exists()
1924 2007-02-23 [wwp] 2.7.2cvs65
1927 Add addresses to completion when they're non-empty (thanks to Colin).
1929 2007-02-23 [paul] 2.7.2cvs64
1931 * src/plugins/pgpcore/passphrase.c
1934 2007-02-23 [colin] 2.7.2cvs63
1936 * src/plugins/pgpcore/prefs_gpg.c
1937 * src/plugins/pgpcore/prefs_gpg.h
1938 * src/plugins/pgpcore/sgpgme.c
1939 * src/plugins/pgpinline/pgpinline.c
1940 * src/plugins/pgpmime/pgpmime.c
1941 Try harder to respect user's choice wrt
1942 gpg-agent even with gpg2, by unsetting
1943 GPG_AGENT_INFO when necessary.
1945 2007-02-22 [paul] 2.7.2cvs62
1947 * src/plugins/pgpcore/sgpgme.c
1948 * src/plugins/pgpcore/sgpgme.h
1949 * src/plugins/pgpcore/passphrase.c
1950 * src/plugins/pgpinline/pgpinline.c
1951 * src/plugins/pgpmime/pgpmime.c
1952 Fix a leak - gpgme_data_release_and_get_mem
1953 leaks in recent gpgme. Workaround by using
1956 2007-02-22 [paul] 2.7.2cvs61
1958 * src/gtk/quicksearch.c
1959 Abandon dynamic search when pressing
1962 2007-02-21 [colin] 2.7.2cvs60
1965 * src/plugins/pgpcore/passphrase.c
1966 Fix little memory leaks
1968 Fix false-positive leak at exit
1969 * src/gtk/quicksearch.c
1970 Fix potentially big leak in recursive
1973 2007-02-21 [wwp] 2.7.2cvs59
1976 Add missing newline to a debug message.
1978 2007-02-20 [colin] 2.7.2cvs58
1982 * src/stock_pixmap.c
1983 * src/stock_pixmap.h
1984 * src/pixmaps/mime_pgpsig.xpm
1985 Add icon for application/pgp-signature
1987 2007-02-20 [colin] 2.7.2cvs57
1992 * src/stock_pixmap.c
1993 * src/stock_pixmap.h
1994 * src/pixmaps/mime_calendar.xpm
1995 * src/pixmaps/mime_pdf.xpm
1996 * src/pixmaps/mime_ps.xpm
1997 Add icons for text/calendar, application/pdf
1998 and application/postscript
2000 2007-02-20 [colin] 2.7.2cvs56
2003 * src/matcher_parser_parse.y
2004 * src/matcher_parser_lex.l
2005 Fix big memory leak in flex, and
2008 2007-02-20 [wwp] 2.7.2cvs55
2010 * src/matcher_parser_parse.y
2011 Fix a duplicate token definition (thanks to iwkse).
2013 2007-02-20 [wwp] 2.7.2cvs54
2015 * src/matcher_parser_lex.l
2016 * src/quote_fmt_lex.l
2017 Use proper flex options instead of direct use of #define,
2018 make the flex-generated C lighter.
2020 2007-02-20 [colin] 2.7.2cvs53
2023 Grab focus in message list after hiding
2024 the quicksearch, instead of leaving it
2027 2007-02-19 [colin] 2.7.2cvs52
2030 Fix bug 1033, 'Automatically refresh
2031 message list when new messages arrives'
2032 Looks like folderview->opened can sometimes
2035 2007-02-19 [paul] 2.7.2cvs51
2039 * tools/thunderbird-filters-convertor.pl
2040 add new script which converts thunderbird filter
2041 rules to Claws filter rules
2043 2007-02-18 [paul] 2.7.2cvs50
2045 * src/plugins/pgpcore/prefs_gpg.c
2046 * src/plugins/pgpcore/prefs_gpg.h
2047 * src/plugins/pgpcore/sgpgme.c
2048 * src/plugins/pgpinline/pgpinline.c
2049 * src/plugins/pgpmime/pgpmime.c
2050 improved GUI interoperability with gpg-agent
2052 2007-02-18 [paul] 2.7.2cvs49
2054 * src/prefs_account.c
2055 Privacy options sensitivity fix
2057 2007-02-17 [colin] 2.7.2cvs48
2060 Reset icon to warning in the noticeview
2062 2007-02-15 [colin] 2.7.2cvs47
2065 Fix a manifestation of bug 1033 (summaryview failing
2066 to update for new mails), which happens after editing
2067 account preferences or preferences that cause a
2070 2007-02-15 [colin] 2.7.2cvs46
2073 Probably fix bug 1123, 'Segmentation
2074 fault while opening address book'. I get
2075 g_warnings if the saved paned position is
2076 not greater than 0. Also, save position
2077 when hiding the addressbook instead of
2080 2007-02-14 [colin] 2.7.2cvs45
2082 * src/plugins/pgpcore/prefs_gpg.c
2083 * src/plugins/pgpcore/prefs_gpg.h
2084 * src/plugins/pgpcore/sgpgme.c
2085 * src/plugins/pgpinline/pgpinline.c
2086 * src/plugins/pgpmime/pgpmime.c
2087 Add an option "Use gpg-agent if available". Fixes
2088 annoyances with distro-installed gpg-agent, when
2089 no pinentry program is installed, and the user's
2090 at a loss on why "decryption failed". Makes more
2091 clear why passphrase isn't saved when gpg-agent is
2092 used. Defaults to true, to avoid changing the
2095 2007-02-14 [wwp] 2.7.2cvs44
2097 * src/matcher_parser_parse.y
2098 Fix missing line number reset (wrong line number might appear
2099 when re-loading filtering rules if there's a parser error).
2101 2007-02-13 [colin] 2.7.2cvs43
2103 * src/common/utils.c
2104 Don't encode ',' in URIs before passing it
2105 to the browser command-line. It was probably
2106 done at a time where commas in URIs made
2107 mozilla -remote 'openurl(%s,new-window)'
2110 2007-02-13 [wwp] 2.7.2cvs42
2112 * src/prefs_matcher.c
2113 * src/plugins/bogofilter/bogofilter_gtk.c
2114 A bit of string factorization around "Select ..." buttons.
2116 2007-02-11 [colin] 2.7.2cvs41
2119 Make sure to escape the title
2121 2007-02-11 [colin] 2.7.2cvs40
2124 Recognize .utf8 locales as .UTF-8 ones
2126 2007-02-11 [colin] 2.7.2cvs39
2129 Fix code conversion when dragging a file
2131 2007-02-09 [colin] 2.7.2cvs38
2133 * src/plugins/clamav/clamav_plugin.c
2134 Complete Paul's patch with conditional
2135 compilation to avoid breaking compilation
2136 on old Dapper and Edgy... Maybe other
2139 2007-02-09 [paul] 2.7.2cvs37
2141 * src/plugins/clamav/clamav_plugin.c
2142 fix for the upstream changes in libclamav
2144 2007-02-09 [paul] 2.7.2cvs36
2150 fix "warn if there are queued messages" (on exit)
2151 option, which only checked the first mailbox's
2153 don't ask before emptying trash if there are no
2154 messages in trash, also check and empty all trash
2157 move "Ask before emptying trash" option
2158 outside of the "On exit" frame as it's
2159 not only an "On exit" option
2161 2007-02-09 [paul] 2.7.2cvs35
2166 * src/prefs_account.c
2167 * src/prefs_folder_item.c
2169 * src/prefs_matcher.c
2170 * src/prefs_message.c
2171 * src/prefs_msg_colors.c
2172 * src/prefs_summaries.c
2174 * src/gtk/inputdialog.c
2175 * src/plugins/bogofilter/bogofilter_gtk.c
2176 pedantic commit: use 'checkbtn' everywhere
2177 instead of a mixture of 'checkbtn' and 'chkbtn'
2179 2007-02-09 [paul] 2.7.2cvs34
2185 move "Never send Return Receipts" from
2186 prefs_other to prefs_send
2187 add an option "Ask about account specific
2188 filtering rules..." to prefs_other
2189 * src/gtk/gtkutils.c
2190 fix a compiler warning
2192 2007-02-08 [colin] 2.7.2cvs33
2194 * src/plugins/pgpinline/pgpinline.c
2195 Fix bug 1110, 'pgpmime fails to process
2196 encapsulated openpgp mime (rfc 3156, 6.1
2198 It was due to an interaction between PGP/Mime
2199 and PGP/Inline plugin.
2201 2007-02-08 [colin] 2.7.2cvs32
2206 Fix bug 1117, 'fcntl locking code
2207 does not work in mbox.c'
2209 2007-02-08 [colin] 2.7.2cvs31
2211 * src/prefs_account.c
2212 Fix Gentoo bug 165819, 'can't create
2213 a "local mbox file" account'. Patch
2214 by Olivier <castan.o@free.fr>
2216 2007-02-07 [colin] 2.7.2cvs30
2219 Fix bug 1106, 'Claws crash on exit if LDAPS
2220 autocompletion was used'
2222 2007-02-07 [paul] 2.7.2cvs29
2225 cut down on unnecessary debug_prints
2227 fix menu_set_active() on 'Show only
2230 2007-02-07 [paul] 2.7.2cvs28
2232 * src/plugins/clamav/clamav_plugin.c
2233 * src/plugins/clamav/clamav_plugin.h
2234 * src/plugins/clamav/clamav_plugin_gtk.c
2235 fix copyright header
2237 2007-02-07 [paul] 2.7.2cvs27
2240 fix bug 1116, 'summary view allow a
2243 2007-02-06 [colin] 2.7.2cvs26
2248 2007-02-05 [fabien] 2.7.2cvs25
2252 i18n related - 1 fix and 1 message for translators.
2254 2007-02-05 [colin] 2.7.2cvs24
2256 * src/gtk/quicksearch.c
2257 Don't reload summary list if quicksearch wasn't
2258 active on hiding; move currently selected mail in
2259 the visible area when showing the quicksearch
2261 2007-02-05 [colin] 2.7.2cvs23
2264 Add debug to try to solve bug 1104
2266 2007-02-05 [paul] 2.7.2cvs22
2269 confirm before emptying trash on exit is
2270 a Yes or No answer, use Yes or No in the
2273 2007-02-04 [colin] 2.7.2cvs21
2276 * src/plugins/pgpcore/passphrase.c
2277 * src/plugins/pgpcore/select-keys.c
2278 Set wmclass on new windows
2284 2007-02-04 [colin] 2.7.2cvs20
2288 Auto save drafts on exit, reopen them
2289 at startup, instead of asking
2293 * src/addressbook_foldersel.c
2301 * src/editldap_basedn.c
2314 * src/message_search.c
2316 * src/prefs_actions.c
2317 * src/prefs_customheader.c
2318 * src/prefs_display_header.c
2319 * src/prefs_filtering.c
2320 * src/prefs_filtering_action.c
2321 * src/prefs_folder_column.c
2323 * src/prefs_matcher.c
2325 * src/prefs_summaries.c
2326 * src/prefs_summary_column.c
2327 * src/prefs_template.c
2328 * src/sourcewindow.c
2330 * src/summary_search.c
2333 * src/gtk/description_window.c
2334 * src/gtk/foldersort.c
2335 * src/gtk/gtkutils.c
2336 * src/gtk/gtkutils.h
2337 * src/gtk/icon_legend.c
2338 * src/gtk/logwindow.c
2339 * src/gtk/pluginwindow.c
2340 * src/gtk/prefswindow.c
2341 Give different wmclass to different
2342 windows - thanks to sed ;)
2344 2007-02-04 [colin] 2.7.2cvs19
2347 Revert previous patch, can't reproduce
2350 2007-02-03 [colin] 2.7.2cvs18
2353 Don't save the mainwindow size and
2354 position on emergency exit (libSM's
2355 "die" callback), Xfce seems to make
2356 the window smaller just before the
2359 2007-02-03 [colin] 2.7.2cvs17
2361 * src/plugins/bogofilter/bogofilter.c
2362 * src/plugins/bogofilter/bogofilter.h
2363 * src/plugins/bogofilter/bogofilter_gtk.c
2364 * src/plugins/pgpinline/pgpinline.c
2365 * src/plugins/pgpinline/pgpinline.h
2368 2007-02-03 [colin] 2.7.2cvs16
2370 * src/partial_download.c
2371 * src/partial_download.h
2378 * src/common/ssl_certificate.c
2379 * src/common/ssl_certificate.h
2380 * src/gtk/quicksearch.c
2381 * src/gtk/quicksearch.h
2382 * src/gtk/sslcertwindow.c
2383 * src/gtk/sslcertwindow.h
2384 Fix copyright on my files
2386 2007-02-02 [colin] 2.7.2cvs15
2396 Add Tools/List URIs to allow
2397 opening any URI in the current mail
2399 2007-02-02 [colin] 2.7.2cvs14
2401 * src/common/valgrind.h ** NEW FILE **
2402 * src/common/Makefile.am
2403 * src/common/plugin.c
2404 Don't dlclose the plugins if we're running
2405 under valgrind. (doesn't require valgrind
2406 either at compile time or run time).
2408 2007-02-01 [paul] 2.7.2cvs13
2412 * tools/freshmeat_search.pl
2413 * tools/google_search.pl
2414 * tools/multiwebsearch.pl
2415 add support for non ISO-8859-1 compatible locales
2416 Patch by Alex Gorbachenko <agent_007@immo.ru>
2418 2007-02-01 [colin] 2.7.2cvs12
2421 * src/prefs_summaries.c
2422 Move keybinding prefs to the Other page
2424 2007-02-01 [wwp] 2.7.2cvs11
2426 * src/plugins/trayicon/trayicon.c
2427 Fix a raising issue within KDE.
2429 2007-02-01 [colin] 2.7.2cvs10
2432 Fix stray quotes in encoded strings
2434 Fix wrong call causing g_warnings
2436 Remove useless message
2438 2007-01-31 [wwp] 2.7.2cvs9
2440 * src/plugins/trayicon/trayicon.c
2441 fix buggy hiding of main window when closing if close-to-tray
2442 is not set (bad logics in the trayicon hook code).
2443 Changed the quit confirmation message too.
2445 2007-01-30 [colin] 2.7.2cvs8
2448 Fix hidden mainwindow after clicking on
2449 the X close button, if compose windows
2450 exist and the user chooses not to quit
2452 2007-01-30 [colin] 2.7.2cvs7
2456 Handle local URIs to attach files (file:///...)
2457 Fixes attaching files from Thunar for example
2459 2007-01-30 [colin] 2.7.2cvs6
2461 * src/prefs_ext_prog.c
2462 Add 'mousepad' to the list of text editors.
2463 Mousepad is XFCE's text editor
2465 2007-01-29 [wwp] 2.7.2cvs5
2468 * src/plugins/trayicon/trayicon_prefs.c
2469 trayicon i18n fixes, thanks to Fabien.
2471 2007-01-28 [wwp] 2.7.2cvs4
2475 * src/plugins/trayicon/trayicon.c
2476 * src/plugins/trayicon/trayicon_prefs.c
2477 * src/plugins/trayicon/trayicon_prefs.h
2478 Added a new TrayIcon plugin option to close to tray
2479 (WM's hotkey and [X] button will hide the window instead
2480 of closing it - closing CM can be done using the tray icon
2481 menu or the File menu).
2482 Improved visibility handling in trayicon, clicking the
2483 trayicon now raise the window to current desktop when it
2484 was either minimized/shaded/on another desktop.
2485 Thanks to Paul for testing and fixing a strange behaviour
2488 2007-01-27 [paul] 2.7.2cvs3
2490 * src/prefs_folder_item.c
2491 * src/prefs_receive.c
2492 * src/plugins/pgpcore/prefs_gpg.c
2493 use 'start-up' instead of 'startup' in labels
2495 2007-01-26 [wwp] 2.7.2cvs2
2497 * src/plugins/trayicon/Makefile.am
2498 * src/plugins/trayicon/trayicon.c
2499 * src/plugins/trayicon/trayicon_prefs.c
2500 * src/plugins/trayicon/trayicon_prefs.h
2501 Add a new TrayIcon option to hide the main window at
2503 Fix trayicon.c copyright header.
2505 2007-01-26 [paul] 2.7.2cvs1
2511 bump up version number following
2514 2007-01-25 [mones] 2.7.1cvs60
2517 updated thousands of strings (well, probably less ;-)
2519 2007-01-25 [colin] 2.7.1cvs59
2522 Fix 2nd-run loss of matcherrc on new
2525 2007-01-25 [wwp] 2.7.1cvs58
2528 fix handling of empty value in attach_save_directory too, thanks
2531 2007-01-25 [wwp] 2.7.1cvs57
2534 fix handling of empty value in attach_load_directory,
2537 2007-01-25 [wwp] 2.7.1cvs56
2539 * src/plugins/dillo_viewer/dillo_prefs.h
2542 2007-01-25 [colin] 2.7.1cvs55
2546 * src/matcher_parser_parse.y
2547 * src/prefs_matcher.c
2548 Add matching on the spam flag
2550 2007-01-24 [colin] 2.7.1cvs54
2555 Make sure folderlist.xml is correctly
2556 written before overwriting it.
2560 * src/plugins/bogofilter/bogofilter.c
2561 * src/plugins/bogofilter/bogofilter.h
2562 * src/plugins/bogofilter/bogofilter_gtk.c
2563 * src/plugins/spamassassin/spamassassin.c
2564 * src/plugins/spamassassin/spamassassin.h
2565 * src/plugins/spamassassin/spamassassin_gtk.c
2566 Move spam to the correct trash folder after
2567 learning, if spam directory isn't set.
2569 2007-01-23 [paul] 2.7.1cvs53
2571 * src/plugins/bogofilter/bogofilter_gtk.c
2572 fix sensitivity of "Insert X-Bogosity header"
2575 2007-01-23 [colin] 2.7.1cvs52
2578 Translate toolbar items text if
2579 they're translatable (default)
2593 * src/etpan/etpan-thread-manager.c
2594 * src/etpan/etpan-thread-manager.h
2595 * src/gtk/gtkutils.c
2596 * src/gtk/gtkutils.h
2597 More static functions
2599 2007-01-22 [fabien] 2.7.1cvs51
2601 * src/gtk/gtkutils.c
2602 gtkut_get_options_frame() : ability to pass
2603 a 'NULL' value in frame pointer parameter if
2606 2007-01-22 [colin] 2.7.1cvs50
2610 * src/plugins/bogofilter/bogofilter.c
2611 * src/plugins/bogofilter/bogofilter_gtk.c
2612 * src/plugins/spamassassin/spamassassin.c
2613 * src/plugins/spamassassin/spamassassin_gtk.c
2614 Allow moving spams to the account's trash
2615 instead of default one
2617 2007-01-21 [colin] 2.7.1cvs49
2621 Revert a static function that shouldn't
2624 2007-01-21 [colin] 2.7.1cvs48
2630 2007-01-21 [colin] 2.7.1cvs47
2636 2007-01-21 [colin] 2.7.1cvs46
2638 * src/common/socket.c
2639 * src/common/socket.h
2642 2007-01-21 [colin] 2.7.1cvs45
2651 * src/folder_item_prefs.c
2652 * src/folder_item_prefs.h
2659 * src/common/socket.c
2660 * src/common/socket.h
2661 * src/gtk/gtkaspell.c
2662 * src/gtk/gtkaspell.h
2663 * src/gtk/quicksearch.c
2664 * src/gtk/quicksearch.h
2667 2007-01-21 [colin] 2.7.1cvs44
2669 * src/common/utils.c
2670 * src/common/utils.h
2671 * src/etpan/etpan-thread-manager.c
2672 * src/etpan/etpan-thread-manager.h
2673 Same (Funny that etpan_thread_unbind
2674 is called but not etpan_thread_bind)
2676 2007-01-21 [colin] 2.7.1cvs43
2684 * src/etpan/Makefile.am
2685 * src/gtk/colorlabel.c
2686 * src/gtk/colorlabel.h
2687 * src/gtk/sslcertwindow.c
2688 * src/gtk/sslcertwindow.h
2689 * src/etpan/etpan-log.c ** REMOVED **
2690 * src/etpan/etpan-log.h ** REMOVED **
2693 2007-01-20 [colin] 2.7.1cvs42
2699 2007-01-20 [colin] 2.7.1cvs41
2717 Make functions that aren't used in other
2720 2007-01-20 [colin] 2.7.1cvs40
2735 * src/editldap_basedn.c
2741 * src/image_viewer.c
2757 * src/prefs_account.c
2758 * src/prefs_common.c
2759 * src/prefs_compose_writing.c
2760 * src/prefs_ext_prog.c
2761 * src/prefs_folder_item.c
2763 * src/prefs_message.c
2764 * src/prefs_msg_colors.c
2767 * src/prefs_receive.c
2769 * src/prefs_spelling.c
2770 * src/prefs_summaries.c
2771 * src/prefs_toolbar.c
2772 * src/prefs_wrapping.c
2781 * src/common/hooks.c
2783 * src/common/passcrypt.c
2784 * src/common/socket.c
2786 * src/common/ssl_certificate.c
2787 * src/common/template.c
2788 * src/common/utils.c
2789 * src/etpan/imap-thread.c
2790 * src/gtk/sslcertwindow.c
2791 * src/gtk/sslcertwindow.h
2792 Make functions that could be static, static
2794 2007-01-20 [colin] 2.7.1cvs39
2799 2007-01-20 [colin] 2.7.1cvs38
2804 Fix bug 1102, 'claws-mail-2.7.1
2805 makes use of deprecated ldap
2808 2007-01-20 [colin] 2.7.1cvs37
2813 * src/gtk/quicksearch.c
2814 Add Wide message list layout
2816 2007-01-19 [fabien] 2.7.1cvs36
2819 make sure a font change is considered in links of
2822 2007-01-19 [colin] 2.7.1cvs35
2829 * src/prefs_common.c
2830 * src/prefs_common.h
2833 * src/gtk/quicksearch.c
2834 * src/gtk/quicksearch.h
2835 Drop 'Separate Folder tree' and 'Separate
2836 Message View'. Put three layouts in place
2839 2007-01-19 [paul] 2.7.1cvs34
2841 * src/prefs_msg_colors.c
2842 more use of Q_ for translators
2844 2007-01-19 [paul] 2.7.1cvs33
2847 * src/prefs_account.c
2848 a few changes to the English
2850 2007-01-19 [fabien] 2.7.1cvs32
2853 factorize translatable string
2855 2007-01-18 [colin] 2.7.1cvs31
2858 Don't error out on --sync option. Although
2859 we don't do anything with it, gtk+ handles
2860 it, and it's useful for debugging X errors
2862 2007-01-18 [fabien] 2.7.1cvs30
2865 ability to apply on the fly the recent added
2866 'gtk_can_change_accels' pref (no need to restart).
2868 2007-01-18 [fabien] 2.7.1cvs29
2870 * src/plugins/bogofilter/bogofilter_gtk.c
2871 * src/plugins/bogofilter/bogofilter.c
2872 * src/plugins/spamassassin/spamassassin_gtk.c
2874 * src/prefs_account.c
2875 factorize or rewrite some translatable strings.
2877 2007-01-18 [fabien] 2.7.1cvs28
2881 set a 4pix space between "Subject:" label and subject entry in
2884 2007-01-18 [wwp] 2.7.1cvs27
2887 fix conflicting address-copy/paste when focus is set
2888 to the embedded edit-person form.
2891 2007-01-18 [wwp] 2.7.1cvs26
2894 complete 2.7.1cvs23 (one more file was missing from that
2897 2007-01-18 [colin] 2.7.1cvs25
2900 Provide a way to migrate without backup
2901 Re-ask for migration on next start if
2902 it has been refused and wizard has been
2905 2007-01-18 [wwp] 2.7.1cvs24
2908 complete 2.7.1.cvs23 (file was missing from previous
2911 2007-01-18 [wwp] 2.7.1cvs23
2914 fix potential crashes in address book's focus_in/out signal handlers,
2915 force focus to the edit-person form when clicked the Edit menu entry or
2916 button (this only matters if the edit-person form is embedded to the
2917 AB window, in that case, focus is not set when browsing the contacts
2918 list w/ keys or mouse clicks).
2920 2007-01-18 [paul] 2.7.1cvs22
2923 add command line options:
2925 -q and --quit for --exit
2927 print "Unknown option" for unknown options
2929 2007-01-18 [paul] 2.7.1cvs21
2932 updated by Pavlo Bohmat
2934 2007-01-18 [paul] 2.7.1cvs20
2937 fix sensitivity issues of Mark as Spam/Ham
2939 2007-01-17 [fabien] 2.7.1cvs19
2942 * src/prefs_common.c
2943 * src/prefs_common.h
2945 Add a 'gtk_can_change_accels' pref in Preferences/Other which
2946 control the corresponding gtk property. It could be used to lock
2947 all shortcuts (avoid to set one of them by inadvertency).
2949 2007-01-17 [colin] 2.7.1cvs18
2952 Fix bug 1100, 'Highlighted e-mail data not visible
2953 when color label applied.'. Use a weighted average
2954 between normal selected foreground color and color
2955 label instead of a simple one (3/1 instead 1/1).
2957 2007-01-17 [colin] 2.7.1cvs17
2960 Better fix for bug 1088, 'Ctrl-h produces repeatable
2961 crash' - don't prevent mail switching while loading
2963 2007-01-17 [colin] 2.7.1cvs16
2972 Manage recursive search of unsubscribed folders
2973 Rescan tree without checking for new messages
2974 after subscriptions changed
2976 2007-01-17 [paul] 2.7.1cvs15
2978 * src/prefs_common.c
2979 * src/gtk/pluginwindow.c
2980 fix bug 1101, '"Load plugin" button is
2981 accidentally hidden'
2982 unset (-1) initial width in prefs_common,
2983 fix overlapping buttons,
2986 2007-01-17 [paul] 2.7.1cvs14
2989 add #include <errno.h>, it's needed
2992 2007-01-17 [paul] 2.7.1cvs13
2995 * tools/make.themes.project
2996 rename .sylpheed_themeinfo to .claws_themeinfo
2998 * src/etpan/etpan-errors.h
2999 * src/etpan/etpan-log.c
3000 * src/etpan/etpan-log.h
3001 * src/etpan/etpan-thread-manager-types.h
3002 * src/etpan/etpan-thread-manager.c
3003 * src/etpan/etpan-thread-manager.h
3004 * src/etpan/imap-thread.c
3005 * src/etpan/imap-thread.h
3006 add copyright header
3008 2007-01-17 [colin] 2.7.1cvs12
3010 * src/plugins/pgpcore/select-keys.c
3011 * src/gtk/pluginwindow.c
3012 * src/prefs_account.c
3015 2007-01-16 [colin] 2.7.1cvs11
3020 Manage subscribing to subfolders when only
3021 subscribed folders are shown.
3023 2007-01-16 [colin] 2.7.1cvs10
3026 Fix annoying vscrollbar going back to top
3027 on Check for new folders
3029 2007-01-16 [colin] 2.7.1cvs9
3034 2007-01-16 [colin] 2.7.1cvs8
3037 Bigger buffer for errors
3041 * src/prefs_account.c
3042 * src/prefs_account.h
3044 * src/etpan/imap-thread.c
3045 * src/etpan/imap-thread.h
3046 * manual/handling.xml
3047 Add subscriptions management. What it changes:
3048 Creating a folder subscribes to it
3049 Deleting a folder unsubscribes it
3050 New contextual menu item allowing to switch between
3051 All folders and Subscribed folders, subscribe, and
3052 unsubscribe. "Creating" an existing but unsubscribed
3053 folder will subscribe it.
3054 By default for new accounts, only subscribed folders
3058 2007-01-16 [paul] 2.7.1cvs7
3061 Allow folder classes to specify only sort_key or
3062 sort_type instead of both or none.
3064 2007-01-16 [paul] 2.7.1cvs6
3071 Save and use errno for procmime_get_part
3073 2007-01-16 [colin] 2.7.1cvs5
3076 Never remove INBOX when scanning for
3077 new folders. It's a special folder
3080 2007-01-15 [colin] 2.7.1cvs4
3083 Fix 'Check for new folders' when IMAP subdirectory
3085 * src/etpan/imap-thread.c
3088 2007-01-15 [colin] 2.7.1cvs3
3090 * src/etpan/imap-thread.c
3091 Fix invalid free on command-connection
3094 2007-01-15 [wwp] 2.7.1cvs2
3096 * src/matcher_parser_lex.l
3097 * src/quote_fmt_lex.l
3098 * src/matcher_parser_parse.y
3099 fix copyright header in lexers and parsers.
3101 2007-01-15 [paul] 2.7.1cvs1
3107 bump up version number following
3110 2007-01-15 [paul] 2.7.0cvs31
3114 add Fabien to the Team list
3115 add the recent contributors
3116 make a few corrections
3118 2007-01-15 [paul] 2.7.0cvs30
3121 fix compiler warning
3122 * src/plugins/pgpcore/prefs_gpg.c
3123 * src/plugins/pgpcore/prefs_gpg.h
3125 fix copyright header
3127 2007-01-14 [colin] 2.7.0cvs29
3130 Use the 'gtk+' backend. Avoids gnome-vfs use,
3131 two benefits: faster to open, will fix strange
3132 dbus-related crash. Thanks to Pascal Terjan.
3134 2007-01-14 [colin] 2.7.0cvs28
3136 * src/etpan/imap-thread.c
3137 Delete the old imap just after allocating
3138 the new one. Makes sure we don't get the
3139 same pointer by sheer luck, which feels
3140 strange in the debug log.
3142 2007-01-14 [colin] 2.7.0cvs27
3144 * src/gtk/inputdialog.c
3145 Make sure we don't print passwords in
3146 clear text when in debug mode
3148 2007-01-14 [colin] 2.7.0cvs26
3150 * src/gtk/gtksctree.c
3151 Fix bug 1098, 'bogus last row display
3152 after expanding a thread'. Patch by
3153 Jindrich Makovicka <makovick@gmail.com>
3155 2007-01-14 [colin] 2.7.0cvs25
3157 * src/etpan/imap-thread.c
3158 Close socket manually before
3159 freeing the imap struct
3161 2007-01-14 [colin] 2.7.0cvs24
3163 * src/etpan/imap-thread.c
3164 Maybe fix new reconnection issues
3166 2007-01-13 [colin] 2.7.0cvs23
3169 Freeze/thaw on thread selection
3171 2007-01-13 [paul] 2.7.0cvs22
3176 add 'Edit/Delete thread'
3178 2007-01-13 [colin] 2.7.0cvs21
3180 * src/prefs_account.c
3181 * src/prefs_compose_writing.c
3182 * src/prefs_message.c
3183 * src/prefs_msg_colors.c
3185 * src/prefs_receive.c
3186 * src/prefs_spelling.c
3187 * src/prefs_summaries.c
3188 * src/prefs_themes.c
3189 * src/gtk/gtkutils.c
3190 * src/gtk/gtkutils.h
3191 * src/plugins/pgpcore/prefs_gpg.c
3192 * src/plugins/spamassassin/spamassassin_gtk.c
3193 Factorize gtk frame creation
3196 2007-01-13 [colin] 2.7.0cvs20
3198 * src/message_search.c
3199 * src/summary_search.c
3200 Fix Enter in search windows
3202 Fix body search starting at the
3203 end of the mail (and asking for loop)
3205 2007-01-13 [colin] 2.7.0cvs19
3207 * src/etpan/imap-thread.c
3208 Make sure we don't free the same imap
3211 2007-01-13 [colin] 2.7.0cvs18
3214 Allow multiple commitHelpers to
3217 2007-01-12 [colin] 2.7.0cvs17
3219 * src/etpan/imap-thread.c
3220 Make sure we get rid of the previous mailimap
3221 when connecting - just in case disconnect was
3224 2007-01-12 [paul] 2.7.0cvs16
3227 Strip S/MIME signatures when re-editing
3228 S/MIME signed messages.
3230 2007-01-12 [paul] 2.7.0cvs15
3237 no need to define CLAWS anymore, remove
3240 2007-01-12 [paul] 2.7.0cvs14
3243 check if the mail's signed as
3244 it can change the mail structure
3247 2007-01-12 [paul] 2.7.0cvs13
3250 fix Forwarding msgs with attachments
3251 that have dos line endings
3254 2007-01-12 [wwp] 2.7.0cvs12
3257 Revert accidentally committed extra version tag.
3259 2007-01-12 [wwp] 2.7.0cvs11
3261 * src/prefs_account.c
3262 Fix compilation w/o aspell (completes 2.7.0cvs7).
3264 2007-01-11 [colin] 2.7.0cvs10
3267 move g_warning to debug_print
3268 it scares people for no reason
3270 2007-01-11 [colin] 2.7.0cvs9
3273 Fix files to translate. Patch by
3276 2007-01-11 [paul] 2.7.0cvs8
3279 Fix recursion when server lists the
3280 current subfolder in the response
3282 Fix updating of icon_list/ctree
3283 * src/plugins/pgpcore/select-keys.c
3284 Fix a few annoyances when choosing
3285 keys for the CMS (S/MIME) protocol
3287 2007-01-11 [wwp] 2.7.0cvs7
3290 * src/prefs_account.c
3291 * src/prefs_account.h
3292 Add per-account spellcheck default dictionaries settings.
3294 2007-01-10 [colin] 2.7.0cvs6
3296 * src/prefs_folder_item.c
3297 Factorize strings - patch by Fabien
3299 2007-01-10 [colin] 2.7.0cvs5
3302 Fix bug 1095, 'Crash while changing folder
3303 columns during incorporation'
3305 2007-01-09 [colin] 2.7.0cvs4
3307 * src/gtk/pluginwindow.c
3308 Set the plugin window transient. Seems
3309 like some window managers hide it in
3310 the background after "load plugin"...
3312 2007-01-09 [colin] 2.7.0cvs3
3315 Use the same type for alloc and free
3317 2007-01-08 [paul] 2.7.0cvs2
3320 updated by Tim Dijkstra
3322 2007-01-08 [paul] 2.7.0cvs1
3324 * src/prefs_themes.c
3325 * src/common/utils.c
3328 2007-01-08 [paul] 2.7.0
3335 2007-01-08 [paul] 2.6.1cvs119
3337 * doc/man/claws-mail.1
3340 2007-01-08 [paul] 2.6.1cvs118
3342 * doc/man/claws-mail.1
3344 * manual/advanced.xml
3345 improved English usage
3347 2007-01-08 [paul] 2.6.1cvs117
3358 updated by Miquel Oliete, Stephan Sachse, me,
3359 Tommi Pirinen, Andrea Spadaccini, Frederico
3360 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3361 Urosevic, and Ralgh Young
3363 2007-01-07 [mones] 2.6.1cvs116
3365 * manual/es/advanced.xml
3367 Synced manual (unhide mark_as_read_delay)
3368 and updated translation for release
3370 2007-01-07 [paul] 2.6.1cvs115
3372 * src/prefs_matcher.c
3373 make the hbox content fit better under
3376 2007-01-07 [colin] 2.6.1cvs114
3379 Fix bug 1088, 'Ctrl-h produces repeatable
3382 2007-01-06 [colin] 2.6.1cvs113
3384 * src/etpan/imap-thread.c
3385 Add casts to int to get certs. Fixes
3386 bug 1064, 'crash @ etpan_certificate_check()
3387 when opening an IMAP folder', with latest
3388 libetpan CVS or >= 0.49
3393 * src/prefs_folder_item.c
3394 Grey out the "synchronise" menu items if
3395 there's nothing to synchronise.
3396 * src/plugins/pgpcore/sgpgme.c
3397 Make an error clearer than "Unknown error"
3399 2007-01-06 [colin] 2.6.1cvs112
3402 Don't try to show a message if updating
3403 Maybe fixes bug 1088, 'ctrl-h produces
3406 2007-01-06 [colin] 2.6.1cvs111
3409 Disable Control-Space (handle it as Space).
3411 2007-01-05 [paul] 2.6.1cvs110
3414 Fix bug 934, 'sylpheed claws 2.1
3415 doesn't show Exchanges Public Folders'
3416 Thanks to Hoa and Colin
3418 Refuse to allocate more than 2 MB for a
3419 single field, it's a good indication of
3422 2007-01-05 [colin] 2.6.1cvs109
3425 Allow --select'ing emails by Message-ID too
3427 2007-01-05 [colin] 2.6.1cvs108
3429 * src/common/quoted-printable.c
3432 2007-01-05 [colin] 2.6.1cvs107
3434 * src/common/quoted-printable.c
3435 Fix previous commit about bug 1089
3438 2007-01-05 [colin] 2.6.1cvs106
3440 * src/common/quoted-printable.c
3441 Fix my previous commit on bug 1089
3444 2007-01-04 [colin] 2.6.1cvs105
3446 * src/common/quoted-printable.c
3447 Fix bug 1089, 'NUL characters in Subject
3448 line are misinterpreted'. Not a pain to
3455 2007-01-04 [wwp] 2.6.1cvs104
3457 * src/image_viewer.c
3458 Force operator precedence (fix a compiler warning).
3460 2007-01-04 [colin] 2.6.1cvs103
3462 * src/image_viewer.c
3463 Be cautious there too (same fix as the one
3464 in textview from cvs33)
3466 Don't use any MimeViewer plugin when showing
3469 2007-01-03 [wwp] 2.6.1cvs102
3473 fixed "cent" sign (use the existing ASCII one),
3474 decode more HTML entities,
3475 converted table ASCII entries to UTF-8,
3476 moved a switch() into a hashtable.
3478 2007-01-03 [paul] 2.6.1cvs101
3484 When possible, use move_msg instead of
3485 copy_msg + remove_msg to move sent mail
3488 2007-01-03 [paul] 2.6.1cvs100
3491 add more html entity recognition:
3492 pounds, euros, and cents
3494 2007-01-03 [colin] 2.6.1cvs99
3497 Don't display an error on NOSELECT
3498 folders when synchronising
3500 2007-01-03 [paul] 2.6.1cvs98
3502 * tools/maildir2claws-mail.pl
3503 only substitute 'sent-mail' if it's
3504 the full directory name
3506 2007-01-03 [paul] 2.6.1cvs97
3509 * ChangeLog.pre2.0.0
3511 archive a chunk of ChangeLog in
3514 * doc/src/ChangeLog.claws-pre0.8.0
3515 remove ChangeLog.claws-pre0.8.0, adding
3516 its contents to ChangeLog.gtk1
3518 2007-01-03 [paul] 2.6.1cvs96
3539 * src/addressbook_foldersel.c
3540 * src/addressbook_foldersel.h
3561 * src/customheader.c
3562 * src/customheader.h
3563 * src/displayheader.c
3564 * src/displayheader.h
3575 * src/editldap_basedn.c
3576 * src/editldap_basedn.h
3593 * src/folder_item_prefs.c
3594 * src/folder_item_prefs.h
3601 * src/grouplistdialog.c
3602 * src/grouplistdialog.h
3606 * src/image_viewer.c
3607 * src/image_viewer.h
3643 * src/message_search.c
3644 * src/message_search.h
3661 * src/partial_download.c
3662 * src/partial_download.h
3667 * src/prefs_account.c
3668 * src/prefs_account.h
3669 * src/prefs_actions.c
3670 * src/prefs_actions.h
3671 * src/prefs_common.c
3672 * src/prefs_common.h
3673 * src/prefs_compose_writing.c
3674 * src/prefs_compose_writing.h
3675 * src/prefs_customheader.c
3676 * src/prefs_customheader.h
3677 * src/prefs_display_header.c
3678 * src/prefs_display_header.h
3679 * src/prefs_filtering.c
3680 * src/prefs_filtering.h
3681 * src/prefs_filtering_action.c
3682 * src/prefs_filtering_action.h
3683 * src/prefs_folder_column.c
3684 * src/prefs_folder_column.h
3685 * src/prefs_folder_item.c
3686 * src/prefs_folder_item.h
3691 * src/prefs_image_viewer.c
3692 * src/prefs_image_viewer.h
3693 * src/prefs_matcher.c
3694 * src/prefs_matcher.h
3695 * src/prefs_message.c
3696 * src/prefs_msg_colors.c
3697 * src/prefs_msg_colors.h
3700 * src/prefs_receive.c
3702 * src/prefs_spelling.c
3703 * src/prefs_spelling.h
3704 * src/prefs_summaries.c
3705 * src/prefs_summaries.h
3706 * src/prefs_summary_column.c
3707 * src/prefs_summary_column.h
3708 * src/prefs_template.c
3709 * src/prefs_template.h
3710 * src/prefs_themes.c
3711 * src/prefs_themes.h
3712 * src/prefs_toolbar.c
3713 * src/prefs_toolbar.h
3714 * src/prefs_wrapping.c
3715 * src/prefs_wrapping.h
3725 * src/quote_fmt_parse.y
3728 * src/remotefolder.c
3729 * src/remotefolder.h
3730 * src/send_message.c
3731 * src/send_message.h
3734 * src/sourcewindow.c
3735 * src/sourcewindow.h
3740 * src/stock_pixmap.c
3741 * src/stock_pixmap.h
3742 * src/summary_search.c
3743 * src/summary_search.h
3758 * src/common/base64.c
3759 * src/common/base64.h
3761 * src/common/hooks.c
3762 * src/common/hooks.h
3765 * src/common/mgutils.c
3766 * src/common/mgutils.h
3769 * src/common/passcrypt.c
3770 * src/common/passcrypt.h.in
3771 * src/common/plugin.c
3772 * src/common/plugin.h
3773 * src/common/prefs.c
3774 * src/common/prefs.h
3775 * src/common/progressindicator.c
3776 * src/common/progressindicator.h
3777 * src/common/quoted-printable.c
3778 * src/common/quoted-printable.h
3779 * src/common/session.c
3780 * src/common/session.h
3783 * src/common/socket.c
3784 * src/common/socket.h
3787 * src/common/ssl_certificate.c
3788 * src/common/ssl_certificate.h
3789 * src/common/stringtable.c
3790 * src/common/stringtable.h
3791 * src/common/template.c
3792 * src/common/template.h
3793 * src/common/timing.h
3794 * src/common/utils.c
3795 * src/common/utils.h
3796 * src/common/version.h.in
3799 * src/common/xmlprops.c
3800 * src/common/xmlprops.h
3802 * src/gtk/colorlabel.c
3803 * src/gtk/colorsel.c
3804 * src/gtk/colorsel.h
3805 * src/gtk/combobox.c
3806 * src/gtk/combobox.h
3807 * src/gtk/description_window.c
3808 * src/gtk/description_window.h
3811 * src/gtk/foldersort.c
3812 * src/gtk/foldersort.h
3813 * src/gtk/gtksctree.c
3814 * src/gtk/gtkutils.c
3815 * src/gtk/gtkutils.h
3816 * src/gtk/inputdialog.c
3817 * src/gtk/inputdialog.h
3818 * src/gtk/logwindow.c
3819 * src/gtk/logwindow.h
3820 * src/gtk/manage_window.c
3821 * src/gtk/manage_window.h