1 2007-06-04 [colin] 2.9.2cvs39
6 2007-06-04 [wwp] 2.9.2cvs38
9 Same as 2.9.2cvs36 but for forwarding.
11 2007-06-04 [colin] 2.9.2cvs37
14 Use original mail file for forward/redirect
15 Fixes some forwarded mails to be attached as
16 application/octet-stream (when they have binary
17 parts), and incidentally fixes bug 848
18 'Redirect breaks GnuPG'
20 2007-06-04 [wwp] 2.9.2cvs36
23 Fix quote mark mis-initialisation when replying/forwarding
24 (introduced w/ 2.9.2cvs20).
26 2007-06-04 [wwp] 2.9.2cvs35
28 * src/prefs_compose_writing.c
30 Fix a bug where Quotation characters (prefs/compose/writing)
31 was cleared (introduced w/ 2.9.2cvs26).
33 2007-06-04 [wwp] 2.9.2cvs34
37 Better fix for compiling w/o aspell (rollbacks
40 2007-06-04 [wwp] 2.9.2cvs33
46 It's now possible to disable mail filtering plugins
47 on a per-account basis.
49 2007-06-04 [wwp] 2.9.2cvs32
54 Support CRLF in headers part of messages.
55 Support few more date formats (RFC3339 subsets).
57 2007-06-04 [wwp] 2.9.2cvs31
60 Fix compiling w/o aspell support.
62 2007-06-03 [wwp] 2.9.2cvs30
65 Don't decode leading ENV_ and ~ in P_PASSWORD
68 2007-06-03 [wwp] 2.9.2cvs29
71 Don't decode leading ENV_ and ~ in P_PASSWORD
74 2007-06-03 [wwp] 2.9.2cvs28
77 * src/gtk/prefswindow.c
78 * src/gtk/prefswindow.h
79 Added a way to force preloading of all pages
81 Moved tabs to pages in account prefs.
83 2007-06-02 [colin] 2.9.2cvs27
86 Fix possible crash, fix ldap write bugs
88 Fix ldap write bugs - patch by Michael
92 Add a hook whenever alertpanel opens/closes
94 2007-05-31 [wwp] 2.9.2cvs26
96 * src/prefs_compose_writing.c
98 Re-organized writing options a bit:
99 - renamed the Quoting page to Templates
100 - moved all composing templates to that page
101 - moved non-templates options to the Writing one,
102 grouped reply-related options, reordered reply and
105 2007-05-31 [wwp] 2.9.2cvs25
110 2007-05-31 [colin] 2.9.2cvs24
113 Fix missing display name when modifying
114 LDAP. Patch by Michael Rasmussen
116 2007-05-31 [wwp] 2.9.2cvs23
118 * src/plugins/bogofilter/Makefile.am
119 * src/plugins/clamav/Makefile.am
120 * src/plugins/demo/Makefile.am
121 * src/plugins/dillo_viewer/Makefile.am
122 * src/plugins/spamassassin/Makefile.am
123 Fix building of those plugins in Mac OS X.
125 2007-05-30 [wwp] 2.9.2cvs22
127 * src/gtk/quicksearch.c
128 Fix missing initialization.
130 2007-05-30 [wwp] 2.9.2cvs21
133 Revert accidental commit (debug outputs).
135 2007-05-30 [wwp] 2.9.2cvs20
138 * src/folder_item_prefs.c
139 * src/folder_item_prefs.h
140 * src/prefs_account.c
141 * src/prefs_account.h
142 * src/prefs_folder_item.c
145 Implemented per-account and per-folder
146 compose/reply/forward formats.
148 2007-05-30 [wwp] 2.9.2cvs19
150 * src/prefs_compose_writing.c
155 Internal API changes (factorize quote format
158 2007-05-30 [colin] 2.9.2cvs18
161 Fix race where it's possible to re-click Send
162 between end of SMTP session and end of "move to
163 sent folder" when sending an email with send
166 2007-05-30 [colin] 2.9.2cvs17
169 Ask for backtrace on all threads. Patch by
172 Fix stale news statusbar when scanning fails.
175 Fix some LDAP write updates bugs. Patch
178 2007-05-29 [colin] 2.9.2cvs16
181 Fix loss of local flags when moving mails
182 on IMAP in high-bandwidth mode (UID FETCH)
184 2007-05-25 [paul] 2.9.2cvs15
186 * src/common/socket.c
187 fix sometimes crasher on cancelling
190 2007-05-25 [colin] 2.9.2cvs14
195 Be more helpful in the subscription
198 2007-05-23 [wwp] 2.9.2cvs13
201 * src/prefs_compose_writing.c
203 * src/prefs_template.c
204 * src/prefs_template.h
207 * src/quote_fmt_lex.l
208 * src/quote_fmt_parse.y
209 Introduced new syntax elements (symbols and commands)
210 in templates/quote_fmt. Compatibility w/ old
212 Updated and reworked the corresponding Information
214 Display the line number in dialogs that talk about
215 parser errors (in addition to the error message in
218 2007-05-23 [wwp] 2.9.2cvs12
220 * src/quote_fmt_parse.y
221 Fix 2.9.2cvs11, probably a paste accident ;).
223 2007-05-23 [wwp] 2.9.2cvs11
226 * src/prefs_template.c
228 * src/quote_fmt_parse.y
229 Fix 2.9.2cvs10, which broke --disable-aspell.
231 2007-05-22 [wwp] 2.9.2cvs10
234 * src/prefs_template.c
237 * src/quote_fmt_lex.l
238 * src/quote_fmt_parse.y
239 * src/gtk/gtkaspell.c
240 * src/gtk/gtkaspell.h
241 Added template/quote format syntactical elements
244 %T to show (shows empty if not set or not enabled),
245 ?T and !T to check if the default dictionary is
247 - current account's default dictionary
248 %aT to show (empty if not set or not enabled),
249 ?aT and !aT to check if it's enabled and set
250 - name completion for an address, from the address
252 %ABf, %ABt, %ABc respectively show the full name got
253 from the address book if From, To or Cc match a single
255 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
256 matches any contact and if the full name is non-empty.
257 If From, To or Cc are lists of email addresses, only
258 the first address will be checked.
259 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
260 that could show a trailing ','.
261 Also, template/quote_fmt parser now shows the line number in case
264 2007-05-15 [colin] 2.9.2cvs9
268 Add a public function to know whether Claws
270 Store opened folder when exiting
273 Store last opened message in each FolderItem;
274 Reset last seen messages if Claws crashed, so
275 that one can't go in an infinite crash in case
276 a particular mail crashes Claws.
281 * src/prefs_summaries.c
282 Add "Select last opened message" when entering
284 Add "Select last opened folder" at startup.
286 2007-05-14 [colin] 2.9.2cvs8
289 Fix bashism, search for xml catalog
290 in /usr/local/share/xml/catalog too
293 2007-05-13 [wwp] 2.9.2cvs7
295 * src/gtk/logwindow.c
296 fix raising log windows when they are either minimized or
299 2007-05-11 [colin] 2.9.2cvs6
302 Use Hildon's file chooser on Maemo. Patch
303 by Jean-Luc Biord; fixes part 2 of bug 1201,
304 'File attachment "manipulation" bugs...'
306 2007-05-10 [wwp] 2.9.2cvs5
310 * src/gtk/quicksearch.c
311 Add a quicksearch option to automatically run
312 a search selected from the history (this option
313 is exclusive towards type-ahead).
315 2007-05-10 [colin] 2.9.2cvs4
318 Fix g_warnings, thanks to Brian
321 2007-05-09 [colin] 2.9.2cvs3
326 * src/prefs_summaries.c
330 * src/gtk/gtksourceprintjob.c
331 * src/gtk/sslcertwindow.c
332 Use the re-entrant variant of time functions
333 Probably fixes bug 1217, 'reentrancy problems
336 2007-05-09 [colin] 2.9.2cvs2
339 Fix crasher when reconnection fails
341 2007-05-08 [paul] 2.9.2cvs1
347 bump version number following
350 2007-05-08 [paul] 2.9.1cvs48
352 * src/plugins/demo/demo.c
353 * src/plugins/dillo_viewer/dillo_prefs.c
354 * src/plugins/dillo_viewer/dillo_prefs.h
355 * src/plugins/dillo_viewer/dillo_viewer.c
356 * src/plugins/pgpcore/pgp_viewer.c
357 * src/plugins/pgpcore/pgp_viewer.h
358 * src/plugins/pgpcore/plugin.c
359 * src/plugins/pgpcore/prefs_gpg.c
360 * src/plugins/pgpcore/prefs_gpg.h
361 * src/plugins/pgpcore/sgpgme.c
362 * src/plugins/pgpcore/sgpgme.h
363 * src/plugins/pgpinline/plugin.c
364 * src/plugins/pgpmime/pgpmime.c
365 * src/plugins/pgpmime/pgpmime.h
366 * src/plugins/pgpmime/plugin.c
367 * src/plugins/spamassassin/spamassassin.c
368 * src/plugins/spamassassin/spamassassin.h
369 * src/plugins/spamassassin/spamassassin_gtk.c
370 * src/plugins/trayicon/README
372 * tools/README.sylprint
373 * tools/outlook2claws-mail.pl
375 * tools/tb2claws-mail
376 * tools/tbird2claws.py
379 * tools/kdeservicemenu/README
380 cleanups and corrections
382 2007-05-06 [wwp] 2.9.1cvs47
385 Fix missing dash to `display` command-line, reported
386 by Georg Himmrich <georg at mails d0t diesind d0t net>.
388 2007-05-06 [colin] 2.9.1cvs46
393 * src/pixmaps/printer.xpm
396 2007-05-06 [paul] 2.9.1cvs45
401 * src/summary_search.c
405 2007-05-05 [wwp] 2.9.1cvs44
409 * src/prefs_actions.c
413 Fix "faild" typos everywhere and capitalization of
416 2007-05-04 [colin] 2.9.1cvs43
421 * src/plugins/pgpcore/prefs_gpg.c
422 * src/plugins/pgpcore/prefs_gpg.h
423 * src/plugins/pgpinline/pgpinline.c
424 * src/plugins/pgpmime/pgpmime.c
425 Add an API to warn about encryption limits,
426 and allow to disable these warnings
428 2007-05-03 [colin] 2.9.1cvs42
432 Fix bug 1213, 'Delete more than
435 2007-05-03 [wwp] 2.9.1cvs41
438 * src/prefs_filtering.c
439 * src/prefs_template.c
440 * src/common/template.c
441 * src/common/template.h
444 Templates are no longer automatically sorted
445 by name, but can be sorted manually using
446 |< < > >| buttons as well as drag'n'drop.
448 2007-05-03 [wwp] 2.9.1cvs40
450 * src/plugins/spamassassin/spamassassin.c
451 * src/plugins/spamassassin/spamassassin.h
452 * src/plugins/spamassassin/spamassassin_gtk.c
453 * src/plugins/bogofilter/bogofilter.c
454 * src/plugins/bogofilter/bogofilter.h
455 * src/plugins/bogofilter/bogofilter_gtk.c
456 Added an option to conditionally mark saved spam
457 as read (default is and was to do so).
458 Satisfies feature request 1708539 on sf.net tracker.
460 2007-05-03 [colin] 2.9.1cvs39
463 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
465 2007-05-02 [colin] 2.9.1cvs38
468 Fix bug 1209, 'Clicking on address
469 in header (mailto uri) selects
470 default account'. Patch adapted from
473 2007-05-02 [colin] 2.9.1cvs37
475 * src/grouplistdialog.c
476 Set cursor to wait cursor while loading
479 2007-05-02 [paul] 2.9.1cvs36
483 rename cache and mark files
486 2007-04-30 [paul] 2.9.1cvs35
488 * manual/glossary.xml
490 updates. Patch by Ricardo
492 2007-04-29 [wwp] 2.9.1cvs34
496 Fix few grammatical errors (patch by David Relson < relson at
497 osagesoftware dot com >).
499 2007-04-28 [colin] 2.9.1cvs33
503 * src/prefs_account.c
504 * src/prefs_account.h
505 Drop the "Download all" preference. It's
506 stupidly useless and confuses people from
509 2007-04-27 [wwp] 2.9.1cvs32
512 * src/prefs_account.c
513 * src/prefs_account.h
514 Don't reflect accounts changes to the mainwindow when it's
517 2007-04-27 [colin] 2.9.1cvs31
520 Freeze/thaw when sync'ing flags
522 * src/prefs_account.c
523 * src/prefs_account.h
524 * src/etpan/imap-thread.c
525 * src/etpan/imap-thread.h
526 Add a way to use UID FETCH instead
527 of searches to fetch message lists
528 and flags. More expensive towards
529 bandwidth, less expensive towards
530 server's CPU. Probably fixes
531 bug 1158, 'Scanning new folders on
532 Exchange 2007 extremely slow'.
535 2007-04-27 [paul] 2.9.1cvs30
538 * src/prefs_logging.c
539 improvements to english usage
541 2007-04-27 [colin] 2.9.1cvs29
544 Fix build without libetpan (my bad!)
546 2007-04-26 [colin] 2.9.1cvs28
550 Fix uselessly exported function
552 Consider "- -- \n" as signature separator
553 (that's what signature separators look like
554 in PGP/Inline signed mails)
556 2007-04-26 [colin] 2.9.1cvs27
559 libetpan-0.49 is now required
561 Fix double fetching of mails if
564 Make offline sync faster, by
565 remembering last change time, and
568 2007-04-26 [hoa] 2.9.1cvs26
574 * src/etpan/imap-thread.c
575 * src/etpan/imap-thread.h
576 cancellation of IMAP operations is now allowed.
577 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
579 2007-04-26 [colin] 2.9.1cvs25
582 Always fetch body+headers in folders that are
583 synched for offline use, if "Synchronise as
584 soon as possible" is set.
585 Fixes bug 1200, 'Add option to always retrieve full
588 2007-04-25 [colin] 2.9.1cvs24
591 Fix bug 1198, 'Reply-all "disappearing" address bug
594 2007-04-24 [colin] 2.9.1cvs23
597 Fix bug 1195, 'Hardware key navigation'
598 Make GDK_Enter toggle expansion (Maemo)
600 2007-04-24 [wwp] 2.9.1cvs22
603 Fix few compiler warnings.
605 2007-04-24 [paul] 2.9.1cvs21
612 2007-04-24 [paul] 2.9.1cvs20
615 * src/pixmaps/active.xpm
616 * src/pixmaps/checkbox_off.xpm
617 * src/pixmaps/checkbox_on.xpm
618 * src/pixmaps/inactive.xpm
620 remove transparent border from checkbox icons
622 2007-04-24 [wwp] 2.9.1cvs19
626 Fix a crash in textview, thanks to Colin.
628 2007-04-23 [wwp] 2.9.1cvs18
631 Fix 2.9.1cvs5: no header was being translated at all.
633 2007-04-23 [colin] 2.9.1cvs17
640 * src/gtk/gtksctree.c
641 * src/gtk/gtksctree.h
642 * src/pixmaps/selection.xpm
643 Fix bug 1193, 'Need a way to multi-select
644 items'. Add a toggle button to the summaryview
645 to switch between normal and multiple selection
648 2007-04-23 [colin] 2.9.1cvs16
655 * src/gtk/gtksctree.c
656 * src/gtk/gtksctree.h
657 * src/pixmaps/selection.xpm
658 Fix bug 1193, 'Need a way to multi-
660 Add a toggle button in the summaryview
661 to enable normal or multiple selection.
664 2007-04-23 [colin] 2.9.1cvs15
667 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
669 2007-04-21 [colin] 2.9.1cvs14
671 * src/gtk/quicksearch.c
672 Fix previous commit (actually use correct
675 2007-04-21 [colin] 2.9.1cvs13
677 * src/gtk/quicksearch.c
678 Fix changing quicksearch type (after Esc,
679 after changing Recursive, ...)
681 2007-04-20 [wwp] 2.9.1cvs12
683 * src/gtk/Makefile.am
684 Added headers.h (completes 2.9.1cvs5).
686 2007-04-20 [wwp] 2.9.1cvs11
689 Fix the use of display name in name column,
690 it has been overriden w/ the use of nickname
691 by 2.9.0cvs3. Now nickname is used (if any)
692 in case of LDAP books only.
694 2007-04-20 [colin] 2.9.1cvs10
699 Add handling of 'a' to loop in a mail's
702 2007-04-20 [colin] 2.9.1cvs9
705 Fix bug 1190, 'dir_open' button doesn't work'
708 2007-04-20 [colin] 2.9.1cvs8
712 Fix bug 1194, 'Hardware keys move from email
713 list to account/directory list, but not back
714 to email list...' (Maemo)
716 2007-04-20 [colin] 2.9.1cvs7
719 complete previous commit
721 2007-04-20 [colin] 2.9.1cvs6
724 Fix bug 1187, 'Reply-to addressee disappears
725 when reply-to text box is clicked...' (Maemo)
727 2007-04-20 [wwp] 2.9.1cvs5
737 * src/prefs_display_header.c
738 * src/prefs_matcher.c
741 * src/gtk/quicksearch.c
742 Translate more header names according to the relevant option value,
743 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
744 Replaced nearly all uses of prefs_common.trans_hdr with a call
745 to prefs_common_translated_header_name().
746 Added a headers.h reference file that contains known header names
747 (RFC2822 and others) to the translation process' input, so that
748 translated header names will still exist even if no occurrence of
749 _("headername") is found anymore in the sources.
750 Don't translate column name 'Number' following to trans_hdr option
751 value as it's not a header name.
753 2007-04-20 [colin] 2.9.1cvs4
755 * src/gtk/quicksearch.c
756 * src/gtk/quicksearch.h
757 Add "From, To or Subject" quicksearch
758 type. Patch by ulfschaper@users.sf.net
760 2007-04-20 [colin] 2.9.1cvs3
763 Implement proper references filtering condition.
764 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
766 2007-04-19 [wwp] 2.9.1cvs2
768 * src/prefs_display_header.c
769 * src/message_search.c
770 Fix few warnings (g_free of const gchar*).
772 2007-04-19 [paul] 2.9.1cvs1
778 bump version number following
781 2007-04-19 [paul] 2.9.0cvs9
783 * manual/advanced.xml
784 * manual/glossary.xml
787 2007-04-18 [paul] 2.9.0cvs8
790 fix for CVE-2007-1558 (APOP)
793 2007-04-18 [paul] 2.9.0cvs7
799 Fix encoding woes wrt saving of
803 2007-04-18 [colin] 2.9.0cvs6
805 * src/gtk/pluginwindow.c
806 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
808 2007-04-17 [wwp] 2.9.0cvs5
814 Fix --disable-ldap build,
815 fix some LDAP annoyances on
816 searches, thanks to Colin.
818 2007-04-17 [wwp] 2.9.0cvs4
821 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
822 like gcc 2.9x. Thanks to Colin.
824 2007-04-17 [wwp] 2.9.0cvs3
840 Add LDAP write support. Patch mostly by
841 Michael <mir at datanom dot net>
843 2007-04-17 [wwp] 2.9.0cvs2
846 Prepend "Add to address book" to the context menu of compose window's sender and
849 2007-04-16 [paul] 2.9.0cvs1
854 2007-04-16 [paul] 2.9.0
861 2007-04-16 [paul] 2.8.1cvs102
864 updated by Fabien Vantard
866 2007-04-16 [paul] 2.8.1cvs101
876 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
877 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
878 Aleksandar Urosevic, and Ralgh Young
880 2007-04-15 [mones] 2.8.1cvs100
885 2007-04-14 [colin] 2.8.1cvs99
887 * src/message_search.c
888 * src/prefs_display_header.c
889 * src/summary_search.c
893 2007-04-14 [wwp] 2.8.1cvs98
896 * src/message_search.c
897 * src/summary_search.c
898 * src/prefs_display_header.c
899 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
900 returns NULL, get the text value directly from the GtkEntry child.
902 2007-04-13 [colin] 2.8.1cvs97
904 * src/gtk/quicksearch.c
905 Give the focus back to summaryview when
906 emptying the quicksearch with Esc
908 2007-04-13 [colin] 2.8.1cvs96
910 * src/message_search.c
911 * src/prefs_display_header.c
912 * src/summary_search.c
913 Fix possibles crashes when getting text
916 2007-04-13 [colin] 2.8.1cvs95
919 Add some UIDL debugging
921 2007-04-12 [colin] 2.8.1cvs94
924 Force folder scan if necessary after
925 copying mails, to be able to reapply
928 2007-04-11 [colin] 2.8.1cvs93
931 don't scan for new mail on startup if --select
932 is specified (or race conditions arise). If so,
933 do both sequentially.
935 2007-04-09 [colin] 2.8.1cvs92
938 Use leafpad by default on Maemo. Patch
941 2007-04-06 [colin] 2.8.1cvs91
943 * src/pixmaps/queue_close.xpm
944 * src/pixmaps/queue_close_hrm.xpm
945 * src/pixmaps/queue_close_hrm_mark.xpm
946 * src/pixmaps/queue_close_mark.xpm
947 * src/pixmaps/queue_open.xpm
948 * src/pixmaps/queue_open_hrm.xpm
949 * src/pixmaps/queue_open_hrm_mark.xpm
950 * src/pixmaps/queue_open_mark.xpm
951 Move the clock one pixel down :)
953 2007-04-05 [colin] 2.8.1cvs90
956 Don't sync when switching offline from
957 command line - it's usually too late :)
959 2007-04-05 [paul] 2.8.1cvs89
963 * src/pixmaps/dir_close_hrm.xpm
964 * src/pixmaps/dir_close_hrm_mark.xpm
965 * src/pixmaps/drafts_close.xpm
966 * src/pixmaps/drafts_close_mark.xpm
967 * src/pixmaps/drafts_open.xpm
968 * src/pixmaps/drafts_open_mark.xpm
969 * src/pixmaps/inbox.xpm
970 * src/pixmaps/inbox_close.xpm
971 * src/pixmaps/inbox_close_hrm.xpm
972 * src/pixmaps/inbox_close_hrm_mark.xpm
973 * src/pixmaps/inbox_close_mark.xpm
974 * src/pixmaps/inbox_hrm.xpm
975 * src/pixmaps/inbox_hrm_mark.xpm
976 * src/pixmaps/inbox_mark.xpm
977 * src/pixmaps/inbox_open.xpm
978 * src/pixmaps/inbox_open_hrm.xpm
979 * src/pixmaps/inbox_open_hrm_mark.xpm
980 * src/pixmaps/inbox_open_mark.xpm
981 * src/pixmaps/outbox.xpm
982 * src/pixmaps/outbox_close.xpm
983 * src/pixmaps/outbox_close_hrm.xpm
984 * src/pixmaps/outbox_close_hrm_mark.xpm
985 * src/pixmaps/outbox_close_mark.xpm
986 * src/pixmaps/outbox_hrm.xpm
987 * src/pixmaps/outbox_hrm_mark.xpm
988 * src/pixmaps/outbox_mark.xpm
989 * src/pixmaps/outbox_open.xpm
990 * src/pixmaps/outbox_open_hrm.xpm
991 * src/pixmaps/outbox_open_hrm_mark.xpm
992 * src/pixmaps/outbox_open_mark.xpm
993 * src/pixmaps/queue_close.xpm
994 * src/pixmaps/queue_close_hrm.xpm
995 * src/pixmaps/queue_close_hrm_mark.xpm
996 * src/pixmaps/queue_close_mark.xpm
997 * src/pixmaps/queue_open.xpm
998 * src/pixmaps/queue_open_hrm.xpm
999 * src/pixmaps/queue_open_hrm_mark.xpm
1000 * src/pixmaps/queue_open_mark.xpm
1001 updated, added and replaced icons
1004 2007-04-04 [colin] 2.8.1cvs88
1007 Fix build without libetpan
1009 2007-04-03 [colin] 2.8.1cvs87
1012 Fix crash with Citadel, and try to make
1013 things work. this server (and specifically
1014 STATUS and APPEND at least) seems broken.
1016 2007-04-03 [colin] 2.8.1cvs86
1019 Fix icons on folder close
1021 2007-04-03 [colin] 2.8.1cvs85
1024 Fix double-ask of offline override in
1029 Much more efficient way to synchronise
1031 * src/etpan/imap-thread.c
1034 * src/gtk/quicksearch.c
1037 2007-04-03 [paul] 2.8.1cvs84
1042 * src/prefs_common.c
1043 * src/prefs_common.h
1045 Fix sync being done too late
1048 2007-04-02 [colin] 2.8.1cvs83
1051 Maemo: Put status and quicksearch at the top
1052 * src/plugins/bogofilter/bogofilter.c
1053 * src/plugins/spamassassin/spamassassin.c
1054 Derive trash from inbox if possible
1056 2007-04-02 [paul] 2.8.1cvs82
1058 * src/plugins/bogofilter/bogofilter_gtk.c
1059 a few English changes
1065 2007-04-02 [colin] 2.8.1cvs81
1067 * src/image_viewer.c
1068 Fix transparent images by using
1071 Flush events (on new windows) to avoid
1072 having the textview's image resize fail
1073 to know the available width
1075 2007-04-01 [colin] 2.8.1cvs80
1077 * src/prefs_account.c
1078 If no MH mailbox exist, when creating a POP/Local
1079 account, just create and use the default one
1080 instead of bailing with a "Mailbox doesn't exist"
1083 2007-03-31 [colin] 2.8.1cvs79
1085 * src/prefs_account.c
1086 Create signature file if it doesn't exist
1088 * src/prefs_toolbar.c
1089 Maemo: Move "Use default" on the left so
1090 that people can find it
1092 Maemo: make default editor "Maemopad",
1093 default signature file "MyDocs/signature.txt"
1095 2007-03-31 [colin] 2.8.1cvs78
1097 * src/prefs_account.c
1098 Maemo: rework account prefs so
1099 that less horizontal scrolling
1102 2007-03-31 [colin] 2.8.1cvs77
1105 * src/prefs_common.c
1106 * src/prefs_common.h
1107 Fix bug 1167, 'Allow not displaying zeros
1108 in folder list'. Patch by MartinP
1110 2007-03-31 [colin] 2.8.1cvs76
1115 2007-03-31 [colin] 2.8.1cvs75
1118 Apply patch from bug 1172, direct
1119 access to the folder's session instead
1120 of using getter. Patch by MartinP
1122 2007-03-31 [paul] 2.8.1cvs74
1125 no need to list Fabien twice!
1127 2007-03-31 [colin] 2.8.1cvs73
1130 If we're currently "overriding for %d minutes",
1133 2007-03-31 [colin] 2.8.1cvs72
1141 * src/plugins/spamassassin/spamassassin.c
1142 Offline override: Add a parameter to allow
1143 asking even if the override timer is running.
1144 Allows to ask every time the user makes an
1145 explicit action needing online access (such
1146 as Get Mail), and not when the action is
1147 implicit (such as opening an IMAP folder)
1149 2007-03-31 [colin] 2.8.1cvs71
1152 Override offline: "No" answer shouldn't
1153 re-ask after 3 seconds, but 10 minutes.
1155 2007-03-30 [colin] 2.8.1cvs70
1157 * src/common/socket.c
1158 Better error reporting on unix socket
1159 failure (bind usually)
1160 * src/gtk/gtkutils.c
1161 * src/gtk/gtkutils.h
1162 Label window: add a pulsing progress
1163 bar to show we're not hung :)
1166 * src/plugins/pgpcore/sgpgme.c
1169 2007-03-30 [colin] 2.8.1cvs69
1172 * src/prefs_common.c
1173 Fix possible trashing of history and uidl
1174 files on disk full problems
1176 2007-03-30 [paul] 2.8.1cvs68
1181 update summary when changing layout type
1182 (fixes wrong folder icon being displayed)
1185 2007-03-29 [colin] 2.8.1cvs67
1187 * src/prefs_ext_prog.c
1188 The browser pref is irrelevant on Maemo
1190 2007-03-29 [colin] 2.8.1cvs66
1194 Maemo: dynamically switch headers/text position
1195 * src/prefs_common.c
1196 Maemo: hide compose's ruler by default
1197 * src/common/socket.c
1198 * src/common/socket.h
1201 2007-03-29 [colin] 2.8.1cvs65
1203 * src/common/socket.c
1204 * src/common/socket.h
1205 Fix build when MAEMO_CFLAGS contains
1206 _X_OPENSOURCE (resolv.h errors as long
1207 as we don't add _BSD_SOURCE. Ugly).
1209 2007-03-29 [wwp] 2.8.1cvs64
1211 * src/prefs_logging.c
1212 Fix sensitivity of clip-log widgets in prefs/logging,
1215 2007-03-29 [wwp] 2.8.1cvs63
1218 Updated files list for translations, thanks to Fabien.
1220 2007-03-29 [colin] 2.8.1cvs62
1223 * src/common/Makefile.am
1224 * src/common/utils.c
1225 Maybe make URI opening work in Maemo
1228 2007-03-28 [colin] 2.8.1cvs61
1233 Add the possibility to sort folders arbitrarily
1234 (via editing of folderlist.xml only). Patch by
1235 Martin P <mp26+claws@os.inf.tu-dresden.de>
1236 Fixes bug 1166, 'Folder ordering is fixed and cannot
1237 be changed by the user'
1239 2007-03-28 [colin] 2.8.1cvs60
1242 Add popup menu for mime icons
1244 2007-03-28 [colin] 2.8.1cvs59
1247 Fix a layout issue when presenting
1248 mainwindow in Small screen layout
1251 Add a "Go to folder list" button for
1252 mainwindow, and make it default in
1255 2007-03-28 [colin] 2.8.1cvs58
1258 Don't dynamically update title on Maemo
1259 Patch by Jean-Luc Biord
1261 2007-03-27 [colin] 2.8.1cvs57
1266 Enable tap-and-hold on Maemo
1268 2007-03-26 [colin] 2.8.1cvs56
1271 More popup-menu (in attachments list)
1273 2007-03-26 [colin] 2.8.1cvs55
1276 Enable popup-menu signal
1278 2007-03-26 [colin] 2.8.1cvs54
1280 * src/plugins/pgpinline/pgpinline.c
1281 Fix bug 1111, 'PGP/inline plugin hides text
1282 around encrypted text block'. Patch based on
1283 a patch from Michal Cihar.
1285 2007-03-26 [wwp] 2.8.1cvs53
1288 Fix getting a false error when sending queued message
1289 whereas the sending was fine (if there are subfolders
1290 in the queue folder), thanks to Colin.
1292 2007-03-26 [paul] 2.8.1cvs52
1295 update FACE header in welcome message
1297 2007-03-25 [colin] 2.8.1cvs51
1302 2007-03-25 [colin] 2.8.1cvs50
1305 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1307 2007-03-24 [colin] 2.8.1cvs49
1310 Fix a few launch problems on Maemo
1311 Patch by Jean-Luc Biord
1313 2007-03-24 [wwp] 2.8.1cvs48
1319 Fix wrong action performed when closing the
1320 "ask about account specific filtering rules
1321 when filtering manually" dialog by pressing Escape.
1322 Fix wrong order of buttons in the "return receipt
1323 notification - the message was sent to several of
1324 your accounts" dialog.
1326 2007-03-24 [paul] 2.8.1cvs47
1329 an improvement to English usage
1330 * tools/kdeservicemenu/README
1333 2007-03-24 [paul] 2.8.1cvs46
1336 * src/stock_pixmap.c
1337 * src/pixmaps/edit_extern.xpm
1338 * src/pixmaps/mail_sign.xpm
1339 rescue long lost icons
1341 2007-03-24 [paul] 2.8.1cvs45
1344 fix toolbar (broken in 2.8.1cvs42)
1346 2007-03-23 [colin] 2.8.1cvs44
1349 Correctly unsubscribe/resubscribe after
1352 2007-03-23 [colin] 2.8.1cvs43
1354 * src/prefs_common.c
1355 Maemo: as the platform is light on RAM, allow
1356 caches to be discarded faster.
1358 2007-03-23 [colin] 2.8.1cvs42
1363 * src/stock_pixmap.c
1364 * src/stock_pixmap.h
1369 * src/pixmaps/open_mail.xpm
1370 Maemo changes: Add the possibility to have
1371 "Open Email" and "Close Window" buttons on
1372 toolbars (and use them in Maemo's default
1375 2007-03-23 [wwp] 2.8.1cvs41
1378 Reverted that part of the action dialog closure logics, to
1379 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1380 done later in a different way (or may not).
1382 2007-03-22 [wwp] 2.8.1cvs40
1385 Fix sticky action dialog when got no output but action command
1386 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1388 2007-03-22 [colin] 2.8.1cvs39
1390 * src/prefs_filtering.c
1391 * src/gtk/combobox.h
1392 Fix escaping account names in filtering prefs
1394 2007-03-22 [colin] 2.8.1cvs38
1399 Add any attribute specified in LDAP servers'
1400 Search attributes to the Other Attributes tab
1401 of contacts; Add 'telephoneNumber' in the
1404 2007-03-22 [colin] 2.8.1cvs37
1409 Try to prevent race conditions when
1410 changing the folder list
1412 Fix possible red folder icon when
1413 switching from Small screen layout
1416 2007-03-22 [colin] 2.8.1cvs36
1421 Rename "little screen" to "Small screen"
1422 * src/gtk/Makefile.am
1423 * src/common/utils.c
1425 Fix Maemo-related compilation problems
1427 2007-03-21 [colin] 2.8.1cvs35
1431 * claws-mail.desktop
1432 Remove .png from the Icon, it's useless
1434 2007-03-21 [colin] 2.8.1cvs34
1438 Add the necessary lib checking for
1441 2007-03-21 [colin] 2.8.1cvs33
1444 Fix unconditional "error happened" when
1445 sending via command-line. "lol @ myself"
1447 2007-03-21 [colin] 2.8.1cvs32
1449 * claws-mail-40x40.png
1450 * claws-mail-26x26.png
1460 * src/prefs_account.c
1461 * src/prefs_common.c
1462 * src/summary_search.c
1466 * src/gtk/gtkutils.c
1467 * src/gtk/gtkutils.h
1468 * src/gtk/logwindow.c
1470 * src/gtk/prefswindow.c
1471 Add Maemo port (patch mainly by Jean-Luc Biort)
1472 Add a new 'Little screen' layout to help on such
1473 platforms (patch by me)
1474 Make some default preferences different (more
1475 adapted) on Maemo (patch by me)
1477 2007-03-21 [wwp] 2.8.1cvs31
1479 * src/prefs_logging.c
1480 * src/prefs_logging.h
1481 Fixed copyright header of newly added files.
1483 2007-03-21 [wwp] 2.8.1cvs30
1499 * src/prefs_common.c
1500 * src/prefs_common.h
1501 * src/prefs_logging.c
1502 * src/prefs_logging.h
1505 * src/send_message.c
1510 * src/common/session.c
1512 * src/common/socket.c
1513 * src/etpan/imap-thread.c
1514 * src/gtk/logwindow.c
1515 * src/gtk/logwindow.h
1516 * src/plugins/bogofilter/bogofilter.c
1517 * src/plugins/spamassassin/spamassassin.c
1518 Added debugging of filtering/processing rules.
1519 The debug log is here 'Tools/Filtering debug window',
1520 the options there 'Configuration/Preferences/Other/Logging',
1521 and the log file is ~/.claws-mail/filtering.log.
1522 Moved protocol log prefs to 'Other/Logging' as well.
1523 To support such debugging feature, the existing log API has
1524 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1525 this impacts many external modules (commits follow).
1527 2007-03-21 [paul] 2.8.1cvs29
1529 * src/etpan/Makefile.am
1530 * src/etpan/imap-thread.c
1531 add missing #include
1533 2007-03-21 [colin] 2.8.1cvs28
1536 Fix bug 1157, 'some broken messages confuse
1537 mime parser'. Make sure we can't have MimeInfos
1538 with negative sizes.
1540 2007-03-20 [colin] 2.8.1cvs27
1543 Fix missing \0 on buffer
1545 2007-03-20 [colin] 2.8.1cvs26
1548 Use make_dir_hier instead of make_dir
1549 to create the MH mailbox
1551 2007-03-20 [colin] 2.8.1cvs25
1555 * src/prefs_account.c
1557 Fix default inbox weirdnesses (after wizard,
1558 if path is Mail, mailbox identifier is #mh/Mailbox,
1559 and when creating new accounts)
1561 2007-03-20 [colin] 2.8.1cvs24
1564 Write folderlist after adding/deleting accounts
1567 2007-03-20 [colin] 2.8.1cvs23
1570 * src/remotefolder.h
1571 Fix bug 1153, 'CM segfaults if IMAP folder is
1572 selected while scanning prior to update'
1574 2007-03-17 [paul] 2.8.1cvs22
1577 fix a typo, and be a little more verbose.
1579 2007-03-17 [wwp] 2.8.1cvs21
1582 Fix a compiler warning.
1584 2007-03-16 [wwp] 2.8.1cvs20
1588 Updated to deal w/ the new mairix.sh tool.
1590 2007-03-16 [wwp] 2.8.1cvs19
1593 Fix logics issues around the action IO dialog:
1594 - disable entry widget and exec button when
1595 the exec button is clicked (don't wait for any
1596 output line) - fix possible disabling/re-enabling/
1597 re-disabling of those widgets
1598 - raise an error if executing a %as{} action either
1599 empty or invalid, instead of failing silently
1600 - don't close the dialog if the abort button has been
1601 clicked and if there was no output yet
1602 - set focus to the abort button when the exec button
1604 - fix capitalization of a warning message
1606 2007-03-16 [wwp] 2.8.1cvs18
1609 Added a wrapper to mairix to the tools folder.
1611 2007-03-16 [colin] 2.8.1cvs17
1615 Allow mimeviewer plugins to print
1618 2007-03-16 [colin] 2.8.1cvs16
1623 2007-03-15 [colin] 2.8.1cvs15
1627 Add a way for mimeviewer plugins to
1628 implement body search
1630 2007-03-15 [paul] 2.8.1cvs14
1632 * src/prefs_spelling.c
1635 2007-03-15 [paul] 2.8.1cvs13
1637 * src/common/quoted-printable.c
1638 fix decoding of quoted-printable parts
1640 2007-03-14 [wwp] 2.8.1cvs12
1642 * src/gtk/logwindow.h
1643 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1645 2007-03-14 [wwp] 2.8.1cvs11
1647 * src/gtk/logwindow.h
1648 Complete 2.8.1cvs10.
1650 2007-03-14 [colin] 2.8.1cvs10
1652 * src/gtk/logwindow.c
1653 Probably fix bug 1149, crash on logwindow
1654 close - at the expense of performance once
1655 logwin has been opened
1657 2007-03-14 [colin] 2.8.1cvs9
1660 If claws-mail is running on another
1661 display, warn instead of popping it up
1662 on the other display
1664 2007-03-12 [colin] 2.8.1cvs8
1667 Fix bug 1145, 'Setting a different name
1668 for the Mailbox name isn't reflected in
1669 default account settings'. Patch by wwp
1671 2007-03-12 [colin] 2.8.1cvs7
1674 Fix bug 1143, 'Add number of messages to be
1675 deleted to confirmation dialog'
1677 2007-03-12 [wwp] 2.8.1cvs6
1680 * src/prefs_common.c
1681 * src/prefs_common.h
1682 * src/prefs_summaries.c
1683 Changed the option that displays unread messages count
1684 next to the folder name in folder list: it is now
1685 possible to either display nothing, display the
1686 unread messages number only or the unread and total messages
1687 numbers. The patch includes this extra feature as well
1688 as some minor fixes by rewriting the algo in folderview.c.
1689 Thanks to Paul for the original idea and implementation, plus
1690 testing and proof-reading!
1692 2007-03-09 [paul] 2.8.1cvs5
1696 * tools/claws-mail-compose-insert-files.pl
1697 added a script which enables inserting files
1698 into the message body of a new Claws Mail
1699 Compose window from the command line. Additionally
1700 To, Cc, Subject and files to attach to the message
1703 2007-03-09 [wwp] 2.8.1cvs4
1708 Optimize matching of addresses in the addressbook
1709 (filtering/processing 'found_in_addressbook' condition).
1711 2007-03-07 [wwp] 2.8.1cvs3
1714 * src/quote_fmt_lex.l
1715 * src/quote_fmt_parse.y
1716 Add a new quote format symbol: %A to insert the
1717 sender email address (just the address itself).
1719 2007-03-06 [wwp] 2.8.1cvs2
1721 * src/gtk/gtkutils.c
1722 * src/plugins/trayicon/trayicon_prefs.h
1723 * src/plugins/trayicon/trayicon_prefs.c
1724 * src/plugins/trayicon/trayicon.c
1727 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1728 minimizing Claws-Mail main window will hide it to the trayicon instead.
1731 2007-03-06 [paul] 2.8.1cvs1
1737 bump version number following
1740 2007-03-06 [paul] 2.8.0cvs24
1743 corrected by by Tim <timbrain@post.cz>
1745 2007-03-05 [colin] 2.8.0cvs23
1749 Fix mime/globs path on NetBSD
1750 patch by George Michaelson
1752 2007-03-05 [wwp] 2.8.0cvs22
1755 Remove debug statement (accidentally committed w/ cvs14).
1757 2007-03-05 [paul] 2.8.0cvs21
1759 * src/plugins/pgpcore/prefs_gpg.c
1760 fix compiler warning
1762 2007-03-05 [wwp] 2.8.0cvs20
1764 * src/matcher_parser_parse.y
1765 Fix mismerge between cvs17 and cvs19.
1767 2007-03-05 [wwp] 2.8.0cvs19
1769 * src/matcher_parser_parse.y
1770 * src/prefs_filtering_action.c
1775 Add new 'add_to_addressbook' filtering/processing action.
1777 2007-03-05 [wwp] 2.8.0cvs18
1780 Fix mark_as_ham filtering/processing action: spam flag
1783 2007-03-04 [colin] 2.8.0cvs17
1788 * src/matcher_parser_parse.y
1789 * src/prefs_filtering_action.c
1790 Add 'Mark as spam' and 'Mark as ham' filtering
1791 actions. Fixes bug 1138.
1793 2007-03-04 [colin] 2.8.0cvs16
1796 Fix bug 1140, wrong return value
1799 2007-03-04 [wwp] 2.8.0cvs15
1802 Rollback cvs14: don't free stuff that is managed in g_list.
1804 2007-03-04 [wwp] 2.8.0cvs14
1807 Fix a leak in address completion code.
1809 2007-03-04 [colin] 2.8.0cvs13
1812 Maybe fix bug 1136, 'Crash in group
1815 2007-03-04 [iwkse] 2.8.0cvs12
1818 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1820 2007-03-03 [colin] 2.8.0cvs11
1822 * src/plugins/pgpinline/pgpinline.c
1823 Fix off-by-one, fix double-free. Fixes
1824 bug 1135, 'cm-segfault on decrypting
1827 2007-03-03 [colin] 2.8.0cvs10
1831 * src/common/plugin.c
1832 Fix bug 1134, 'Valgrind macros unhandled
1835 2007-03-02 [colin] 2.8.0cvs9
1838 Don't error out on EAGAIN. Fixes
1839 bug 1129, '"local mbox file" account
1840 isn't retrieving mails'
1842 2007-03-01 [wwp] 2.8.0cvs8
1845 * src/gtk/colorlabel.c
1846 Remove accels for extra color labels until we set better
1847 and definitive ones.
1849 2007-02-28 [wwp] 2.8.0cvs7
1852 * src/matcher_parser_parse.y
1853 * src/prefs_common.c
1854 * src/prefs_msg_colors.c
1856 * src/gtk/colorlabel.c
1857 * src/gtk/colorlabel.h
1858 Add more customizable color labels. Cleaned up a bit
1859 the color label API to avoid duplicate defines of
1860 the max number of colors.
1862 2007-02-27 [colin] 2.8.0cvs6
1865 * src/common/utils.c
1866 * src/common/utils.h
1867 Fix '+' in mailto URIs for List-* headers
1869 2007-02-27 [colin] 2.8.0cvs5
1871 * src/gtk/gtkutils.c
1872 Use gtk_window_set_role instead of
1875 2007-02-27 [colin] 2.8.0cvs4
1878 Fix "After receiving new mail, go to inbox" on IMAP,
1879 and make it work only on manual reception
1881 2007-02-27 [wwp] 2.8.0cvs3
1883 * src/prefs_filtering.c
1884 * src/prefs_filtering_action.c
1885 * src/prefs_matcher.c
1886 Update filtering matcher's and action's color label menus
1887 when re-opening those dialogs (reflect any change to the
1888 color labels list in the preferences).
1890 2007-02-27 [colin] 2.8.0cvs2
1893 * src/etpan/etpan-thread-manager-types.h
1894 * src/etpan/etpan-thread-manager.c
1895 * src/etpan/imap-thread.c
1896 Log imap ALERTs as errors in the log.
1898 2007-02-26 [paul] 2.8.0cvs1
1900 * tools/claws.i18n.status.pl
1903 2007-02-26 [paul] 2.7.2cvs75
1917 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
1918 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1919 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
1920 Aleksandar Urosevic, and Ralgh Young
1922 2007-02-25 [mones] 2.7.2cvs74
1927 2007-02-25 [colin] 2.7.2cvs73
1930 Clearing the list is only useful
1931 to prevent a valgrind false-positive
1933 2007-02-25 [paul] 2.7.2cvs72
1937 * tools/kmail-mailbox2claws-mail.pl **ADDED**
1938 * tools/maildir2claws-mail.pl **REMOVED**
1939 renamed the script, fixed a couple bugs
1941 2007-02-23 [colin] 2.7.2cvs71
1944 Fix a leak, check for a few improbable nulls
1946 2007-02-23 [colin] 2.7.2cvs70
1950 * src/plugins/trayicon/trayicon.c
1951 Fix blinking mainwin when starting in tray
1952 (show mainwindow later in the startup process,
1953 apart if restarting post-crash)
1955 2007-02-23 [colin] 2.7.2cvs69
1959 Fix crash when unsubscribing the currently
1960 selected/opened folder
1962 2007-02-23 [colin] 2.7.2cvs68
1965 Fix bug that prevented colorization to
1966 work without wrap quotation option
1968 2007-02-23 [colin] 2.7.2cvs67
1971 Fix refcounting, start and end completion who
1972 behaved as if there couldn't be any other current
1975 2007-02-23 [wwp] 2.7.2cvs66
1979 Address completion fixes: fix addressbook_peek_folder_exists() in
1980 which the algorithm was ridiculously over-obfuscated and broken.
1981 Fix addrindex_load_completion() as well, to load addresses in
1982 completion list with regards to what addressbook_peek_folder_exists()
1985 2007-02-23 [wwp] 2.7.2cvs65
1988 Add addresses to completion when they're non-empty (thanks to Colin).
1990 2007-02-23 [paul] 2.7.2cvs64
1992 * src/plugins/pgpcore/passphrase.c
1995 2007-02-23 [colin] 2.7.2cvs63
1997 * src/plugins/pgpcore/prefs_gpg.c
1998 * src/plugins/pgpcore/prefs_gpg.h
1999 * src/plugins/pgpcore/sgpgme.c
2000 * src/plugins/pgpinline/pgpinline.c
2001 * src/plugins/pgpmime/pgpmime.c
2002 Try harder to respect user's choice wrt
2003 gpg-agent even with gpg2, by unsetting
2004 GPG_AGENT_INFO when necessary.
2006 2007-02-22 [paul] 2.7.2cvs62
2008 * src/plugins/pgpcore/sgpgme.c
2009 * src/plugins/pgpcore/sgpgme.h
2010 * src/plugins/pgpcore/passphrase.c
2011 * src/plugins/pgpinline/pgpinline.c
2012 * src/plugins/pgpmime/pgpmime.c
2013 Fix a leak - gpgme_data_release_and_get_mem
2014 leaks in recent gpgme. Workaround by using
2017 2007-02-22 [paul] 2.7.2cvs61
2019 * src/gtk/quicksearch.c
2020 Abandon dynamic search when pressing
2023 2007-02-21 [colin] 2.7.2cvs60
2026 * src/plugins/pgpcore/passphrase.c
2027 Fix little memory leaks
2029 Fix false-positive leak at exit
2030 * src/gtk/quicksearch.c
2031 Fix potentially big leak in recursive
2034 2007-02-21 [wwp] 2.7.2cvs59
2037 Add missing newline to a debug message.
2039 2007-02-20 [colin] 2.7.2cvs58
2043 * src/stock_pixmap.c
2044 * src/stock_pixmap.h
2045 * src/pixmaps/mime_pgpsig.xpm
2046 Add icon for application/pgp-signature
2048 2007-02-20 [colin] 2.7.2cvs57
2053 * src/stock_pixmap.c
2054 * src/stock_pixmap.h
2055 * src/pixmaps/mime_calendar.xpm
2056 * src/pixmaps/mime_pdf.xpm
2057 * src/pixmaps/mime_ps.xpm
2058 Add icons for text/calendar, application/pdf
2059 and application/postscript
2061 2007-02-20 [colin] 2.7.2cvs56
2064 * src/matcher_parser_parse.y
2065 * src/matcher_parser_lex.l
2066 Fix big memory leak in flex, and
2069 2007-02-20 [wwp] 2.7.2cvs55
2071 * src/matcher_parser_parse.y
2072 Fix a duplicate token definition (thanks to iwkse).
2074 2007-02-20 [wwp] 2.7.2cvs54
2076 * src/matcher_parser_lex.l
2077 * src/quote_fmt_lex.l
2078 Use proper flex options instead of direct use of #define,
2079 make the flex-generated C lighter.
2081 2007-02-20 [colin] 2.7.2cvs53
2084 Grab focus in message list after hiding
2085 the quicksearch, instead of leaving it
2088 2007-02-19 [colin] 2.7.2cvs52
2091 Fix bug 1033, 'Automatically refresh
2092 message list when new messages arrives'
2093 Looks like folderview->opened can sometimes
2096 2007-02-19 [paul] 2.7.2cvs51
2100 * tools/thunderbird-filters-convertor.pl
2101 add new script which converts thunderbird filter
2102 rules to Claws filter rules
2104 2007-02-18 [paul] 2.7.2cvs50
2106 * src/plugins/pgpcore/prefs_gpg.c
2107 * src/plugins/pgpcore/prefs_gpg.h
2108 * src/plugins/pgpcore/sgpgme.c
2109 * src/plugins/pgpinline/pgpinline.c
2110 * src/plugins/pgpmime/pgpmime.c
2111 improved GUI interoperability with gpg-agent
2113 2007-02-18 [paul] 2.7.2cvs49
2115 * src/prefs_account.c
2116 Privacy options sensitivity fix
2118 2007-02-17 [colin] 2.7.2cvs48
2121 Reset icon to warning in the noticeview
2123 2007-02-15 [colin] 2.7.2cvs47
2126 Fix a manifestation of bug 1033 (summaryview failing
2127 to update for new mails), which happens after editing
2128 account preferences or preferences that cause a
2131 2007-02-15 [colin] 2.7.2cvs46
2134 Probably fix bug 1123, 'Segmentation
2135 fault while opening address book'. I get
2136 g_warnings if the saved paned position is
2137 not greater than 0. Also, save position
2138 when hiding the addressbook instead of
2141 2007-02-14 [colin] 2.7.2cvs45
2143 * src/plugins/pgpcore/prefs_gpg.c
2144 * src/plugins/pgpcore/prefs_gpg.h
2145 * src/plugins/pgpcore/sgpgme.c
2146 * src/plugins/pgpinline/pgpinline.c
2147 * src/plugins/pgpmime/pgpmime.c
2148 Add an option "Use gpg-agent if available". Fixes
2149 annoyances with distro-installed gpg-agent, when
2150 no pinentry program is installed, and the user's
2151 at a loss on why "decryption failed". Makes more
2152 clear why passphrase isn't saved when gpg-agent is
2153 used. Defaults to true, to avoid changing the
2156 2007-02-14 [wwp] 2.7.2cvs44
2158 * src/matcher_parser_parse.y
2159 Fix missing line number reset (wrong line number might appear
2160 when re-loading filtering rules if there's a parser error).
2162 2007-02-13 [colin] 2.7.2cvs43
2164 * src/common/utils.c
2165 Don't encode ',' in URIs before passing it
2166 to the browser command-line. It was probably
2167 done at a time where commas in URIs made
2168 mozilla -remote 'openurl(%s,new-window)'
2171 2007-02-13 [wwp] 2.7.2cvs42
2173 * src/prefs_matcher.c
2174 * src/plugins/bogofilter/bogofilter_gtk.c
2175 A bit of string factorization around "Select ..." buttons.
2177 2007-02-11 [colin] 2.7.2cvs41
2180 Make sure to escape the title
2182 2007-02-11 [colin] 2.7.2cvs40
2185 Recognize .utf8 locales as .UTF-8 ones
2187 2007-02-11 [colin] 2.7.2cvs39
2190 Fix code conversion when dragging a file
2192 2007-02-09 [colin] 2.7.2cvs38
2194 * src/plugins/clamav/clamav_plugin.c
2195 Complete Paul's patch with conditional
2196 compilation to avoid breaking compilation
2197 on old Dapper and Edgy... Maybe other
2200 2007-02-09 [paul] 2.7.2cvs37
2202 * src/plugins/clamav/clamav_plugin.c
2203 fix for the upstream changes in libclamav
2205 2007-02-09 [paul] 2.7.2cvs36
2211 fix "warn if there are queued messages" (on exit)
2212 option, which only checked the first mailbox's
2214 don't ask before emptying trash if there are no
2215 messages in trash, also check and empty all trash
2218 move "Ask before emptying trash" option
2219 outside of the "On exit" frame as it's
2220 not only an "On exit" option
2222 2007-02-09 [paul] 2.7.2cvs35
2227 * src/prefs_account.c
2228 * src/prefs_folder_item.c
2230 * src/prefs_matcher.c
2231 * src/prefs_message.c
2232 * src/prefs_msg_colors.c
2233 * src/prefs_summaries.c
2235 * src/gtk/inputdialog.c
2236 * src/plugins/bogofilter/bogofilter_gtk.c
2237 pedantic commit: use 'checkbtn' everywhere
2238 instead of a mixture of 'checkbtn' and 'chkbtn'
2240 2007-02-09 [paul] 2.7.2cvs34
2246 move "Never send Return Receipts" from
2247 prefs_other to prefs_send
2248 add an option "Ask about account specific
2249 filtering rules..." to prefs_other
2250 * src/gtk/gtkutils.c
2251 fix a compiler warning
2253 2007-02-08 [colin] 2.7.2cvs33
2255 * src/plugins/pgpinline/pgpinline.c
2256 Fix bug 1110, 'pgpmime fails to process
2257 encapsulated openpgp mime (rfc 3156, 6.1
2259 It was due to an interaction between PGP/Mime
2260 and PGP/Inline plugin.
2262 2007-02-08 [colin] 2.7.2cvs32
2267 Fix bug 1117, 'fcntl locking code
2268 does not work in mbox.c'
2270 2007-02-08 [colin] 2.7.2cvs31
2272 * src/prefs_account.c
2273 Fix Gentoo bug 165819, 'can't create
2274 a "local mbox file" account'. Patch
2275 by Olivier <castan.o@free.fr>
2277 2007-02-07 [colin] 2.7.2cvs30
2280 Fix bug 1106, 'Claws crash on exit if LDAPS
2281 autocompletion was used'
2283 2007-02-07 [paul] 2.7.2cvs29
2286 cut down on unnecessary debug_prints
2288 fix menu_set_active() on 'Show only
2291 2007-02-07 [paul] 2.7.2cvs28
2293 * src/plugins/clamav/clamav_plugin.c
2294 * src/plugins/clamav/clamav_plugin.h
2295 * src/plugins/clamav/clamav_plugin_gtk.c
2296 fix copyright header
2298 2007-02-07 [paul] 2.7.2cvs27
2301 fix bug 1116, 'summary view allow a
2304 2007-02-06 [colin] 2.7.2cvs26
2309 2007-02-05 [fabien] 2.7.2cvs25
2313 i18n related - 1 fix and 1 message for translators.
2315 2007-02-05 [colin] 2.7.2cvs24
2317 * src/gtk/quicksearch.c
2318 Don't reload summary list if quicksearch wasn't
2319 active on hiding; move currently selected mail in
2320 the visible area when showing the quicksearch
2322 2007-02-05 [colin] 2.7.2cvs23
2325 Add debug to try to solve bug 1104
2327 2007-02-05 [paul] 2.7.2cvs22
2330 confirm before emptying trash on exit is
2331 a Yes or No answer, use Yes or No in the
2334 2007-02-04 [colin] 2.7.2cvs21
2337 * src/plugins/pgpcore/passphrase.c
2338 * src/plugins/pgpcore/select-keys.c
2339 Set wmclass on new windows
2345 2007-02-04 [colin] 2.7.2cvs20
2349 Auto save drafts on exit, reopen them
2350 at startup, instead of asking
2354 * src/addressbook_foldersel.c
2362 * src/editldap_basedn.c
2375 * src/message_search.c
2377 * src/prefs_actions.c
2378 * src/prefs_customheader.c
2379 * src/prefs_display_header.c
2380 * src/prefs_filtering.c
2381 * src/prefs_filtering_action.c
2382 * src/prefs_folder_column.c
2384 * src/prefs_matcher.c
2386 * src/prefs_summaries.c
2387 * src/prefs_summary_column.c
2388 * src/prefs_template.c
2389 * src/sourcewindow.c
2391 * src/summary_search.c
2394 * src/gtk/description_window.c
2395 * src/gtk/foldersort.c
2396 * src/gtk/gtkutils.c
2397 * src/gtk/gtkutils.h
2398 * src/gtk/icon_legend.c
2399 * src/gtk/logwindow.c
2400 * src/gtk/pluginwindow.c
2401 * src/gtk/prefswindow.c
2402 Give different wmclass to different
2403 windows - thanks to sed ;)
2405 2007-02-04 [colin] 2.7.2cvs19
2408 Revert previous patch, can't reproduce
2411 2007-02-03 [colin] 2.7.2cvs18
2414 Don't save the mainwindow size and
2415 position on emergency exit (libSM's
2416 "die" callback), Xfce seems to make
2417 the window smaller just before the
2420 2007-02-03 [colin] 2.7.2cvs17
2422 * src/plugins/bogofilter/bogofilter.c
2423 * src/plugins/bogofilter/bogofilter.h
2424 * src/plugins/bogofilter/bogofilter_gtk.c
2425 * src/plugins/pgpinline/pgpinline.c
2426 * src/plugins/pgpinline/pgpinline.h
2429 2007-02-03 [colin] 2.7.2cvs16
2431 * src/partial_download.c
2432 * src/partial_download.h
2439 * src/common/ssl_certificate.c
2440 * src/common/ssl_certificate.h
2441 * src/gtk/quicksearch.c
2442 * src/gtk/quicksearch.h
2443 * src/gtk/sslcertwindow.c
2444 * src/gtk/sslcertwindow.h
2445 Fix copyright on my files
2447 2007-02-02 [colin] 2.7.2cvs15
2457 Add Tools/List URIs to allow
2458 opening any URI in the current mail
2460 2007-02-02 [colin] 2.7.2cvs14
2462 * src/common/valgrind.h ** NEW FILE **
2463 * src/common/Makefile.am
2464 * src/common/plugin.c
2465 Don't dlclose the plugins if we're running
2466 under valgrind. (doesn't require valgrind
2467 either at compile time or run time).
2469 2007-02-01 [paul] 2.7.2cvs13
2473 * tools/freshmeat_search.pl
2474 * tools/google_search.pl
2475 * tools/multiwebsearch.pl
2476 add support for non ISO-8859-1 compatible locales
2477 Patch by Alex Gorbachenko <agent_007@immo.ru>
2479 2007-02-01 [colin] 2.7.2cvs12
2482 * src/prefs_summaries.c
2483 Move keybinding prefs to the Other page
2485 2007-02-01 [wwp] 2.7.2cvs11
2487 * src/plugins/trayicon/trayicon.c
2488 Fix a raising issue within KDE.
2490 2007-02-01 [colin] 2.7.2cvs10
2493 Fix stray quotes in encoded strings
2495 Fix wrong call causing g_warnings
2497 Remove useless message
2499 2007-01-31 [wwp] 2.7.2cvs9
2501 * src/plugins/trayicon/trayicon.c
2502 fix buggy hiding of main window when closing if close-to-tray
2503 is not set (bad logics in the trayicon hook code).
2504 Changed the quit confirmation message too.
2506 2007-01-30 [colin] 2.7.2cvs8
2509 Fix hidden mainwindow after clicking on
2510 the X close button, if compose windows
2511 exist and the user chooses not to quit
2513 2007-01-30 [colin] 2.7.2cvs7
2517 Handle local URIs to attach files (file:///...)
2518 Fixes attaching files from Thunar for example
2520 2007-01-30 [colin] 2.7.2cvs6
2522 * src/prefs_ext_prog.c
2523 Add 'mousepad' to the list of text editors.
2524 Mousepad is XFCE's text editor
2526 2007-01-29 [wwp] 2.7.2cvs5
2529 * src/plugins/trayicon/trayicon_prefs.c
2530 trayicon i18n fixes, thanks to Fabien.
2532 2007-01-28 [wwp] 2.7.2cvs4
2536 * src/plugins/trayicon/trayicon.c
2537 * src/plugins/trayicon/trayicon_prefs.c
2538 * src/plugins/trayicon/trayicon_prefs.h
2539 Added a new TrayIcon plugin option to close to tray
2540 (WM's hotkey and [X] button will hide the window instead
2541 of closing it - closing CM can be done using the tray icon
2542 menu or the File menu).
2543 Improved visibility handling in trayicon, clicking the
2544 trayicon now raise the window to current desktop when it
2545 was either minimized/shaded/on another desktop.
2546 Thanks to Paul for testing and fixing a strange behaviour
2549 2007-01-27 [paul] 2.7.2cvs3
2551 * src/prefs_folder_item.c
2552 * src/prefs_receive.c
2553 * src/plugins/pgpcore/prefs_gpg.c
2554 use 'start-up' instead of 'startup' in labels
2556 2007-01-26 [wwp] 2.7.2cvs2
2558 * src/plugins/trayicon/Makefile.am
2559 * src/plugins/trayicon/trayicon.c
2560 * src/plugins/trayicon/trayicon_prefs.c
2561 * src/plugins/trayicon/trayicon_prefs.h
2562 Add a new TrayIcon option to hide the main window at
2564 Fix trayicon.c copyright header.
2566 2007-01-26 [paul] 2.7.2cvs1
2572 bump up version number following
2575 2007-01-25 [mones] 2.7.1cvs60
2578 updated thousands of strings (well, probably less ;-)
2580 2007-01-25 [colin] 2.7.1cvs59
2583 Fix 2nd-run loss of matcherrc on new
2586 2007-01-25 [wwp] 2.7.1cvs58
2589 fix handling of empty value in attach_save_directory too, thanks
2592 2007-01-25 [wwp] 2.7.1cvs57
2595 fix handling of empty value in attach_load_directory,
2598 2007-01-25 [wwp] 2.7.1cvs56
2600 * src/plugins/dillo_viewer/dillo_prefs.h
2603 2007-01-25 [colin] 2.7.1cvs55
2607 * src/matcher_parser_parse.y
2608 * src/prefs_matcher.c
2609 Add matching on the spam flag
2611 2007-01-24 [colin] 2.7.1cvs54
2616 Make sure folderlist.xml is correctly
2617 written before overwriting it.
2621 * src/plugins/bogofilter/bogofilter.c
2622 * src/plugins/bogofilter/bogofilter.h
2623 * src/plugins/bogofilter/bogofilter_gtk.c
2624 * src/plugins/spamassassin/spamassassin.c
2625 * src/plugins/spamassassin/spamassassin.h
2626 * src/plugins/spamassassin/spamassassin_gtk.c
2627 Move spam to the correct trash folder after
2628 learning, if spam directory isn't set.
2630 2007-01-23 [paul] 2.7.1cvs53
2632 * src/plugins/bogofilter/bogofilter_gtk.c
2633 fix sensitivity of "Insert X-Bogosity header"
2636 2007-01-23 [colin] 2.7.1cvs52
2639 Translate toolbar items text if
2640 they're translatable (default)
2654 * src/etpan/etpan-thread-manager.c
2655 * src/etpan/etpan-thread-manager.h
2656 * src/gtk/gtkutils.c
2657 * src/gtk/gtkutils.h
2658 More static functions
2660 2007-01-22 [fabien] 2.7.1cvs51
2662 * src/gtk/gtkutils.c
2663 gtkut_get_options_frame() : ability to pass
2664 a 'NULL' value in frame pointer parameter if
2667 2007-01-22 [colin] 2.7.1cvs50
2671 * src/plugins/bogofilter/bogofilter.c
2672 * src/plugins/bogofilter/bogofilter_gtk.c
2673 * src/plugins/spamassassin/spamassassin.c
2674 * src/plugins/spamassassin/spamassassin_gtk.c
2675 Allow moving spams to the account's trash
2676 instead of default one
2678 2007-01-21 [colin] 2.7.1cvs49
2682 Revert a static function that shouldn't
2685 2007-01-21 [colin] 2.7.1cvs48
2691 2007-01-21 [colin] 2.7.1cvs47
2697 2007-01-21 [colin] 2.7.1cvs46
2699 * src/common/socket.c
2700 * src/common/socket.h
2703 2007-01-21 [colin] 2.7.1cvs45
2712 * src/folder_item_prefs.c
2713 * src/folder_item_prefs.h
2720 * src/common/socket.c
2721 * src/common/socket.h
2722 * src/gtk/gtkaspell.c
2723 * src/gtk/gtkaspell.h
2724 * src/gtk/quicksearch.c
2725 * src/gtk/quicksearch.h
2728 2007-01-21 [colin] 2.7.1cvs44
2730 * src/common/utils.c
2731 * src/common/utils.h
2732 * src/etpan/etpan-thread-manager.c
2733 * src/etpan/etpan-thread-manager.h
2734 Same (Funny that etpan_thread_unbind
2735 is called but not etpan_thread_bind)
2737 2007-01-21 [colin] 2.7.1cvs43
2745 * src/etpan/Makefile.am
2746 * src/gtk/colorlabel.c
2747 * src/gtk/colorlabel.h
2748 * src/gtk/sslcertwindow.c
2749 * src/gtk/sslcertwindow.h
2750 * src/etpan/etpan-log.c ** REMOVED **
2751 * src/etpan/etpan-log.h ** REMOVED **
2754 2007-01-20 [colin] 2.7.1cvs42
2760 2007-01-20 [colin] 2.7.1cvs41
2778 Make functions that aren't used in other
2781 2007-01-20 [colin] 2.7.1cvs40
2796 * src/editldap_basedn.c
2802 * src/image_viewer.c
2818 * src/prefs_account.c
2819 * src/prefs_common.c
2820 * src/prefs_compose_writing.c
2821 * src/prefs_ext_prog.c
2822 * src/prefs_folder_item.c
2824 * src/prefs_message.c
2825 * src/prefs_msg_colors.c
2828 * src/prefs_receive.c
2830 * src/prefs_spelling.c
2831 * src/prefs_summaries.c
2832 * src/prefs_toolbar.c
2833 * src/prefs_wrapping.c
2842 * src/common/hooks.c
2844 * src/common/passcrypt.c
2845 * src/common/socket.c
2847 * src/common/ssl_certificate.c
2848 * src/common/template.c
2849 * src/common/utils.c
2850 * src/etpan/imap-thread.c
2851 * src/gtk/sslcertwindow.c
2852 * src/gtk/sslcertwindow.h
2853 Make functions that could be static, static
2855 2007-01-20 [colin] 2.7.1cvs39
2860 2007-01-20 [colin] 2.7.1cvs38
2865 Fix bug 1102, 'claws-mail-2.7.1
2866 makes use of deprecated ldap
2869 2007-01-20 [colin] 2.7.1cvs37
2874 * src/gtk/quicksearch.c
2875 Add Wide message list layout
2877 2007-01-19 [fabien] 2.7.1cvs36
2880 make sure a font change is considered in links of
2883 2007-01-19 [colin] 2.7.1cvs35
2890 * src/prefs_common.c
2891 * src/prefs_common.h
2894 * src/gtk/quicksearch.c
2895 * src/gtk/quicksearch.h
2896 Drop 'Separate Folder tree' and 'Separate
2897 Message View'. Put three layouts in place
2900 2007-01-19 [paul] 2.7.1cvs34
2902 * src/prefs_msg_colors.c
2903 more use of Q_ for translators
2905 2007-01-19 [paul] 2.7.1cvs33
2908 * src/prefs_account.c
2909 a few changes to the English
2911 2007-01-19 [fabien] 2.7.1cvs32
2914 factorize translatable string
2916 2007-01-18 [colin] 2.7.1cvs31
2919 Don't error out on --sync option. Although
2920 we don't do anything with it, gtk+ handles
2921 it, and it's useful for debugging X errors
2923 2007-01-18 [fabien] 2.7.1cvs30
2926 ability to apply on the fly the recent added
2927 'gtk_can_change_accels' pref (no need to restart).
2929 2007-01-18 [fabien] 2.7.1cvs29
2931 * src/plugins/bogofilter/bogofilter_gtk.c
2932 * src/plugins/bogofilter/bogofilter.c
2933 * src/plugins/spamassassin/spamassassin_gtk.c
2935 * src/prefs_account.c
2936 factorize or rewrite some translatable strings.
2938 2007-01-18 [fabien] 2.7.1cvs28
2942 set a 4pix space between "Subject:" label and subject entry in
2945 2007-01-18 [wwp] 2.7.1cvs27
2948 fix conflicting address-copy/paste when focus is set
2949 to the embedded edit-person form.
2952 2007-01-18 [wwp] 2.7.1cvs26
2955 complete 2.7.1cvs23 (one more file was missing from that
2958 2007-01-18 [colin] 2.7.1cvs25
2961 Provide a way to migrate without backup
2962 Re-ask for migration on next start if
2963 it has been refused and wizard has been
2966 2007-01-18 [wwp] 2.7.1cvs24
2969 complete 2.7.1.cvs23 (file was missing from previous
2972 2007-01-18 [wwp] 2.7.1cvs23
2975 fix potential crashes in address book's focus_in/out signal handlers,
2976 force focus to the edit-person form when clicked the Edit menu entry or
2977 button (this only matters if the edit-person form is embedded to the
2978 AB window, in that case, focus is not set when browsing the contacts
2979 list w/ keys or mouse clicks).
2981 2007-01-18 [paul] 2.7.1cvs22
2984 add command line options:
2986 -q and --quit for --exit
2988 print "Unknown option" for unknown options
2990 2007-01-18 [paul] 2.7.1cvs21
2993 updated by Pavlo Bohmat
2995 2007-01-18 [paul] 2.7.1cvs20
2998 fix sensitivity issues of Mark as Spam/Ham
3000 2007-01-17 [fabien] 2.7.1cvs19
3003 * src/prefs_common.c
3004 * src/prefs_common.h
3006 Add a 'gtk_can_change_accels' pref in Preferences/Other which
3007 control the corresponding gtk property. It could be used to lock
3008 all shortcuts (avoid to set one of them by inadvertency).
3010 2007-01-17 [colin] 2.7.1cvs18
3013 Fix bug 1100, 'Highlighted e-mail data not visible
3014 when color label applied.'. Use a weighted average
3015 between normal selected foreground color and color
3016 label instead of a simple one (3/1 instead 1/1).
3018 2007-01-17 [colin] 2.7.1cvs17
3021 Better fix for bug 1088, 'Ctrl-h produces repeatable
3022 crash' - don't prevent mail switching while loading
3024 2007-01-17 [colin] 2.7.1cvs16
3033 Manage recursive search of unsubscribed folders
3034 Rescan tree without checking for new messages
3035 after subscriptions changed
3037 2007-01-17 [paul] 2.7.1cvs15
3039 * src/prefs_common.c
3040 * src/gtk/pluginwindow.c
3041 fix bug 1101, '"Load plugin" button is
3042 accidentally hidden'
3043 unset (-1) initial width in prefs_common,
3044 fix overlapping buttons,
3047 2007-01-17 [paul] 2.7.1cvs14
3050 add #include <errno.h>, it's needed
3053 2007-01-17 [paul] 2.7.1cvs13
3056 * tools/make.themes.project
3057 rename .sylpheed_themeinfo to .claws_themeinfo
3059 * src/etpan/etpan-errors.h
3060 * src/etpan/etpan-log.c
3061 * src/etpan/etpan-log.h
3062 * src/etpan/etpan-thread-manager-types.h
3063 * src/etpan/etpan-thread-manager.c
3064 * src/etpan/etpan-thread-manager.h
3065 * src/etpan/imap-thread.c
3066 * src/etpan/imap-thread.h
3067 add copyright header
3069 2007-01-17 [colin] 2.7.1cvs12
3071 * src/plugins/pgpcore/select-keys.c
3072 * src/gtk/pluginwindow.c
3073 * src/prefs_account.c
3076 2007-01-16 [colin] 2.7.1cvs11
3081 Manage subscribing to subfolders when only
3082 subscribed folders are shown.
3084 2007-01-16 [colin] 2.7.1cvs10
3087 Fix annoying vscrollbar going back to top
3088 on Check for new folders
3090 2007-01-16 [colin] 2.7.1cvs9
3095 2007-01-16 [colin] 2.7.1cvs8
3098 Bigger buffer for errors
3102 * src/prefs_account.c
3103 * src/prefs_account.h
3105 * src/etpan/imap-thread.c
3106 * src/etpan/imap-thread.h
3107 * manual/handling.xml
3108 Add subscriptions management. What it changes:
3109 Creating a folder subscribes to it
3110 Deleting a folder unsubscribes it
3111 New contextual menu item allowing to switch between
3112 All folders and Subscribed folders, subscribe, and
3113 unsubscribe. "Creating" an existing but unsubscribed
3114 folder will subscribe it.
3115 By default for new accounts, only subscribed folders
3119 2007-01-16 [paul] 2.7.1cvs7
3122 Allow folder classes to specify only sort_key or
3123 sort_type instead of both or none.
3125 2007-01-16 [paul] 2.7.1cvs6
3132 Save and use errno for procmime_get_part
3134 2007-01-16 [colin] 2.7.1cvs5
3137 Never remove INBOX when scanning for
3138 new folders. It's a special folder
3141 2007-01-15 [colin] 2.7.1cvs4
3144 Fix 'Check for new folders' when IMAP subdirectory
3146 * src/etpan/imap-thread.c
3149 2007-01-15 [colin] 2.7.1cvs3
3151 * src/etpan/imap-thread.c
3152 Fix invalid free on command-connection
3155 2007-01-15 [wwp] 2.7.1cvs2
3157 * src/matcher_parser_lex.l
3158 * src/quote_fmt_lex.l
3159 * src/matcher_parser_parse.y
3160 fix copyright header in lexers and parsers.
3162 2007-01-15 [paul] 2.7.1cvs1
3168 bump up version number following
3171 2007-01-15 [paul] 2.7.0cvs31
3175 add Fabien to the Team list
3176 add the recent contributors
3177 make a few corrections
3179 2007-01-15 [paul] 2.7.0cvs30
3182 fix compiler warning
3183 * src/plugins/pgpcore/prefs_gpg.c
3184 * src/plugins/pgpcore/prefs_gpg.h
3186 fix copyright header
3188 2007-01-14 [colin] 2.7.0cvs29
3191 Use the 'gtk+' backend. Avoids gnome-vfs use,
3192 two benefits: faster to open, will fix strange
3193 dbus-related crash. Thanks to Pascal Terjan.
3195 2007-01-14 [colin] 2.7.0cvs28
3197 * src/etpan/imap-thread.c
3198 Delete the old imap just after allocating
3199 the new one. Makes sure we don't get the
3200 same pointer by sheer luck, which feels
3201 strange in the debug log.
3203 2007-01-14 [colin] 2.7.0cvs27
3205 * src/gtk/inputdialog.c
3206 Make sure we don't print passwords in
3207 clear text when in debug mode
3209 2007-01-14 [colin] 2.7.0cvs26
3211 * src/gtk/gtksctree.c
3212 Fix bug 1098, 'bogus last row display
3213 after expanding a thread'. Patch by
3214 Jindrich Makovicka <makovick@gmail.com>
3216 2007-01-14 [colin] 2.7.0cvs25
3218 * src/etpan/imap-thread.c
3219 Close socket manually before
3220 freeing the imap struct
3222 2007-01-14 [colin] 2.7.0cvs24
3224 * src/etpan/imap-thread.c
3225 Maybe fix new reconnection issues
3227 2007-01-13 [colin] 2.7.0cvs23
3230 Freeze/thaw on thread selection
3232 2007-01-13 [paul] 2.7.0cvs22
3237 add 'Edit/Delete thread'
3239 2007-01-13 [colin] 2.7.0cvs21
3241 * src/prefs_account.c
3242 * src/prefs_compose_writing.c
3243 * src/prefs_message.c
3244 * src/prefs_msg_colors.c
3246 * src/prefs_receive.c
3247 * src/prefs_spelling.c
3248 * src/prefs_summaries.c
3249 * src/prefs_themes.c
3250 * src/gtk/gtkutils.c
3251 * src/gtk/gtkutils.h
3252 * src/plugins/pgpcore/prefs_gpg.c
3253 * src/plugins/spamassassin/spamassassin_gtk.c
3254 Factorize gtk frame creation
3257 2007-01-13 [colin] 2.7.0cvs20
3259 * src/message_search.c
3260 * src/summary_search.c
3261 Fix Enter in search windows
3263 Fix body search starting at the
3264 end of the mail (and asking for loop)
3266 2007-01-13 [colin] 2.7.0cvs19
3268 * src/etpan/imap-thread.c
3269 Make sure we don't free the same imap
3272 2007-01-13 [colin] 2.7.0cvs18
3275 Allow multiple commitHelpers to
3278 2007-01-12 [colin] 2.7.0cvs17
3280 * src/etpan/imap-thread.c
3281 Make sure we get rid of the previous mailimap
3282 when connecting - just in case disconnect was
3285 2007-01-12 [paul] 2.7.0cvs16
3288 Strip S/MIME signatures when re-editing
3289 S/MIME signed messages.
3291 2007-01-12 [paul] 2.7.0cvs15
3298 no need to define CLAWS anymore, remove
3301 2007-01-12 [paul] 2.7.0cvs14
3304 check if the mail's signed as
3305 it can change the mail structure
3308 2007-01-12 [paul] 2.7.0cvs13
3311 fix Forwarding msgs with attachments
3312 that have dos line endings
3315 2007-01-12 [wwp] 2.7.0cvs12
3318 Revert accidentally committed extra version tag.
3320 2007-01-12 [wwp] 2.7.0cvs11
3322 * src/prefs_account.c
3323 Fix compilation w/o aspell (completes 2.7.0cvs7).
3325 2007-01-11 [colin] 2.7.0cvs10
3328 move g_warning to debug_print
3329 it scares people for no reason
3331 2007-01-11 [colin] 2.7.0cvs9
3334 Fix files to translate. Patch by
3337 2007-01-11 [paul] 2.7.0cvs8
3340 Fix recursion when server lists the
3341 current subfolder in the response
3343 Fix updating of icon_list/ctree
3344 * src/plugins/pgpcore/select-keys.c
3345 Fix a few annoyances when choosing
3346 keys for the CMS (S/MIME) protocol
3348 2007-01-11 [wwp] 2.7.0cvs7
3351 * src/prefs_account.c
3352 * src/prefs_account.h
3353 Add per-account spellcheck default dictionaries settings.
3355 2007-01-10 [colin] 2.7.0cvs6
3357 * src/prefs_folder_item.c
3358 Factorize strings - patch by Fabien
3360 2007-01-10 [colin] 2.7.0cvs5
3363 Fix bug 1095, 'Crash while changing folder
3364 columns during incorporation'
3366 2007-01-09 [colin] 2.7.0cvs4
3368 * src/gtk/pluginwindow.c
3369 Set the plugin window transient. Seems
3370 like some window managers hide it in
3371 the background after "load plugin"...
3373 2007-01-09 [colin] 2.7.0cvs3
3376 Use the same type for alloc and free
3378 2007-01-08 [paul] 2.7.0cvs2
3381 updated by Tim Dijkstra
3383 2007-01-08 [paul] 2.7.0cvs1
3385 * src/prefs_themes.c
3386 * src/common/utils.c
3389 2007-01-08 [paul] 2.7.0
3396 2007-01-08 [paul] 2.6.1cvs119
3398 * doc/man/claws-mail.1
3401 2007-01-08 [paul] 2.6.1cvs118
3403 * doc/man/claws-mail.1
3405 * manual/advanced.xml
3406 improved English usage
3408 2007-01-08 [paul] 2.6.1cvs117
3419 updated by Miquel Oliete, Stephan Sachse, me,
3420 Tommi Pirinen, Andrea Spadaccini, Frederico
3421 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3422 Urosevic, and Ralgh Young
3424 2007-01-07 [mones] 2.6.1cvs116
3426 * manual/es/advanced.xml
3428 Synced manual (unhide mark_as_read_delay)
3429 and updated translation for release
3431 2007-01-07 [paul] 2.6.1cvs115
3433 * src/prefs_matcher.c
3434 make the hbox content fit better under
3437 2007-01-07 [colin] 2.6.1cvs114
3440 Fix bug 1088, 'Ctrl-h produces repeatable
3443 2007-01-06 [colin] 2.6.1cvs113
3445 * src/etpan/imap-thread.c
3446 Add casts to int to get certs. Fixes
3447 bug 1064, 'crash @ etpan_certificate_check()
3448 when opening an IMAP folder', with latest
3449 libetpan CVS or >= 0.49
3454 * src/prefs_folder_item.c
3455 Grey out the "synchronise" menu items if
3456 there's nothing to synchronise.
3457 * src/plugins/pgpcore/sgpgme.c
3458 Make an error clearer than "Unknown error"
3460 2007-01-06 [colin] 2.6.1cvs112
3463 Don't try to show a message if updating
3464 Maybe fixes bug 1088, 'ctrl-h produces
3467 2007-01-06 [colin] 2.6.1cvs111
3470 Disable Control-Space (handle it as Space).
3472 2007-01-05 [paul] 2.6.1cvs110
3475 Fix bug 934, 'sylpheed claws 2.1
3476 doesn't show Exchanges Public Folders'
3477 Thanks to Hoa and Colin
3479 Refuse to allocate more than 2 MB for a
3480 single field, it's a good indication of
3483 2007-01-05 [colin] 2.6.1cvs109
3486 Allow --select'ing emails by Message-ID too
3488 2007-01-05 [colin] 2.6.1cvs108
3490 * src/common/quoted-printable.c
3493 2007-01-05 [colin] 2.6.1cvs107
3495 * src/common/quoted-printable.c
3496 Fix previous commit about bug 1089
3499 2007-01-05 [colin] 2.6.1cvs106
3501 * src/common/quoted-printable.c
3502 Fix my previous commit on bug 1089
3505 2007-01-04 [colin] 2.6.1cvs105
3507 * src/common/quoted-printable.c
3508 Fix bug 1089, 'NUL characters in Subject
3509 line are misinterpreted'. Not a pain to
3516 2007-01-04 [wwp] 2.6.1cvs104
3518 * src/image_viewer.c
3519 Force operator precedence (fix a compiler warning).
3521 2007-01-04 [colin] 2.6.1cvs103
3523 * src/image_viewer.c
3524 Be cautious there too (same fix as the one
3525 in textview from cvs33)
3527 Don't use any MimeViewer plugin when showing
3530 2007-01-03 [wwp] 2.6.1cvs102
3534 fixed "cent" sign (use the existing ASCII one),
3535 decode more HTML entities,
3536 converted table ASCII entries to UTF-8,
3537 moved a switch() into a hashtable.
3539 2007-01-03 [paul] 2.6.1cvs101
3545 When possible, use move_msg instead of
3546 copy_msg + remove_msg to move sent mail
3549 2007-01-03 [paul] 2.6.1cvs100
3552 add more html entity recognition:
3553 pounds, euros, and cents
3555 2007-01-03 [colin] 2.6.1cvs99
3558 Don't display an error on NOSELECT
3559 folders when synchronising
3561 2007-01-03 [paul] 2.6.1cvs98
3563 * tools/maildir2claws-mail.pl
3564 only substitute 'sent-mail' if it's
3565 the full directory name
3567 2007-01-03 [paul] 2.6.1cvs97
3570 * ChangeLog.pre2.0.0
3572 archive a chunk of ChangeLog in
3575 * doc/src/ChangeLog.claws-pre0.8.0
3576 remove ChangeLog.claws-pre0.8.0, adding
3577 its contents to ChangeLog.gtk1
3579 2007-01-03 [paul] 2.6.1cvs96
3600 * src/addressbook_foldersel.c
3601 * src/addressbook_foldersel.h
3622 * src/customheader.c
3623 * src/customheader.h
3624 * src/displayheader.c
3625 * src/displayheader.h
3636 * src/editldap_basedn.c
3637 * src/editldap_basedn.h
3654 * src/folder_item_prefs.c
3655 * src/folder_item_prefs.h
3662 * src/grouplistdialog.c
3663 * src/grouplistdialog.h
3667 * src/image_viewer.c
3668 * src/image_viewer.h
3704 * src/message_search.c
3705 * src/message_search.h
3722 * src/partial_download.c
3723 * src/partial_download.h
3728 * src/prefs_account.c
3729 * src/prefs_account.h
3730 * src/prefs_actions.c
3731 * src/prefs_actions.h
3732 * src/prefs_common.c
3733 * src/prefs_common.h
3734 * src/prefs_compose_writing.c
3735 * src/prefs_compose_writing.h
3736 * src/prefs_customheader.c
3737 * src/prefs_customheader.h
3738 * src/prefs_display_header.c
3739 * src/prefs_display_header.h
3740 * src/prefs_filtering.c
3741 * src/prefs_filtering.h
3742 * src/prefs_filtering_action.c
3743 * src/prefs_filtering_action.h
3744 * src/prefs_folder_column.c
3745 * src/prefs_folder_column.h
3746 * src/prefs_folder_item.c
3747 * src/prefs_folder_item.h
3752 * src/prefs_image_viewer.c
3753 * src/prefs_image_viewer.h
3754 * src/prefs_matcher.c
3755 * src/prefs_matcher.h
3756 * src/prefs_message.c
3757 * src/prefs_msg_colors.c
3758 * src/prefs_msg_colors.h
3761 * src/prefs_receive.c
3763 * src/prefs_spelling.c
3764 * src/prefs_spelling.h
3765 * src/prefs_summaries.c
3766 * src/prefs_summaries.h
3767 * src/prefs_summary_column.c
3768 * src/prefs_summary_column.h
3769 * src/prefs_template.c
3770 * src/prefs_template.h
3771 * src/prefs_themes.c
3772 * src/prefs_themes.h
3773 * src/prefs_toolbar.c
3774 * src/prefs_toolbar.h
3775 * src/prefs_wrapping.c
3776 * src/prefs_wrapping.h
3786 * src/quote_fmt_parse.y
3789 * src/remotefolder.c
3790 * src/remotefolder.h
3791 * src/send_message.c
3792 * src/send_message.h
3795 * src/sourcewindow.c
3796 * src/sourcewindow.h
3801 * src/stock_pixmap.c
3802 * src/stock_pixmap.h
3803 * src/summary_search.c
3804 * src/summary_search.h
3819 * src/common/base64.c
3820 * src/common/base64.h
3822 * src/common/hooks.c