1 2006-12-26 [wwp] 2.6.1cvs70
3 * src/partial_download.c
4 * src/gtk/gtkvscrollbutton.c
5 * src/plugins/pgpinline/plugin.c
6 Fix for few compiler warnings that matter.
8 2006-12-25 [colin] 2.6.1cvs69
10 * src/partial_download.c
11 Fix marking for download or deletion
12 when the header isn't the first
14 Fix start of scrolling
16 2006-12-23 [paul] 2.6.1cvs68
19 change last commit to use the 'academic'
20 method instead. Thanks to wwp
22 2006-12-23 [paul] 2.6.1cvs67
25 don't warn about empty subject when
28 2006-12-22 [colin] 2.6.1cvs66
30 * src/summary_search.c
33 2006-12-22 [colin] 2.6.1cvs65
38 * src/summary_search.c
45 2006-12-22 [colin] 2.6.1cvs64
49 Add a combo to the learn spam button
50 * src/plugins/bogofilter/bogofilter.c
51 * src/plugins/bogofilter/bogofilter_gtk.c
52 * src/plugins/bogofilter/bogofilter.h
53 Allow to store Unsure mails in a specific
54 folder to make better teaching easier
56 2006-12-21 [wwp] 2.6.1cvs63
61 * src/prefs_spelling.c
64 Allow spell-checking using both current and alternate dictionaries
67 2006-12-21 [wwp] 2.6.1cvs62
70 Apply recheck_when_changing_dict (highlight all mispelled words)
71 when switching to alternate dictionary.
73 2006-12-21 [wwp] 2.6.1cvs61
76 * src/folder_item_prefs.h
79 * src/prefs_folder_item.c
80 * src/prefs_spelling.c
83 Add global and per-folder prefs to set the default
86 2006-12-21 [colin] 2.6.1cvs60
89 Look for folders by path in all folders
93 2006-12-20 [colin] 2.6.1cvs59
95 * src/gtk/quicksearch.c
96 Make sure in_typing is false when clearing
98 2006-12-20 [wwp] 2.6.1cvs58
101 change manual's target dir to be LFH-compliant (thanks to Colin).
103 2006-12-20 [wwp] 2.6.1cvs57
106 * src/prefs_summaries.c
107 i18n fix and factorize patch, thanks to Fabien.
109 2006-12-20 [paul] 2.6.1cvs56
112 last of the renaming (??)
114 correct --help info of --status-full
115 * src/plugins/bogofilter/bogofilter.c
116 make FALSE default of whitelist_ab
118 2006-12-19 [colin] 2.6.1cvs55
121 Same as before, without depending on
124 2006-12-19 [colin] 2.6.1cvs54
127 Fix bug 1059, 'Better jpilot charset
128 handling'. Use libpisync's charset conversion
131 2006-12-19 [colin] 2.6.1cvs53
136 2006-12-19 [wwp] 2.6.1cvs52
139 Add missing #include (thanks to Colin).
141 2006-12-19 [wwp] 2.6.1cvs51
143 * src/prefs_receive.c
144 Better spacing between widgets in prefs.
146 2006-12-18 [colin] 2.6.1cvs50
149 Fix failure to get separator on LIST "" ""
150 Try LIST "" "INBOX" too.
152 2006-12-18 [wwp] 2.6.1cvs49
154 * src/common/session.c
155 Fix a compiler warning (thanks to Fabien).
157 2006-12-18 [wwp] 2.6.1cvs48
161 Factorize some strings for translation (it's about error
162 messages when applying or checking template/quote format).
164 2006-12-18 [colin] 2.6.1cvs47
168 * src/gtk/Makefile.am
170 Add a Release notes tab from the contents of
171 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
173 2006-12-17 [colin] 2.6.1cvs46
178 Correctly convert from/to UTF8/filename encoding
179 when loading and saving files. Probably fixes
180 bug 1068, 'Claws-Mail uses 100% CPU when looking
181 for a file to attach and is blocked...'
183 2006-12-17 [colin] 2.6.1cvs45
185 * src/gtk/logwindow.c
186 Fix bug 1067, 'Claws-Mail uses 100% CPU on an
187 IMAP folder and is blocked on main thread':
188 make sure we put utf8 in the log.
190 2006-12-16 [colin] 2.6.1cvs44
194 Fix bug 1055, 'Add the 'cancel receive'
195 in the available events for the toolbar buttons'
197 2006-12-16 [colin] 2.6.1cvs43
202 * src/common/session.c
203 Log error when SSL handshakes fail.
204 Fixes bug 1082, 'incorrect / imprecise
205 error message when imap server provides
206 ssl only through STARTTLS but SSL is
209 2006-12-15 [wwp] 2.6.1cvs42
211 * src/plugins/bogofilter/bogofilter_gtk.c
212 set proper sensitivity to widgets I've recently added.
218 2006-12-15 [wwp] 2.6.1cvs41
220 * src/plugins/bogofilter/bogofilter.c
221 * src/plugins/bogofilter/bogofilter.h
222 * src/plugins/bogofilter/bogofilter_gtk.c
223 bogofilter's whitelist can now use a subset of
224 the addressbook (either a book, a subfolder of a book,
225 or the whole addressbook by using "Any"). Re-used there
226 some pref_matcher widgets and mechanisms to match a subset
229 2006-12-15 [wwp] 2.6.1cvs40
232 * src/common/plugin.c
233 * src/common/plugin.h
235 * src/plugins/bogofilter/bogofilter.c
236 * src/plugins/clamav/clamav_plugin.c
237 * src/plugins/demo/demo.c
238 * src/plugins/dillo_viewer/dillo_viewer.c
239 * src/plugins/pgpcore/plugin.c
240 * src/plugins/pgpinline/plugin.c
241 * src/plugins/pgpmime/plugin.c
242 * src/plugins/spamassassin/spamassassin.c
243 * src/plugins/trayicon/trayicon.c
244 factorize some translatable strings (plugins-related),
245 fix missing punctuation in several places,
246 remove useless translatable \n in about.c,
247 and factorize plugin init code w/ a new function
248 check_plugin_version() in common/plugin.c.
249 Patch by Fabien Vantard <fzzzzz@gmail.com>.
251 2006-12-15 [wwp] 2.6.1cvs39
253 * src/plugins/bogofilter/bogofilter.c
254 * src/plugins/bogofilter/bogofilter_gtk.c
255 flag whitelisted spams as spam, but don't filter it to the spam
256 folder. Thanks to Colin.
258 2006-12-15 [ticho] 2.6.1cvs38
260 * src/plugins/bogofilter/bogofilter.c
261 * src/plugins/bogofilter/bogofilter.h
262 * src/plugins/bogofilter/bogofilter_gtk.c
263 Add option to whitelist senders found in addressbook. Patch by colin.
265 2006-12-15 [paul] 2.6.1cvs37
268 add missing #include "log.h"
270 2006-12-15 [paul] 2.6.1cvs36
272 * src/plugins/bogofilter/bogofilter.c
273 * src/plugins/bogofilter/bogofilter.h
274 * src/plugins/bogofilter/bogofilter_gtk.c
275 Add an option to allow inserting an
276 X-Claws-Bogosity header (on MH folders
277 only). Patch by Colin
279 2006-12-14 [colin] 2.6.1cvs35
282 "Yes" should be the default choice for
283 migration configuration
285 2006-12-14 [paul] 2.6.1cvs34
287 * src/prefs_summaries.c
288 * manual/advanced.xml
289 Unhide mark_as_read_delay
291 2006-12-14 [paul] 2.6.1cvs33
300 Fix printing of selection
301 Fix printing of message parts
302 Fix printing of images
303 * src/gtk/gtksourceprintjob.c
304 Fix page count when there are images
306 2006-12-14 [wwp] 2.6.1cvs32
311 * src/gtk/quicksearch.c
312 fix quicksearch 'magnify' button status when QS is closed
313 using the Escape key, thanks to Colin.
315 2006-12-14 [wwp] 2.6.1cvs31
320 * src/gtk/quicksearch.c
321 fix quicksearch 'magnify' button status when QS is closed
322 using the Escape key, thanks to Colin.
324 2006-12-13 [colin] 2.6.1cvs30
328 Use the binary safe version of ldap_get_values,
329 to make sure we manipulate null-terminated
330 strings. Maybe fixes bug 1075, 'claws mail
331 segfault when completing ldap adresses'
332 * src/syldap.c ** REMOVED **
333 * src/syldap.h ** REMOVED **
336 2006-12-13 [mones] 2.6.1cvs29
339 Fixed piped strings, fixed click translation
341 2006-12-13 [paul] 2.6.1cvs28
344 don't translate these strings
346 2006-12-13 [paul] 2.6.1cvs27
351 2006-12-13 [colin] 2.6.1cvs26
355 Add claws_is_starting()
357 2006-12-13 [mones] 2.6.1cvs25
359 * manual/es/advanced.xml
361 Synced manual and updated translation
363 2006-12-12 [colin] 2.6.1cvs24
366 Add an option to use STARTTLS in the
367 welcome wizard. Fixes bug 1080,
368 'Using SSL option in wizard for incoming
369 server does not activate SSL with STARTTLS'
371 2006-12-12 [colin] 2.6.1cvs23
374 Don't exit when there's an incomplete
375 mailbox configured - leaves a chance
376 to fix a failing IMAP account. Exit
377 if no mailbox at all is loaded (case
379 Completes bug 1077's fix (I was wrong
380 in this bug's comment #3).
382 2006-12-12 [colin] 2.6.1cvs22
385 Add another menu data type
386 * src/prefs_account.c
387 Complete the completion of bug 1076
388 (doesn't lose the pref on apply)
390 2006-12-12 [paul] 2.6.1cvs21
392 * src/prefs_account.c
393 complete the fix of bug 1076
394 also be more verbose with the text
396 2006-12-12 [paul] 2.6.1cvs20
399 fix compilation warning
401 2006-12-11 [colin] 2.6.1cvs19
404 Document :port in server entry tooltips
406 2006-12-11 [colin] 2.6.1cvs18
411 2006-12-11 [colin] 2.6.1cvs17
414 Add failing IMAP as a reason for no
417 2006-12-11 [colin] 2.6.1cvs16
419 * src/prefs_account.c
420 Check for existence of inbox for local
423 Allow setting the port to use for servers
424 by using the usual "server.example.com:port"
425 syntax. Fixes bug 1077, 'sylpheed-claws does
426 not start when IMAP server is unavailable'
428 2006-12-11 [colin] 2.6.1cvs15
430 * src/prefs_account.c
431 Prevent use of non-existing default inbox
433 2006-12-11 [colin] 2.6.1cvs14
435 * src/prefs_account.c
436 Fix sensitivity. Fixes bug 1076, 'privacy
437 options are displayed even when pgp plugin
438 not loaded / available'
440 2006-12-09 [colin] 2.6.1cvs13
442 * manual/advanced.xml
445 * src/common/ssl_certificate.c
446 Add a new hidden preference, 'unsafe_ssl_certs',
447 which allows to store multiple certificates per
448 server/port. This is disabled by default because
449 it's less secure (presenting a new certificate
450 instead of a changed one raises less alarms).
451 This will cause Claws to ask about an unknown
452 certificate for people who have used 2.6.1cvs8
455 2006-12-09 [colin] 2.6.1cvs12
458 Fix cache updating after action
460 2006-12-07 [wwp] 2.6.1cvs11
463 fix email address comparison when replying to all
464 (avoid replying to ourselves), thanks to Colin.
466 2006-12-06 [paul] 2.6.1cvs10
477 2006-12-06 [paul] 2.6.1cvs9
488 2006-12-06 [colin] 2.6.1cvs8
491 * src/common/ssl_certificate.c
492 * src/common/ssl_certificate.h
493 Handle multiple certificates per host/port
495 2006-12-06 [colin] 2.6.1cvs7
497 * src/etpan/imap-thread.c
498 Fix certificate checking on IMAP
500 2006-12-06 [colin] 2.6.1cvs6
503 Fix bug 1072, 'Claws stops fetching newsgroups
504 from server when newsgroup got deleted': continue
505 checking other groups
507 2006-12-05 [wwp] 2.6.1cvs5
509 * src/message_search.c
510 * src/summary_search.c
515 make up and down arrow keys in modern gtk_combo_box_entry widgets
516 behave like w/ old comboboxes (summary and message search only).
518 2006-12-05 [paul] 2.6.1cvs4
524 2006-12-05 [paul] 2.6.1cvs3
527 * tools/textviewer.pl
528 script updated and description added
530 2006-12-04 [colin] 2.6.1cvs2
533 Run pre-send hook only when checking
536 2006-12-04 [paul] 2.6.1cvs1
543 bump up version number following stable release
545 2006-12-04 [paul] 2.6.0cvs83
548 updates and corrections
550 2006-12-04 [colin] 2.6.0cvs82
553 Probably fix bug 1066, 'Incorrect mailbox
556 2006-12-04 [colin] 2.6.0cvs81
559 Trim tabs from mailcap file too.
561 2006-12-02 [paul] 2.6.0cvs80
564 fix broken GUI under certain languages
566 put the Cancel button to the right
568 2006-12-01 [paul] 2.6.0cvs79
571 remove reference to removed file
573 2006-12-01 [wwp] 2.6.0cvs78
577 remove forgotten debug statements.
579 2006-12-01 [wwp] 2.6.0cvs77
581 * manual/advanced.xml
582 * manual/fr/advanced.xml
592 add a hidden option to allow embedding the editaddress (edit contact details)
593 dialog into the addressbook's window. This doesn't change the default
596 2006-12-01 [wwp] 2.6.0cvs76
598 * src/message_search.c
599 * src/summary_search.c
600 fix more focus issues (don't set focus to combobox's entry widget when
601 entry's value changed, if entry widget has focus already).
603 2006-12-01 [wwp] 2.6.0cvs75
605 * src/gtk/quicksearch.c
606 revert last changes to the quicksearch gtk_combo_box, this needs more
609 2006-12-01 [paul] 2.6.0cvs74
611 * tools/kdeservicemenu/README
612 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
613 * tools/kdeservicemenu/install.sh
614 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
615 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
616 simplify this stuff, and in so doing,
617 fix it. (possibly re-extend it again at
620 2006-12-01 [wwp] 2.6.0cvs73
622 * src/gtk/quicksearch.c
623 adapt quicksearch code to use modern gtk_combo_box'es.
625 2006-12-01 [wwp] 2.6.0cvs72
630 * src/message_search.c
631 * src/summary_search.c
634 add history combos to all message and summary search fields.
636 2006-12-01 [wwp] 2.6.0cvs71
639 As the list may change while the mark as read delay
640 runs, we can't rely on the 'row' pointer, which can
641 be invalid when the timeout is called. As the mark
642 as read is only done if the message is still selected,
643 use summaryview->selected instead. Thanks to Colin.
645 2006-11-30 [paul] 2.6.0cvs70
648 give emphasis to "Sylpheed-Claws"
649 as well as "Claws Mail"
651 2006-11-30 [colin] 2.6.0cvs69
654 Put the SSL checkboxes in the receiving
655 and sending server pages.
657 2006-11-29 [colin] 2.6.0cvs68
660 * src/gtk/gtkvscrollbutton.c
661 Revert some deprecated fixes - they seem to
662 deprecate stuff as soon as a new one gets out.
663 g_object_ref_sink needed glib-2.10.
665 2006-11-29 [colin] 2.6.0cvs67
668 Create .mailcap if it doesn't exist
670 2006-11-29 [colin] 2.6.0cvs66
673 Followup to cvs60: use original list
674 of recipients if replying to a mail
675 in Sent Drafts or Queue.
677 2006-11-27 [paul] 2.6.0cvs65
680 revert the last change for now (it's broken)
682 2006-11-27 [paul] 2.6.0cvs64
686 * m4/aclocal-include.m4
703 * src/common/Makefile.am
707 * src/common/sylpheed.c
708 * src/common/sylpheed.h
709 * src/etpan/Makefile.am
710 * src/gtk/Makefile.am
711 * src/gtk/claws-marshal.list
713 * src/gtk/gtksctree.c
714 * src/gtk/quicksearch.c
715 * src/gtk/sylpheed-marshal.list
716 * src/plugins/bogofilter/bogofilter.c
717 * src/plugins/bogofilter/bogofilter_gtk.c
718 * src/plugins/clamav/clamav_plugin.c
719 * src/plugins/clamav/clamav_plugin_gtk.c
720 * src/plugins/demo/demo.c
721 * src/plugins/dillo_viewer/dillo_viewer.c
722 * src/plugins/pgpcore/Makefile.am
723 * src/plugins/pgpcore/claws.def
724 * src/plugins/pgpcore/pgp_viewer.c
725 * src/plugins/pgpcore/plugin.c
726 * src/plugins/pgpcore/sylpheed.def
727 * src/plugins/pgpinline/Makefile.am
728 * src/plugins/pgpinline/claws.def
729 * src/plugins/pgpinline/plugin.c
730 * src/plugins/pgpinline/sylpheed.def
731 * src/plugins/pgpmime/Makefile.am
732 * src/plugins/pgpmime/claws.def
733 * src/plugins/pgpmime/plugin.c
734 * src/plugins/pgpmime/sylpheed.def
735 * src/plugins/spamassassin/spamassassin.c
736 * src/plugins/spamassassin/spamassassin_gtk.c
737 * src/plugins/trayicon/trayicon.c
739 remove deprecated gtk_tooltips_set_delay()
741 2006-11-26 [paul] 2.6.0cvs63
748 * src/gtk/gtkvscrollbutton.c
749 * src/gtk/prefswindow.c
750 * src/plugins/pgpcore/prefs_gpg.c
751 replace more deprecated GTK+ functions
753 2006-11-26 [paul] 2.6.0cvs62
758 replace deprecated gtk_idle_... functions
760 2006-11-26 [paul] 2.6.0cvs61
766 * src/gtk/gtkvscrollbutton.c
767 * src/gtk/quicksearch.c
768 * src/plugins/pgpcore/passphrase.c
769 replace deprecated gtk_timeout_add and
772 2006-11-26 [paul] 2.6.0cvs60
775 fix bug that caused the wrong recipient
776 to be selected when replying to a msg
777 which is From one of our accounts to
778 another of our accounts
780 2006-11-25 [paul] 2.6.0cvs59
783 don't change the From column title to
784 To if the To column is visible
786 2006-11-24 [paul] 2.6.0cvs58
789 fix bug 1069, 'Sent mails disappear, BCC
792 2006-11-21 [wwp] 2.6.0cvs57
795 fix spelling menu when replying (same as 2.3.1cvs39):
796 discrepancy between context menu and top menu when
797 folder's dictionary isn't the default one.
799 2006-11-19 [paul] 2.6.0cvs56
802 obey always_show_msg option when
804 * src/plugins/bogofilter/bogofilter.c
807 2006-11-18 [paul] 2.6.0cvs55
817 * src/gtk/icon_legend.c
818 * src/gtk/icon_legend.h
819 * tools/OOo2claws-mail.pl
821 * tools/acroread2claws-mail.pl
822 * tools/claws.i18n.status.pl
823 * tools/filter_conv.pl
824 * tools/filter_conv_new.pl
825 * tools/freshmeat_search.pl
826 * tools/google_search.pl
827 * tools/kmail2claws-mail.pl
828 * tools/kmail2claws-mail_v2.pl
829 * tools/maildir2claws-mail.pl
830 * tools/make.themes.project
831 * tools/multiwebsearch.pl
832 * tools/outlook2claws-mail.pl
833 * tools/tb2claws-mail
834 * tools/kdeservicemenu/README
835 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
836 update mine and wwp's email addresses in
839 * src/prefs_compose_writing.c
840 set sensitivity on 'new message format' frame
842 2006-11-17 [paul] 2.6.0cvs54
845 more reworking of the GUI
846 Patch by Fabien Vantard
848 2006-11-16 [paul] 2.6.0cvs53
851 set a minimum size for the window, allow
852 it to automatically expand as necessary
854 2006-11-16 [wwp] 2.6.0cvs52
857 better wrap of copyright info on some systems.
859 2006-11-16 [paul] 2.6.0cvs51
862 move the tech info from the upper panel
864 use a gtk_text_view for the features tab
866 2006-11-16 [paul] 2.6.0cvs50
869 update my email address
876 * src/plugins/trayicon/trayicon.c
877 don't offer simple menu separators
880 add separator between 'mark all read'
883 2006-11-15 [wwp] 2.6.0cvs49
886 updated manuals authors.
888 2006-11-14 [paul] 2.6.0cvs48
891 Fix Options/Reply mode after draft save
893 2006-11-14 [paul] 2.6.0cvs47
899 * src/plugins/pgpinline/pgpinline.c
900 Probably fix bug 1061
902 2006-11-14 [paul] 2.6.0cvs46
910 * src/pixmaps/active.xpm
911 * src/pixmaps/inactive.xpm
912 add a new page, 'Features', to the About dialog
913 showing which features are compiled in and which
916 2006-11-14 [paul] 2.6.0cvs45
919 updated by Pavlo Bohmat
921 2006-11-14 [colin] 2.6.0cvs44
929 * src/gtk/gtkaspell.c
930 Fix 64-bit-related warnings
932 Fix possible infinite loop
933 * src/plugins/pgpcore/sgpgme.c
936 2006-11-13 [colin] 2.6.0cvs43
938 * src/gtk/Makefile.am
939 authors.h isn't generated
941 2006-11-13 [colin] 2.6.0cvs42
943 * src/plugins/pgpinline/pgpinline.c
944 * src/plugins/pgpmime/pgpmime.c
945 Very probably fix bug 1061, 'crash on
946 opening signed email'. Another cast
949 2006-11-13 [colin] 2.6.0cvs41
951 * src/plugins/pgpcore/sgpgme.c
952 Maybe fix bug 1061, 'crash on opening
955 2006-11-13 [wwp] 2.6.0cvs40
957 * src/plugins/pgpinline/pgpinline.c
958 fix candidate for bug #1057, thanks to Colin.
960 2006-11-13 [wwp] 2.6.0cvs39
963 * src/quote_fmt_parse.y
964 fix bug 1052: current parser buffer was not always
965 allocated, ptr to this buffer could be returned as
966 NULL whereas no parser error has occurred. in
967 consequence, defining a template body as "%d"
968 (w/o the quotes) for the first time of the instance
969 of claws-mail, was reporting a parser error. make
970 sure that the buffer is always allocated, even to
972 fix mis-unescaping in compose.:compose_quote_fmt():
973 unescaping of the fmt string was always done
974 whereas it must be done *only* when receiving
975 quote format strings issued from the prefs
976 (compose new message, reply, forward, redirect
977 formats), *not* when applying templates. in
978 consequences, applying templates w/ sequences
979 like \\|p{echo} were failing. make sure that
980 unescaping is done only when necessary.
982 2006-11-12 [colin] 2.6.0cvs38
987 2006-11-12 [colin] 2.6.0cvs37
989 * src/plugins/pgpinline/pgpinline.c
990 * src/plugins/pgpmime/pgpmime.c
991 Release GPG context at the latest
992 possible moment. Maybe fixes
993 bug 1057, 'crash on sending signed
994 message to a newsgroup'
997 2006-11-12 [colin] 2.6.0cvs36
999 * src/plugins/pgpcore/sgpgme.c
1000 Tell a bit more when gpg's status doesn't
1001 contain any signature
1003 2006-11-12 [colin] 2.6.0cvs35
1006 Fix bug 1060, 'compilation error with
1009 2006-11-12 [paul] 2.6.0cvs34
1011 * doc/man/claws-mail.1
1013 * src/plugins/clamav/README
1014 * src/plugins/spamassassin/README
1016 * tools/freshmeat_search.pl
1017 * tools/google_search.pl
1018 * tools/multiwebsearch.pl
1020 * src/plugins/trayicon/trayicon.c
1021 fix compiliation warning
1023 2006-11-11 [colin] 2.6.0cvs33
1026 Forbid drag and drop from/to different
1027 folders of type F_UNKNOWN
1029 2006-11-11 [colin] 2.6.0cvs32
1031 * src/plugins/pgpinline/pgpinline.c
1032 Fix typo in previous commit:
1034 + if ((err = gpgme_new(&data->ctx)) ...)
1036 2006-11-11 [colin] 2.6.0cvs31
1038 * src/plugins/pgpinline/pgpinline.c
1039 * src/plugins/pgpmime/pgpmime.c
1040 Check success after calling gpgme_new
1041 Maybe fixes bug 1057, 'crash on sending
1042 signed message to a newsgroup'
1044 2006-11-11 [colin] 2.6.0cvs30
1047 init undostruct to 0s (from
1048 valgrind log of bug 1057)
1050 2006-11-10 [colin] 2.6.0cvs29
1053 Set cursor to wait before filtering
1054 duplicates in all folders
1055 * src/plugins/bogofilter/bogofilter.c
1056 * src/plugins/bogofilter/bogofilter.h
1057 * src/plugins/bogofilter/bogofilter_gtk.c
1058 Completely thread away the bogofilter
1061 2006-11-10 [mones] 2.6.0cvs28
1065 added COMPOSE_CHECK_BEFORE_SEND hook
1067 2006-11-10 [paul] 2.6.0cvs27
1071 add libSM to get_compiled_in_features()
1075 2006-11-10 [colin] 2.6.0cvs26
1077 * src/etpan/imap-thread.c
1078 Add a reference to libetpan's sasl engine
1079 so that sasl_done() doesn't get called by
1080 libetpan, and doesn't break openssl.
1081 Should fix bug 1053, 'SC fails to reestablish
1082 a secure connection'
1085 2006-11-10 [colin] 2.6.0cvs25
1087 * manual/addrbook.xml
1088 * manual/advanced.xml
1093 2006-11-09 [colin] 2.6.0cvs24
1095 * src/plugins/bogofilter/bogofilter_gtk.c
1096 Add comment about annoyance
1098 2006-11-09 [colin] 2.6.0cvs23
1100 * src/plugins/bogofilter/bogofilter.c
1101 * src/plugins/bogofilter/bogofilter_gtk.c
1102 Prepare things needed to thread bogofilter
1103 filtering: separate bogo stuff and possible GUI
1106 2006-11-09 [colin] 2.6.0cvs22
1110 Search for one of our accounts in Delivered-To
1111 (helps for auto-account selection when
1112 replying/forwarding)
1116 * src/plugins/trayicon/trayicon.c
1117 Allow opening a new mail with any account from
1120 2006-11-09 [wwp] 2.6.0cvs21
1123 * src/prefs_common.c
1124 * src/prefs_common.h
1125 * src/prefs_compose_writing.c
1126 add a compose new message format (in prefs/compose/writing), it's a
1127 simple subject+body template to use when opening a new composition
1128 window. It's similar to the existent reply and forward formats.
1130 enhanced the template/format % symbols substitution mechanism to
1131 use current composition window information when % are used in
1132 the compose new message format or in templates applied to new
1133 messages (there were useless in that situations before). When
1134 applied to new messages, %d corresponds to the system time/date.
1136 2006-11-09 [paul] 2.6.0cvs20
1141 2006-11-09 [paul] 2.6.0cvs19
1144 keep tje alphabetical order
1146 2006-11-08 [colin] 2.6.0cvs18
1148 * src/etpan/imap-thread.c
1149 Fix bug 1054, 'Slowness logging big
1152 2006-11-08 [paul] 2.6.0cvs17
1157 2006-11-08 [paul] 2.6.0cvs16
1162 2006-11-08 [paul] 2.6.0cvs15
1165 * tools/OOo2claws-mail.pl
1166 * tools/OOo2sylpheed.pl
1168 * tools/acroread2claws-mail.pl
1169 * tools/acroread2sylpheed.pl
1170 * tools/kmail2claws-mail.pl
1171 * tools/kmail2claws-mail_v2.pl
1172 * tools/kmail2sylpheed.pl
1173 * tools/kmail2sylpheed_v2.pl
1174 * tools/maildir2claws-mail.pl
1175 * tools/maildir2sylpheed.pl
1176 * tools/nautilus2claws-mail.sh
1177 * tools/nautilus2sylpheed.sh
1178 * tools/outlook2claws-mail.pl
1179 * tools/outlook2sylpheed.pl
1180 * tools/tb2claws-mail
1182 * tools/tbird2claws.py
1183 * tools/tbird2syl.py
1184 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1185 * tools/kdeservicemenu/install.sh
1186 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1187 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1188 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1189 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1190 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1191 renamed (removed, added) tools files
1193 2006-11-08 [paul] 2.6.0cvs14
1197 Migrate sylpheedrc to clawsrc, and fix the standard
1198 plugins path in the process
1200 2006-11-07 [colin] 2.6.0cvs13
1203 Symlink sylpheed-claws relative to
1206 2006-11-07 [colin] 2.6.0cvs12
1209 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1211 2006-11-07 [paul] 2.6.0cvs11
1214 Fix a missed occurence of
1217 2006-11-07 [paul] 2.6.0cvs10
1220 Fix symlink installation
1222 2006-11-07 [paul] 2.6.0cvs9
1225 Symlink claws-mail to sylpheed-claws
1226 * src/common/utils.c
1227 Fix migrating symlinks
1228 * src/etpan/imap-thread.c
1229 check certificate only when there's
1232 2006-11-07 [paul] 2.6.0cvs8
1235 Fix icon breakages with Gtk, which needs a
1236 cache updated to see them.
1238 2006-11-07 [paul] 2.6.0cvs7
1249 * claws-mail-128x128.png
1250 * claws-mail-64x64.png
1255 * sylpheed-claws-128x128.png
1256 * sylpheed-claws-64x64.png
1257 * sylpheed-claws.desktop
1258 * sylpheed-claws.ico
1259 * sylpheed-claws.pc.in
1260 * sylpheed-claws.png
1261 * debian/README.Debian
1263 * debian/claws-mail.desktop
1264 * debian/claws-mail.menu
1265 * debian/claws-mail.postinst.debhelper
1266 * debian/claws-mail.postrm.debhelper
1271 * debian/sylpheed-claws.desktop
1272 * debian/sylpheed-claws.menu
1273 * debian/sylpheed-claws.postinst.debhelper
1274 * debian/sylpheed-claws.postrm.debhelper
1275 * doc/man/Makefile.am
1276 * doc/man/claws-mail.1
1277 * doc/man/sylpheed-claws.1
1278 * doc/src/ChangeLog.claws-pre0.8.0
1279 * manual/Makefile.am
1280 * manual/account.xml
1282 * manual/addrbook.xml
1283 * manual/advanced.xml
1284 * manual/claws-mail-manual.xml
1286 * manual/glossary.xml
1287 * manual/handling.xml
1289 * manual/keyboard.xml
1290 * manual/plugins.xml
1291 * manual/starting.xml
1292 * manual/sylpheed-claws-manual.xml
1294 * manual/dist/.cvsignore
1295 * manual/dist/html/.cvsignore
1296 * manual/dist/html/Makefile.am
1297 * manual/dist/pdf/.cvsignore
1298 * manual/dist/pdf/Makefile.am
1299 * manual/dist/ps/.cvsignore
1300 * manual/dist/ps/Makefile.am
1301 * manual/dist/txt/.cvsignore
1302 * manual/dist/txt/Makefile.am
1303 * manual/es/Makefile.am
1304 * manual/es/advanced.xml
1305 * manual/es/claws-mail-manual.xml
1307 * manual/es/glossary.xml
1308 * manual/es/handling.xml
1309 * manual/es/intro.xml
1310 * manual/es/plugins.xml
1311 * manual/es/sylpheed-claws-manual.xml
1312 * manual/es/dist/.cvsignore
1313 * manual/es/dist/html/.cvsignore
1314 * manual/es/dist/html/Makefile.am
1315 * manual/es/dist/pdf/.cvsignore
1316 * manual/es/dist/pdf/Makefile.am
1317 * manual/es/dist/ps/.cvsignore
1318 * manual/es/dist/ps/Makefile.am
1319 * manual/es/dist/txt/.cvsignore
1320 * manual/es/dist/txt/Makefile.am
1321 * manual/fr/Makefile.am
1322 * manual/fr/account.xml
1324 * manual/fr/addrbook.xml
1325 * manual/fr/advanced.xml
1326 * manual/fr/claws-mail-manual.xml
1328 * manual/fr/glossary.xml
1329 * manual/fr/handling.xml
1330 * manual/fr/intro.xml
1331 * manual/fr/keyboard.xml
1332 * manual/fr/plugins.xml
1333 * manual/fr/starting.xml
1334 * manual/fr/sylpheed-claws-manual.xml
1335 * manual/fr/dist/.cvsignore
1336 * manual/fr/dist/html/.cvsignore
1337 * manual/fr/dist/html/Makefile.am
1338 * manual/fr/dist/pdf/.cvsignore
1339 * manual/fr/dist/pdf/Makefile.am
1340 * manual/fr/dist/ps/.cvsignore
1341 * manual/fr/dist/ps/Makefile.am
1342 * manual/fr/dist/txt/.cvsignore
1343 * manual/fr/dist/txt/Makefile.am
1344 * manual/pl/Makefile.am
1345 * manual/pl/account.xml
1347 * manual/pl/addrbook.xml
1348 * manual/pl/advanced.xml
1349 * manual/pl/claws-mail-manual.xml
1351 * manual/pl/glossary.xml
1352 * manual/pl/handling.xml
1353 * manual/pl/intro.xml
1354 * manual/pl/keyboard.xml
1355 * manual/pl/plugins.xml
1356 * manual/pl/starting.xml
1357 * manual/pl/sylpheed-claws-manual.xml
1358 * manual/pl/dist/.cvsignore
1359 * manual/pl/dist/html/.cvsignore
1360 * manual/pl/dist/html/Makefile.am
1361 * manual/pl/dist/pdf/.cvsignore
1362 * manual/pl/dist/pdf/Makefile.am
1363 * manual/pl/dist/ps/.cvsignore
1364 * manual/pl/dist/ps/Makefile.am
1365 * manual/pl/dist/txt/.cvsignore
1366 * manual/pl/dist/txt/Makefile.am
1390 * src/addressbook_foldersel.c
1391 * src/addressbook_foldersel.h
1413 * src/customheader.c
1414 * src/customheader.h
1415 * src/displayheader.c
1416 * src/displayheader.h
1427 * src/editldap_basedn.c
1428 * src/editldap_basedn.h
1444 * src/folder_item_prefs.c
1445 * src/folder_item_prefs.h
1452 * src/grouplistdialog.c
1453 * src/grouplistdialog.h
1456 * src/image_viewer.c
1457 * src/image_viewer.h
1496 * src/matcher_parser.h
1497 * src/matcher_parser_lex.l
1498 * src/matcher_parser_parse.y
1501 * src/message_search.c
1502 * src/message_search.h
1521 * src/partial_download.c
1522 * src/partial_download.h
1527 * src/prefs_account.c
1528 * src/prefs_account.h
1529 * src/prefs_actions.c
1530 * src/prefs_actions.h
1531 * src/prefs_common.c
1532 * src/prefs_common.h
1533 * src/prefs_compose_writing.c
1534 * src/prefs_compose_writing.h
1535 * src/prefs_customheader.c
1536 * src/prefs_customheader.h
1537 * src/prefs_display_header.c
1538 * src/prefs_display_header.h
1539 * src/prefs_ext_prog.c
1540 * src/prefs_ext_prog.h
1541 * src/prefs_filtering.c
1542 * src/prefs_folder_column.c
1543 * src/prefs_folder_column.h
1544 * src/prefs_folder_item.c
1545 * src/prefs_folder_item.h
1550 * src/prefs_image_viewer.c
1551 * src/prefs_image_viewer.h
1552 * src/prefs_matcher.c
1553 * src/prefs_matcher.h
1554 * src/prefs_message.c
1555 * src/prefs_message.h
1556 * src/prefs_msg_colors.c
1557 * src/prefs_msg_colors.h
1562 * src/prefs_receive.c
1563 * src/prefs_receive.h
1566 * src/prefs_spelling.c
1567 * src/prefs_spelling.h
1568 * src/prefs_summaries.c
1569 * src/prefs_summaries.h
1570 * src/prefs_summary_column.c
1571 * src/prefs_summary_column.h
1572 * src/prefs_template.c
1573 * src/prefs_template.h
1574 * src/prefs_themes.c
1575 * src/prefs_themes.h
1576 * src/prefs_toolbar.c
1577 * src/prefs_toolbar.h
1578 * src/prefs_wrapping.c
1579 * src/prefs_wrapping.h
1589 * src/quote_fmt_parse.y
1592 * src/remotefolder.c
1593 * src/remotefolder.h
1594 * src/send_message.c
1595 * src/send_message.h
1598 * src/sourcewindow.c
1599 * src/sourcewindow.h
1604 * src/stock_pixmap.c
1605 * src/stock_pixmap.h
1606 * src/summary_search.c
1607 * src/summary_search.h
1624 * src/common/base64.c
1625 * src/common/base64.h
1627 * src/common/hooks.c
1628 * src/common/hooks.h
1631 * src/common/mgutils.c
1632 * src/common/mgutils.h
1635 * src/common/passcrypt.c
1636 * src/common/passcrypt.h.in
1637 * src/common/plugin.c
1638 * src/common/plugin.h
1639 * src/common/prefs.c
1640 * src/common/prefs.h
1641 * src/common/progressindicator.c
1642 * src/common/progressindicator.h
1643 * src/common/quoted-printable.c
1644 * src/common/quoted-printable.h
1645 * src/common/session.c
1646 * src/common/session.h
1649 * src/common/socket.c
1650 * src/common/socket.h
1653 * src/common/stringtable.c
1654 * src/common/stringtable.h
1655 * src/common/sylpheed.c
1656 * src/common/sylpheed.h
1657 * src/common/template.c
1658 * src/common/template.h
1659 * src/common/timing.h
1660 * src/common/utils.c
1661 * src/common/utils.h
1662 * src/common/version.h.in
1665 * src/common/xmlprops.c
1666 * src/common/xmlprops.h
1668 * src/gtk/colorlabel.c
1669 * src/gtk/colorlabel.h
1670 * src/gtk/colorsel.c
1671 * src/gtk/colorsel.h
1672 * src/gtk/combobox.c
1673 * src/gtk/combobox.h
1674 * src/gtk/description_window.c
1675 * src/gtk/description_window.h
1678 * src/gtk/foldersort.c
1679 * src/gtk/foldersort.h
1680 * src/gtk/gtkaspell.c
1681 * src/gtk/gtkaspell.h
1682 * src/gtk/gtksctree.c
1683 * src/gtk/gtkshruler.c
1684 * src/gtk/gtkshruler.h
1685 * src/gtk/gtkutils.c
1686 * src/gtk/gtkutils.h
1687 * src/gtk/icon_legend.c
1688 * src/gtk/icon_legend.h
1689 * src/gtk/logwindow.c
1690 * src/gtk/logwindow.h
1691 * src/gtk/manage_window.c
1692 * src/gtk/manage_window.h
1693 * src/gtk/pluginwindow.c
1694 * src/gtk/pluginwindow.h
1695 * src/gtk/prefswindow.c
1696 * src/gtk/prefswindow.h
1697 * src/gtk/quicksearch.c
1698 * src/gtk/quicksearch.h
1699 * src/pixmaps/claws-mail.xpm
1700 * src/pixmaps/claws-mail_icon.xpm
1701 * src/pixmaps/claws-mail_logo.xpm
1702 * src/pixmaps/sylpheed-claws.xpm
1703 * src/pixmaps/sylpheed-claws_icon.xpm
1704 * src/pixmaps/sylpheed-claws_logo.xpm
1705 * src/plugins/bogofilter/Makefile.am
1706 * src/plugins/bogofilter/bogofilter.c
1707 * src/plugins/bogofilter/bogofilter.h
1708 * src/plugins/bogofilter/bogofilter_gtk.c
1709 * src/plugins/clamav/Makefile.am
1710 * src/plugins/clamav/clamav_plugin.c
1711 * src/plugins/clamav/clamav_plugin.h
1712 * src/plugins/clamav/clamav_plugin_gtk.c
1713 * src/plugins/demo/Makefile.am
1714 * src/plugins/demo/demo.c
1715 * src/plugins/dillo_viewer/Makefile.am
1716 * src/plugins/dillo_viewer/README
1717 * src/plugins/dillo_viewer/dillo_prefs.c
1718 * src/plugins/dillo_viewer/dillo_prefs.h
1719 * src/plugins/dillo_viewer/dillo_viewer.c
1720 * src/plugins/pgpcore/Makefile.am
1721 * src/plugins/pgpcore/passphrase.c
1722 * src/plugins/pgpcore/passphrase.h
1723 * src/plugins/pgpcore/pgp_viewer.c
1724 * src/plugins/pgpcore/pgp_viewer.h
1725 * src/plugins/pgpcore/plugin.c
1726 * src/plugins/pgpcore/prefs_gpg.c
1727 * src/plugins/pgpcore/prefs_gpg.h
1728 * src/plugins/pgpcore/select-keys.c
1729 * src/plugins/pgpcore/select-keys.h
1730 * src/plugins/pgpcore/sgpgme.c
1731 * src/plugins/pgpcore/sgpgme.h
1732 * src/plugins/pgpcore/sylpheed.def
1733 * src/plugins/pgpcore/version.rc
1734 * src/plugins/pgpinline/Makefile.am
1735 * src/plugins/pgpinline/pgpinline.c
1736 * src/plugins/pgpinline/pgpinline.h
1737 * src/plugins/pgpinline/plugin.c
1738 * src/plugins/pgpinline/sylpheed.def
1739 * src/plugins/pgpinline/version.rc
1740 * src/plugins/pgpmime/Makefile.am
1741 * src/plugins/pgpmime/pgpmime.c
1742 * src/plugins/pgpmime/pgpmime.h
1743 * src/plugins/pgpmime/plugin.c
1744 * src/plugins/pgpmime/sylpheed.def
1745 * src/plugins/pgpmime/version.rc
1746 * src/plugins/spamassassin/Makefile.am
1747 * src/plugins/spamassassin/README
1748 * src/plugins/spamassassin/spamassassin.c
1749 * src/plugins/spamassassin/spamassassin.h
1750 * src/plugins/spamassassin/spamassassin_gtk.c
1751 * src/plugins/trayicon/Makefile.am
1752 * src/plugins/trayicon/trayicon.c
1753 * tools/OOo2sylpheed.pl
1755 * tools/README.sylprint
1756 * tools/acroread2sylpheed.pl
1757 * tools/claws.i18n.status.pl
1758 * tools/filter_conv.pl
1759 * tools/filter_conv_new.pl
1760 * tools/freshmeat_search.pl
1761 * tools/google_search.pl
1762 * tools/kmail2sylpheed.pl
1763 * tools/kmail2sylpheed_v2.pl
1764 * tools/make.themes.project
1765 * tools/multiwebsearch.pl
1766 * tools/nautilus2sylpheed.sh
1767 * tools/outlook2sylpheed.pl
1771 * tools/textviewer.sh
1772 * tools/vcard2xml.py
1773 * tools/kdeservicemenu/README
1774 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1775 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1776 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1777 Change name to Claws Mail. Announce to follow...
1779 2006-11-06 [wwp] 2.6.0cvs6
1781 * src/prefs_template.c
1782 unify messages related to quote format/template errors (fix
1783 capitalization), again.
1785 2006-11-06 [wwp] 2.6.0cvs5
1788 unify messages related to quote format/template errors.
1790 2006-11-06 [wwp] 2.6.0cvs4
1792 * src/prefs_msg_colors.c
1793 more uses of Q_ macro for contextual translations, thanks
1796 2006-11-06 [wwp] 2.6.0cvs3
1799 * src/common/utils.c
1800 * src/common/utils.h
1801 show an alertpanel to make sure users are aware that sensitive
1802 files are attached (it's file blacklist-based). This will fix
1803 interaction w/ GoogleEarth for instance, thanks to Colin.
1805 2006-11-06 [wwp] 2.6.0cvs2
1808 * src/prefs_template.c
1809 * src/prefs_template.h
1810 check quote format when applying/closing prefs. For now this only
1811 shows up an error dialog box, not preventing the user from using
1812 a broken quote (reply, forwards) format.
1814 2006-11-06 [wwp] 2.6.0cvs1
1816 * src/prefs_template.c
1817 fix missing checks of some template fields.
1819 2006-11-06 [paul] 2.6.0
1826 2006-11-06 [paul] 2.5.6cvs22
1828 * manual/advanced.xml
1829 * manual/es/advanced.xml
1830 put 'respect_flowed_format' info in the correct
1833 2006-11-06 [mones] 2.5.6cvs21
1836 Minor fixes for release
1838 2006-11-06 [paul] 2.5.6cvs20
1849 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1850 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1851 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1854 2006-11-02 [colin] 2.5.6cvs19
1858 * src/prefs_account.c
1859 * src/etpan/imap-thread.c
1860 Add GSSAPI support - fixes Debian bug #383274
1862 2006-11-01 [colin] 2.5.6cvs18
1865 Handle libpisock12 support. Probably
1866 fixes bug 1046, 'jpilot AddressDB.pdb
1869 2006-11-01 [colin] 2.5.6cvs17
1872 debug_print() folderutils_mark_all_read()
1874 2006-11-01 [colin] 2.5.6cvs16
1877 Add missed files to the Apache exception
1879 2006-10-31 [colin] 2.5.6cvs15
1883 Add a copy_private_data() func to FolderClasses
1884 Doesn't break the feature freeze, because we
1885 won't use it (right now) in the core.
1887 2006-10-31 [colin] 2.5.6cvs14
1890 Allow linking with the Apache licensed files in
1891 src/plugins/spamassassin. Hopefully fixes
1892 bug 1048, 'Spamassassin plugin license problem'
1894 2006-10-31 [wwp] 2.5.6cvs13
1897 fix and optimize trimming of leading linefeeds in body loop.
1899 2006-10-31 [colin] 2.5.6cvs12
1901 * src/etpan/imap-thread.c
1903 Make really sure to have NULL sets in case
1906 2006-10-30 [wwp] 2.5.6cvs11
1908 * src/prefs_common.c
1909 * src/prefs_common.h
1911 fix broken storage of quote format template when it contains \-escape
1912 sequences. The application of such sequences is also fixed now (\t
1913 in quote format will be a real tab instead of a 't', for instance).
1915 2006-10-27 [colin] 2.5.6cvs10
1918 Probably fix bug 1045, 'sylpheed-claws
1919 doesn't remove the mail from the IMAP
1920 Queue folder after sending'. From
1923 2006-10-27 [colin] 2.5.6cvs9
1926 Require libetpan-0.48. I'm so annoying,
1929 2006-10-27 [colin] 2.5.6cvs8
1933 Probably fix bug 1044, 'sylpheed-claws
1934 segfaults while moving mails' - Fix relation
1935 usage when moving to an IMAP mailbox from another
1938 2006-10-26 [paul] 2.5.6cvs7
1941 add libSM to compiled-in features
1944 2006-10-24 [colin] 2.5.6cvs6
1947 * src/gtk/gtkutils.c
1948 Fix crash when printing emails with an
1951 2006-10-24 [mones] 2.5.6cvs5
1953 * manual/es/advanced.xml
1954 Synchronize hidden option respect_flowed_format
1958 2006-10-21 [paul] 2.5.6cvs4
1961 * src/plugins/pgpcore/pgp_viewer.c
1962 * src/plugins/pgpcore/sgpgme.c
1963 fix building on BSDs
1964 Thanks to Michael Hughes
1965 <Sylpheed-Claws_user@thehugheslogcabin.net>
1967 2006-10-20 [colin] 2.5.6cvs3
1970 Bump up libetpan requirement
1971 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1972 * src/common/utils.c
1973 * src/common/utils.h
1974 Add convenience get_file_mtime()
1976 * src/etpan/imap-thread.c
1977 * src/etpan/imap-thread.h
1978 Implement UIDPLUS support if the server
1979 supports it - faster sending in this case
1981 2006-10-19 [colin] 2.5.6cvs2
1983 * src/gtk/quicksearch.c
1984 Fix emptying in type-ahead+extended mode
1987 Add a hook for offline state change
1988 * src/plugins/trayicon/trayicon.c
1989 Use it to display offline icons
1990 * src/plugins/trayicon/Makefile.am
1991 * src/plugins/trayicon/newmail.offline.xpm
1992 * src/plugins/trayicon/newmarkedmail.offline.xpm
1993 * src/plugins/trayicon/nomail.offline.xpm
1994 * src/plugins/trayicon/unreadmail.offline.xpm
1995 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1998 2006-10-12 [paul] 2.5.6cvs1
2003 Update version number following
2006 2006-10-19 [colin] 2.5.5cvs18
2008 * manual/handling.xml
2009 Add type-ahead search
2011 2006-10-18 [colin] 2.5.5cvs17
2013 * src/gtk/quicksearch.c
2014 Remove "save to history only if there's
2015 no syntax error", it breaks for some
2016 reason which I'll investigate later.
2018 2006-10-18 [colin] 2.5.5cvs16
2020 * src/prefs_common.c
2021 * src/prefs_common.h
2023 * src/gtk/quicksearch.c
2024 * src/gtk/quicksearch.h
2025 Add a type-ahead option for fast searches
2026 Patch by Fabien Vantard
2028 2006-10-18 [colin] 2.5.5cvs15
2032 Add Options/Reply mode/ menu to be able to
2033 change the recipients of a reply on the fly
2035 2006-10-18 [colin] 2.5.5cvs14
2038 Fix redirecting of our own sent mails
2040 2006-10-17 [wwp] 2.5.5cvs13
2042 * src/send_message.c
2043 Fix duplicate error messages when sending, and missing
2044 newline in such error messages.
2046 2006-10-17 [colin] 2.5.5cvs12
2049 Compare addresses case-insensitive
2051 2006-10-17 [colin] 2.5.5cvs11
2053 * src/plugins/pgpcore/sgpgme.c
2056 2006-10-17 [colin] 2.5.5cvs10
2058 * src/plugins/pgpcore/pgp_viewer.c
2061 2006-10-17 [colin] 2.5.5cvs9
2064 Fix a typo (thanks to Fabien)
2066 2006-10-16 [colin] 2.5.5cvs8
2069 Fix problem with quote-folding when emails
2070 don't convert cleanly to UTF-8
2072 2006-10-14 [colin] 2.5.5cvs7
2074 * src/prefs_template.c
2075 Reset fields when reopening
2078 2006-10-13 [paul] 2.5.5cvs6
2080 * manual/advanced.xml
2081 * src/prefs_message.c
2082 make 'respect_flowed_format' a hidden
2083 option, and add a manual entry for it
2086 2006-10-12 [colin] 2.5.5cvs5
2089 Revert part of 2.5.2cvs21:
2090 Don't optimise by reusing the
2091 last iconv converter if possible:
2092 it seems slightly broken in a
2093 very hard way to reproduce
2095 2006-10-12 [colin] 2.5.5cvs4
2097 * src/prefs_common.c
2098 * src/prefs_common.h
2099 * src/prefs_message.c
2101 Fix bug 1035, 'Incorrect handling
2102 of flowed lines'. We now optionnaly
2103 handle this format (preference is in
2104 Message View/Text options section)
2106 2006-10-12 [colin] 2.5.5cvs3
2110 * src/plugins/pgpcore/pgp_viewer.c
2111 * src/plugins/pgpcore/sgpgme.c
2112 Don't try to import without asking
2114 2006-10-12 [colin] 2.5.5cvs2
2117 Fix bug 1036, 'Forwarding a mutlipart
2118 mail with a "text/html" block to ms
2119 outlook users leeds to freeze of
2120 outlook'. Poor outlook users...
2122 2006-10-12 [paul] 2.5.5cvs1
2127 Update version number following
2130 2006-10-11 [paul] 2.5.4cvs1
2135 Update version number following
2138 2006-10-11 [paul] 2.5.3cvs32
2141 fix bug 1032, 'Segmentation fault when showing
2142 message' (bug in quote folding)
2145 2006-10-10 [colin] 2.5.3cvs31
2148 Rephrase english a bit
2150 2006-10-10 [colin] 2.5.3cvs30
2152 * src/prefs_compose_writing.c
2153 Stop making the page larger than the window
2155 2006-10-10 [wwp] 2.5.3cvs29
2158 * src/prefs_template.c
2161 * src/quote_fmt_lex.l
2162 * src/quote_fmt_parse.y
2163 Extend the quote parser a bit: allow to get access to
2164 basic (composing) account info.
2166 2006-10-10 [colin] 2.5.3cvs28
2169 Fix this \t problem in subject
2171 2006-10-09 [colin] 2.5.3cvs27
2175 Prepare cache a bit later
2176 If section already exists, skip the new one
2177 (as previously); avoid writing the same block
2178 twice - if we find a second block with the
2180 * src/plugins/pgpcore/pgp_viewer.c
2181 Set cursor to busy when retrieving a key
2182 * src/plugins/pgpcore/sgpgme.c
2183 allow 5 seconds for gpg to export the key
2186 2006-10-09 [colin] 2.5.3cvs26
2191 Check for existence of fgets_unlocked
2194 2006-10-09 [paul] 2.5.3cvs25
2196 * src/prefs_summaries.c
2197 replace strftime() with fast_strftime() and in
2198 the consequence fix the bug in the display of
2199 AM/PM in the 'Example' string
2201 2006-10-09 [ticho] 2.5.3cvs24
2204 Updated (and fixed up somewhat) Slovak translation.
2206 2006-10-08 [colin] 2.5.3cvs23
2208 * src/prefs_folder_item.c
2209 Explain why prefs in the top-level folder
2210 aren't retained, but are still useful
2212 2006-10-08 [colin] 2.5.3cvs22
2215 Don't cache anything if caching fails
2217 2006-10-08 [colin] 2.5.3cvs21
2219 * src/common/utils.c
2220 always include gi18n.h
2222 2006-10-07 [colin] 2.5.3cvs20
2224 * src/plugins/pgpcore/pgp_viewer.c
2225 Kill gpg after 5 seconds wait
2227 2006-10-07 [colin] 2.5.3cvs19
2229 * src/plugins/pgpcore/pgp_viewer.c
2230 * src/plugins/pgpcore/pgp_viewer.h
2233 2006-10-07 [colin] 2.5.3cvs18
2235 * src/plugins/pgpcore/pgp_viewer.c
2236 * src/plugins/pgpcore/pgp_viewer.h
2237 Actually add the files to CVS
2239 2006-10-07 [colin] 2.5.3cvs17
2241 * src/plugins/pgpcore/sgpgme.c
2242 Be sure not to crash on 'application/pgp-signature' that
2243 are not application/pgp-signatures
2245 2006-10-07 [colin] 2.5.3cvs16
2249 Make a bit more of the API available
2250 * src/plugins/pgpcore/Makefile.am
2251 * src/plugins/pgpcore/plugin.c
2252 * src/plugins/pgpcore/sgpgme.c
2253 Add basic key import/export
2255 2006-10-07 [colin] 2.5.3cvs15
2259 * src/prefs_account.c
2261 Warn users *everywhere* if libetpan's not
2264 2006-10-06 [mones] 2.5.3cvs14
2268 updated by Stephan Sachse and me
2270 2006-10-06 [colin] 2.5.3cvs13
2273 * src/common/sylpheed.c
2274 Don't load common plugins if --exit is passed
2277 Implement a cache to avoid reading the same
2278 files over and over again at startup
2280 2006-10-06 [colin] 2.5.3cvs12
2283 * src/gtk/quicksearch.c
2284 Update display every 5k mails on fast searches
2286 2006-10-06 [colin] 2.5.3cvs11
2289 Don't do quote folding on HTML or ERTF.
2290 May fix the Cygwin issues if they were
2291 happening with HTML mails?
2293 2006-10-05 [colin] 2.5.3cvs10
2298 2006-10-05 [colin] 2.5.3cvs9
2301 Use unlocked_stdio here too
2303 2006-10-05 [colin] 2.5.3cvs8
2306 Fix go to next * after preferences apply
2308 Do the fd lock/unlock ourselves instead of
2309 letting the libc do it at each write
2311 2006-10-05 [colin] 2.5.3cvs7
2313 * src/common/utils.c
2314 Faster division, thanks to Jean Diraison
2316 2006-10-05 [paul] 2.5.3cvs6
2318 * src/common/utils.c
2319 fix building with --disable-nls
2321 2006-10-04 [colin] 2.5.3cvs5
2324 Maybe fix a segfault
2326 2006-10-04 [wwp] 2.5.3cvs4
2328 * src/prefs_folder_item.c
2329 Fine-tune layouts in folder item prefs. Suggested by
2330 Fabien Vantard <fzzzzz@gmail.com>.
2332 2006-10-04 [wwp] 2.5.3cvs3
2334 * src/prefs_folder_item.c
2335 Kill the clandestine passengers. You didn't see anything.
2337 2006-10-04 [wwp] 2.5.3cvs2
2339 * src/prefs_folder_item.c
2340 Add a way to test the subject simplify regexp in
2341 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2342 w/ few layout changes.
2344 2006-20-04 [paul] 2.5.3cvs1
2349 Update version number following
2352 2006-10-04 [colin] 2.5.2cvs42
2357 Provide a way for folder classes to set their sort
2360 2006-10-03 [colin] 2.5.2cvs41
2363 Don't use strlen() to know if the
2366 2006-10-03 [colin] 2.5.2cvs40
2369 Fix "check for new folders" with accentued folders
2371 2006-10-03 [ticho] 2.5.2cvs39
2377 Colin's fix for "copy" filtering rules.
2379 2006-10-02 [colin] 2.5.2cvs38
2382 Fix for double-click too
2384 2006-10-02 [colin] 2.5.2cvs37
2387 correct fix for cvs36
2389 2006-10-02 [colin] 2.5.2cvs36
2392 Fix 'goto next unread' after collapsing/expanding
2395 2006-10-02 [colin] 2.5.2cvs35
2398 Fix double freeze/thaw
2399 * src/common/utils.c
2400 * src/common/utils.h
2401 Reimplement strftime
2406 2006-10-02 [colin] 2.5.2cvs34
2409 Time mh_write_sequences() - it's fast
2411 Init a variable to shut up gcc
2413 2006-10-01 [colin] 2.5.2cvs33
2419 Add helper mh_set_mtime(), and set mtime to stat()'s result
2420 Add fsync but disable it, it's slow as hell
2422 2006-10-01 [colin] 2.5.2cvs32
2426 fflush() caches and mh_sequences before
2429 2006-10-01 [colin] 2.5.2cvs31
2432 Don't ftruncate when not using mmap
2434 2006-09-30 [colin] 2.5.2cvs30
2437 Write folder list *after* saving caches
2439 2006-09-30 [colin] 2.5.2cvs29
2443 Debug forced mtime changes
2445 2006-09-30 [colin] 2.5.2cvs28
2449 Remove useless debug_print()s (code
2452 2006-09-30 [colin] 2.5.2cvs27
2455 Do stuff faster when writing mh_sequences
2457 2006-09-30 [colin] 2.5.2cvs26
2460 Don't let the writing of .mh_sequences, which
2461 can change the folder's mtime, let us think
2464 2006-09-30 [colin] 2.5.2cvs25
2467 Move a debug_print where it belongs
2470 Don't mess with a huge slow subject
2471 table if we're not threading by
2474 2006-09-30 [colin] 2.5.2cvs24
2477 Reenable mmaped reads (*not* writes!)
2479 Don't destroy and recreate hashtables just
2481 * src/common/utils.c
2482 Remove useless reply prefixes (it's case
2485 2006-09-30 [wwp] 2.5.2cvs23
2488 Fixed a minor bug in date value extraction, added a switch
2489 to replace non RFC-compliant Date: value, added a switch
2490 to use strict RFC matching patterns for dates.
2492 2006-09-29 [colin] 2.5.2cvs22
2494 * src/matcher_parser.h
2495 * src/matcher_parser_parse.y
2496 * src/prefs_filtering.c
2498 * src/summary_search.c
2500 * src/gtk/quicksearch.c
2501 * src/gtk/quicksearch.h
2502 Optimise searches by setting different
2503 refresh intervals (depending if the
2504 search is fast or not)
2506 2006-09-29 [colin] 2.5.2cvs21
2509 Optimise by reusing the last iconv converter
2512 Optimise a bit (the foldable quotes feature
2513 still has an awful O(n^2) algo
2515 2006-09-29 [colin] 2.5.2cvs20
2517 * src/gtk/gtksctree.c
2518 * src/gtk/gtksctree.h
2519 Optimise de-selection via up/down or
2522 2006-09-28 [colin] 2.5.2cvs19
2529 * src/summary_search.c
2531 Avoid using summaryview->ctree directly
2533 2006-09-28 [colin] 2.5.2cvs18
2537 Add helpers to freeze/thaw/grab_focus
2538 Factorize calls to freeze/thaw/grab_focus
2541 2006-09-28 [colin] 2.5.2cvs17
2544 More guards for the session management
2546 2006-09-28 [colin] 2.5.2cvs16
2549 * src/gtk/gtksctree.c
2550 * src/gtk/gtksctree.h
2551 Make expanding not recursive in folderview
2553 2006-09-28 [colin] 2.5.2cvs15
2556 If nothing is selected in the list (right part)
2557 and a group is selected in the tree (left part),
2560 2006-09-28 [colin] 2.5.2cvs14
2563 Actually use SM_LIBS
2565 2006-09-28 [ticho] 2.5.2cvs13
2572 * src/prefs_themes.c
2574 Small i18n string optimization.
2575 * src/send_message.c
2577 * src/common/session.c
2579 * src/common/ssl_certificate.c
2580 * src/common/utils.c
2581 Use "Couldn't" instead of "Can't" in UI messages,
2584 2006-09-28 [colin] 2.5.2cvs12
2587 Possibly fix link errors
2589 2006-09-27 [wwp] 2.5.2cvs11
2592 * doc/man/sylpheed-claws.1
2597 Updated authors info (me, myself and I).
2599 2006-09-27 [colin] 2.5.2cvs10
2602 Remove useless printf
2604 2006-09-27 [wwp] 2.5.2cvs9
2607 * src/send_message.c
2609 * src/prefs_common.c
2610 * src/prefs_common.h
2611 * src/gtk/progressdialog.c
2612 remember more windows' sizes (send dialog, received dialog,
2613 edit group in addressbook).
2615 2006-09-27 [colin] 2.5.2cvs8
2620 Use libSM to communicate with the session
2621 manager, so that we can know when the
2622 session ends, save our caches, and draft
2623 our compose windows.
2625 2006-09-27 [colin] 2.5.2cvs7
2629 o Allow Book and Group creation from the tree's
2631 o Do not actually delete the contacts when
2632 deleting groups from the tree (duh!)
2634 2006-09-27 [colin] 2.5.2cvs6
2641 o Allow passing an email address to
2642 compose_new_with_folderitem
2644 o Use current folderitem when clicking
2645 on a TextView mailto: link
2646 o Fix a possible leak in TextView
2648 2006-09-27 [colin] 2.5.2cvs5
2651 Use UTF-8 chars to replace HTML entities
2653 2006-09-27 [colin] 2.5.2cvs4
2656 * src/prefs_account.c
2658 Fix bug #1024 (Array index out of
2659 range in sylpheed-claws-2.5.2)
2660 Patch by Ales Nosek <anosek@suse.cz>
2662 2006-09-27 [colin] 2.5.2cvs3
2665 Actually do the test
2667 2006-09-27 [colin] 2.5.2cvs2
2671 Allow completing with comma (in certain cases: vCalendar
2672 for example doesn't support that)
2673 Patch by Fabien Vantard
2675 2006-09-26 [colin] 2.5.2cvs1
2686 * src/prefs_common.c
2687 * src/prefs_filtering_action.c
2688 * src/prefs_folder_item.c
2689 * src/prefs_template.c
2690 * src/stock_pixmap.c
2691 * src/stock_pixmap.h
2692 * src/pixmaps/addr_one.xpm
2693 * src/pixmaps/addr_two.xpm
2694 Add auto-completion on groups
2696 2006-09-26 [colin] 2.5.2
2703 2006-09-26 [colin] 2.5.1cvs5
2708 2006-09-26 [colin] 2.5.1cvs4
2711 Revert cvs1 (useless as the message is printed
2714 2006-09-26 [colin] 2.5.1cvs3
2716 * src/partial_download.c
2717 Fix crasher found by Alexsandar Urosevic
2719 2006-09-26 [colin] 2.5.1cvs2
2722 Fix bug #1023 (Sylpheed deletes too much messages)
2724 2006-09-26 [ticho] 2.5.1cvs1
2727 Make use of gettext's multiple plurals for statusbar
2730 2006-09-25 [paul] 2.5.1
2737 2006-09-25 [colin] 2.5.0cvs3
2739 * src/plugins/bogofilter/bogofilter.c
2740 * src/plugins/clamav/clamav_plugin.c
2741 * src/plugins/spamassassin/spamassassin.c
2742 BogoFilter, Spamassassin: Fix double hook registering after
2743 visiting preferences
2744 Spamassassin, Clamav: Just set the mails to move instead of
2745 doing the move - caller will move the things at once.
2747 2006-09-25 [colin] 2.5.0cvs2
2750 * src/etpan/imap-thread.c
2751 Use UID SEARCH ALL instead of UID 1:*
2752 (braindead servers can't figure out that's
2755 2006-09-25 [wwp] 2.5.0cvs1
2757 * src/message_search.c
2758 Added the ability to stop a running search (in message body).
2760 2006-09-25 [paul] 2.5.0
2767 2006-09-25 [paul] 2.4.0cvs214
2778 updated by Tim, Stephan Sachse, Flammie Pirinen,
2779 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2780 Ticho, Aleksander Urosevic, Ralgh Young
2782 2006-09-24 [mones] 2.4.0cvs213
2787 2006-09-23 [colin] 2.4.0cvs212
2789 * src/gtk/inputdialog.c
2790 Fix [ ] remember this appearing in normal
2791 input dialogs after it's been used by
2799 * src/common/timing.h
2800 Enable timings in debug mode and make it
2803 2006-09-22 [colin] 2.4.0cvs211
2808 ping the correct URI
2810 2006-09-22 [colin] 2.4.0cvs210
2813 Let's see if bug #1022 is fixed
2815 2006-09-21 [colin] 2.4.0cvs209
2818 * src/common/plugin.c
2819 Prepare infra to load predefined plugins when
2820 no configuration existed. Don't actually load
2821 anything yet (feat. freeze)
2823 2006-09-21 [wwp] 2.4.0cvs208
2826 Partial sync w/ 2.4.0cvs72:
2827 wrap file and minor updates.
2829 2006-09-21 [wwp] 2.4.0cvs207
2832 several fixes and enhancements. A new --force switch has been
2833 added to prevent overriding by default Date: header when
2836 2006-09-21 [paul] 2.4.0cvs206
2838 * src/common/utils.c
2839 add Chinese UTF8 Re prefix
2841 2006-09-21 [wwp] 2.4.0cvs205
2844 Fics alfabettical order.
2846 2006-09-21 [wwp] 2.4.0cvs204
2850 Added an action tool to fix missing Date field in emails.
2851 Updated Makefile.am to reflect those last two additions.
2853 2006-09-21 [wwp] 2.4.0cvs203
2856 Added a action tool to open uuencoded docs w/
2857 OpenOffice (based on uudec method).
2859 2006-09-21 [colin] 2.4.0cvs202
2863 Workaround possible GTK crash: remove selection
2864 clipboard before destroying widget, or GTK+-2.10
2865 dies. Thanks to Hiro.
2867 2006-09-20 [colin] 2.4.0cvs201
2870 Fix free-after-use in some cases (when
2871 procmime_encode_content() frees mimeinfo->data.mem
2872 and turns it to a temp file)
2874 2006-09-20 [colin] 2.4.0cvs200
2878 * src/gtk/gtksctree.c
2879 * src/gtk/gtksctree.h
2880 Add tooltips in the folderview and summaryview
2881 (Doesn't break string freeze as they already
2884 Put the spam button in the default configuration
2885 if compiled with bogo plugin too
2887 2006-09-19 [colin] 2.4.0cvs199
2891 Update folder name label on folder rename
2892 * src/prefs_matcher.c
2893 * src/gtk/logwindow.h
2897 2006-09-19 [wwp] 2.4.0cvs198
2899 * src/summary_search.c
2900 fix can't click forward/backward buttons in the
2903 2006-09-18 [paul] 2.4.0cvs197
2906 add missing bracket, capitalise the A of
2909 2006-09-18 [paul] 2.4.0cvs196
2912 fix bug 1012 'crashed upon sending mail
2913 from compose window'
2916 2006-09-16 [colin] 2.4.0cvs195
2919 Fix "real-time" sorting by freezing/thawing
2921 2006-09-16 [colin] 2.4.0cvs194
2924 Fix the anti-spam entry a bit
2926 2006-09-16 [colin] 2.4.0cvs193
2929 Make sure reviewers have no excuse when stating
2930 Sylpheed-Claws doesn't have antispam capabilities.
2932 2006-09-16 [colin] 2.4.0cvs192
2935 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2936 as if the SIGPIPE comes from etpan's thread we could
2937 trigger a GUI update from this thread.
2939 2006-09-16 [colin] 2.4.0cvs191
2942 Init all members of the struct
2944 2006-09-16 [paul] 2.4.0cvs190
2947 improvements to the English
2949 2006-09-15 [colin] 2.4.0cvs189
2954 2006-09-14 [colin] 2.4.0cvs188
2956 * src/common/socket.c
2957 * src/common/socket.h
2959 * src/common/ssl_certificate.c
2960 * src/common/ssl_certificate.h
2961 * src/etpan/imap-thread.c
2962 the get_fqdn() call done to get canonical name when
2963 checking an SSL certificate is blocking, which is
2964 sad as we just did a non-blocking lookup to connect.
2965 Fix that by letting the fqdn available to the SockInfo,
2966 and use that in ssl_certificate_check(). For IMAP,
2967 we don't do it as the lookup's done by libetpan, but
2968 it's less annoying as IMAP connections as much more
2969 rare than POP3 connections.
2971 2006-09-14 [paul] 2.4.0cvs187
2973 * manual/advanced.xml
2974 improvements to the English,
2975 properly place the new hidden options
2976 within the alphabetical order
2977 * src/gtk/pluginwindow.c
2978 improvements to the English
2980 2006-09-14 [colin] 2.4.0cvs186
2982 * src/prefs_common.c
2983 * src/prefs_common.h
2984 * src/gtk/gtksctree.c
2985 * manual/advanced.xml
2986 New hidden pref, stripes_color_offset, to change
2987 the value added/substracted to normal bgcolor to
2988 create the stripes in summaries
2990 2006-09-13 [colin] 2.4.0cvs185
2997 Fix misc. printing issues:
2998 - Bad font for linkified headers
2999 - Different font if the mail was displayed or not
3000 - Factorize the thing
3002 2006-09-13 [colin] 2.4.0cvs184
3004 * src/common/ssl_certificate.c
3005 Only get FQDN once when checking certificate
3007 2006-09-13 [colin] 2.4.0cvs183
3010 * src/gtk/pluginwindow.c
3011 Misc. GUI fixes by Fabien
3013 2006-09-13 [wwp] 2.4.0cvs182
3016 * src/common/utils.h
3017 * src/common/utils.c
3018 get rid of unused wide-char functions.
3020 2006-09-13 [wwp] 2.4.0cvs181
3022 * src/plugins/pgpinline/sylpheed.def
3024 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
3025 add privacy_reset_error to the .def file,
3026 do not fork for an external textviewer.
3028 2006-09-13 [wwp] 2.4.0cvs180
3030 * src/prefs_common.c
3031 fix broken font entry in prefs (patch issued by the gpg4win team,
3032 probably by Marcus Brinkmann <marcus@g10code.de>).
3034 2006-09-13 [colin] 2.4.0cvs179
3037 Fix a warning in summaryview.c
3041 Add missing Mark/* elements in the
3044 2006-09-12 [colin] 2.4.0cvs178
3046 * src/prefs_actions.c
3047 * src/prefs_filtering_action.c
3048 * src/prefs_matcher.c
3049 Use (New) instead of New everywhere
3051 2006-09-12 [wwp] 2.4.0cvs177
3053 * manual/fr/addrbook.xml
3054 * manual/fr/handling.xml
3055 updated some quotes in the fr manual to match the fr translation.
3057 2006-09-12 [wwp] 2.4.0cvs176
3059 * src/prefs_matcher.c
3060 don't store translated string elements in matcher expressions.
3061 Also fixed a misused of Q_().
3063 2006-09-11 [wwp] 2.4.0cvs175
3065 * src/plugins//bogofilter/bogofilter.c
3066 * src/plugins//clamav/clamav_plugin.c
3067 * src/plugins//demo/demo.c
3068 * src/plugins//dillo_viewer/dillo_viewer.c
3069 * src/plugins//pgpcore/plugin.c
3070 * src/plugins//pgpinline/plugin.c
3071 * src/plugins//pgpmime/plugin.c
3072 * src/plugins//spamassassin/spamassassin.c
3073 gettext-ize more strings (mostly plugin error messages).
3075 2006-09-11 [colin] 2.4.0cvs174
3078 Make maximum buffer size bigger to avoid
3079 truncating translated messages. Patch by
3082 2006-09-11 [colin] 2.4.0cvs173
3084 * src/etpan/imap-thread.c
3085 Fix compilation on OpenBSD, thanks to
3088 2006-09-10 [wwp] 2.4.0cvs172
3090 * manual/account.xml
3091 * manual/addrbook.xml
3092 * manual/handling.xml
3093 * manual/es/handling.xml
3094 * manual/fr/account.xml
3095 * manual/fr/addrbook.xml
3096 * manual/fr/handling.xml
3097 documented addressbook matching (condition configuration):
3099 documented per-account filtering rules (handling/filtering
3100 section, account section):
3101 account.xml, handling.xml, en fr
3102 slightly updated the handling/searching section to tell few
3103 words about the extended search ability:
3105 added missing <quote></quotes> to Quick Search:
3106 handling.xml, en fr es
3107 fixed a typo (auomatically):
3109 changes revisited by Paul.
3111 2006-09-10 [paul] 2.4.0cvs171
3113 * src/prefs_actions.c
3114 * src/prefs_filtering.c
3115 * src/prefs_template.c
3116 adjustments to the gui
3117 Patch by Fabien Vantard (slightly modified)
3119 2006-09-10 [colin] 2.4.0cvs170
3122 Check folderitem/summaryview consistency
3123 (basically automates Update summary). Fixes
3124 #1011 (wrong (negative) count on unread
3127 2006-09-10 [colin] 2.4.0cvs169
3129 * src/gtk/gtksctree.c
3130 Fix recursive expansion via mouse
3131 * src/plugins/bogofilter/bogofilter.c
3132 Use normal filtering way of moving
3133 messages (batching), possibly fixing
3134 bug #1015 (Bogofilter plugin doubles
3137 2006-09-09 [wwp] 2.4.0cvs168
3139 * src/prefs_filtering.c
3140 better place for this fix.
3142 2006-09-09 [wwp] 2.4.0cvs167
3144 * src/prefs_filtering.c
3145 fix a minor bug when the enabled status of a filtering/processing
3146 rule always got set to TRUE when replacing this rule. That still
3147 make sense when adding a new rule, but now when replacing, we
3148 don't override the value of 'enabled'.
3149 Also renamed the func prefs_filtering_list_view_get_rule_name()
3150 to prefs_filtering_list_view_get_info() as this function not only
3151 returns the name, but also the account_id and the enabled status.
3153 2006-09-09 [mones] 2.4.0cvs166
3155 * manual/glossary.xml
3156 * manual/plugins.xml
3157 Minor format corrections
3159 Fix misplaced NO WARRANTY section
3160 * manual/es/advanced.xml
3162 * manual/es/glossary.xml
3164 * manual/es/handling.xml
3165 * manual/es/plugins.xml
3166 * manual/es/starting.xml
3167 Incorporate changes from English version
3171 Fix address, (add translation credits in es version)
3175 2006-09-09 [wwp] 2.4.0cvs165
3177 * src/prefs_filtering.c
3178 fix a crash when opening filtering prefs, if matcherrc file contains
3179 broken data (non-existing account id, which is theoretically not
3182 2006-09-08 [colin] 2.4.0cvs164
3185 Wrong assert, make it an if()
3186 * src/gtk/gtksctree.c
3187 Fix bug #1013 (expand selected thread
3188 tree) - expanding is now recursive
3190 2006-09-07 [wwp] 2.4.0cvs163
3192 * src/prefs_matcher.c
3193 make better sentences about addressbook matching in the
3194 matcher prefs. This should make translators' work easier
3197 2006-09-07 [wwp] 2.4.0cvs162
3199 * src/prefs_filtering.c
3200 code simplification (get rid of dup var. assignment).
3202 2006-09-07 [wwp] 2.4.0cvs161
3205 use GTK_STOCK icons when possible, patch by Fabien Vantard
3208 2006-09-07 [paul] 2.4.0cvs160
3211 fix compilation warnings
3214 2006-09-07 [paul] 2.4.0cvs159
3217 select the mimepart icon when
3221 2006-09-06 [paul] 2.4.0cvs158
3223 * src/prefs_filtering.c
3224 fix labels and table element spacing
3225 Patch by Fabien Vantard
3231 2006-09-06 [paul] 2.4.0cvs157
3233 * manual/es/advanced.xml
3236 2006-09-06 [wwp] 2.4.0cvs156
3239 fix an dup launch issue when iconified, thanks to Colin.
3241 2006-09-06 [wwp] 2.4.0cvs155
3243 * src/gtk//gtksctree.h
3244 oops, forgot that one!
3246 2006-09-06 [wwp] 2.4.0cvs154
3248 * manual/pl/advanced.xml
3249 * manual/advanced.xml
3250 * manual/es/advanced.xml
3251 * manual/fr/advanced.xml
3252 * src/prefs_customheader.c
3253 * src/prefs_filtering_action.c
3255 * src/prefs_summaries.c
3256 * src/prefs_filtering.c
3259 * src/prefs_summary_column.c
3261 * src/prefs_actions.c
3262 * src/prefs_folder_column.c
3264 * src/prefs_template.c
3265 * src/prefs_display_header.c
3266 * src/prefs_common.h
3267 * src/prefs_matcher.c
3268 * src/prefs_common.c
3269 * src/prefs_toolbar.c
3272 * src/gtk/gtksctree.c
3273 * src/gtk/pluginwindow.c
3274 * src/gtk/progressdialog.c
3275 * src/gtk/prefswindow.c
3276 renamed hidden option enable_rules_hint to use_stripes_everywhere
3277 to make its meaning more obvious (all versions of the manual reflect
3279 added an extra hidden option use_stripes_in_summary to allow
3280 discarding these stripes in mainwindow's folder and message lists;
3281 en and fr manuals only are OK towards this.
3283 2006-09-06 [colin] 2.4.0cvs153
3286 Hide Sylpheed-Claws' internal queue headers
3287 when showing all headers. They'll be present
3288 only in Source window.
3290 2006-09-05 [colin] 2.4.0cvs152
3292 * src/plugins/trayicon/trayicon.c
3293 Fix crash at exit - we have to disconnect
3295 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3296 Update eggtrayicon - patch adapted from a
3297 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3300 2006-09-05 [colin] 2.4.0cvs151
3303 * src/gtk/logwindow.c
3304 Fix race condition when something writes
3305 to the log too soon during init. Thanks
3308 2006-09-05 [colin] 2.4.0cvs150
3311 Don't select part on right-click either
3313 2006-09-05 [paul] 2.4.0cvs149
3316 completion of previous commit
3319 2006-09-05 [colin] 2.4.0cvs148
3322 Don't force selection on middle-click, just open
3324 2006-09-04 [colin] 2.4.0cvs147
3327 Looks like gtk_notebook_set_current_page()
3328 sometimes steals focus, and this annoys us
3329 in MimeViewers as it renders navigation
3330 keys useless. Take back focus after switching
3333 2006-09-04 [colin] 2.4.0cvs146
3336 Set stop_loading when clicking on Next
3337 during load. Don't add a callback to
3338 avoid over-complicating things.
3340 2006-09-04 [colin] 2.4.0cvs145
3344 Fix multiple loads in separate messageview
3346 2006-09-04 [colin] 2.4.0cvs144
3349 Let navigation keys be handled during
3352 2006-09-04 [colin] 2.4.0cvs143
3358 Make loading of huge mails (lots of text and/or
3359 images) cancellable, so the GUI doesn't block
3361 2006-09-04 [colin] 2.4.0cvs142
3363 * src/plugins/trayicon/trayicon.c
3364 Fix annoyance when removing a folder with
3365 unread mails: trayicon didn't update
3367 2006-09-04 [paul] 2.4.0cvs141
3369 * src/gtk/icon_legend.c
3370 straighten up columns
3371 Patch by Fabien Vantard
3373 2006-09-04 [wwp] 2.4.0cvs140
3375 * src/prefs_filtering.c
3376 fix new line's account name in filtering prefs:
3377 was "All", is now "(New)".
3379 2006-09-04 [paul] 2.4.0cvs139
3381 * tools/make.themes.project
3382 use "AUTOMAKE_OPTIONS = dist-bzip2"
3383 instead of homebrewed "make release"
3385 2006-09-03 [colin] 2.4.0cvs138
3388 Fix bug #1007 (Wrong folder highlighted)
3390 2006-09-03 [colin] 2.4.0cvs137
3393 Don't set Newsgroup: header to a mail folder
3396 2006-09-03 [paul] 2.4.0cvs136
3399 * src/prefs_spelling.c
3402 2006-09-03 [paul] 2.4.0cvs135
3404 * src/prefs_summaries.c
3405 correct menu item text in prefs_keybind_apply_clicked()
3407 2006-09-03 [paul] 2.4.0cvs134
3409 * manual/advanced.xml
3410 some improvements to the descriptions
3415 fix menu sensitivity issues
3416 * src/prefs_message.c
3417 drop the useless word 'short'
3419 add the word 'lines' indicating log length
3420 is a measure of lines
3422 fix compilation warnings
3424 2006-09-02 [colin] 2.4.0cvs133
3427 Display a special return-receipt message
3428 if the message is from the user
3430 Fix missing freeze of the list when marking
3431 all read and unthreading for exec. Thanks
3434 2006-09-02 [paul] 2.4.0cvs132
3437 * src/prefs_message.c
3441 2006-09-02 [wwp] 2.4.0cvs131
3443 * src/prefs_filtering.c
3444 added an account name column to the filtering rules
3447 2006-09-02 [colin] 2.4.0cvs130
3449 * src/gtk/logwindow.c
3450 * src/gtk/logwindow.h
3451 Block scrolling if we're not at the end
3454 2006-09-02 [colin] 2.4.0cvs129
3457 Make sure account-specific rules can't
3458 be used in {pre-,post-,}processing
3460 * src/gtk/logwindow.c
3461 * src/gtk/logwindow.h
3462 Jump to last error when clicking on the
3465 2006-09-02 [colin] 2.4.0cvs128
3475 Let proc_mbox know its account, for
3476 account-specific rules
3478 2006-09-01 [colin] 2.4.0cvs127
3481 Don't uselessly use iconv to convert from
3487 Fix certain log cases, disable warning icon
3488 for now, the correct way to display it when
3489 necessary and only when necessary is probably
3490 to do it manually rather than use error logs
3491 * src/etpan/imap-thread.c
3492 Clean up UID logging a bit
3493 * src/gtk/logwindow.c
3494 * src/gtk/logwindow.h
3495 Make logging faster when the window's closed
3497 2006-09-01 [wwp] 2.4.0cvs126
3499 * manual/fr/account.xml
3500 reflect changes to the ref. manual (parts of cvs72):
3501 fix tabnames and quotes.
3503 2006-09-01 [wwp] 2.4.0cvs125
3505 * manual/fr/plugins.xml
3506 reflect changes to the reference manual (cvs42):
3507 update IRC channel info.
3509 2006-09-01 [wwp] 2.4.0cvs124
3512 use CVSEDITOR env. var. if set, according to `man cvs`.
3514 2006-09-01 [wwp] 2.4.0cvs123
3516 * manual/advanced.xml
3517 better sentence again (thanks to Paul).
3519 2006-09-01 [wwp] 2.4.0cvs122
3521 * manual/advanced.xml
3522 fix definition of toolbar_detachable and rework a bit the one of
3523 enable_dotted_lines.
3525 2006-09-01 [mones] 2.4.0cvs121
3527 * manual/advanced.xml
3528 Document enable_dotted_lines
3530 2006-09-01 [paul] 2.4.0cvs120
3537 obey the 'When entering folder...' option
3538 when using the /View/Go to/... menu items
3541 2006-08-31 [colin] 2.4.0cvs119
3544 Revert 2.4.0cvs116, wrong fix.
3546 2006-08-31 [colin] 2.4.0cvs118
3548 * src/gtk/gtksctree.c
3549 Better state the various copyrights
3551 2006-08-31 [colin] 2.4.0cvs117
3553 * src/prefs_common.c
3554 fix enable_dotted_lines
3556 2006-08-31 [colin] 2.4.0cvs116
3559 Use pref "Always open on select" when going
3560 to next unread folder
3561 * src/gtk/gtksctree.c
3562 Fix link failure to _gtk_clist_create_cell_layout
3563 on certain computers. (Why not mine, I wonder)
3565 2006-08-31 [colin] 2.4.0cvs115
3569 * src/plugins/bogofilter/bogofilter.c
3570 * src/plugins/spamassassin/spamassassin.c
3571 Requalify some "errors" to warnings
3575 Add an icon in the statusbar to notify
3577 * src/gtk/gtksctree.c
3580 Make the GtkSCTree look more modern by
3581 alternating background lines
3582 * src/prefs_common.c
3583 * src/prefs_common.h
3584 Add a pref to let people have the old
3588 2006-08-30 [colin] 2.4.0cvs114
3592 Provide a way to filter a list of
3593 messages in an optimised manner, and
3594 add a list-filtering hook
3598 Use the list filtering
3599 * src/plugins/bogofilter/bogofilter.c
3600 Use the list-filtering hook
3601 Use -b (bulk) mode for more speed
3602 when learning and filtering
3603 * src/etpan/imap-thread.c
3604 Make log output shorter in UID SEARCH
3607 2006-08-30 [colin] 2.4.0cvs113
3609 * src/plugins/bogofilter/bogofilter.c
3610 Really fast mass learning - thanks to David
3611 Relson for the options explanations :)
3613 2006-08-30 [colin] 2.4.0cvs112
3616 Fix compilation on FreeBSD. Thanks
3619 2006-08-29 [colin] 2.4.0cvs111
3622 Handle "popup_menu" signal (for popping the
3623 menu via the keyboard)
3628 * src/gtk/gtkutils.c
3629 * src/gtk/gtkutils.h
3630 Factorize scrolling code, and add an API
3631 for MimeViewers to handle scroll orders
3633 2006-08-29 [wwp] 2.4.0cvs110
3635 * src/plugins//bogofilter/bogofilter.c
3636 * src/plugins//spamassassin/spamassassin.c
3637 make the bogofilter/spamassassin filtering error dialogs at
3638 incorporation obey to the "don't popup error dialog on
3639 receive error" option. If disabled, feed the log window w/
3646 2006-08-29 [paul] 2.4.0cvs109
3649 remove 'make release', it's not needed
3650 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3652 2006-08-29 [paul] 2.4.0cvs108
3655 * src/summary_search.c
3656 * src/gtk/progressdialog.c
3657 * src/plugins/pgpcore/passphrase.c
3658 replace deprecated gtk_window_set_policy()
3660 2006-08-29 [colin] 2.4.0cvs107
3663 Fix data loss when copy fails during a move:
3664 only use fast remove_msgs if everything was
3665 copied OK; else use slow remove_msg on the
3666 mails that got copied only.
3668 2006-08-28 [paul] 2.4.0cvs106
3671 revert change in 2.4.0cvs104, it breaks
3674 2006-08-28 [paul] 2.4.0cvs105
3676 * src/plugins/spamassassin/spamassassin.c
3679 2006-08-28 [paul] 2.4.0cvs104
3682 fix data loss when moving to another
3684 * src/prefs_spelling.c
3686 * src/gtk/pluginwindow.c
3687 improve the layout of the dialog text
3690 2006-08-28 [paul] 2.4.0cvs103
3692 * src/plugins/bogofilter/bogofilter.c
3693 * src/plugins/bogofilter/bogofilter_gtk.c
3694 fix english up a bit, innit
3696 2006-08-28 [paul] 2.4.0cvs102
3701 require autoconf 2.60, enabling building
3702 with gettext 0.15 (gettext 0.14.x build still
3703 possible). Replace Makefiles with versions
3705 Remove configure options --with-localedir and
3706 --with-mandir. The options that are provided
3707 directly by autoconf 2.60 can be used instead:
3708 --mandir --localedir
3710 2006-08-27 [colin] 2.4.0cvs101
3712 * src/plugins/bogofilter/Makefile.am
3713 Fix make dist (no README)
3715 2006-08-27 [colin] 2.4.0cvs100
3718 Don't use F_UNKNOWN folders for any default
3720 * src/plugins/bogofilter/bogofilter.c
3721 * src/plugins/bogofilter/bogofilter.h
3722 * src/plugins/bogofilter/bogofilter_gtk.c
3723 Add an option to specify the path to bogofilter
3724 Use single-quotes to be able to learn in folders
3725 with spaces in their names
3726 Verify learning status
3728 2006-08-27 [colin] 2.4.0cvs99
3731 * manual/plugins.xml
3732 Document Bogofilter plugin
3734 2006-08-27 [colin] 2.4.0cvs98
3740 When possible, copy the queued mail to sent folder
3741 instead of re-adding. Much faster on IMAP.
3743 2006-08-27 [colin] 2.4.0cvs97
3746 Disable mmaped caches - huge metadata loss
3747 here after a power failure.
3749 Add quicksearch timing
3750 * src/common/plugin.c
3751 * src/common/plugin.h
3752 Implement an interface to tell what plugins
3753 provide. Prevent loading of similar plugins.
3754 * src/plugins/clamav/clamav_plugin.c
3755 * src/plugins/demo/demo.c
3756 * src/plugins/dillo_viewer/dillo_viewer.c
3757 * src/plugins/pgpcore/plugin.c
3758 * src/plugins/pgpinline/pgpinline.c
3759 * src/plugins/pgpmime/pgpmime.c
3760 * src/plugins/spamassassin/spamassassin.c
3761 * src/plugins/trayicon/trayicon.c
3762 Implement plugin_provides()
3764 2006-08-27 [colin] 2.4.0cvs96
3767 * src/plugins/Makefile.am
3768 * src/plugins/bogofilter/.cvsignore
3769 * src/plugins/bogofilter/Makefile.am
3770 * src/plugins/bogofilter/bogofilter.c
3771 * src/plugins/bogofilter/bogofilter.h
3772 * src/plugins/bogofilter/bogofilter_gtk.c
3773 New Bogofilter plugin, provides filtering and
3774 learning. Spamassassin will go to extra plugins.
3776 2006-08-26 [mones] 2.4.0cvs95
3778 * manual/handling.xml
3779 Fix subfolder path in the example (thanks to Paul)
3781 2006-08-26 [mones] 2.4.0cvs94
3783 * manual/glossary.xml
3784 2.2. + add ISP to the glossary
3785 7.5. + Add UIDL to glossary
3786 7.7. + Add TCP to glossary
3787 * manual/handling.xml
3788 7.1. + Mentions GNU/Linux distribution, what about the non...
3789 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3790 7.3. + Mentions .bashrc, what about the non-bash ones?
3791 7.4. = Use appropriate quotation for commands
3792 7.6. = change "" to <quote></quote>
3793 * manual/plugins.xml
3794 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
3795 * manual/starting.xml
3796 2.1. + local mbox file: some examples of mbox file locations...
3797 Also reformatted files requiring it
3799 2006-08-26 [wwp] 2.4.0cvs93
3801 * src/summary_search.c
3802 disable find buttons while summary search is running.
3804 2006-08-25 [colin] 2.4.0cvs92
3811 Speed up MH moving, and add progressbar
3814 Write cache files using mmap() too
3816 2006-08-25 [wwp] 2.4.0cvs91
3819 switch spam<->ham button when a message has been marked as spam or ham
3820 and is still selected. Thanks to Colin.
3822 2006-08-25 [paul] 2.4.0cvs90
3825 * src/stock_pixmap.c
3826 * src/stock_pixmap.h
3828 * src/gtk/icon_legend.c
3829 * src/pixmaps/copied.xpm
3830 * src/pixmaps/moved.xpm
3831 add icons for delayed execution marked for
3832 copying, marked for moving
3834 2006-08-25 [mones] 2.4.0cvs89
3836 * manual/glossary.xml
3837 Fix the other glossary items:
3838 5.1. = Inmmediate execution -> <quote>immediate execution...
3839 5.2. = Fix MBOX capitalization -> Mbox
3840 5.3. + Improve Plugins def. w/ tech. ref.
3841 5.4. = Quotation -> replace '>' by <quote>></quote>
3842 5.5. - SMTP Server. -> remove dot
3846 2006-08-25 [mones] 2.4.0cvs88
3849 Reformatted, changed email address
3850 * manual/glossary.xml
3851 Reformatted, fixed MANUAL-TODO items:
3852 8.2. + add ROT-13 to glossary
3853 8.4. + add URL to glossary
3854 * manual/es/advanced.xml
3857 2006-08-25 [paul] 2.4.0cvs87
3859 * src/gtk/icon_legend.c
3860 add 'marked for deletion' icon
3861 arrange icons by containing column
3862 wrap long label text
3864 2006-08-25 [colin] 2.4.0cvs86
3866 * src/common/utils.c
3867 * src/common/utils.h
3868 Add the sc_g_*list_bigger functions in
3869 a place everyone can use it
3871 Only freeze/thaw the list when working
3872 on the selection, if it's bigger than 1
3873 * src/gtk/gtksctree.c
3874 Only freeze/thaw the list when unselec-
3875 ting 'all' if ('all' != 1)
3876 This avoids some flickering
3878 2006-08-24 [colin] 2.4.0cvs85
3881 Fix strange list selection
3882 Fix random seg (Invalid read of freed memory)
3884 2006-08-24 [colin] 2.4.0cvs84
3887 * src/gtk/inputdialog.c
3888 * src/plugins/pgpcore/passphrase.c
3889 Revert minimal width patch of 2.4.0cvs67,
3890 as it is also a maximal width. Use
3891 gtk_window_set_default_size instead.
3893 2006-08-24 [colin] 2.4.0cvs83
3896 Write cache/mark to temp files before
3897 overwriting old ones (avoids metadata
3898 loss if writing the new files fail).
3899 Use mmap() to read cache/mark file, as
3900 this makes cache reading faster. Dis-
3901 abled for big-endian machines until it
3902 can be tested. (Big-endian users: set
3903 msgcache_use_mmap = TRUE in the relevant
3906 Move rarely used fields of MsgInfo in
3907 another structure, which will only be
3908 allocated if needed. Face, X-Face,
3909 Return receipt headers and List-*
3910 headers are moved. Mails having none
3911 of these occupy 52 bytes less with
3912 this patch, which makes 2.5MB of RAM
3913 saved on a 50k folder).
3917 * src/partial_download.c
3921 Follow this structure change.
3923 2006-08-24 [wwp] 2.4.0cvs82
3925 * manual/es/.cvsignore
3926 * manual/es/dist/.cvsignore
3927 * manual/es/dist/html/.cvsignore
3928 * manual/es/dist/pdf/.cvsignore
3929 * manual/es/dist/ps/.cvsignore
3930 * manual/es/dist/txt/.cvsignore
3931 more (generated) files to ignore.
3933 2006-08-24 [colin] 2.4.0cvs81
3937 Fix possible problems with local delivery. Check the folder doesn't
3938 need scan before setting its mtime when saving cache (which can be
3939 done long after the folder's been modified by an external process);
3940 Check that the stored item's mtime didn't change in mh functions.
3942 2006-08-24 [mones] 2.4.0cvs80
3944 * manual/advanced.xml
3945 Rewrapping, some fixes and MANUAL-TODO items:
3946 8.1. = change "" to <quote></quote>
3947 8.3. = quote menu items
3948 8.5. - deploying -> new user ... ideally a new user (redundant)
3950 2006-08-23 [colin] 2.4.0cvs79
3952 * src/gtk/gtksctree.c
3953 When selecting or deselecting range, only
3954 freeze/thaw when selection is bigger than 10
3956 2006-08-23 [colin] 2.4.0cvs78
3961 * src/plugins/dillo_viewer/dillo_viewer.c
3962 Provide an API for MimeViewer plugins to
3963 return a text selection for replying
3965 2006-08-23 [colin] 2.4.0cvs77
3967 * src/image_viewer.c
3969 Use gtk_pixbuf_new_from_file_at_scale(), which
3970 is faster than getting the pixbuf then resizing
3973 2006-08-23 [colin] 2.4.0cvs76
3976 UTF-8 should be sent Quoted-printable
3978 2006-08-22 [colin] 2.4.0cvs75
3981 Check if scan is required before touching
3982 the folder (or it'll be required every time)
3984 2006-08-22 [colin] 2.4.0cvs74
3987 Require libetpan 0.46 (crasher fix when built
3990 2006-08-22 [colin] 2.4.0cvs73
3993 Set folder's mtime after writing its
3998 Don't do useless stuff if we don't
4001 Add some timing, don't deselect prior
4002 to selecting (gtksctree does it itself),
4003 remove crash avoidance hacks as it's been
4004 properly fixed since a while
4005 * src/common/utils.c
4006 Optimize to_human_readable(): _() is slow,
4007 do it only once, and avoid %f format for KB
4008 (the most common in a summaryview)
4009 * src/gtk/gtksctree.c
4010 Don't uselessly freeze/thaw (fixes flicker
4011 on next unread and friends), reduce number
4012 of g_list_nth/g_list_position where possible
4013 * src/gtk/gtkutils.c
4014 * src/gtk/gtkutils.h
4015 Reduce number of g_list_nth/g_list_position
4017 All of this makes loading as 70k folder 2.1
4018 seconds instead of 3.2 (with hot FS caches).
4019 (1.3 seconds without Date and Size columns...)
4021 2006-08-22 [paul] 2.4.0cvs72
4023 wrap documents and do some items from mones' MANUAL-TODO:
4025 * manual/account.xml
4026 4.1. = fix tabname references to <quote>tabname</quote>
4027 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
4029 1.1. = mentioned options don't match UI
4030 Add information about the 'Never send Return Receipts'
4032 * manual/handling.xml
4033 6.2. = Mentions Extended symbols button, but now is
4035 6.3. = Mentions ... button, which is now Edit
4037 2006-08-22 [colin] 2.4.0cvs71
4039 * src/gtk/pluginwindow.c
4040 Fix layout in verbose translations (such
4043 2006-08-22 [paul] 2.4.0cvs70
4045 * manual/Makefile.am
4046 build manuals in alphabetical order
4048 * src/prefs_themes.c
4049 replace/remove deprecated symbols
4050 * src/gtk/gtkutils.c
4052 * src/gtk/pluginwindow.c
4053 replace deprecated symbol
4054 replace label text and move it
4055 * src/plugins/pgpcore/prefs_gpg.c
4056 move the 'Generate...' button out of the
4057 Sign Key frame, replace the English used
4058 * src/plugins/pgpcore/sgpgme.c
4059 fixes to the English
4061 2006-08-21 [colin] 2.4.0cvs69
4063 * src/plugins/trayicon/trayicon.c
4064 Add more strings for translation; patch
4067 2006-08-21 [colin] 2.4.0cvs68
4070 fix replied flag not set after drafting
4072 fix body quicksearch in non-encoded bodies
4075 Get rid of the g_malloc workaround for
4076 corrupted caches, use g_try_malloc
4078 2006-08-21 [colin] 2.4.0cvs67
4081 * src/gtk/inputdialog.c
4082 * src/plugins/pgpcore/passphrase.c
4083 Set minimal width to 375
4085 Fix switching to offline, asking if it
4086 should be overriden for synchronising
4088 Don't offer to remember command on Open
4089 with for text parts, as the browser or
4090 text editor command isn't changed from
4093 2006-08-20 [paul] 2.4.0cvs66
4097 fix plural form errors. revealed by stricter
4098 checking of gettext 0.15
4100 2006-08-18 [paul] 2.4.0cvs65
4102 * src/stock_pixmap.c
4103 fix the fix of 2.4.0cvs64
4106 2006-08-18 [paul] 2.4.0cvs64
4108 * src/stock_pixmap.c
4112 2006-08-18 [paul] 2.4.0cvs63
4116 fix occasional IMAP bug where large msgs
4117 were left in the queue folder after sending
4120 2006-08-18 [paul] 2.4.0cvs62
4123 freeze the summaryview while quicksearch results
4125 (fixes bug 456 'current message is hidden when the
4126 view is refreshed and extended search is "unread
4130 add missing #include "inputdialog.h"
4131 * src/common/utils.h
4132 add missing mailcap_update_default() and improve
4135 2006-08-17 [colin] 2.4.0cvs61
4137 * src/plugins/pgpcore/select-keys.c
4140 2006-08-17 [colin] 2.4.0cvs60
4143 Don't continue queuing if Cancel is clicked
4146 2006-08-17 [colin] 2.4.0cvs59
4148 * src/plugins/pgpcore/select-keys.c
4149 When encrypting, if only one key matches and it
4150 matches exactly, automatically use it.
4152 2006-08-17 [colin] 2.4.0cvs58
4155 * src/prefs_common.c
4156 * src/prefs_common.h
4157 * src/prefs_ext_prog.c
4159 Fix issues with previous patch (text/html)
4160 Remove outdated prefs
4162 2006-08-17 [colin] 2.4.0cvs57
4165 Add View Log button on auth error
4167 Fix encrypted mail marked as new when
4168 saved in normal folders
4169 * src/plugins/pgpinline/pgpinline.c
4170 Fix encrypt bug on IMAP
4172 * src/common/utils.c
4173 * src/common/utils.h
4174 * src/gtk/inputdialog.c
4175 * src/gtk/inputdialog.h
4176 Get rid of metamail stuff, simplify
4177 opening, and allow remembering of user's
4178 choices (by updating ~/.mailcap). There's
4179 still to drop "Audio player" and "Image
4180 viewer" preferences.
4182 2006-08-17 [mones] 2.4.0cvs56
4184 * manual/es/sylpheed-claws-manual.xml
4187 2006-08-17 [mones] 2.4.0cvs55
4190 * manual/Makefile.am
4191 * manual/es/Makefile.am
4192 * manual/es/account.xml
4194 * manual/es/addrbook.xml
4195 * manual/es/advanced.xml
4197 * manual/es/glossary.xml
4199 * manual/es/handling.xml
4200 * manual/es/intro.xml
4201 * manual/es/keyboard.xml
4202 * manual/es/plugins.xml
4203 * manual/es/starting.xml
4204 * manual/es/sylpheed-claws-manual.xml
4205 * manual/es/dist/Makefile.am
4206 * manual/es/dist/html/Makefile.am
4207 * manual/es/dist/pdf/Makefile.am
4208 * manual/es/dist/ps/Makefile.am
4209 * manual/es/dist/txt/Makefile.am
4210 Spanish translation for the manual
4212 2006-08-16 [colin] 2.4.0cvs54
4217 Fix send button sensitivity at startup
4218 Set send menu sensitivity (patch by Fabien)
4220 Enable closing with esc (patch by Fabien)
4221 * src/gtk/foldersort.c
4222 Enable closing with esc (patch by Fabien)
4224 Optimisation (no need to copy to tempfile to
4225 "decode" 7bit and 8bit)
4227 Fix cruft in swap_from case
4229 Fix missing last line in some mail cases
4230 (Fixes debian #381872)
4231 * src/plugins/pgpcore/prefs_gpg.c
4232 * src/plugins/pgpcore/sgpgme.c
4233 * src/plugins/pgpcore/sgpgme.h
4234 Don't show "no key found" when user explicitely
4235 wants to create a key
4237 2006-08-16 [paul] 2.4.0cvs53
4243 * src/prefs_account.c
4244 * src/prefs_message.c
4245 * src/gtk/gtkutils.c
4246 bump up minimum required versions of GTK+ and
4249 2006-08-16 [paul] 2.4.0cvs52
4252 workaround GTK+ Bug 351600 - 'Can't re-click
4253 on button after sensitivity update'
4254 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4257 2006-08-15 [colin] 2.4.0cvs51
4259 * src/plugins/pgpcore/prefs_gpg.c
4260 Set options sensitivity according to
4262 * src/plugins/pgpcore/sgpgme.c
4263 Allow to create key with no passphrase
4265 2006-08-14 [cleroy] 2.4.0cvs50
4267 * src/gtk/pluginwindow.c
4268 New layout (maybe to be changed?)
4269 * src/gtk/gtkutils.c
4270 Fix a bit label_window
4271 * src/plugins/pgpcore/passphrase.c
4272 * src/plugins/pgpcore/passphrase.h
4273 * src/plugins/pgpcore/plugin.c
4274 * src/plugins/pgpcore/prefs_gpg.c
4275 * src/plugins/pgpcore/prefs_gpg.h
4276 * src/plugins/pgpcore/sgpgme.c
4277 * src/plugins/pgpcore/sgpgme.h
4278 Allow to create a PGP private key via the GUI
4280 2006-08-14 [wwp] 2.4.0cvs49
4282 * src/addressbook_foldersel.c
4283 fix strict ISO C90 compliance.
4285 2006-08-14 [paul] 2.4.0cvs48
4287 * src/gtk/prefswindow.c
4288 re-set scrolled window on opening
4295 2006-08-14 [paul] 2.4.0cvs47
4297 * src/prefs_display_header.c
4298 re-enable user-defined Displayed Headers
4300 2006-08-14 [paul] 2.4.0cvs46
4302 * src/prefs_account.c
4305 2006-08-13 [colin] 2.4.0cvs45
4307 * src/common/utils.c
4308 Fix "a" in quote when the original message is empty,
4309 by using \0 instead of 'a' to test writability of
4312 2006-08-13 [wwp] 2.4.0cvs44
4314 * src/plugins/spamassassin/spamassassin.c
4315 fix capitalization of "SpamAssassin" in some debug, log and
4318 2006-08-13 [paul] 2.4.0cvs43
4321 fix overlapping widgets
4322 * src/prefs_account.c
4323 fix translation of protocol_names[]
4324 fix label disappearing off the edge of the
4327 2006-08-12 [paul] 2.4.0cvs42
4329 * manual/plugins.xml
4330 update IRC channel info before it gets forgotten
4333 2006-08-11 [colin] 2.4.0cvs41
4342 Grey out the Send button if
4343 - Queue folders are empty, or
4344 - We're sending already
4346 2006-08-11 [wwp] 2.4.0cvs40
4349 fix a logic issue when quitting while a compose window is
4350 still open, thanks to Colin.
4352 2006-08-10 [colin] 2.4.0cvs39
4355 Fix default font size setting after wizard run
4357 * src/etpan/imap-thread.c
4358 * src/etpan/imap-thread.h
4359 Fix bug #999 (Timing out on TSL cert validation
4360 dialog makes ugly things happen). Also, STARTTLS
4361 unconditionnaly if initial capabilities contain
4362 LOGINDISABLED and STARTTLS.
4364 2006-08-09 [colin] 2.4.0cvs38
4368 Fix Tools/Actions sensitivity when there are
4371 2006-08-09 [colin] 2.4.0cvs37
4373 * src/prefs_filtering.c
4374 Warning fix, patch by Paul
4376 * src/prefs_actions.c
4377 * src/prefs_filtering_action.c
4378 * src/prefs_matcher.c
4379 Uniformisation of "Info ..." to "Info..." (for
4380 old gtk), patch by Fabien
4381 * src/plugins/clamav/clamav_plugin_gtk.c
4382 Sensitivity fix by Fabien
4384 2006-08-09 [colin] 2.4.0cvs36
4388 Add a function to know whether we're exiting
4389 * src/plugins/trayicon/trayicon.c
4390 If exiting, don't do anything. Faster, and
4391 avoids gtk_main_iteration reentracy causing
4394 2006-08-09 [colin] 2.4.0cvs35
4399 Fix lack of part selection when automatically
4400 jumping to a specific part
4402 Little optimisation in cache reading
4404 2006-08-09 [colin] 2.4.0cvs34
4407 Fix crash setting the priority on reedit
4408 (Accessing compose before creating it!)
4410 2006-08-08 [colin] 2.4.0cvs33
4413 Fix bug #998 (last attachment is not accessible)
4414 Bad RFC interpretation on multipart close-delimiters
4417 * src/gtk/gtkvscrollbutton.c
4418 * src/gtk/gtkvscrollbutton.h
4419 Make attachments list wheel-scrollable
4421 2006-08-07 [colin] 2.4.0cvs32
4423 * src/gtk/gtkaspell.c
4424 Fix bug #973 (Unicode punctation characters
4425 are not recognized as separators by the
4426 spell checker); fix unsigned stuff
4428 2006-08-07 [colin] 2.4.0cvs31
4431 Fix bug #956 (DnD text with accents in compose
4432 text entry); fix gccc's signed/unsigned fuss
4434 2006-08-06 [colin] 2.4.0cvs30
4437 Fix bug #979 (Plugin crashes when exiting
4438 sylpheed-claws) : handle exit request only
4441 2006-08-05 [colin] 2.4.0cvs29
4444 Just make sure we have a msgid.
4446 2006-08-05 [colin] 2.4.0cvs28
4450 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4451 by reimplementing it
4453 Fix bug when hiding quotes with level > 3 and quote
4456 2006-08-04 [colin] 2.4.0cvs27
4461 Fix a bit replace-by-pasting undo
4464 Fix Fold quotes menu synchro in
4465 mainwindow when it changes in
4468 Fix right-click on quotes blocks
4469 * src/common/utils.c
4470 Verify that the file created by
4471 my_tmpfile() is writable. Fixes
4472 bug #988 (very specific filesystem
4474 * src/plugins/pgpcore/sgpgme.c
4475 Fix file descriptor leak
4476 * src/plugins/spamassassin/spamassassin.c
4477 Warn once if spamd isn't reachable
4479 2006-08-04 [colin] 2.4.0cvs26
4482 i18n context patch by Fabien
4484 2006-08-03 [colin] 2.4.0cvs25
4488 Rename "Hide quotes" to "Fold quotes"
4490 Don't use hand cursor on quotes. "all
4491 the bonuses of the feature and none of
4492 unwelcome side-effects"
4494 2006-08-03 [colin] 2.4.0cvs24
4497 * sylpheed-claws.desktop
4499 Bring the desktop file to XDG compliance
4500 Patch by Charles A. Edwards
4502 2006-08-03 [colin] 2.4.0cvs23
4505 Fix links offset when they are preceded
4506 by accentued chars (g_utf8_strlen!)
4508 Fix wrong status when starting offline
4511 2006-08-03 [wwp] 2.4.0cvs22
4513 * src/prefs_common.h
4514 ask what to do w/ filtering rules that belong to an account when
4515 applying filtering rules manually from the main window (skip,
4516 apply regardless of the account, use current account). This dialog
4517 can be skipped and the last reply used.
4520 2006-08-03 [wwp] 2.4.0cvs21
4524 * src/prefs_common.c
4529 ask what to do w/ filtering rules that belong to an account when
4530 applying filtering rules manually from the main window (skip,
4531 apply regardless of the account, use current account). This dialog
4532 can be skipped and the last reply used.