1 2007-06-11 [paul] 2.9.2cvs53
5 rename 'Protocol Log' to 'Network Log'
6 and some function renaming
8 2007-06-10 [wwp] 2.9.2cvs52
10 * src/gtk/pluginwindow.c
13 2007-06-10 [wwp] 2.9.2cvs51
15 * src/gtk/pluginwindow.c
16 Fix button bar in plugin window, was centered and not
17 behaving like other dialogs w/ such button bar.
19 2007-06-08 [wwp] 2.9.2cvs50
26 Provide a way out of automatic draft saving on IMAP, when
28 Prevent drafting while sending and quitting while sending.
33 2007-06-08 [wwp] 2.9.2cvs49
36 * src/gtk/prefswindow.c
37 * src/gtk/prefswindow.h
38 Activate the Basic page when opening account prefs.
40 2007-06-08 [wwp] 2.9.2cvs48
43 Don't crash if fork() fails, thanks to Colin.
45 2007-06-08 [wwp] 2.9.2cvs47
47 * src/gtk/prefswindow.c
48 Wrap some long lines, and reset horizontal scroller's adjusment
49 (this was already done, vertically), when changing tab (not page)
52 2007-06-08 [paul] 2.9.2cvs46
55 use gethostname() instead of uname()
56 based on a patch by Michael Hughes
57 <Sylpheed-Claws_user@thehugheslogcabin.net>
59 2007-06-07 [wwp] 2.9.2cvs45
62 Fix some useless warnings, thanks to Colin.
64 2007-06-06 [colin] 2.9.2cvs44
67 Fix strange allocations.
69 2007-06-06 [colin] 2.9.2cvs43
72 Patch by Michael Rasmussus to help
75 2007-06-05 [wwp] 2.9.2cvs42
78 * src/prefs_folder_item.c
82 Per-folder templates can now be applied recursively.
83 Always save per-folder templates (formats were erroneously
84 saved only if they were enabled).
85 Check for validity of quotation marks everywhere there
88 2007-06-05 [wwp] 2.9.2cvs41
91 Fix incoming messages from local accounts always getting filtered
92 (even if the account prefs say don't), thanks to Colin.
94 2007-06-05 [wwp] 2.9.2cvs40
98 Use per-folder/per-account quote chars when applying a
99 template or inserting text as well. Const'ify some
102 2007-06-04 [colin] 2.9.2cvs39
107 2007-06-04 [wwp] 2.9.2cvs38
110 Same as 2.9.2cvs36 but for forwarding.
112 2007-06-04 [colin] 2.9.2cvs37
115 Use original mail file for forward/redirect
116 Fixes some forwarded mails to be attached as
117 application/octet-stream (when they have binary
118 parts), and incidentally fixes bug 848
119 'Redirect breaks GnuPG'
121 2007-06-04 [wwp] 2.9.2cvs36
124 Fix quote mark mis-initialisation when replying/forwarding
125 (introduced w/ 2.9.2cvs20).
127 2007-06-04 [wwp] 2.9.2cvs35
129 * src/prefs_compose_writing.c
131 Fix a bug where Quotation characters (prefs/compose/writing)
132 was cleared (introduced w/ 2.9.2cvs26).
134 2007-06-04 [wwp] 2.9.2cvs34
136 * src/prefs_account.c
137 * src/prefs_account.h
138 Better fix for compiling w/o aspell (rollbacks
141 2007-06-04 [wwp] 2.9.2cvs33
144 * src/prefs_account.c
145 * src/prefs_account.h
147 It's now possible to disable mail filtering plugins
148 on a per-account basis.
150 2007-06-04 [wwp] 2.9.2cvs32
155 Support CRLF in headers part of messages.
156 Support few more date formats (RFC3339 subsets).
158 2007-06-04 [wwp] 2.9.2cvs31
160 * src/prefs_account.c
161 Fix compiling w/o aspell support.
163 2007-06-03 [wwp] 2.9.2cvs30
166 Don't decode leading ENV_ and ~ in P_PASSWORD
169 2007-06-03 [wwp] 2.9.2cvs29
172 Don't decode leading ENV_ and ~ in P_PASSWORD
175 2007-06-03 [wwp] 2.9.2cvs28
177 * src/prefs_account.c
178 * src/gtk/prefswindow.c
179 * src/gtk/prefswindow.h
180 Added a way to force preloading of all pages
182 Moved tabs to pages in account prefs.
184 2007-06-02 [colin] 2.9.2cvs27
187 Fix possible crash, fix ldap write bugs
189 Fix ldap write bugs - patch by Michael
193 Add a hook whenever alertpanel opens/closes
195 2007-05-31 [wwp] 2.9.2cvs26
197 * src/prefs_compose_writing.c
199 Re-organized writing options a bit:
200 - renamed the Quoting page to Templates
201 - moved all composing templates to that page
202 - moved non-templates options to the Writing one,
203 grouped reply-related options, reordered reply and
206 2007-05-31 [wwp] 2.9.2cvs25
211 2007-05-31 [colin] 2.9.2cvs24
214 Fix missing display name when modifying
215 LDAP. Patch by Michael Rasmussen
217 2007-05-31 [wwp] 2.9.2cvs23
219 * src/plugins/bogofilter/Makefile.am
220 * src/plugins/clamav/Makefile.am
221 * src/plugins/demo/Makefile.am
222 * src/plugins/dillo_viewer/Makefile.am
223 * src/plugins/spamassassin/Makefile.am
224 Fix building of those plugins in Mac OS X.
226 2007-05-30 [wwp] 2.9.2cvs22
228 * src/gtk/quicksearch.c
229 Fix missing initialization.
231 2007-05-30 [wwp] 2.9.2cvs21
234 Revert accidental commit (debug outputs).
236 2007-05-30 [wwp] 2.9.2cvs20
239 * src/folder_item_prefs.c
240 * src/folder_item_prefs.h
241 * src/prefs_account.c
242 * src/prefs_account.h
243 * src/prefs_folder_item.c
246 Implemented per-account and per-folder
247 compose/reply/forward formats.
249 2007-05-30 [wwp] 2.9.2cvs19
251 * src/prefs_compose_writing.c
256 Internal API changes (factorize quote format
259 2007-05-30 [colin] 2.9.2cvs18
262 Fix race where it's possible to re-click Send
263 between end of SMTP session and end of "move to
264 sent folder" when sending an email with send
267 2007-05-30 [colin] 2.9.2cvs17
270 Ask for backtrace on all threads. Patch by
273 Fix stale news statusbar when scanning fails.
276 Fix some LDAP write updates bugs. Patch
279 2007-05-29 [colin] 2.9.2cvs16
282 Fix loss of local flags when moving mails
283 on IMAP in high-bandwidth mode (UID FETCH)
285 2007-05-25 [paul] 2.9.2cvs15
287 * src/common/socket.c
288 fix sometimes crasher on cancelling
291 2007-05-25 [colin] 2.9.2cvs14
296 Be more helpful in the subscription
299 2007-05-23 [wwp] 2.9.2cvs13
302 * src/prefs_compose_writing.c
304 * src/prefs_template.c
305 * src/prefs_template.h
308 * src/quote_fmt_lex.l
309 * src/quote_fmt_parse.y
310 Introduced new syntax elements (symbols and commands)
311 in templates/quote_fmt. Compatibility w/ old
313 Updated and reworked the corresponding Information
315 Display the line number in dialogs that talk about
316 parser errors (in addition to the error message in
319 2007-05-23 [wwp] 2.9.2cvs12
321 * src/quote_fmt_parse.y
322 Fix 2.9.2cvs11, probably a paste accident ;).
324 2007-05-23 [wwp] 2.9.2cvs11
327 * src/prefs_template.c
329 * src/quote_fmt_parse.y
330 Fix 2.9.2cvs10, which broke --disable-aspell.
332 2007-05-22 [wwp] 2.9.2cvs10
335 * src/prefs_template.c
338 * src/quote_fmt_lex.l
339 * src/quote_fmt_parse.y
340 * src/gtk/gtkaspell.c
341 * src/gtk/gtkaspell.h
342 Added template/quote format syntactical elements
345 %T to show (shows empty if not set or not enabled),
346 ?T and !T to check if the default dictionary is
348 - current account's default dictionary
349 %aT to show (empty if not set or not enabled),
350 ?aT and !aT to check if it's enabled and set
351 - name completion for an address, from the address
353 %ABf, %ABt, %ABc respectively show the full name got
354 from the address book if From, To or Cc match a single
356 ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
357 matches any contact and if the full name is non-empty.
358 If From, To or Cc are lists of email addresses, only
359 the first address will be checked.
360 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
361 that could show a trailing ','.
362 Also, template/quote_fmt parser now shows the line number in case
365 2007-05-15 [colin] 2.9.2cvs9
369 Add a public function to know whether Claws
371 Store opened folder when exiting
374 Store last opened message in each FolderItem;
375 Reset last seen messages if Claws crashed, so
376 that one can't go in an infinite crash in case
377 a particular mail crashes Claws.
382 * src/prefs_summaries.c
383 Add "Select last opened message" when entering
385 Add "Select last opened folder" at startup.
387 2007-05-14 [colin] 2.9.2cvs8
390 Fix bashism, search for xml catalog
391 in /usr/local/share/xml/catalog too
394 2007-05-13 [wwp] 2.9.2cvs7
396 * src/gtk/logwindow.c
397 fix raising log windows when they are either minimized or
400 2007-05-11 [colin] 2.9.2cvs6
403 Use Hildon's file chooser on Maemo. Patch
404 by Jean-Luc Biord; fixes part 2 of bug 1201,
405 'File attachment "manipulation" bugs...'
407 2007-05-10 [wwp] 2.9.2cvs5
411 * src/gtk/quicksearch.c
412 Add a quicksearch option to automatically run
413 a search selected from the history (this option
414 is exclusive towards type-ahead).
416 2007-05-10 [colin] 2.9.2cvs4
419 Fix g_warnings, thanks to Brian
422 2007-05-09 [colin] 2.9.2cvs3
427 * src/prefs_summaries.c
431 * src/gtk/gtksourceprintjob.c
432 * src/gtk/sslcertwindow.c
433 Use the re-entrant variant of time functions
434 Probably fixes bug 1217, 'reentrancy problems
437 2007-05-09 [colin] 2.9.2cvs2
440 Fix crasher when reconnection fails
442 2007-05-08 [paul] 2.9.2cvs1
448 bump version number following
451 2007-05-08 [paul] 2.9.1cvs48
453 * src/plugins/demo/demo.c
454 * src/plugins/dillo_viewer/dillo_prefs.c
455 * src/plugins/dillo_viewer/dillo_prefs.h
456 * src/plugins/dillo_viewer/dillo_viewer.c
457 * src/plugins/pgpcore/pgp_viewer.c
458 * src/plugins/pgpcore/pgp_viewer.h
459 * src/plugins/pgpcore/plugin.c
460 * src/plugins/pgpcore/prefs_gpg.c
461 * src/plugins/pgpcore/prefs_gpg.h
462 * src/plugins/pgpcore/sgpgme.c
463 * src/plugins/pgpcore/sgpgme.h
464 * src/plugins/pgpinline/plugin.c
465 * src/plugins/pgpmime/pgpmime.c
466 * src/plugins/pgpmime/pgpmime.h
467 * src/plugins/pgpmime/plugin.c
468 * src/plugins/spamassassin/spamassassin.c
469 * src/plugins/spamassassin/spamassassin.h
470 * src/plugins/spamassassin/spamassassin_gtk.c
471 * src/plugins/trayicon/README
473 * tools/README.sylprint
474 * tools/outlook2claws-mail.pl
476 * tools/tb2claws-mail
477 * tools/tbird2claws.py
480 * tools/kdeservicemenu/README
481 cleanups and corrections
483 2007-05-06 [wwp] 2.9.1cvs47
486 Fix missing dash to `display` command-line, reported
487 by Georg Himmrich <georg at mails d0t diesind d0t net>.
489 2007-05-06 [colin] 2.9.1cvs46
494 * src/pixmaps/printer.xpm
497 2007-05-06 [paul] 2.9.1cvs45
502 * src/summary_search.c
506 2007-05-05 [wwp] 2.9.1cvs44
510 * src/prefs_actions.c
514 Fix "faild" typos everywhere and capitalization of
517 2007-05-04 [colin] 2.9.1cvs43
522 * src/plugins/pgpcore/prefs_gpg.c
523 * src/plugins/pgpcore/prefs_gpg.h
524 * src/plugins/pgpinline/pgpinline.c
525 * src/plugins/pgpmime/pgpmime.c
526 Add an API to warn about encryption limits,
527 and allow to disable these warnings
529 2007-05-03 [colin] 2.9.1cvs42
533 Fix bug 1213, 'Delete more than
536 2007-05-03 [wwp] 2.9.1cvs41
539 * src/prefs_filtering.c
540 * src/prefs_template.c
541 * src/common/template.c
542 * src/common/template.h
545 Templates are no longer automatically sorted
546 by name, but can be sorted manually using
547 |< < > >| buttons as well as drag'n'drop.
549 2007-05-03 [wwp] 2.9.1cvs40
551 * src/plugins/spamassassin/spamassassin.c
552 * src/plugins/spamassassin/spamassassin.h
553 * src/plugins/spamassassin/spamassassin_gtk.c
554 * src/plugins/bogofilter/bogofilter.c
555 * src/plugins/bogofilter/bogofilter.h
556 * src/plugins/bogofilter/bogofilter_gtk.c
557 Added an option to conditionally mark saved spam
558 as read (default is and was to do so).
559 Satisfies feature request 1708539 on sf.net tracker.
561 2007-05-03 [colin] 2.9.1cvs39
564 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
566 2007-05-02 [colin] 2.9.1cvs38
569 Fix bug 1209, 'Clicking on address
570 in header (mailto uri) selects
571 default account'. Patch adapted from
574 2007-05-02 [colin] 2.9.1cvs37
576 * src/grouplistdialog.c
577 Set cursor to wait cursor while loading
580 2007-05-02 [paul] 2.9.1cvs36
584 rename cache and mark files
587 2007-04-30 [paul] 2.9.1cvs35
589 * manual/glossary.xml
591 updates. Patch by Ricardo
593 2007-04-29 [wwp] 2.9.1cvs34
597 Fix few grammatical errors (patch by David Relson < relson at
598 osagesoftware dot com >).
600 2007-04-28 [colin] 2.9.1cvs33
604 * src/prefs_account.c
605 * src/prefs_account.h
606 Drop the "Download all" preference. It's
607 stupidly useless and confuses people from
610 2007-04-27 [wwp] 2.9.1cvs32
613 * src/prefs_account.c
614 * src/prefs_account.h
615 Don't reflect accounts changes to the mainwindow when it's
618 2007-04-27 [colin] 2.9.1cvs31
621 Freeze/thaw when sync'ing flags
623 * src/prefs_account.c
624 * src/prefs_account.h
625 * src/etpan/imap-thread.c
626 * src/etpan/imap-thread.h
627 Add a way to use UID FETCH instead
628 of searches to fetch message lists
629 and flags. More expensive towards
630 bandwidth, less expensive towards
631 server's CPU. Probably fixes
632 bug 1158, 'Scanning new folders on
633 Exchange 2007 extremely slow'.
636 2007-04-27 [paul] 2.9.1cvs30
639 * src/prefs_logging.c
640 improvements to english usage
642 2007-04-27 [colin] 2.9.1cvs29
645 Fix build without libetpan (my bad!)
647 2007-04-26 [colin] 2.9.1cvs28
651 Fix uselessly exported function
653 Consider "- -- \n" as signature separator
654 (that's what signature separators look like
655 in PGP/Inline signed mails)
657 2007-04-26 [colin] 2.9.1cvs27
660 libetpan-0.49 is now required
662 Fix double fetching of mails if
665 Make offline sync faster, by
666 remembering last change time, and
669 2007-04-26 [hoa] 2.9.1cvs26
675 * src/etpan/imap-thread.c
676 * src/etpan/imap-thread.h
677 cancellation of IMAP operations is now allowed.
678 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
680 2007-04-26 [colin] 2.9.1cvs25
683 Always fetch body+headers in folders that are
684 synched for offline use, if "Synchronise as
685 soon as possible" is set.
686 Fixes bug 1200, 'Add option to always retrieve full
689 2007-04-25 [colin] 2.9.1cvs24
692 Fix bug 1198, 'Reply-all "disappearing" address bug
695 2007-04-24 [colin] 2.9.1cvs23
698 Fix bug 1195, 'Hardware key navigation'
699 Make GDK_Enter toggle expansion (Maemo)
701 2007-04-24 [wwp] 2.9.1cvs22
704 Fix few compiler warnings.
706 2007-04-24 [paul] 2.9.1cvs21
713 2007-04-24 [paul] 2.9.1cvs20
716 * src/pixmaps/active.xpm
717 * src/pixmaps/checkbox_off.xpm
718 * src/pixmaps/checkbox_on.xpm
719 * src/pixmaps/inactive.xpm
721 remove transparent border from checkbox icons
723 2007-04-24 [wwp] 2.9.1cvs19
727 Fix a crash in textview, thanks to Colin.
729 2007-04-23 [wwp] 2.9.1cvs18
732 Fix 2.9.1cvs5: no header was being translated at all.
734 2007-04-23 [colin] 2.9.1cvs17
741 * src/gtk/gtksctree.c
742 * src/gtk/gtksctree.h
743 * src/pixmaps/selection.xpm
744 Fix bug 1193, 'Need a way to multi-select
745 items'. Add a toggle button to the summaryview
746 to switch between normal and multiple selection
749 2007-04-23 [colin] 2.9.1cvs16
756 * src/gtk/gtksctree.c
757 * src/gtk/gtksctree.h
758 * src/pixmaps/selection.xpm
759 Fix bug 1193, 'Need a way to multi-
761 Add a toggle button in the summaryview
762 to enable normal or multiple selection.
765 2007-04-23 [colin] 2.9.1cvs15
768 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
770 2007-04-21 [colin] 2.9.1cvs14
772 * src/gtk/quicksearch.c
773 Fix previous commit (actually use correct
776 2007-04-21 [colin] 2.9.1cvs13
778 * src/gtk/quicksearch.c
779 Fix changing quicksearch type (after Esc,
780 after changing Recursive, ...)
782 2007-04-20 [wwp] 2.9.1cvs12
784 * src/gtk/Makefile.am
785 Added headers.h (completes 2.9.1cvs5).
787 2007-04-20 [wwp] 2.9.1cvs11
790 Fix the use of display name in name column,
791 it has been overriden w/ the use of nickname
792 by 2.9.0cvs3. Now nickname is used (if any)
793 in case of LDAP books only.
795 2007-04-20 [colin] 2.9.1cvs10
800 Add handling of 'a' to loop in a mail's
803 2007-04-20 [colin] 2.9.1cvs9
806 Fix bug 1190, 'dir_open' button doesn't work'
809 2007-04-20 [colin] 2.9.1cvs8
813 Fix bug 1194, 'Hardware keys move from email
814 list to account/directory list, but not back
815 to email list...' (Maemo)
817 2007-04-20 [colin] 2.9.1cvs7
820 complete previous commit
822 2007-04-20 [colin] 2.9.1cvs6
825 Fix bug 1187, 'Reply-to addressee disappears
826 when reply-to text box is clicked...' (Maemo)
828 2007-04-20 [wwp] 2.9.1cvs5
838 * src/prefs_display_header.c
839 * src/prefs_matcher.c
842 * src/gtk/quicksearch.c
843 Translate more header names according to the relevant option value,
844 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
845 Replaced nearly all uses of prefs_common.trans_hdr with a call
846 to prefs_common_translated_header_name().
847 Added a headers.h reference file that contains known header names
848 (RFC2822 and others) to the translation process' input, so that
849 translated header names will still exist even if no occurrence of
850 _("headername") is found anymore in the sources.
851 Don't translate column name 'Number' following to trans_hdr option
852 value as it's not a header name.
854 2007-04-20 [colin] 2.9.1cvs4
856 * src/gtk/quicksearch.c
857 * src/gtk/quicksearch.h
858 Add "From, To or Subject" quicksearch
859 type. Patch by ulfschaper@users.sf.net
861 2007-04-20 [colin] 2.9.1cvs3
864 Implement proper references filtering condition.
865 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
867 2007-04-19 [wwp] 2.9.1cvs2
869 * src/prefs_display_header.c
870 * src/message_search.c
871 Fix few warnings (g_free of const gchar*).
873 2007-04-19 [paul] 2.9.1cvs1
879 bump version number following
882 2007-04-19 [paul] 2.9.0cvs9
884 * manual/advanced.xml
885 * manual/glossary.xml
888 2007-04-18 [paul] 2.9.0cvs8
891 fix for CVE-2007-1558 (APOP)
894 2007-04-18 [paul] 2.9.0cvs7
900 Fix encoding woes wrt saving of
904 2007-04-18 [colin] 2.9.0cvs6
906 * src/gtk/pluginwindow.c
907 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
909 2007-04-17 [wwp] 2.9.0cvs5
915 Fix --disable-ldap build,
916 fix some LDAP annoyances on
917 searches, thanks to Colin.
919 2007-04-17 [wwp] 2.9.0cvs4
922 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
923 like gcc 2.9x. Thanks to Colin.
925 2007-04-17 [wwp] 2.9.0cvs3
941 Add LDAP write support. Patch mostly by
942 Michael <mir at datanom dot net>
944 2007-04-17 [wwp] 2.9.0cvs2
947 Prepend "Add to address book" to the context menu of compose window's sender and
950 2007-04-16 [paul] 2.9.0cvs1
955 2007-04-16 [paul] 2.9.0
962 2007-04-16 [paul] 2.8.1cvs102
965 updated by Fabien Vantard
967 2007-04-16 [paul] 2.8.1cvs101
977 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
978 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
979 Aleksandar Urosevic, and Ralgh Young
981 2007-04-15 [mones] 2.8.1cvs100
986 2007-04-14 [colin] 2.8.1cvs99
988 * src/message_search.c
989 * src/prefs_display_header.c
990 * src/summary_search.c
994 2007-04-14 [wwp] 2.8.1cvs98
997 * src/message_search.c
998 * src/summary_search.c
999 * src/prefs_display_header.c
1000 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
1001 returns NULL, get the text value directly from the GtkEntry child.
1003 2007-04-13 [colin] 2.8.1cvs97
1005 * src/gtk/quicksearch.c
1006 Give the focus back to summaryview when
1007 emptying the quicksearch with Esc
1009 2007-04-13 [colin] 2.8.1cvs96
1011 * src/message_search.c
1012 * src/prefs_display_header.c
1013 * src/summary_search.c
1014 Fix possibles crashes when getting text
1017 2007-04-13 [colin] 2.8.1cvs95
1020 Add some UIDL debugging
1022 2007-04-12 [colin] 2.8.1cvs94
1025 Force folder scan if necessary after
1026 copying mails, to be able to reapply
1029 2007-04-11 [colin] 2.8.1cvs93
1032 don't scan for new mail on startup if --select
1033 is specified (or race conditions arise). If so,
1034 do both sequentially.
1036 2007-04-09 [colin] 2.8.1cvs92
1039 Use leafpad by default on Maemo. Patch
1042 2007-04-06 [colin] 2.8.1cvs91
1044 * src/pixmaps/queue_close.xpm
1045 * src/pixmaps/queue_close_hrm.xpm
1046 * src/pixmaps/queue_close_hrm_mark.xpm
1047 * src/pixmaps/queue_close_mark.xpm
1048 * src/pixmaps/queue_open.xpm
1049 * src/pixmaps/queue_open_hrm.xpm
1050 * src/pixmaps/queue_open_hrm_mark.xpm
1051 * src/pixmaps/queue_open_mark.xpm
1052 Move the clock one pixel down :)
1054 2007-04-05 [colin] 2.8.1cvs90
1057 Don't sync when switching offline from
1058 command line - it's usually too late :)
1060 2007-04-05 [paul] 2.8.1cvs89
1063 * src/stock_pixmap.c
1064 * src/pixmaps/dir_close_hrm.xpm
1065 * src/pixmaps/dir_close_hrm_mark.xpm
1066 * src/pixmaps/drafts_close.xpm
1067 * src/pixmaps/drafts_close_mark.xpm
1068 * src/pixmaps/drafts_open.xpm
1069 * src/pixmaps/drafts_open_mark.xpm
1070 * src/pixmaps/inbox.xpm
1071 * src/pixmaps/inbox_close.xpm
1072 * src/pixmaps/inbox_close_hrm.xpm
1073 * src/pixmaps/inbox_close_hrm_mark.xpm
1074 * src/pixmaps/inbox_close_mark.xpm
1075 * src/pixmaps/inbox_hrm.xpm
1076 * src/pixmaps/inbox_hrm_mark.xpm
1077 * src/pixmaps/inbox_mark.xpm
1078 * src/pixmaps/inbox_open.xpm
1079 * src/pixmaps/inbox_open_hrm.xpm
1080 * src/pixmaps/inbox_open_hrm_mark.xpm
1081 * src/pixmaps/inbox_open_mark.xpm
1082 * src/pixmaps/outbox.xpm
1083 * src/pixmaps/outbox_close.xpm
1084 * src/pixmaps/outbox_close_hrm.xpm
1085 * src/pixmaps/outbox_close_hrm_mark.xpm
1086 * src/pixmaps/outbox_close_mark.xpm
1087 * src/pixmaps/outbox_hrm.xpm
1088 * src/pixmaps/outbox_hrm_mark.xpm
1089 * src/pixmaps/outbox_mark.xpm
1090 * src/pixmaps/outbox_open.xpm
1091 * src/pixmaps/outbox_open_hrm.xpm
1092 * src/pixmaps/outbox_open_hrm_mark.xpm
1093 * src/pixmaps/outbox_open_mark.xpm
1094 * src/pixmaps/queue_close.xpm
1095 * src/pixmaps/queue_close_hrm.xpm
1096 * src/pixmaps/queue_close_hrm_mark.xpm
1097 * src/pixmaps/queue_close_mark.xpm
1098 * src/pixmaps/queue_open.xpm
1099 * src/pixmaps/queue_open_hrm.xpm
1100 * src/pixmaps/queue_open_hrm_mark.xpm
1101 * src/pixmaps/queue_open_mark.xpm
1102 updated, added and replaced icons
1105 2007-04-04 [colin] 2.8.1cvs88
1108 Fix build without libetpan
1110 2007-04-03 [colin] 2.8.1cvs87
1113 Fix crash with Citadel, and try to make
1114 things work. this server (and specifically
1115 STATUS and APPEND at least) seems broken.
1117 2007-04-03 [colin] 2.8.1cvs86
1120 Fix icons on folder close
1122 2007-04-03 [colin] 2.8.1cvs85
1125 Fix double-ask of offline override in
1130 Much more efficient way to synchronise
1132 * src/etpan/imap-thread.c
1135 * src/gtk/quicksearch.c
1138 2007-04-03 [paul] 2.8.1cvs84
1143 * src/prefs_common.c
1144 * src/prefs_common.h
1146 Fix sync being done too late
1149 2007-04-02 [colin] 2.8.1cvs83
1152 Maemo: Put status and quicksearch at the top
1153 * src/plugins/bogofilter/bogofilter.c
1154 * src/plugins/spamassassin/spamassassin.c
1155 Derive trash from inbox if possible
1157 2007-04-02 [paul] 2.8.1cvs82
1159 * src/plugins/bogofilter/bogofilter_gtk.c
1160 a few English changes
1166 2007-04-02 [colin] 2.8.1cvs81
1168 * src/image_viewer.c
1169 Fix transparent images by using
1172 Flush events (on new windows) to avoid
1173 having the textview's image resize fail
1174 to know the available width
1176 2007-04-01 [colin] 2.8.1cvs80
1178 * src/prefs_account.c
1179 If no MH mailbox exist, when creating a POP/Local
1180 account, just create and use the default one
1181 instead of bailing with a "Mailbox doesn't exist"
1184 2007-03-31 [colin] 2.8.1cvs79
1186 * src/prefs_account.c
1187 Create signature file if it doesn't exist
1189 * src/prefs_toolbar.c
1190 Maemo: Move "Use default" on the left so
1191 that people can find it
1193 Maemo: make default editor "Maemopad",
1194 default signature file "MyDocs/signature.txt"
1196 2007-03-31 [colin] 2.8.1cvs78
1198 * src/prefs_account.c
1199 Maemo: rework account prefs so
1200 that less horizontal scrolling
1203 2007-03-31 [colin] 2.8.1cvs77
1206 * src/prefs_common.c
1207 * src/prefs_common.h
1208 Fix bug 1167, 'Allow not displaying zeros
1209 in folder list'. Patch by MartinP
1211 2007-03-31 [colin] 2.8.1cvs76
1216 2007-03-31 [colin] 2.8.1cvs75
1219 Apply patch from bug 1172, direct
1220 access to the folder's session instead
1221 of using getter. Patch by MartinP
1223 2007-03-31 [paul] 2.8.1cvs74
1226 no need to list Fabien twice!
1228 2007-03-31 [colin] 2.8.1cvs73
1231 If we're currently "overriding for %d minutes",
1234 2007-03-31 [colin] 2.8.1cvs72
1242 * src/plugins/spamassassin/spamassassin.c
1243 Offline override: Add a parameter to allow
1244 asking even if the override timer is running.
1245 Allows to ask every time the user makes an
1246 explicit action needing online access (such
1247 as Get Mail), and not when the action is
1248 implicit (such as opening an IMAP folder)
1250 2007-03-31 [colin] 2.8.1cvs71
1253 Override offline: "No" answer shouldn't
1254 re-ask after 3 seconds, but 10 minutes.
1256 2007-03-30 [colin] 2.8.1cvs70
1258 * src/common/socket.c
1259 Better error reporting on unix socket
1260 failure (bind usually)
1261 * src/gtk/gtkutils.c
1262 * src/gtk/gtkutils.h
1263 Label window: add a pulsing progress
1264 bar to show we're not hung :)
1267 * src/plugins/pgpcore/sgpgme.c
1270 2007-03-30 [colin] 2.8.1cvs69
1273 * src/prefs_common.c
1274 Fix possible trashing of history and uidl
1275 files on disk full problems
1277 2007-03-30 [paul] 2.8.1cvs68
1282 update summary when changing layout type
1283 (fixes wrong folder icon being displayed)
1286 2007-03-29 [colin] 2.8.1cvs67
1288 * src/prefs_ext_prog.c
1289 The browser pref is irrelevant on Maemo
1291 2007-03-29 [colin] 2.8.1cvs66
1295 Maemo: dynamically switch headers/text position
1296 * src/prefs_common.c
1297 Maemo: hide compose's ruler by default
1298 * src/common/socket.c
1299 * src/common/socket.h
1302 2007-03-29 [colin] 2.8.1cvs65
1304 * src/common/socket.c
1305 * src/common/socket.h
1306 Fix build when MAEMO_CFLAGS contains
1307 _X_OPENSOURCE (resolv.h errors as long
1308 as we don't add _BSD_SOURCE. Ugly).
1310 2007-03-29 [wwp] 2.8.1cvs64
1312 * src/prefs_logging.c
1313 Fix sensitivity of clip-log widgets in prefs/logging,
1316 2007-03-29 [wwp] 2.8.1cvs63
1319 Updated files list for translations, thanks to Fabien.
1321 2007-03-29 [colin] 2.8.1cvs62
1324 * src/common/Makefile.am
1325 * src/common/utils.c
1326 Maybe make URI opening work in Maemo
1329 2007-03-28 [colin] 2.8.1cvs61
1334 Add the possibility to sort folders arbitrarily
1335 (via editing of folderlist.xml only). Patch by
1336 Martin P <mp26+claws@os.inf.tu-dresden.de>
1337 Fixes bug 1166, 'Folder ordering is fixed and cannot
1338 be changed by the user'
1340 2007-03-28 [colin] 2.8.1cvs60
1343 Add popup menu for mime icons
1345 2007-03-28 [colin] 2.8.1cvs59
1348 Fix a layout issue when presenting
1349 mainwindow in Small screen layout
1352 Add a "Go to folder list" button for
1353 mainwindow, and make it default in
1356 2007-03-28 [colin] 2.8.1cvs58
1359 Don't dynamically update title on Maemo
1360 Patch by Jean-Luc Biord
1362 2007-03-27 [colin] 2.8.1cvs57
1367 Enable tap-and-hold on Maemo
1369 2007-03-26 [colin] 2.8.1cvs56
1372 More popup-menu (in attachments list)
1374 2007-03-26 [colin] 2.8.1cvs55
1377 Enable popup-menu signal
1379 2007-03-26 [colin] 2.8.1cvs54
1381 * src/plugins/pgpinline/pgpinline.c
1382 Fix bug 1111, 'PGP/inline plugin hides text
1383 around encrypted text block'. Patch based on
1384 a patch from Michal Cihar.
1386 2007-03-26 [wwp] 2.8.1cvs53
1389 Fix getting a false error when sending queued message
1390 whereas the sending was fine (if there are subfolders
1391 in the queue folder), thanks to Colin.
1393 2007-03-26 [paul] 2.8.1cvs52
1396 update FACE header in welcome message
1398 2007-03-25 [colin] 2.8.1cvs51
1403 2007-03-25 [colin] 2.8.1cvs50
1406 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
1408 2007-03-24 [colin] 2.8.1cvs49
1411 Fix a few launch problems on Maemo
1412 Patch by Jean-Luc Biord
1414 2007-03-24 [wwp] 2.8.1cvs48
1420 Fix wrong action performed when closing the
1421 "ask about account specific filtering rules
1422 when filtering manually" dialog by pressing Escape.
1423 Fix wrong order of buttons in the "return receipt
1424 notification - the message was sent to several of
1425 your accounts" dialog.
1427 2007-03-24 [paul] 2.8.1cvs47
1430 an improvement to English usage
1431 * tools/kdeservicemenu/README
1434 2007-03-24 [paul] 2.8.1cvs46
1437 * src/stock_pixmap.c
1438 * src/pixmaps/edit_extern.xpm
1439 * src/pixmaps/mail_sign.xpm
1440 rescue long lost icons
1442 2007-03-24 [paul] 2.8.1cvs45
1445 fix toolbar (broken in 2.8.1cvs42)
1447 2007-03-23 [colin] 2.8.1cvs44
1450 Correctly unsubscribe/resubscribe after
1453 2007-03-23 [colin] 2.8.1cvs43
1455 * src/prefs_common.c
1456 Maemo: as the platform is light on RAM, allow
1457 caches to be discarded faster.
1459 2007-03-23 [colin] 2.8.1cvs42
1464 * src/stock_pixmap.c
1465 * src/stock_pixmap.h
1470 * src/pixmaps/open_mail.xpm
1471 Maemo changes: Add the possibility to have
1472 "Open Email" and "Close Window" buttons on
1473 toolbars (and use them in Maemo's default
1476 2007-03-23 [wwp] 2.8.1cvs41
1479 Reverted that part of the action dialog closure logics, to
1480 pre-2.8.1cvs19. Managing action dialog w/ no output may be
1481 done later in a different way (or may not).
1483 2007-03-22 [wwp] 2.8.1cvs40
1486 Fix sticky action dialog when got no output but action command
1487 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
1489 2007-03-22 [colin] 2.8.1cvs39
1491 * src/prefs_filtering.c
1492 * src/gtk/combobox.h
1493 Fix escaping account names in filtering prefs
1495 2007-03-22 [colin] 2.8.1cvs38
1500 Add any attribute specified in LDAP servers'
1501 Search attributes to the Other Attributes tab
1502 of contacts; Add 'telephoneNumber' in the
1505 2007-03-22 [colin] 2.8.1cvs37
1510 Try to prevent race conditions when
1511 changing the folder list
1513 Fix possible red folder icon when
1514 switching from Small screen layout
1517 2007-03-22 [colin] 2.8.1cvs36
1522 Rename "little screen" to "Small screen"
1523 * src/gtk/Makefile.am
1524 * src/common/utils.c
1526 Fix Maemo-related compilation problems
1528 2007-03-21 [colin] 2.8.1cvs35
1532 * claws-mail.desktop
1533 Remove .png from the Icon, it's useless
1535 2007-03-21 [colin] 2.8.1cvs34
1539 Add the necessary lib checking for
1542 2007-03-21 [colin] 2.8.1cvs33
1545 Fix unconditional "error happened" when
1546 sending via command-line. "lol @ myself"
1548 2007-03-21 [colin] 2.8.1cvs32
1550 * claws-mail-40x40.png
1551 * claws-mail-26x26.png
1561 * src/prefs_account.c
1562 * src/prefs_common.c
1563 * src/summary_search.c
1567 * src/gtk/gtkutils.c
1568 * src/gtk/gtkutils.h
1569 * src/gtk/logwindow.c
1571 * src/gtk/prefswindow.c
1572 Add Maemo port (patch mainly by Jean-Luc Biort)
1573 Add a new 'Little screen' layout to help on such
1574 platforms (patch by me)
1575 Make some default preferences different (more
1576 adapted) on Maemo (patch by me)
1578 2007-03-21 [wwp] 2.8.1cvs31
1580 * src/prefs_logging.c
1581 * src/prefs_logging.h
1582 Fixed copyright header of newly added files.
1584 2007-03-21 [wwp] 2.8.1cvs30
1600 * src/prefs_common.c
1601 * src/prefs_common.h
1602 * src/prefs_logging.c
1603 * src/prefs_logging.h
1606 * src/send_message.c
1611 * src/common/session.c
1613 * src/common/socket.c
1614 * src/etpan/imap-thread.c
1615 * src/gtk/logwindow.c
1616 * src/gtk/logwindow.h
1617 * src/plugins/bogofilter/bogofilter.c
1618 * src/plugins/spamassassin/spamassassin.c
1619 Added debugging of filtering/processing rules.
1620 The debug log is here 'Tools/Filtering debug window',
1621 the options there 'Configuration/Preferences/Other/Logging',
1622 and the log file is ~/.claws-mail/filtering.log.
1623 Moved protocol log prefs to 'Other/Logging' as well.
1624 To support such debugging feature, the existing log API has
1625 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
1626 this impacts many external modules (commits follow).
1628 2007-03-21 [paul] 2.8.1cvs29
1630 * src/etpan/Makefile.am
1631 * src/etpan/imap-thread.c
1632 add missing #include
1634 2007-03-21 [colin] 2.8.1cvs28
1637 Fix bug 1157, 'some broken messages confuse
1638 mime parser'. Make sure we can't have MimeInfos
1639 with negative sizes.
1641 2007-03-20 [colin] 2.8.1cvs27
1644 Fix missing \0 on buffer
1646 2007-03-20 [colin] 2.8.1cvs26
1649 Use make_dir_hier instead of make_dir
1650 to create the MH mailbox
1652 2007-03-20 [colin] 2.8.1cvs25
1656 * src/prefs_account.c
1658 Fix default inbox weirdnesses (after wizard,
1659 if path is Mail, mailbox identifier is #mh/Mailbox,
1660 and when creating new accounts)
1662 2007-03-20 [colin] 2.8.1cvs24
1665 Write folderlist after adding/deleting accounts
1668 2007-03-20 [colin] 2.8.1cvs23
1671 * src/remotefolder.h
1672 Fix bug 1153, 'CM segfaults if IMAP folder is
1673 selected while scanning prior to update'
1675 2007-03-17 [paul] 2.8.1cvs22
1678 fix a typo, and be a little more verbose.
1680 2007-03-17 [wwp] 2.8.1cvs21
1683 Fix a compiler warning.
1685 2007-03-16 [wwp] 2.8.1cvs20
1689 Updated to deal w/ the new mairix.sh tool.
1691 2007-03-16 [wwp] 2.8.1cvs19
1694 Fix logics issues around the action IO dialog:
1695 - disable entry widget and exec button when
1696 the exec button is clicked (don't wait for any
1697 output line) - fix possible disabling/re-enabling/
1698 re-disabling of those widgets
1699 - raise an error if executing a %as{} action either
1700 empty or invalid, instead of failing silently
1701 - don't close the dialog if the abort button has been
1702 clicked and if there was no output yet
1703 - set focus to the abort button when the exec button
1705 - fix capitalization of a warning message
1707 2007-03-16 [wwp] 2.8.1cvs18
1710 Added a wrapper to mairix to the tools folder.
1712 2007-03-16 [colin] 2.8.1cvs17
1716 Allow mimeviewer plugins to print
1719 2007-03-16 [colin] 2.8.1cvs16
1724 2007-03-15 [colin] 2.8.1cvs15
1728 Add a way for mimeviewer plugins to
1729 implement body search
1731 2007-03-15 [paul] 2.8.1cvs14
1733 * src/prefs_spelling.c
1736 2007-03-15 [paul] 2.8.1cvs13
1738 * src/common/quoted-printable.c
1739 fix decoding of quoted-printable parts
1741 2007-03-14 [wwp] 2.8.1cvs12
1743 * src/gtk/logwindow.h
1744 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
1746 2007-03-14 [wwp] 2.8.1cvs11
1748 * src/gtk/logwindow.h
1749 Complete 2.8.1cvs10.
1751 2007-03-14 [colin] 2.8.1cvs10
1753 * src/gtk/logwindow.c
1754 Probably fix bug 1149, crash on logwindow
1755 close - at the expense of performance once
1756 logwin has been opened
1758 2007-03-14 [colin] 2.8.1cvs9
1761 If claws-mail is running on another
1762 display, warn instead of popping it up
1763 on the other display
1765 2007-03-12 [colin] 2.8.1cvs8
1768 Fix bug 1145, 'Setting a different name
1769 for the Mailbox name isn't reflected in
1770 default account settings'. Patch by wwp
1772 2007-03-12 [colin] 2.8.1cvs7
1775 Fix bug 1143, 'Add number of messages to be
1776 deleted to confirmation dialog'
1778 2007-03-12 [wwp] 2.8.1cvs6
1781 * src/prefs_common.c
1782 * src/prefs_common.h
1783 * src/prefs_summaries.c
1784 Changed the option that displays unread messages count
1785 next to the folder name in folder list: it is now
1786 possible to either display nothing, display the
1787 unread messages number only or the unread and total messages
1788 numbers. The patch includes this extra feature as well
1789 as some minor fixes by rewriting the algo in folderview.c.
1790 Thanks to Paul for the original idea and implementation, plus
1791 testing and proof-reading!
1793 2007-03-09 [paul] 2.8.1cvs5
1797 * tools/claws-mail-compose-insert-files.pl
1798 added a script which enables inserting files
1799 into the message body of a new Claws Mail
1800 Compose window from the command line. Additionally
1801 To, Cc, Subject and files to attach to the message
1804 2007-03-09 [wwp] 2.8.1cvs4
1809 Optimize matching of addresses in the addressbook
1810 (filtering/processing 'found_in_addressbook' condition).
1812 2007-03-07 [wwp] 2.8.1cvs3
1815 * src/quote_fmt_lex.l
1816 * src/quote_fmt_parse.y
1817 Add a new quote format symbol: %A to insert the
1818 sender email address (just the address itself).
1820 2007-03-06 [wwp] 2.8.1cvs2
1822 * src/gtk/gtkutils.c
1823 * src/plugins/trayicon/trayicon_prefs.h
1824 * src/plugins/trayicon/trayicon_prefs.c
1825 * src/plugins/trayicon/trayicon.c
1828 Add a new trayicon (optional) feature: minimize to tray. When enabled,
1829 minimizing Claws-Mail main window will hide it to the trayicon instead.
1832 2007-03-06 [paul] 2.8.1cvs1
1838 bump version number following
1841 2007-03-06 [paul] 2.8.0cvs24
1844 corrected by by Tim <timbrain@post.cz>
1846 2007-03-05 [colin] 2.8.0cvs23
1850 Fix mime/globs path on NetBSD
1851 patch by George Michaelson
1853 2007-03-05 [wwp] 2.8.0cvs22
1856 Remove debug statement (accidentally committed w/ cvs14).
1858 2007-03-05 [paul] 2.8.0cvs21
1860 * src/plugins/pgpcore/prefs_gpg.c
1861 fix compiler warning
1863 2007-03-05 [wwp] 2.8.0cvs20
1865 * src/matcher_parser_parse.y
1866 Fix mismerge between cvs17 and cvs19.
1868 2007-03-05 [wwp] 2.8.0cvs19
1870 * src/matcher_parser_parse.y
1871 * src/prefs_filtering_action.c
1876 Add new 'add_to_addressbook' filtering/processing action.
1878 2007-03-05 [wwp] 2.8.0cvs18
1881 Fix mark_as_ham filtering/processing action: spam flag
1884 2007-03-04 [colin] 2.8.0cvs17
1889 * src/matcher_parser_parse.y
1890 * src/prefs_filtering_action.c
1891 Add 'Mark as spam' and 'Mark as ham' filtering
1892 actions. Fixes bug 1138.
1894 2007-03-04 [colin] 2.8.0cvs16
1897 Fix bug 1140, wrong return value
1900 2007-03-04 [wwp] 2.8.0cvs15
1903 Rollback cvs14: don't free stuff that is managed in g_list.
1905 2007-03-04 [wwp] 2.8.0cvs14
1908 Fix a leak in address completion code.
1910 2007-03-04 [colin] 2.8.0cvs13
1913 Maybe fix bug 1136, 'Crash in group
1916 2007-03-04 [iwkse] 2.8.0cvs12
1919 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
1921 2007-03-03 [colin] 2.8.0cvs11
1923 * src/plugins/pgpinline/pgpinline.c
1924 Fix off-by-one, fix double-free. Fixes
1925 bug 1135, 'cm-segfault on decrypting
1928 2007-03-03 [colin] 2.8.0cvs10
1932 * src/common/plugin.c
1933 Fix bug 1134, 'Valgrind macros unhandled
1936 2007-03-02 [colin] 2.8.0cvs9
1939 Don't error out on EAGAIN. Fixes
1940 bug 1129, '"local mbox file" account
1941 isn't retrieving mails'
1943 2007-03-01 [wwp] 2.8.0cvs8
1946 * src/gtk/colorlabel.c
1947 Remove accels for extra color labels until we set better
1948 and definitive ones.
1950 2007-02-28 [wwp] 2.8.0cvs7
1953 * src/matcher_parser_parse.y
1954 * src/prefs_common.c
1955 * src/prefs_msg_colors.c
1957 * src/gtk/colorlabel.c
1958 * src/gtk/colorlabel.h
1959 Add more customizable color labels. Cleaned up a bit
1960 the color label API to avoid duplicate defines of
1961 the max number of colors.
1963 2007-02-27 [colin] 2.8.0cvs6
1966 * src/common/utils.c
1967 * src/common/utils.h
1968 Fix '+' in mailto URIs for List-* headers
1970 2007-02-27 [colin] 2.8.0cvs5
1972 * src/gtk/gtkutils.c
1973 Use gtk_window_set_role instead of
1976 2007-02-27 [colin] 2.8.0cvs4
1979 Fix "After receiving new mail, go to inbox" on IMAP,
1980 and make it work only on manual reception
1982 2007-02-27 [wwp] 2.8.0cvs3
1984 * src/prefs_filtering.c
1985 * src/prefs_filtering_action.c
1986 * src/prefs_matcher.c
1987 Update filtering matcher's and action's color label menus
1988 when re-opening those dialogs (reflect any change to the
1989 color labels list in the preferences).
1991 2007-02-27 [colin] 2.8.0cvs2
1994 * src/etpan/etpan-thread-manager-types.h
1995 * src/etpan/etpan-thread-manager.c
1996 * src/etpan/imap-thread.c
1997 Log imap ALERTs as errors in the log.
1999 2007-02-26 [paul] 2.8.0cvs1
2001 * tools/claws.i18n.status.pl
2004 2007-02-26 [paul] 2.7.2cvs75
2018 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2019 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
2020 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
2021 Aleksandar Urosevic, and Ralgh Young
2023 2007-02-25 [mones] 2.7.2cvs74
2028 2007-02-25 [colin] 2.7.2cvs73
2031 Clearing the list is only useful
2032 to prevent a valgrind false-positive
2034 2007-02-25 [paul] 2.7.2cvs72
2038 * tools/kmail-mailbox2claws-mail.pl **ADDED**
2039 * tools/maildir2claws-mail.pl **REMOVED**
2040 renamed the script, fixed a couple bugs
2042 2007-02-23 [colin] 2.7.2cvs71
2045 Fix a leak, check for a few improbable nulls
2047 2007-02-23 [colin] 2.7.2cvs70
2051 * src/plugins/trayicon/trayicon.c
2052 Fix blinking mainwin when starting in tray
2053 (show mainwindow later in the startup process,
2054 apart if restarting post-crash)
2056 2007-02-23 [colin] 2.7.2cvs69
2060 Fix crash when unsubscribing the currently
2061 selected/opened folder
2063 2007-02-23 [colin] 2.7.2cvs68
2066 Fix bug that prevented colorization to
2067 work without wrap quotation option
2069 2007-02-23 [colin] 2.7.2cvs67
2072 Fix refcounting, start and end completion who
2073 behaved as if there couldn't be any other current
2076 2007-02-23 [wwp] 2.7.2cvs66
2080 Address completion fixes: fix addressbook_peek_folder_exists() in
2081 which the algorithm was ridiculously over-obfuscated and broken.
2082 Fix addrindex_load_completion() as well, to load addresses in
2083 completion list with regards to what addressbook_peek_folder_exists()
2086 2007-02-23 [wwp] 2.7.2cvs65
2089 Add addresses to completion when they're non-empty (thanks to Colin).
2091 2007-02-23 [paul] 2.7.2cvs64
2093 * src/plugins/pgpcore/passphrase.c
2096 2007-02-23 [colin] 2.7.2cvs63
2098 * src/plugins/pgpcore/prefs_gpg.c
2099 * src/plugins/pgpcore/prefs_gpg.h
2100 * src/plugins/pgpcore/sgpgme.c
2101 * src/plugins/pgpinline/pgpinline.c
2102 * src/plugins/pgpmime/pgpmime.c
2103 Try harder to respect user's choice wrt
2104 gpg-agent even with gpg2, by unsetting
2105 GPG_AGENT_INFO when necessary.
2107 2007-02-22 [paul] 2.7.2cvs62
2109 * src/plugins/pgpcore/sgpgme.c
2110 * src/plugins/pgpcore/sgpgme.h
2111 * src/plugins/pgpcore/passphrase.c
2112 * src/plugins/pgpinline/pgpinline.c
2113 * src/plugins/pgpmime/pgpmime.c
2114 Fix a leak - gpgme_data_release_and_get_mem
2115 leaks in recent gpgme. Workaround by using
2118 2007-02-22 [paul] 2.7.2cvs61
2120 * src/gtk/quicksearch.c
2121 Abandon dynamic search when pressing
2124 2007-02-21 [colin] 2.7.2cvs60
2127 * src/plugins/pgpcore/passphrase.c
2128 Fix little memory leaks
2130 Fix false-positive leak at exit
2131 * src/gtk/quicksearch.c
2132 Fix potentially big leak in recursive
2135 2007-02-21 [wwp] 2.7.2cvs59
2138 Add missing newline to a debug message.
2140 2007-02-20 [colin] 2.7.2cvs58
2144 * src/stock_pixmap.c
2145 * src/stock_pixmap.h
2146 * src/pixmaps/mime_pgpsig.xpm
2147 Add icon for application/pgp-signature
2149 2007-02-20 [colin] 2.7.2cvs57
2154 * src/stock_pixmap.c
2155 * src/stock_pixmap.h
2156 * src/pixmaps/mime_calendar.xpm
2157 * src/pixmaps/mime_pdf.xpm
2158 * src/pixmaps/mime_ps.xpm
2159 Add icons for text/calendar, application/pdf
2160 and application/postscript
2162 2007-02-20 [colin] 2.7.2cvs56
2165 * src/matcher_parser_parse.y
2166 * src/matcher_parser_lex.l
2167 Fix big memory leak in flex, and
2170 2007-02-20 [wwp] 2.7.2cvs55
2172 * src/matcher_parser_parse.y
2173 Fix a duplicate token definition (thanks to iwkse).
2175 2007-02-20 [wwp] 2.7.2cvs54
2177 * src/matcher_parser_lex.l
2178 * src/quote_fmt_lex.l
2179 Use proper flex options instead of direct use of #define,
2180 make the flex-generated C lighter.
2182 2007-02-20 [colin] 2.7.2cvs53
2185 Grab focus in message list after hiding
2186 the quicksearch, instead of leaving it
2189 2007-02-19 [colin] 2.7.2cvs52
2192 Fix bug 1033, 'Automatically refresh
2193 message list when new messages arrives'
2194 Looks like folderview->opened can sometimes
2197 2007-02-19 [paul] 2.7.2cvs51
2201 * tools/thunderbird-filters-convertor.pl
2202 add new script which converts thunderbird filter
2203 rules to Claws filter rules
2205 2007-02-18 [paul] 2.7.2cvs50
2207 * src/plugins/pgpcore/prefs_gpg.c
2208 * src/plugins/pgpcore/prefs_gpg.h
2209 * src/plugins/pgpcore/sgpgme.c
2210 * src/plugins/pgpinline/pgpinline.c
2211 * src/plugins/pgpmime/pgpmime.c
2212 improved GUI interoperability with gpg-agent
2214 2007-02-18 [paul] 2.7.2cvs49
2216 * src/prefs_account.c
2217 Privacy options sensitivity fix
2219 2007-02-17 [colin] 2.7.2cvs48
2222 Reset icon to warning in the noticeview
2224 2007-02-15 [colin] 2.7.2cvs47
2227 Fix a manifestation of bug 1033 (summaryview failing
2228 to update for new mails), which happens after editing
2229 account preferences or preferences that cause a
2232 2007-02-15 [colin] 2.7.2cvs46
2235 Probably fix bug 1123, 'Segmentation
2236 fault while opening address book'. I get
2237 g_warnings if the saved paned position is
2238 not greater than 0. Also, save position
2239 when hiding the addressbook instead of
2242 2007-02-14 [colin] 2.7.2cvs45
2244 * src/plugins/pgpcore/prefs_gpg.c
2245 * src/plugins/pgpcore/prefs_gpg.h
2246 * src/plugins/pgpcore/sgpgme.c
2247 * src/plugins/pgpinline/pgpinline.c
2248 * src/plugins/pgpmime/pgpmime.c
2249 Add an option "Use gpg-agent if available". Fixes
2250 annoyances with distro-installed gpg-agent, when
2251 no pinentry program is installed, and the user's
2252 at a loss on why "decryption failed". Makes more
2253 clear why passphrase isn't saved when gpg-agent is
2254 used. Defaults to true, to avoid changing the
2257 2007-02-14 [wwp] 2.7.2cvs44
2259 * src/matcher_parser_parse.y
2260 Fix missing line number reset (wrong line number might appear
2261 when re-loading filtering rules if there's a parser error).
2263 2007-02-13 [colin] 2.7.2cvs43
2265 * src/common/utils.c
2266 Don't encode ',' in URIs before passing it
2267 to the browser command-line. It was probably
2268 done at a time where commas in URIs made
2269 mozilla -remote 'openurl(%s,new-window)'
2272 2007-02-13 [wwp] 2.7.2cvs42
2274 * src/prefs_matcher.c
2275 * src/plugins/bogofilter/bogofilter_gtk.c
2276 A bit of string factorization around "Select ..." buttons.
2278 2007-02-11 [colin] 2.7.2cvs41
2281 Make sure to escape the title
2283 2007-02-11 [colin] 2.7.2cvs40
2286 Recognize .utf8 locales as .UTF-8 ones
2288 2007-02-11 [colin] 2.7.2cvs39
2291 Fix code conversion when dragging a file
2293 2007-02-09 [colin] 2.7.2cvs38
2295 * src/plugins/clamav/clamav_plugin.c
2296 Complete Paul's patch with conditional
2297 compilation to avoid breaking compilation
2298 on old Dapper and Edgy... Maybe other
2301 2007-02-09 [paul] 2.7.2cvs37
2303 * src/plugins/clamav/clamav_plugin.c
2304 fix for the upstream changes in libclamav
2306 2007-02-09 [paul] 2.7.2cvs36
2312 fix "warn if there are queued messages" (on exit)
2313 option, which only checked the first mailbox's
2315 don't ask before emptying trash if there are no
2316 messages in trash, also check and empty all trash
2319 move "Ask before emptying trash" option
2320 outside of the "On exit" frame as it's
2321 not only an "On exit" option
2323 2007-02-09 [paul] 2.7.2cvs35
2328 * src/prefs_account.c
2329 * src/prefs_folder_item.c
2331 * src/prefs_matcher.c
2332 * src/prefs_message.c
2333 * src/prefs_msg_colors.c
2334 * src/prefs_summaries.c
2336 * src/gtk/inputdialog.c
2337 * src/plugins/bogofilter/bogofilter_gtk.c
2338 pedantic commit: use 'checkbtn' everywhere
2339 instead of a mixture of 'checkbtn' and 'chkbtn'
2341 2007-02-09 [paul] 2.7.2cvs34
2347 move "Never send Return Receipts" from
2348 prefs_other to prefs_send
2349 add an option "Ask about account specific
2350 filtering rules..." to prefs_other
2351 * src/gtk/gtkutils.c
2352 fix a compiler warning
2354 2007-02-08 [colin] 2.7.2cvs33
2356 * src/plugins/pgpinline/pgpinline.c
2357 Fix bug 1110, 'pgpmime fails to process
2358 encapsulated openpgp mime (rfc 3156, 6.1
2360 It was due to an interaction between PGP/Mime
2361 and PGP/Inline plugin.
2363 2007-02-08 [colin] 2.7.2cvs32
2368 Fix bug 1117, 'fcntl locking code
2369 does not work in mbox.c'
2371 2007-02-08 [colin] 2.7.2cvs31
2373 * src/prefs_account.c
2374 Fix Gentoo bug 165819, 'can't create
2375 a "local mbox file" account'. Patch
2376 by Olivier <castan.o@free.fr>
2378 2007-02-07 [colin] 2.7.2cvs30
2381 Fix bug 1106, 'Claws crash on exit if LDAPS
2382 autocompletion was used'
2384 2007-02-07 [paul] 2.7.2cvs29
2387 cut down on unnecessary debug_prints
2389 fix menu_set_active() on 'Show only
2392 2007-02-07 [paul] 2.7.2cvs28
2394 * src/plugins/clamav/clamav_plugin.c
2395 * src/plugins/clamav/clamav_plugin.h
2396 * src/plugins/clamav/clamav_plugin_gtk.c
2397 fix copyright header
2399 2007-02-07 [paul] 2.7.2cvs27
2402 fix bug 1116, 'summary view allow a
2405 2007-02-06 [colin] 2.7.2cvs26
2410 2007-02-05 [fabien] 2.7.2cvs25
2414 i18n related - 1 fix and 1 message for translators.
2416 2007-02-05 [colin] 2.7.2cvs24
2418 * src/gtk/quicksearch.c
2419 Don't reload summary list if quicksearch wasn't
2420 active on hiding; move currently selected mail in
2421 the visible area when showing the quicksearch
2423 2007-02-05 [colin] 2.7.2cvs23
2426 Add debug to try to solve bug 1104
2428 2007-02-05 [paul] 2.7.2cvs22
2431 confirm before emptying trash on exit is
2432 a Yes or No answer, use Yes or No in the
2435 2007-02-04 [colin] 2.7.2cvs21
2438 * src/plugins/pgpcore/passphrase.c
2439 * src/plugins/pgpcore/select-keys.c
2440 Set wmclass on new windows
2446 2007-02-04 [colin] 2.7.2cvs20
2450 Auto save drafts on exit, reopen them
2451 at startup, instead of asking
2455 * src/addressbook_foldersel.c
2463 * src/editldap_basedn.c
2476 * src/message_search.c
2478 * src/prefs_actions.c
2479 * src/prefs_customheader.c
2480 * src/prefs_display_header.c
2481 * src/prefs_filtering.c
2482 * src/prefs_filtering_action.c
2483 * src/prefs_folder_column.c
2485 * src/prefs_matcher.c
2487 * src/prefs_summaries.c
2488 * src/prefs_summary_column.c
2489 * src/prefs_template.c
2490 * src/sourcewindow.c
2492 * src/summary_search.c
2495 * src/gtk/description_window.c
2496 * src/gtk/foldersort.c
2497 * src/gtk/gtkutils.c
2498 * src/gtk/gtkutils.h
2499 * src/gtk/icon_legend.c
2500 * src/gtk/logwindow.c
2501 * src/gtk/pluginwindow.c
2502 * src/gtk/prefswindow.c
2503 Give different wmclass to different
2504 windows - thanks to sed ;)
2506 2007-02-04 [colin] 2.7.2cvs19
2509 Revert previous patch, can't reproduce
2512 2007-02-03 [colin] 2.7.2cvs18
2515 Don't save the mainwindow size and
2516 position on emergency exit (libSM's
2517 "die" callback), Xfce seems to make
2518 the window smaller just before the
2521 2007-02-03 [colin] 2.7.2cvs17
2523 * src/plugins/bogofilter/bogofilter.c
2524 * src/plugins/bogofilter/bogofilter.h
2525 * src/plugins/bogofilter/bogofilter_gtk.c
2526 * src/plugins/pgpinline/pgpinline.c
2527 * src/plugins/pgpinline/pgpinline.h
2530 2007-02-03 [colin] 2.7.2cvs16
2532 * src/partial_download.c
2533 * src/partial_download.h
2540 * src/common/ssl_certificate.c
2541 * src/common/ssl_certificate.h
2542 * src/gtk/quicksearch.c
2543 * src/gtk/quicksearch.h
2544 * src/gtk/sslcertwindow.c
2545 * src/gtk/sslcertwindow.h
2546 Fix copyright on my files
2548 2007-02-02 [colin] 2.7.2cvs15
2558 Add Tools/List URIs to allow
2559 opening any URI in the current mail
2561 2007-02-02 [colin] 2.7.2cvs14
2563 * src/common/valgrind.h ** NEW FILE **
2564 * src/common/Makefile.am
2565 * src/common/plugin.c
2566 Don't dlclose the plugins if we're running
2567 under valgrind. (doesn't require valgrind
2568 either at compile time or run time).
2570 2007-02-01 [paul] 2.7.2cvs13
2574 * tools/freshmeat_search.pl
2575 * tools/google_search.pl
2576 * tools/multiwebsearch.pl
2577 add support for non ISO-8859-1 compatible locales
2578 Patch by Alex Gorbachenko <agent_007@immo.ru>
2580 2007-02-01 [colin] 2.7.2cvs12
2583 * src/prefs_summaries.c
2584 Move keybinding prefs to the Other page
2586 2007-02-01 [wwp] 2.7.2cvs11
2588 * src/plugins/trayicon/trayicon.c
2589 Fix a raising issue within KDE.
2591 2007-02-01 [colin] 2.7.2cvs10
2594 Fix stray quotes in encoded strings
2596 Fix wrong call causing g_warnings
2598 Remove useless message
2600 2007-01-31 [wwp] 2.7.2cvs9
2602 * src/plugins/trayicon/trayicon.c
2603 fix buggy hiding of main window when closing if close-to-tray
2604 is not set (bad logics in the trayicon hook code).
2605 Changed the quit confirmation message too.
2607 2007-01-30 [colin] 2.7.2cvs8
2610 Fix hidden mainwindow after clicking on
2611 the X close button, if compose windows
2612 exist and the user chooses not to quit
2614 2007-01-30 [colin] 2.7.2cvs7
2618 Handle local URIs to attach files (file:///...)
2619 Fixes attaching files from Thunar for example
2621 2007-01-30 [colin] 2.7.2cvs6
2623 * src/prefs_ext_prog.c
2624 Add 'mousepad' to the list of text editors.
2625 Mousepad is XFCE's text editor
2627 2007-01-29 [wwp] 2.7.2cvs5
2630 * src/plugins/trayicon/trayicon_prefs.c
2631 trayicon i18n fixes, thanks to Fabien.
2633 2007-01-28 [wwp] 2.7.2cvs4
2637 * src/plugins/trayicon/trayicon.c
2638 * src/plugins/trayicon/trayicon_prefs.c
2639 * src/plugins/trayicon/trayicon_prefs.h
2640 Added a new TrayIcon plugin option to close to tray
2641 (WM's hotkey and [X] button will hide the window instead
2642 of closing it - closing CM can be done using the tray icon
2643 menu or the File menu).
2644 Improved visibility handling in trayicon, clicking the
2645 trayicon now raise the window to current desktop when it
2646 was either minimized/shaded/on another desktop.
2647 Thanks to Paul for testing and fixing a strange behaviour
2650 2007-01-27 [paul] 2.7.2cvs3
2652 * src/prefs_folder_item.c
2653 * src/prefs_receive.c
2654 * src/plugins/pgpcore/prefs_gpg.c
2655 use 'start-up' instead of 'startup' in labels
2657 2007-01-26 [wwp] 2.7.2cvs2
2659 * src/plugins/trayicon/Makefile.am
2660 * src/plugins/trayicon/trayicon.c
2661 * src/plugins/trayicon/trayicon_prefs.c
2662 * src/plugins/trayicon/trayicon_prefs.h
2663 Add a new TrayIcon option to hide the main window at
2665 Fix trayicon.c copyright header.
2667 2007-01-26 [paul] 2.7.2cvs1
2673 bump up version number following
2676 2007-01-25 [mones] 2.7.1cvs60
2679 updated thousands of strings (well, probably less ;-)
2681 2007-01-25 [colin] 2.7.1cvs59
2684 Fix 2nd-run loss of matcherrc on new
2687 2007-01-25 [wwp] 2.7.1cvs58
2690 fix handling of empty value in attach_save_directory too, thanks
2693 2007-01-25 [wwp] 2.7.1cvs57
2696 fix handling of empty value in attach_load_directory,
2699 2007-01-25 [wwp] 2.7.1cvs56
2701 * src/plugins/dillo_viewer/dillo_prefs.h
2704 2007-01-25 [colin] 2.7.1cvs55
2708 * src/matcher_parser_parse.y
2709 * src/prefs_matcher.c
2710 Add matching on the spam flag
2712 2007-01-24 [colin] 2.7.1cvs54
2717 Make sure folderlist.xml is correctly
2718 written before overwriting it.
2722 * src/plugins/bogofilter/bogofilter.c
2723 * src/plugins/bogofilter/bogofilter.h
2724 * src/plugins/bogofilter/bogofilter_gtk.c
2725 * src/plugins/spamassassin/spamassassin.c
2726 * src/plugins/spamassassin/spamassassin.h
2727 * src/plugins/spamassassin/spamassassin_gtk.c
2728 Move spam to the correct trash folder after
2729 learning, if spam directory isn't set.
2731 2007-01-23 [paul] 2.7.1cvs53
2733 * src/plugins/bogofilter/bogofilter_gtk.c
2734 fix sensitivity of "Insert X-Bogosity header"
2737 2007-01-23 [colin] 2.7.1cvs52
2740 Translate toolbar items text if
2741 they're translatable (default)
2755 * src/etpan/etpan-thread-manager.c
2756 * src/etpan/etpan-thread-manager.h
2757 * src/gtk/gtkutils.c
2758 * src/gtk/gtkutils.h
2759 More static functions
2761 2007-01-22 [fabien] 2.7.1cvs51
2763 * src/gtk/gtkutils.c
2764 gtkut_get_options_frame() : ability to pass
2765 a 'NULL' value in frame pointer parameter if
2768 2007-01-22 [colin] 2.7.1cvs50
2772 * src/plugins/bogofilter/bogofilter.c
2773 * src/plugins/bogofilter/bogofilter_gtk.c
2774 * src/plugins/spamassassin/spamassassin.c
2775 * src/plugins/spamassassin/spamassassin_gtk.c
2776 Allow moving spams to the account's trash
2777 instead of default one
2779 2007-01-21 [colin] 2.7.1cvs49
2783 Revert a static function that shouldn't
2786 2007-01-21 [colin] 2.7.1cvs48
2792 2007-01-21 [colin] 2.7.1cvs47
2798 2007-01-21 [colin] 2.7.1cvs46
2800 * src/common/socket.c
2801 * src/common/socket.h
2804 2007-01-21 [colin] 2.7.1cvs45
2813 * src/folder_item_prefs.c
2814 * src/folder_item_prefs.h
2821 * src/common/socket.c
2822 * src/common/socket.h
2823 * src/gtk/gtkaspell.c
2824 * src/gtk/gtkaspell.h
2825 * src/gtk/quicksearch.c
2826 * src/gtk/quicksearch.h
2829 2007-01-21 [colin] 2.7.1cvs44
2831 * src/common/utils.c
2832 * src/common/utils.h
2833 * src/etpan/etpan-thread-manager.c
2834 * src/etpan/etpan-thread-manager.h
2835 Same (Funny that etpan_thread_unbind
2836 is called but not etpan_thread_bind)
2838 2007-01-21 [colin] 2.7.1cvs43
2846 * src/etpan/Makefile.am
2847 * src/gtk/colorlabel.c
2848 * src/gtk/colorlabel.h
2849 * src/gtk/sslcertwindow.c
2850 * src/gtk/sslcertwindow.h
2851 * src/etpan/etpan-log.c ** REMOVED **
2852 * src/etpan/etpan-log.h ** REMOVED **
2855 2007-01-20 [colin] 2.7.1cvs42
2861 2007-01-20 [colin] 2.7.1cvs41
2879 Make functions that aren't used in other
2882 2007-01-20 [colin] 2.7.1cvs40
2897 * src/editldap_basedn.c
2903 * src/image_viewer.c
2919 * src/prefs_account.c
2920 * src/prefs_common.c
2921 * src/prefs_compose_writing.c
2922 * src/prefs_ext_prog.c
2923 * src/prefs_folder_item.c
2925 * src/prefs_message.c
2926 * src/prefs_msg_colors.c
2929 * src/prefs_receive.c
2931 * src/prefs_spelling.c
2932 * src/prefs_summaries.c
2933 * src/prefs_toolbar.c
2934 * src/prefs_wrapping.c
2943 * src/common/hooks.c
2945 * src/common/passcrypt.c
2946 * src/common/socket.c
2948 * src/common/ssl_certificate.c
2949 * src/common/template.c
2950 * src/common/utils.c
2951 * src/etpan/imap-thread.c
2952 * src/gtk/sslcertwindow.c
2953 * src/gtk/sslcertwindow.h
2954 Make functions that could be static, static
2956 2007-01-20 [colin] 2.7.1cvs39
2961 2007-01-20 [colin] 2.7.1cvs38
2966 Fix bug 1102, 'claws-mail-2.7.1
2967 makes use of deprecated ldap
2970 2007-01-20 [colin] 2.7.1cvs37
2975 * src/gtk/quicksearch.c
2976 Add Wide message list layout
2978 2007-01-19 [fabien] 2.7.1cvs36
2981 make sure a font change is considered in links of
2984 2007-01-19 [colin] 2.7.1cvs35
2991 * src/prefs_common.c
2992 * src/prefs_common.h
2995 * src/gtk/quicksearch.c
2996 * src/gtk/quicksearch.h
2997 Drop 'Separate Folder tree' and 'Separate
2998 Message View'. Put three layouts in place
3001 2007-01-19 [paul] 2.7.1cvs34
3003 * src/prefs_msg_colors.c
3004 more use of Q_ for translators
3006 2007-01-19 [paul] 2.7.1cvs33
3009 * src/prefs_account.c
3010 a few changes to the English
3012 2007-01-19 [fabien] 2.7.1cvs32
3015 factorize translatable string
3017 2007-01-18 [colin] 2.7.1cvs31
3020 Don't error out on --sync option. Although
3021 we don't do anything with it, gtk+ handles
3022 it, and it's useful for debugging X errors
3024 2007-01-18 [fabien] 2.7.1cvs30
3027 ability to apply on the fly the recent added
3028 'gtk_can_change_accels' pref (no need to restart).
3030 2007-01-18 [fabien] 2.7.1cvs29
3032 * src/plugins/bogofilter/bogofilter_gtk.c
3033 * src/plugins/bogofilter/bogofilter.c
3034 * src/plugins/spamassassin/spamassassin_gtk.c
3036 * src/prefs_account.c
3037 factorize or rewrite some translatable strings.
3039 2007-01-18 [fabien] 2.7.1cvs28
3043 set a 4pix space between "Subject:" label and subject entry in
3046 2007-01-18 [wwp] 2.7.1cvs27
3049 fix conflicting address-copy/paste when focus is set
3050 to the embedded edit-person form.
3053 2007-01-18 [wwp] 2.7.1cvs26
3056 complete 2.7.1cvs23 (one more file was missing from that
3059 2007-01-18 [colin] 2.7.1cvs25
3062 Provide a way to migrate without backup
3063 Re-ask for migration on next start if
3064 it has been refused and wizard has been
3067 2007-01-18 [wwp] 2.7.1cvs24
3070 complete 2.7.1.cvs23 (file was missing from previous
3073 2007-01-18 [wwp] 2.7.1cvs23
3076 fix potential crashes in address book's focus_in/out signal handlers,
3077 force focus to the edit-person form when clicked the Edit menu entry or
3078 button (this only matters if the edit-person form is embedded to the
3079 AB window, in that case, focus is not set when browsing the contacts
3080 list w/ keys or mouse clicks).
3082 2007-01-18 [paul] 2.7.1cvs22
3085 add command line options:
3087 -q and --quit for --exit
3089 print "Unknown option" for unknown options
3091 2007-01-18 [paul] 2.7.1cvs21
3094 updated by Pavlo Bohmat
3096 2007-01-18 [paul] 2.7.1cvs20
3099 fix sensitivity issues of Mark as Spam/Ham
3101 2007-01-17 [fabien] 2.7.1cvs19
3104 * src/prefs_common.c
3105 * src/prefs_common.h
3107 Add a 'gtk_can_change_accels' pref in Preferences/Other which
3108 control the corresponding gtk property. It could be used to lock
3109 all shortcuts (avoid to set one of them by inadvertency).
3111 2007-01-17 [colin] 2.7.1cvs18
3114 Fix bug 1100, 'Highlighted e-mail data not visible
3115 when color label applied.'. Use a weighted average
3116 between normal selected foreground color and color
3117 label instead of a simple one (3/1 instead 1/1).
3119 2007-01-17 [colin] 2.7.1cvs17
3122 Better fix for bug 1088, 'Ctrl-h produces repeatable
3123 crash' - don't prevent mail switching while loading
3125 2007-01-17 [colin] 2.7.1cvs16
3134 Manage recursive search of unsubscribed folders
3135 Rescan tree without checking for new messages
3136 after subscriptions changed
3138 2007-01-17 [paul] 2.7.1cvs15
3140 * src/prefs_common.c
3141 * src/gtk/pluginwindow.c
3142 fix bug 1101, '"Load plugin" button is
3143 accidentally hidden'
3144 unset (-1) initial width in prefs_common,
3145 fix overlapping buttons,
3148 2007-01-17 [paul] 2.7.1cvs14
3151 add #include <errno.h>, it's needed
3154 2007-01-17 [paul] 2.7.1cvs13
3157 * tools/make.themes.project
3158 rename .sylpheed_themeinfo to .claws_themeinfo
3160 * src/etpan/etpan-errors.h
3161 * src/etpan/etpan-log.c
3162 * src/etpan/etpan-log.h
3163 * src/etpan/etpan-thread-manager-types.h
3164 * src/etpan/etpan-thread-manager.c
3165 * src/etpan/etpan-thread-manager.h
3166 * src/etpan/imap-thread.c
3167 * src/etpan/imap-thread.h
3168 add copyright header
3170 2007-01-17 [colin] 2.7.1cvs12
3172 * src/plugins/pgpcore/select-keys.c
3173 * src/gtk/pluginwindow.c
3174 * src/prefs_account.c
3177 2007-01-16 [colin] 2.7.1cvs11
3182 Manage subscribing to subfolders when only
3183 subscribed folders are shown.
3185 2007-01-16 [colin] 2.7.1cvs10
3188 Fix annoying vscrollbar going back to top
3189 on Check for new folders
3191 2007-01-16 [colin] 2.7.1cvs9
3196 2007-01-16 [colin] 2.7.1cvs8
3199 Bigger buffer for errors
3203 * src/prefs_account.c
3204 * src/prefs_account.h
3206 * src/etpan/imap-thread.c
3207 * src/etpan/imap-thread.h
3208 * manual/handling.xml
3209 Add subscriptions management. What it changes:
3210 Creating a folder subscribes to it
3211 Deleting a folder unsubscribes it
3212 New contextual menu item allowing to switch between
3213 All folders and Subscribed folders, subscribe, and
3214 unsubscribe. "Creating" an existing but unsubscribed
3215 folder will subscribe it.
3216 By default for new accounts, only subscribed folders
3220 2007-01-16 [paul] 2.7.1cvs7
3223 Allow folder classes to specify only sort_key or
3224 sort_type instead of both or none.
3226 2007-01-16 [paul] 2.7.1cvs6
3233 Save and use errno for procmime_get_part
3235 2007-01-16 [colin] 2.7.1cvs5
3238 Never remove INBOX when scanning for
3239 new folders. It's a special folder
3242 2007-01-15 [colin] 2.7.1cvs4
3245 Fix 'Check for new folders' when IMAP subdirectory
3247 * src/etpan/imap-thread.c
3250 2007-01-15 [colin] 2.7.1cvs3
3252 * src/etpan/imap-thread.c
3253 Fix invalid free on command-connection
3256 2007-01-15 [wwp] 2.7.1cvs2
3258 * src/matcher_parser_lex.l
3259 * src/quote_fmt_lex.l
3260 * src/matcher_parser_parse.y
3261 fix copyright header in lexers and parsers.
3263 2007-01-15 [paul] 2.7.1cvs1
3269 bump up version number following
3272 2007-01-15 [paul] 2.7.0cvs31
3276 add Fabien to the Team list
3277 add the recent contributors
3278 make a few corrections
3280 2007-01-15 [paul] 2.7.0cvs30
3283 fix compiler warning
3284 * src/plugins/pgpcore/prefs_gpg.c
3285 * src/plugins/pgpcore/prefs_gpg.h
3287 fix copyright header
3289 2007-01-14 [colin] 2.7.0cvs29
3292 Use the 'gtk+' backend. Avoids gnome-vfs use,
3293 two benefits: faster to open, will fix strange
3294 dbus-related crash. Thanks to Pascal Terjan.
3296 2007-01-14 [colin] 2.7.0cvs28
3298 * src/etpan/imap-thread.c
3299 Delete the old imap just after allocating
3300 the new one. Makes sure we don't get the
3301 same pointer by sheer luck, which feels
3302 strange in the debug log.
3304 2007-01-14 [colin] 2.7.0cvs27
3306 * src/gtk/inputdialog.c
3307 Make sure we don't print passwords in
3308 clear text when in debug mode
3310 2007-01-14 [colin] 2.7.0cvs26
3312 * src/gtk/gtksctree.c
3313 Fix bug 1098, 'bogus last row display
3314 after expanding a thread'. Patch by
3315 Jindrich Makovicka <makovick@gmail.com>
3317 2007-01-14 [colin] 2.7.0cvs25
3319 * src/etpan/imap-thread.c
3320 Close socket manually before
3321 freeing the imap struct
3323 2007-01-14 [colin] 2.7.0cvs24
3325 * src/etpan/imap-thread.c
3326 Maybe fix new reconnection issues
3328 2007-01-13 [colin] 2.7.0cvs23
3331 Freeze/thaw on thread selection
3333 2007-01-13 [paul] 2.7.0cvs22
3338 add 'Edit/Delete thread'
3340 2007-01-13 [colin] 2.7.0cvs21
3342 * src/prefs_account.c
3343 * src/prefs_compose_writing.c
3344 * src/prefs_message.c
3345 * src/prefs_msg_colors.c
3347 * src/prefs_receive.c
3348 * src/prefs_spelling.c
3349 * src/prefs_summaries.c
3350 * src/prefs_themes.c
3351 * src/gtk/gtkutils.c
3352 * src/gtk/gtkutils.h
3353 * src/plugins/pgpcore/prefs_gpg.c
3354 * src/plugins/spamassassin/spamassassin_gtk.c
3355 Factorize gtk frame creation
3358 2007-01-13 [colin] 2.7.0cvs20
3360 * src/message_search.c
3361 * src/summary_search.c
3362 Fix Enter in search windows
3364 Fix body search starting at the
3365 end of the mail (and asking for loop)
3367 2007-01-13 [colin] 2.7.0cvs19
3369 * src/etpan/imap-thread.c
3370 Make sure we don't free the same imap
3373 2007-01-13 [colin] 2.7.0cvs18
3376 Allow multiple commitHelpers to
3379 2007-01-12 [colin] 2.7.0cvs17
3381 * src/etpan/imap-thread.c
3382 Make sure we get rid of the previous mailimap
3383 when connecting - just in case disconnect was
3386 2007-01-12 [paul] 2.7.0cvs16
3389 Strip S/MIME signatures when re-editing
3390 S/MIME signed messages.
3392 2007-01-12 [paul] 2.7.0cvs15
3399 no need to define CLAWS anymore, remove
3402 2007-01-12 [paul] 2.7.0cvs14
3405 check if the mail's signed as
3406 it can change the mail structure
3409 2007-01-12 [paul] 2.7.0cvs13
3412 fix Forwarding msgs with attachments
3413 that have dos line endings
3416 2007-01-12 [wwp] 2.7.0cvs12
3419 Revert accidentally committed extra version tag.
3421 2007-01-12 [wwp] 2.7.0cvs11
3423 * src/prefs_account.c
3424 Fix compilation w/o aspell (completes 2.7.0cvs7).
3426 2007-01-11 [colin] 2.7.0cvs10
3429 move g_warning to debug_print
3430 it scares people for no reason
3432 2007-01-11 [colin] 2.7.0cvs9
3435 Fix files to translate. Patch by
3438 2007-01-11 [paul] 2.7.0cvs8
3441 Fix recursion when server lists the
3442 current subfolder in the response
3444 Fix updating of icon_list/ctree
3445 * src/plugins/pgpcore/select-keys.c
3446 Fix a few annoyances when choosing
3447 keys for the CMS (S/MIME) protocol
3449 2007-01-11 [wwp] 2.7.0cvs7
3452 * src/prefs_account.c
3453 * src/prefs_account.h
3454 Add per-account spellcheck default dictionaries settings.
3456 2007-01-10 [colin] 2.7.0cvs6
3458 * src/prefs_folder_item.c
3459 Factorize strings - patch by Fabien
3461 2007-01-10 [colin] 2.7.0cvs5
3464 Fix bug 1095, 'Crash while changing folder
3465 columns during incorporation'
3467 2007-01-09 [colin] 2.7.0cvs4
3469 * src/gtk/pluginwindow.c
3470 Set the plugin window transient. Seems
3471 like some window managers hide it in
3472 the background after "load plugin"...
3474 2007-01-09 [colin] 2.7.0cvs3
3477 Use the same type for alloc and free
3479 2007-01-08 [paul] 2.7.0cvs2
3482 updated by Tim Dijkstra
3484 2007-01-08 [paul] 2.7.0cvs1
3486 * src/prefs_themes.c
3487 * src/common/utils.c
3490 2007-01-08 [paul] 2.7.0
3497 2007-01-08 [paul] 2.6.1cvs119
3499 * doc/man/claws-mail.1
3502 2007-01-08 [paul] 2.6.1cvs118
3504 * doc/man/claws-mail.1
3506 * manual/advanced.xml
3507 improved English usage
3509 2007-01-08 [paul] 2.6.1cvs117
3520 updated by Miquel Oliete, Stephan Sachse, me,
3521 Tommi Pirinen, Andrea Spadaccini, Frederico
3522 Goncalves Guimaraes, Andrej Kacian, Aleksandar
3523 Urosevic, and Ralgh Young
3525 2007-01-07 [mones] 2.6.1cvs116
3527 * manual/es/advanced.xml
3529 Synced manual (unhide mark_as_read_delay)
3530 and updated translation for release
3532 2007-01-07 [paul] 2.6.1cvs115
3534 * src/prefs_matcher.c
3535 make the hbox content fit better under
3538 2007-01-07 [colin] 2.6.1cvs114
3541 Fix bug 1088, 'Ctrl-h produces repeatable
3544 2007-01-06 [colin] 2.6.1cvs113
3546 * src/etpan/imap-thread.c
3547 Add casts to int to get certs. Fixes
3548 bug 1064, 'crash @ etpan_certificate_check()
3549 when opening an IMAP folder', with latest
3550 libetpan CVS or >= 0.49
3555 * src/prefs_folder_item.c
3556 Grey out the "synchronise" menu items if
3557 there's nothing to synchronise.
3558 * src/plugins/pgpcore/sgpgme.c
3559 Make an error clearer than "Unknown error"
3561 2007-01-06 [colin] 2.6.1cvs112
3564 Don't try to show a message if updating
3565 Maybe fixes bug 1088, 'ctrl-h produces
3568 2007-01-06 [colin] 2.6.1cvs111
3571 Disable Control-Space (handle it as Space).
3573 2007-01-05 [paul] 2.6.1cvs110
3576 Fix bug 934, 'sylpheed claws 2.1
3577 doesn't show Exchanges Public Folders'
3578 Thanks to Hoa and Colin
3580 Refuse to allocate more than 2 MB for a
3581 single field, it's a good indication of
3584 2007-01-05 [colin] 2.6.1cvs109
3587 Allow --select'ing emails by Message-ID too
3589 2007-01-05 [colin] 2.6.1cvs108
3591 * src/common/quoted-printable.c
3594 2007-01-05 [colin] 2.6.1cvs107
3596 * src/common/quoted-printable.c
3597 Fix previous commit about bug 1089
3600 2007-01-05 [colin] 2.6.1cvs106
3602 * src/common/quoted-printable.c
3603 Fix my previous commit on bug 1089
3606 2007-01-04 [colin] 2.6.1cvs105
3608 * src/common/quoted-printable.c
3609 Fix bug 1089, 'NUL characters in Subject
3610 line are misinterpreted'. Not a pain to
3617 2007-01-04 [wwp] 2.6.1cvs104
3619 * src/image_viewer.c
3620 Force operator precedence (fix a compiler warning).
3622 2007-01-04 [colin] 2.6.1cvs103
3624 * src/image_viewer.c
3625 Be cautious there too (same fix as the one
3626 in textview from cvs33)
3628 Don't use any MimeViewer plugin when showing
3631 2007-01-03 [wwp] 2.6.1cvs102
3635 fixed "cent" sign (use the existing ASCII one),
3636 decode more HTML entities,
3637 converted table ASCII entries to UTF-8,
3638 moved a switch() into a hashtable.
3640 2007-01-03 [paul] 2.6.1cvs101
3646 When possible, use move_msg instead of
3647 copy_msg + remove_msg to move sent mail
3650 2007-01-03 [paul] 2.6.1cvs100
3653 add more html entity recognition:
3654 pounds, euros, and cents
3656 2007-01-03 [colin] 2.6.1cvs99
3659 Don't display an error on NOSELECT
3660 folders when synchronising
3662 2007-01-03 [paul] 2.6.1cvs98
3664 * tools/maildir2claws-mail.pl
3665 only substitute 'sent-mail' if it's
3666 the full directory name
3668 2007-01-03 [paul] 2.6.1cvs97
3671 * ChangeLog.pre2.0.0
3673 archive a chunk of ChangeLog in
3676 * doc/src/ChangeLog.claws-pre0.8.0
3677 remove ChangeLog.claws-pre0.8.0, adding
3678 its contents to ChangeLog.gtk1
3680 2007-01-03 [paul] 2.6.1cvs96
3701 * src/addressbook_foldersel.c
3702 * src/addressbook_foldersel.h
3723 * src/customheader.c
3724 * src/customheader.h
3725 * src/displayheader.c
3726 * src/displayheader.h
3737 * src/editldap_basedn.c
3738 * src/editldap_basedn.h
3755 * src/folder_item_prefs.c
3756 * src/folder_item_prefs.h
3763 * src/grouplistdialog.c
3764 * src/grouplistdialog.h
3768 * src/image_viewer.c
3769 * src/image_viewer.h
3805 * src/message_search.c
3806 * src/message_search.h
3823 * src/partial_download.c
3824 * src/partial_download.h
3829 * src/prefs_account.c
3830 * src/prefs_account.h
3831 * src/prefs_actions.c
3832 * src/prefs_actions.h
3833 * src/prefs_common.c
3834 * src/prefs_common.h
3835 * src/prefs_compose_writing.c
3836 * src/prefs_compose_writing.h
3837 * src/prefs_customheader.c
3838 * src/prefs_customheader.h
3839 * src/prefs_display_header.c
3840 * src/prefs_display_header.h
3841 * src/prefs_filtering.c
3842 * src/prefs_filtering.h
3843 * src/prefs_filtering_action.c
3844 * src/prefs_filtering_action.h
3845 * src/prefs_folder_column.c
3846 * src/prefs_folder_column.h
3847 * src/prefs_folder_item.c
3848 * src/prefs_folder_item.h
3853 * src/prefs_image_viewer.c
3854 * src/prefs_image_viewer.h
3855 * src/prefs_matcher.c
3856 * src/prefs_matcher.h
3857 * src/prefs_message.c
3858 * src/prefs_msg_colors.c
3859 * src/prefs_msg_colors.h
3862 * src/prefs_receive.c
3864 * src/prefs_spelling.c
3865 * src/prefs_spelling.h
3866 * src/prefs_summaries.c
3867 * src/prefs_summaries.h
3868 * src/prefs_summary_column.c
3869 * src/prefs_summary_column.h
3870 * src/prefs_template.c
3871 * src/prefs_template.h
3872 * src/prefs_themes.c
3873 * src/prefs_themes.h
3874 * src/prefs_toolbar.c
3875 * src/prefs_toolbar.h
3876 * src/prefs_wrapping.c
3877 * src/prefs_wrapping.h
3887 * src/quote_fmt_parse.y
3890 * src/remotefolder.c
3891 * src/remotefolder.h
3892 * src/send_message.c
3893 * src/send_message.h
3896 * src/sourcewindow.c
3897 * src/sourcewindow.h
3902 * src/stock_pixmap.c
3903 * src/stock_pixmap.h
3904 * src/summary_search.c
3905 * src/summary_search.h
3920 * src/common/base64.c
3921 * src/common/base64.h
3923 * src/common/hooks.c
3924 * src/common/hooks.h
3927 * src/common/mgutils.c
3928 * src/common/mgutils.h
3931 * src/common/passcrypt.c
3932 * src/common/passcrypt.h.in
3933 * src/common/plugin.c
3934 * src/common/plugin.h
3935 * src/common/prefs.c
3936 * src/common/prefs.h
3937 * src/common/progressindicator.c
3938 * src/common/progressindicator.h
3939 * src/common/quoted-printable.c
3940 * src/common/quoted-printable.h
3941 * src/common/session.c
3942 * src/common/session.h
3945 * src/common/socket.c
3946 * src/common/socket.h
3949 * src/common/ssl_certificate.c
3950 * src/common/ssl_certificate.h
3951 * src/common/stringtable.c
3952 * src/common/stringtable.h
3953 * src/common/template.c
3954 * src/common/template.h
3955 * src/common/timing.h
3956 * src/common/utils.c
3957 * src/common/utils.h
3958 * src/common/version.h.in
3961 * src/common/xmlprops.c
3962 * src/common/xmlprops.h
3964 * src/gtk/colorlabel.c
3965 * src/gtk/colorsel.c
3966 * src/gtk/colorsel.h
3967 * src/gtk/combobox.c
3968 * src/gtk/combobox.h
3969 * src/gtk/description_window.c
3970 * src/gtk/description_window.h
3973 * src/gtk/foldersort.c
3974 * src/gtk/foldersort.h
3975 * src/gtk/gtksctree.c
3976 * src/gtk/gtkutils.c
3977 * src/gtk/gtkutils.h
3978 * src/gtk/inputdialog.c
3979 * src/gtk/inputdialog.h
3980 * src/gtk/logwindow.c
3981 * src/gtk/logwindow.h
3982 * src/gtk/manage_window.c
3983 * src/gtk/manage_window.h
3986 * src/gtk/pluginwindow.c
3987 * src/gtk/pluginwindow.h
3988 * src/gtk/prefswindow.c
3989 * src/gtk/prefswindow.h
3990 * src/gtk/progressdialog.c
3991 * src/gtk/progressdialog.h
3992 * src/gtk/sslcertwindow.c
3993 * src/gtk/sslcertwindow.h
3994 * src/plugins/bogofilter/bogofilter.c
3995 * src/plugins/bogofilter/bogofilter.h
3996 * src/plugins/bogofilter/bogofilter_gtk.c
3997 * src/plugins/clamav/clamav_plugin.c
3998 * src/plugins/clamav/clamav_plugin.h
3999 * src/plugins/clamav/clamav_plugin_gtk.c
4000 * src/plugins/demo/demo.c
4001 * src/plugins/dillo_viewer/dillo_prefs.c
4002 * src/plugins/dillo_viewer/dillo_prefs.h
4003 * src/plugins/dillo_viewer/dillo_viewer.c
4004 * src/plugins/pgpcore/passphrase.c
4005 * src/plugins/pgpcore/passphrase.h
4006 * src/plugins/pgpcore/pgp_viewer.c
4007 * src/plugins/pgpcore/pgp_viewer.h
4008 * src/plugins/pgpcore/plugin.c
4009 * src/plugins/pgpcore/select-keys.c
4010 * src/plugins/pgpcore/select-keys.h
4011 * src/plugins/pgpcore/sgpgme.c
4012 * src/plugins/pgpcore/sgpgme.h
4013 * src/plugins/pgpinline/pgpinline.c
4014 * src/plugins/pgpinline/pgpinline.h
4015 * src/plugins/pgpinline/plugin.c
4016 * src/plugins/pgpmime/pgpmime.c
4017 * src/plugins/pgpmime/pgpmime.h
4018 * src/plugins/pgpmime/plugin.c
4019 * src/plugins/spamassassin/spamassassin.c
4020 * src/plugins/spamassassin/spamassassin.h
4021 * src/plugins/spamassassin/spamassassin_gtk.c
4022 * src/plugins/trayicon/trayicon.c
4023 it's 2007, update the year in the copyright headers
4025 2007-01-03 [paul] 2.6.1cvs95
4028 it is 2007, use it in the copyright string
4030 2007-01-03 [paul] 2.6.1cvs94
4033 html entity conversion:
4034 move ™ to a more suitable place
4035 add • and –
4036 make sure — and — are both
4039 2007-01-02 [colin] 2.6.1cvs93
4043 * src/common/plugin.c
4045 * src/etpan/imap-thread.c
4048 2006-12-31 [paul] 2.6.1cvs92
4050 * src/prefs_summaries.c
4051 use gtk_button_new_from_stock()
4053 2006-12-30 [colin] 2.6.1cvs91
4058 Don't update filtering and account paths
4059 when copying folders
4061 2006-12-30 [colin] 2.6.1cvs90
4063 * src/prefs_compose_writing.c
4065 * src/prefs_template.c
4066 Use message font for Writing and
4067 Quoting prefs, as well as Templates.
4069 2006-12-30 [colin] 2.6.1cvs89
4071 * src/prefs_summaries.c
4072 Rework GUI; patch by Pawel
4074 2006-12-29 [colin] 2.6.1cvs88
4076 * src/prefs_folder_item.c
4077 Fix bug 1085, 'Apply to subfolder
4078 doesn't work' - I was mistaken saying
4079 it worked in every case
4081 2006-12-28 [colin] 2.6.1cvs87
4083 * src/gtk/gtkaspell.c
4084 Don't assert if use_alternate is true
4085 and alt_dictionary isn't set -- this
4086 is what happens on upgrade! Rather,
4089 2006-12-28 [colin] 2.6.1cvs86
4092 Fix desktop/icon simplification
4094 2006-12-28 [colin] 2.6.1cvs85
4097 Make desktop and icon not
4098 dependant on the desktop
4100 2006-12-28 [wwp] 2.6.1cvs84
4102 * src/plugins/pgpmime/claws.def
4103 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
4105 2006-12-28 [wwp] 2.6.1cvs83
4107 * src/prefs_folder_item.c
4108 Fix coloring of "simplify subject regexp" (folder prefs),
4109 which might be left to red whereas the regexp gets empty.
4111 2006-12-28 [wwp] 2.6.1cvs82
4113 * src/prefs_common.c
4114 * src/prefs_common.h
4117 Save addressbook mainwindow's horizontal and vertical splitter position.
4119 2006-12-27 [wwp] 2.6.1cvs81
4121 * src/gtk/gtkaspell.c
4122 * src/gtk/gtkaspell.h
4124 Fix assignment of compose's default and alternate dictionary from
4125 account or folder settings. Now gtkaspell_change_dict does rotate
4126 dicts only when it's called from a menu cb.
4128 2006-12-27 [wwp] 2.6.1cvs80
4130 * src/folder_item_prefs.c
4131 Fix randomly initialized default-alt-dictionary (folder prefs),
4132 complete 2.6.1cvs72.
4134 2006-12-27 [paul] 2.6.1cvs79
4138 Add Copy folder in the folder's contextual
4141 2006-12-27 [wwp] 2.6.1cvs78
4144 Clean up session locking, thanks to Colin.
4146 2006-12-26 [colin] 2.6.1cvs77
4149 Revert previous patch
4151 2006-12-26 [colin] 2.6.1cvs76
4157 * src/etpan/imap-thread.c
4158 Fix previous commit warnings
4159 Make statusbar update every second if total < 20
4160 Make IMAP APPEND faster by simplifying log
4162 2006-12-26 [colin] 2.6.1cvs75
4170 Make it possible to copy folders accross
4171 mailboxes (this was an arbitrary limitation).
4172 Still make it impossible to move folders
4175 2006-12-26 [colin] 2.6.1cvs74
4177 * src/etpan/imap-thread.c
4178 Fix bug 1081, 'claws-mail
4179 segfaults when going offline
4180 while it transfers mails via
4183 2006-12-26 [colin] 2.6.1cvs73
4185 * src/folder_item_prefs.c
4186 Don't forget alt dictionary when
4187 renaming/moving folders
4189 2006-12-26 [wwp] 2.6.1cvs72
4191 * src/folder_item_prefs.c
4192 Add missing defaults for per-folder alt dict
4193 (forgotten in 2.6.1cvs61).
4195 2006-12-26 [colin] 2.6.1cvs71
4198 Add tooltip to state that specifying
4199 full path to mailbox is possible
4201 2006-12-26 [wwp] 2.6.1cvs70
4203 * src/partial_download.c
4204 * src/gtk/gtkvscrollbutton.c
4205 * src/plugins/pgpinline/plugin.c
4206 Fix for few compiler warnings that matter.
4208 2006-12-25 [colin] 2.6.1cvs69
4210 * src/partial_download.c
4211 Fix marking for download or deletion
4212 when the header isn't the first
4213 * src/gtk/logwindow.c
4214 Fix start of scrolling
4216 2006-12-23 [paul] 2.6.1cvs68
4219 change last commit to use the 'academic'
4220 method instead. Thanks to wwp
4222 2006-12-23 [paul] 2.6.1cvs67
4225 don't warn about empty subject when
4228 2006-12-22 [colin] 2.6.1cvs66
4230 * src/summary_search.c
4233 2006-12-22 [colin] 2.6.1cvs65
4235 * src/gtk/gtkutils.c
4238 * src/summary_search.c
4245 2006-12-22 [colin] 2.6.1cvs64
4249 Add a combo to the learn spam button
4250 * src/plugins/bogofilter/bogofilter.c
4251 * src/plugins/bogofilter/bogofilter_gtk.c
4252 * src/plugins/bogofilter/bogofilter.h
4253 Allow to store Unsure mails in a specific
4254 folder to make better teaching easier
4256 2006-12-21 [wwp] 2.6.1cvs63
4259 * src/prefs_common.c
4260 * src/prefs_common.h
4261 * src/prefs_spelling.c
4262 * src/gtk/gtkaspell.c
4263 * src/gtk/gtkaspell.h
4264 Allow spell-checking using both current and alternate dictionaries
4267 2006-12-21 [wwp] 2.6.1cvs62
4269 * src/gtk/gtkaspell.c
4270 Apply recheck_when_changing_dict (highlight all mispelled words)
4271 when switching to alternate dictionary.
4273 2006-12-21 [wwp] 2.6.1cvs61
4276 * src/folder_item_prefs.h
4277 * src/prefs_common.c
4278 * src/prefs_common.h
4279 * src/prefs_folder_item.c
4280 * src/prefs_spelling.c
4281 * src/gtk/gtkaspell.c
4282 * src/gtk/gtkaspell.h
4283 Add global and per-folder prefs to set the default
4284 alternate dictionary.
4286 2006-12-21 [colin] 2.6.1cvs60
4289 Look for folders by path in all folders
4293 2006-12-20 [colin] 2.6.1cvs59
4295 * src/gtk/quicksearch.c
4296 Make sure in_typing is false when clearing
4298 2006-12-20 [wwp] 2.6.1cvs58
4301 change manual's target dir to be LFH-compliant (thanks to Colin).
4303 2006-12-20 [wwp] 2.6.1cvs57
4305 * src/prefs_common.c
4306 * src/prefs_summaries.c
4307 i18n fix and factorize patch, thanks to Fabien.
4309 2006-12-20 [paul] 2.6.1cvs56
4312 last of the renaming (??)
4314 correct --help info of --status-full
4315 * src/plugins/bogofilter/bogofilter.c
4316 make FALSE default of whitelist_ab
4318 2006-12-19 [colin] 2.6.1cvs55
4321 Same as before, without depending on
4324 2006-12-19 [colin] 2.6.1cvs54
4327 Fix bug 1059, 'Better jpilot charset
4328 handling'. Use libpisync's charset conversion
4331 2006-12-19 [colin] 2.6.1cvs53
4336 2006-12-19 [wwp] 2.6.1cvs52
4339 Add missing #include (thanks to Colin).
4341 2006-12-19 [wwp] 2.6.1cvs51
4343 * src/prefs_receive.c
4344 Better spacing between widgets in prefs.
4346 2006-12-18 [colin] 2.6.1cvs50
4349 Fix failure to get separator on LIST "" ""
4350 Try LIST "" "INBOX" too.
4352 2006-12-18 [wwp] 2.6.1cvs49
4354 * src/common/session.c
4355 Fix a compiler warning (thanks to Fabien).
4357 2006-12-18 [wwp] 2.6.1cvs48
4361 Factorize some strings for translation (it's about error
4362 messages when applying or checking template/quote format).
4364 2006-12-18 [colin] 2.6.1cvs47
4368 * src/gtk/Makefile.am
4370 Add a Release notes tab from the contents of
4371 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
4373 2006-12-17 [colin] 2.6.1cvs46
4378 Correctly convert from/to UTF8/filename encoding
4379 when loading and saving files. Probably fixes
4380 bug 1068, 'Claws-Mail uses 100% CPU when looking
4381 for a file to attach and is blocked...'
4383 2006-12-17 [colin] 2.6.1cvs45
4385 * src/gtk/logwindow.c
4386 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
4387 IMAP folder and is blocked on main thread':
4388 make sure we put utf8 in the log.
4390 2006-12-16 [colin] 2.6.1cvs44
4394 Fix bug 1055, 'Add the 'cancel receive'
4395 in the available events for the toolbar buttons'
4397 2006-12-16 [colin] 2.6.1cvs43
4402 * src/common/session.c
4403 Log error when SSL handshakes fail.
4404 Fixes bug 1082, 'incorrect / imprecise
4405 error message when imap server provides
4406 ssl only through STARTTLS but SSL is
4409 2006-12-15 [wwp] 2.6.1cvs42
4411 * src/plugins/bogofilter/bogofilter_gtk.c
4412 set proper sensitivity to widgets I've recently added.
4418 2006-12-15 [wwp] 2.6.1cvs41
4420 * src/plugins/bogofilter/bogofilter.c
4421 * src/plugins/bogofilter/bogofilter.h
4422 * src/plugins/bogofilter/bogofilter_gtk.c
4423 bogofilter's whitelist can now use a subset of
4424 the addressbook (either a book, a subfolder of a book,
4425 or the whole addressbook by using "Any"). Re-used there
4426 some pref_matcher widgets and mechanisms to match a subset
4429 2006-12-15 [wwp] 2.6.1cvs40
4432 * src/common/plugin.c
4433 * src/common/plugin.h
4435 * src/plugins/bogofilter/bogofilter.c
4436 * src/plugins/clamav/clamav_plugin.c
4437 * src/plugins/demo/demo.c
4438 * src/plugins/dillo_viewer/dillo_viewer.c
4439 * src/plugins/pgpcore/plugin.c
4440 * src/plugins/pgpinline/plugin.c
4441 * src/plugins/pgpmime/plugin.c
4442 * src/plugins/spamassassin/spamassassin.c
4443 * src/plugins/trayicon/trayicon.c
4444 factorize some translatable strings (plugins-related),
4445 fix missing punctuation in several places,
4446 remove useless translatable \n in about.c,
4447 and factorize plugin init code w/ a new function
4448 check_plugin_version() in common/plugin.c.
4449 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4451 2006-12-15 [wwp] 2.6.1cvs39
4453 * src/plugins/bogofilter/bogofilter.c
4454 * src/plugins/bogofilter/bogofilter_gtk.c
4455 flag whitelisted spams as spam, but don't filter it to the spam
4456 folder. Thanks to Colin.
4458 2006-12-15 [ticho] 2.6.1cvs38
4460 * src/plugins/bogofilter/bogofilter.c
4461 * src/plugins/bogofilter/bogofilter.h
4462 * src/plugins/bogofilter/bogofilter_gtk.c
4463 Add option to whitelist senders found in addressbook. Patch by colin.
4465 2006-12-15 [paul] 2.6.1cvs37
4468 add missing #include "log.h"
4470 2006-12-15 [paul] 2.6.1cvs36
4472 * src/plugins/bogofilter/bogofilter.c
4473 * src/plugins/bogofilter/bogofilter.h
4474 * src/plugins/bogofilter/bogofilter_gtk.c
4475 Add an option to allow inserting an
4476 X-Claws-Bogosity header (on MH folders
4477 only). Patch by Colin
4479 2006-12-14 [colin] 2.6.1cvs35
4482 "Yes" should be the default choice for
4483 migration configuration
4485 2006-12-14 [paul] 2.6.1cvs34
4487 * src/prefs_summaries.c
4488 * manual/advanced.xml
4489 Unhide mark_as_read_delay
4491 2006-12-14 [paul] 2.6.1cvs33
4500 Fix printing of selection
4501 Fix printing of message parts
4502 Fix printing of images
4503 * src/gtk/gtksourceprintjob.c
4504 Fix page count when there are images
4506 2006-12-14 [wwp] 2.6.1cvs32
4511 * src/gtk/quicksearch.c
4512 fix quicksearch 'magnify' button status when QS is closed
4513 using the Escape key, thanks to Colin.
4515 2006-12-14 [wwp] 2.6.1cvs31
4520 * src/gtk/quicksearch.c
4521 fix quicksearch 'magnify' button status when QS is closed
4522 using the Escape key, thanks to Colin.
4524 2006-12-13 [colin] 2.6.1cvs30
4528 Use the binary safe version of ldap_get_values,
4529 to make sure we manipulate null-terminated
4530 strings. Maybe fixes bug 1075, 'claws mail
4531 segfault when completing ldap adresses'
4532 * src/syldap.c ** REMOVED **
4533 * src/syldap.h ** REMOVED **
4536 2006-12-13 [mones] 2.6.1cvs29
4539 Fixed piped strings, fixed click translation
4541 2006-12-13 [paul] 2.6.1cvs28
4544 don't translate these strings
4546 2006-12-13 [paul] 2.6.1cvs27
4551 2006-12-13 [colin] 2.6.1cvs26
4555 Add claws_is_starting()
4557 2006-12-13 [mones] 2.6.1cvs25
4559 * manual/es/advanced.xml
4561 Synced manual and updated translation
4563 2006-12-12 [colin] 2.6.1cvs24
4566 Add an option to use STARTTLS in the
4567 welcome wizard. Fixes bug 1080,
4568 'Using SSL option in wizard for incoming
4569 server does not activate SSL with STARTTLS'
4571 2006-12-12 [colin] 2.6.1cvs23
4574 Don't exit when there's an incomplete
4575 mailbox configured - leaves a chance
4576 to fix a failing IMAP account. Exit
4577 if no mailbox at all is loaded (case
4579 Completes bug 1077's fix (I was wrong
4580 in this bug's comment #3).
4582 2006-12-12 [colin] 2.6.1cvs22
4585 Add another menu data type
4586 * src/prefs_account.c
4587 Complete the completion of bug 1076
4588 (doesn't lose the pref on apply)
4590 2006-12-12 [paul] 2.6.1cvs21
4592 * src/prefs_account.c
4593 complete the fix of bug 1076
4594 also be more verbose with the text
4596 2006-12-12 [paul] 2.6.1cvs20
4598 * src/gtk/combobox.c
4599 fix compilation warning
4601 2006-12-11 [colin] 2.6.1cvs19
4604 Document :port in server entry tooltips
4606 2006-12-11 [colin] 2.6.1cvs18
4611 2006-12-11 [colin] 2.6.1cvs17
4614 Add failing IMAP as a reason for no
4617 2006-12-11 [colin] 2.6.1cvs16
4619 * src/prefs_account.c
4620 Check for existence of inbox for local
4623 Allow setting the port to use for servers
4624 by using the usual "server.example.com:port"
4625 syntax. Fixes bug 1077, 'sylpheed-claws does
4626 not start when IMAP server is unavailable'
4628 2006-12-11 [colin] 2.6.1cvs15
4630 * src/prefs_account.c
4631 Prevent use of non-existing default inbox
4633 2006-12-11 [colin] 2.6.1cvs14
4635 * src/prefs_account.c
4636 Fix sensitivity. Fixes bug 1076, 'privacy
4637 options are displayed even when pgp plugin
4638 not loaded / available'
4640 2006-12-09 [colin] 2.6.1cvs13
4642 * manual/advanced.xml
4643 * src/prefs_common.c
4644 * src/prefs_common.h
4645 * src/common/ssl_certificate.c
4646 Add a new hidden preference, 'unsafe_ssl_certs',
4647 which allows to store multiple certificates per
4648 server/port. This is disabled by default because
4649 it's less secure (presenting a new certificate
4650 instead of a changed one raises less alarms).
4651 This will cause Claws to ask about an unknown
4652 certificate for people who have used 2.6.1cvs8
4655 2006-12-09 [colin] 2.6.1cvs12
4658 Fix cache updating after action
4660 2006-12-07 [wwp] 2.6.1cvs11
4663 fix email address comparison when replying to all
4664 (avoid replying to ourselves), thanks to Colin.
4666 2006-12-06 [paul] 2.6.1cvs10
4673 * src/common/utils.c
4674 ...and more renaming
4677 2006-12-06 [paul] 2.6.1cvs9
4688 2006-12-06 [colin] 2.6.1cvs8
4691 * src/common/ssl_certificate.c
4692 * src/common/ssl_certificate.h
4693 Handle multiple certificates per host/port
4695 2006-12-06 [colin] 2.6.1cvs7
4697 * src/etpan/imap-thread.c
4698 Fix certificate checking on IMAP
4700 2006-12-06 [colin] 2.6.1cvs6
4703 Fix bug 1072, 'Claws stops fetching newsgroups
4704 from server when newsgroup got deleted': continue
4705 checking other groups
4707 2006-12-05 [wwp] 2.6.1cvs5
4709 * src/message_search.c
4710 * src/summary_search.c
4711 * src/gtk/combobox.c
4712 * src/gtk/combobox.h
4713 * src/gtk/gtkutils.c
4714 * src/gtk/gtkutils.h
4715 make up and down arrow keys in modern gtk_combo_box_entry widgets
4716 behave like w/ old comboboxes (summary and message search only).
4718 2006-12-05 [paul] 2.6.1cvs4
4724 2006-12-05 [paul] 2.6.1cvs3
4727 * tools/textviewer.pl
4728 script updated and description added
4730 2006-12-04 [colin] 2.6.1cvs2
4733 Run pre-send hook only when checking
4736 2006-12-04 [paul] 2.6.1cvs1
4743 bump up version number following stable release
4745 2006-12-04 [paul] 2.6.0cvs83
4748 updates and corrections
4750 2006-12-04 [colin] 2.6.0cvs82
4752 * src/common/utils.c
4753 Probably fix bug 1066, 'Incorrect mailbox
4756 2006-12-04 [colin] 2.6.0cvs81
4758 * src/common/utils.c
4759 Trim tabs from mailcap file too.
4761 2006-12-02 [paul] 2.6.0cvs80
4764 fix broken GUI under certain languages
4766 put the Cancel button to the right
4768 2006-12-01 [paul] 2.6.0cvs79
4771 remove reference to removed file
4773 2006-12-01 [wwp] 2.6.0cvs78
4777 remove forgotten debug statements.
4779 2006-12-01 [wwp] 2.6.0cvs77
4781 * manual/advanced.xml
4782 * manual/fr/advanced.xml
4788 * src/prefs_common.c
4789 * src/prefs_common.h
4790 * src/gtk/gtkutils.c
4791 * src/gtk/gtkutils.h
4792 add a hidden option to allow embedding the editaddress (edit contact details)
4793 dialog into the addressbook's window. This doesn't change the default
4796 2006-12-01 [wwp] 2.6.0cvs76
4798 * src/message_search.c
4799 * src/summary_search.c
4800 fix more focus issues (don't set focus to combobox's entry widget when
4801 entry's value changed, if entry widget has focus already).
4803 2006-12-01 [wwp] 2.6.0cvs75
4805 * src/gtk/quicksearch.c
4806 revert last changes to the quicksearch gtk_combo_box, this needs more
4809 2006-12-01 [paul] 2.6.0cvs74
4811 * tools/kdeservicemenu/README
4812 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
4813 * tools/kdeservicemenu/install.sh
4814 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
4815 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
4816 simplify this stuff, and in so doing,
4817 fix it. (possibly re-extend it again at
4820 2006-12-01 [wwp] 2.6.0cvs73
4822 * src/gtk/quicksearch.c
4823 adapt quicksearch code to use modern gtk_combo_box'es.
4825 2006-12-01 [wwp] 2.6.0cvs72
4828 * src/prefs_common.c
4829 * src/prefs_common.h
4830 * src/message_search.c
4831 * src/summary_search.c
4832 * src/gtk/combobox.c
4833 * src/gtk/combobox.h
4834 add history combos to all message and summary search fields.
4836 2006-12-01 [wwp] 2.6.0cvs71
4839 As the list may change while the mark as read delay
4840 runs, we can't rely on the 'row' pointer, which can
4841 be invalid when the timeout is called. As the mark
4842 as read is only done if the message is still selected,
4843 use summaryview->selected instead. Thanks to Colin.
4845 2006-11-30 [paul] 2.6.0cvs70
4848 give emphasis to "Sylpheed-Claws"
4849 as well as "Claws Mail"
4851 2006-11-30 [colin] 2.6.0cvs69
4854 Put the SSL checkboxes in the receiving
4855 and sending server pages.
4857 2006-11-29 [colin] 2.6.0cvs68
4859 * src/gtk/gtkutils.c
4860 * src/gtk/gtkvscrollbutton.c
4861 Revert some deprecated fixes - they seem to
4862 deprecate stuff as soon as a new one gets out.
4863 g_object_ref_sink needed glib-2.10.
4865 2006-11-29 [colin] 2.6.0cvs67
4867 * src/common/utils.c
4868 Create .mailcap if it doesn't exist
4870 2006-11-29 [colin] 2.6.0cvs66
4873 Followup to cvs60: use original list
4874 of recipients if replying to a mail
4875 in Sent Drafts or Queue.
4877 2006-11-27 [paul] 2.6.0cvs65
4879 * src/image_viewer.c
4880 revert the last change for now (it's broken)
4882 2006-11-27 [paul] 2.6.0cvs64
4886 * m4/aclocal-include.m4
4903 * src/common/Makefile.am
4904 * src/common/claws.c
4905 * src/common/claws.h
4907 * src/common/sylpheed.c
4908 * src/common/sylpheed.h
4909 * src/etpan/Makefile.am
4910 * src/gtk/Makefile.am
4911 * src/gtk/claws-marshal.list
4913 * src/gtk/gtksctree.c
4914 * src/gtk/quicksearch.c
4915 * src/gtk/sylpheed-marshal.list
4916 * src/plugins/bogofilter/bogofilter.c
4917 * src/plugins/bogofilter/bogofilter_gtk.c
4918 * src/plugins/clamav/clamav_plugin.c
4919 * src/plugins/clamav/clamav_plugin_gtk.c
4920 * src/plugins/demo/demo.c
4921 * src/plugins/dillo_viewer/dillo_viewer.c
4922 * src/plugins/pgpcore/Makefile.am
4923 * src/plugins/pgpcore/claws.def
4924 * src/plugins/pgpcore/pgp_viewer.c
4925 * src/plugins/pgpcore/plugin.c
4926 * src/plugins/pgpcore/sylpheed.def
4927 * src/plugins/pgpinline/Makefile.am
4928 * src/plugins/pgpinline/claws.def
4929 * src/plugins/pgpinline/plugin.c
4930 * src/plugins/pgpinline/sylpheed.def
4931 * src/plugins/pgpmime/Makefile.am
4932 * src/plugins/pgpmime/claws.def
4933 * src/plugins/pgpmime/plugin.c
4934 * src/plugins/pgpmime/sylpheed.def
4935 * src/plugins/spamassassin/spamassassin.c
4936 * src/plugins/spamassassin/spamassassin_gtk.c
4937 * src/plugins/trayicon/trayicon.c
4939 remove deprecated gtk_tooltips_set_delay()
4941 2006-11-26 [paul] 2.6.0cvs63
4945 * src/image_viewer.c
4947 * src/gtk/gtkutils.c
4948 * src/gtk/gtkvscrollbutton.c
4949 * src/gtk/prefswindow.c
4950 * src/plugins/pgpcore/prefs_gpg.c
4951 replace more deprecated GTK+ functions
4953 2006-11-26 [paul] 2.6.0cvs62
4958 replace deprecated gtk_idle_... functions
4960 2006-11-26 [paul] 2.6.0cvs61
4966 * src/gtk/gtkvscrollbutton.c
4967 * src/gtk/quicksearch.c
4968 * src/plugins/pgpcore/passphrase.c
4969 replace deprecated gtk_timeout_add and
4972 2006-11-26 [paul] 2.6.0cvs60
4975 fix bug that caused the wrong recipient
4976 to be selected when replying to a msg
4977 which is From one of our accounts to
4978 another of our accounts
4980 2006-11-25 [paul] 2.6.0cvs59
4983 don't change the From column title to
4984 To if the To column is visible
4986 2006-11-24 [paul] 2.6.0cvs58
4989 fix bug 1069, 'Sent mails disappear, BCC
4990 or locking problem?'
4992 2006-11-21 [wwp] 2.6.0cvs57
4995 fix spelling menu when replying (same as 2.3.1cvs39):
4996 discrepancy between context menu and top menu when
4997 folder's dictionary isn't the default one.
4999 2006-11-19 [paul] 2.6.0cvs56
5002 obey always_show_msg option when
5004 * src/plugins/bogofilter/bogofilter.c
5007 2006-11-18 [paul] 2.6.0cvs55
5017 * src/gtk/icon_legend.c
5018 * src/gtk/icon_legend.h
5019 * tools/OOo2claws-mail.pl
5021 * tools/acroread2claws-mail.pl
5022 * tools/claws.i18n.status.pl
5023 * tools/filter_conv.pl
5024 * tools/filter_conv_new.pl
5025 * tools/freshmeat_search.pl
5026 * tools/google_search.pl
5027 * tools/kmail2claws-mail.pl
5028 * tools/kmail2claws-mail_v2.pl
5029 * tools/maildir2claws-mail.pl
5030 * tools/make.themes.project
5031 * tools/multiwebsearch.pl
5032 * tools/outlook2claws-mail.pl
5033 * tools/tb2claws-mail
5034 * tools/kdeservicemenu/README
5035 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
5036 update mine and wwp's email addresses in
5039 * src/prefs_compose_writing.c
5040 set sensitivity on 'new message format' frame
5042 2006-11-17 [paul] 2.6.0cvs54
5045 more reworking of the GUI
5046 Patch by Fabien Vantard
5048 2006-11-16 [paul] 2.6.0cvs53
5051 set a minimum size for the window, allow
5052 it to automatically expand as necessary
5054 2006-11-16 [wwp] 2.6.0cvs52
5057 better wrap of copyright info on some systems.
5059 2006-11-16 [paul] 2.6.0cvs51
5062 move the tech info from the upper panel
5064 use a gtk_text_view for the features tab
5066 2006-11-16 [paul] 2.6.0cvs50
5069 update my email address
5076 * src/plugins/trayicon/trayicon.c
5077 don't offer simple menu separators
5080 add separator between 'mark all read'
5083 2006-11-15 [wwp] 2.6.0cvs49
5086 updated manuals authors.
5088 2006-11-14 [paul] 2.6.0cvs48
5091 Fix Options/Reply mode after draft save
5093 2006-11-14 [paul] 2.6.0cvs47
5096 Fix make DESTDIR=...
5099 * src/plugins/pgpinline/pgpinline.c
5100 Probably fix bug 1061
5102 2006-11-14 [paul] 2.6.0cvs46
5107 * src/stock_pixmap.c
5108 * src/stock_pixmap.h
5110 * src/pixmaps/active.xpm
5111 * src/pixmaps/inactive.xpm
5112 add a new page, 'Features', to the About dialog
5113 showing which features are compiled in and which
5116 2006-11-14 [paul] 2.6.0cvs45
5119 updated by Pavlo Bohmat
5121 2006-11-14 [colin] 2.6.0cvs44
5129 * src/gtk/gtkaspell.c
5130 Fix 64-bit-related warnings
5132 Fix possible infinite loop
5133 * src/plugins/pgpcore/sgpgme.c
5134 Remove useless check
5136 2006-11-13 [colin] 2.6.0cvs43
5138 * src/gtk/Makefile.am
5139 authors.h isn't generated
5141 2006-11-13 [colin] 2.6.0cvs42
5143 * src/plugins/pgpinline/pgpinline.c
5144 * src/plugins/pgpmime/pgpmime.c
5145 Very probably fix bug 1061, 'crash on
5146 opening signed email'. Another cast
5149 2006-11-13 [colin] 2.6.0cvs41
5151 * src/plugins/pgpcore/sgpgme.c
5152 Maybe fix bug 1061, 'crash on opening
5155 2006-11-13 [wwp] 2.6.0cvs40
5157 * src/plugins/pgpinline/pgpinline.c
5158 fix candidate for bug #1057, thanks to Colin.
5160 2006-11-13 [wwp] 2.6.0cvs39
5163 * src/quote_fmt_parse.y
5164 fix bug 1052: current parser buffer was not always
5165 allocated, ptr to this buffer could be returned as
5166 NULL whereas no parser error has occurred. in
5167 consequence, defining a template body as "%d"
5168 (w/o the quotes) for the first time of the instance
5169 of claws-mail, was reporting a parser error. make
5170 sure that the buffer is always allocated, even to
5172 fix mis-unescaping in compose.:compose_quote_fmt():
5173 unescaping of the fmt string was always done
5174 whereas it must be done *only* when receiving
5175 quote format strings issued from the prefs
5176 (compose new message, reply, forward, redirect
5177 formats), *not* when applying templates. in
5178 consequences, applying templates w/ sequences
5179 like \\|p{echo} were failing. make sure that
5180 unescaping is done only when necessary.
5182 2006-11-12 [colin] 2.6.0cvs38
5187 2006-11-12 [colin] 2.6.0cvs37
5189 * src/plugins/pgpinline/pgpinline.c
5190 * src/plugins/pgpmime/pgpmime.c
5191 Release GPG context at the latest
5192 possible moment. Maybe fixes
5193 bug 1057, 'crash on sending signed
5194 message to a newsgroup'
5197 2006-11-12 [colin] 2.6.0cvs36
5199 * src/plugins/pgpcore/sgpgme.c
5200 Tell a bit more when gpg's status doesn't
5201 contain any signature
5203 2006-11-12 [colin] 2.6.0cvs35
5206 Fix bug 1060, 'compilation error with
5209 2006-11-12 [paul] 2.6.0cvs34
5211 * doc/man/claws-mail.1
5213 * src/plugins/clamav/README
5214 * src/plugins/spamassassin/README
5216 * tools/freshmeat_search.pl
5217 * tools/google_search.pl
5218 * tools/multiwebsearch.pl
5220 * src/plugins/trayicon/trayicon.c
5221 fix compiliation warning
5223 2006-11-11 [colin] 2.6.0cvs33
5226 Forbid drag and drop from/to different
5227 folders of type F_UNKNOWN
5229 2006-11-11 [colin] 2.6.0cvs32
5231 * src/plugins/pgpinline/pgpinline.c
5232 Fix typo in previous commit:
5234 + if ((err = gpgme_new(&data->ctx)) ...)
5236 2006-11-11 [colin] 2.6.0cvs31
5238 * src/plugins/pgpinline/pgpinline.c
5239 * src/plugins/pgpmime/pgpmime.c
5240 Check success after calling gpgme_new
5241 Maybe fixes bug 1057, 'crash on sending
5242 signed message to a newsgroup'
5244 2006-11-11 [colin] 2.6.0cvs30
5247 init undostruct to 0s (from
5248 valgrind log of bug 1057)
5250 2006-11-10 [colin] 2.6.0cvs29
5253 Set cursor to wait before filtering
5254 duplicates in all folders
5255 * src/plugins/bogofilter/bogofilter.c
5256 * src/plugins/bogofilter/bogofilter.h
5257 * src/plugins/bogofilter/bogofilter_gtk.c
5258 Completely thread away the bogofilter
5261 2006-11-10 [mones] 2.6.0cvs28
5265 added COMPOSE_CHECK_BEFORE_SEND hook
5267 2006-11-10 [paul] 2.6.0cvs27
5271 add libSM to get_compiled_in_features()
5275 2006-11-10 [colin] 2.6.0cvs26
5277 * src/etpan/imap-thread.c
5278 Add a reference to libetpan's sasl engine
5279 so that sasl_done() doesn't get called by
5280 libetpan, and doesn't break openssl.
5281 Should fix bug 1053, 'SC fails to reestablish
5282 a secure connection'
5285 2006-11-10 [colin] 2.6.0cvs25
5287 * manual/addrbook.xml
5288 * manual/advanced.xml
5293 2006-11-09 [colin] 2.6.0cvs24
5295 * src/plugins/bogofilter/bogofilter_gtk.c
5296 Add comment about annoyance
5298 2006-11-09 [colin] 2.6.0cvs23
5300 * src/plugins/bogofilter/bogofilter.c
5301 * src/plugins/bogofilter/bogofilter_gtk.c
5302 Prepare things needed to thread bogofilter
5303 filtering: separate bogo stuff and possible GUI
5306 2006-11-09 [colin] 2.6.0cvs22
5310 Search for one of our accounts in Delivered-To
5311 (helps for auto-account selection when
5312 replying/forwarding)
5316 * src/plugins/trayicon/trayicon.c
5317 Allow opening a new mail with any account from
5320 2006-11-09 [wwp] 2.6.0cvs21
5323 * src/prefs_common.c
5324 * src/prefs_common.h
5325 * src/prefs_compose_writing.c
5326 add a compose new message format (in prefs/compose/writing), it's a
5327 simple subject+body template to use when opening a new composition
5328 window. It's similar to the existent reply and forward formats.
5330 enhanced the template/format % symbols substitution mechanism to
5331 use current composition window information when % are used in
5332 the compose new message format or in templates applied to new
5333 messages (there were useless in that situations before). When
5334 applied to new messages, %d corresponds to the system time/date.
5336 2006-11-09 [paul] 2.6.0cvs20
5341 2006-11-09 [paul] 2.6.0cvs19
5344 keep tje alphabetical order
5346 2006-11-08 [colin] 2.6.0cvs18
5348 * src/etpan/imap-thread.c
5349 Fix bug 1054, 'Slowness logging big
5352 2006-11-08 [paul] 2.6.0cvs17
5357 2006-11-08 [paul] 2.6.0cvs16
5362 2006-11-08 [paul] 2.6.0cvs15
5365 * tools/OOo2claws-mail.pl
5366 * tools/OOo2sylpheed.pl
5368 * tools/acroread2claws-mail.pl
5369 * tools/acroread2sylpheed.pl
5370 * tools/kmail2claws-mail.pl
5371 * tools/kmail2claws-mail_v2.pl
5372 * tools/kmail2sylpheed.pl
5373 * tools/kmail2sylpheed_v2.pl
5374 * tools/maildir2claws-mail.pl
5375 * tools/maildir2sylpheed.pl
5376 * tools/nautilus2claws-mail.sh
5377 * tools/nautilus2sylpheed.sh
5378 * tools/outlook2claws-mail.pl
5379 * tools/outlook2sylpheed.pl
5380 * tools/tb2claws-mail
5382 * tools/tbird2claws.py
5383 * tools/tbird2syl.py
5384 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
5385 * tools/kdeservicemenu/install.sh
5386 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5387 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5388 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
5389 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5390 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5391 renamed (removed, added) tools files
5393 2006-11-08 [paul] 2.6.0cvs14
5397 Migrate sylpheedrc to clawsrc, and fix the standard
5398 plugins path in the process
5400 2006-11-07 [colin] 2.6.0cvs13
5403 Symlink sylpheed-claws relative to
5406 2006-11-07 [colin] 2.6.0cvs12
5409 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
5411 2006-11-07 [paul] 2.6.0cvs11
5414 Fix a missed occurence of
5417 2006-11-07 [paul] 2.6.0cvs10
5420 Fix symlink installation
5422 2006-11-07 [paul] 2.6.0cvs9
5425 Symlink claws-mail to sylpheed-claws
5426 * src/common/utils.c
5427 Fix migrating symlinks
5428 * src/etpan/imap-thread.c
5429 check certificate only when there's
5432 2006-11-07 [paul] 2.6.0cvs8
5435 Fix icon breakages with Gtk, which needs a
5436 cache updated to see them.
5438 2006-11-07 [paul] 2.6.0cvs7
5449 * claws-mail-128x128.png
5450 * claws-mail-64x64.png
5455 * sylpheed-claws-128x128.png
5456 * sylpheed-claws-64x64.png
5457 * sylpheed-claws.desktop
5458 * sylpheed-claws.ico
5459 * sylpheed-claws.pc.in
5460 * sylpheed-claws.png
5461 * debian/README.Debian
5463 * debian/claws-mail.desktop
5464 * debian/claws-mail.menu
5465 * debian/claws-mail.postinst.debhelper
5466 * debian/claws-mail.postrm.debhelper
5471 * debian/sylpheed-claws.desktop
5472 * debian/sylpheed-claws.menu
5473 * debian/sylpheed-claws.postinst.debhelper
5474 * debian/sylpheed-claws.postrm.debhelper
5475 * doc/man/Makefile.am
5476 * doc/man/claws-mail.1
5477 * doc/man/sylpheed-claws.1
5478 * doc/src/ChangeLog.claws-pre0.8.0
5479 * manual/Makefile.am
5480 * manual/account.xml
5482 * manual/addrbook.xml
5483 * manual/advanced.xml
5484 * manual/claws-mail-manual.xml
5486 * manual/glossary.xml
5487 * manual/handling.xml
5489 * manual/keyboard.xml
5490 * manual/plugins.xml
5491 * manual/starting.xml
5492 * manual/sylpheed-claws-manual.xml
5494 * manual/dist/.cvsignore
5495 * manual/dist/html/.cvsignore
5496 * manual/dist/html/Makefile.am
5497 * manual/dist/pdf/.cvsignore
5498 * manual/dist/pdf/Makefile.am
5499 * manual/dist/ps/.cvsignore
5500 * manual/dist/ps/Makefile.am
5501 * manual/dist/txt/.cvsignore
5502 * manual/dist/txt/Makefile.am
5503 * manual/es/Makefile.am
5504 * manual/es/advanced.xml
5505 * manual/es/claws-mail-manual.xml
5507 * manual/es/glossary.xml
5508 * manual/es/handling.xml
5509 * manual/es/intro.xml
5510 * manual/es/plugins.xml
5511 * manual/es/sylpheed-claws-manual.xml
5512 * manual/es/dist/.cvsignore
5513 * manual/es/dist/html/.cvsignore
5514 * manual/es/dist/html/Makefile.am
5515 * manual/es/dist/pdf/.cvsignore
5516 * manual/es/dist/pdf/Makefile.am
5517 * manual/es/dist/ps/.cvsignore
5518 * manual/es/dist/ps/Makefile.am
5519 * manual/es/dist/txt/.cvsignore
5520 * manual/es/dist/txt/Makefile.am
5521 * manual/fr/Makefile.am
5522 * manual/fr/account.xml
5524 * manual/fr/addrbook.xml
5525 * manual/fr/advanced.xml
5526 * manual/fr/claws-mail-manual.xml
5528 * manual/fr/glossary.xml
5529 * manual/fr/handling.xml
5530 * manual/fr/intro.xml
5531 * manual/fr/keyboard.xml
5532 * manual/fr/plugins.xml
5533 * manual/fr/starting.xml
5534 * manual/fr/sylpheed-claws-manual.xml
5535 * manual/fr/dist/.cvsignore
5536 * manual/fr/dist/html/.cvsignore
5537 * manual/fr/dist/html/Makefile.am
5538 * manual/fr/dist/pdf/.cvsignore
5539 * manual/fr/dist/pdf/Makefile.am
5540 * manual/fr/dist/ps/.cvsignore
5541 * manual/fr/dist/ps/Makefile.am
5542 * manual/fr/dist/txt/.cvsignore
5543 * manual/fr/dist/txt/Makefile.am
5544 * manual/pl/Makefile.am
5545 * manual/pl/account.xml
5547 * manual/pl/addrbook.xml
5548 * manual/pl/advanced.xml
5549 * manual/pl/claws-mail-manual.xml
5551 * manual/pl/glossary.xml
5552 * manual/pl/handling.xml
5553 * manual/pl/intro.xml
5554 * manual/pl/keyboard.xml
5555 * manual/pl/plugins.xml
5556 * manual/pl/starting.xml
5557 * manual/pl/sylpheed-claws-manual.xml
5558 * manual/pl/dist/.cvsignore
5559 * manual/pl/dist/html/.cvsignore
5560 * manual/pl/dist/html/Makefile.am
5561 * manual/pl/dist/pdf/.cvsignore
5562 * manual/pl/dist/pdf/Makefile.am
5563 * manual/pl/dist/ps/.cvsignore
5564 * manual/pl/dist/ps/Makefile.am
5565 * manual/pl/dist/txt/.cvsignore
5566 * manual/pl/dist/txt/Makefile.am
5590 * src/addressbook_foldersel.c
5591 * src/addressbook_foldersel.h
5613 * src/customheader.c
5614 * src/customheader.h
5615 * src/displayheader.c
5616 * src/displayheader.h
5627 * src/editldap_basedn.c
5628 * src/editldap_basedn.h
5644 * src/folder_item_prefs.c
5645 * src/folder_item_prefs.h
5652 * src/grouplistdialog.c
5653 * src/grouplistdialog.h
5656 * src/image_viewer.c
5657 * src/image_viewer.h
5696 * src/matcher_parser.h
5697 * src/matcher_parser_lex.l
5698 * src/matcher_parser_parse.y
5701 * src/message_search.c
5702 * src/message_search.h
5721 * src/partial_download.c
5722 * src/partial_download.h
5727 * src/prefs_account.c
5728 * src/prefs_account.h
5729 * src/prefs_actions.c
5730 * src/prefs_actions.h
5731 * src/prefs_common.c
5732 * src/prefs_common.h
5733 * src/prefs_compose_writing.c
5734 * src/prefs_compose_writing.h
5735 * src/prefs_customheader.c
5736 * src/prefs_customheader.h
5737 * src/prefs_display_header.c
5738 * src/prefs_display_header.h
5739 * src/prefs_ext_prog.c
5740 * src/prefs_ext_prog.h
5741 * src/prefs_filtering.c
5742 * src/prefs_folder_column.c
5743 * src/prefs_folder_column.h
5744 * src/prefs_folder_item.c
5745 * src/prefs_folder_item.h
5750 * src/prefs_image_viewer.c
5751 * src/prefs_image_viewer.h
5752 * src/prefs_matcher.c
5753 * src/prefs_matcher.h
5754 * src/prefs_message.c
5755 * src/prefs_message.h
5756 * src/prefs_msg_colors.c
5757 * src/prefs_msg_colors.h
5762 * src/prefs_receive.c
5763 * src/prefs_receive.h
5766 * src/prefs_spelling.c
5767 * src/prefs_spelling.h
5768 * src/prefs_summaries.c
5769 * src/prefs_summaries.h
5770 * src/prefs_summary_column.c
5771 * src/prefs_summary_column.h
5772 * src/prefs_template.c
5773 * src/prefs_template.h
5774 * src/prefs_themes.c
5775 * src/prefs_themes.h
5776 * src/prefs_toolbar.c
5777 * src/prefs_toolbar.h
5778 * src/prefs_wrapping.c
5779 * src/prefs_wrapping.h
5789 * src/quote_fmt_parse.y
5792 * src/remotefolder.c
5793 * src/remotefolder.h
5794 * src/send_message.c
5795 * src/send_message.h
5798 * src/sourcewindow.c
5799 * src/sourcewindow.h
5804 * src/stock_pixmap.c
5805 * src/stock_pixmap.h
5806 * src/summary_search.c
5807 * src/summary_search.h
5824 * src/common/base64.c
5825 * src/common/base64.h
5827 * src/common/hooks.c
5828 * src/common/hooks.h
5831 * src/common/mgutils.c
5832 * src/common/mgutils.h
5835 * src/common/passcrypt.c
5836 * src/common/passcrypt.h.in
5837 * src/common/plugin.c
5838 * src/common/plugin.h
5839 * src/common/prefs.c
5840 * src/common/prefs.h
5841 * src/common/progressindicator.c
5842 * src/common/progressindicator.h
5843 * src/common/quoted-printable.c
5844 * src/common/quoted-printable.h
5845 * src/common/session.c
5846 * src/common/session.h
5849 * src/common/socket.c
5850 * src/common/socket.h
5853 * src/common/stringtable.c
5854 * src/common/stringtable.h
5855 * src/common/sylpheed.c
5856 * src/common/sylpheed.h
5857 * src/common/template.c
5858 * src/common/template.h
5859 * src/common/timing.h
5860 * src/common/utils.c
5861 * src/common/utils.h
5862 * src/common/version.h.in
5865 * src/common/xmlprops.c
5866 * src/common/xmlprops.h
5868 * src/gtk/colorlabel.c
5869 * src/gtk/colorlabel.h
5870 * src/gtk/colorsel.c
5871 * src/gtk/colorsel.h
5872 * src/gtk/combobox.c
5873 * src/gtk/combobox.h
5874 * src/gtk/description_window.c
5875 * src/gtk/description_window.h
5878 * src/gtk/foldersort.c
5879 * src/gtk/foldersort.h
5880 * src/gtk/gtkaspell.c
5881 * src/gtk/gtkaspell.h
5882 * src/gtk/gtksctree.c
5883 * src/gtk/gtkshruler.c
5884 * src/gtk/gtkshruler.h
5885 * src/gtk/gtkutils.c
5886 * src/gtk/gtkutils.h
5887 * src/gtk/icon_legend.c
5888 * src/gtk/icon_legend.h
5889 * src/gtk/logwindow.c
5890 * src/gtk/logwindow.h
5891 * src/gtk/manage_window.c
5892 * src/gtk/manage_window.h
5893 * src/gtk/pluginwindow.c
5894 * src/gtk/pluginwindow.h
5895 * src/gtk/prefswindow.c
5896 * src/gtk/prefswindow.h
5897 * src/gtk/quicksearch.c
5898 * src/gtk/quicksearch.h
5899 * src/pixmaps/claws-mail.xpm
5900 * src/pixmaps/claws-mail_icon.xpm
5901 * src/pixmaps/claws-mail_logo.xpm
5902 * src/pixmaps/sylpheed-claws.xpm
5903 * src/pixmaps/sylpheed-claws_icon.xpm
5904 * src/pixmaps/sylpheed-claws_logo.xpm
5905 * src/plugins/bogofilter/Makefile.am
5906 * src/plugins/bogofilter/bogofilter.c
5907 * src/plugins/bogofilter/bogofilter.h
5908 * src/plugins/bogofilter/bogofilter_gtk.c
5909 * src/plugins/clamav/Makefile.am
5910 * src/plugins/clamav/clamav_plugin.c
5911 * src/plugins/clamav/clamav_plugin.h
5912 * src/plugins/clamav/clamav_plugin_gtk.c
5913 * src/plugins/demo/Makefile.am
5914 * src/plugins/demo/demo.c
5915 * src/plugins/dillo_viewer/Makefile.am
5916 * src/plugins/dillo_viewer/README
5917 * src/plugins/dillo_viewer/dillo_prefs.c
5918 * src/plugins/dillo_viewer/dillo_prefs.h
5919 * src/plugins/dillo_viewer/dillo_viewer.c
5920 * src/plugins/pgpcore/Makefile.am
5921 * src/plugins/pgpcore/passphrase.c
5922 * src/plugins/pgpcore/passphrase.h
5923 * src/plugins/pgpcore/pgp_viewer.c
5924 * src/plugins/pgpcore/pgp_viewer.h
5925 * src/plugins/pgpcore/plugin.c
5926 * src/plugins/pgpcore/prefs_gpg.c
5927 * src/plugins/pgpcore/prefs_gpg.h
5928 * src/plugins/pgpcore/select-keys.c
5929 * src/plugins/pgpcore/select-keys.h
5930 * src/plugins/pgpcore/sgpgme.c
5931 * src/plugins/pgpcore/sgpgme.h
5932 * src/plugins/pgpcore/sylpheed.def
5933 * src/plugins/pgpcore/version.rc
5934 * src/plugins/pgpinline/Makefile.am
5935 * src/plugins/pgpinline/pgpinline.c
5936 * src/plugins/pgpinline/pgpinline.h
5937 * src/plugins/pgpinline/plugin.c
5938 * src/plugins/pgpinline/sylpheed.def
5939 * src/plugins/pgpinline/version.rc
5940 * src/plugins/pgpmime/Makefile.am
5941 * src/plugins/pgpmime/pgpmime.c
5942 * src/plugins/pgpmime/pgpmime.h
5943 * src/plugins/pgpmime/plugin.c
5944 * src/plugins/pgpmime/sylpheed.def
5945 * src/plugins/pgpmime/version.rc
5946 * src/plugins/spamassassin/Makefile.am
5947 * src/plugins/spamassassin/README
5948 * src/plugins/spamassassin/spamassassin.c
5949 * src/plugins/spamassassin/spamassassin.h
5950 * src/plugins/spamassassin/spamassassin_gtk.c
5951 * src/plugins/trayicon/Makefile.am
5952 * src/plugins/trayicon/trayicon.c
5953 * tools/OOo2sylpheed.pl
5955 * tools/README.sylprint
5956 * tools/acroread2sylpheed.pl
5957 * tools/claws.i18n.status.pl
5958 * tools/filter_conv.pl
5959 * tools/filter_conv_new.pl
5960 * tools/freshmeat_search.pl
5961 * tools/google_search.pl
5962 * tools/kmail2sylpheed.pl
5963 * tools/kmail2sylpheed_v2.pl
5964 * tools/make.themes.project
5965 * tools/multiwebsearch.pl
5966 * tools/nautilus2sylpheed.sh
5967 * tools/outlook2sylpheed.pl
5971 * tools/textviewer.sh
5972 * tools/vcard2xml.py
5973 * tools/kdeservicemenu/README
5974 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5975 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5976 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5977 Change name to Claws Mail. Announce to follow...
5979 2006-11-06 [wwp] 2.6.0cvs6
5981 * src/prefs_template.c
5982 unify messages related to quote format/template errors (fix
5983 capitalization), again.
5985 2006-11-06 [wwp] 2.6.0cvs5
5988 unify messages related to quote format/template errors.
5990 2006-11-06 [wwp] 2.6.0cvs4
5992 * src/prefs_msg_colors.c
5993 more uses of Q_ macro for contextual translations, thanks
5996 2006-11-06 [wwp] 2.6.0cvs3
5999 * src/common/utils.c
6000 * src/common/utils.h
6001 show an alertpanel to make sure users are aware that sensitive
6002 files are attached (it's file blacklist-based). This will fix
6003 interaction w/ GoogleEarth for instance, thanks to Colin.
6005 2006-11-06 [wwp] 2.6.0cvs2
6008 * src/prefs_template.c
6009 * src/prefs_template.h
6010 check quote format when applying/closing prefs. For now this only
6011 shows up an error dialog box, not preventing the user from using
6012 a broken quote (reply, forwards) format.
6014 2006-11-06 [wwp] 2.6.0cvs1
6016 * src/prefs_template.c
6017 fix missing checks of some template fields.
6019 2006-11-06 [paul] 2.6.0
6026 2006-11-06 [paul] 2.5.6cvs22
6028 * manual/advanced.xml
6029 * manual/es/advanced.xml
6030 put 'respect_flowed_format' info in the correct
6033 2006-11-06 [mones] 2.5.6cvs21
6036 Minor fixes for release
6038 2006-11-06 [paul] 2.5.6cvs20
6049 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
6050 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
6051 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
6054 2006-11-02 [colin] 2.5.6cvs19
6058 * src/prefs_account.c
6059 * src/etpan/imap-thread.c
6060 Add GSSAPI support - fixes Debian bug #383274
6062 2006-11-01 [colin] 2.5.6cvs18
6065 Handle libpisock12 support. Probably
6066 fixes bug 1046, 'jpilot AddressDB.pdb
6069 2006-11-01 [colin] 2.5.6cvs17
6072 debug_print() folderutils_mark_all_read()
6074 2006-11-01 [colin] 2.5.6cvs16
6077 Add missed files to the Apache exception
6079 2006-10-31 [colin] 2.5.6cvs15
6083 Add a copy_private_data() func to FolderClasses
6084 Doesn't break the feature freeze, because we
6085 won't use it (right now) in the core.
6087 2006-10-31 [colin] 2.5.6cvs14
6090 Allow linking with the Apache licensed files in
6091 src/plugins/spamassassin. Hopefully fixes
6092 bug 1048, 'Spamassassin plugin license problem'
6094 2006-10-31 [wwp] 2.5.6cvs13
6097 fix and optimize trimming of leading linefeeds in body loop.
6099 2006-10-31 [colin] 2.5.6cvs12
6101 * src/etpan/imap-thread.c
6103 Make really sure to have NULL sets in case
6106 2006-10-30 [wwp] 2.5.6cvs11
6108 * src/prefs_common.c
6109 * src/prefs_common.h
6111 fix broken storage of quote format template when it contains \-escape
6112 sequences. The application of such sequences is also fixed now (\t
6113 in quote format will be a real tab instead of a 't', for instance).
6115 2006-10-27 [colin] 2.5.6cvs10
6118 Probably fix bug 1045, 'sylpheed-claws
6119 doesn't remove the mail from the IMAP
6120 Queue folder after sending'. From
6123 2006-10-27 [colin] 2.5.6cvs9
6126 Require libetpan-0.48. I'm so annoying,
6129 2006-10-27 [colin] 2.5.6cvs8
6133 Probably fix bug 1044, 'sylpheed-claws
6134 segfaults while moving mails' - Fix relation
6135 usage when moving to an IMAP mailbox from another
6138 2006-10-26 [paul] 2.5.6cvs7
6141 add libSM to compiled-in features
6144 2006-10-24 [colin] 2.5.6cvs6
6147 * src/gtk/gtkutils.c
6148 Fix crash when printing emails with an
6151 2006-10-24 [mones] 2.5.6cvs5
6153 * manual/es/advanced.xml
6154 Synchronize hidden option respect_flowed_format
6158 2006-10-21 [paul] 2.5.6cvs4
6161 * src/plugins/pgpcore/pgp_viewer.c
6162 * src/plugins/pgpcore/sgpgme.c
6163 fix building on BSDs
6164 Thanks to Michael Hughes
6165 <Sylpheed-Claws_user@thehugheslogcabin.net>
6167 2006-10-20 [colin] 2.5.6cvs3
6170 Bump up libetpan requirement
6171 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
6172 * src/common/utils.c
6173 * src/common/utils.h
6174 Add convenience get_file_mtime()
6176 * src/etpan/imap-thread.c
6177 * src/etpan/imap-thread.h
6178 Implement UIDPLUS support if the server
6179 supports it - faster sending in this case
6181 2006-10-19 [colin] 2.5.6cvs2
6183 * src/gtk/quicksearch.c
6184 Fix emptying in type-ahead+extended mode
6187 Add a hook for offline state change
6188 * src/plugins/trayicon/trayicon.c
6189 Use it to display offline icons
6190 * src/plugins/trayicon/Makefile.am
6191 * src/plugins/trayicon/newmail.offline.xpm
6192 * src/plugins/trayicon/newmarkedmail.offline.xpm
6193 * src/plugins/trayicon/nomail.offline.xpm
6194 * src/plugins/trayicon/unreadmail.offline.xpm
6195 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
6198 2006-10-12 [paul] 2.5.6cvs1
6203 Update version number following
6206 2006-10-19 [colin] 2.5.5cvs18
6208 * manual/handling.xml
6209 Add type-ahead search
6211 2006-10-18 [colin] 2.5.5cvs17
6213 * src/gtk/quicksearch.c
6214 Remove "save to history only if there's
6215 no syntax error", it breaks for some
6216 reason which I'll investigate later.
6218 2006-10-18 [colin] 2.5.5cvs16
6220 * src/prefs_common.c
6221 * src/prefs_common.h
6223 * src/gtk/quicksearch.c
6224 * src/gtk/quicksearch.h
6225 Add a type-ahead option for fast searches
6226 Patch by Fabien Vantard
6228 2006-10-18 [colin] 2.5.5cvs15
6232 Add Options/Reply mode/ menu to be able to
6233 change the recipients of a reply on the fly
6235 2006-10-18 [colin] 2.5.5cvs14
6238 Fix redirecting of our own sent mails
6240 2006-10-17 [wwp] 2.5.5cvs13
6242 * src/send_message.c
6243 Fix duplicate error messages when sending, and missing
6244 newline in such error messages.
6246 2006-10-17 [colin] 2.5.5cvs12
6249 Compare addresses case-insensitive
6251 2006-10-17 [colin] 2.5.5cvs11
6253 * src/plugins/pgpcore/sgpgme.c
6256 2006-10-17 [colin] 2.5.5cvs10
6258 * src/plugins/pgpcore/pgp_viewer.c
6261 2006-10-17 [colin] 2.5.5cvs9
6264 Fix a typo (thanks to Fabien)
6266 2006-10-16 [colin] 2.5.5cvs8
6269 Fix problem with quote-folding when emails
6270 don't convert cleanly to UTF-8
6272 2006-10-14 [colin] 2.5.5cvs7
6274 * src/prefs_template.c
6275 Reset fields when reopening
6278 2006-10-13 [paul] 2.5.5cvs6
6280 * manual/advanced.xml
6281 * src/prefs_message.c
6282 make 'respect_flowed_format' a hidden
6283 option, and add a manual entry for it
6286 2006-10-12 [colin] 2.5.5cvs5
6289 Revert part of 2.5.2cvs21:
6290 Don't optimise by reusing the
6291 last iconv converter if possible:
6292 it seems slightly broken in a
6293 very hard way to reproduce
6295 2006-10-12 [colin] 2.5.5cvs4
6297 * src/prefs_common.c
6298 * src/prefs_common.h
6299 * src/prefs_message.c
6301 Fix bug 1035, 'Incorrect handling
6302 of flowed lines'. We now optionnaly
6303 handle this format (preference is in
6304 Message View/Text options section)
6306 2006-10-12 [colin] 2.5.5cvs3
6310 * src/plugins/pgpcore/pgp_viewer.c
6311 * src/plugins/pgpcore/sgpgme.c
6312 Don't try to import without asking
6314 2006-10-12 [colin] 2.5.5cvs2
6317 Fix bug 1036, 'Forwarding a mutlipart
6318 mail with a "text/html" block to ms
6319 outlook users leeds to freeze of
6320 outlook'. Poor outlook users...
6322 2006-10-12 [paul] 2.5.5cvs1
6327 Update version number following
6330 2006-10-11 [paul] 2.5.4cvs1
6335 Update version number following
6338 2006-10-11 [paul] 2.5.3cvs32
6341 fix bug 1032, 'Segmentation fault when showing
6342 message' (bug in quote folding)
6345 2006-10-10 [colin] 2.5.3cvs31
6348 Rephrase english a bit
6350 2006-10-10 [colin] 2.5.3cvs30
6352 * src/prefs_compose_writing.c
6353 Stop making the page larger than the window
6355 2006-10-10 [wwp] 2.5.3cvs29
6358 * src/prefs_template.c
6361 * src/quote_fmt_lex.l
6362 * src/quote_fmt_parse.y
6363 Extend the quote parser a bit: allow to get access to
6364 basic (composing) account info.
6366 2006-10-10 [colin] 2.5.3cvs28
6369 Fix this \t problem in subject
6371 2006-10-09 [colin] 2.5.3cvs27
6375 Prepare cache a bit later
6376 If section already exists, skip the new one
6377 (as previously); avoid writing the same block
6378 twice - if we find a second block with the
6380 * src/plugins/pgpcore/pgp_viewer.c
6381 Set cursor to busy when retrieving a key
6382 * src/plugins/pgpcore/sgpgme.c
6383 allow 5 seconds for gpg to export the key
6386 2006-10-09 [colin] 2.5.3cvs26
6391 Check for existence of fgets_unlocked
6394 2006-10-09 [paul] 2.5.3cvs25
6396 * src/prefs_summaries.c
6397 replace strftime() with fast_strftime() and in
6398 the consequence fix the bug in the display of
6399 AM/PM in the 'Example' string
6401 2006-10-09 [ticho] 2.5.3cvs24
6404 Updated (and fixed up somewhat) Slovak translation.
6406 2006-10-08 [colin] 2.5.3cvs23
6408 * src/prefs_folder_item.c
6409 Explain why prefs in the top-level folder
6410 aren't retained, but are still useful
6412 2006-10-08 [colin] 2.5.3cvs22
6415 Don't cache anything if caching fails
6417 2006-10-08 [colin] 2.5.3cvs21
6419 * src/common/utils.c
6420 always include gi18n.h
6422 2006-10-07 [colin] 2.5.3cvs20
6424 * src/plugins/pgpcore/pgp_viewer.c
6425 Kill gpg after 5 seconds wait
6427 2006-10-07 [colin] 2.5.3cvs19
6429 * src/plugins/pgpcore/pgp_viewer.c
6430 * src/plugins/pgpcore/pgp_viewer.h
6433 2006-10-07 [colin] 2.5.3cvs18
6435 * src/plugins/pgpcore/pgp_viewer.c
6436 * src/plugins/pgpcore/pgp_viewer.h
6437 Actually add the files to CVS
6439 2006-10-07 [colin] 2.5.3cvs17
6441 * src/plugins/pgpcore/sgpgme.c
6442 Be sure not to crash on 'application/pgp-signature' that
6443 are not application/pgp-signatures
6445 2006-10-07 [colin] 2.5.3cvs16
6449 Make a bit more of the API available
6450 * src/plugins/pgpcore/Makefile.am
6451 * src/plugins/pgpcore/plugin.c
6452 * src/plugins/pgpcore/sgpgme.c
6453 Add basic key import/export
6455 2006-10-07 [colin] 2.5.3cvs15
6459 * src/prefs_account.c
6461 Warn users *everywhere* if libetpan's not
6464 2006-10-06 [mones] 2.5.3cvs14
6468 updated by Stephan Sachse and me
6470 2006-10-06 [colin] 2.5.3cvs13
6473 * src/common/sylpheed.c
6474 Don't load common plugins if --exit is passed
6477 Implement a cache to avoid reading the same
6478 files over and over again at startup
6480 2006-10-06 [colin] 2.5.3cvs12
6483 * src/gtk/quicksearch.c
6484 Update display every 5k mails on fast searches
6486 2006-10-06 [colin] 2.5.3cvs11
6489 Don't do quote folding on HTML or ERTF.
6490 May fix the Cygwin issues if they were
6491 happening with HTML mails?
6493 2006-10-05 [colin] 2.5.3cvs10
6498 2006-10-05 [colin] 2.5.3cvs9
6501 Use unlocked_stdio here too
6503 2006-10-05 [colin] 2.5.3cvs8
6506 Fix go to next * after preferences apply
6508 Do the fd lock/unlock ourselves instead of
6509 letting the libc do it at each write
6511 2006-10-05 [colin] 2.5.3cvs7
6513 * src/common/utils.c
6514 Faster division, thanks to Jean Diraison
6516 2006-10-05 [paul] 2.5.3cvs6
6518 * src/common/utils.c
6519 fix building with --disable-nls
6521 2006-10-04 [colin] 2.5.3cvs5
6524 Maybe fix a segfault
6526 2006-10-04 [wwp] 2.5.3cvs4
6528 * src/prefs_folder_item.c
6529 Fine-tune layouts in folder item prefs. Suggested by
6530 Fabien Vantard <fzzzzz@gmail.com>.
6532 2006-10-04 [wwp] 2.5.3cvs3
6534 * src/prefs_folder_item.c
6535 Kill the clandestine passengers. You didn't see anything.
6537 2006-10-04 [wwp] 2.5.3cvs2
6539 * src/prefs_folder_item.c
6540 Add a way to test the subject simplify regexp in
6541 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
6542 w/ few layout changes.
6544 2006-20-04 [paul] 2.5.3cvs1
6549 Update version number following
6552 2006-10-04 [colin] 2.5.2cvs42
6557 Provide a way for folder classes to set their sort
6560 2006-10-03 [colin] 2.5.2cvs41
6563 Don't use strlen() to know if the
6566 2006-10-03 [colin] 2.5.2cvs40
6569 Fix "check for new folders" with accentued folders
6571 2006-10-03 [ticho] 2.5.2cvs39
6577 Colin's fix for "copy" filtering rules.
6579 2006-10-02 [colin] 2.5.2cvs38
6582 Fix for double-click too
6584 2006-10-02 [colin] 2.5.2cvs37
6587 correct fix for cvs36
6589 2006-10-02 [colin] 2.5.2cvs36
6592 Fix 'goto next unread' after collapsing/expanding
6595 2006-10-02 [colin] 2.5.2cvs35
6598 Fix double freeze/thaw
6599 * src/common/utils.c
6600 * src/common/utils.h
6601 Reimplement strftime
6606 2006-10-02 [colin] 2.5.2cvs34
6609 Time mh_write_sequences() - it's fast
6611 Init a variable to shut up gcc
6613 2006-10-01 [colin] 2.5.2cvs33
6619 Add helper mh_set_mtime(), and set mtime to stat()'s result
6620 Add fsync but disable it, it's slow as hell
6622 2006-10-01 [colin] 2.5.2cvs32
6626 fflush() caches and mh_sequences before
6629 2006-10-01 [colin] 2.5.2cvs31
6632 Don't ftruncate when not using mmap
6634 2006-09-30 [colin] 2.5.2cvs30
6637 Write folder list *after* saving caches
6639 2006-09-30 [colin] 2.5.2cvs29
6643 Debug forced mtime changes
6645 2006-09-30 [colin] 2.5.2cvs28
6649 Remove useless debug_print()s (code
6652 2006-09-30 [colin] 2.5.2cvs27
6655 Do stuff faster when writing mh_sequences
6657 2006-09-30 [colin] 2.5.2cvs26
6660 Don't let the writing of .mh_sequences, which
6661 can change the folder's mtime, let us think
6664 2006-09-30 [colin] 2.5.2cvs25
6667 Move a debug_print where it belongs
6670 Don't mess with a huge slow subject
6671 table if we're not threading by
6674 2006-09-30 [colin] 2.5.2cvs24
6677 Reenable mmaped reads (*not* writes!)
6679 Don't destroy and recreate hashtables just
6681 * src/common/utils.c
6682 Remove useless reply prefixes (it's case
6685 2006-09-30 [wwp] 2.5.2cvs23
6688 Fixed a minor bug in date value extraction, added a switch
6689 to replace non RFC-compliant Date: value, added a switch
6690 to use strict RFC matching patterns for dates.
6692 2006-09-29 [colin] 2.5.2cvs22
6694 * src/matcher_parser.h
6695 * src/matcher_parser_parse.y
6696 * src/prefs_filtering.c
6698 * src/summary_search.c
6700 * src/gtk/quicksearch.c
6701 * src/gtk/quicksearch.h
6702 Optimise searches by setting different
6703 refresh intervals (depending if the
6704 search is fast or not)
6706 2006-09-29 [colin] 2.5.2cvs21
6709 Optimise by reusing the last iconv converter
6712 Optimise a bit (the foldable quotes feature
6713 still has an awful O(n^2) algo
6715 2006-09-29 [colin] 2.5.2cvs20
6717 * src/gtk/gtksctree.c
6718 * src/gtk/gtksctree.h
6719 Optimise de-selection via up/down or
6722 2006-09-28 [colin] 2.5.2cvs19
6729 * src/summary_search.c
6731 Avoid using summaryview->ctree directly
6733 2006-09-28 [colin] 2.5.2cvs18
6737 Add helpers to freeze/thaw/grab_focus
6738 Factorize calls to freeze/thaw/grab_focus
6741 2006-09-28 [colin] 2.5.2cvs17
6744 More guards for the session management
6746 2006-09-28 [colin] 2.5.2cvs16
6749 * src/gtk/gtksctree.c
6750 * src/gtk/gtksctree.h
6751 Make expanding not recursive in folderview
6753 2006-09-28 [colin] 2.5.2cvs15
6756 If nothing is selected in the list (right part)
6757 and a group is selected in the tree (left part),
6760 2006-09-28 [colin] 2.5.2cvs14
6763 Actually use SM_LIBS
6765 2006-09-28 [ticho] 2.5.2cvs13
6772 * src/prefs_themes.c
6774 Small i18n string optimization.
6775 * src/send_message.c
6777 * src/common/session.c
6779 * src/common/ssl_certificate.c
6780 * src/common/utils.c
6781 Use "Couldn't" instead of "Can't" in UI messages,
6784 2006-09-28 [colin] 2.5.2cvs12
6787 Possibly fix link errors
6789 2006-09-27 [wwp] 2.5.2cvs11
6792 * doc/man/sylpheed-claws.1
6797 Updated authors info (me, myself and I).
6799 2006-09-27 [colin] 2.5.2cvs10
6802 Remove useless printf
6804 2006-09-27 [wwp] 2.5.2cvs9
6807 * src/send_message.c
6809 * src/prefs_common.c
6810 * src/prefs_common.h
6811 * src/gtk/progressdialog.c
6812 remember more windows' sizes (send dialog, received dialog,
6813 edit group in addressbook).
6815 2006-09-27 [colin] 2.5.2cvs8
6820 Use libSM to communicate with the session
6821 manager, so that we can know when the
6822 session ends, save our caches, and draft
6823 our compose windows.
6825 2006-09-27 [colin] 2.5.2cvs7
6829 o Allow Book and Group creation from the tree's
6831 o Do not actually delete the contacts when
6832 deleting groups from the tree (duh!)
6834 2006-09-27 [colin] 2.5.2cvs6
6841 o Allow passing an email address to
6842 compose_new_with_folderitem
6844 o Use current folderitem when clicking
6845 on a TextView mailto: link
6846 o Fix a possible leak in TextView
6848 2006-09-27 [colin] 2.5.2cvs5
6851 Use UTF-8 chars to replace HTML entities
6853 2006-09-27 [colin] 2.5.2cvs4
6856 * src/prefs_account.c
6858 Fix bug #1024 (Array index out of
6859 range in sylpheed-claws-2.5.2)
6860 Patch by Ales Nosek <anosek@suse.cz>
6862 2006-09-27 [colin] 2.5.2cvs3
6865 Actually do the test
6867 2006-09-27 [colin] 2.5.2cvs2
6871 Allow completing with comma (in certain cases: vCalendar
6872 for example doesn't support that)
6873 Patch by Fabien Vantard
6875 2006-09-26 [colin] 2.5.2cvs1
6886 * src/prefs_common.c
6887 * src/prefs_filtering_action.c
6888 * src/prefs_folder_item.c
6889 * src/prefs_template.c
6890 * src/stock_pixmap.c
6891 * src/stock_pixmap.h
6892 * src/pixmaps/addr_one.xpm
6893 * src/pixmaps/addr_two.xpm
6894 Add auto-completion on groups
6896 2006-09-26 [colin] 2.5.2
6903 2006-09-26 [colin] 2.5.1cvs5
6908 2006-09-26 [colin] 2.5.1cvs4
6911 Revert cvs1 (useless as the message is printed
6914 2006-09-26 [colin] 2.5.1cvs3
6916 * src/partial_download.c
6917 Fix crasher found by Alexsandar Urosevic
6919 2006-09-26 [colin] 2.5.1cvs2
6922 Fix bug #1023 (Sylpheed deletes too much messages)
6924 2006-09-26 [ticho] 2.5.1cvs1
6927 Make use of gettext's multiple plurals for statusbar
6930 2006-09-25 [paul] 2.5.1
6937 2006-09-25 [colin] 2.5.0cvs3
6939 * src/plugins/bogofilter/bogofilter.c
6940 * src/plugins/clamav/clamav_plugin.c
6941 * src/plugins/spamassassin/spamassassin.c
6942 BogoFilter, Spamassassin: Fix double hook registering after
6943 visiting preferences
6944 Spamassassin, Clamav: Just set the mails to move instead of
6945 doing the move - caller will move the things at once.
6947 2006-09-25 [colin] 2.5.0cvs2
6950 * src/etpan/imap-thread.c
6951 Use UID SEARCH ALL instead of UID 1:*
6952 (braindead servers can't figure out that's
6955 2006-09-25 [wwp] 2.5.0cvs1
6957 * src/message_search.c
6958 Added the ability to stop a running search (in message body).
6960 2006-09-25 [paul] 2.5.0
6967 2006-09-25 [paul] 2.4.0cvs214
6978 updated by Tim, Stephan Sachse, Flammie Pirinen,
6979 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
6980 Ticho, Aleksander Urosevic, Ralgh Young
6982 2006-09-24 [mones] 2.4.0cvs213
6987 2006-09-23 [colin] 2.4.0cvs212
6989 * src/gtk/inputdialog.c
6990 Fix [ ] remember this appearing in normal
6991 input dialogs after it's been used by
6999 * src/common/timing.h
7000 Enable timings in debug mode and make it
7003 2006-09-22 [colin] 2.4.0cvs211
7008 ping the correct URI
7010 2006-09-22 [colin] 2.4.0cvs210
7013 Let's see if bug #1022 is fixed
7015 2006-09-21 [colin] 2.4.0cvs209
7018 * src/common/plugin.c
7019 Prepare infra to load predefined plugins when
7020 no configuration existed. Don't actually load
7021 anything yet (feat. freeze)
7023 2006-09-21 [wwp] 2.4.0cvs208
7026 Partial sync w/ 2.4.0cvs72:
7027 wrap file and minor updates.
7029 2006-09-21 [wwp] 2.4.0cvs207
7032 several fixes and enhancements. A new --force switch has been
7033 added to prevent overriding by default Date: header when
7036 2006-09-21 [paul] 2.4.0cvs206
7038 * src/common/utils.c
7039 add Chinese UTF8 Re prefix
7041 2006-09-21 [wwp] 2.4.0cvs205
7044 Fics alfabettical order.
7046 2006-09-21 [wwp] 2.4.0cvs204
7050 Added an action tool to fix missing Date field in emails.
7051 Updated Makefile.am to reflect those last two additions.
7053 2006-09-21 [wwp] 2.4.0cvs203
7056 Added a action tool to open uuencoded docs w/
7057 OpenOffice (based on uudec method).
7059 2006-09-21 [colin] 2.4.0cvs202
7063 Workaround possible GTK crash: remove selection
7064 clipboard before destroying widget, or GTK+-2.10
7065 dies. Thanks to Hiro.
7067 2006-09-20 [colin] 2.4.0cvs201
7070 Fix free-after-use in some cases (when
7071 procmime_encode_content() frees mimeinfo->data.mem
7072 and turns it to a temp file)
7074 2006-09-20 [colin] 2.4.0cvs200
7078 * src/gtk/gtksctree.c
7079 * src/gtk/gtksctree.h
7080 Add tooltips in the folderview and summaryview
7081 (Doesn't break string freeze as they already
7084 Put the spam button in the default configuration
7085 if compiled with bogo plugin too
7087 2006-09-19 [colin] 2.4.0cvs199
7091 Update folder name label on folder rename
7092 * src/prefs_matcher.c
7093 * src/gtk/logwindow.h
7097 2006-09-19 [wwp] 2.4.0cvs198
7099 * src/summary_search.c
7100 fix can't click forward/backward buttons in the
7103 2006-09-18 [paul] 2.4.0cvs197
7106 add missing bracket, capitalise the A of
7109 2006-09-18 [paul] 2.4.0cvs196
7112 fix bug 1012 'crashed upon sending mail
7113 from compose window'
7116 2006-09-16 [colin] 2.4.0cvs195
7119 Fix "real-time" sorting by freezing/thawing
7121 2006-09-16 [colin] 2.4.0cvs194
7124 Fix the anti-spam entry a bit
7126 2006-09-16 [colin] 2.4.0cvs193
7129 Make sure reviewers have no excuse when stating
7130 Sylpheed-Claws doesn't have antispam capabilities.
7132 2006-09-16 [colin] 2.4.0cvs192
7135 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
7136 as if the SIGPIPE comes from etpan's thread we could
7137 trigger a GUI update from this thread.
7139 2006-09-16 [colin] 2.4.0cvs191
7142 Init all members of the struct
7144 2006-09-16 [paul] 2.4.0cvs190
7147 improvements to the English
7149 2006-09-15 [colin] 2.4.0cvs189
7154 2006-09-14 [colin] 2.4.0cvs188
7156 * src/common/socket.c
7157 * src/common/socket.h
7159 * src/common/ssl_certificate.c
7160 * src/common/ssl_certificate.h
7161 * src/etpan/imap-thread.c
7162 the get_fqdn() call done to get canonical name when
7163 checking an SSL certificate is blocking, which is
7164 sad as we just did a non-blocking lookup to connect.
7165 Fix that by letting the fqdn available to the SockInfo,
7166 and use that in ssl_certificate_check(). For IMAP,
7167 we don't do it as the lookup's done by libetpan, but
7168 it's less annoying as IMAP connections as much more
7169 rare than POP3 connections.
7171 2006-09-14 [paul] 2.4.0cvs187
7173 * manual/advanced.xml
7174 improvements to the English,
7175 properly place the new hidden options
7176 within the alphabetical order
7177 * src/gtk/pluginwindow.c
7178 improvements to the English
7180 2006-09-14 [colin] 2.4.0cvs186
7182 * src/prefs_common.c
7183 * src/prefs_common.h
7184 * src/gtk/gtksctree.c
7185 * manual/advanced.xml
7186 New hidden pref, stripes_color_offset, to change
7187 the value added/substracted to normal bgcolor to
7188 create the stripes in summaries
7190 2006-09-13 [colin] 2.4.0cvs185
7197 Fix misc. printing issues:
7198 - Bad font for linkified headers
7199 - Different font if the mail was displayed or not
7200 - Factorize the thing
7202 2006-09-13 [colin] 2.4.0cvs184
7204 * src/common/ssl_certificate.c
7205 Only get FQDN once when checking certificate
7207 2006-09-13 [colin] 2.4.0cvs183
7210 * src/gtk/pluginwindow.c
7211 Misc. GUI fixes by Fabien
7213 2006-09-13 [wwp] 2.4.0cvs182
7216 * src/common/utils.h
7217 * src/common/utils.c
7218 get rid of unused wide-char functions.
7220 2006-09-13 [wwp] 2.4.0cvs181
7222 * src/plugins/pgpinline/sylpheed.def
7224 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
7225 add privacy_reset_error to the .def file,
7226 do not fork for an external textviewer.
7228 2006-09-13 [wwp] 2.4.0cvs180
7230 * src/prefs_common.c
7231 fix broken font entry in prefs (patch issued by the gpg4win team,
7232 probably by Marcus Brinkmann <marcus@g10code.de>).
7234 2006-09-13 [colin] 2.4.0cvs179
7237 Fix a warning in summaryview.c
7241 Add missing Mark/* elements in the
7244 2006-09-12 [colin] 2.4.0cvs178
7246 * src/prefs_actions.c
7247 * src/prefs_filtering_action.c
7248 * src/prefs_matcher.c
7249 Use (New) instead of New everywhere
7251 2006-09-12 [wwp] 2.4.0cvs177
7253 * manual/fr/addrbook.xml
7254 * manual/fr/handling.xml
7255 updated some quotes in the fr manual to match the fr translation.
7257 2006-09-12 [wwp] 2.4.0cvs176
7259 * src/prefs_matcher.c
7260 don't store translated string elements in matcher expressions.
7261 Also fixed a misused of Q_().
7263 2006-09-11 [wwp] 2.4.0cvs175
7265 * src/plugins//bogofilter/bogofilter.c
7266 * src/plugins//clamav/clamav_plugin.c
7267 * src/plugins//demo/demo.c
7268 * src/plugins//dillo_viewer/dillo_viewer.c
7269 * src/plugins//pgpcore/plugin.c
7270 * src/plugins//pgpinline/plugin.c
7271 * src/plugins//pgpmime/plugin.c
7272 * src/plugins//spamassassin/spamassassin.c
7273 gettext-ize more strings (mostly plugin error messages).
7275 2006-09-11 [colin] 2.4.0cvs174
7278 Make maximum buffer size bigger to avoid
7279 truncating translated messages. Patch by
7282 2006-09-11 [colin] 2.4.0cvs173
7284 * src/etpan/imap-thread.c
7285 Fix compilation on OpenBSD, thanks to
7288 2006-09-10 [wwp] 2.4.0cvs172
7290 * manual/account.xml
7291 * manual/addrbook.xml
7292 * manual/handling.xml
7293 * manual/es/handling.xml
7294 * manual/fr/account.xml
7295 * manual/fr/addrbook.xml
7296 * manual/fr/handling.xml
7297 documented addressbook matching (condition configuration):
7299 documented per-account filtering rules (handling/filtering
7300 section, account section):
7301 account.xml, handling.xml, en fr
7302 slightly updated the handling/searching section to tell few
7303 words about the extended search ability:
7305 added missing <quote></quotes> to Quick Search:
7306 handling.xml, en fr es
7307 fixed a typo (auomatically):
7309 changes revisited by Paul.
7311 2006-09-10 [paul] 2.4.0cvs171
7313 * src/prefs_actions.c
7314 * src/prefs_filtering.c
7315 * src/prefs_template.c
7316 adjustments to the gui
7317 Patch by Fabien Vantard (slightly modified)
7319 2006-09-10 [colin] 2.4.0cvs170
7322 Check folderitem/summaryview consistency
7323 (basically automates Update summary). Fixes
7324 #1011 (wrong (negative) count on unread
7327 2006-09-10 [colin] 2.4.0cvs169
7329 * src/gtk/gtksctree.c
7330 Fix recursive expansion via mouse
7331 * src/plugins/bogofilter/bogofilter.c
7332 Use normal filtering way of moving
7333 messages (batching), possibly fixing
7334 bug #1015 (Bogofilter plugin doubles
7337 2006-09-09 [wwp] 2.4.0cvs168
7339 * src/prefs_filtering.c
7340 better place for this fix.
7342 2006-09-09 [wwp] 2.4.0cvs167
7344 * src/prefs_filtering.c
7345 fix a minor bug when the enabled status of a filtering/processing
7346 rule always got set to TRUE when replacing this rule. That still
7347 make sense when adding a new rule, but now when replacing, we
7348 don't override the value of 'enabled'.
7349 Also renamed the func prefs_filtering_list_view_get_rule_name()
7350 to prefs_filtering_list_view_get_info() as this function not only
7351 returns the name, but also the account_id and the enabled status.
7353 2006-09-09 [mones] 2.4.0cvs166
7355 * manual/glossary.xml
7356 * manual/plugins.xml
7357 Minor format corrections
7359 Fix misplaced NO WARRANTY section
7360 * manual/es/advanced.xml
7362 * manual/es/glossary.xml
7364 * manual/es/handling.xml
7365 * manual/es/plugins.xml
7366 * manual/es/starting.xml
7367 Incorporate changes from English version
7371 Fix address, (add translation credits in es version)
7375 2006-09-09 [wwp] 2.4.0cvs165
7377 * src/prefs_filtering.c
7378 fix a crash when opening filtering prefs, if matcherrc file contains
7379 broken data (non-existing account id, which is theoretically not
7382 2006-09-08 [colin] 2.4.0cvs164
7385 Wrong assert, make it an if()
7386 * src/gtk/gtksctree.c
7387 Fix bug #1013 (expand selected thread
7388 tree) - expanding is now recursive
7390 2006-09-07 [wwp] 2.4.0cvs163
7392 * src/prefs_matcher.c
7393 make better sentences about addressbook matching in the
7394 matcher prefs. This should make translators' work easier
7397 2006-09-07 [wwp] 2.4.0cvs162
7399 * src/prefs_filtering.c
7400 code simplification (get rid of dup var. assignment).
7402 2006-09-07 [wwp] 2.4.0cvs161
7405 use GTK_STOCK icons when possible, patch by Fabien Vantard
7408 2006-09-07 [paul] 2.4.0cvs160
7411 fix compilation warnings
7414 2006-09-07 [paul] 2.4.0cvs159
7417 select the mimepart icon when
7421 2006-09-06 [paul] 2.4.0cvs158
7423 * src/prefs_filtering.c
7424 fix labels and table element spacing
7425 Patch by Fabien Vantard
7431 2006-09-06 [paul] 2.4.0cvs157
7433 * manual/es/advanced.xml
7436 2006-09-06 [wwp] 2.4.0cvs156
7439 fix an dup launch issue when iconified, thanks to Colin.
7441 2006-09-06 [wwp] 2.4.0cvs155
7443 * src/gtk//gtksctree.h
7444 oops, forgot that one!
7446 2006-09-06 [wwp] 2.4.0cvs154
7448 * manual/pl/advanced.xml
7449 * manual/advanced.xml
7450 * manual/es/advanced.xml
7451 * manual/fr/advanced.xml
7452 * src/prefs_customheader.c
7453 * src/prefs_filtering_action.c
7455 * src/prefs_summaries.c
7456 * src/prefs_filtering.c
7459 * src/prefs_summary_column.c
7461 * src/prefs_actions.c
7462 * src/prefs_folder_column.c
7464 * src/prefs_template.c
7465 * src/prefs_display_header.c
7466 * src/prefs_common.h
7467 * src/prefs_matcher.c
7468 * src/prefs_common.c
7469 * src/prefs_toolbar.c
7472 * src/gtk/gtksctree.c
7473 * src/gtk/pluginwindow.c
7474 * src/gtk/progressdialog.c
7475 * src/gtk/prefswindow.c
7476 renamed hidden option enable_rules_hint to use_stripes_everywhere
7477 to make its meaning more obvious (all versions of the manual reflect
7479 added an extra hidden option use_stripes_in_summary to allow
7480 discarding these stripes in mainwindow's folder and message lists;
7481 en and fr manuals only are OK towards this.
7483 2006-09-06 [colin] 2.4.0cvs153
7486 Hide Sylpheed-Claws' internal queue headers
7487 when showing all headers. They'll be present
7488 only in Source window.
7490 2006-09-05 [colin] 2.4.0cvs152
7492 * src/plugins/trayicon/trayicon.c
7493 Fix crash at exit - we have to disconnect
7495 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7496 Update eggtrayicon - patch adapted from a
7497 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
7500 2006-09-05 [colin] 2.4.0cvs151
7503 * src/gtk/logwindow.c
7504 Fix race condition when something writes
7505 to the log too soon during init. Thanks
7508 2006-09-05 [colin] 2.4.0cvs150
7511 Don't select part on right-click either
7513 2006-09-05 [paul] 2.4.0cvs149
7516 completion of previous commit
7519 2006-09-05 [colin] 2.4.0cvs148
7522 Don't force selection on middle-click, just open
7524 2006-09-04 [colin] 2.4.0cvs147
7527 Looks like gtk_notebook_set_current_page()
7528 sometimes steals focus, and this annoys us
7529 in MimeViewers as it renders navigation
7530 keys useless. Take back focus after switching
7533 2006-09-04 [colin] 2.4.0cvs146
7536 Set stop_loading when clicking on Next
7537 during load. Don't add a callback to
7538 avoid over-complicating things.
7540 2006-09-04 [colin] 2.4.0cvs145
7544 Fix multiple loads in separate messageview
7546 2006-09-04 [colin] 2.4.0cvs144
7549 Let navigation keys be handled during
7552 2006-09-04 [colin] 2.4.0cvs143
7558 Make loading of huge mails (lots of text and/or
7559 images) cancellable, so the GUI doesn't block
7561 2006-09-04 [colin] 2.4.0cvs142
7563 * src/plugins/trayicon/trayicon.c
7564 Fix annoyance when removing a folder with
7565 unread mails: trayicon didn't update
7567 2006-09-04 [paul] 2.4.0cvs141
7569 * src/gtk/icon_legend.c
7570 straighten up columns
7571 Patch by Fabien Vantard
7573 2006-09-04 [wwp] 2.4.0cvs140
7575 * src/prefs_filtering.c
7576 fix new line's account name in filtering prefs:
7577 was "All", is now "(New)".
7579 2006-09-04 [paul] 2.4.0cvs139
7581 * tools/make.themes.project
7582 use "AUTOMAKE_OPTIONS = dist-bzip2"
7583 instead of homebrewed "make release"
7585 2006-09-03 [colin] 2.4.0cvs138
7588 Fix bug #1007 (Wrong folder highlighted)
7590 2006-09-03 [colin] 2.4.0cvs137
7593 Don't set Newsgroup: header to a mail folder
7596 2006-09-03 [paul] 2.4.0cvs136
7599 * src/prefs_spelling.c
7602 2006-09-03 [paul] 2.4.0cvs135
7604 * src/prefs_summaries.c
7605 correct menu item text in prefs_keybind_apply_clicked()
7607 2006-09-03 [paul] 2.4.0cvs134
7609 * manual/advanced.xml
7610 some improvements to the descriptions
7615 fix menu sensitivity issues
7616 * src/prefs_message.c
7617 drop the useless word 'short'
7619 add the word 'lines' indicating log length
7620 is a measure of lines
7622 fix compilation warnings
7624 2006-09-02 [colin] 2.4.0cvs133
7627 Display a special return-receipt message
7628 if the message is from the user
7630 Fix missing freeze of the list when marking
7631 all read and unthreading for exec. Thanks
7634 2006-09-02 [paul] 2.4.0cvs132
7637 * src/prefs_message.c
7641 2006-09-02 [wwp] 2.4.0cvs131
7643 * src/prefs_filtering.c
7644 added an account name column to the filtering rules
7647 2006-09-02 [colin] 2.4.0cvs130
7649 * src/gtk/logwindow.c
7650 * src/gtk/logwindow.h
7651 Block scrolling if we're not at the end
7654 2006-09-02 [colin] 2.4.0cvs129
7657 Make sure account-specific rules can't
7658 be used in {pre-,post-,}processing
7660 * src/gtk/logwindow.c
7661 * src/gtk/logwindow.h
7662 Jump to last error when clicking on the
7665 2006-09-02 [colin] 2.4.0cvs128
7675 Let proc_mbox know its account, for
7676 account-specific rules
7678 2006-09-01 [colin] 2.4.0cvs127
7681 Don't uselessly use iconv to convert from
7687 Fix certain log cases, disable warning icon
7688 for now, the correct way to display it when
7689 necessary and only when necessary is probably
7690 to do it manually rather than use error logs
7691 * src/etpan/imap-thread.c
7692 Clean up UID logging a bit
7693 * src/gtk/logwindow.c
7694 * src/gtk/logwindow.h
7695 Make logging faster when the window's closed
7697 2006-09-01 [wwp] 2.4.0cvs126
7699 * manual/fr/account.xml
7700 reflect changes to the ref. manual (parts of cvs72):
7701 fix tabnames and quotes.
7703 2006-09-01 [wwp] 2.4.0cvs125
7705 * manual/fr/plugins.xml
7706 reflect changes to the reference manual (cvs42):
7707 update IRC channel info.
7709 2006-09-01 [wwp] 2.4.0cvs124
7712 use CVSEDITOR env. var. if set, according to `man cvs`.
7714 2006-09-01 [wwp] 2.4.0cvs123
7716 * manual/advanced.xml
7717 better sentence again (thanks to Paul).
7719 2006-09-01 [wwp] 2.4.0cvs122
7721 * manual/advanced.xml
7722 fix definition of toolbar_detachable and rework a bit the one of
7723 enable_dotted_lines.
7725 2006-09-01 [mones] 2.4.0cvs121
7727 * manual/advanced.xml
7728 Document enable_dotted_lines
7730 2006-09-01 [paul] 2.4.0cvs120
7737 obey the 'When entering folder...' option
7738 when using the /View/Go to/... menu items
7741 2006-08-31 [colin] 2.4.0cvs119
7744 Revert 2.4.0cvs116, wrong fix.
7746 2006-08-31 [colin] 2.4.0cvs118
7748 * src/gtk/gtksctree.c
7749 Better state the various copyrights
7751 2006-08-31 [colin] 2.4.0cvs117
7753 * src/prefs_common.c
7754 fix enable_dotted_lines
7756 2006-08-31 [colin] 2.4.0cvs116
7759 Use pref "Always open on select" when going
7760 to next unread folder
7761 * src/gtk/gtksctree.c
7762 Fix link failure to _gtk_clist_create_cell_layout
7763 on certain computers. (Why not mine, I wonder)
7765 2006-08-31 [colin] 2.4.0cvs115
7769 * src/plugins/bogofilter/bogofilter.c
7770 * src/plugins/spamassassin/spamassassin.c
7771 Requalify some "errors" to warnings
7775 Add an icon in the statusbar to notify
7777 * src/gtk/gtksctree.c
7780 Make the GtkSCTree look more modern by
7781 alternating background lines
7782 * src/prefs_common.c
7783 * src/prefs_common.h
7784 Add a pref to let people have the old
7788 2006-08-30 [colin] 2.4.0cvs114
7792 Provide a way to filter a list of
7793 messages in an optimised manner, and
7794 add a list-filtering hook
7798 Use the list filtering
7799 * src/plugins/bogofilter/bogofilter.c
7800 Use the list-filtering hook
7801 Use -b (bulk) mode for more speed
7802 when learning and filtering
7803 * src/etpan/imap-thread.c
7804 Make log output shorter in UID SEARCH
7807 2006-08-30 [colin] 2.4.0cvs113
7809 * src/plugins/bogofilter/bogofilter.c
7810 Really fast mass learning - thanks to David
7811 Relson for the options explanations :)
7813 2006-08-30 [colin] 2.4.0cvs112
7816 Fix compilation on FreeBSD. Thanks
7819 2006-08-29 [colin] 2.4.0cvs111
7822 Handle "popup_menu" signal (for popping the
7823 menu via the keyboard)
7828 * src/gtk/gtkutils.c
7829 * src/gtk/gtkutils.h
7830 Factorize scrolling code, and add an API
7831 for MimeViewers to handle scroll orders
7833 2006-08-29 [wwp] 2.4.0cvs110
7835 * src/plugins//bogofilter/bogofilter.c
7836 * src/plugins//spamassassin/spamassassin.c
7837 make the bogofilter/spamassassin filtering error dialogs at
7838 incorporation obey to the "don't popup error dialog on
7839 receive error" option. If disabled, feed the log window w/
7846 2006-08-29 [paul] 2.4.0cvs109
7849 remove 'make release', it's not needed
7850 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
7852 2006-08-29 [paul] 2.4.0cvs108
7855 * src/summary_search.c
7856 * src/gtk/progressdialog.c
7857 * src/plugins/pgpcore/passphrase.c
7858 replace deprecated gtk_window_set_policy()
7860 2006-08-29 [colin] 2.4.0cvs107
7863 Fix data loss when copy fails during a move:
7864 only use fast remove_msgs if everything was
7865 copied OK; else use slow remove_msg on the
7866 mails that got copied only.
7868 2006-08-28 [paul] 2.4.0cvs106
7871 revert change in 2.4.0cvs104, it breaks
7874 2006-08-28 [paul] 2.4.0cvs105
7876 * src/plugins/spamassassin/spamassassin.c
7879 2006-08-28 [paul] 2.4.0cvs104
7882 fix data loss when moving to another
7884 * src/prefs_spelling.c
7886 * src/gtk/pluginwindow.c
7887 improve the layout of the dialog text
7890 2006-08-28 [paul] 2.4.0cvs103
7892 * src/plugins/bogofilter/bogofilter.c
7893 * src/plugins/bogofilter/bogofilter_gtk.c
7894 fix english up a bit, innit
7896 2006-08-28 [paul] 2.4.0cvs102
7901 require autoconf 2.60, enabling building
7902 with gettext 0.15 (gettext 0.14.x build still
7903 possible). Replace Makefiles with versions
7905 Remove configure options --with-localedir and
7906 --with-mandir. The options that are provided
7907 directly by autoconf 2.60 can be used instead:
7908 --mandir --localedir
7910 2006-08-27 [colin] 2.4.0cvs101
7912 * src/plugins/bogofilter/Makefile.am
7913 Fix make dist (no README)
7915 2006-08-27 [colin] 2.4.0cvs100
7918 Don't use F_UNKNOWN folders for any default
7920 * src/plugins/bogofilter/bogofilter.c
7921 * src/plugins/bogofilter/bogofilter.h
7922 * src/plugins/bogofilter/bogofilter_gtk.c
7923 Add an option to specify the path to bogofilter
7924 Use single-quotes to be able to learn in folders
7925 with spaces in their names
7926 Verify learning status
7928 2006-08-27 [colin] 2.4.0cvs99
7931 * manual/plugins.xml
7932 Document Bogofilter plugin
7934 2006-08-27 [colin] 2.4.0cvs98
7940 When possible, copy the queued mail to sent folder
7941 instead of re-adding. Much faster on IMAP.
7943 2006-08-27 [colin] 2.4.0cvs97
7946 Disable mmaped caches - huge metadata loss
7947 here after a power failure.
7949 Add quicksearch timing
7950 * src/common/plugin.c
7951 * src/common/plugin.h
7952 Implement an interface to tell what plugins
7953 provide. Prevent loading of similar plugins.
7954 * src/plugins/clamav/clamav_plugin.c
7955 * src/plugins/demo/demo.c
7956 * src/plugins/dillo_viewer/dillo_viewer.c
7957 * src/plugins/pgpcore/plugin.c
7958 * src/plugins/pgpinline/pgpinline.c
7959 * src/plugins/pgpmime/pgpmime.c
7960 * src/plugins/spamassassin/spamassassin.c
7961 * src/plugins/trayicon/trayicon.c
7962 Implement plugin_provides()
7964 2006-08-27 [colin] 2.4.0cvs96
7967 * src/plugins/Makefile.am
7968 * src/plugins/bogofilter/.cvsignore
7969 * src/plugins/bogofilter/Makefile.am
7970 * src/plugins/bogofilter/bogofilter.c
7971 * src/plugins/bogofilter/bogofilter.h
7972 * src/plugins/bogofilter/bogofilter_gtk.c
7973 New Bogofilter plugin, provides filtering and
7974 learning. Spamassassin will go to extra plugins.
7976 2006-08-26 [mones] 2.4.0cvs95
7978 * manual/handling.xml
7979 Fix subfolder path in the example (thanks to Paul)
7981 2006-08-26 [mones] 2.4.0cvs94
7983 * manual/glossary.xml
7984 2.2. + add ISP to the glossary
7985 7.5. + Add UIDL to glossary
7986 7.7. + Add TCP to glossary
7987 * manual/handling.xml
7988 7.1. + Mentions GNU/Linux distribution, what about the non...
7989 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
7990 7.3. + Mentions .bashrc, what about the non-bash ones?
7991 7.4. = Use appropriate quotation for commands
7992 7.6. = change "" to <quote></quote>
7993 * manual/plugins.xml
7994 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
7995 * manual/starting.xml
7996 2.1. + local mbox file: some examples of mbox file locations...
7997 Also reformatted files requiring it
7999 2006-08-26 [wwp] 2.4.0cvs93
8001 * src/summary_search.c
8002 disable find buttons while summary search is running.
8004 2006-08-25 [colin] 2.4.0cvs92
8011 Speed up MH moving, and add progressbar
8014 Write cache files using mmap() too
8016 2006-08-25 [wwp] 2.4.0cvs91
8019 switch spam<->ham button when a message has been marked as spam or ham
8020 and is still selected. Thanks to Colin.
8022 2006-08-25 [paul] 2.4.0cvs90
8025 * src/stock_pixmap.c
8026 * src/stock_pixmap.h
8028 * src/gtk/icon_legend.c
8029 * src/pixmaps/copied.xpm
8030 * src/pixmaps/moved.xpm
8031 add icons for delayed execution marked for
8032 copying, marked for moving
8034 2006-08-25 [mones] 2.4.0cvs89
8036 * manual/glossary.xml
8037 Fix the other glossary items:
8038 5.1. = Inmmediate execution -> <quote>immediate execution...
8039 5.2. = Fix MBOX capitalization -> Mbox
8040 5.3. + Improve Plugins def. w/ tech. ref.
8041 5.4. = Quotation -> replace '>' by <quote>></quote>
8042 5.5. - SMTP Server. -> remove dot
8046 2006-08-25 [mones] 2.4.0cvs88
8049 Reformatted, changed email address
8050 * manual/glossary.xml
8051 Reformatted, fixed MANUAL-TODO items:
8052 8.2. + add ROT-13 to glossary
8053 8.4. + add URL to glossary
8054 * manual/es/advanced.xml
8057 2006-08-25 [paul] 2.4.0cvs87
8059 * src/gtk/icon_legend.c
8060 add 'marked for deletion' icon
8061 arrange icons by containing column
8062 wrap long label text
8064 2006-08-25 [colin] 2.4.0cvs86
8066 * src/common/utils.c
8067 * src/common/utils.h
8068 Add the sc_g_*list_bigger functions in
8069 a place everyone can use it
8071 Only freeze/thaw the list when working
8072 on the selection, if it's bigger than 1
8073 * src/gtk/gtksctree.c
8074 Only freeze/thaw the list when unselec-
8075 ting 'all' if ('all' != 1)
8076 This avoids some flickering
8078 2006-08-24 [colin] 2.4.0cvs85
8081 Fix strange list selection
8082 Fix random seg (Invalid read of freed memory)
8084 2006-08-24 [colin] 2.4.0cvs84
8087 * src/gtk/inputdialog.c
8088 * src/plugins/pgpcore/passphrase.c
8089 Revert minimal width patch of 2.4.0cvs67,
8090 as it is also a maximal width. Use
8091 gtk_window_set_default_size instead.
8093 2006-08-24 [colin] 2.4.0cvs83
8096 Write cache/mark to temp files before
8097 overwriting old ones (avoids metadata
8098 loss if writing the new files fail).
8099 Use mmap() to read cache/mark file, as
8100 this makes cache reading faster. Dis-
8101 abled for big-endian machines until it
8102 can be tested. (Big-endian users: set
8103 msgcache_use_mmap = TRUE in the relevant
8106 Move rarely used fields of MsgInfo in
8107 another structure, which will only be
8108 allocated if needed. Face, X-Face,
8109 Return receipt headers and List-*
8110 headers are moved. Mails having none
8111 of these occupy 52 bytes less with
8112 this patch, which makes 2.5MB of RAM
8113 saved on a 50k folder).
8117 * src/partial_download.c
8121 Follow this structure change.
8123 2006-08-24 [wwp] 2.4.0cvs82
8125 * manual/es/.cvsignore
8126 * manual/es/dist/.cvsignore
8127 * manual/es/dist/html/.cvsignore
8128 * manual/es/dist/pdf/.cvsignore
8129 * manual/es/dist/ps/.cvsignore
8130 * manual/es/dist/txt/.cvsignore
8131 more (generated) files to ignore.
8133 2006-08-24 [colin] 2.4.0cvs81
8137 Fix possible problems with local delivery. Check the folder doesn't
8138 need scan before setting its mtime when saving cache (which can be
8139 done long after the folder's been modified by an external process);
8140 Check that the stored item's mtime didn't change in mh functions.
8142 2006-08-24 [mones] 2.4.0cvs80
8144 * manual/advanced.xml
8145 Rewrapping, some fixes and MANUAL-TODO items:
8146 8.1. = change "" to <quote></quote>
8147 8.3. = quote menu items
8148 8.5. - deploying -> new user ... ideally a new user (redundant)
8150 2006-08-23 [colin] 2.4.0cvs79
8152 * src/gtk/gtksctree.c
8153 When selecting or deselecting range, only
8154 freeze/thaw when selection is bigger than 10
8156 2006-08-23 [colin] 2.4.0cvs78
8161 * src/plugins/dillo_viewer/dillo_viewer.c
8162 Provide an API for MimeViewer plugins to
8163 return a text selection for replying
8165 2006-08-23 [colin] 2.4.0cvs77
8167 * src/image_viewer.c
8169 Use gtk_pixbuf_new_from_file_at_scale(), which
8170 is faster than getting the pixbuf then resizing
8173 2006-08-23 [colin] 2.4.0cvs76
8176 UTF-8 should be sent Quoted-printable
8178 2006-08-22 [colin] 2.4.0cvs75
8181 Check if scan is required before touching
8182 the folder (or it'll be required every time)
8184 2006-08-22 [colin] 2.4.0cvs74
8187 Require libetpan 0.46 (crasher fix when built
8190 2006-08-22 [colin] 2.4.0cvs73
8193 Set folder's mtime after writing its
8198 Don't do useless stuff if we don't
8201 Add some timing, don't deselect prior
8202 to selecting (gtksctree does it itself),
8203 remove crash avoidance hacks as it's been
8204 properly fixed since a while
8205 * src/common/utils.c
8206 Optimize to_human_readable(): _() is slow,
8207 do it only once, and avoid %f format for KB
8208 (the most common in a summaryview)
8209 * src/gtk/gtksctree.c
8210 Don't uselessly freeze/thaw (fixes flicker
8211 on next unread and friends), reduce number
8212 of g_list_nth/g_list_position where possible
8213 * src/gtk/gtkutils.c
8214 * src/gtk/gtkutils.h
8215 Reduce number of g_list_nth/g_list_position
8217 All of this makes loading as 70k folder 2.1
8218 seconds instead of 3.2 (with hot FS caches).
8219 (1.3 seconds without Date and Size columns...)
8221 2006-08-22 [paul] 2.4.0cvs72
8223 wrap documents and do some items from mones' MANUAL-TODO:
8225 * manual/account.xml
8226 4.1. = fix tabname references to <quote>tabname</quote>
8227 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
8229 1.1. = mentioned options don't match UI
8230 Add information about the 'Never send Return Receipts'
8232 * manual/handling.xml
8233 6.2. = Mentions Extended symbols button, but now is
8235 6.3. = Mentions ... button, which is now Edit
8237 2006-08-22 [colin] 2.4.0cvs71
8239 * src/gtk/pluginwindow.c
8240 Fix layout in verbose translations (such
8243 2006-08-22 [paul] 2.4.0cvs70
8245 * manual/Makefile.am
8246 build manuals in alphabetical order
8248 * src/prefs_themes.c
8249 replace/remove deprecated symbols
8250 * src/gtk/gtkutils.c
8252 * src/gtk/pluginwindow.c
8253 replace deprecated symbol
8254 replace label text and move it
8255 * src/plugins/pgpcore/prefs_gpg.c
8256 move the 'Generate...' button out of the
8257 Sign Key frame, replace the English used
8258 * src/plugins/pgpcore/sgpgme.c
8259 fixes to the English
8261 2006-08-21 [colin] 2.4.0cvs69
8263 * src/plugins/trayicon/trayicon.c
8264 Add more strings for translation; patch
8267 2006-08-21 [colin] 2.4.0cvs68
8270 fix replied flag not set after drafting
8272 fix body quicksearch in non-encoded bodies
8275 Get rid of the g_malloc workaround for
8276 corrupted caches, use g_try_malloc
8278 2006-08-21 [colin] 2.4.0cvs67
8281 * src/gtk/inputdialog.c
8282 * src/plugins/pgpcore/passphrase.c
8283 Set minimal width to 375
8285 Fix switching to offline, asking if it
8286 should be overriden for synchronising
8288 Don't offer to remember command on Open
8289 with for text parts, as the browser or
8290 text editor command isn't changed from
8293 2006-08-20 [paul] 2.4.0cvs66
8297 fix plural form errors. revealed by stricter
8298 checking of gettext 0.15
8300 2006-08-18 [paul] 2.4.0cvs65
8302 * src/stock_pixmap.c
8303 fix the fix of 2.4.0cvs64
8306 2006-08-18 [paul] 2.4.0cvs64
8308 * src/stock_pixmap.c
8312 2006-08-18 [paul] 2.4.0cvs63
8316 fix occasional IMAP bug where large msgs
8317 were left in the queue folder after sending
8320 2006-08-18 [paul] 2.4.0cvs62
8323 freeze the summaryview while quicksearch results
8325 (fixes bug 456 'current message is hidden when the
8326 view is refreshed and extended search is "unread
8330 add missing #include "inputdialog.h"
8331 * src/common/utils.h
8332 add missing mailcap_update_default() and improve
8335 2006-08-17 [colin] 2.4.0cvs61
8337 * src/plugins/pgpcore/select-keys.c
8340 2006-08-17 [colin] 2.4.0cvs60
8343 Don't continue queuing if Cancel is clicked
8346 2006-08-17 [colin] 2.4.0cvs59
8348 * src/plugins/pgpcore/select-keys.c
8349 When encrypting, if only one key matches and it
8350 matches exactly, automatically use it.
8352 2006-08-17 [colin] 2.4.0cvs58
8355 * src/prefs_common.c
8356 * src/prefs_common.h
8357 * src/prefs_ext_prog.c
8359 Fix issues with previous patch (text/html)
8360 Remove outdated prefs
8362 2006-08-17 [colin] 2.4.0cvs57
8365 Add View Log button on auth error
8367 Fix encrypted mail marked as new when
8368 saved in normal folders
8369 * src/plugins/pgpinline/pgpinline.c
8370 Fix encrypt bug on IMAP
8372 * src/common/utils.c
8373 * src/common/utils.h
8374 * src/gtk/inputdialog.c
8375 * src/gtk/inputdialog.h
8376 Get rid of metamail stuff, simplify
8377 opening, and allow remembering of user's
8378 choices (by updating ~/.mailcap). There's
8379 still to drop "Audio player" and "Image
8380 viewer" preferences.
8382 2006-08-17 [mones] 2.4.0cvs56
8384 * manual/es/sylpheed-claws-manual.xml
8387 2006-08-17 [mones] 2.4.0cvs55
8390 * manual/Makefile.am
8391 * manual/es/Makefile.am
8392 * manual/es/account.xml
8394 * manual/es/addrbook.xml
8395 * manual/es/advanced.xml
8397 * manual/es/glossary.xml
8399 * manual/es/handling.xml
8400 * manual/es/intro.xml
8401 * manual/es/keyboard.xml
8402 * manual/es/plugins.xml
8403 * manual/es/starting.xml
8404 * manual/es/sylpheed-claws-manual.xml
8405 * manual/es/dist/Makefile.am
8406 * manual/es/dist/html/Makefile.am
8407 * manual/es/dist/pdf/Makefile.am
8408 * manual/es/dist/ps/Makefile.am
8409 * manual/es/dist/txt/Makefile.am
8410 Spanish translation for the manual
8412 2006-08-16 [colin] 2.4.0cvs54
8417 Fix send button sensitivity at startup
8418 Set send menu sensitivity (patch by Fabien)
8420 Enable closing with esc (patch by Fabien)
8421 * src/gtk/foldersort.c
8422 Enable closing with esc (patch by Fabien)
8424 Optimisation (no need to copy to tempfile to
8425 "decode" 7bit and 8bit)
8427 Fix cruft in swap_from case
8429 Fix missing last line in some mail cases
8430 (Fixes debian #381872)
8431 * src/plugins/pgpcore/prefs_gpg.c
8432 * src/plugins/pgpcore/sgpgme.c
8433 * src/plugins/pgpcore/sgpgme.h
8434 Don't show "no key found" when user explicitely
8435 wants to create a key
8437 2006-08-16 [paul] 2.4.0cvs53
8443 * src/prefs_account.c
8444 * src/prefs_message.c
8445 * src/gtk/gtkutils.c
8446 bump up minimum required versions of GTK+ and
8449 2006-08-16 [paul] 2.4.0cvs52
8452 workaround GTK+ Bug 351600 - 'Can't re-click
8453 on button after sensitivity update'
8454 http://bugzilla.gnome.org/show_bug.cgi?id=351600
8457 2006-08-15 [colin] 2.4.0cvs51
8459 * src/plugins/pgpcore/prefs_gpg.c
8460 Set options sensitivity according to
8462 * src/plugins/pgpcore/sgpgme.c
8463 Allow to create key with no passphrase
8465 2006-08-14 [cleroy] 2.4.0cvs50
8467 * src/gtk/pluginwindow.c
8468 New layout (maybe to be changed?)
8469 * src/gtk/gtkutils.c
8470 Fix a bit label_window
8471 * src/plugins/pgpcore/passphrase.c
8472 * src/plugins/pgpcore/passphrase.h
8473 * src/plugins/pgpcore/plugin.c
8474 * src/plugins/pgpcore/prefs_gpg.c
8475 * src/plugins/pgpcore/prefs_gpg.h
8476 * src/plugins/pgpcore/sgpgme.c
8477 * src/plugins/pgpcore/sgpgme.h
8478 Allow to create a PGP private key via the GUI
8480 2006-08-14 [wwp] 2.4.0cvs49
8482 * src/addressbook_foldersel.c
8483 fix strict ISO C90 compliance.
8485 2006-08-14 [paul] 2.4.0cvs48
8487 * src/gtk/prefswindow.c
8488 re-set scrolled window on opening
8495 2006-08-14 [paul] 2.4.0cvs47
8497 * src/prefs_display_header.c
8498 re-enable user-defined Displayed Headers
8500 2006-08-14 [paul] 2.4.0cvs46
8502 * src/prefs_account.c
8505 2006-08-13 [colin] 2.4.0cvs45
8507 * src/common/utils.c
8508 Fix "a" in quote when the original message is empty,
8509 by using \0 instead of 'a' to test writability of
8512 2006-08-13 [wwp] 2.4.0cvs44
8514 * src/plugins/spamassassin/spamassassin.c
8515 fix capitalization of "SpamAssassin" in some debug, log and
8518 2006-08-13 [paul] 2.4.0cvs43
8521 fix overlapping widgets
8522 * src/prefs_account.c
8523 fix translation of protocol_names[]
8524 fix label disappearing off the edge of the
8527 2006-08-12 [paul] 2.4.0cvs42
8529 * manual/plugins.xml
8530 update IRC channel info before it gets forgotten
8533 2006-08-11 [colin] 2.4.0cvs41
8542 Grey out the Send button if
8543 - Queue folders are empty, or
8544 - We're sending already
8546 2006-08-11 [wwp] 2.4.0cvs40
8549 fix a logic issue when quitting while a compose window is
8550 still open, thanks to Colin.
8552 2006-08-10 [colin] 2.4.0cvs39
8555 Fix default font size setting after wizard run
8557 * src/etpan/imap-thread.c
8558 * src/etpan/imap-thread.h
8559 Fix bug #999 (Timing out on TSL cert validation
8560 dialog makes ugly things happen). Also, STARTTLS
8561 unconditionnaly if initial capabilities contain
8562 LOGINDISABLED and STARTTLS.
8564 2006-08-09 [colin] 2.4.0cvs38
8568 Fix Tools/Actions sensitivity when there are
8571 2006-08-09 [colin] 2.4.0cvs37
8573 * src/prefs_filtering.c
8574 Warning fix, patch by Paul
8576 * src/prefs_actions.c
8577 * src/prefs_filtering_action.c
8578 * src/prefs_matcher.c
8579 Uniformisation of "Info ..." to "Info..." (for
8580 old gtk), patch by Fabien
8581 * src/plugins/clamav/clamav_plugin_gtk.c
8582 Sensitivity fix by Fabien
8584 2006-08-09 [colin] 2.4.0cvs36
8588 Add a function to know whether we're exiting
8589 * src/plugins/trayicon/trayicon.c
8590 If exiting, don't do anything. Faster, and
8591 avoids gtk_main_iteration reentracy causing
8594 2006-08-09 [colin] 2.4.0cvs35
8599 Fix lack of part selection when automatically
8600 jumping to a specific part
8602 Little optimisation in cache reading
8604 2006-08-09 [colin] 2.4.0cvs34
8607 Fix crash setting the priority on reedit
8608 (Accessing compose before creating it!)
8610 2006-08-08 [colin] 2.4.0cvs33
8613 Fix bug #998 (last attachment is not accessible)
8614 Bad RFC interpretation on multipart close-delimiters
8617 * src/gtk/gtkvscrollbutton.c
8618 * src/gtk/gtkvscrollbutton.h
8619 Make attachments list wheel-scrollable
8621 2006-08-07 [colin] 2.4.0cvs32
8623 * src/gtk/gtkaspell.c
8624 Fix bug #973 (Unicode punctation characters
8625 are not recognized as separators by the
8626 spell checker); fix unsigned stuff
8628 2006-08-07 [colin] 2.4.0cvs31
8631 Fix bug #956 (DnD text with accents in compose
8632 text entry); fix gccc's signed/unsigned fuss
8634 2006-08-06 [colin] 2.4.0cvs30
8637 Fix bug #979 (Plugin crashes when exiting
8638 sylpheed-claws) : handle exit request only
8641 2006-08-05 [colin] 2.4.0cvs29
8644 Just make sure we have a msgid.
8646 2006-08-05 [colin] 2.4.0cvs28
8650 Fix bug #995 ("Mark cross-posted as read" doesn't work)
8651 by reimplementing it
8653 Fix bug when hiding quotes with level > 3 and quote
8656 2006-08-04 [colin] 2.4.0cvs27
8661 Fix a bit replace-by-pasting undo
8664 Fix Fold quotes menu synchro in
8665 mainwindow when it changes in
8668 Fix right-click on quotes blocks
8669 * src/common/utils.c
8670 Verify that the file created by
8671 my_tmpfile() is writable. Fixes
8672 bug #988 (very specific filesystem
8674 * src/plugins/pgpcore/sgpgme.c
8675 Fix file descriptor leak
8676 * src/plugins/spamassassin/spamassassin.c
8677 Warn once if spamd isn't reachable
8679 2006-08-04 [colin] 2.4.0cvs26
8682 i18n context patch by Fabien
8684 2006-08-03 [colin] 2.4.0cvs25
8688 Rename "Hide quotes" to "Fold quotes"
8690 Don't use hand cursor on quotes. "all
8691 the bonuses of the feature and none of
8692 unwelcome side-effects"
8694 2006-08-03 [colin] 2.4.0cvs24
8697 * sylpheed-claws.desktop
8699 Bring the desktop file to XDG compliance
8700 Patch by Charles A. Edwards
8702 2006-08-03 [colin] 2.4.0cvs23
8705 Fix links offset when they are preceded
8706 by accentued chars (g_utf8_strlen!)
8708 Fix wrong status when starting offline
8711 2006-08-03 [wwp] 2.4.0cvs22
8713 * src/prefs_common.h
8714 ask what to do w/ filtering rules that belong to an account when
8715 applying filtering rules manually from the main window (skip,
8716 apply regardless of the account, use current account). This dialog
8717 can be skipped and the last reply used.
8720 2006-08-03 [wwp] 2.4.0cvs21
8724 * src/prefs_common.c
8729 ask what to do w/ filtering rules that belong to an account when
8730 applying filtering rules manually from the main window (skip,
8731 apply regardless of the account, use current account). This dialog
8732 can be skipped and the last reply used.
8735 2006-08-03 [colin] 2.4.0cvs20
8738 Optimize previous patch
8740 2006-08-03 [cleroy] 2.4.0cvs19
8743 Fix quotes getting toggled back when the
8744 mail has an even number of text parts
8746 2006-08-02 [colin] 2.4.0cvs18
8749 Add Hide quotes menu
8751 2006-08-02 [colin] 2.4.0cvs17
8754 * src/prefs_common.c
8758 Allow per-level quote hiding,
8759 Allow toggling quotes by double-clicking them
8760 Rename RemoteURI to ClickableText to reflect
8761 the fact it's used for a variety of things
8763 2006-08-02 [wwp] 2.4.0cvs16
8766 fix "View/Hide quotes" menu item status initialization.
8768 2006-08-02 [wwp] 2.4.0cvs15
8770 * src/matcher_parser_parse.y
8771 remove a debug trace.
8773 2006-08-02 [paul] 2.4.0cvs14
8775 * src/plugins/pgpcore/passphrase.c
8776 don't set initial dialog size
8779 2006-08-02 [paul] 2.4.0cvs13
8782 remove the rogue '/' character
8784 2006-08-02 [paul] 2.4.0cvs12
8787 allow buttons to resize as necessary
8789 2006-08-01 [wwp] 2.4.0cvs11
8792 fix strict ISO C90 compliance.
8794 2006-08-01 [wwp] 2.4.0cvs10
8797 updated update-po tool to work w/ context-dependent translations.
8798 Patch by Fabien Vantard <fzzzzz@gmail.com>.
8800 2006-08-01 [wwp] 2.4.0cvs9
8803 * src/prefs_filtering.c
8804 * src/prefs_matcher.c
8805 allow context-dependent translations for "All",
8806 patch by Fabien Vantard <fzzzzz@gmail.com>.
8808 2006-07-31 [colin] 2.4.0cvs8
8812 Add Rafal to authors
8814 2006-07-31 [colin] 2.4.0cvs7
8819 * src/prefs_common.c
8820 * src/prefs_common.h
8822 Add 'View/Hide quotes'. Patch based on a patch
8825 2006-07-31 [colin] 2.4.0cvs6
8828 Fix problem with "> stuff >" actions
8830 2006-07-31 [paul] 2.4.0cvs5
8833 updated by Geir Helland
8835 2006-07-31 [wwp] 2.4.0cvs4
8840 add "View/Go to/Parent message" and "View/Go to/Last read message",
8843 2006-07-31 [wwp] 2.4.0cvs3
8850 * src/addressbook_foldersel.c
8851 * src/addressbook_foldersel.h
8856 * src/matcher_parser_lex.l
8857 * src/matcher_parser_parse.y
8858 * src/prefs_common.c
8859 * src/prefs_common.h
8860 * src/prefs_filtering.c
8861 * src/prefs_matcher.c
8862 * src/prefs_matcher.h
8864 introduce filtering against the address book. It's now possible to add
8865 matched conditions to determine if any email address in a message matches
8866 or doesn't match any or all books or folders in the address book.
8868 2006-07-31 [wwp] 2.4.0cvs2
8878 * src/matcher_parser_lex.l
8879 * src/matcher_parser_parse.y
8881 * src/prefs_filtering.c
8882 * src/prefs_filtering.h
8886 introduce per-account filtering rules. Each filtering rule can now be assigned
8887 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
8888 when applying filtering rules manually, as all rules will apply - even the ones
8889 assigned to an account. This issue will be addressed soon.
8893 2006-07-31 [wwp] 2.4.0cvs1
8896 make more strings translatable.
8898 2006-07-31 [paul] 2.4.0
8902 2006-07-31 [paul] 2.3.1cvs91
8905 updated by Miquel Oliete
8907 2006-07-31 [paul] 2.3.1cvs90
8917 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
8918 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
8919 Aleksandar Urosevic, and Ralgh Young
8921 2006-07-31 [paul] 2.3.1cvs89
8927 Fix a race condition when, after an SC crash, rescanning
8928 folders took more than 0.5 seconds
8931 2006-07-31 [paul] 2.3.1cvs88
8934 don't translate separator strings
8936 2006-07-30 [mones] 2.3.1cvs87
8938 * doc/man/sylpheed-claws.1
8939 Fixed non-ASCII chars in Hoa's name
8943 2006-07-27 [colin] 2.3.1cvs86
8946 Don't include the leading \n in links
8949 2006-07-25 [colin] 2.3.1cvs85
8952 * src/common/socket.h
8953 * src/etpan/imap-thread.c
8954 Refresh resolvers before connecting
8955 to IMAP servers, and after switching
8956 to online. Thanks to Paul.
8960 * 2.4.0-rc4 released
8962 2006-07-17 [colin] 2.3.1cvs84
8965 Show connection attempt in statusbar before
8966 connecting (previously first message was
8967 "Retrieving messages from ..." after the
8968 connection succeeded.
8970 2006-07-16 [wwp] 2.3.1cvs83
8972 * sylpheed-claws.ico
8973 Added .ico file (windows multi-size icon file, generated).
8975 2006-07-12 [wwp] 2.3.1cvs82
8978 remove Message/Re-edit menu entry from messageview window,
8979 as sent/draft/queued messages are opened in compose window when
8980 re-edited and it's not possible to re-edit other msgs.
8982 2006-07-12 [paul] 2.3.1cvs81
8987 check online state before resetting
8988 mailcheck timer. Useful if some program
8989 verifies connection state and updates
8991 Patch by Leonid Evdokimov <darkk@users.sf.net>
8993 2006-07-12 [paul] 2.3.1cvs80
8995 * sylpheed-claws-128x128.png
8996 * sylpheed-claws-64x64.png
8997 * sylpheed-claws.png
9000 * src/prefs_toolbar.c
9001 * src/stock_pixmap.c
9002 * src/stock_pixmap.h
9005 * src/gtk/gtkutils.c
9006 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
9007 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
9008 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
9009 * src/pixmaps/sylpheed.xpm ** REMOVED **
9010 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
9011 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
9012 updated and renamed logo/icon files and related
9013 logo by Jesper Schultz
9015 2006-07-11 [paul] 2.3.1cvs79
9018 fix the labels a smidgin
9020 2006-07-09 [colin] 2.3.1cvs78
9023 Show errors in textviewer's command
9024 Patch by H. Merijn Brand
9026 2006-07-09 [colin] 2.3.1cvs77
9029 Save FMID in drafts too
9031 2006-07-08 [colin] 2.3.1cvs76
9034 Svae RMID in drafted mails too
9035 Save quote_fmt vars for whole mails,
9036 don't reset at each quote_fmt_init:
9037 allows to use the same |i{var} in
9038 various template fields
9039 * src/prefs_template.c
9041 * src/quote_fmt_parse.y
9044 2006-07-08 [colin] 2.3.1cvs75
9047 Fix highlighting of attached parts URIs
9049 2006-07-08 [colin] 2.3.1cvs74
9052 Prevent bug #981 (sc 2.3.1 segfaults with
9053 gtk+ 2.10) from being reported again:
9054 if Sylpheed-Claws has been compiled against
9055 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
9056 of if Sylpheed-Claws has been compiled against
9057 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
9060 2006-07-07 [colin] 2.3.1cvs73
9062 * src/prefs_actions.c
9065 2006-07-07 [colin] 2.3.1cvs72
9067 * src/prefs_actions.c
9068 Fix compile on gtk < 2.8. argh :)
9070 2006-07-07 [paul] 2.3.1cvs71
9075 2006-07-07 [colin] 2.3.1cvs70
9079 * src/quote_fmt_lex.l
9080 * src/quote_fmt_parse.y
9081 Add |i{var}, a way to insert user-entered
9086 * 2.4.0-rc3 released
9088 2006-07-07 [colin] 2.3.1cvs69
9091 Don't consider inboxes of UNKNOWN folder
9092 classes to be useable as default inboxes
9094 2006-07-07 [paul] 2.3.1cvs68
9097 add missing #include <errno.h>
9098 Thanks to René J. Blokland
9100 2006-07-07 [paul] 2.3.1cvs67
9103 Return now Closes dialog
9107 add contextual menu to mime parts listed
9110 * src/common/utils.c
9111 reversal: ' is a valid character in URLs
9113 2006-07-06 [colin] 2.3.1cvs66
9115 * src/remotefolder.h
9116 Forgotten in previous commit
9118 2006-07-06 [colin] 2.3.1cvs65
9121 Set summary update flag whenever
9124 * src/prefs_account.c
9125 * src/common/utils.h
9126 * src/etpan/imap-thread.c
9127 Fix warnings, thanks to Fabien and
9130 2006-07-06 [wwp] 2.3.1cvs64
9132 * src/gtk/gtkutils.c
9133 GTK_STOCK_HELP exists in GTK+ 2.4.x.
9135 2006-07-06 [wwp] 2.3.1cvs63
9144 * src/message_search.c
9145 * src/prefs_actions.c
9146 * src/prefs_filtering.c
9147 * src/prefs_filtering.h
9148 * src/prefs_template.c
9149 * src/summary_search.c
9151 * src/gtk/gtkutils.c
9152 * src/gtk/gtkutils.h
9153 * src/gtk/pluginwindow.c
9154 add help buttons to some dialogs. Clicking such buttons opens a
9155 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
9157 2006-07-06 [paul] 2.3.1cvs62
9160 fix attachments contextual menu
9163 2006-07-05 [colin] 2.3.1cvs61
9167 Handle sftp:// links
9169 2006-07-05 [paul] 2.3.1cvs60
9172 grab save button by default
9175 2006-07-05 [wwp] 2.3.1cvs59
9178 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
9180 2006-07-04 [colin] 2.3.1cvs58
9184 Use left click to select, middle click to open
9186 * src/common/utils.c
9189 2006-07-04 [colin] 2.3.1cvs57
9193 Warning fixes, thanks to Fabien
9195 2006-07-04 [colin] 2.3.1cvs56
9200 Allow parts to be selected via their text label
9203 2006-07-04 [colin] 2.3.1cvs55
9206 Feedback when closing (for big folders)
9207 * src/prefs_actions.c
9208 * src/prefs_filtering.c
9209 * src/prefs_matcher.c
9210 * src/prefs_template.c
9211 Fix default button when closing without
9214 2006-07-04 [colin] 2.3.1cvs54
9217 Delete local file on deletion
9219 2006-07-03 [colin] 2.3.1cvs53
9223 Don't freeze when rescanning after crash
9225 2006-07-03 [wwp] 2.3.1cvs52
9230 * src/plugins/pgpinline/pgpinline.c
9231 * src/plugins/pgpmime/pgpmime.c
9232 don't report an error when the user cancels the passphrase dialog.
9234 2006-07-02 [colin] 2.3.1cvs51
9237 Open message when crossing folders with Space,
9238 goto next unread and friends
9240 2006-07-01 [colin] 2.3.1cvs50
9242 * src/prefs_account.c
9243 Typographic rules varying from language
9244 to language (in french "Protocole :"),
9245 we have to do that :)
9247 2006-07-01 [ticho] 2.3.1cvs49
9249 * src/prefs_account.c
9250 Only use one temporary gchar* variable in
9251 prefs_account_protocol_set_optmenu().
9253 2006-07-01 [ticho] 2.3.1cvs48
9255 * src/prefs_account.c
9256 * src/prefs_account.h
9257 Use GtkLabel for existing account protocol name.
9258 Created an array for protocol names and populate the
9259 combobox from it in a for() cycle.
9261 2006-06-30 [colin] 2.3.1cvs47
9264 Block undo when changing signature (by changing
9267 2006-06-30 [paul] 2.3.1cvs46
9269 * src/send_message.c
9270 when editing From in the Compose window, use that address
9271 in the Return-Path: header
9274 2006-06-30 [colin] 2.3.1cvs45
9277 Fix signature replacement:
9278 - when no newline before separator
9281 2006-06-29 [colin] 2.3.1cvs44
9287 Let 'View/Go to/Next marked' work like
9288 Next new & Next unread: across folders
9289 Change the select_on_entry pref to do
9290 what we want when changing folder
9291 * src/common/utils.c
9292 Fix single-quoted links
9294 2006-06-29 [colin] 2.3.1cvs43
9296 * src/gtk/gtkaspell.c
9297 "Sylpheed" and "Sylpheed-Claws" do exist !
9299 2006-06-29 [colin] 2.3.1cvs42
9302 Forgot to remove debug
9304 2006-06-29 [colin] 2.3.1cvs41
9309 Disconnect from IMAP servers when going
9310 offline. Fixes bug #978 (going to offline-mode
9311 won't close connections)
9313 2006-06-29 [colin] 2.3.1cvs40
9316 Fix transient setting on failing plugins
9318 * src/plugins/pgpcore/sgpgme.c
9319 Only warn for OpenPGP. Most people don't
9322 2006-06-29 [colin] 2.3.1cvs39
9325 Fix Spelling menu (discrepancy between context menu
9326 and top menu when folder's dictionary isn't the
9328 * src/plugins/pgpcore/sgpgme.c
9329 More error reporting about why gpgme can fail
9331 2006-06-29 [wwp] 2.3.1cvs38
9334 honor the display-header-pane setting even when the message view
9335 is a separate window.
9337 2006-06-29 [wwp] 2.3.1cvs37
9339 * src/prefs_actions.c
9340 forgot to commit that one (use of GTK_STOCK_INFO).
9342 2006-06-29 [colin] 2.3.1cvs36
9345 Better handling of login errors (ask the password
9346 again once), alert in case of error. Fix three
9347 signedness warnings.
9349 2006-06-28 [wwp] 2.3.1cvs35
9351 * src/prefs_template.c
9352 * src/prefs_matcher.c
9353 * src/prefs_filtering_action.c
9355 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
9356 patch by Fabien Vantard, slightly modified.
9362 2006-06-28 [colin] 2.3.1cvs34
9364 * src/prefs_account.c
9365 Fix bug #977 (Can't add or edit imap accounts)
9367 2006-06-28 [colin] 2.3.1cvs33
9372 2006-06-28 [colin] 2.3.1cvs32
9375 Save named inlined attachments with "Save all"
9378 * src/common/plugin.c
9379 * src/common/plugin.h
9380 * src/common/sylpheed.c
9381 * src/common/utils.c
9382 * src/plugins/pgpcore/sylpheed.def
9383 * src/plugins/pgpinline/sylpheed.def
9384 * src/plugins/pgpmime/sylpheed.def
9385 Win32 compatibility patch, by
9388 2006-06-28 [wwp] 2.3.1cvs31
9391 * src/prefs_folder_item.c
9392 less compilation warnings (thanks to Fabien Vantard), less typos.
9394 2006-06-28 [paul] 2.3.1cvs30
9396 * src/gtk/gtkutils.c
9397 gtk_combo_box_set_focus_on_click() is only
9398 available since gtk 2.6.0
9400 2006-06-28 [paul] 2.3.1cvs29
9402 * src/prefs_ext_prog.c
9403 fix engrish and add a tooltip for the
9404 'command for 'Display as text' option
9410 2006-06-28 [paul] 2.3.1cvs28
9414 include textviewer.pl in releases
9416 2006-06-28 [paul] 2.3.1cvs27
9418 * src/prefs_ext_prog.c
9419 hide Print command option if libgnomeprint
9422 2006-06-27 [colin] 2.3.1cvs26
9425 Fix Esc handling in insert/attach dialog
9426 Don't show this dialog if dragging something
9427 else than text/uri-list
9428 Thanks to Fabien Vantard
9429 * tools/textviewer.pl
9430 Filter script to display stuff as text
9433 2006-06-27 [wwp] 2.3.1cvs25
9436 use the exact product name (message view title), patch
9439 2006-06-27 [ticho] 2.3.1cvs24
9441 * src/prefs_account.c
9442 * src/prefs_common.c
9443 * src/prefs_common.h
9444 * src/prefs_ext_prog.c
9446 Add a preference (Preferences/External programs)
9447 to allow "Display as text" to be done via a script
9448 (patch by H.Merijn Brand).
9449 Use GtkComboBox for protocol selection in account
9451 Only include current choice for existing accounts, and
9452 insensitivize the combobox.
9454 2006-06-27 [paul] 2.3.1cvs23
9457 fix crasher introduced in cvs21.
9460 2006-06-26 [colin] 2.3.1cvs22
9463 Fix double-frees when leaving folders
9464 after exporting to mbox
9466 2006-06-26 [colin] 2.3.1cvs21
9469 More feedback (and optimisation)
9471 * src/common/utils.c
9472 Fix case when looking for mail addresses
9473 * src/gtk/gtkutils.c
9474 Extra check for (X-)Face
9476 2006-06-25 [ticho] 2.3.1cvs20
9480 * src/gtk/gtkutils.c
9481 * src/gtk/gtkutils.h
9482 Added second argument to gtkut_sc_combobox_create() to
9483 control focus-on-click for the widget.
9484 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
9486 2006-06-25 [ticho] 2.3.1cvs19
9489 * src/gtk/Makefile.am
9490 * src/gtk/combobox.c
9491 * src/gtk/combobox.h
9492 * src/gtk/gtkutils.c
9493 * src/gtk/gtkutils.h
9494 Use GtkComboBox instead of deprecated GtkOptionMenu
9495 for account selector in compose window and for encoding
9496 selector in attachment properties.
9497 Also factorise working with the new GtkComboBox somewhat.
9499 2006-06-24 [paul] 2.3.1cvs18
9501 * src/prefs_common.c
9502 use the correct default value
9504 2006-06-24 [paul] 2.3.1cvs17
9507 * src/prefs_common.c
9508 * src/prefs_common.h
9509 * src/prefs_compose_writing.c
9510 enable setting of default action when
9511 dnd'ing files in the compose window.
9512 (Collaborative effort with wwp)
9514 2006-06-23 [wwp] 2.3.1cvs16
9517 i18n fix (thanks to Fabien Vantard)
9519 2006-06-22 [colin] 2.3.1cvs15
9521 * src/prefs_customheader.c
9522 Don't use filters in custom headers' file
9523 selector. Remember, extensions mean nothing :)
9525 2006-06-22 [paul] 2.3.1cvs14
9528 allow setting of man directory location
9530 2006-06-22 [colin] 2.3.1cvs13
9533 Add 'View/Go to/Next unread folder'.
9536 2006-06-22 [colin] 2.3.1cvs12
9538 * src/common/utils.c
9539 Add some subject prefixes
9540 Patch by Bjorn T Johansen <btj@havleik.no>
9542 2006-06-22 [colin] 2.3.1cvs11
9544 * manual/advanced.xml
9545 Forgotten hidden pref
9547 2006-06-21 [paul] 2.3.1cvs10
9549 * src/prefs_account.c
9550 complete the removal of 'Add date header' option
9552 2006-06-21 [paul] 2.3.1cvs9
9556 * src/prefs_account.c
9557 * src/prefs_account.h
9558 remove option to add date header - always
9560 * src/etpan/imap-thread.c
9561 fix warnings (Thanks to Colin)
9563 2006-06-21 [wwp] 2.3.1cvs8
9566 set the attachment flag when inline text part are (file)named. This is more convenient
9567 when receiving (for instance) inline source files or patches sent using thunderbird.
9569 2006-06-21 [paul] 2.3.1cvs7
9572 fix off-by-one count of current msg in
9573 statusbar filtering progressbar
9575 2006-06-21 [paul] 2.3.1cvs6
9578 Show attachment icon even if the part is 'inline'
9579 if the following conditions are met:
9580 - content-type != 'text/plain'
9581 - content-type != '*/pgp-signature'
9582 - either 'name' or 'filename' parameter is not NULL
9586 2006-06-21 [paul] 2.3.1cvs5
9589 * src/prefs_common.c
9590 * src/prefs_common.h
9592 add an option to 'Never send Return
9596 2006-06-20 [mones] 2.3.1cvs4
9601 typo fixed (space after comma)
9602 * tools/make.themes.project
9603 remove exec mode from tarball files
9605 2006-06-20 [colin] 2.3.1cvs3
9610 Better fix for \n's in headers (don't
9611 break Received: and others)
9613 2006-06-20 [paul] 2.3.1cvs2
9617 improve legibility of phishing attempt
9620 2006-06-20 [paul] 2.3.1cvs1
9625 Update version number following
9628 2006-06-20 [colin] 2.3.0cvs26
9631 When dragging a file to the text of the compose
9632 window, ask whether we want to insert or attach
9633 (I know lots of people who do that to attach)
9635 2006-06-20 [colin] 2.3.0cvs25
9637 * src/etpan/imap-thread.c
9638 Fix threshold (the append command is often > 32 bytes)
9640 2006-06-19 [colin] 2.3.0cvs24
9643 * src/etpan/imap-thread.c
9644 Workaround Rockliffe IMAP server bug: replace
9645 "x UID SEARCH (ANSWERED UID 1:*)" with
9646 "x UID SEARCH ANSWERED"
9647 (Rockliffe doesn't handle the parenthesis)
9649 2006-06-19 [colin] 2.3.0cvs23
9653 * src/etpan/imap-thread.c
9654 Probably fix bug #972 (Freezes when adding
9655 an attachment to the message)
9657 Modernize Firefox cmd
9660 2006-06-18 [colin] 2.3.0cvs22
9662 * src/prefs_customheader.c
9663 Only allow correct filenames for various
9666 2006-06-18 [colin] 2.3.0cvs21
9668 * src/prefs_customheader.c
9669 Add a 'From File...' button in custom headers prefs, which
9670 try to do the right thing:
9671 for normal headers, use file as plaintext,
9672 for X-Face, calls compface,
9673 for Face, encode to b64.
9675 2006-06-17 [colin] 2.3.0cvs20
9680 2006-06-16 [colin] 2.3.0cvs19
9683 Recursive quicksearch: show message list
9684 in current folder, *then* search children
9687 2006-06-16 [colin] 2.3.0cvs18
9690 Instead of ignoring SIGPIPE, save caches
9691 when getting one. Will fix the fact that
9692 hot caches are out-of-date when logging
9695 * src/prefs_compose_writing.c
9696 Only save text (not attachments) when
9697 auto-saving to drafts
9699 Always replace \n, \r and \t with spaces
9701 * manual/dist/html/Makefile.am
9702 * manual/dist/pdf/Makefile.am
9703 * manual/dist/ps/Makefile.am
9704 * manual/dist/txt/Makefile.am
9705 * manual/fr/dist/html/Makefile.am
9706 * manual/fr/dist/pdf/Makefile.am
9707 * manual/fr/dist/ps/Makefile.am
9708 * manual/fr/dist/txt/Makefile.am
9709 * manual/pl/dist/html/Makefile.am
9710 * manual/pl/dist/pdf/Makefile.am
9711 * manual/pl/dist/ps/Makefile.am
9712 * manual/pl/dist/txt/Makefile.am
9713 Fix make clean removing pregenerated manuals
9716 2006-06-16 [colin] 2.3.0cvs17
9718 * src/plugins/pgpcore/sgpgme.c
9719 * src/plugins/pgpmime/pgpmime.c
9720 * src/plugins/pgpinline/pgpinline.c
9721 Better error reporting in setup_signers.
9722 Don't fallback to default key if specified
9724 Don't allow signing if more than one secret
9725 key matches the one specified in prefs.
9727 2006-06-15 [colin] 2.3.0cvs16
9730 Add "Send queue" in the folder's contextual
9738 * src/plugins/pgpcore/passphrase.c
9739 * src/plugins/pgpcore/sgpgme.c
9740 * src/plugins/pgpinline/pgpinline.c
9741 * src/plugins/pgpmime/pgpmime.c
9742 Better error reporting
9744 Probably fix bug #971 (2.2.3 cannot read mail
9748 2006-06-15 [mones] 2.3.0cvs15
9750 * tools/make.themes.project
9751 creates the themes project from the web page
9753 2006-06-15 [colin] 2.3.0cvs14
9756 Better fix (avoid losing the folder if scan_tree
9759 2006-06-15 [cleroy] 2.3.0cvs13
9762 Probably fix Bug #969 (crash on rebuilding
9765 2006-06-14 [colin] 2.3.0cvs12
9767 * manual/dtd/manual.xsl
9768 * manual/sylpheed-claws-manual.xml
9769 * manual/fr/sylpheed-claws-manual.xml
9770 * manual/pl/sylpheed-claws-manual.xml
9771 Insert pagebreaks between sections
9773 2006-06-14 [paul] 2.3.0cvs11
9776 better fix than 2.3.0cvs10
9778 2006-06-14 [paul] 2.3.0cvs10
9781 fix setting of PACKAGE_DATA_DIR with newer autoconf
9782 (backwards compatible)
9784 2006-06-13 [colin] 2.3.0cvs9
9787 Fix sending of return receipt with the new queue folders
9789 2006-06-13 [wwp] 2.3.0cvs8
9791 * src/quote_fmt_lex.l
9792 fix wrong tokens returned in quote_fmt lexer, query not().
9794 2006-06-13 [wwp] 2.3.0cvs7
9797 * src/prefs_folder_item.c
9798 allow changing folder type even when folder is not a top-level one,
9801 2006-06-12 [colin] 2.3.0cvs6
9804 Fix double-ask of "Do you want to mark all
9807 2006-06-12 [colin] 2.3.0cvs5
9818 * src/prefs_folder_item.c
9823 * src/send_message.c
9826 Apply bug #964's patch (Queue and drafts aren't normal)
9827 The Drafts and Queue folder now contain RFC-822 files,
9828 allowing to move and copy mails from and to these
9829 folders. Moving from Drafts to Queue will prepare the
9830 mail for sending (PGP signature, encryption, etc).
9831 This patch also rework sending errors handling to try
9833 Also, allow redefining folder types via the GUI
9834 (Folder type in its Properties)
9836 2006-06-12 [colin] 2.3.0cvs4
9839 * src/prefs_common.c
9840 * src/prefs_common.h
9842 Allow to define a specific print font - patch
9843 by Bernhard Walle <bernhard.walle@gmx.de>
9845 * manual/advanced.xml
9846 * manual/fr/advanced.xml
9847 Add a hidden pref to allow deletion without
9850 2006-06-12 [wwp] 2.3.0cvs3
9853 more files to ignore.
9855 2006-06-12 [wwp] 2.3.0cvs2
9858 * src/quote_fmt_lex.l
9859 * src/quote_fmt_parse.y
9860 extend the quote_fmt parser (templates and quotes):
9861 - allow limited sub-expressions in |p{} and |f{} expressions,
9862 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
9863 - implemented/fixed missing implementation of query_references and show_references,
9864 - completed, fixed contents and format of the symbols help dialog,
9865 - fix some compilation warnings.
9867 2006-06-12 [wwp] 2.3.0cvs1
9869 * manual/advanced.xml
9870 * manual/fr/advanced.xml
9871 updates in the "templates" section of the manual (eng/fr):
9872 - be more precise (both versions)
9873 - completed to match the english reference (fr version)
9874 - touchups (both versions)
9876 2006-06-12 [paul] 2.3.0
9880 2006-06-12 [paul] 2.2.3cvs14
9891 updated by Miquel Oliete, Tim, Stephan Sachse,
9892 Stavros Giannouris, Fabien Vantard, Andrea
9893 Spadaccini, Frederico Goncalves Guimaraes,
9894 Aleksandar Urosevic, and Ralgh Young
9896 2006-06-12 [colin] 2.2.3cvs13
9901 2006-06-11 [colin] 2.2.3cvs12
9904 Verify that g_malloc() succeeded
9906 2006-06-11 [colin] 2.2.3cvs11
9909 Add Face header to welcome mail
9911 2006-06-10 [colin] 2.2.3cvs10
9914 Revert previous (Forgot it changes the
9915 margin on the whole mail)
9917 2006-06-10 [colin] 2.2.3cvs9
9920 Don't overlap long headers under (X-)Face
9922 2006-06-10 [mones] 2.2.3cvs8
9925 allow generation of manual on systems lacking saxon binary
9926 but with java and the saxon library installed
9931 2006-06-09 [colin] 2.2.3cvs7
9934 Fix leak when using Display Sender using Addressbook
9936 2006-06-09 [colin] 2.2.3cvs6
9945 2006-06-09 [paul] 2.2.3cvs5
9949 * tools/claws.i18n.status.pl
9950 updated with new info
9952 2006-06-09 [paul] 2.2.3cvs4
9957 add wwp to authors list
9959 update mine and Colin's addresses
9961 2006-06-08 [colin] 2.2.3cvs3
9963 * src/etpan/imap-thread.c
9964 Fix leak on SSL cert check
9966 2006-06-08 [colin] 2.2.3cvs2
9968 * src/common/utils.c
9971 2006-06-08 [paul] 2.2.3cvs1
9974 Update version number following
9977 2006-06-07 [colin] 2.2.2cvs3
9980 Fix catching cache read errors (guint instead of gint)
9981 Prevent malloc'ing more than 8MB (means cache corruption)
9983 2006-06-07 [paul] 2.2.2cvs2
9990 * src/common/utils.c
9991 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
9993 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
9996 2006-06-06 [paul] 2.2.2cvs1
9999 Update version number following
10002 2006-06-06 [paul] 2.2.1cvs6
10005 fix implicit declaration of
10007 Patch by Fabien Vantard
10009 2006-06-06 [paul] 2.2.1cvs5
10012 fix age_greater and age_lower so that they
10013 mean what say and not '...or equal to'
10016 2006-06-06 [paul] 2.2.1cvs4
10019 * src/common/utils.c
10023 2006-06-05 [wwp] 2.2.1cvs3
10025 * manual/fr/account.xml
10026 minor language fixes (thanks to Fabien Vantard).
10028 2006-06-05 [colin] 2.2.1cvs2
10030 * src/prefs_folder_item.c
10032 Allow recursive setting of properties
10033 for whole mailboxes
10035 Don't freeze on 'test' filtering rule
10037 2006-06-05 [colin] 2.2.1cvs1
10040 Update version number following
10043 2006-06-04 [wwp] 2.2.0cvs82
10045 * manual/glossary.xml
10046 * manual/account.xml
10047 * manual/fr/glossary.xml
10048 * manual/fr/account.xml
10049 added glossary section and references/links related to the Face custom header.
10051 2006-06-04 [colin] 2.2.0cvs81
10053 * src/summaryview.c
10054 Skip to next message on move with no
10055 immediate execution
10057 2006-06-04 [wwp] 2.2.0cvs80
10060 added sanity checks, exit when needed.
10062 2006-06-03 [paul] 2.2.0cvs79
10064 * src/prefs_receive.c
10065 page name is now 'Receiving'
10067 page name is now 'Sending'
10069 2006-06-03 [colin] 2.2.0cvs78
10071 * src/plugins/spamassassin/spamassassin_gtk.c
10072 Autoswitch to Localhost if transport was previously
10073 disabled. Else people had to check [] Enable, then
10074 *reselect* transport.
10076 2006-06-03 [colin] 2.2.0cvs77
10078 * src/plugins/pgpinline/pgpinline.c
10079 * src/plugins/pgpmime/pgpmime.c
10080 Check that gpg_data_release_and_get_mem
10081 didn't fail (now, why this happens...)
10083 2006-06-03 [colin] 2.2.0cvs76
10086 Fix bug #962 (Manual and/or UI should
10087 warn about incompatible locking
10090 2006-06-02 [cleroy] 2.2.0cvs75
10095 * src/summaryview.c
10098 2006-06-02 [colin] 2.2.0cvs74
10101 On exit, free caches after writing them
10102 Shuts up some valgrind false positives
10104 * src/send_message.c
10105 Fix races when reusing existing SMTP connections
10106 Fix inexistant session timeout
10108 Display alertpanel after all queues have
10109 been processed, not after each
10111 2006-06-02 [wwp] 2.2.0cvs73
10113 * manual/fr/glossary.xml
10114 * manual/fr/ack.xml
10116 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
10118 2006-06-02 [wwp] 2.2.0cvs72
10121 * manual/dist/pdf/Makefile.am
10122 * manual/dtd/manual.xsl
10123 * manual/fr/dist/pdf/Makefile.am
10124 * manual/pl/dist/pdf/Makefile.am
10125 we changed the procedure to generate the .pdf version of the manual.
10126 The procedure is more modern and the .pdf we get now has a valid index.
10127 Here are the new pre-requisites:
10129 - JRE 1.x (1.4 here): there must be one from your distro
10130 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
10131 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
10132 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
10134 See my posts for further info about the installation of this toolchain:
10136 Date: Fri, 19 May 2006 19:40:06 +0200
10137 From: wwp <subscript@free.fr>
10138 To: sylpheed-claws-devel@lists.sourceforge.net
10139 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
10143 Date: Wed, 24 May 2006 12:58:49 +0200
10144 From: wwp <subscript@free.fr>
10145 To: sylpheed-claws-devel@lists.sourceforge.net
10146 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
10148 2006-06-01 [colin] 2.2.0cvs71
10151 Better guards against IMAP races
10153 * src/prefs_common.c
10154 * src/prefs_common.h
10155 * src/common/ssl_certificate.c
10156 * src/etpan/imap-thread.c
10157 * src/etpan/imap-thread.h
10158 * src/gtk/sslcertwindow.c
10159 New hidden option ssl_skip_cert_check to
10160 avoid dups of bug #959 (libetpan linked
10161 against gnutls and gnutls buggy on 64bit)
10162 Present expired warning only once per
10164 * manual/advanced.xml
10165 * manual/fr/advanced.xml
10166 Document new option
10168 2006-06-01 [wwp] 2.2.0cvs70
10170 * src/messageview.c
10171 fix for bug #961 (return receipt dialog
10172 complains incorrectly about return-path
10173 email adress being different), thanks
10176 2006-05-31 [cleroy] 2.2.0cvs69
10179 Guard against NULLs, although this
10180 should never be an issue
10182 2006-05-31 [colin] 2.2.0cvs68
10185 Use g_slist_prepend
10187 Don't remove caches when destroying folder, it
10188 could (should) be done at exit
10190 free processing cache after incorporation
10191 * src/etpan/imap-thread.c
10192 Maybe fix bug #959 (Crash on moving to emails
10193 to a imap account per ssl with a expired
10196 2006-05-30 [colin] 2.2.0cvs67
10198 * src/summaryview.c
10199 Put back event flush when displaying message
10200 It avoids reading a bunch of messages just
10201 by hitting shift-n for too long ;)
10203 2006-05-29 [colin] 2.2.0cvs66
10205 * src/summaryview.c
10206 Remove useless g_warnings
10208 2006-05-29 [colin] 2.2.0cvs65
10211 Fix g_slist_append()s for performance
10213 2006-05-29 [colin] 2.2.0cvs64
10216 * src/common/utils.c
10217 Fix extraneous tab at start of addresses
10219 Fix warnings (thanks to Fabien)
10220 Fix crash at exit when composing messages
10223 Fix progress bar when deleting expired mails
10225 * src/summaryview.c
10226 * src/gtk/gtksctree.c
10227 Fix re-sorting slowness
10229 2006-05-29 [paul] 2.2.0cvs63
10232 fetch full message when moving mails
10233 from another mailbox, (fixed data loss
10234 when filtering from IMAP to MH, introduced
10238 2006-05-29 [mones] 2.2.0cvs62
10240 * src/gtk/gtksctree.c
10241 Unselect faster (patch by Colin)
10243 2006-05-26 [colin] 2.2.0cvs61
10245 * src/summaryview.c
10246 Unplug MSGINFO_UPDATE callback on delete too.
10248 2006-05-26 [colin] 2.2.0cvs60
10251 Fix bold in folder selection window with glib2.10
10254 2006-05-26 [colin] 2.2.0cvs59
10257 Convert date only if necessary (and don't
10258 try to convert from utf8 to utf8, too)
10259 * src/summaryview.c
10260 Only set column's text if the column's
10263 2006-05-26 [colin] 2.2.0cvs58
10265 * src/summaryview.c
10266 * src/gtk/gtkutils.c
10267 Fix useless warning
10269 2006-05-26 [colin] 2.2.0cvs57
10272 Make summaryview selectable as long as
10273 no message has focus
10275 Faster deletion (by implementing mh_remove_msgs)
10276 Faster copy (avoid using mh_fetch_msg just to get
10278 Faster move (using move_file instead of copy_file
10280 No progressbar if total number of mails to cp/mv
10282 * src/summaryview.c
10283 Fix removal from subject_table when mail gets moved
10284 Faster deletion (g_slist_prepend instead of append)
10285 * src/gtk/gtksctree.c
10286 Remove useless code
10288 2006-05-25 [colin] 2.2.0cvs56
10290 * src/common/ssl_certificate.c
10291 Fix leak in expired cert check
10293 2006-05-25 [colin] 2.2.0cvs55
10296 Disable flags syncing on .mh_sequences - it
10297 is buggy and marks mails read under unknown
10302 * 2.3.0-rc4 released
10304 2006-05-24 [colin] 2.2.0cvs54
10306 attention cvs users: if you manage to crash
10307 Sylpheed-Claws while moving, copying or deleting
10308 mails, we *are* interested in stack traces and
10309 valgrind logs. It looks stable, but one never
10313 Add progressbar for cache updates
10314 * src/folderutils.c
10315 Optimize Mark all read in the current
10318 Add progressbar for copy/move
10320 Optimize O(n^2) in copy/move
10321 * src/summaryview.c
10322 * src/gtk/gtksctree.c
10323 Optimize O(n^2) algos
10324 * src/common/timing.h
10325 Display ms instead of us
10327 2006-05-24 [wwp] 2.2.0cvs53
10329 * manual/fr/advanced.xml
10330 updates to the French manual.
10332 2006-05-24 [wwp] 2.2.0cvs52
10334 * src/common/utils.c
10335 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
10337 2006-05-24 [wwp] 2.2.0cvs51
10339 * src/folderutils.c
10340 fixed "mark all read" in MH folders (thanks to Colin).
10342 2006-05-24 [paul] 2.2.0cvs50
10344 * doc/man/sylpheed-claws.1
10345 updated the man page
10347 2006-05-23 [colin] 2.2.0cvs49
10353 * src/messageview.c
10355 * src/send_message.c
10356 * src/summaryview.c
10357 * src/gtk/sslcertwindow.c
10358 alertpanel fixes, by Fabien
10360 2006-05-23 [colin] 2.2.0cvs48
10365 * src/summaryview.c
10366 * src/gtk/gtksctree.c
10367 * src/gtk/gtksctree.h
10369 Fix slow loading problem, which was caused by the
10370 use of some gtk_ctree funcs and their use of
10371 g_list_position while gtk_ctree_(un)link'ing.
10372 Reap more functions from gtkctree.c to be sure we
10373 use our (fast) version instead of theirs.
10375 Fix copy of unread mails
10378 2006-05-22 [wwp] 2.2.0cvs47
10380 * manual/fr/advanced.xml
10383 2006-05-22 [colin] 2.2.0cvs46
10386 Fix possible infinite loop. 'copy' is not a
10387 final action, so when encountering a 'copy',
10388 we have to check if a previous one was set
10389 and do it. In the same way, if we encounter
10390 a 'move' we have to perform a possibly
10391 pending 'copy'. This will slow down filtering
10392 on IMAP if move+copy or multiple copy actions
10393 are to be done, but handling it via the batch
10394 would be really too convoluted.
10396 2006-05-22 [wwp] 2.2.0cvs45
10398 * manual/fr/advanced.xml
10399 * manual/fr/faq.xml
10400 * manual/fr/glossary.xml
10401 * manual/fr/handling.xml
10402 * manual/fr/intro.xml
10403 * manual/fr/plugins.xml
10404 * manual/fr/sylpheed-claws-manual.xml
10405 sync w/ the english manual: updates URIs, documented mailing-list
10406 support, better explanation about the enabled/disabled feature
10407 in filtering/processing rules by Paul.
10409 2006-05-21 [colin] 2.2.0cvs44
10411 * src/summaryview.c
10412 Don't expand after building threads, but during
10414 2006-05-21 [colin] 2.2.0cvs43
10417 * src/summaryview.c
10418 More timing possibilities... For next time I have
10419 to find out how the hell some 3GHz computer takes
10420 one minute to open a 30k folder...
10422 2006-05-21 [colin] 2.2.0cvs42
10424 * manual/pl/advanced.xml
10425 * manual/pl/faq.xml
10426 * manual/pl/glossary.xml
10427 * manual/pl/handling.xml
10428 * manual/pl/intro.xml
10429 * manual/pl/plugins.xml
10430 * manual/pl/sylpheed-claws-manual.xml
10431 Polish manual updated by Pawel
10435 * 2.3.0-rc3 released
10437 2006-05-20 [colin] 2.2.0cvs41
10441 - remove cache of moved messages from original folder
10442 - apply new flags to messages even if they aren't appliable
10447 * 2.3.0-rc2 released
10449 2006-05-19 [colin] 2.2.0cvs40
10452 Don't issue SELECT in imap_change_flags
10453 before having checked that we indeed have
10454 some flags to change. MSG_POSTFILTERED for
10455 example can't be used on IMAP.
10456 Fixes bug #955 (copying messages between
10457 imap folders is extremely slow), which was
10460 2006-05-19 [colin] 2.2.0cvs39
10465 Try to fix bug #830 (Some unread messages
10466 get marked read in IMAP inbox):
10467 - Prevent scanning a folder if it's being
10469 - Postpone opening via the GUI of a folder
10473 2006-05-19 [wwp] 2.2.0cvs38
10475 * manual/advanced.xml
10476 fix English+typo (thanks to Paul).
10478 2006-05-19 [wwp] 2.2.0cvs37
10480 * manual/advanced.xml
10481 * manual/fr/advanced.xml
10482 * src/gtk/logwindow.c
10483 * src/prefs_common.c
10484 * src/prefs_common.h
10485 added hidden prefs to allow customization of colors used in
10486 protocol log window (useful for dark gtk+ themes).
10488 2006-05-19 [wwp] 2.2.0cvs36
10491 fix an old erroneous changelog entry (thanks to Fabien Vantard).
10493 2006-05-19 [paul] 2.2.0cvs35
10496 make Reply-To fully clickable
10497 * src/gtk/logwindow.c
10498 more colouring (SMTP ESMTP)
10499 Both patches by Pawel Pekala
10501 2006-05-19 [cleroy] 2.2.0cvs34
10504 Don't update flags from current folder
10505 Probably fixes bug #935 (Read Messages
10506 Revert to Being Marked as Unread)
10508 2006-05-18 [colin] 2.2.0cvs33
10514 * src/summaryview.c
10516 Allow replying to multiple emails
10517 in multiple windows
10519 * src/etpan/imap-thread.c
10522 2006-05-18 [paul] 2.2.0cvs32
10524 * src/summaryview.c
10525 keep Mailing-List menu refreshed
10528 2006-05-18 [paul] 2.2.0cvs31
10530 * manual/advanced.xml
10532 * manual/glossary.xml
10533 * manual/handling.xml
10535 * manual/plugins.xml
10536 * manual/sylpheed-claws-manual.xml
10538 add info about mailing-list support
10539 edit filtering info
10541 * src/common/defs.h
10543 * src/plugins/dillo_viewer/README
10546 2006-05-17 [wwp] 2.2.0cvs30
10548 * manual/handling.xml
10549 * manual/fr/handling.xml
10550 documented the ability to enabled/disable filtering/processing rules.
10552 2006-05-17 [colin] 2.2.0cvs29
10555 Don't initialize g_thread subsystem if it's
10556 already done (thanks to Hiro)
10558 Fix saving of parts when there name can't be
10559 converted from UTF-8.
10561 2006-05-17 [paul] 2.2.0cvs28
10563 * po/Makefile.in.in
10564 fix config.status warning with autoconf 2.60
10566 2006-05-17 [paul] 2.2.0cvs27
10571 2006-05-17 [wwp] 2.2.0cvs26
10574 fix useless and potentially dangerous buffer walking (thanks to Colin).
10576 2006-05-17 [wwp] 2.2.0cvs25
10578 * src/plugins/demo/demo.c
10579 updated product name in plugin demo (many plugins need to be
10580 sync'ed w/ that change).
10582 2006-05-17 [colin] 2.2.0cvs24
10587 2006-05-16 [colin] 2.2.0cvs23
10590 Stupid me hit again. Fix cvs22.
10592 2006-05-16 [colin] 2.2.0cvs22
10595 Fix bug #922 (sylpheed-claws crashed after
10596 pushing on Inbox folder)
10598 2006-05-16 [colin] 2.2.0cvs21
10601 Make From header be copy/paste/select-able
10603 2006-05-16 [wwp] 2.2.0cvs20
10607 * src/summaryview.c
10608 * src/etpan/imap-thread.c
10609 fix some compiler warnings (thanks to Colin).
10611 2006-05-16 [wwp] 2.2.0cvs19
10614 * src/gedit-print.c
10619 * src/send_message.c
10620 * src/summaryview.c
10621 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
10623 2006-05-15 [colin] 2.2.0cvs18
10626 Fix automatic rule creation with List-Post
10628 2006-05-15 [paul] 2.2.0cvs17
10630 * tools/filter_conv_new.pl
10631 updated for rule enabling/disabling
10632 claws version >= 2.3.x required
10634 2006-05-15 [cleroy] 2.2.0cvs16
10639 2006-05-15 [cleroy] 2.2.0cvs15
10644 2006-05-15 [wwp] 2.2.0cvs14
10646 * manual/pl/.cvsignore
10647 ignore generated files.
10649 2006-05-14 [wwp] 2.3.0-rc1
10651 * 2.3.0-rc1 released
10653 2006-05-13 [wwp] 2.2.0cvs13
10658 * src/matcher_parser_lex.l
10659 * src/matcher_parser_parse.y
10660 * src/prefs_filtering.c
10661 new feature: provide the ability to disable filtering and processing
10662 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
10665 2006-05-13 [colin] 2.2.0cvs12
10668 Remove useless if (a) b; else b;
10671 2006-05-13 [wwp] 2.2.0cvs11
10677 * src/summaryview.c
10678 * src/summaryview.h
10679 no more silent failures (or at least less ones) when importing
10680 or exporting from/to mbox. Also start importing/exporting if
10681 the necessary info is set.
10683 2006-05-13 [wwp] 2.2.0cvs10
10686 restored up-to-date release notes.
10688 2006-05-13 [paul] 2.2.0cvs9
10692 updated by Tim Dijkstra and Pavlo Bohmat
10694 2006-05-12 [colin] 2.2.0cvs8
10696 * src/gtk/quicksearch.c
10697 Add "k" as shortcut for "colorlabel". Patch
10698 by ath42@users.sf.net.
10700 2006-05-12 [paul] 2.2.0cvs7
10702 * src/prefs_common.h
10703 * src/prefs_summaries.c
10704 * src/summaryview.c
10705 when entering a folder also allow
10706 going directly to first Marked message
10708 2006-05-12 [paul] 2.2.0cvs6
10710 * src/summaryview.c
10711 always obey 'confirm before marking all
10714 2006-05-12 [paul] 2.2.0cvs5
10717 make Sender fully clickable
10719 2006-05-12 [colin] 2.2.0cvs4
10723 Let From be editable
10726 Full support of .mh_sequences' Unseen seq
10728 2006-05-12 [colin] 2.2.0cvs3
10733 * src/messageview.c
10734 * src/prefs_spelling.c
10738 * src/summaryview.c
10741 Add contextual menu on Compose toolbar
10742 button. Fixes bug #944 (Automatic
10743 addresses not applied when changing account
10744 from compose window)
10745 add Mailing List support
10746 based on the old 0.6.5claws25 patch by
10747 Melvin Hadasht, with finishing touches
10749 Fix "ignore thread" when mails are threaded by
10750 subject (and weren't ignored although appearing
10753 Both patches by Pawel.
10755 2006-05-08 [paul] 2.2.0cvs2
10759 * src/messageview.c
10763 * src/summaryview.c
10764 add Mailing List support
10765 based on the old 0.6.5claws25 patch by
10766 Melvin Hadasht, with finishing touches
10769 2006-05-08 [colin] 2.2.0cvs1
10774 Add contextual menu on Compose toolbar
10775 button. Fixes bug #944 (Automatic
10776 addresses not applied when changing account
10777 from compose window)
10779 2006-05-08 [paul] 2.2.0
10783 2006-05-08 [paul] 2.1.1cvs51
10793 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
10794 Fabien Vantard, Frederico Goncalves Guimaraes,
10795 Aleksandar Urosevic, and Ralgh Young
10797 2006-05-12 [colin] 2.1.1cvs50
10808 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
10809 Fabien Vantard, Frederico Goncalves Guimaraes,
10810 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
10812 2006-05-05 [colin] 2.1.1cvs49
10814 * manual/Makefile.am
10815 * manual/pl/Makefile.am
10816 * manual/pl/account.xml
10817 * manual/pl/ack.xml
10818 * manual/pl/addrbook.xml
10819 * manual/pl/advanced.xml
10820 * manual/pl/faq.xml
10821 * manual/pl/glossary.xml
10822 * manual/pl/gpl.xml
10823 * manual/pl/handling.xml
10824 * manual/pl/intro.xml
10825 * manual/pl/keyboard.xml
10826 * manual/pl/plugins.xml
10827 * manual/pl/starting.xml
10828 * manual/pl/sylpheed-claws-manual.xml
10829 * manual/pl/dist/.cvsignore
10830 * manual/pl/dist/Makefile.am
10831 * manual/pl/dist/html/.cvsignore
10832 * manual/pl/dist/html/Makefile.am
10833 * manual/pl/dist/pdf/.cvsignore
10834 * manual/pl/dist/pdf/Makefile.am
10835 * manual/pl/dist/ps/.cvsignore
10836 * manual/pl/dist/ps/Makefile.am
10837 * manual/pl/dist/txt/.cvsignore
10838 * manual/pl/dist/txt/Makefile.am
10839 Add the polish translation of the manual,
10840 Authored by Pawel Pekala.
10842 2006-05-05 [cleroy] 2.1.1cvs48
10845 Re-read matcherrc after loading plugins
10846 if some of them add folders.
10848 2006-05-03 [colin] 2.1.1cvs47
10853 2006-05-03 [colin] 2.1.1cvs46
10856 Be sure to have a session when
10859 2006-05-03 [colin] 2.1.1cvs45
10864 Fix preventing renaming with namespace
10867 2006-05-01 [colin] 2.1.1cvs44
10870 Don't reload messageview when result of
10873 2006-04-29 [colin] 2.1.1cvs43
10875 * src/prefs_receive.c
10876 * src/plugins/spamassassin/spamassassin_gtk.c
10877 * src/plugins/clamav/clamav_plugin_gtk.c
10880 2006-04-29 [colin] 2.1.1cvs42
10882 * src/prefs_compose_writing.c
10883 * src/prefs_quote.c
10884 Cleanups. Patch by Pawel
10886 2006-04-28 [paul] 2.1.1cvs41
10889 fix returned quick search results when search
10890 term contains an underscore.
10893 2006-04-28 [paul] 2.1.1cvs40
10895 * src/prefs_message.c
10896 * src/prefs_receive.c
10898 Patches by Pawel Pekala
10900 2006-04-27 [colin] 2.1.1cvs39
10903 Differentiate subject Welcome from
10904 window's title Welcome
10910 2006-04-27 [paul] 2.1.1cvs38
10912 * manual/advanced.xml
10913 * manual/fr/advanced.xml
10914 add info about compose_no_markup hidden pref
10916 2006-04-27 [paul] 2.1.1cvs37
10918 * src/prefs_account.c
10919 improve privacy labels
10920 * src/prefs_msg_colors.c
10921 change some strings for translators' convenience
10922 * src/gtk/gtkutils.c
10923 don't underline the link button text
10925 2006-04-25 [colin] 2.1.1cvs36
10928 Complete 2.1.1cvs33 (once more ;)
10930 2006-04-25 [colin] 2.1.1cvs35
10935 2006-04-25 [cleroy] 2.1.1cvs34
10938 * src/gtk/gtkaspell.c
10939 Fix crash on redirect (related to the return
10940 of the aspell menu in compose's toolbar)
10941 * src/prefs_msg_colors.c
10942 Fix sensitivity widgets
10943 * src/image_viewer.c
10944 * src/gtk/pluginwindow.c
10945 * src/gtk/prefswindow.c
10946 Change released signals to clicked (Fabien)
10948 * src/common/socket.c
10949 * src/plugins/spamassassin/spamassassin.c
10950 Translate strings (Fabien)
10952 2006-04-25 [paul] 2.1.1cvs33
10957 complete the fix of bug #912
10960 2006-04-25 [colin] 2.1.1cvs32
10963 Better progress bar
10965 * src/summaryview.c
10966 * src/summaryview.h
10968 Patches by Pawel Pekala
10970 2006-04-24 [colin] 2.1.1cvs31
10973 Fix compilation warnings (Fabien)
10975 2006-04-24 [colin] 2.1.1cvs30
10979 * src/editldap_basedn.c
10980 * src/editldap_basedn.h
10986 Fix bug #901 (LDAPS support)
10988 2006-04-24 [colin] 2.1.1cvs29
10991 Fix logic on error with send dialog on
10993 Fix compilation without libetpan, thanks
10995 * src/summaryview.c
10996 Fix 'context-menu' key
10998 2006-04-23 [colin] 2.1.1cvs28
11001 Never free current's cache to free up
11002 memory. Fixes bug #912 (new count
11003 randomly set to message count)
11005 2006-04-23 [colin] 2.1.1cvs27
11007 * src/gtk/quicksearch.c
11008 And remove printf...
11010 2006-04-23 [colin] 2.1.1cvs26
11012 * src/gtk/quicksearch.c
11013 Fix replacing in quicksearch, and fix inserting
11014 in the middle of the string. (introduced at 2.1.0cvs22)
11016 2006-04-23 [colin] 2.1.1cvs25
11019 Make sure uidnext is initialized in get_num_list
11020 (not for stable, related to 2.1.1cvs8 and friends)
11022 2006-04-23 [colin] 2.1.1cvs24
11025 Output something when login is successful
11028 2006-04-23 [colin] 2.1.1cvs23
11030 * src/etpan/imap-thread.c
11031 Better logging (line-per-line, hide data in fetch)
11032 Fix a const warning
11033 * src/gtk/logwindow.c
11034 * src/gtk/logwindow.h
11035 Better logging (color for input/output)
11037 2006-04-21 [colin] 2.1.1cvs22
11039 * src/gtk/quicksearch.c
11040 On gtk+-2.8, use stock buttons in quicksearch
11041 Based on a patch by Fabien and a design by Paul
11043 2006-04-21 [colin] 2.1.1cvs21
11047 Fix occasional flicker in folderview
11048 * src/common/utils.c
11049 Fix bug #943 (Incorrectly parsed email address
11050 list in short headers on message view and in
11053 2006-04-20 [colin] 2.1.1cvs20
11057 * src/prefs_account.c
11058 Add ANONYMOUS auth for IMAP
11060 2006-04-20 [paul] 2.1.1cvs19
11063 proper fix for 2.1.1cvs18
11066 2006-04-20 [paul] 2.1.1cvs18
11071 2006-04-20 [paul] 2.1.1cvs17
11073 * src/gtk/quicksearch.c
11074 fix standard, non-extended Quick search,
11075 was broken in 2.1.1cvs15.
11078 2006-04-20 [colin] 2.1.1cvs16
11080 * src/prefs_matcher.c
11081 Fix values when reselecting a ~test
11084 2006-04-19 [colin] 2.1.1cvs15
11088 * src/gtk/gtkaspell.c
11089 * src/gtk/gtkaspell.h
11090 Put back Options menu in Spelling/
11091 * src/gtk/quicksearch.c
11092 Don't search, and show error, if the
11093 advanced search has a syntax error
11095 2006-04-18 [colin] 2.1.1cvs14
11098 Fix gdk warnings on set_cursor when textview
11101 2006-04-18 [colin] 2.1.1cvs13
11103 * src/gtk/gtksctree.c
11104 Remove seemingly useless refresh that causes
11105 flicker - watch this commit in case of
11106 problems before planned backport to stable
11108 2006-04-18 [colin] 2.1.1cvs12
11111 Factorize get/set_xml code
11113 * src/prefs_account.c
11114 * src/prefs_account.h
11116 Add Encrypt to self option
11118 2006-04-17 [colin] 2.1.1cvs11
11121 Fix search on encrpyt function on dragonfly
11122 Patch by Jonathan Buschmann <jonthn@agmact.com>
11124 2006-04-17 [colin] 2.1.1cvs10
11126 * src/prefs_account.c
11127 Be safe by default: remove mails from POP3
11128 after 7 days, not immediately
11130 2006-04-17 [colin] 2.1.1cvs9
11132 * src/etpan/imap-thread.c
11133 Fix build on DragonFly - patch by
11134 Jonathan Buschmann <jonthn@agmact.com>
11136 2006-04-17 [colin] 2.1.1cvs8
11139 Save uidnext between sessions
11141 2006-04-17 [colin] 2.1.1cvs7
11144 scan is required when uid validity changes
11146 2006-04-17 [colin] 2.1.1cvs6
11149 Don't scan if not necessary, apart in current
11150 folder and INBOX to fetch flags.
11152 Scan is necessary if unread count changes
11154 2006-04-17 [colin] 2.1.1cvs5
11157 ...But always fetch ANSWERED and DELETED flags for
11158 INBOX, as filtering can happen on these flags.
11160 2006-04-17 [colin] 2.1.1cvs4
11163 Don't fetch REPLIED and DELETED flags when synchronising
11164 flags with a closed folder. We only need UNSEEN and FLAGGED
11165 to update the folderview.
11167 2006-04-17 [colin] 2.1.1cvs3
11170 Faster flag search when there are new mails
11171 in a folder. We can do a full search if the
11172 folder contains less messages than the new
11175 2006-04-17 [colin] 2.1.1cvs2
11182 Update translations from stable branch
11184 2006-04-17 [colin] 2.1.1cvs1
11187 Bump version to follow stable release
11189 2006-04-16 [mones] 2.1.0cvs50
11192 Updated for release
11194 2006-04-16 [colin] 2.1.0cvs49
11197 Fix bgcolor not unset on gtk 2.8, while preventing warnings
11198 with gtk < 2.8. Thanks to Fabien Vantard.
11200 2006-04-15 [colin] 2.1.0cvs48
11202 * src/etpan/imap-thread.c
11203 Fix bug #919 (libetpan: SEGV when connecting
11206 2006-04-14 [colin] 2.1.0cvs47
11209 Fix race on --select (should be done better)
11211 2006-04-14 [wwp] 2.1.0cvs46
11213 * src/send_message.c
11214 enforce a check for domain in account prefs (a sending
11215 error could be faced if domain was checked but no value set),
11218 2006-04-14 [colin] 2.1.0cvs45
11221 when converting from unknown to unknown, if the
11222 string is UTF8, don't convert it to the locale
11225 2006-04-14 [colin] 2.1.0cvs44
11228 Don't try to use ASCII for converting headers
11231 2006-04-14 [paul] 2.1.0cvs43
11234 add locale/charset info to crash report
11236 add wwp to doc team
11237 replace 'e-mail' with preferred 'email'
11238 * src/gtk/authors.h
11239 ensure contributors list is in alphabetical
11242 2006-04-13 [colin] 2.1.0cvs42
11245 Prevent gdk warnings
11247 2006-04-13 [colin] 2.1.0cvs41
11249 * src/common/ssl_certificate.c
11250 * src/common/ssl_certificate.h
11251 * src/gtk/sslcertwindow.c
11252 Warn on expired certs, and display the expiration date
11254 2006-04-13 [colin] 2.1.0cvs40
11256 * src/plugins/spamassassin/spamassassin_gtk.c
11257 Fix missing set_text on unix socket
11259 2006-04-13 [wwp] 2.1.0cvs39
11261 * manual/fr/advanced.xml
11262 * manual/fr/glossary.xml
11263 applied new spam/ham/email lexicon (pourriel, courriel)
11265 2006-04-13 [paul] 2.1.0cvs38
11267 * src/plugins/pgpmime/plugin.c
11268 remove the mention of S/MIME from the
11269 description. This is now handled by the
11272 2006-04-13 [paul] 2.1.0cvs37
11274 * src/prefs_msg_colors.c
11276 * src/prefs_folder_item.c
11277 * src/prefs_spelling.c
11278 add a tooltip to the colour selector buttons
11280 2006-04-13 [wwp] 2.1.0cvs36
11282 * manual/advanced.xml
11283 * manual/glossary.xml
11284 * manual/handling.xml
11285 * manual/keyboard.xml
11286 * manual/plugins.xml
11287 * manual/starting.xml
11288 * manual/fr/account.xml
11289 * manual/fr/ack.xml
11290 * manual/fr/addrbook.xml
11291 * manual/fr/advanced.xml
11292 * manual/fr/faq.xml
11293 * manual/fr/glossary.xml
11294 * manual/fr/gpl.xml
11295 * manual/fr/handling.xml
11296 * manual/fr/intro.xml
11297 * manual/fr/keyboard.xml
11298 * manual/fr/plugins.xml
11299 * manual/fr/starting.xml
11300 * manual/fr/sylpheed-claws-manual.xml
11301 fixes to the manuals:
11302 - summaryview -> Message List (same in French)
11303 - translate key names
11304 - fix French punctuation, use non-breakable spaces when
11305 necessary, don't use   which is not portable
11306 - tell what maildir and mbox formats we support
11308 2006-04-12 [wwp] 2.1.0cvs35
11310 * src/prefs_toolbar.c
11311 unified a replace button more,
11312 patch by Fabien Vantard <fzzzzz@gmail.com>.
11314 2006-04-12 [wwp] 2.1.0cvs34
11316 * src/prefs_common.c
11317 * src/prefs_msg_colors.c
11318 make default color labels translatable,
11319 patch from Fabien Vantard <fzzzzz@gmail.com>,
11320 thanks to Tim <timbrain@post.cz> for reporting.
11322 2006-04-12 [wwp] 2.1.0cvs33
11324 * manual/glossary.xml
11326 * manual/plugins.xml
11327 * manual/starting.xml
11328 * manual/sylpheed-claws-manual.xml
11329 * manual/fr/.cvsignore
11330 * manual/fr/account.xml
11331 * manual/fr/ack.xml
11332 * manual/fr/addrbook.xml
11333 * manual/fr/advanced.xml
11334 * manual/fr/faq.xml
11335 * manual/fr/glossary.xml
11336 * manual/fr/handling.xml
11337 * manual/fr/intro.xml
11338 * manual/fr/keyboard.xml
11339 * manual/fr/plugins.xml
11340 * manual/fr/starting.xml
11341 * manual/fr/sylpheed-claws-manual.xml
11342 various fixes: typos, missing .fr translations, punctuation,
11343 capitalization, links, accents and some bad French more.
11345 2006-04-12 [wwp] 2.1.0cvs32
11348 fix for bug #935: always store prefs files in UTF-8 (thanks
11351 2006-04-11 [colin] 2.1.0cvs31
11354 Fix inserting files not in utf8 when locale is utf8
11356 2006-04-11 [colin] 2.1.0cvs30
11359 Don't show error dialog when cancelling connection
11362 2006-04-11 [cleroy] 2.1.0cvs29
11365 Implement multiple quote levels
11366 * src/prefs_common.c
11367 Change a little bit the quote bgcolor for 2nd level
11369 2006-04-11 [colin] 2.1.0cvs28
11372 Add locale and charset in the label
11374 2006-04-10 [colin] 2.1.0cvs27
11377 * src/prefs_common.c
11378 * src/prefs_common.h
11379 * src/prefs_msg_colors.c
11381 Allow optional background color in quotes
11382 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
11385 2006-04-10 [colin] 2.1.0cvs26
11392 2006-04-10 [colin] 2.1.0cvs25
11394 * manual/plugins.xml
11395 * manual/fr/plugins.xml
11396 Document libcurl's proxy variables
11398 2006-04-09 [colin] 2.1.0cvs24
11400 * src/prefs_common.c
11401 gettext() returns statically allocated stuff. We have
11402 to strdup it in order to be able to free it.
11404 2006-04-09 [colin] 2.1.0cvs23
11407 * src/gtk/authors.h
11410 2006-04-09 [colin] 2.1.0cvs22
11413 * src/gtk/quicksearch.c
11414 Fix bug #859 (problems with cyrilic input in
11415 search panel) - Patch by Alexey Illarionov
11416 <littlesavage@rambler.ru>
11418 2006-04-09 [colin] 2.1.0cvs21
11420 * src/prefs_customheader.c
11421 I prefer removing then freeing rather than the contrary
11422 (even if it doesn't change anything ;-)
11423 * src/prefs_account.c
11424 Fix bug #933 (Crash re-entering the custom headers list
11425 dialog in accounts prefs)
11426 The problem happened when cancelling the Account
11427 Preferences' dialogs - in which case we didn't do
11428 anything to the PrefsAccount * struct. In case of applying,
11429 the old ac_prefs was replaced with the tmp_ac_prefs we were
11430 working with in this dialog. The problem is that
11431 prefs_customheader.c, working on this tmp_ac_prefs, always
11432 changes the ->customhdr_list pointer, even when cancelled.
11433 So in case of cancelling the prefs_account dialog, we still
11434 have to update ->customhdr_list in the real account.
11436 2006-04-08 [colin] 2.1.0cvs20
11438 * manual/fr/glossary.xml
11439 * manual/fr/keyboard.xml
11440 Forgot some headers :)
11442 2006-04-08 [colin] 2.1.0cvs19
11444 * manual/Makefile.am
11445 * manual/fr/Makefile.am
11446 * manual/fr/account.xml
11447 * manual/fr/ack.xml
11448 * manual/fr/addrbook.xml
11449 * manual/fr/advanced.xml
11450 * manual/fr/faq.xml
11451 * manual/fr/glossary.xml
11452 * manual/fr/gpl.xml
11453 * manual/fr/handling.xml
11454 * manual/fr/intro.xml
11455 * manual/fr/keyboard.xml
11456 * manual/fr/plugins.xml
11457 * manual/fr/starting.xml
11458 * manual/fr/sylpheed-claws-manual.xml
11459 * manual/fr/dist/.cvsignore
11460 * manual/fr/dist/Makefile.am
11461 * manual/fr/dist/html/.cvsignore
11462 * manual/fr/dist/html/Makefile.am
11463 * manual/fr/dist/pdf/.cvsignore
11464 * manual/fr/dist/pdf/Makefile.am
11465 * manual/fr/dist/ps/.cvsignore
11466 * manual/fr/dist/ps/Makefile.am
11467 * manual/fr/dist/txt/.cvsignore
11468 * manual/fr/dist/txt/Makefile.am
11469 Add the french translation of the manual. Thanks to
11470 Olivier Delhomme <olivier.delhomme@free.fr> for
11471 account.xml, ack.xml, addrbook.xml and advanced.xml
11473 2006-04-08 [colin] 2.1.0cvs18
11475 * manual/plugins.xml
11476 * manual/starting.xml
11479 2006-04-07 [colin] 2.1.0cvs17
11483 * manual/keyboard.xml
11486 2006-04-07 [colin] 2.1.0cvs16
11490 * src/prefs_common.c
11491 * src/prefs_common.h
11492 Add hidden compose_no_markup pref
11494 2006-04-07 [wwp] 2.1.0cvs15
11496 * src/summary_search.c
11498 Bugfix: stop button was sticky when searching in an empty folder.
11499 Applied curly brackets code style to the whole file (summary_search.c).
11500 More files to ignore.
11502 2006-04-07 [wwp] 2.1.0cvs14
11504 * src/message_search.c
11505 * src/summary_search.c
11506 changed default button when search bumps at file/folder
11507 beginning or end, for convenience (thanks to Colin).
11509 2006-04-07 [paul] 2.1.0cvs13
11511 * src/plugins/dillo_viewer/dillo_prefs.c
11512 avoid future potential for namespace collision
11515 2006-04-06 [wwp] 2.1.0cvs12
11517 * src/summary_search.c
11518 Unify extended/advanced searches names (and thus factorize labels),
11519 patch by Fabien Vantard <fzzzzz@gmail.com>.
11521 2006-04-06 [wwp] 2.1.0cvs11
11524 * src/prefs_themes.c
11525 * src/summaryview.c
11526 Fixed some compilation warnings.
11528 2006-04-06 [colin] 2.1.0cvs10
11530 * manual/advanced.xml
11531 Document the wizard template and how to deploy
11532 Sylpheed-Claws effectively
11534 2006-04-06 [colin] 2.1.0cvs9
11537 gettext patch to tell translators about _("#"),
11540 2006-04-06 [colin] 2.1.0cvs8
11543 Fix invalid GtkTextBIter after clicking "Display as text"
11545 2006-04-06 [mones] 2.1.0cvs7
11554 * src/folder_item_prefs.c
11556 * src/localfolder.c
11559 * src/prefs_msg_colors.c
11560 * src/prefs_spelling.c
11561 * src/prefs_themes.c
11564 * src/stock_pixmap.c
11565 * src/summaryview.c
11568 * src/common/mgutils.c
11569 * src/common/prefs.c
11570 * src/common/ssl_certificate.c
11571 * src/gtk/colorlabel.c
11572 * src/gtk/quicksearch.c
11573 * src/plugins/pgpmime/pgpmime.c
11574 * src/plugins/spamassassin/spamassassin.c
11575 Removed redundant NULL checks for g_free() calls.
11576 Patch by Pawel Pekala.
11578 2006-04-06 [mones] 2.1.0cvs6
11580 * src/prefs_actions.c
11581 * src/prefs_filtering.c
11582 * src/prefs_filtering_action.c
11583 * src/prefs_matcher.c
11584 * src/prefs_template.c
11585 * src/gtk/gtkutils.c
11586 * src/gtk/gtkutils.h
11587 Have a nice replace button. Patch by Pawel Pekala
11589 2006-04-06 [colin] 2.1.0cvs5
11591 * src/addressbook.c
11592 Fix crash with empty columns
11594 2006-04-05 [colin] 2.1.0cvs4
11598 Allow wizard customization with pre-filled values
11600 2006-04-05 [colin] 2.1.0cvs3
11605 Nicer messages in mimeview
11607 2006-04-05 [colin] 2.1.0cvs2
11609 * src/addressbook.c
11610 * src/prefs_summaries.c
11613 2006-04-05 [colin] 2.1.0cvs1
11615 * src/plugins/pgpcore/plugin.c
11616 * src/plugins/pgpcore/select-keys.c
11617 * src/plugins/pgpcore/select-keys.h
11618 * src/plugins/pgpcore/sgpgme.c
11619 * src/plugins/pgpcore/sgpgme.h
11620 * src/plugins/pgpinline/pgpinline.c
11621 * src/plugins/pgpinline/plugin.c
11622 * src/plugins/pgpmime/pgpmime.c
11623 * src/plugins/pgpmime/plugin.c
11624 Factorize and generalize a bit
11625 Drop S/MIME signature verification from PGP/MIME
11626 (adding it as another, more complete plugin)
11628 2006-04-05 [paul] 2.1.0
11632 2006-04-05 [paul] 2.0.0cvs186
11634 * manual/advanced.xml
11635 add info on colour labels
11637 2006-04-05 [paul] 2.0.0cvs185
11652 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
11653 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
11654 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
11655 Guimaraes, Aleksandar Urosevic, Ralgh Young
11656 * src/gtk/authors.h
11657 * tools/claws.i18n.status.pl
11658 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
11659 and new Czech translator, Tim <timbrain@post.cz>
11661 2006-04-05 [mones] 2.0.0cvs184
11664 Updated translation
11666 2006-04-05 [colin] 2.0.0cvs183
11668 * src/gtk/quicksearch.c
11669 Fix bug #929 (unnecessary reload in quick search bar)
11671 2006-04-05 [colin] 2.0.0cvs182
11674 Fix crash on Reply with no From:
11675 Show signature and conversion error on queuing
11678 * src/summaryview.c
11679 * src/summaryview.h
11680 Factorize threading code and make sure msginfo
11681 is not null when it comes from a GtkCTreeRow's
11683 * src/gtk/gtkaspell.c
11684 Check for necessary things
11685 * src/gtk/gtksctree.c
11686 * src/gtk/gtksctree.h
11687 Reset anchor if necessary when removing node
11689 2006-03-29 [colin] 2.0.0cvs181
11692 Warn for disabled IMAP accounts (due to lack of
11693 libetpan). Breaks string-freeze - sorry - but it
11694 is kind of important ;)
11696 2006-03-28 [colin] 2.0.0cvs180
11698 * src/gtk/gtkutils.c
11699 * src/gtk/gtkutils.h
11700 Add a gtkut_get_link_btn() function that
11701 creates a button which acts like an URI
11702 * src/prefs_themes.c
11704 Use this function (factorizes codes)
11705 * src/common/defs.h
11706 * src/gtk/pluginwindow.c
11707 Add a "Get more..." in the plugins window
11709 2006-03-28 [colin] 2.0.0cvs179
11711 * src/common/smtp.c
11712 * src/common/passcrypt.c
11714 Warning fixes. Patch by Pawel Pekala
11716 2006-03-27 [colin] 2.0.0cvs178
11719 Fix undoing by blocks with spaces
11721 2006-03-27 [colin] 2.0.0cvs177
11724 Set margin to 3px for headers
11730 2006-03-27 [wwp] 2.0.0cvs176
11732 * src/summaryview.c
11733 don't reset quicksearch when updating the message list.
11736 2006-03-26 [wwp] 2.0.0cvs175
11739 use a unified border width ('other' tab in the compose window,
11740 patch by Pawel Pekala).
11743 2006-03-26 [wwp] 2.0.0cvs174
11745 * src/common/quoted-printable.c
11746 * src/addressbook.c
11747 fixed some compilation warnings (incl. one reported by Pawel Pekala).
11749 2006-03-26 [colin] 2.0.0cvs173
11751 * src/quote_fmt_parse.y
11752 Fix non-UTF8 date formats messing up the whole quote a
11755 2006-03-26 [colin] 2.0.0cvs172
11758 Make sure the date is UTF8 valid, or try to make it
11759 so. IncrediMail is really IncrediStupid.
11761 Fix possible conversions.
11764 2006-03-26 [colin] 2.0.0cvs171
11767 Fix corner cases in body search. This is still a
11768 hack... It seems impossible to make it good and
11769 reasonably fast at the same time.
11771 2006-03-26 [colin] 2.0.0cvs170
11773 * src/summaryview.c
11774 I think I killed the twilight zone bug!
11775 summary_select_node() flushes GTK events in order
11776 to be able to center the view. But this also
11777 flushes keypresses like Ctrl-Alt-U, so this can
11778 call summary_show from summary_select_node (itself
11779 called from summary_show, etc.). And the summaryview
11780 has to be unlocked in this function. So just locking
11781 while processing GTK events, and bailing if locked,
11783 Fixes bug #927 (SIGSEGV during Update Summary)
11785 2006-03-25 [colin] 2.0.0cvs169
11788 Fix search in QP-encoded bodies
11789 Fix utf-8 searches in bodies encoded in the
11791 * src/common/quoted-printable.c
11792 * src/common/quoted-printable.h
11793 Add a decode function that doesn't overwrite
11794 the original pointer
11797 2006-03-24 [colin] 2.0.0cvs168
11800 * src/summaryview.c
11801 * src/summaryview.h
11802 Update message cache after action
11803 Patch by H. Merijn Brand
11804 * src/prefs_msg_colors.c
11806 Patch by Fabien Vantard
11807 * src/plugins/spamassassin/spamassassin_gtk.c
11808 Remove useless translation
11809 Patch by Fabien Vantard
11811 2006-03-23 [colin] 2.0.0cvs167
11814 Let 30 seconds to SSL_connect
11816 2006-03-23 [wwp] 2.0.0cvs166
11818 * src/summaryview.c
11819 * src/gtk/description_window.c
11820 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
11821 and headers are translated; adjust description windows' width to fit their
11822 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
11824 2006-03-23 [paul] 2.0.0cvs165
11826 * src/common/utils.c
11827 fix highlighting of URIs containing "()"
11828 (2.0.0cvs164's reversal fixed)
11831 2006-03-23 [paul] 2.0.0cvs164
11833 * src/common/utils.c
11834 revert patch, (postponing a fix), at 2.0.0cvs120
11835 as it breaks more URIs than it fixes.
11836 Allow '-' to be a terminating character in a URI
11838 2006-03-22 [colin] 2.0.0cvs163
11841 Require libetpan 0.45
11842 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
11844 2006-03-22 [paul] 2.0.0cvs162
11847 replace '<-' and '->' buttons with GTK_STOCK graphical
11849 * src/summary_search.c
11850 don't offer '...' for translation
11851 add a tooltip to advanced search '...' button
11852 * src/gtk/quicksearch.c
11853 don't offer '...' for translation
11855 2006-03-21 [colin] 2.0.0cvs161
11858 Fix middle-click pasting (insert at click
11859 position instead of cursor position, don't
11860 remove existing selection and allow pasting
11862 * src/addressbook.c
11863 "LDAP Server" -> "LDAP servers"
11865 2006-03-21 [wwp] 2.0.0cvs160
11867 * src/etpan/imap-thread.c
11868 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
11870 2006-03-20 [colin] 2.0.0cvs159
11872 * src/summaryview.c
11873 Don't reload summaryview after an execute with no
11876 2006-03-19 [colin] 2.0.0cvs158
11878 * src/addressbook.c
11879 and put groups at the top, always
11881 2006-03-19 [colin] 2.0.0cvs157
11883 * src/addressbook.c
11884 Order groups before names, as previously
11886 2006-03-19 [colin] 2.0.0cvs156
11888 * src/addressbook.c
11889 - Sort case-unsensitive
11890 - Put the sort arrow at opening too
11892 2006-03-19 [wwp] 2.0.0cvs155
11894 * src/addressbook.c
11895 allow sorting by name/email/remarks, ensure that right-pane's contents
11896 matches the left-pane selection (cleared when appropriate).
11897 Patch by Pawel Pekala <c0rn@o2.pl>.
11899 2006-03-18 [colin] 2.0.0cvs154
11904 2006-03-18 [colin] 2.0.0cvs153
11906 * src/gtk/filesel.c
11907 Make sure we hide the preview if we didn't get
11910 2006-03-18 [colin] 2.0.0cvs152
11912 * src/summaryview.c
11913 Set cursor to watch for execution (fixes lack
11914 of watch-cursor when dnd'ing hundreds of mails)
11915 * src/gtk/filesel.c
11916 Check that mime type is 'image/*' before updating
11917 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
11919 2006-03-18 [colin] 2.0.0cvs151
11924 Put a watch cursor in textview too when the mainwindow's
11927 2006-03-18 [colin] 2.0.0cvs150
11930 Change wrong asserts to simple tests
11932 2006-03-17 [colin] 2.0.0cvs149
11936 * src/prefs_msg_colors.c
11937 * src/summaryview.c
11938 * src/summaryview.h
11939 * src/gtk/colorlabel.c
11940 * src/gtk/colorlabel.h
11941 Add a color label menu in the main menubar
11942 Add (fixed) accels Ctrl-{0-7} to change the color
11943 They have to be fixed because the menu's dynamic,
11944 the items are complex widgets, hence we can't use
11948 2006-03-17 [wwp] 2.0.0cvs148
11951 rollback few lines from my previous commit (those lines come from
11952 a pending patch, accidentally commited, even if neutral as they are
11955 2006-03-17 [wwp] 2.0.0cvs147
11958 fix a compilation warning (wrong return type, introduced w/ cvs143), and
11959 applied code style/indentation to the modified function.
11961 2006-03-17 [wwp] 2.0.0cvs146
11965 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
11971 2006-03-17 [paul] 2.0.0cvs145
11974 addressbook_read_file() was called twice
11976 X-Mailer highlighting
11978 2006-03-16 [colin] 2.0.0cvs144
11980 * src/sourcewindow.c
11981 * src/sourcewindow.h
11982 And the last one, in source window.
11984 2006-03-16 [colin] 2.0.0cvs143
11988 Fix the same stuff in compose
11990 2006-03-16 [colin] 2.0.0cvs142
11992 * src/messageview.c
11993 Complete the previous messageview crash fix
11995 2006-03-16 [colin] 2.0.0cvs141
12000 Fix POSTPROCESSING hook
12001 Patch by H. Merijn Brand
12005 Parse Content-Location
12008 * src/messageview.c
12009 * src/messageview.h
12010 Don't crash when a top-level MessageView has
12011 been closed on us. Same problematic than
12012 yesterday's quicksearch issue.
12014 2006-03-15 [colin] 2.0.0cvs140
12016 * src/gtk/quicksearch.c
12017 Fix a bitchy race we didn't think about when we
12018 added quicksearch cancellation:
12019 If the search is not on cached fields, for example
12020 body_part matchcase "stuff"
12021 the matcher code has to get the whole message. If
12022 we're on IMAP, that can be slow, and in order to
12023 be non-blocking, the IMAP code idle loop processes
12024 gtk events too. So it is possible to cancel a
12025 quicksearch while the matcher is getting the mail's
12026 body. After matcher got its body, it will start to
12027 iterate over the matcher list that the Quicksearch's
12028 clear_search_cb() just freed via prepare_matcher().
12030 The fix consists of guarding the matcherlist_match()
12031 call with a boolean 'matching'. If we reset the
12032 quicksearch while matching is TRUE, we don't free
12033 the matcherlist anymore like we did, but we set
12034 another new flag, deferred_free, to TRUE. Then,
12035 in quicksearch_match(), just after returning from
12036 matcherlist_match() and unsetting the matching flag,
12037 we check the deferred_free flag and do the
12038 prepare_matcher() (which does the matcherlist_free)
12039 for real, so we free the matcherlist once it's not
12041 As all of this runs via the glib main loop, we
12042 luckily don't need a mutex.
12043 * src/summaryview.c
12044 Also, show progress while searching.
12047 2006-03-14 [colin] 2.0.0cvs139
12050 Make alertpanel_is_open non-static
12052 2006-03-14 [colin] 2.0.0cvs138
12054 * src/prefs_spelling.c
12055 Cleanups - Fabien Vantard
12057 2006-03-14 [wwp] 2.0.0cvs137
12060 code style normalization (curly braces, indentation).
12062 2006-03-14 [wwp] 2.0.0cvs137
12065 code style (braces, indentation)
12067 2006-03-12 [paul] 2.0.0cvs136
12069 * src/prefs_common.c
12070 trans_hdr defaults to FALSE to be RFC-savvy
12071 * src/prefs_summaries.c
12072 add a tooltip to the trans_hdr option
12075 2006-03-12 [paul] 2.0.0cvs135
12077 * src/prefs_matcher.c
12078 give a little more width to the combos
12079 * src/prefs_display_header.c
12081 translate headers if prefs_common.trans_hdr
12084 Patches by Pawel Pekala
12086 2006-03-12 [paul] 2.0.0cvs134
12088 * src/plugins/clamav/clamav_plugin.c
12089 * src/plugins/dillo_viewer/dillo_viewer.c
12090 * src/plugins/pgpcore/plugin.c
12091 * src/plugins/pgpinline/plugin.c
12092 * src/plugins/pgpmime/plugin.c
12093 * src/plugins/spamassassin/spamassassin.c
12094 update/add to descriptions
12095 * src/plugins/spamassassin/spamassassin_gtk.c
12096 fixes to the english, remove superfluous
12097 tooltips, clean up a little
12099 2006-03-12 [paul] 2.0.0cvs133
12102 fix Bug 924, 'Account combo box shows up wrong
12103 if & is in account name'
12105 2006-03-11 [colin] 2.0.0cvs132
12107 * src/summaryview.c
12108 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
12109 messed up shift-selection because is slows down
12110 moving around summaryview. thanks -users
12112 2006-03-10 [colin] 2.0.0cvs131
12114 * src/plugins/spamassassin/spamassassin_gtk.c
12115 Put back Paul's engrish fixes
12117 2006-03-10 [colin] 2.0.0cvs130
12119 * src/plugins/spamassassin/spamassassin.c
12120 * src/plugins/spamassassin/spamassassin.h
12121 * src/plugins/spamassassin/spamassassin_gtk.c
12122 Cleanup SA prefs page (more)
12123 Patch by Fabien Vantard
12125 2006-03-10 [paul] 2.0.0cvs129
12127 * src/prefs_msg_colors.c
12128 * src/prefs_spelling.c
12131 2006-03-09 [mones] 2.0.0cvs128
12136 2006-03-09 [wwp] 2.0.0cvs127
12139 revert accidental commit (requirement for libetpan 0.43), this time
12142 2006-03-09 [wwp] 2.0.0cvs125
12145 revert accidental commit (requirement for libetpan 0.43)
12147 2006-03-09 [paul] 2.0.0cvs126
12149 * src/prefs_receive.c
12150 remove useless frame
12151 replace 'incorporation' with 'receiving'
12152 * src/plugins/clamav/clamav_plugin_gtk.c
12153 * src/plugins/spamassassin/spamassassin_gtk.c
12154 improve widget sensitivity
12155 fix a bit his engrish
12157 2006-03-09 [wwp] 2.0.0cvs125
12161 * src/prefs_common.c
12162 * src/prefs_common.h
12163 remember some more windows' sizes (add to addressbook and
12166 2006-03-09 [paul] 2.0.0cvs124
12168 * src/plugins/pgpcore/prefs_gpg.c
12169 normalise construction of dialogue
12171 2006-03-09 [paul] 2.0.0cvs123
12173 * src/plugins/trayicon/Makefile.am
12176 2006-03-08 [colin] 2.0.0cvs122
12178 * src/plugins/trayicon/Makefile.am
12179 Fix build in separate dir
12180 Patch by Bamanzi <bamanzi@gmail.com>
12182 2006-03-08 [colin] 2.0.0cvs121
12185 Batch move and copies from summaryview with delayed execution
12188 2006-03-07 [paul] 2.0.0cvs120
12190 * src/common/utils.c
12191 fix highlighting of URIs containing "()"
12192 Patch by Pawel Pekala
12194 2006-03-07 [paul] 2.0.0cvs119
12199 immediately do alphabetical resort when
12200 changing a folder's name
12201 Patch by Pawel Pekala
12203 2006-03-07 [paul] 2.0.0cvs118
12207 when unsubscribing a newsgroup, remove the
12208 folder and msgs in .sylpheed-claws/newscache
12209 Patch by Pawel Pekala <c0rn@gazeta.pl>
12211 2006-03-07 [paul] 2.0.0cvs117
12214 fix wrong Fake URL Warning
12217 2006-03-07 [colin] 2.0.0cvs116
12220 Return immediately when password dialog was
12222 * src/gtk/inputdialog.c
12223 Allow empty strings for passwords
12226 2006-03-06 [colin] 2.0.0cvs115
12229 Prevent double-timeouts when connection fails
12235 2006-03-06 [colin] 2.0.0cvs114
12238 Refresh session during potentially long
12241 2006-03-06 [wwp] 2.0.0cvs113
12243 * src/prefs_msg_colors.h
12244 forgot that one (custom color labels).
12246 2006-03-06 [wwp] 2.0.0cvs112
12248 * src/prefs_common.c
12249 * src/prefs_common.h
12250 * src/prefs_msg_colors.c
12251 * src/summaryview.c
12252 * src/summaryview.h
12253 * src/gtk/colorlabel.c
12254 * src/gtk/colorlabel.h
12255 colors in messages list are now customizable. Color values and names can
12256 be changed in "Configuration/Preferences/Display/Colors/Color labels".
12257 Thanks to Paul and Colin for their help with this longstanding patch!
12259 2006-03-06 [wwp] 2.0.0cvs111
12262 don't crash if (x)face is bad.
12264 2006-03-05 [paul] 2.0.0cvs110
12269 * src/common/Makefile.am
12270 * src/common/utils.h
12271 * src/etpan/imap-thread.c
12272 * src/gtk/authors.h
12273 * src/plugins/clamav/Makefile.am
12274 * src/plugins/demo/Makefile.am
12275 * src/plugins/dillo_viewer/Makefile.am
12276 * src/plugins/pgpcore/Makefile.am
12277 * src/plugins/pgpcore/passphrase.c
12278 * src/plugins/pgpinline/Makefile.am
12279 * src/plugins/pgpmime/Makefile.am
12280 * src/plugins/spamassassin/Makefile.am
12281 * src/plugins/trayicon/Makefile.am
12282 fix builiding on cygwin
12283 Patch by Ralgh Young <bamanzi@gmail.com>
12285 2006-03-04 [wwp] 2.0.0cvs109
12287 * manual/keyboard.xml
12288 fix mixed up/down keys.
12290 2006-03-04 [wwp] 2.0.0cvs108
12294 updated links to SpamAssassin.
12296 2006-03-04 [wwp] 2.0.0cvs107
12298 * manual/plugins.xml
12299 * src/plugins/spamassassin/README
12300 updated SpamAssassin plugin docs to reflect new functional additions
12301 (also fix/update/documents few technical stuff more, see the README).
12303 2006-03-04 [wwp] 2.0.0cvs106
12305 * src/prefs_message.c
12306 normalized capitalization of message-prefs paths.
12308 2006-03-04 [wwp] 2.0.0cvs105
12310 * manual/advanced.xml
12313 2006-03-03 [colin] 2.0.0cvs104
12315 * src/plugins/clamav/clamav_plugin_gtk.c
12316 Rework prefs page, patch by Fabien
12318 2006-03-03 [colin] 2.0.0cvs103
12320 * src/plugins/clamav/clamav_plugin.c
12321 Set error on all errors
12323 2006-03-03 [colin] 2.0.0cvs102
12325 * src/common/plugin.c
12326 Initialize error to avoid crashing when a plugin fails
12327 without setting error
12329 2006-03-02 [wwp] 2.0.0cvs101
12332 fixed linker flags for libetpan support on Cygwin
12333 (thanks to H.Merijn Brand).
12335 2006-03-02 [wwp] 2.0.0cvs100
12337 * src/addressbook.c
12338 fix some AB error messages: one for punctuation and
12339 one wrongly duplicate (thanks, maxbritov).
12341 2006-03-02 [wwp] 2.0.0cvs99
12343 * src/plugins/spamassassin/spamassassin.c
12344 make sync calls to sa-learn/spamc to prevent
12345 system (whatever local or client/server) overload.
12347 2006-03-02 [colin] 2.0.0cvs98
12349 * src/summaryview.c
12350 Put the spam icon in the status column instead of the
12353 2006-03-01 [colin] 2.0.0cvs97
12355 * src/plugins/spamassassin/spamassassin.c
12356 Fix segfault (g_file_set_contents fails for some
12357 reason and err==0x2f. Can't find out why with
12358 valgrind, using working function :-)
12360 2006-03-01 [colin] 2.0.0cvs96
12363 Offline overriding: let 'No' be cached only 3 seconds
12365 2006-03-01 [colin] 2.0.0cvs95
12369 * src/addressbook.c
12371 * src/folder_item_prefs.c
12379 * src/prefs_common.h
12380 * src/prefs_msg_colors.c
12386 * src/send_message.h
12387 * src/simple-gettext.c
12388 * src/summaryview.c
12389 * src/summaryview.h
12393 * src/common/ssl_certificate.c
12394 * src/common/utils.c
12395 * src/gtk/colorsel.c
12396 * src/gtk/gtksctree.c
12397 * src/gtk/gtkshruler.c
12398 * src/plugins/trayicon/trayicon.c
12399 #if 0 goes to /dev/null
12401 2006-03-01 [colin] 2.0.0cvs94
12407 * src/messageview.c
12409 * src/plugins/spamassassin/spamassassin.c
12410 Allow to add information in the "working offline"
12413 2006-03-01 [wwp] 2.0.0cvs93
12415 * src/plugins/spamassassin/spamassassin.c
12416 fixed spamc invocation: use a tricky temporary mini shell wrapper
12417 'cause it seems that calling `spamc ... < inputfile` with
12418 g_spawn_(a)sync simply.. erm doesn't work :-).
12420 2006-03-01 [wwp] 2.0.0cvs92
12424 simplify the adding of spam/ham button to the messageview toolbar
12425 (it gets more clear now that the same button will be "Mark as spam"
12426 or "Mark as ham" according to the current message status,
12429 2006-03-01 [wwp] 2.0.0cvs91
12431 * src/messageview.c
12434 * src/summaryview.c
12435 * src/plugins/spamassassin/spamassassin.c
12436 * src/plugins/spamassassin/spamassassin.h
12437 make learner callbacks return a status (0 for ok),
12438 handle it in main code to avoid setting flags when learning failed,
12439 don't learn on TCP if offline in spamassassin,
12444 2006-03-01 [wwp] 2.0.0cvs90
12447 some work around the compose window's account menu,
12448 patch by Fabien Vantard.
12450 2006-03-01 [wwp] 2.0.0cvs89
12452 * src/plugins/spamassassin/spamassassin.c
12453 fixed bad logics, was using spamc in local mode and sa-learn
12454 in remote mode (thanks, Colin).
12456 2006-03-01 [wwp] 2.0.0cvs88
12458 * src/plugins/spamassassin/spamassassin.c
12459 * src/plugins/spamassassin/spamassassin.h
12460 * src/plugins/spamassassin/spamassassin_gtk.c
12461 made processing of emails w/ sa-plugin an option (default is TRUE),
12462 fixed Engrish some tooltips, capitalization of some debug messages
12463 and warnings. The spamassassin plugin now provides two separate
12464 services: process emails upon incorporation and spamd training.
12465 Both services (un)register independently but use some common
12466 plugin settings (transport settings, spam storage location).
12468 2006-02-28 [wwp] 2.0.0cvs87
12470 * src/plugins/spamassassin/spamassassin.c
12471 fix async flag to spamc cmdline execution (batch exec should
12474 2006-02-27 [wwp] 2.0.0cvs86
12476 * src/plugins/spamassassin/spamassassin.c
12477 * src/plugins/spamassassin/spamassassin.h
12478 * src/plugins/spamassassin/spamassassin_gtk.c
12479 - added the ability to learn a remote spamassassin server (spamd),
12481 - added the spamassassin option 'username', that applies to all
12482 spamassassin operations (filtering, learning, local or remote).
12483 The default username is the current unix user (if left blank
12484 from gtk prefs or config file).
12485 - commented out some unused code (notebook widget), removed unused
12487 - make more widgets sensitive to the transport type.
12489 2006-02-27 [colin] 2.0.0cvs85
12491 * src/plugins/spamassassin/spamassassin.c
12492 Fix sa-learn call when offline
12494 2006-02-27 [colin] 2.0.0cvs84
12500 * src/messageview.c
12501 * src/messageview.h
12502 * src/prefs_toolbar.c
12504 * src/stock_pixmap.c
12505 * src/stock_pixmap.h
12506 * src/summaryview.c
12509 * src/pixmaps/ham_btn.xpm
12510 * src/pixmaps/spam.xpm
12511 * src/pixmaps/spam_btn.xpm
12512 * src/plugins/spamassassin/spamassassin.c
12513 Add button in toolbar for spam learning
12514 Fix a few bugs from the last related commit
12515 Revert 1.9.6cvs23 which messed up shift-selection
12517 2006-02-24 [colin] 2.0.0cvs83
12520 * src/summaryview.c
12521 * src/summaryview.h
12522 * src/plugins/spamassassin/spamassassin.c
12523 * src/plugins/spamassassin/spamassassin.h
12524 * src/plugins/spamassassin/spamassassin_gtk.c
12525 Unregister learner when spamassassin is either
12526 disabled or over tcp
12528 2006-02-24 [colin] 2.0.0cvs82
12535 * src/stock_pixmap.c
12536 * src/stock_pixmap.h
12537 * src/summaryview.c
12538 * src/summaryview.h
12539 * src/gtk/icon_legend.c
12540 * src/pixmaps/spam.xpm ** NEW FILE **
12541 * src/plugins/spamassassin/spamassassin.c
12542 * src/plugins/spamassassin/spamassassin_gtk.c
12543 Add spam learning interface (Mark/Mark as
12546 2006-02-24 [wwp] 2.0.0cvs81
12551 hide compose window when sending message in batch mode
12552 (filtering: forward and redirect). Also fixed a wrong
12553 value returned when sending failed, neutral anyway.
12556 2006-02-24 [wwp] 2.0.0cvs80
12559 use GTK+'s stock quit button. Patch by Fabien Vantard.
12561 2006-02-24 [paul] 2.0.0cvs79
12566 fix bug 916, 'newsgroup unsubscribe segmentation fault'
12569 2006-02-23 [colin] 2.0.0cvs78
12572 Change OK to Close in alertpanel with View log
12573 button; add accel to View log. Patch by Fabien
12576 2006-02-23 [wwp] 2.0.0cvs77
12579 silly me, there were much more tests to perform, since toolbars can
12580 really have down to 1 element only.
12582 2006-02-23 [wwp] 2.0.0cvs76
12585 fixed indentation from my previous commit. Fallback to VISUAL if
12586 EDITOR is not set (and to vi, at last resort).
12588 2006-02-23 [wwp] 2.0.0cvs75
12591 improved error detection (Colin, me).
12593 2006-02-23 [wwp] 2.0.0cvs74
12595 * src/prefs_toolbar.c
12596 simplify and fix prefs/toolbars layouting. Combos' contents can
12597 now be really displayed.
12599 2006-02-23 [wwp] 2.0.0cvs73
12600 simplifies and fix prefs/toolbars layouting. Combos' contents can now
12601 be really displayed.
12603 2006-02-22 [wwp] 2.0.0cvs72
12606 fix a typo in my previous commit (sorry!).
12608 2006-02-22 [wwp] 2.0.0cvs71
12610 * src/prefs_toolbar.c
12611 fix a crash when adding separators to toolbars,
12612 also fix some separator item information.
12614 2006-02-22 [wwp] 2.0.0cvs70
12617 fix a crash when redirecting (for instance) when compose window's
12618 toolbar contents has been customized (when some buttons have been
12621 2006-02-21 [wwp] 2.0.0cvs69
12623 * src/summaryview.c
12624 * src/gtk/pluginwindow.c
12625 * src/plugins/pgpcore/prefs_gpg.c
12626 fix some compilation warnings (feat. remains of removed code).
12628 2006-02-21 [wwp] 2.0.0cvs68
12630 * src/gtk/gtkutils.c
12631 fix two compilation issues, thanks to Stephan Sachse.
12633 2006-02-20 [colin] 2.0.0cvs67
12636 Don't reselect displayed mail on refocus
12637 This fixes actions misbehaving
12639 2006-02-20 [wwp] 2.0.0cvs66
12641 * src/summaryview.c
12642 * src/gtk/gtksctree.c
12643 * src/gtk/gtkshruler.c
12644 changed more runtime typecast checks.
12646 2006-02-20 [wwp] 2.0.0cvs65
12648 * src/summary_search.c
12649 find all - summaryview refresh issue fixed, thanks to Colin.
12651 2006-02-20 [wwp] 2.0.0cvs64
12653 * src/gtk/gtkutils.c
12654 better runtime typecast checks.
12656 2006-02-20 [wwp] 2.0.0cvs63
12658 * src/summary_search.c
12659 enhancements to the summary search:
12660 - add the ability to stop the running search
12661 (upon ESC-key press, new Stop button or when Clear button is pressed)
12662 - don't search if no criteria (From/To/Subject/Body) is set
12663 - ensure that a busy mouse pointer is always shown when searching,
12664 show it even a bit earlier
12666 2006-02-19 [colin] 2.0.0cvs62
12670 * src/etpan/imap-thread.c
12671 * src/etpan/imap-thread.h
12672 (Future) IMAP speed improvement on sending
12673 Will require a libetpan update
12674 * src/summaryview.c
12675 * src/gtk/quicksearch.c
12676 Make quicksearch clearable while running.
12678 2006-02-17 [colin] 2.0.0cvs61
12681 * src/etpan/imap-thread.c
12682 * src/etpan/imap-thread.h
12683 Check for IMAP certificates
12684 ** Requires libetpan-0.42-cvs4
12685 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
12687 2006-02-17 [colin] 2.0.0cvs60
12689 * src/messageview.c
12690 * src/prefs_common.c
12691 * src/prefs_common.h
12692 * src/prefs_message.c
12693 Add pref to display HTML-only mails with plugin,
12694 if possible (defaulting to FALSE of course).
12696 2006-02-16 [colin] 2.0.0cvs59
12699 * src/common/plugin.c
12700 * src/common/plugin.h
12701 * src/gtk/pluginwindow.c
12702 Keep track of requested (but unloaded) plugins
12703 in some error cases.
12705 2006-02-16 [wwp] 2.0.0cvs58
12707 * src/gtk/gtkaspell.c
12708 * src/gtk/gtkaspell.h
12709 * src/prefs_spelling.c
12711 * src/prefs_common.c
12712 * src/prefs_common.h
12713 implemented new optional spellchecker behaviour: re-check message when
12714 dictionary got changed (from compose-window/context-menu/Change dictionary).
12716 2006-02-16 [wwp] 2.0.0cvs57
12718 * src/quote_fmt_parse.y
12719 pclose popen'ed pipe.
12721 2006-02-15 [colin] 2.0.0cvs56
12725 Let MimeViewers know which MimeView they
12727 * src/summaryview.c
12728 Swap From/To columns in Sent/Queue/Drafts
12730 * src/etpan/imap-thread.c
12731 Use mailstream_low_tls_open() for STARTTLS
12732 instead of mailstream_low_ssl_open()
12733 ** REQUIRES libetpan 0.42cvs3 **
12735 2006-02-15 [wwp] 2.0.0cvs55
12739 * src/message_search.c
12740 * src/message_search.h
12742 * src/gtk/gtkutils.c
12743 * src/gtk/gtkutils.h
12744 added the ability to Find text in the compose window (and a bit
12745 of code factorization).
12747 2006-02-15 [wwp] 2.0.0cvs54
12750 yet another one file was missing (fix for some widgets' sensitivity).
12753 2006-02-15 [wwp] 2.0.0cvs53
12756 oops forgot that file (fix for some widgets' sensitivity).
12758 2006-02-15 [wwp] 2.0.0cvs52
12760 * src/summary_search.c
12761 implemented advanced summary search options (added the ability
12762 to use matcher conditions in an advanced search mode).
12764 2006-02-15 [wwp] 2.0.0cvs51
12766 * src/plugins/pgpcore/prefs_gpg.c
12767 * src/prefs_account.c
12768 fix some widget sensitivity, mostly around some labels in
12771 2006-02-15 [paul] 2.0.0cvs50
12773 * manual/advanced.xml
12774 improve Templates info
12777 2006-02-14 [colin] 2.0.0cvs49
12779 * src/pixmaps/address_book.xpm
12780 * src/pixmaps/preferences.xpm
12781 * src/pixmaps/properties.xpm
12782 Fix pixmap size - patch by Fabien Vantard
12784 2006-02-13 [colin] 2.0.0cvs48
12787 Add missing fclose()s on error
12790 * src/common/utils.c
12791 Fix temp files not being deleted on windows
12792 Patches by Thomas Gilgin
12794 2006-02-13 [colin] 2.0.0cvs47
12799 2006-02-13 [wwp] 2.0.0cvs46
12801 * src/plugins/pgpcore/prefs_gpg.c
12802 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
12804 2006-02-12 [colin] 2.0.0cvs45
12809 Fix "stuff" when quitting
12811 2006-02-12 [wwp] 2.0.0cvs44
12813 * src/prefs_themes.c
12814 fix typos in debug messages.
12816 2006-02-11 [colin] 2.0.0cvs43
12818 * src/summaryview.c
12819 don't allow drag/drop from ourself
12821 2006-02-10 [wwp] 2.0.0cvs42
12828 renamed html_ prefixed functions and data structures to avoid
12829 namespace clashes w/ other software (gtkhtml2 for instance).
12833 2006-02-09 [colin] 2.0.0cvs41
12835 * src/summaryview.c
12836 Fix shitty logic messed up. Thanks Ticho for the hint!
12838 2006-02-09 [wwp] 2.0.0cvs40
12842 * src/prefs_account.c
12844 * src/editaddress.c
12845 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
12846 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
12847 Browse buttons in accounts prefs.
12849 2006-02-09 [colin] 2.0.0cvs39
12852 Check for pointer before using its members
12853 * src/gtk/gtksourceprintjob.c
12854 Fix a wrong warning
12856 2006-02-09 [wwp] 2.0.0cvs38
12858 * src/gtk/filesel.c
12859 fix few compiler warnings (type mismatch).
12861 2006-02-09 [paul] 2.0.0cvs37
12864 updated by Fabien Vantard
12866 2006-02-08 [colin] 2.0.0cvs36
12868 * src/prefs_common.c
12869 * src/common/defs.h
12870 * src/common/plugin.c
12871 allow windows and linux configurations to coexist
12872 patch by Thomas Gilgin
12874 2006-02-08 [colin] 2.0.0cvs35
12879 * src/matcher_parser_parse.y
12880 * src/prefs_filtering_action.c
12881 * src/prefs_matcher.c
12882 Add the "Ignore thread" filtering
12885 2006-02-08 [colin] 2.0.0cvs34
12890 Fix bug #905 (damaged attachment)
12891 text files with raw \0's aren't really text files
12894 2006-02-08 [colin] 2.0.0cvs33
12896 * src/summaryview.c
12897 Fix crasher introduced yesterday
12899 2006-02-08 [wwp] 2.0.0cvs32
12903 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
12905 2006-02-08 [wwp] 2.0.0cvs31
12907 * src/prefs_template.c
12908 templates enhancement: allow address completion for Cc and Bcc fields
12909 (it was currently possible for the To field only)
12911 2006-02-08 [colin] 2.0.0cvs30
12914 Don't unblock if not blocked
12917 2006-02-07 [colin] 2.0.0cvs29
12920 Forgot to refresh summaryview
12922 2006-02-07 [colin] 2.0.0cvs28
12925 Freeze/thaw message list and folder list while
12926 processing %as{} actions
12928 Fix auto-wrap disabling after a middle-click
12931 2006-02-07 [paul] 2.0.0cvs27
12934 fix freeing of uninitialised pointers
12937 2006-02-06 [colin] 2.0.0cvs26
12940 Use g_slist_prepend in potentially big list
12942 2006-02-06 [colin] 2.0.0cvs25
12945 Completely skip processing if it doesn't
12948 2006-02-06 [colin] 2.0.0cvs24
12951 * src/summaryview.c
12952 Batch filtering in summaryview (from Tools menu)
12953 and pre/post//-processing too
12955 2006-02-06 [colin] 2.0.0cvs23
12959 Use a special field for batch filtering instead
12960 of stepping on deferred execution's toes
12962 2006-02-06 [colin] 2.0.0cvs22
12968 * src/summaryview.c
12969 Fix filtering via menus and actions
12971 2006-02-06 [colin] 2.0.0cvs21
12974 Put the added file directly to cache if possible (will work
12975 with next libetpan)
12982 Move and copy filtered messages by batches instead of one
12983 by one - faster on IMAP
12985 Add a function that'll possibly be useful later
12987 2006-02-06 [colin] 2.0.0cvs20
12989 * src/addressbook.c
12990 Use internal mime-type instead of text/plain for d'n'd
12992 Allow attaching files from mimeview's icon list via d'n'd
12995 Use internal mime-type instead of text/plain for d'n'd
12996 Don't try to selected opened folder if none is
12997 Factorize d'n'd from other apps code
13000 * src/gtk/gtkutils.c
13001 * src/gtk/gtkutils.h
13002 Factorize Face/X-Face stuff
13004 Fix d'n'd to other apps
13005 * src/prefs_message.c
13006 Let the XFace pref be usable without libcompface as it also
13008 * src/summaryview.c
13009 Fix d'n'd to other apps
13010 Factorize d'n'd from other apps code
13012 2006-02-06 [wwp] 2.0.0cvs19
13015 Italian translation fixes by Andrea Spadaccini (no more confusion
13016 between filtering and processing, and few changes in the About
13020 2006-02-06 [mones] 2.0.0cvs18
13022 * src/gtk/icon_legend.c
13023 Improved descriptions allowing better translations
13025 2006-02-05 [colin] 2.0.0cvs17
13028 Add the f*cking missing expunge that caused imap_fetch_env
13029 to fail after an add_msgs ! :-///
13030 * src/etpan/imap-thread.c
13034 2006-02-05 [colin] 2.0.0cvs16
13036 * src/common/utils.c
13037 Don't check for return-path (or we can't put
13038 back non-sent mails)
13040 2006-02-05 [colin] 2.0.0cvs15
13043 Don't try to display Face header in textview
13044 when teh headerview's active
13046 2006-02-05 [colin] 2.0.0cvs14
13048 * tools/tbird2syl.py
13049 * tools/Makefile.am
13050 Add script to import Thunderbird mails
13052 2006-02-05 [colin] 2.0.0cvs13
13059 Show Face headers - patch partially by Klaus Flittner
13061 2006-02-05 [colin] 2.0.0cvs12
13064 * src/summaryview.c
13065 * src/common/utils.c
13066 * src/common/utils.h
13067 Let dnd work from mime icons to summaryview
13068 and to folderview too
13069 Add a crude test to avoid trying to add files
13070 drag'n'dropped when they're not mails
13072 2006-02-04 [colin] 2.0.0cvs11
13074 * src/summaryview.c
13076 Fix utf8 conversion
13078 2006-02-04 [colin] 2.0.0cvs10
13083 * src/summaryview.c
13084 * src/summaryview.h
13085 Added various drag and drop capas:
13087 summaryview other apps
13088 mimeview icons other apps
13089 other apps summaryview
13090 other apps folderview
13092 This shouldn't have broken the existing:
13094 summaryview folderview
13095 folderview folderview
13096 summaryview compose's attachments
13100 2006-02-02 [paul] 2.0.0cvs9
13103 move global option 'Set displayed columns...' out
13104 of folder option grouping.
13105 fix sensitivity of 'harvest addresses'
13108 2006-02-01 [colin] 2.0.0cvs8
13111 Revert the alertpanel patch, it sucks (intrusive
13112 and gets in the way of "open")
13114 2006-02-01 [colin] 2.0.0cvs7
13117 * src/prefs_account.c
13118 * src/prefs_common.c
13119 * src/common/defs.h
13120 * src/common/utils.c
13121 * src/common/utils.h
13122 Add ability to edit the signature file
13123 from the account preferences, and use
13124 a default for the text editor.
13125 Patch by Fabien Vantard
13127 2006-02-01 [colin] 2.0.0cvs6
13130 Try to get mime type by extension if it is
13131 application/octet-stream
13132 Display a window with possible choices when
13133 encountering unknown mime types
13134 * src/gtk/filesel.c
13135 * src/gtk/filesel.h
13137 Allow multiple selection in filtered filesel
13138 (patch by Fabien Vantard)
13139 * src/gtk/pluginwindow.c
13140 Use it (patch by Fabien Vantard)
13142 2006-02-01 [paul] 2.0.0cvs5
13145 fix crash on creating jpilot address book
13146 Thanks to Colin - FOR_STABLE
13147 * src/prefs_summaries.c
13148 * src/prefs_wrapping.c
13149 * src/gtk/icon_legend.c
13150 * src/gtk/quicksearch.c
13151 string fixes and additions
13153 2006-02-01 [paul] 2.0.0cvs4
13157 * src/messageview.c
13159 add Arabic encoding option
13160 Patch submitted by Mohammed Sameer <msameer@users.sf.net>
13162 2006-01-31 [colin] 2.0.0cvs3
13164 * src/plugins/pgpcore/passphrase.c
13165 Convert passphrase to locale encoding
13167 Fix drafting on IMAP. Crappy bug sneaked in
13171 2006-01-30 [paul] 2.0.0cvs2
13173 * src/gtk/icon_legend.c
13174 show the new entries
13176 2006-01-30 [colin] 2.0.0cvs1
13179 Check for the file to be present before
13180 enabling the menu - FOR_STABLE
13181 * src/gtk/icon_legend.c
13182 Add folders icons (not all of them, there
13183 are too much, but the most intriguing ones)
13185 2006-01-30 [paul] 2.0.0
13187 version 2.0.0 released
13189 [For previous entries, see ChangeLog.pre2.0.0]