1 2006-12-26 [colin] 2.6.1cvs71
4 Add tooltip to state that specifying
5 full path to mailbox is possible
7 2006-12-26 [wwp] 2.6.1cvs70
9 * src/partial_download.c
10 * src/gtk/gtkvscrollbutton.c
11 * src/plugins/pgpinline/plugin.c
12 Fix for few compiler warnings that matter.
14 2006-12-25 [colin] 2.6.1cvs69
16 * src/partial_download.c
17 Fix marking for download or deletion
18 when the header isn't the first
20 Fix start of scrolling
22 2006-12-23 [paul] 2.6.1cvs68
25 change last commit to use the 'academic'
26 method instead. Thanks to wwp
28 2006-12-23 [paul] 2.6.1cvs67
31 don't warn about empty subject when
34 2006-12-22 [colin] 2.6.1cvs66
36 * src/summary_search.c
39 2006-12-22 [colin] 2.6.1cvs65
44 * src/summary_search.c
51 2006-12-22 [colin] 2.6.1cvs64
55 Add a combo to the learn spam button
56 * src/plugins/bogofilter/bogofilter.c
57 * src/plugins/bogofilter/bogofilter_gtk.c
58 * src/plugins/bogofilter/bogofilter.h
59 Allow to store Unsure mails in a specific
60 folder to make better teaching easier
62 2006-12-21 [wwp] 2.6.1cvs63
67 * src/prefs_spelling.c
70 Allow spell-checking using both current and alternate dictionaries
73 2006-12-21 [wwp] 2.6.1cvs62
76 Apply recheck_when_changing_dict (highlight all mispelled words)
77 when switching to alternate dictionary.
79 2006-12-21 [wwp] 2.6.1cvs61
82 * src/folder_item_prefs.h
85 * src/prefs_folder_item.c
86 * src/prefs_spelling.c
89 Add global and per-folder prefs to set the default
92 2006-12-21 [colin] 2.6.1cvs60
95 Look for folders by path in all folders
99 2006-12-20 [colin] 2.6.1cvs59
101 * src/gtk/quicksearch.c
102 Make sure in_typing is false when clearing
104 2006-12-20 [wwp] 2.6.1cvs58
107 change manual's target dir to be LFH-compliant (thanks to Colin).
109 2006-12-20 [wwp] 2.6.1cvs57
112 * src/prefs_summaries.c
113 i18n fix and factorize patch, thanks to Fabien.
115 2006-12-20 [paul] 2.6.1cvs56
118 last of the renaming (??)
120 correct --help info of --status-full
121 * src/plugins/bogofilter/bogofilter.c
122 make FALSE default of whitelist_ab
124 2006-12-19 [colin] 2.6.1cvs55
127 Same as before, without depending on
130 2006-12-19 [colin] 2.6.1cvs54
133 Fix bug 1059, 'Better jpilot charset
134 handling'. Use libpisync's charset conversion
137 2006-12-19 [colin] 2.6.1cvs53
142 2006-12-19 [wwp] 2.6.1cvs52
145 Add missing #include (thanks to Colin).
147 2006-12-19 [wwp] 2.6.1cvs51
149 * src/prefs_receive.c
150 Better spacing between widgets in prefs.
152 2006-12-18 [colin] 2.6.1cvs50
155 Fix failure to get separator on LIST "" ""
156 Try LIST "" "INBOX" too.
158 2006-12-18 [wwp] 2.6.1cvs49
160 * src/common/session.c
161 Fix a compiler warning (thanks to Fabien).
163 2006-12-18 [wwp] 2.6.1cvs48
167 Factorize some strings for translation (it's about error
168 messages when applying or checking template/quote format).
170 2006-12-18 [colin] 2.6.1cvs47
174 * src/gtk/Makefile.am
176 Add a Release notes tab from the contents of
177 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
179 2006-12-17 [colin] 2.6.1cvs46
184 Correctly convert from/to UTF8/filename encoding
185 when loading and saving files. Probably fixes
186 bug 1068, 'Claws-Mail uses 100% CPU when looking
187 for a file to attach and is blocked...'
189 2006-12-17 [colin] 2.6.1cvs45
191 * src/gtk/logwindow.c
192 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
193 IMAP folder and is blocked on main thread':
194 make sure we put utf8 in the log.
196 2006-12-16 [colin] 2.6.1cvs44
200 Fix bug 1055, 'Add the 'cancel receive'
201 in the available events for the toolbar buttons'
203 2006-12-16 [colin] 2.6.1cvs43
208 * src/common/session.c
209 Log error when SSL handshakes fail.
210 Fixes bug 1082, 'incorrect / imprecise
211 error message when imap server provides
212 ssl only through STARTTLS but SSL is
215 2006-12-15 [wwp] 2.6.1cvs42
217 * src/plugins/bogofilter/bogofilter_gtk.c
218 set proper sensitivity to widgets I've recently added.
224 2006-12-15 [wwp] 2.6.1cvs41
226 * src/plugins/bogofilter/bogofilter.c
227 * src/plugins/bogofilter/bogofilter.h
228 * src/plugins/bogofilter/bogofilter_gtk.c
229 bogofilter's whitelist can now use a subset of
230 the addressbook (either a book, a subfolder of a book,
231 or the whole addressbook by using "Any"). Re-used there
232 some pref_matcher widgets and mechanisms to match a subset
235 2006-12-15 [wwp] 2.6.1cvs40
238 * src/common/plugin.c
239 * src/common/plugin.h
241 * src/plugins/bogofilter/bogofilter.c
242 * src/plugins/clamav/clamav_plugin.c
243 * src/plugins/demo/demo.c
244 * src/plugins/dillo_viewer/dillo_viewer.c
245 * src/plugins/pgpcore/plugin.c
246 * src/plugins/pgpinline/plugin.c
247 * src/plugins/pgpmime/plugin.c
248 * src/plugins/spamassassin/spamassassin.c
249 * src/plugins/trayicon/trayicon.c
250 factorize some translatable strings (plugins-related),
251 fix missing punctuation in several places,
252 remove useless translatable \n in about.c,
253 and factorize plugin init code w/ a new function
254 check_plugin_version() in common/plugin.c.
255 Patch by Fabien Vantard <fzzzzz@gmail.com>.
257 2006-12-15 [wwp] 2.6.1cvs39
259 * src/plugins/bogofilter/bogofilter.c
260 * src/plugins/bogofilter/bogofilter_gtk.c
261 flag whitelisted spams as spam, but don't filter it to the spam
262 folder. Thanks to Colin.
264 2006-12-15 [ticho] 2.6.1cvs38
266 * src/plugins/bogofilter/bogofilter.c
267 * src/plugins/bogofilter/bogofilter.h
268 * src/plugins/bogofilter/bogofilter_gtk.c
269 Add option to whitelist senders found in addressbook. Patch by colin.
271 2006-12-15 [paul] 2.6.1cvs37
274 add missing #include "log.h"
276 2006-12-15 [paul] 2.6.1cvs36
278 * src/plugins/bogofilter/bogofilter.c
279 * src/plugins/bogofilter/bogofilter.h
280 * src/plugins/bogofilter/bogofilter_gtk.c
281 Add an option to allow inserting an
282 X-Claws-Bogosity header (on MH folders
283 only). Patch by Colin
285 2006-12-14 [colin] 2.6.1cvs35
288 "Yes" should be the default choice for
289 migration configuration
291 2006-12-14 [paul] 2.6.1cvs34
293 * src/prefs_summaries.c
294 * manual/advanced.xml
295 Unhide mark_as_read_delay
297 2006-12-14 [paul] 2.6.1cvs33
306 Fix printing of selection
307 Fix printing of message parts
308 Fix printing of images
309 * src/gtk/gtksourceprintjob.c
310 Fix page count when there are images
312 2006-12-14 [wwp] 2.6.1cvs32
317 * src/gtk/quicksearch.c
318 fix quicksearch 'magnify' button status when QS is closed
319 using the Escape key, thanks to Colin.
321 2006-12-14 [wwp] 2.6.1cvs31
326 * src/gtk/quicksearch.c
327 fix quicksearch 'magnify' button status when QS is closed
328 using the Escape key, thanks to Colin.
330 2006-12-13 [colin] 2.6.1cvs30
334 Use the binary safe version of ldap_get_values,
335 to make sure we manipulate null-terminated
336 strings. Maybe fixes bug 1075, 'claws mail
337 segfault when completing ldap adresses'
338 * src/syldap.c ** REMOVED **
339 * src/syldap.h ** REMOVED **
342 2006-12-13 [mones] 2.6.1cvs29
345 Fixed piped strings, fixed click translation
347 2006-12-13 [paul] 2.6.1cvs28
350 don't translate these strings
352 2006-12-13 [paul] 2.6.1cvs27
357 2006-12-13 [colin] 2.6.1cvs26
361 Add claws_is_starting()
363 2006-12-13 [mones] 2.6.1cvs25
365 * manual/es/advanced.xml
367 Synced manual and updated translation
369 2006-12-12 [colin] 2.6.1cvs24
372 Add an option to use STARTTLS in the
373 welcome wizard. Fixes bug 1080,
374 'Using SSL option in wizard for incoming
375 server does not activate SSL with STARTTLS'
377 2006-12-12 [colin] 2.6.1cvs23
380 Don't exit when there's an incomplete
381 mailbox configured - leaves a chance
382 to fix a failing IMAP account. Exit
383 if no mailbox at all is loaded (case
385 Completes bug 1077's fix (I was wrong
386 in this bug's comment #3).
388 2006-12-12 [colin] 2.6.1cvs22
391 Add another menu data type
392 * src/prefs_account.c
393 Complete the completion of bug 1076
394 (doesn't lose the pref on apply)
396 2006-12-12 [paul] 2.6.1cvs21
398 * src/prefs_account.c
399 complete the fix of bug 1076
400 also be more verbose with the text
402 2006-12-12 [paul] 2.6.1cvs20
405 fix compilation warning
407 2006-12-11 [colin] 2.6.1cvs19
410 Document :port in server entry tooltips
412 2006-12-11 [colin] 2.6.1cvs18
417 2006-12-11 [colin] 2.6.1cvs17
420 Add failing IMAP as a reason for no
423 2006-12-11 [colin] 2.6.1cvs16
425 * src/prefs_account.c
426 Check for existence of inbox for local
429 Allow setting the port to use for servers
430 by using the usual "server.example.com:port"
431 syntax. Fixes bug 1077, 'sylpheed-claws does
432 not start when IMAP server is unavailable'
434 2006-12-11 [colin] 2.6.1cvs15
436 * src/prefs_account.c
437 Prevent use of non-existing default inbox
439 2006-12-11 [colin] 2.6.1cvs14
441 * src/prefs_account.c
442 Fix sensitivity. Fixes bug 1076, 'privacy
443 options are displayed even when pgp plugin
444 not loaded / available'
446 2006-12-09 [colin] 2.6.1cvs13
448 * manual/advanced.xml
451 * src/common/ssl_certificate.c
452 Add a new hidden preference, 'unsafe_ssl_certs',
453 which allows to store multiple certificates per
454 server/port. This is disabled by default because
455 it's less secure (presenting a new certificate
456 instead of a changed one raises less alarms).
457 This will cause Claws to ask about an unknown
458 certificate for people who have used 2.6.1cvs8
461 2006-12-09 [colin] 2.6.1cvs12
464 Fix cache updating after action
466 2006-12-07 [wwp] 2.6.1cvs11
469 fix email address comparison when replying to all
470 (avoid replying to ourselves), thanks to Colin.
472 2006-12-06 [paul] 2.6.1cvs10
483 2006-12-06 [paul] 2.6.1cvs9
494 2006-12-06 [colin] 2.6.1cvs8
497 * src/common/ssl_certificate.c
498 * src/common/ssl_certificate.h
499 Handle multiple certificates per host/port
501 2006-12-06 [colin] 2.6.1cvs7
503 * src/etpan/imap-thread.c
504 Fix certificate checking on IMAP
506 2006-12-06 [colin] 2.6.1cvs6
509 Fix bug 1072, 'Claws stops fetching newsgroups
510 from server when newsgroup got deleted': continue
511 checking other groups
513 2006-12-05 [wwp] 2.6.1cvs5
515 * src/message_search.c
516 * src/summary_search.c
521 make up and down arrow keys in modern gtk_combo_box_entry widgets
522 behave like w/ old comboboxes (summary and message search only).
524 2006-12-05 [paul] 2.6.1cvs4
530 2006-12-05 [paul] 2.6.1cvs3
533 * tools/textviewer.pl
534 script updated and description added
536 2006-12-04 [colin] 2.6.1cvs2
539 Run pre-send hook only when checking
542 2006-12-04 [paul] 2.6.1cvs1
549 bump up version number following stable release
551 2006-12-04 [paul] 2.6.0cvs83
554 updates and corrections
556 2006-12-04 [colin] 2.6.0cvs82
559 Probably fix bug 1066, 'Incorrect mailbox
562 2006-12-04 [colin] 2.6.0cvs81
565 Trim tabs from mailcap file too.
567 2006-12-02 [paul] 2.6.0cvs80
570 fix broken GUI under certain languages
572 put the Cancel button to the right
574 2006-12-01 [paul] 2.6.0cvs79
577 remove reference to removed file
579 2006-12-01 [wwp] 2.6.0cvs78
583 remove forgotten debug statements.
585 2006-12-01 [wwp] 2.6.0cvs77
587 * manual/advanced.xml
588 * manual/fr/advanced.xml
598 add a hidden option to allow embedding the editaddress (edit contact details)
599 dialog into the addressbook's window. This doesn't change the default
602 2006-12-01 [wwp] 2.6.0cvs76
604 * src/message_search.c
605 * src/summary_search.c
606 fix more focus issues (don't set focus to combobox's entry widget when
607 entry's value changed, if entry widget has focus already).
609 2006-12-01 [wwp] 2.6.0cvs75
611 * src/gtk/quicksearch.c
612 revert last changes to the quicksearch gtk_combo_box, this needs more
615 2006-12-01 [paul] 2.6.0cvs74
617 * tools/kdeservicemenu/README
618 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
619 * tools/kdeservicemenu/install.sh
620 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
621 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
622 simplify this stuff, and in so doing,
623 fix it. (possibly re-extend it again at
626 2006-12-01 [wwp] 2.6.0cvs73
628 * src/gtk/quicksearch.c
629 adapt quicksearch code to use modern gtk_combo_box'es.
631 2006-12-01 [wwp] 2.6.0cvs72
636 * src/message_search.c
637 * src/summary_search.c
640 add history combos to all message and summary search fields.
642 2006-12-01 [wwp] 2.6.0cvs71
645 As the list may change while the mark as read delay
646 runs, we can't rely on the 'row' pointer, which can
647 be invalid when the timeout is called. As the mark
648 as read is only done if the message is still selected,
649 use summaryview->selected instead. Thanks to Colin.
651 2006-11-30 [paul] 2.6.0cvs70
654 give emphasis to "Sylpheed-Claws"
655 as well as "Claws Mail"
657 2006-11-30 [colin] 2.6.0cvs69
660 Put the SSL checkboxes in the receiving
661 and sending server pages.
663 2006-11-29 [colin] 2.6.0cvs68
666 * src/gtk/gtkvscrollbutton.c
667 Revert some deprecated fixes - they seem to
668 deprecate stuff as soon as a new one gets out.
669 g_object_ref_sink needed glib-2.10.
671 2006-11-29 [colin] 2.6.0cvs67
674 Create .mailcap if it doesn't exist
676 2006-11-29 [colin] 2.6.0cvs66
679 Followup to cvs60: use original list
680 of recipients if replying to a mail
681 in Sent Drafts or Queue.
683 2006-11-27 [paul] 2.6.0cvs65
686 revert the last change for now (it's broken)
688 2006-11-27 [paul] 2.6.0cvs64
692 * m4/aclocal-include.m4
709 * src/common/Makefile.am
713 * src/common/sylpheed.c
714 * src/common/sylpheed.h
715 * src/etpan/Makefile.am
716 * src/gtk/Makefile.am
717 * src/gtk/claws-marshal.list
719 * src/gtk/gtksctree.c
720 * src/gtk/quicksearch.c
721 * src/gtk/sylpheed-marshal.list
722 * src/plugins/bogofilter/bogofilter.c
723 * src/plugins/bogofilter/bogofilter_gtk.c
724 * src/plugins/clamav/clamav_plugin.c
725 * src/plugins/clamav/clamav_plugin_gtk.c
726 * src/plugins/demo/demo.c
727 * src/plugins/dillo_viewer/dillo_viewer.c
728 * src/plugins/pgpcore/Makefile.am
729 * src/plugins/pgpcore/claws.def
730 * src/plugins/pgpcore/pgp_viewer.c
731 * src/plugins/pgpcore/plugin.c
732 * src/plugins/pgpcore/sylpheed.def
733 * src/plugins/pgpinline/Makefile.am
734 * src/plugins/pgpinline/claws.def
735 * src/plugins/pgpinline/plugin.c
736 * src/plugins/pgpinline/sylpheed.def
737 * src/plugins/pgpmime/Makefile.am
738 * src/plugins/pgpmime/claws.def
739 * src/plugins/pgpmime/plugin.c
740 * src/plugins/pgpmime/sylpheed.def
741 * src/plugins/spamassassin/spamassassin.c
742 * src/plugins/spamassassin/spamassassin_gtk.c
743 * src/plugins/trayicon/trayicon.c
745 remove deprecated gtk_tooltips_set_delay()
747 2006-11-26 [paul] 2.6.0cvs63
754 * src/gtk/gtkvscrollbutton.c
755 * src/gtk/prefswindow.c
756 * src/plugins/pgpcore/prefs_gpg.c
757 replace more deprecated GTK+ functions
759 2006-11-26 [paul] 2.6.0cvs62
764 replace deprecated gtk_idle_... functions
766 2006-11-26 [paul] 2.6.0cvs61
772 * src/gtk/gtkvscrollbutton.c
773 * src/gtk/quicksearch.c
774 * src/plugins/pgpcore/passphrase.c
775 replace deprecated gtk_timeout_add and
778 2006-11-26 [paul] 2.6.0cvs60
781 fix bug that caused the wrong recipient
782 to be selected when replying to a msg
783 which is From one of our accounts to
784 another of our accounts
786 2006-11-25 [paul] 2.6.0cvs59
789 don't change the From column title to
790 To if the To column is visible
792 2006-11-24 [paul] 2.6.0cvs58
795 fix bug 1069, 'Sent mails disappear, BCC
798 2006-11-21 [wwp] 2.6.0cvs57
801 fix spelling menu when replying (same as 2.3.1cvs39):
802 discrepancy between context menu and top menu when
803 folder's dictionary isn't the default one.
805 2006-11-19 [paul] 2.6.0cvs56
808 obey always_show_msg option when
810 * src/plugins/bogofilter/bogofilter.c
813 2006-11-18 [paul] 2.6.0cvs55
823 * src/gtk/icon_legend.c
824 * src/gtk/icon_legend.h
825 * tools/OOo2claws-mail.pl
827 * tools/acroread2claws-mail.pl
828 * tools/claws.i18n.status.pl
829 * tools/filter_conv.pl
830 * tools/filter_conv_new.pl
831 * tools/freshmeat_search.pl
832 * tools/google_search.pl
833 * tools/kmail2claws-mail.pl
834 * tools/kmail2claws-mail_v2.pl
835 * tools/maildir2claws-mail.pl
836 * tools/make.themes.project
837 * tools/multiwebsearch.pl
838 * tools/outlook2claws-mail.pl
839 * tools/tb2claws-mail
840 * tools/kdeservicemenu/README
841 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
842 update mine and wwp's email addresses in
845 * src/prefs_compose_writing.c
846 set sensitivity on 'new message format' frame
848 2006-11-17 [paul] 2.6.0cvs54
851 more reworking of the GUI
852 Patch by Fabien Vantard
854 2006-11-16 [paul] 2.6.0cvs53
857 set a minimum size for the window, allow
858 it to automatically expand as necessary
860 2006-11-16 [wwp] 2.6.0cvs52
863 better wrap of copyright info on some systems.
865 2006-11-16 [paul] 2.6.0cvs51
868 move the tech info from the upper panel
870 use a gtk_text_view for the features tab
872 2006-11-16 [paul] 2.6.0cvs50
875 update my email address
882 * src/plugins/trayicon/trayicon.c
883 don't offer simple menu separators
886 add separator between 'mark all read'
889 2006-11-15 [wwp] 2.6.0cvs49
892 updated manuals authors.
894 2006-11-14 [paul] 2.6.0cvs48
897 Fix Options/Reply mode after draft save
899 2006-11-14 [paul] 2.6.0cvs47
905 * src/plugins/pgpinline/pgpinline.c
906 Probably fix bug 1061
908 2006-11-14 [paul] 2.6.0cvs46
916 * src/pixmaps/active.xpm
917 * src/pixmaps/inactive.xpm
918 add a new page, 'Features', to the About dialog
919 showing which features are compiled in and which
922 2006-11-14 [paul] 2.6.0cvs45
925 updated by Pavlo Bohmat
927 2006-11-14 [colin] 2.6.0cvs44
935 * src/gtk/gtkaspell.c
936 Fix 64-bit-related warnings
938 Fix possible infinite loop
939 * src/plugins/pgpcore/sgpgme.c
942 2006-11-13 [colin] 2.6.0cvs43
944 * src/gtk/Makefile.am
945 authors.h isn't generated
947 2006-11-13 [colin] 2.6.0cvs42
949 * src/plugins/pgpinline/pgpinline.c
950 * src/plugins/pgpmime/pgpmime.c
951 Very probably fix bug 1061, 'crash on
952 opening signed email'. Another cast
955 2006-11-13 [colin] 2.6.0cvs41
957 * src/plugins/pgpcore/sgpgme.c
958 Maybe fix bug 1061, 'crash on opening
961 2006-11-13 [wwp] 2.6.0cvs40
963 * src/plugins/pgpinline/pgpinline.c
964 fix candidate for bug #1057, thanks to Colin.
966 2006-11-13 [wwp] 2.6.0cvs39
969 * src/quote_fmt_parse.y
970 fix bug 1052: current parser buffer was not always
971 allocated, ptr to this buffer could be returned as
972 NULL whereas no parser error has occurred. in
973 consequence, defining a template body as "%d"
974 (w/o the quotes) for the first time of the instance
975 of claws-mail, was reporting a parser error. make
976 sure that the buffer is always allocated, even to
978 fix mis-unescaping in compose.:compose_quote_fmt():
979 unescaping of the fmt string was always done
980 whereas it must be done *only* when receiving
981 quote format strings issued from the prefs
982 (compose new message, reply, forward, redirect
983 formats), *not* when applying templates. in
984 consequences, applying templates w/ sequences
985 like \\|p{echo} were failing. make sure that
986 unescaping is done only when necessary.
988 2006-11-12 [colin] 2.6.0cvs38
993 2006-11-12 [colin] 2.6.0cvs37
995 * src/plugins/pgpinline/pgpinline.c
996 * src/plugins/pgpmime/pgpmime.c
997 Release GPG context at the latest
998 possible moment. Maybe fixes
999 bug 1057, 'crash on sending signed
1000 message to a newsgroup'
1003 2006-11-12 [colin] 2.6.0cvs36
1005 * src/plugins/pgpcore/sgpgme.c
1006 Tell a bit more when gpg's status doesn't
1007 contain any signature
1009 2006-11-12 [colin] 2.6.0cvs35
1012 Fix bug 1060, 'compilation error with
1015 2006-11-12 [paul] 2.6.0cvs34
1017 * doc/man/claws-mail.1
1019 * src/plugins/clamav/README
1020 * src/plugins/spamassassin/README
1022 * tools/freshmeat_search.pl
1023 * tools/google_search.pl
1024 * tools/multiwebsearch.pl
1026 * src/plugins/trayicon/trayicon.c
1027 fix compiliation warning
1029 2006-11-11 [colin] 2.6.0cvs33
1032 Forbid drag and drop from/to different
1033 folders of type F_UNKNOWN
1035 2006-11-11 [colin] 2.6.0cvs32
1037 * src/plugins/pgpinline/pgpinline.c
1038 Fix typo in previous commit:
1040 + if ((err = gpgme_new(&data->ctx)) ...)
1042 2006-11-11 [colin] 2.6.0cvs31
1044 * src/plugins/pgpinline/pgpinline.c
1045 * src/plugins/pgpmime/pgpmime.c
1046 Check success after calling gpgme_new
1047 Maybe fixes bug 1057, 'crash on sending
1048 signed message to a newsgroup'
1050 2006-11-11 [colin] 2.6.0cvs30
1053 init undostruct to 0s (from
1054 valgrind log of bug 1057)
1056 2006-11-10 [colin] 2.6.0cvs29
1059 Set cursor to wait before filtering
1060 duplicates in all folders
1061 * src/plugins/bogofilter/bogofilter.c
1062 * src/plugins/bogofilter/bogofilter.h
1063 * src/plugins/bogofilter/bogofilter_gtk.c
1064 Completely thread away the bogofilter
1067 2006-11-10 [mones] 2.6.0cvs28
1071 added COMPOSE_CHECK_BEFORE_SEND hook
1073 2006-11-10 [paul] 2.6.0cvs27
1077 add libSM to get_compiled_in_features()
1081 2006-11-10 [colin] 2.6.0cvs26
1083 * src/etpan/imap-thread.c
1084 Add a reference to libetpan's sasl engine
1085 so that sasl_done() doesn't get called by
1086 libetpan, and doesn't break openssl.
1087 Should fix bug 1053, 'SC fails to reestablish
1088 a secure connection'
1091 2006-11-10 [colin] 2.6.0cvs25
1093 * manual/addrbook.xml
1094 * manual/advanced.xml
1099 2006-11-09 [colin] 2.6.0cvs24
1101 * src/plugins/bogofilter/bogofilter_gtk.c
1102 Add comment about annoyance
1104 2006-11-09 [colin] 2.6.0cvs23
1106 * src/plugins/bogofilter/bogofilter.c
1107 * src/plugins/bogofilter/bogofilter_gtk.c
1108 Prepare things needed to thread bogofilter
1109 filtering: separate bogo stuff and possible GUI
1112 2006-11-09 [colin] 2.6.0cvs22
1116 Search for one of our accounts in Delivered-To
1117 (helps for auto-account selection when
1118 replying/forwarding)
1122 * src/plugins/trayicon/trayicon.c
1123 Allow opening a new mail with any account from
1126 2006-11-09 [wwp] 2.6.0cvs21
1129 * src/prefs_common.c
1130 * src/prefs_common.h
1131 * src/prefs_compose_writing.c
1132 add a compose new message format (in prefs/compose/writing), it's a
1133 simple subject+body template to use when opening a new composition
1134 window. It's similar to the existent reply and forward formats.
1136 enhanced the template/format % symbols substitution mechanism to
1137 use current composition window information when % are used in
1138 the compose new message format or in templates applied to new
1139 messages (there were useless in that situations before). When
1140 applied to new messages, %d corresponds to the system time/date.
1142 2006-11-09 [paul] 2.6.0cvs20
1147 2006-11-09 [paul] 2.6.0cvs19
1150 keep tje alphabetical order
1152 2006-11-08 [colin] 2.6.0cvs18
1154 * src/etpan/imap-thread.c
1155 Fix bug 1054, 'Slowness logging big
1158 2006-11-08 [paul] 2.6.0cvs17
1163 2006-11-08 [paul] 2.6.0cvs16
1168 2006-11-08 [paul] 2.6.0cvs15
1171 * tools/OOo2claws-mail.pl
1172 * tools/OOo2sylpheed.pl
1174 * tools/acroread2claws-mail.pl
1175 * tools/acroread2sylpheed.pl
1176 * tools/kmail2claws-mail.pl
1177 * tools/kmail2claws-mail_v2.pl
1178 * tools/kmail2sylpheed.pl
1179 * tools/kmail2sylpheed_v2.pl
1180 * tools/maildir2claws-mail.pl
1181 * tools/maildir2sylpheed.pl
1182 * tools/nautilus2claws-mail.sh
1183 * tools/nautilus2sylpheed.sh
1184 * tools/outlook2claws-mail.pl
1185 * tools/outlook2sylpheed.pl
1186 * tools/tb2claws-mail
1188 * tools/tbird2claws.py
1189 * tools/tbird2syl.py
1190 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1191 * tools/kdeservicemenu/install.sh
1192 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1193 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1194 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1195 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1196 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1197 renamed (removed, added) tools files
1199 2006-11-08 [paul] 2.6.0cvs14
1203 Migrate sylpheedrc to clawsrc, and fix the standard
1204 plugins path in the process
1206 2006-11-07 [colin] 2.6.0cvs13
1209 Symlink sylpheed-claws relative to
1212 2006-11-07 [colin] 2.6.0cvs12
1215 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1217 2006-11-07 [paul] 2.6.0cvs11
1220 Fix a missed occurence of
1223 2006-11-07 [paul] 2.6.0cvs10
1226 Fix symlink installation
1228 2006-11-07 [paul] 2.6.0cvs9
1231 Symlink claws-mail to sylpheed-claws
1232 * src/common/utils.c
1233 Fix migrating symlinks
1234 * src/etpan/imap-thread.c
1235 check certificate only when there's
1238 2006-11-07 [paul] 2.6.0cvs8
1241 Fix icon breakages with Gtk, which needs a
1242 cache updated to see them.
1244 2006-11-07 [paul] 2.6.0cvs7
1255 * claws-mail-128x128.png
1256 * claws-mail-64x64.png
1261 * sylpheed-claws-128x128.png
1262 * sylpheed-claws-64x64.png
1263 * sylpheed-claws.desktop
1264 * sylpheed-claws.ico
1265 * sylpheed-claws.pc.in
1266 * sylpheed-claws.png
1267 * debian/README.Debian
1269 * debian/claws-mail.desktop
1270 * debian/claws-mail.menu
1271 * debian/claws-mail.postinst.debhelper
1272 * debian/claws-mail.postrm.debhelper
1277 * debian/sylpheed-claws.desktop
1278 * debian/sylpheed-claws.menu
1279 * debian/sylpheed-claws.postinst.debhelper
1280 * debian/sylpheed-claws.postrm.debhelper
1281 * doc/man/Makefile.am
1282 * doc/man/claws-mail.1
1283 * doc/man/sylpheed-claws.1
1284 * doc/src/ChangeLog.claws-pre0.8.0
1285 * manual/Makefile.am
1286 * manual/account.xml
1288 * manual/addrbook.xml
1289 * manual/advanced.xml
1290 * manual/claws-mail-manual.xml
1292 * manual/glossary.xml
1293 * manual/handling.xml
1295 * manual/keyboard.xml
1296 * manual/plugins.xml
1297 * manual/starting.xml
1298 * manual/sylpheed-claws-manual.xml
1300 * manual/dist/.cvsignore
1301 * manual/dist/html/.cvsignore
1302 * manual/dist/html/Makefile.am
1303 * manual/dist/pdf/.cvsignore
1304 * manual/dist/pdf/Makefile.am
1305 * manual/dist/ps/.cvsignore
1306 * manual/dist/ps/Makefile.am
1307 * manual/dist/txt/.cvsignore
1308 * manual/dist/txt/Makefile.am
1309 * manual/es/Makefile.am
1310 * manual/es/advanced.xml
1311 * manual/es/claws-mail-manual.xml
1313 * manual/es/glossary.xml
1314 * manual/es/handling.xml
1315 * manual/es/intro.xml
1316 * manual/es/plugins.xml
1317 * manual/es/sylpheed-claws-manual.xml
1318 * manual/es/dist/.cvsignore
1319 * manual/es/dist/html/.cvsignore
1320 * manual/es/dist/html/Makefile.am
1321 * manual/es/dist/pdf/.cvsignore
1322 * manual/es/dist/pdf/Makefile.am
1323 * manual/es/dist/ps/.cvsignore
1324 * manual/es/dist/ps/Makefile.am
1325 * manual/es/dist/txt/.cvsignore
1326 * manual/es/dist/txt/Makefile.am
1327 * manual/fr/Makefile.am
1328 * manual/fr/account.xml
1330 * manual/fr/addrbook.xml
1331 * manual/fr/advanced.xml
1332 * manual/fr/claws-mail-manual.xml
1334 * manual/fr/glossary.xml
1335 * manual/fr/handling.xml
1336 * manual/fr/intro.xml
1337 * manual/fr/keyboard.xml
1338 * manual/fr/plugins.xml
1339 * manual/fr/starting.xml
1340 * manual/fr/sylpheed-claws-manual.xml
1341 * manual/fr/dist/.cvsignore
1342 * manual/fr/dist/html/.cvsignore
1343 * manual/fr/dist/html/Makefile.am
1344 * manual/fr/dist/pdf/.cvsignore
1345 * manual/fr/dist/pdf/Makefile.am
1346 * manual/fr/dist/ps/.cvsignore
1347 * manual/fr/dist/ps/Makefile.am
1348 * manual/fr/dist/txt/.cvsignore
1349 * manual/fr/dist/txt/Makefile.am
1350 * manual/pl/Makefile.am
1351 * manual/pl/account.xml
1353 * manual/pl/addrbook.xml
1354 * manual/pl/advanced.xml
1355 * manual/pl/claws-mail-manual.xml
1357 * manual/pl/glossary.xml
1358 * manual/pl/handling.xml
1359 * manual/pl/intro.xml
1360 * manual/pl/keyboard.xml
1361 * manual/pl/plugins.xml
1362 * manual/pl/starting.xml
1363 * manual/pl/sylpheed-claws-manual.xml
1364 * manual/pl/dist/.cvsignore
1365 * manual/pl/dist/html/.cvsignore
1366 * manual/pl/dist/html/Makefile.am
1367 * manual/pl/dist/pdf/.cvsignore
1368 * manual/pl/dist/pdf/Makefile.am
1369 * manual/pl/dist/ps/.cvsignore
1370 * manual/pl/dist/ps/Makefile.am
1371 * manual/pl/dist/txt/.cvsignore
1372 * manual/pl/dist/txt/Makefile.am
1396 * src/addressbook_foldersel.c
1397 * src/addressbook_foldersel.h
1419 * src/customheader.c
1420 * src/customheader.h
1421 * src/displayheader.c
1422 * src/displayheader.h
1433 * src/editldap_basedn.c
1434 * src/editldap_basedn.h
1450 * src/folder_item_prefs.c
1451 * src/folder_item_prefs.h
1458 * src/grouplistdialog.c
1459 * src/grouplistdialog.h
1462 * src/image_viewer.c
1463 * src/image_viewer.h
1502 * src/matcher_parser.h
1503 * src/matcher_parser_lex.l
1504 * src/matcher_parser_parse.y
1507 * src/message_search.c
1508 * src/message_search.h
1527 * src/partial_download.c
1528 * src/partial_download.h
1533 * src/prefs_account.c
1534 * src/prefs_account.h
1535 * src/prefs_actions.c
1536 * src/prefs_actions.h
1537 * src/prefs_common.c
1538 * src/prefs_common.h
1539 * src/prefs_compose_writing.c
1540 * src/prefs_compose_writing.h
1541 * src/prefs_customheader.c
1542 * src/prefs_customheader.h
1543 * src/prefs_display_header.c
1544 * src/prefs_display_header.h
1545 * src/prefs_ext_prog.c
1546 * src/prefs_ext_prog.h
1547 * src/prefs_filtering.c
1548 * src/prefs_folder_column.c
1549 * src/prefs_folder_column.h
1550 * src/prefs_folder_item.c
1551 * src/prefs_folder_item.h
1556 * src/prefs_image_viewer.c
1557 * src/prefs_image_viewer.h
1558 * src/prefs_matcher.c
1559 * src/prefs_matcher.h
1560 * src/prefs_message.c
1561 * src/prefs_message.h
1562 * src/prefs_msg_colors.c
1563 * src/prefs_msg_colors.h
1568 * src/prefs_receive.c
1569 * src/prefs_receive.h
1572 * src/prefs_spelling.c
1573 * src/prefs_spelling.h
1574 * src/prefs_summaries.c
1575 * src/prefs_summaries.h
1576 * src/prefs_summary_column.c
1577 * src/prefs_summary_column.h
1578 * src/prefs_template.c
1579 * src/prefs_template.h
1580 * src/prefs_themes.c
1581 * src/prefs_themes.h
1582 * src/prefs_toolbar.c
1583 * src/prefs_toolbar.h
1584 * src/prefs_wrapping.c
1585 * src/prefs_wrapping.h
1595 * src/quote_fmt_parse.y
1598 * src/remotefolder.c
1599 * src/remotefolder.h
1600 * src/send_message.c
1601 * src/send_message.h
1604 * src/sourcewindow.c
1605 * src/sourcewindow.h
1610 * src/stock_pixmap.c
1611 * src/stock_pixmap.h
1612 * src/summary_search.c
1613 * src/summary_search.h
1630 * src/common/base64.c
1631 * src/common/base64.h
1633 * src/common/hooks.c
1634 * src/common/hooks.h
1637 * src/common/mgutils.c
1638 * src/common/mgutils.h
1641 * src/common/passcrypt.c
1642 * src/common/passcrypt.h.in
1643 * src/common/plugin.c
1644 * src/common/plugin.h
1645 * src/common/prefs.c
1646 * src/common/prefs.h
1647 * src/common/progressindicator.c
1648 * src/common/progressindicator.h
1649 * src/common/quoted-printable.c
1650 * src/common/quoted-printable.h
1651 * src/common/session.c
1652 * src/common/session.h
1655 * src/common/socket.c
1656 * src/common/socket.h
1659 * src/common/stringtable.c
1660 * src/common/stringtable.h
1661 * src/common/sylpheed.c
1662 * src/common/sylpheed.h
1663 * src/common/template.c
1664 * src/common/template.h
1665 * src/common/timing.h
1666 * src/common/utils.c
1667 * src/common/utils.h
1668 * src/common/version.h.in
1671 * src/common/xmlprops.c
1672 * src/common/xmlprops.h
1674 * src/gtk/colorlabel.c
1675 * src/gtk/colorlabel.h
1676 * src/gtk/colorsel.c
1677 * src/gtk/colorsel.h
1678 * src/gtk/combobox.c
1679 * src/gtk/combobox.h
1680 * src/gtk/description_window.c
1681 * src/gtk/description_window.h
1684 * src/gtk/foldersort.c
1685 * src/gtk/foldersort.h
1686 * src/gtk/gtkaspell.c
1687 * src/gtk/gtkaspell.h
1688 * src/gtk/gtksctree.c
1689 * src/gtk/gtkshruler.c
1690 * src/gtk/gtkshruler.h
1691 * src/gtk/gtkutils.c
1692 * src/gtk/gtkutils.h
1693 * src/gtk/icon_legend.c
1694 * src/gtk/icon_legend.h
1695 * src/gtk/logwindow.c
1696 * src/gtk/logwindow.h
1697 * src/gtk/manage_window.c
1698 * src/gtk/manage_window.h
1699 * src/gtk/pluginwindow.c
1700 * src/gtk/pluginwindow.h
1701 * src/gtk/prefswindow.c
1702 * src/gtk/prefswindow.h
1703 * src/gtk/quicksearch.c
1704 * src/gtk/quicksearch.h
1705 * src/pixmaps/claws-mail.xpm
1706 * src/pixmaps/claws-mail_icon.xpm
1707 * src/pixmaps/claws-mail_logo.xpm
1708 * src/pixmaps/sylpheed-claws.xpm
1709 * src/pixmaps/sylpheed-claws_icon.xpm
1710 * src/pixmaps/sylpheed-claws_logo.xpm
1711 * src/plugins/bogofilter/Makefile.am
1712 * src/plugins/bogofilter/bogofilter.c
1713 * src/plugins/bogofilter/bogofilter.h
1714 * src/plugins/bogofilter/bogofilter_gtk.c
1715 * src/plugins/clamav/Makefile.am
1716 * src/plugins/clamav/clamav_plugin.c
1717 * src/plugins/clamav/clamav_plugin.h
1718 * src/plugins/clamav/clamav_plugin_gtk.c
1719 * src/plugins/demo/Makefile.am
1720 * src/plugins/demo/demo.c
1721 * src/plugins/dillo_viewer/Makefile.am
1722 * src/plugins/dillo_viewer/README
1723 * src/plugins/dillo_viewer/dillo_prefs.c
1724 * src/plugins/dillo_viewer/dillo_prefs.h
1725 * src/plugins/dillo_viewer/dillo_viewer.c
1726 * src/plugins/pgpcore/Makefile.am
1727 * src/plugins/pgpcore/passphrase.c
1728 * src/plugins/pgpcore/passphrase.h
1729 * src/plugins/pgpcore/pgp_viewer.c
1730 * src/plugins/pgpcore/pgp_viewer.h
1731 * src/plugins/pgpcore/plugin.c
1732 * src/plugins/pgpcore/prefs_gpg.c
1733 * src/plugins/pgpcore/prefs_gpg.h
1734 * src/plugins/pgpcore/select-keys.c
1735 * src/plugins/pgpcore/select-keys.h
1736 * src/plugins/pgpcore/sgpgme.c
1737 * src/plugins/pgpcore/sgpgme.h
1738 * src/plugins/pgpcore/sylpheed.def
1739 * src/plugins/pgpcore/version.rc
1740 * src/plugins/pgpinline/Makefile.am
1741 * src/plugins/pgpinline/pgpinline.c
1742 * src/plugins/pgpinline/pgpinline.h
1743 * src/plugins/pgpinline/plugin.c
1744 * src/plugins/pgpinline/sylpheed.def
1745 * src/plugins/pgpinline/version.rc
1746 * src/plugins/pgpmime/Makefile.am
1747 * src/plugins/pgpmime/pgpmime.c
1748 * src/plugins/pgpmime/pgpmime.h
1749 * src/plugins/pgpmime/plugin.c
1750 * src/plugins/pgpmime/sylpheed.def
1751 * src/plugins/pgpmime/version.rc
1752 * src/plugins/spamassassin/Makefile.am
1753 * src/plugins/spamassassin/README
1754 * src/plugins/spamassassin/spamassassin.c
1755 * src/plugins/spamassassin/spamassassin.h
1756 * src/plugins/spamassassin/spamassassin_gtk.c
1757 * src/plugins/trayicon/Makefile.am
1758 * src/plugins/trayicon/trayicon.c
1759 * tools/OOo2sylpheed.pl
1761 * tools/README.sylprint
1762 * tools/acroread2sylpheed.pl
1763 * tools/claws.i18n.status.pl
1764 * tools/filter_conv.pl
1765 * tools/filter_conv_new.pl
1766 * tools/freshmeat_search.pl
1767 * tools/google_search.pl
1768 * tools/kmail2sylpheed.pl
1769 * tools/kmail2sylpheed_v2.pl
1770 * tools/make.themes.project
1771 * tools/multiwebsearch.pl
1772 * tools/nautilus2sylpheed.sh
1773 * tools/outlook2sylpheed.pl
1777 * tools/textviewer.sh
1778 * tools/vcard2xml.py
1779 * tools/kdeservicemenu/README
1780 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1781 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1782 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1783 Change name to Claws Mail. Announce to follow...
1785 2006-11-06 [wwp] 2.6.0cvs6
1787 * src/prefs_template.c
1788 unify messages related to quote format/template errors (fix
1789 capitalization), again.
1791 2006-11-06 [wwp] 2.6.0cvs5
1794 unify messages related to quote format/template errors.
1796 2006-11-06 [wwp] 2.6.0cvs4
1798 * src/prefs_msg_colors.c
1799 more uses of Q_ macro for contextual translations, thanks
1802 2006-11-06 [wwp] 2.6.0cvs3
1805 * src/common/utils.c
1806 * src/common/utils.h
1807 show an alertpanel to make sure users are aware that sensitive
1808 files are attached (it's file blacklist-based). This will fix
1809 interaction w/ GoogleEarth for instance, thanks to Colin.
1811 2006-11-06 [wwp] 2.6.0cvs2
1814 * src/prefs_template.c
1815 * src/prefs_template.h
1816 check quote format when applying/closing prefs. For now this only
1817 shows up an error dialog box, not preventing the user from using
1818 a broken quote (reply, forwards) format.
1820 2006-11-06 [wwp] 2.6.0cvs1
1822 * src/prefs_template.c
1823 fix missing checks of some template fields.
1825 2006-11-06 [paul] 2.6.0
1832 2006-11-06 [paul] 2.5.6cvs22
1834 * manual/advanced.xml
1835 * manual/es/advanced.xml
1836 put 'respect_flowed_format' info in the correct
1839 2006-11-06 [mones] 2.5.6cvs21
1842 Minor fixes for release
1844 2006-11-06 [paul] 2.5.6cvs20
1855 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1856 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1857 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1860 2006-11-02 [colin] 2.5.6cvs19
1864 * src/prefs_account.c
1865 * src/etpan/imap-thread.c
1866 Add GSSAPI support - fixes Debian bug #383274
1868 2006-11-01 [colin] 2.5.6cvs18
1871 Handle libpisock12 support. Probably
1872 fixes bug 1046, 'jpilot AddressDB.pdb
1875 2006-11-01 [colin] 2.5.6cvs17
1878 debug_print() folderutils_mark_all_read()
1880 2006-11-01 [colin] 2.5.6cvs16
1883 Add missed files to the Apache exception
1885 2006-10-31 [colin] 2.5.6cvs15
1889 Add a copy_private_data() func to FolderClasses
1890 Doesn't break the feature freeze, because we
1891 won't use it (right now) in the core.
1893 2006-10-31 [colin] 2.5.6cvs14
1896 Allow linking with the Apache licensed files in
1897 src/plugins/spamassassin. Hopefully fixes
1898 bug 1048, 'Spamassassin plugin license problem'
1900 2006-10-31 [wwp] 2.5.6cvs13
1903 fix and optimize trimming of leading linefeeds in body loop.
1905 2006-10-31 [colin] 2.5.6cvs12
1907 * src/etpan/imap-thread.c
1909 Make really sure to have NULL sets in case
1912 2006-10-30 [wwp] 2.5.6cvs11
1914 * src/prefs_common.c
1915 * src/prefs_common.h
1917 fix broken storage of quote format template when it contains \-escape
1918 sequences. The application of such sequences is also fixed now (\t
1919 in quote format will be a real tab instead of a 't', for instance).
1921 2006-10-27 [colin] 2.5.6cvs10
1924 Probably fix bug 1045, 'sylpheed-claws
1925 doesn't remove the mail from the IMAP
1926 Queue folder after sending'. From
1929 2006-10-27 [colin] 2.5.6cvs9
1932 Require libetpan-0.48. I'm so annoying,
1935 2006-10-27 [colin] 2.5.6cvs8
1939 Probably fix bug 1044, 'sylpheed-claws
1940 segfaults while moving mails' - Fix relation
1941 usage when moving to an IMAP mailbox from another
1944 2006-10-26 [paul] 2.5.6cvs7
1947 add libSM to compiled-in features
1950 2006-10-24 [colin] 2.5.6cvs6
1953 * src/gtk/gtkutils.c
1954 Fix crash when printing emails with an
1957 2006-10-24 [mones] 2.5.6cvs5
1959 * manual/es/advanced.xml
1960 Synchronize hidden option respect_flowed_format
1964 2006-10-21 [paul] 2.5.6cvs4
1967 * src/plugins/pgpcore/pgp_viewer.c
1968 * src/plugins/pgpcore/sgpgme.c
1969 fix building on BSDs
1970 Thanks to Michael Hughes
1971 <Sylpheed-Claws_user@thehugheslogcabin.net>
1973 2006-10-20 [colin] 2.5.6cvs3
1976 Bump up libetpan requirement
1977 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1978 * src/common/utils.c
1979 * src/common/utils.h
1980 Add convenience get_file_mtime()
1982 * src/etpan/imap-thread.c
1983 * src/etpan/imap-thread.h
1984 Implement UIDPLUS support if the server
1985 supports it - faster sending in this case
1987 2006-10-19 [colin] 2.5.6cvs2
1989 * src/gtk/quicksearch.c
1990 Fix emptying in type-ahead+extended mode
1993 Add a hook for offline state change
1994 * src/plugins/trayicon/trayicon.c
1995 Use it to display offline icons
1996 * src/plugins/trayicon/Makefile.am
1997 * src/plugins/trayicon/newmail.offline.xpm
1998 * src/plugins/trayicon/newmarkedmail.offline.xpm
1999 * src/plugins/trayicon/nomail.offline.xpm
2000 * src/plugins/trayicon/unreadmail.offline.xpm
2001 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
2004 2006-10-12 [paul] 2.5.6cvs1
2009 Update version number following
2012 2006-10-19 [colin] 2.5.5cvs18
2014 * manual/handling.xml
2015 Add type-ahead search
2017 2006-10-18 [colin] 2.5.5cvs17
2019 * src/gtk/quicksearch.c
2020 Remove "save to history only if there's
2021 no syntax error", it breaks for some
2022 reason which I'll investigate later.
2024 2006-10-18 [colin] 2.5.5cvs16
2026 * src/prefs_common.c
2027 * src/prefs_common.h
2029 * src/gtk/quicksearch.c
2030 * src/gtk/quicksearch.h
2031 Add a type-ahead option for fast searches
2032 Patch by Fabien Vantard
2034 2006-10-18 [colin] 2.5.5cvs15
2038 Add Options/Reply mode/ menu to be able to
2039 change the recipients of a reply on the fly
2041 2006-10-18 [colin] 2.5.5cvs14
2044 Fix redirecting of our own sent mails
2046 2006-10-17 [wwp] 2.5.5cvs13
2048 * src/send_message.c
2049 Fix duplicate error messages when sending, and missing
2050 newline in such error messages.
2052 2006-10-17 [colin] 2.5.5cvs12
2055 Compare addresses case-insensitive
2057 2006-10-17 [colin] 2.5.5cvs11
2059 * src/plugins/pgpcore/sgpgme.c
2062 2006-10-17 [colin] 2.5.5cvs10
2064 * src/plugins/pgpcore/pgp_viewer.c
2067 2006-10-17 [colin] 2.5.5cvs9
2070 Fix a typo (thanks to Fabien)
2072 2006-10-16 [colin] 2.5.5cvs8
2075 Fix problem with quote-folding when emails
2076 don't convert cleanly to UTF-8
2078 2006-10-14 [colin] 2.5.5cvs7
2080 * src/prefs_template.c
2081 Reset fields when reopening
2084 2006-10-13 [paul] 2.5.5cvs6
2086 * manual/advanced.xml
2087 * src/prefs_message.c
2088 make 'respect_flowed_format' a hidden
2089 option, and add a manual entry for it
2092 2006-10-12 [colin] 2.5.5cvs5
2095 Revert part of 2.5.2cvs21:
2096 Don't optimise by reusing the
2097 last iconv converter if possible:
2098 it seems slightly broken in a
2099 very hard way to reproduce
2101 2006-10-12 [colin] 2.5.5cvs4
2103 * src/prefs_common.c
2104 * src/prefs_common.h
2105 * src/prefs_message.c
2107 Fix bug 1035, 'Incorrect handling
2108 of flowed lines'. We now optionnaly
2109 handle this format (preference is in
2110 Message View/Text options section)
2112 2006-10-12 [colin] 2.5.5cvs3
2116 * src/plugins/pgpcore/pgp_viewer.c
2117 * src/plugins/pgpcore/sgpgme.c
2118 Don't try to import without asking
2120 2006-10-12 [colin] 2.5.5cvs2
2123 Fix bug 1036, 'Forwarding a mutlipart
2124 mail with a "text/html" block to ms
2125 outlook users leeds to freeze of
2126 outlook'. Poor outlook users...
2128 2006-10-12 [paul] 2.5.5cvs1
2133 Update version number following
2136 2006-10-11 [paul] 2.5.4cvs1
2141 Update version number following
2144 2006-10-11 [paul] 2.5.3cvs32
2147 fix bug 1032, 'Segmentation fault when showing
2148 message' (bug in quote folding)
2151 2006-10-10 [colin] 2.5.3cvs31
2154 Rephrase english a bit
2156 2006-10-10 [colin] 2.5.3cvs30
2158 * src/prefs_compose_writing.c
2159 Stop making the page larger than the window
2161 2006-10-10 [wwp] 2.5.3cvs29
2164 * src/prefs_template.c
2167 * src/quote_fmt_lex.l
2168 * src/quote_fmt_parse.y
2169 Extend the quote parser a bit: allow to get access to
2170 basic (composing) account info.
2172 2006-10-10 [colin] 2.5.3cvs28
2175 Fix this \t problem in subject
2177 2006-10-09 [colin] 2.5.3cvs27
2181 Prepare cache a bit later
2182 If section already exists, skip the new one
2183 (as previously); avoid writing the same block
2184 twice - if we find a second block with the
2186 * src/plugins/pgpcore/pgp_viewer.c
2187 Set cursor to busy when retrieving a key
2188 * src/plugins/pgpcore/sgpgme.c
2189 allow 5 seconds for gpg to export the key
2192 2006-10-09 [colin] 2.5.3cvs26
2197 Check for existence of fgets_unlocked
2200 2006-10-09 [paul] 2.5.3cvs25
2202 * src/prefs_summaries.c
2203 replace strftime() with fast_strftime() and in
2204 the consequence fix the bug in the display of
2205 AM/PM in the 'Example' string
2207 2006-10-09 [ticho] 2.5.3cvs24
2210 Updated (and fixed up somewhat) Slovak translation.
2212 2006-10-08 [colin] 2.5.3cvs23
2214 * src/prefs_folder_item.c
2215 Explain why prefs in the top-level folder
2216 aren't retained, but are still useful
2218 2006-10-08 [colin] 2.5.3cvs22
2221 Don't cache anything if caching fails
2223 2006-10-08 [colin] 2.5.3cvs21
2225 * src/common/utils.c
2226 always include gi18n.h
2228 2006-10-07 [colin] 2.5.3cvs20
2230 * src/plugins/pgpcore/pgp_viewer.c
2231 Kill gpg after 5 seconds wait
2233 2006-10-07 [colin] 2.5.3cvs19
2235 * src/plugins/pgpcore/pgp_viewer.c
2236 * src/plugins/pgpcore/pgp_viewer.h
2239 2006-10-07 [colin] 2.5.3cvs18
2241 * src/plugins/pgpcore/pgp_viewer.c
2242 * src/plugins/pgpcore/pgp_viewer.h
2243 Actually add the files to CVS
2245 2006-10-07 [colin] 2.5.3cvs17
2247 * src/plugins/pgpcore/sgpgme.c
2248 Be sure not to crash on 'application/pgp-signature' that
2249 are not application/pgp-signatures
2251 2006-10-07 [colin] 2.5.3cvs16
2255 Make a bit more of the API available
2256 * src/plugins/pgpcore/Makefile.am
2257 * src/plugins/pgpcore/plugin.c
2258 * src/plugins/pgpcore/sgpgme.c
2259 Add basic key import/export
2261 2006-10-07 [colin] 2.5.3cvs15
2265 * src/prefs_account.c
2267 Warn users *everywhere* if libetpan's not
2270 2006-10-06 [mones] 2.5.3cvs14
2274 updated by Stephan Sachse and me
2276 2006-10-06 [colin] 2.5.3cvs13
2279 * src/common/sylpheed.c
2280 Don't load common plugins if --exit is passed
2283 Implement a cache to avoid reading the same
2284 files over and over again at startup
2286 2006-10-06 [colin] 2.5.3cvs12
2289 * src/gtk/quicksearch.c
2290 Update display every 5k mails on fast searches
2292 2006-10-06 [colin] 2.5.3cvs11
2295 Don't do quote folding on HTML or ERTF.
2296 May fix the Cygwin issues if they were
2297 happening with HTML mails?
2299 2006-10-05 [colin] 2.5.3cvs10
2304 2006-10-05 [colin] 2.5.3cvs9
2307 Use unlocked_stdio here too
2309 2006-10-05 [colin] 2.5.3cvs8
2312 Fix go to next * after preferences apply
2314 Do the fd lock/unlock ourselves instead of
2315 letting the libc do it at each write
2317 2006-10-05 [colin] 2.5.3cvs7
2319 * src/common/utils.c
2320 Faster division, thanks to Jean Diraison
2322 2006-10-05 [paul] 2.5.3cvs6
2324 * src/common/utils.c
2325 fix building with --disable-nls
2327 2006-10-04 [colin] 2.5.3cvs5
2330 Maybe fix a segfault
2332 2006-10-04 [wwp] 2.5.3cvs4
2334 * src/prefs_folder_item.c
2335 Fine-tune layouts in folder item prefs. Suggested by
2336 Fabien Vantard <fzzzzz@gmail.com>.
2338 2006-10-04 [wwp] 2.5.3cvs3
2340 * src/prefs_folder_item.c
2341 Kill the clandestine passengers. You didn't see anything.
2343 2006-10-04 [wwp] 2.5.3cvs2
2345 * src/prefs_folder_item.c
2346 Add a way to test the subject simplify regexp in
2347 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2348 w/ few layout changes.
2350 2006-20-04 [paul] 2.5.3cvs1
2355 Update version number following
2358 2006-10-04 [colin] 2.5.2cvs42
2363 Provide a way for folder classes to set their sort
2366 2006-10-03 [colin] 2.5.2cvs41
2369 Don't use strlen() to know if the
2372 2006-10-03 [colin] 2.5.2cvs40
2375 Fix "check for new folders" with accentued folders
2377 2006-10-03 [ticho] 2.5.2cvs39
2383 Colin's fix for "copy" filtering rules.
2385 2006-10-02 [colin] 2.5.2cvs38
2388 Fix for double-click too
2390 2006-10-02 [colin] 2.5.2cvs37
2393 correct fix for cvs36
2395 2006-10-02 [colin] 2.5.2cvs36
2398 Fix 'goto next unread' after collapsing/expanding
2401 2006-10-02 [colin] 2.5.2cvs35
2404 Fix double freeze/thaw
2405 * src/common/utils.c
2406 * src/common/utils.h
2407 Reimplement strftime
2412 2006-10-02 [colin] 2.5.2cvs34
2415 Time mh_write_sequences() - it's fast
2417 Init a variable to shut up gcc
2419 2006-10-01 [colin] 2.5.2cvs33
2425 Add helper mh_set_mtime(), and set mtime to stat()'s result
2426 Add fsync but disable it, it's slow as hell
2428 2006-10-01 [colin] 2.5.2cvs32
2432 fflush() caches and mh_sequences before
2435 2006-10-01 [colin] 2.5.2cvs31
2438 Don't ftruncate when not using mmap
2440 2006-09-30 [colin] 2.5.2cvs30
2443 Write folder list *after* saving caches
2445 2006-09-30 [colin] 2.5.2cvs29
2449 Debug forced mtime changes
2451 2006-09-30 [colin] 2.5.2cvs28
2455 Remove useless debug_print()s (code
2458 2006-09-30 [colin] 2.5.2cvs27
2461 Do stuff faster when writing mh_sequences
2463 2006-09-30 [colin] 2.5.2cvs26
2466 Don't let the writing of .mh_sequences, which
2467 can change the folder's mtime, let us think
2470 2006-09-30 [colin] 2.5.2cvs25
2473 Move a debug_print where it belongs
2476 Don't mess with a huge slow subject
2477 table if we're not threading by
2480 2006-09-30 [colin] 2.5.2cvs24
2483 Reenable mmaped reads (*not* writes!)
2485 Don't destroy and recreate hashtables just
2487 * src/common/utils.c
2488 Remove useless reply prefixes (it's case
2491 2006-09-30 [wwp] 2.5.2cvs23
2494 Fixed a minor bug in date value extraction, added a switch
2495 to replace non RFC-compliant Date: value, added a switch
2496 to use strict RFC matching patterns for dates.
2498 2006-09-29 [colin] 2.5.2cvs22
2500 * src/matcher_parser.h
2501 * src/matcher_parser_parse.y
2502 * src/prefs_filtering.c
2504 * src/summary_search.c
2506 * src/gtk/quicksearch.c
2507 * src/gtk/quicksearch.h
2508 Optimise searches by setting different
2509 refresh intervals (depending if the
2510 search is fast or not)
2512 2006-09-29 [colin] 2.5.2cvs21
2515 Optimise by reusing the last iconv converter
2518 Optimise a bit (the foldable quotes feature
2519 still has an awful O(n^2) algo
2521 2006-09-29 [colin] 2.5.2cvs20
2523 * src/gtk/gtksctree.c
2524 * src/gtk/gtksctree.h
2525 Optimise de-selection via up/down or
2528 2006-09-28 [colin] 2.5.2cvs19
2535 * src/summary_search.c
2537 Avoid using summaryview->ctree directly
2539 2006-09-28 [colin] 2.5.2cvs18
2543 Add helpers to freeze/thaw/grab_focus
2544 Factorize calls to freeze/thaw/grab_focus
2547 2006-09-28 [colin] 2.5.2cvs17
2550 More guards for the session management
2552 2006-09-28 [colin] 2.5.2cvs16
2555 * src/gtk/gtksctree.c
2556 * src/gtk/gtksctree.h
2557 Make expanding not recursive in folderview
2559 2006-09-28 [colin] 2.5.2cvs15
2562 If nothing is selected in the list (right part)
2563 and a group is selected in the tree (left part),
2566 2006-09-28 [colin] 2.5.2cvs14
2569 Actually use SM_LIBS
2571 2006-09-28 [ticho] 2.5.2cvs13
2578 * src/prefs_themes.c
2580 Small i18n string optimization.
2581 * src/send_message.c
2583 * src/common/session.c
2585 * src/common/ssl_certificate.c
2586 * src/common/utils.c
2587 Use "Couldn't" instead of "Can't" in UI messages,
2590 2006-09-28 [colin] 2.5.2cvs12
2593 Possibly fix link errors
2595 2006-09-27 [wwp] 2.5.2cvs11
2598 * doc/man/sylpheed-claws.1
2603 Updated authors info (me, myself and I).
2605 2006-09-27 [colin] 2.5.2cvs10
2608 Remove useless printf
2610 2006-09-27 [wwp] 2.5.2cvs9
2613 * src/send_message.c
2615 * src/prefs_common.c
2616 * src/prefs_common.h
2617 * src/gtk/progressdialog.c
2618 remember more windows' sizes (send dialog, received dialog,
2619 edit group in addressbook).
2621 2006-09-27 [colin] 2.5.2cvs8
2626 Use libSM to communicate with the session
2627 manager, so that we can know when the
2628 session ends, save our caches, and draft
2629 our compose windows.
2631 2006-09-27 [colin] 2.5.2cvs7
2635 o Allow Book and Group creation from the tree's
2637 o Do not actually delete the contacts when
2638 deleting groups from the tree (duh!)
2640 2006-09-27 [colin] 2.5.2cvs6
2647 o Allow passing an email address to
2648 compose_new_with_folderitem
2650 o Use current folderitem when clicking
2651 on a TextView mailto: link
2652 o Fix a possible leak in TextView
2654 2006-09-27 [colin] 2.5.2cvs5
2657 Use UTF-8 chars to replace HTML entities
2659 2006-09-27 [colin] 2.5.2cvs4
2662 * src/prefs_account.c
2664 Fix bug #1024 (Array index out of
2665 range in sylpheed-claws-2.5.2)
2666 Patch by Ales Nosek <anosek@suse.cz>
2668 2006-09-27 [colin] 2.5.2cvs3
2671 Actually do the test
2673 2006-09-27 [colin] 2.5.2cvs2
2677 Allow completing with comma (in certain cases: vCalendar
2678 for example doesn't support that)
2679 Patch by Fabien Vantard
2681 2006-09-26 [colin] 2.5.2cvs1
2692 * src/prefs_common.c
2693 * src/prefs_filtering_action.c
2694 * src/prefs_folder_item.c
2695 * src/prefs_template.c
2696 * src/stock_pixmap.c
2697 * src/stock_pixmap.h
2698 * src/pixmaps/addr_one.xpm
2699 * src/pixmaps/addr_two.xpm
2700 Add auto-completion on groups
2702 2006-09-26 [colin] 2.5.2
2709 2006-09-26 [colin] 2.5.1cvs5
2714 2006-09-26 [colin] 2.5.1cvs4
2717 Revert cvs1 (useless as the message is printed
2720 2006-09-26 [colin] 2.5.1cvs3
2722 * src/partial_download.c
2723 Fix crasher found by Alexsandar Urosevic
2725 2006-09-26 [colin] 2.5.1cvs2
2728 Fix bug #1023 (Sylpheed deletes too much messages)
2730 2006-09-26 [ticho] 2.5.1cvs1
2733 Make use of gettext's multiple plurals for statusbar
2736 2006-09-25 [paul] 2.5.1
2743 2006-09-25 [colin] 2.5.0cvs3
2745 * src/plugins/bogofilter/bogofilter.c
2746 * src/plugins/clamav/clamav_plugin.c
2747 * src/plugins/spamassassin/spamassassin.c
2748 BogoFilter, Spamassassin: Fix double hook registering after
2749 visiting preferences
2750 Spamassassin, Clamav: Just set the mails to move instead of
2751 doing the move - caller will move the things at once.
2753 2006-09-25 [colin] 2.5.0cvs2
2756 * src/etpan/imap-thread.c
2757 Use UID SEARCH ALL instead of UID 1:*
2758 (braindead servers can't figure out that's
2761 2006-09-25 [wwp] 2.5.0cvs1
2763 * src/message_search.c
2764 Added the ability to stop a running search (in message body).
2766 2006-09-25 [paul] 2.5.0
2773 2006-09-25 [paul] 2.4.0cvs214
2784 updated by Tim, Stephan Sachse, Flammie Pirinen,
2785 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2786 Ticho, Aleksander Urosevic, Ralgh Young
2788 2006-09-24 [mones] 2.4.0cvs213
2793 2006-09-23 [colin] 2.4.0cvs212
2795 * src/gtk/inputdialog.c
2796 Fix [ ] remember this appearing in normal
2797 input dialogs after it's been used by
2805 * src/common/timing.h
2806 Enable timings in debug mode and make it
2809 2006-09-22 [colin] 2.4.0cvs211
2814 ping the correct URI
2816 2006-09-22 [colin] 2.4.0cvs210
2819 Let's see if bug #1022 is fixed
2821 2006-09-21 [colin] 2.4.0cvs209
2824 * src/common/plugin.c
2825 Prepare infra to load predefined plugins when
2826 no configuration existed. Don't actually load
2827 anything yet (feat. freeze)
2829 2006-09-21 [wwp] 2.4.0cvs208
2832 Partial sync w/ 2.4.0cvs72:
2833 wrap file and minor updates.
2835 2006-09-21 [wwp] 2.4.0cvs207
2838 several fixes and enhancements. A new --force switch has been
2839 added to prevent overriding by default Date: header when
2842 2006-09-21 [paul] 2.4.0cvs206
2844 * src/common/utils.c
2845 add Chinese UTF8 Re prefix
2847 2006-09-21 [wwp] 2.4.0cvs205
2850 Fics alfabettical order.
2852 2006-09-21 [wwp] 2.4.0cvs204
2856 Added an action tool to fix missing Date field in emails.
2857 Updated Makefile.am to reflect those last two additions.
2859 2006-09-21 [wwp] 2.4.0cvs203
2862 Added a action tool to open uuencoded docs w/
2863 OpenOffice (based on uudec method).
2865 2006-09-21 [colin] 2.4.0cvs202
2869 Workaround possible GTK crash: remove selection
2870 clipboard before destroying widget, or GTK+-2.10
2871 dies. Thanks to Hiro.
2873 2006-09-20 [colin] 2.4.0cvs201
2876 Fix free-after-use in some cases (when
2877 procmime_encode_content() frees mimeinfo->data.mem
2878 and turns it to a temp file)
2880 2006-09-20 [colin] 2.4.0cvs200
2884 * src/gtk/gtksctree.c
2885 * src/gtk/gtksctree.h
2886 Add tooltips in the folderview and summaryview
2887 (Doesn't break string freeze as they already
2890 Put the spam button in the default configuration
2891 if compiled with bogo plugin too
2893 2006-09-19 [colin] 2.4.0cvs199
2897 Update folder name label on folder rename
2898 * src/prefs_matcher.c
2899 * src/gtk/logwindow.h
2903 2006-09-19 [wwp] 2.4.0cvs198
2905 * src/summary_search.c
2906 fix can't click forward/backward buttons in the
2909 2006-09-18 [paul] 2.4.0cvs197
2912 add missing bracket, capitalise the A of
2915 2006-09-18 [paul] 2.4.0cvs196
2918 fix bug 1012 'crashed upon sending mail
2919 from compose window'
2922 2006-09-16 [colin] 2.4.0cvs195
2925 Fix "real-time" sorting by freezing/thawing
2927 2006-09-16 [colin] 2.4.0cvs194
2930 Fix the anti-spam entry a bit
2932 2006-09-16 [colin] 2.4.0cvs193
2935 Make sure reviewers have no excuse when stating
2936 Sylpheed-Claws doesn't have antispam capabilities.
2938 2006-09-16 [colin] 2.4.0cvs192
2941 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2942 as if the SIGPIPE comes from etpan's thread we could
2943 trigger a GUI update from this thread.
2945 2006-09-16 [colin] 2.4.0cvs191
2948 Init all members of the struct
2950 2006-09-16 [paul] 2.4.0cvs190
2953 improvements to the English
2955 2006-09-15 [colin] 2.4.0cvs189
2960 2006-09-14 [colin] 2.4.0cvs188
2962 * src/common/socket.c
2963 * src/common/socket.h
2965 * src/common/ssl_certificate.c
2966 * src/common/ssl_certificate.h
2967 * src/etpan/imap-thread.c
2968 the get_fqdn() call done to get canonical name when
2969 checking an SSL certificate is blocking, which is
2970 sad as we just did a non-blocking lookup to connect.
2971 Fix that by letting the fqdn available to the SockInfo,
2972 and use that in ssl_certificate_check(). For IMAP,
2973 we don't do it as the lookup's done by libetpan, but
2974 it's less annoying as IMAP connections as much more
2975 rare than POP3 connections.
2977 2006-09-14 [paul] 2.4.0cvs187
2979 * manual/advanced.xml
2980 improvements to the English,
2981 properly place the new hidden options
2982 within the alphabetical order
2983 * src/gtk/pluginwindow.c
2984 improvements to the English
2986 2006-09-14 [colin] 2.4.0cvs186
2988 * src/prefs_common.c
2989 * src/prefs_common.h
2990 * src/gtk/gtksctree.c
2991 * manual/advanced.xml
2992 New hidden pref, stripes_color_offset, to change
2993 the value added/substracted to normal bgcolor to
2994 create the stripes in summaries
2996 2006-09-13 [colin] 2.4.0cvs185
3003 Fix misc. printing issues:
3004 - Bad font for linkified headers
3005 - Different font if the mail was displayed or not
3006 - Factorize the thing
3008 2006-09-13 [colin] 2.4.0cvs184
3010 * src/common/ssl_certificate.c
3011 Only get FQDN once when checking certificate
3013 2006-09-13 [colin] 2.4.0cvs183
3016 * src/gtk/pluginwindow.c
3017 Misc. GUI fixes by Fabien
3019 2006-09-13 [wwp] 2.4.0cvs182
3022 * src/common/utils.h
3023 * src/common/utils.c
3024 get rid of unused wide-char functions.
3026 2006-09-13 [wwp] 2.4.0cvs181
3028 * src/plugins/pgpinline/sylpheed.def
3030 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
3031 add privacy_reset_error to the .def file,
3032 do not fork for an external textviewer.
3034 2006-09-13 [wwp] 2.4.0cvs180
3036 * src/prefs_common.c
3037 fix broken font entry in prefs (patch issued by the gpg4win team,
3038 probably by Marcus Brinkmann <marcus@g10code.de>).
3040 2006-09-13 [colin] 2.4.0cvs179
3043 Fix a warning in summaryview.c
3047 Add missing Mark/* elements in the
3050 2006-09-12 [colin] 2.4.0cvs178
3052 * src/prefs_actions.c
3053 * src/prefs_filtering_action.c
3054 * src/prefs_matcher.c
3055 Use (New) instead of New everywhere
3057 2006-09-12 [wwp] 2.4.0cvs177
3059 * manual/fr/addrbook.xml
3060 * manual/fr/handling.xml
3061 updated some quotes in the fr manual to match the fr translation.
3063 2006-09-12 [wwp] 2.4.0cvs176
3065 * src/prefs_matcher.c
3066 don't store translated string elements in matcher expressions.
3067 Also fixed a misused of Q_().
3069 2006-09-11 [wwp] 2.4.0cvs175
3071 * src/plugins//bogofilter/bogofilter.c
3072 * src/plugins//clamav/clamav_plugin.c
3073 * src/plugins//demo/demo.c
3074 * src/plugins//dillo_viewer/dillo_viewer.c
3075 * src/plugins//pgpcore/plugin.c
3076 * src/plugins//pgpinline/plugin.c
3077 * src/plugins//pgpmime/plugin.c
3078 * src/plugins//spamassassin/spamassassin.c
3079 gettext-ize more strings (mostly plugin error messages).
3081 2006-09-11 [colin] 2.4.0cvs174
3084 Make maximum buffer size bigger to avoid
3085 truncating translated messages. Patch by
3088 2006-09-11 [colin] 2.4.0cvs173
3090 * src/etpan/imap-thread.c
3091 Fix compilation on OpenBSD, thanks to
3094 2006-09-10 [wwp] 2.4.0cvs172
3096 * manual/account.xml
3097 * manual/addrbook.xml
3098 * manual/handling.xml
3099 * manual/es/handling.xml
3100 * manual/fr/account.xml
3101 * manual/fr/addrbook.xml
3102 * manual/fr/handling.xml
3103 documented addressbook matching (condition configuration):
3105 documented per-account filtering rules (handling/filtering
3106 section, account section):
3107 account.xml, handling.xml, en fr
3108 slightly updated the handling/searching section to tell few
3109 words about the extended search ability:
3111 added missing <quote></quotes> to Quick Search:
3112 handling.xml, en fr es
3113 fixed a typo (auomatically):
3115 changes revisited by Paul.
3117 2006-09-10 [paul] 2.4.0cvs171
3119 * src/prefs_actions.c
3120 * src/prefs_filtering.c
3121 * src/prefs_template.c
3122 adjustments to the gui
3123 Patch by Fabien Vantard (slightly modified)
3125 2006-09-10 [colin] 2.4.0cvs170
3128 Check folderitem/summaryview consistency
3129 (basically automates Update summary). Fixes
3130 #1011 (wrong (negative) count on unread
3133 2006-09-10 [colin] 2.4.0cvs169
3135 * src/gtk/gtksctree.c
3136 Fix recursive expansion via mouse
3137 * src/plugins/bogofilter/bogofilter.c
3138 Use normal filtering way of moving
3139 messages (batching), possibly fixing
3140 bug #1015 (Bogofilter plugin doubles
3143 2006-09-09 [wwp] 2.4.0cvs168
3145 * src/prefs_filtering.c
3146 better place for this fix.
3148 2006-09-09 [wwp] 2.4.0cvs167
3150 * src/prefs_filtering.c
3151 fix a minor bug when the enabled status of a filtering/processing
3152 rule always got set to TRUE when replacing this rule. That still
3153 make sense when adding a new rule, but now when replacing, we
3154 don't override the value of 'enabled'.
3155 Also renamed the func prefs_filtering_list_view_get_rule_name()
3156 to prefs_filtering_list_view_get_info() as this function not only
3157 returns the name, but also the account_id and the enabled status.
3159 2006-09-09 [mones] 2.4.0cvs166
3161 * manual/glossary.xml
3162 * manual/plugins.xml
3163 Minor format corrections
3165 Fix misplaced NO WARRANTY section
3166 * manual/es/advanced.xml
3168 * manual/es/glossary.xml
3170 * manual/es/handling.xml
3171 * manual/es/plugins.xml
3172 * manual/es/starting.xml
3173 Incorporate changes from English version
3177 Fix address, (add translation credits in es version)
3181 2006-09-09 [wwp] 2.4.0cvs165
3183 * src/prefs_filtering.c
3184 fix a crash when opening filtering prefs, if matcherrc file contains
3185 broken data (non-existing account id, which is theoretically not
3188 2006-09-08 [colin] 2.4.0cvs164
3191 Wrong assert, make it an if()
3192 * src/gtk/gtksctree.c
3193 Fix bug #1013 (expand selected thread
3194 tree) - expanding is now recursive
3196 2006-09-07 [wwp] 2.4.0cvs163
3198 * src/prefs_matcher.c
3199 make better sentences about addressbook matching in the
3200 matcher prefs. This should make translators' work easier
3203 2006-09-07 [wwp] 2.4.0cvs162
3205 * src/prefs_filtering.c
3206 code simplification (get rid of dup var. assignment).
3208 2006-09-07 [wwp] 2.4.0cvs161
3211 use GTK_STOCK icons when possible, patch by Fabien Vantard
3214 2006-09-07 [paul] 2.4.0cvs160
3217 fix compilation warnings
3220 2006-09-07 [paul] 2.4.0cvs159
3223 select the mimepart icon when
3227 2006-09-06 [paul] 2.4.0cvs158
3229 * src/prefs_filtering.c
3230 fix labels and table element spacing
3231 Patch by Fabien Vantard
3237 2006-09-06 [paul] 2.4.0cvs157
3239 * manual/es/advanced.xml
3242 2006-09-06 [wwp] 2.4.0cvs156
3245 fix an dup launch issue when iconified, thanks to Colin.
3247 2006-09-06 [wwp] 2.4.0cvs155
3249 * src/gtk//gtksctree.h
3250 oops, forgot that one!
3252 2006-09-06 [wwp] 2.4.0cvs154
3254 * manual/pl/advanced.xml
3255 * manual/advanced.xml
3256 * manual/es/advanced.xml
3257 * manual/fr/advanced.xml
3258 * src/prefs_customheader.c
3259 * src/prefs_filtering_action.c
3261 * src/prefs_summaries.c
3262 * src/prefs_filtering.c
3265 * src/prefs_summary_column.c
3267 * src/prefs_actions.c
3268 * src/prefs_folder_column.c
3270 * src/prefs_template.c
3271 * src/prefs_display_header.c
3272 * src/prefs_common.h
3273 * src/prefs_matcher.c
3274 * src/prefs_common.c
3275 * src/prefs_toolbar.c
3278 * src/gtk/gtksctree.c
3279 * src/gtk/pluginwindow.c
3280 * src/gtk/progressdialog.c
3281 * src/gtk/prefswindow.c
3282 renamed hidden option enable_rules_hint to use_stripes_everywhere
3283 to make its meaning more obvious (all versions of the manual reflect
3285 added an extra hidden option use_stripes_in_summary to allow
3286 discarding these stripes in mainwindow's folder and message lists;
3287 en and fr manuals only are OK towards this.
3289 2006-09-06 [colin] 2.4.0cvs153
3292 Hide Sylpheed-Claws' internal queue headers
3293 when showing all headers. They'll be present
3294 only in Source window.
3296 2006-09-05 [colin] 2.4.0cvs152
3298 * src/plugins/trayicon/trayicon.c
3299 Fix crash at exit - we have to disconnect
3301 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3302 Update eggtrayicon - patch adapted from a
3303 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3306 2006-09-05 [colin] 2.4.0cvs151
3309 * src/gtk/logwindow.c
3310 Fix race condition when something writes
3311 to the log too soon during init. Thanks
3314 2006-09-05 [colin] 2.4.0cvs150
3317 Don't select part on right-click either
3319 2006-09-05 [paul] 2.4.0cvs149
3322 completion of previous commit
3325 2006-09-05 [colin] 2.4.0cvs148
3328 Don't force selection on middle-click, just open
3330 2006-09-04 [colin] 2.4.0cvs147
3333 Looks like gtk_notebook_set_current_page()
3334 sometimes steals focus, and this annoys us
3335 in MimeViewers as it renders navigation
3336 keys useless. Take back focus after switching
3339 2006-09-04 [colin] 2.4.0cvs146
3342 Set stop_loading when clicking on Next
3343 during load. Don't add a callback to
3344 avoid over-complicating things.
3346 2006-09-04 [colin] 2.4.0cvs145
3350 Fix multiple loads in separate messageview
3352 2006-09-04 [colin] 2.4.0cvs144
3355 Let navigation keys be handled during
3358 2006-09-04 [colin] 2.4.0cvs143
3364 Make loading of huge mails (lots of text and/or
3365 images) cancellable, so the GUI doesn't block
3367 2006-09-04 [colin] 2.4.0cvs142
3369 * src/plugins/trayicon/trayicon.c
3370 Fix annoyance when removing a folder with
3371 unread mails: trayicon didn't update
3373 2006-09-04 [paul] 2.4.0cvs141
3375 * src/gtk/icon_legend.c
3376 straighten up columns
3377 Patch by Fabien Vantard
3379 2006-09-04 [wwp] 2.4.0cvs140
3381 * src/prefs_filtering.c
3382 fix new line's account name in filtering prefs:
3383 was "All", is now "(New)".
3385 2006-09-04 [paul] 2.4.0cvs139
3387 * tools/make.themes.project
3388 use "AUTOMAKE_OPTIONS = dist-bzip2"
3389 instead of homebrewed "make release"
3391 2006-09-03 [colin] 2.4.0cvs138
3394 Fix bug #1007 (Wrong folder highlighted)
3396 2006-09-03 [colin] 2.4.0cvs137
3399 Don't set Newsgroup: header to a mail folder
3402 2006-09-03 [paul] 2.4.0cvs136
3405 * src/prefs_spelling.c
3408 2006-09-03 [paul] 2.4.0cvs135
3410 * src/prefs_summaries.c
3411 correct menu item text in prefs_keybind_apply_clicked()
3413 2006-09-03 [paul] 2.4.0cvs134
3415 * manual/advanced.xml
3416 some improvements to the descriptions
3421 fix menu sensitivity issues
3422 * src/prefs_message.c
3423 drop the useless word 'short'
3425 add the word 'lines' indicating log length
3426 is a measure of lines
3428 fix compilation warnings
3430 2006-09-02 [colin] 2.4.0cvs133
3433 Display a special return-receipt message
3434 if the message is from the user
3436 Fix missing freeze of the list when marking
3437 all read and unthreading for exec. Thanks
3440 2006-09-02 [paul] 2.4.0cvs132
3443 * src/prefs_message.c
3447 2006-09-02 [wwp] 2.4.0cvs131
3449 * src/prefs_filtering.c
3450 added an account name column to the filtering rules
3453 2006-09-02 [colin] 2.4.0cvs130
3455 * src/gtk/logwindow.c
3456 * src/gtk/logwindow.h
3457 Block scrolling if we're not at the end
3460 2006-09-02 [colin] 2.4.0cvs129
3463 Make sure account-specific rules can't
3464 be used in {pre-,post-,}processing
3466 * src/gtk/logwindow.c
3467 * src/gtk/logwindow.h
3468 Jump to last error when clicking on the
3471 2006-09-02 [colin] 2.4.0cvs128
3481 Let proc_mbox know its account, for
3482 account-specific rules
3484 2006-09-01 [colin] 2.4.0cvs127
3487 Don't uselessly use iconv to convert from
3493 Fix certain log cases, disable warning icon
3494 for now, the correct way to display it when
3495 necessary and only when necessary is probably
3496 to do it manually rather than use error logs
3497 * src/etpan/imap-thread.c
3498 Clean up UID logging a bit
3499 * src/gtk/logwindow.c
3500 * src/gtk/logwindow.h
3501 Make logging faster when the window's closed
3503 2006-09-01 [wwp] 2.4.0cvs126
3505 * manual/fr/account.xml
3506 reflect changes to the ref. manual (parts of cvs72):
3507 fix tabnames and quotes.
3509 2006-09-01 [wwp] 2.4.0cvs125
3511 * manual/fr/plugins.xml
3512 reflect changes to the reference manual (cvs42):
3513 update IRC channel info.
3515 2006-09-01 [wwp] 2.4.0cvs124
3518 use CVSEDITOR env. var. if set, according to `man cvs`.
3520 2006-09-01 [wwp] 2.4.0cvs123
3522 * manual/advanced.xml
3523 better sentence again (thanks to Paul).
3525 2006-09-01 [wwp] 2.4.0cvs122
3527 * manual/advanced.xml
3528 fix definition of toolbar_detachable and rework a bit the one of
3529 enable_dotted_lines.
3531 2006-09-01 [mones] 2.4.0cvs121
3533 * manual/advanced.xml
3534 Document enable_dotted_lines
3536 2006-09-01 [paul] 2.4.0cvs120
3543 obey the 'When entering folder...' option
3544 when using the /View/Go to/... menu items
3547 2006-08-31 [colin] 2.4.0cvs119
3550 Revert 2.4.0cvs116, wrong fix.
3552 2006-08-31 [colin] 2.4.0cvs118
3554 * src/gtk/gtksctree.c
3555 Better state the various copyrights
3557 2006-08-31 [colin] 2.4.0cvs117
3559 * src/prefs_common.c
3560 fix enable_dotted_lines
3562 2006-08-31 [colin] 2.4.0cvs116
3565 Use pref "Always open on select" when going
3566 to next unread folder
3567 * src/gtk/gtksctree.c
3568 Fix link failure to _gtk_clist_create_cell_layout
3569 on certain computers. (Why not mine, I wonder)
3571 2006-08-31 [colin] 2.4.0cvs115
3575 * src/plugins/bogofilter/bogofilter.c
3576 * src/plugins/spamassassin/spamassassin.c
3577 Requalify some "errors" to warnings
3581 Add an icon in the statusbar to notify
3583 * src/gtk/gtksctree.c
3586 Make the GtkSCTree look more modern by
3587 alternating background lines
3588 * src/prefs_common.c
3589 * src/prefs_common.h
3590 Add a pref to let people have the old
3594 2006-08-30 [colin] 2.4.0cvs114
3598 Provide a way to filter a list of
3599 messages in an optimised manner, and
3600 add a list-filtering hook
3604 Use the list filtering
3605 * src/plugins/bogofilter/bogofilter.c
3606 Use the list-filtering hook
3607 Use -b (bulk) mode for more speed
3608 when learning and filtering
3609 * src/etpan/imap-thread.c
3610 Make log output shorter in UID SEARCH
3613 2006-08-30 [colin] 2.4.0cvs113
3615 * src/plugins/bogofilter/bogofilter.c
3616 Really fast mass learning - thanks to David
3617 Relson for the options explanations :)
3619 2006-08-30 [colin] 2.4.0cvs112
3622 Fix compilation on FreeBSD. Thanks
3625 2006-08-29 [colin] 2.4.0cvs111
3628 Handle "popup_menu" signal (for popping the
3629 menu via the keyboard)
3634 * src/gtk/gtkutils.c
3635 * src/gtk/gtkutils.h
3636 Factorize scrolling code, and add an API
3637 for MimeViewers to handle scroll orders
3639 2006-08-29 [wwp] 2.4.0cvs110
3641 * src/plugins//bogofilter/bogofilter.c
3642 * src/plugins//spamassassin/spamassassin.c
3643 make the bogofilter/spamassassin filtering error dialogs at
3644 incorporation obey to the "don't popup error dialog on
3645 receive error" option. If disabled, feed the log window w/
3652 2006-08-29 [paul] 2.4.0cvs109
3655 remove 'make release', it's not needed
3656 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3658 2006-08-29 [paul] 2.4.0cvs108
3661 * src/summary_search.c
3662 * src/gtk/progressdialog.c
3663 * src/plugins/pgpcore/passphrase.c
3664 replace deprecated gtk_window_set_policy()
3666 2006-08-29 [colin] 2.4.0cvs107
3669 Fix data loss when copy fails during a move:
3670 only use fast remove_msgs if everything was
3671 copied OK; else use slow remove_msg on the
3672 mails that got copied only.
3674 2006-08-28 [paul] 2.4.0cvs106
3677 revert change in 2.4.0cvs104, it breaks
3680 2006-08-28 [paul] 2.4.0cvs105
3682 * src/plugins/spamassassin/spamassassin.c
3685 2006-08-28 [paul] 2.4.0cvs104
3688 fix data loss when moving to another
3690 * src/prefs_spelling.c
3692 * src/gtk/pluginwindow.c
3693 improve the layout of the dialog text
3696 2006-08-28 [paul] 2.4.0cvs103
3698 * src/plugins/bogofilter/bogofilter.c
3699 * src/plugins/bogofilter/bogofilter_gtk.c
3700 fix english up a bit, innit
3702 2006-08-28 [paul] 2.4.0cvs102
3707 require autoconf 2.60, enabling building
3708 with gettext 0.15 (gettext 0.14.x build still
3709 possible). Replace Makefiles with versions
3711 Remove configure options --with-localedir and
3712 --with-mandir. The options that are provided
3713 directly by autoconf 2.60 can be used instead:
3714 --mandir --localedir
3716 2006-08-27 [colin] 2.4.0cvs101
3718 * src/plugins/bogofilter/Makefile.am
3719 Fix make dist (no README)
3721 2006-08-27 [colin] 2.4.0cvs100
3724 Don't use F_UNKNOWN folders for any default
3726 * src/plugins/bogofilter/bogofilter.c
3727 * src/plugins/bogofilter/bogofilter.h
3728 * src/plugins/bogofilter/bogofilter_gtk.c
3729 Add an option to specify the path to bogofilter
3730 Use single-quotes to be able to learn in folders
3731 with spaces in their names
3732 Verify learning status
3734 2006-08-27 [colin] 2.4.0cvs99
3737 * manual/plugins.xml
3738 Document Bogofilter plugin
3740 2006-08-27 [colin] 2.4.0cvs98
3746 When possible, copy the queued mail to sent folder
3747 instead of re-adding. Much faster on IMAP.
3749 2006-08-27 [colin] 2.4.0cvs97
3752 Disable mmaped caches - huge metadata loss
3753 here after a power failure.
3755 Add quicksearch timing
3756 * src/common/plugin.c
3757 * src/common/plugin.h
3758 Implement an interface to tell what plugins
3759 provide. Prevent loading of similar plugins.
3760 * src/plugins/clamav/clamav_plugin.c
3761 * src/plugins/demo/demo.c
3762 * src/plugins/dillo_viewer/dillo_viewer.c
3763 * src/plugins/pgpcore/plugin.c
3764 * src/plugins/pgpinline/pgpinline.c
3765 * src/plugins/pgpmime/pgpmime.c
3766 * src/plugins/spamassassin/spamassassin.c
3767 * src/plugins/trayicon/trayicon.c
3768 Implement plugin_provides()
3770 2006-08-27 [colin] 2.4.0cvs96
3773 * src/plugins/Makefile.am
3774 * src/plugins/bogofilter/.cvsignore
3775 * src/plugins/bogofilter/Makefile.am
3776 * src/plugins/bogofilter/bogofilter.c
3777 * src/plugins/bogofilter/bogofilter.h
3778 * src/plugins/bogofilter/bogofilter_gtk.c
3779 New Bogofilter plugin, provides filtering and
3780 learning. Spamassassin will go to extra plugins.
3782 2006-08-26 [mones] 2.4.0cvs95
3784 * manual/handling.xml
3785 Fix subfolder path in the example (thanks to Paul)
3787 2006-08-26 [mones] 2.4.0cvs94
3789 * manual/glossary.xml
3790 2.2. + add ISP to the glossary
3791 7.5. + Add UIDL to glossary
3792 7.7. + Add TCP to glossary
3793 * manual/handling.xml
3794 7.1. + Mentions GNU/Linux distribution, what about the non...
3795 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3796 7.3. + Mentions .bashrc, what about the non-bash ones?
3797 7.4. = Use appropriate quotation for commands
3798 7.6. = change "" to <quote></quote>
3799 * manual/plugins.xml
3800 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
3801 * manual/starting.xml
3802 2.1. + local mbox file: some examples of mbox file locations...
3803 Also reformatted files requiring it
3805 2006-08-26 [wwp] 2.4.0cvs93
3807 * src/summary_search.c
3808 disable find buttons while summary search is running.
3810 2006-08-25 [colin] 2.4.0cvs92
3817 Speed up MH moving, and add progressbar
3820 Write cache files using mmap() too
3822 2006-08-25 [wwp] 2.4.0cvs91
3825 switch spam<->ham button when a message has been marked as spam or ham
3826 and is still selected. Thanks to Colin.
3828 2006-08-25 [paul] &nbs