1 2006-11-14 [paul] 2.6.0cvs46
9 * src/pixmaps/active.xpm
10 * src/pixmaps/inactive.xpm
11 add a new page, 'Features', to the About dialog
12 showing which features are compiled in and which
15 2006-11-14 [paul] 2.6.0cvs45
18 updated by Pavlo Bohmat
20 2006-11-14 [colin] 2.6.0cvs44
29 Fix 64-bit-related warnings
31 Fix possible infinite loop
32 * src/plugins/pgpcore/sgpgme.c
35 2006-11-13 [colin] 2.6.0cvs43
38 authors.h isn't generated
40 2006-11-13 [colin] 2.6.0cvs42
42 * src/plugins/pgpinline/pgpinline.c
43 * src/plugins/pgpmime/pgpmime.c
44 Very probably fix bug 1061, 'crash on
45 opening signed email'. Another cast
48 2006-11-13 [colin] 2.6.0cvs41
50 * src/plugins/pgpcore/sgpgme.c
51 Maybe fix bug 1061, 'crash on opening
54 2006-11-13 [wwp] 2.6.0cvs40
56 * src/plugins/pgpinline/pgpinline.c
57 fix candidate for bug #1057, thanks to Colin.
59 2006-11-13 [wwp] 2.6.0cvs39
62 * src/quote_fmt_parse.y
63 fix bug 1052: current parser buffer was not always
64 allocated, ptr to this buffer could be returned as
65 NULL whereas no parser error has occurred. in
66 consequence, defining a template body as "%d"
67 (w/o the quotes) for the first time of the instance
68 of claws-mail, was reporting a parser error. make
69 sure that the buffer is always allocated, even to
71 fix mis-unescaping in compose.:compose_quote_fmt():
72 unescaping of the fmt string was always done
73 whereas it must be done *only* when receiving
74 quote format strings issued from the prefs
75 (compose new message, reply, forward, redirect
76 formats), *not* when applying templates. in
77 consequences, applying templates w/ sequences
78 like \\|p{echo} were failing. make sure that
79 unescaping is done only when necessary.
81 2006-11-12 [colin] 2.6.0cvs38
86 2006-11-12 [colin] 2.6.0cvs37
88 * src/plugins/pgpinline/pgpinline.c
89 * src/plugins/pgpmime/pgpmime.c
90 Release GPG context at the latest
91 possible moment. Maybe fixes
92 bug 1057, 'crash on sending signed
93 message to a newsgroup'
96 2006-11-12 [colin] 2.6.0cvs36
98 * src/plugins/pgpcore/sgpgme.c
99 Tell a bit more when gpg's status doesn't
100 contain any signature
102 2006-11-12 [colin] 2.6.0cvs35
105 Fix bug 1060, 'compilation error with
108 2006-11-12 [paul] 2.6.0cvs34
110 * doc/man/claws-mail.1
112 * src/plugins/clamav/README
113 * src/plugins/spamassassin/README
115 * tools/freshmeat_search.pl
116 * tools/google_search.pl
117 * tools/multiwebsearch.pl
119 * src/plugins/trayicon/trayicon.c
120 fix compiliation warning
122 2006-11-11 [colin] 2.6.0cvs33
125 Forbid drag and drop from/to different
126 folders of type F_UNKNOWN
128 2006-11-11 [colin] 2.6.0cvs32
130 * src/plugins/pgpinline/pgpinline.c
131 Fix typo in previous commit:
133 + if ((err = gpgme_new(&data->ctx)) ...)
135 2006-11-11 [colin] 2.6.0cvs31
137 * src/plugins/pgpinline/pgpinline.c
138 * src/plugins/pgpmime/pgpmime.c
139 Check success after calling gpgme_new
140 Maybe fixes bug 1057, 'crash on sending
141 signed message to a newsgroup'
143 2006-11-11 [colin] 2.6.0cvs30
146 init undostruct to 0s (from
147 valgrind log of bug 1057)
149 2006-11-10 [colin] 2.6.0cvs29
152 Set cursor to wait before filtering
153 duplicates in all folders
154 * src/plugins/bogofilter/bogofilter.c
155 * src/plugins/bogofilter/bogofilter.h
156 * src/plugins/bogofilter/bogofilter_gtk.c
157 Completely thread away the bogofilter
160 2006-11-10 [mones] 2.6.0cvs28
164 added COMPOSE_CHECK_BEFORE_SEND hook
166 2006-11-10 [paul] 2.6.0cvs27
170 add libSM to get_compiled_in_features()
174 2006-11-10 [colin] 2.6.0cvs26
176 * src/etpan/imap-thread.c
177 Add a reference to libetpan's sasl engine
178 so that sasl_done() doesn't get called by
179 libetpan, and doesn't break openssl.
180 Should fix bug 1053, 'SC fails to reestablish
184 2006-11-10 [colin] 2.6.0cvs25
186 * manual/addrbook.xml
187 * manual/advanced.xml
192 2006-11-09 [colin] 2.6.0cvs24
194 * src/plugins/bogofilter/bogofilter_gtk.c
195 Add comment about annoyance
197 2006-11-09 [colin] 2.6.0cvs23
199 * src/plugins/bogofilter/bogofilter.c
200 * src/plugins/bogofilter/bogofilter_gtk.c
201 Prepare things needed to thread bogofilter
202 filtering: separate bogo stuff and possible GUI
205 2006-11-09 [colin] 2.6.0cvs22
209 Search for one of our accounts in Delivered-To
210 (helps for auto-account selection when
215 * src/plugins/trayicon/trayicon.c
216 Allow opening a new mail with any account from
219 2006-11-09 [wwp] 2.6.0cvs21
224 * src/prefs_compose_writing.c
225 add a compose new message format (in prefs/compose/writing), it's a
226 simple subject+body template to use when opening a new composition
227 window. It's similar to the existent reply and forward formats.
229 enhanced the template/format % symbols substitution mechanism to
230 use current composition window information when % are used in
231 the compose new message format or in templates applied to new
232 messages (there were useless in that situations before). When
233 applied to new messages, %d corresponds to the system time/date.
235 2006-11-09 [paul] 2.6.0cvs20
240 2006-11-09 [paul] 2.6.0cvs19
243 keep tje alphabetical order
245 2006-11-08 [colin] 2.6.0cvs18
247 * src/etpan/imap-thread.c
248 Fix bug 1054, 'Slowness logging big
251 2006-11-08 [paul] 2.6.0cvs17
256 2006-11-08 [paul] 2.6.0cvs16
261 2006-11-08 [paul] 2.6.0cvs15
264 * tools/OOo2claws-mail.pl
265 * tools/OOo2sylpheed.pl
267 * tools/acroread2claws-mail.pl
268 * tools/acroread2sylpheed.pl
269 * tools/kmail2claws-mail.pl
270 * tools/kmail2claws-mail_v2.pl
271 * tools/kmail2sylpheed.pl
272 * tools/kmail2sylpheed_v2.pl
273 * tools/maildir2claws-mail.pl
274 * tools/maildir2sylpheed.pl
275 * tools/nautilus2claws-mail.sh
276 * tools/nautilus2sylpheed.sh
277 * tools/outlook2claws-mail.pl
278 * tools/outlook2sylpheed.pl
279 * tools/tb2claws-mail
281 * tools/tbird2claws.py
283 * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
284 * tools/kdeservicemenu/install.sh
285 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
286 * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
287 * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
288 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
289 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
290 renamed (removed, added) tools files
292 2006-11-08 [paul] 2.6.0cvs14
296 Migrate sylpheedrc to clawsrc, and fix the standard
297 plugins path in the process
299 2006-11-07 [colin] 2.6.0cvs13
302 Symlink sylpheed-claws relative to
305 2006-11-07 [colin] 2.6.0cvs12
308 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
310 2006-11-07 [paul] 2.6.0cvs11
313 Fix a missed occurence of
316 2006-11-07 [paul] 2.6.0cvs10
319 Fix symlink installation
321 2006-11-07 [paul] 2.6.0cvs9
324 Symlink claws-mail to sylpheed-claws
326 Fix migrating symlinks
327 * src/etpan/imap-thread.c
328 check certificate only when there's
331 2006-11-07 [paul] 2.6.0cvs8
334 Fix icon breakages with Gtk, which needs a
335 cache updated to see them.
337 2006-11-07 [paul] 2.6.0cvs7
348 * claws-mail-128x128.png
349 * claws-mail-64x64.png
354 * sylpheed-claws-128x128.png
355 * sylpheed-claws-64x64.png
356 * sylpheed-claws.desktop
358 * sylpheed-claws.pc.in
360 * debian/README.Debian
362 * debian/claws-mail.desktop
363 * debian/claws-mail.menu
364 * debian/claws-mail.postinst.debhelper
365 * debian/claws-mail.postrm.debhelper
370 * debian/sylpheed-claws.desktop
371 * debian/sylpheed-claws.menu
372 * debian/sylpheed-claws.postinst.debhelper
373 * debian/sylpheed-claws.postrm.debhelper
374 * doc/man/Makefile.am
375 * doc/man/claws-mail.1
376 * doc/man/sylpheed-claws.1
377 * doc/src/ChangeLog.claws-pre0.8.0
381 * manual/addrbook.xml
382 * manual/advanced.xml
383 * manual/claws-mail-manual.xml
385 * manual/glossary.xml
386 * manual/handling.xml
388 * manual/keyboard.xml
390 * manual/starting.xml
391 * manual/sylpheed-claws-manual.xml
393 * manual/dist/.cvsignore
394 * manual/dist/html/.cvsignore
395 * manual/dist/html/Makefile.am
396 * manual/dist/pdf/.cvsignore
397 * manual/dist/pdf/Makefile.am
398 * manual/dist/ps/.cvsignore
399 * manual/dist/ps/Makefile.am
400 * manual/dist/txt/.cvsignore
401 * manual/dist/txt/Makefile.am
402 * manual/es/Makefile.am
403 * manual/es/advanced.xml
404 * manual/es/claws-mail-manual.xml
406 * manual/es/glossary.xml
407 * manual/es/handling.xml
408 * manual/es/intro.xml
409 * manual/es/plugins.xml
410 * manual/es/sylpheed-claws-manual.xml
411 * manual/es/dist/.cvsignore
412 * manual/es/dist/html/.cvsignore
413 * manual/es/dist/html/Makefile.am
414 * manual/es/dist/pdf/.cvsignore
415 * manual/es/dist/pdf/Makefile.am
416 * manual/es/dist/ps/.cvsignore
417 * manual/es/dist/ps/Makefile.am
418 * manual/es/dist/txt/.cvsignore
419 * manual/es/dist/txt/Makefile.am
420 * manual/fr/Makefile.am
421 * manual/fr/account.xml
423 * manual/fr/addrbook.xml
424 * manual/fr/advanced.xml
425 * manual/fr/claws-mail-manual.xml
427 * manual/fr/glossary.xml
428 * manual/fr/handling.xml
429 * manual/fr/intro.xml
430 * manual/fr/keyboard.xml
431 * manual/fr/plugins.xml
432 * manual/fr/starting.xml
433 * manual/fr/sylpheed-claws-manual.xml
434 * manual/fr/dist/.cvsignore
435 * manual/fr/dist/html/.cvsignore
436 * manual/fr/dist/html/Makefile.am
437 * manual/fr/dist/pdf/.cvsignore
438 * manual/fr/dist/pdf/Makefile.am
439 * manual/fr/dist/ps/.cvsignore
440 * manual/fr/dist/ps/Makefile.am
441 * manual/fr/dist/txt/.cvsignore
442 * manual/fr/dist/txt/Makefile.am
443 * manual/pl/Makefile.am
444 * manual/pl/account.xml
446 * manual/pl/addrbook.xml
447 * manual/pl/advanced.xml
448 * manual/pl/claws-mail-manual.xml
450 * manual/pl/glossary.xml
451 * manual/pl/handling.xml
452 * manual/pl/intro.xml
453 * manual/pl/keyboard.xml
454 * manual/pl/plugins.xml
455 * manual/pl/starting.xml
456 * manual/pl/sylpheed-claws-manual.xml
457 * manual/pl/dist/.cvsignore
458 * manual/pl/dist/html/.cvsignore
459 * manual/pl/dist/html/Makefile.am
460 * manual/pl/dist/pdf/.cvsignore
461 * manual/pl/dist/pdf/Makefile.am
462 * manual/pl/dist/ps/.cvsignore
463 * manual/pl/dist/ps/Makefile.am
464 * manual/pl/dist/txt/.cvsignore
465 * manual/pl/dist/txt/Makefile.am
489 * src/addressbook_foldersel.c
490 * src/addressbook_foldersel.h
514 * src/displayheader.c
515 * src/displayheader.h
526 * src/editldap_basedn.c
527 * src/editldap_basedn.h
543 * src/folder_item_prefs.c
544 * src/folder_item_prefs.h
551 * src/grouplistdialog.c
552 * src/grouplistdialog.h
595 * src/matcher_parser.h
596 * src/matcher_parser_lex.l
597 * src/matcher_parser_parse.y
600 * src/message_search.c
601 * src/message_search.h
620 * src/partial_download.c
621 * src/partial_download.h
626 * src/prefs_account.c
627 * src/prefs_account.h
628 * src/prefs_actions.c
629 * src/prefs_actions.h
632 * src/prefs_compose_writing.c
633 * src/prefs_compose_writing.h
634 * src/prefs_customheader.c
635 * src/prefs_customheader.h
636 * src/prefs_display_header.c
637 * src/prefs_display_header.h
638 * src/prefs_ext_prog.c
639 * src/prefs_ext_prog.h
640 * src/prefs_filtering.c
641 * src/prefs_folder_column.c
642 * src/prefs_folder_column.h
643 * src/prefs_folder_item.c
644 * src/prefs_folder_item.h
649 * src/prefs_image_viewer.c
650 * src/prefs_image_viewer.h
651 * src/prefs_matcher.c
652 * src/prefs_matcher.h
653 * src/prefs_message.c
654 * src/prefs_message.h
655 * src/prefs_msg_colors.c
656 * src/prefs_msg_colors.h
661 * src/prefs_receive.c
662 * src/prefs_receive.h
665 * src/prefs_spelling.c
666 * src/prefs_spelling.h
667 * src/prefs_summaries.c
668 * src/prefs_summaries.h
669 * src/prefs_summary_column.c
670 * src/prefs_summary_column.h
671 * src/prefs_template.c
672 * src/prefs_template.h
675 * src/prefs_toolbar.c
676 * src/prefs_toolbar.h
677 * src/prefs_wrapping.c
678 * src/prefs_wrapping.h
688 * src/quote_fmt_parse.y
705 * src/summary_search.c
706 * src/summary_search.h
723 * src/common/base64.c
724 * src/common/base64.h
730 * src/common/mgutils.c
731 * src/common/mgutils.h
734 * src/common/passcrypt.c
735 * src/common/passcrypt.h.in
736 * src/common/plugin.c
737 * src/common/plugin.h
740 * src/common/progressindicator.c
741 * src/common/progressindicator.h
742 * src/common/quoted-printable.c
743 * src/common/quoted-printable.h
744 * src/common/session.c
745 * src/common/session.h
748 * src/common/socket.c
749 * src/common/socket.h
752 * src/common/stringtable.c
753 * src/common/stringtable.h
754 * src/common/sylpheed.c
755 * src/common/sylpheed.h
756 * src/common/template.c
757 * src/common/template.h
758 * src/common/timing.h
761 * src/common/version.h.in
764 * src/common/xmlprops.c
765 * src/common/xmlprops.h
767 * src/gtk/colorlabel.c
768 * src/gtk/colorlabel.h
773 * src/gtk/description_window.c
774 * src/gtk/description_window.h
777 * src/gtk/foldersort.c
778 * src/gtk/foldersort.h
779 * src/gtk/gtkaspell.c
780 * src/gtk/gtkaspell.h
781 * src/gtk/gtksctree.c
782 * src/gtk/gtkshruler.c
783 * src/gtk/gtkshruler.h
786 * src/gtk/icon_legend.c
787 * src/gtk/icon_legend.h
788 * src/gtk/logwindow.c
789 * src/gtk/logwindow.h
790 * src/gtk/manage_window.c
791 * src/gtk/manage_window.h
792 * src/gtk/pluginwindow.c
793 * src/gtk/pluginwindow.h
794 * src/gtk/prefswindow.c
795 * src/gtk/prefswindow.h
796 * src/gtk/quicksearch.c
797 * src/gtk/quicksearch.h
798 * src/pixmaps/claws-mail.xpm
799 * src/pixmaps/claws-mail_icon.xpm
800 * src/pixmaps/claws-mail_logo.xpm
801 * src/pixmaps/sylpheed-claws.xpm
802 * src/pixmaps/sylpheed-claws_icon.xpm
803 * src/pixmaps/sylpheed-claws_logo.xpm
804 * src/plugins/bogofilter/Makefile.am
805 * src/plugins/bogofilter/bogofilter.c
806 * src/plugins/bogofilter/bogofilter.h
807 * src/plugins/bogofilter/bogofilter_gtk.c
808 * src/plugins/clamav/Makefile.am
809 * src/plugins/clamav/clamav_plugin.c
810 * src/plugins/clamav/clamav_plugin.h
811 * src/plugins/clamav/clamav_plugin_gtk.c
812 * src/plugins/demo/Makefile.am
813 * src/plugins/demo/demo.c
814 * src/plugins/dillo_viewer/Makefile.am
815 * src/plugins/dillo_viewer/README
816 * src/plugins/dillo_viewer/dillo_prefs.c
817 * src/plugins/dillo_viewer/dillo_prefs.h
818 * src/plugins/dillo_viewer/dillo_viewer.c
819 * src/plugins/pgpcore/Makefile.am
820 * src/plugins/pgpcore/passphrase.c
821 * src/plugins/pgpcore/passphrase.h
822 * src/plugins/pgpcore/pgp_viewer.c
823 * src/plugins/pgpcore/pgp_viewer.h
824 * src/plugins/pgpcore/plugin.c
825 * src/plugins/pgpcore/prefs_gpg.c
826 * src/plugins/pgpcore/prefs_gpg.h
827 * src/plugins/pgpcore/select-keys.c
828 * src/plugins/pgpcore/select-keys.h
829 * src/plugins/pgpcore/sgpgme.c
830 * src/plugins/pgpcore/sgpgme.h
831 * src/plugins/pgpcore/sylpheed.def
832 * src/plugins/pgpcore/version.rc
833 * src/plugins/pgpinline/Makefile.am
834 * src/plugins/pgpinline/pgpinline.c
835 * src/plugins/pgpinline/pgpinline.h
836 * src/plugins/pgpinline/plugin.c
837 * src/plugins/pgpinline/sylpheed.def
838 * src/plugins/pgpinline/version.rc
839 * src/plugins/pgpmime/Makefile.am
840 * src/plugins/pgpmime/pgpmime.c
841 * src/plugins/pgpmime/pgpmime.h
842 * src/plugins/pgpmime/plugin.c
843 * src/plugins/pgpmime/sylpheed.def
844 * src/plugins/pgpmime/version.rc
845 * src/plugins/spamassassin/Makefile.am
846 * src/plugins/spamassassin/README
847 * src/plugins/spamassassin/spamassassin.c
848 * src/plugins/spamassassin/spamassassin.h
849 * src/plugins/spamassassin/spamassassin_gtk.c
850 * src/plugins/trayicon/Makefile.am
851 * src/plugins/trayicon/trayicon.c
852 * tools/OOo2sylpheed.pl
854 * tools/README.sylprint
855 * tools/acroread2sylpheed.pl
856 * tools/claws.i18n.status.pl
857 * tools/filter_conv.pl
858 * tools/filter_conv_new.pl
859 * tools/freshmeat_search.pl
860 * tools/google_search.pl
861 * tools/kmail2sylpheed.pl
862 * tools/kmail2sylpheed_v2.pl
863 * tools/make.themes.project
864 * tools/multiwebsearch.pl
865 * tools/nautilus2sylpheed.sh
866 * tools/outlook2sylpheed.pl
870 * tools/textviewer.sh
872 * tools/kdeservicemenu/README
873 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
874 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
875 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
876 Change name to Claws Mail. Announce to follow...
878 2006-11-06 [wwp] 2.6.0cvs6
880 * src/prefs_template.c
881 unify messages related to quote format/template errors (fix
882 capitalization), again.
884 2006-11-06 [wwp] 2.6.0cvs5
887 unify messages related to quote format/template errors.
889 2006-11-06 [wwp] 2.6.0cvs4
891 * src/prefs_msg_colors.c
892 more uses of Q_ macro for contextual translations, thanks
895 2006-11-06 [wwp] 2.6.0cvs3
900 show an alertpanel to make sure users are aware that sensitive
901 files are attached (it's file blacklist-based). This will fix
902 interaction w/ GoogleEarth for instance, thanks to Colin.
904 2006-11-06 [wwp] 2.6.0cvs2
907 * src/prefs_template.c
908 * src/prefs_template.h
909 check quote format when applying/closing prefs. For now this only
910 shows up an error dialog box, not preventing the user from using
911 a broken quote (reply, forwards) format.
913 2006-11-06 [wwp] 2.6.0cvs1
915 * src/prefs_template.c
916 fix missing checks of some template fields.
918 2006-11-06 [paul] 2.6.0
925 2006-11-06 [paul] 2.5.6cvs22
927 * manual/advanced.xml
928 * manual/es/advanced.xml
929 put 'respect_flowed_format' info in the correct
932 2006-11-06 [mones] 2.5.6cvs21
935 Minor fixes for release
937 2006-11-06 [paul] 2.5.6cvs20
948 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
949 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
950 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
953 2006-11-02 [colin] 2.5.6cvs19
957 * src/prefs_account.c
958 * src/etpan/imap-thread.c
959 Add GSSAPI support - fixes Debian bug #383274
961 2006-11-01 [colin] 2.5.6cvs18
964 Handle libpisock12 support. Probably
965 fixes bug 1046, 'jpilot AddressDB.pdb
968 2006-11-01 [colin] 2.5.6cvs17
971 debug_print() folderutils_mark_all_read()
973 2006-11-01 [colin] 2.5.6cvs16
976 Add missed files to the Apache exception
978 2006-10-31 [colin] 2.5.6cvs15
982 Add a copy_private_data() func to FolderClasses
983 Doesn't break the feature freeze, because we
984 won't use it (right now) in the core.
986 2006-10-31 [colin] 2.5.6cvs14
989 Allow linking with the Apache licensed files in
990 src/plugins/spamassassin. Hopefully fixes
991 bug 1048, 'Spamassassin plugin license problem'
993 2006-10-31 [wwp] 2.5.6cvs13
996 fix and optimize trimming of leading linefeeds in body loop.
998 2006-10-31 [colin] 2.5.6cvs12
1000 * src/etpan/imap-thread.c
1002 Make really sure to have NULL sets in case
1005 2006-10-30 [wwp] 2.5.6cvs11
1007 * src/prefs_common.c
1008 * src/prefs_common.h
1010 fix broken storage of quote format template when it contains \-escape
1011 sequences. The application of such sequences is also fixed now (\t
1012 in quote format will be a real tab instead of a 't', for instance).
1014 2006-10-27 [colin] 2.5.6cvs10
1017 Probably fix bug 1045, 'sylpheed-claws
1018 doesn't remove the mail from the IMAP
1019 Queue folder after sending'. From
1022 2006-10-27 [colin] 2.5.6cvs9
1025 Require libetpan-0.48. I'm so annoying,
1028 2006-10-27 [colin] 2.5.6cvs8
1032 Probably fix bug 1044, 'sylpheed-claws
1033 segfaults while moving mails' - Fix relation
1034 usage when moving to an IMAP mailbox from another
1037 2006-10-26 [paul] 2.5.6cvs7
1040 add libSM to compiled-in features
1043 2006-10-24 [colin] 2.5.6cvs6
1046 * src/gtk/gtkutils.c
1047 Fix crash when printing emails with an
1050 2006-10-24 [mones] 2.5.6cvs5
1052 * manual/es/advanced.xml
1053 Synchronize hidden option respect_flowed_format
1057 2006-10-21 [paul] 2.5.6cvs4
1060 * src/plugins/pgpcore/pgp_viewer.c
1061 * src/plugins/pgpcore/sgpgme.c
1062 fix building on BSDs
1063 Thanks to Michael Hughes
1064 <Sylpheed-Claws_user@thehugheslogcabin.net>
1066 2006-10-20 [colin] 2.5.6cvs3
1069 Bump up libetpan requirement
1070 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1071 * src/common/utils.c
1072 * src/common/utils.h
1073 Add convenience get_file_mtime()
1075 * src/etpan/imap-thread.c
1076 * src/etpan/imap-thread.h
1077 Implement UIDPLUS support if the server
1078 supports it - faster sending in this case
1080 2006-10-19 [colin] 2.5.6cvs2
1082 * src/gtk/quicksearch.c
1083 Fix emptying in type-ahead+extended mode
1086 Add a hook for offline state change
1087 * src/plugins/trayicon/trayicon.c
1088 Use it to display offline icons
1089 * src/plugins/trayicon/Makefile.am
1090 * src/plugins/trayicon/newmail.offline.xpm
1091 * src/plugins/trayicon/newmarkedmail.offline.xpm
1092 * src/plugins/trayicon/nomail.offline.xpm
1093 * src/plugins/trayicon/unreadmail.offline.xpm
1094 * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1097 2006-10-12 [paul] 2.5.6cvs1
1102 Update version number following
1105 2006-10-19 [colin] 2.5.5cvs18
1107 * manual/handling.xml
1108 Add type-ahead search
1110 2006-10-18 [colin] 2.5.5cvs17
1112 * src/gtk/quicksearch.c
1113 Remove "save to history only if there's
1114 no syntax error", it breaks for some
1115 reason which I'll investigate later.
1117 2006-10-18 [colin] 2.5.5cvs16
1119 * src/prefs_common.c
1120 * src/prefs_common.h
1122 * src/gtk/quicksearch.c
1123 * src/gtk/quicksearch.h
1124 Add a type-ahead option for fast searches
1125 Patch by Fabien Vantard
1127 2006-10-18 [colin] 2.5.5cvs15
1131 Add Options/Reply mode/ menu to be able to
1132 change the recipients of a reply on the fly
1134 2006-10-18 [colin] 2.5.5cvs14
1137 Fix redirecting of our own sent mails
1139 2006-10-17 [wwp] 2.5.5cvs13
1141 * src/send_message.c
1142 Fix duplicate error messages when sending, and missing
1143 newline in such error messages.
1145 2006-10-17 [colin] 2.5.5cvs12
1148 Compare addresses case-insensitive
1150 2006-10-17 [colin] 2.5.5cvs11
1152 * src/plugins/pgpcore/sgpgme.c
1155 2006-10-17 [colin] 2.5.5cvs10
1157 * src/plugins/pgpcore/pgp_viewer.c
1160 2006-10-17 [colin] 2.5.5cvs9
1163 Fix a typo (thanks to Fabien)
1165 2006-10-16 [colin] 2.5.5cvs8
1168 Fix problem with quote-folding when emails
1169 don't convert cleanly to UTF-8
1171 2006-10-14 [colin] 2.5.5cvs7
1173 * src/prefs_template.c
1174 Reset fields when reopening
1177 2006-10-13 [paul] 2.5.5cvs6
1179 * manual/advanced.xml
1180 * src/prefs_message.c
1181 make 'respect_flowed_format' a hidden
1182 option, and add a manual entry for it
1185 2006-10-12 [colin] 2.5.5cvs5
1188 Revert part of 2.5.2cvs21:
1189 Don't optimise by reusing the
1190 last iconv converter if possible:
1191 it seems slightly broken in a
1192 very hard way to reproduce
1194 2006-10-12 [colin] 2.5.5cvs4
1196 * src/prefs_common.c
1197 * src/prefs_common.h
1198 * src/prefs_message.c
1200 Fix bug 1035, 'Incorrect handling
1201 of flowed lines'. We now optionnaly
1202 handle this format (preference is in
1203 Message View/Text options section)
1205 2006-10-12 [colin] 2.5.5cvs3
1209 * src/plugins/pgpcore/pgp_viewer.c
1210 * src/plugins/pgpcore/sgpgme.c
1211 Don't try to import without asking
1213 2006-10-12 [colin] 2.5.5cvs2
1216 Fix bug 1036, 'Forwarding a mutlipart
1217 mail with a "text/html" block to ms
1218 outlook users leeds to freeze of
1219 outlook'. Poor outlook users...
1221 2006-10-12 [paul] 2.5.5cvs1
1226 Update version number following
1229 2006-10-11 [paul] 2.5.4cvs1
1234 Update version number following
1237 2006-10-11 [paul] 2.5.3cvs32
1240 fix bug 1032, 'Segmentation fault when showing
1241 message' (bug in quote folding)
1244 2006-10-10 [colin] 2.5.3cvs31
1247 Rephrase english a bit
1249 2006-10-10 [colin] 2.5.3cvs30
1251 * src/prefs_compose_writing.c
1252 Stop making the page larger than the window
1254 2006-10-10 [wwp] 2.5.3cvs29
1257 * src/prefs_template.c
1260 * src/quote_fmt_lex.l
1261 * src/quote_fmt_parse.y
1262 Extend the quote parser a bit: allow to get access to
1263 basic (composing) account info.
1265 2006-10-10 [colin] 2.5.3cvs28
1268 Fix this \t problem in subject
1270 2006-10-09 [colin] 2.5.3cvs27
1274 Prepare cache a bit later
1275 If section already exists, skip the new one
1276 (as previously); avoid writing the same block
1277 twice - if we find a second block with the
1279 * src/plugins/pgpcore/pgp_viewer.c
1280 Set cursor to busy when retrieving a key
1281 * src/plugins/pgpcore/sgpgme.c
1282 allow 5 seconds for gpg to export the key
1285 2006-10-09 [colin] 2.5.3cvs26
1290 Check for existence of fgets_unlocked
1293 2006-10-09 [paul] 2.5.3cvs25
1295 * src/prefs_summaries.c
1296 replace strftime() with fast_strftime() and in
1297 the consequence fix the bug in the display of
1298 AM/PM in the 'Example' string
1300 2006-10-09 [ticho] 2.5.3cvs24
1303 Updated (and fixed up somewhat) Slovak translation.
1305 2006-10-08 [colin] 2.5.3cvs23
1307 * src/prefs_folder_item.c
1308 Explain why prefs in the top-level folder
1309 aren't retained, but are still useful
1311 2006-10-08 [colin] 2.5.3cvs22
1314 Don't cache anything if caching fails
1316 2006-10-08 [colin] 2.5.3cvs21
1318 * src/common/utils.c
1319 always include gi18n.h
1321 2006-10-07 [colin] 2.5.3cvs20
1323 * src/plugins/pgpcore/pgp_viewer.c
1324 Kill gpg after 5 seconds wait
1326 2006-10-07 [colin] 2.5.3cvs19
1328 * src/plugins/pgpcore/pgp_viewer.c
1329 * src/plugins/pgpcore/pgp_viewer.h
1332 2006-10-07 [colin] 2.5.3cvs18
1334 * src/plugins/pgpcore/pgp_viewer.c
1335 * src/plugins/pgpcore/pgp_viewer.h
1336 Actually add the files to CVS
1338 2006-10-07 [colin] 2.5.3cvs17
1340 * src/plugins/pgpcore/sgpgme.c
1341 Be sure not to crash on 'application/pgp-signature' that
1342 are not application/pgp-signatures
1344 2006-10-07 [colin] 2.5.3cvs16
1348 Make a bit more of the API available
1349 * src/plugins/pgpcore/Makefile.am
1350 * src/plugins/pgpcore/plugin.c
1351 * src/plugins/pgpcore/sgpgme.c
1352 Add basic key import/export
1354 2006-10-07 [colin] 2.5.3cvs15
1358 * src/prefs_account.c
1360 Warn users *everywhere* if libetpan's not
1363 2006-10-06 [mones] 2.5.3cvs14
1367 updated by Stephan Sachse and me
1369 2006-10-06 [colin] 2.5.3cvs13
1372 * src/common/sylpheed.c
1373 Don't load common plugins if --exit is passed
1376 Implement a cache to avoid reading the same
1377 files over and over again at startup
1379 2006-10-06 [colin] 2.5.3cvs12
1382 * src/gtk/quicksearch.c
1383 Update display every 5k mails on fast searches
1385 2006-10-06 [colin] 2.5.3cvs11
1388 Don't do quote folding on HTML or ERTF.
1389 May fix the Cygwin issues if they were
1390 happening with HTML mails?
1392 2006-10-05 [colin] 2.5.3cvs10
1397 2006-10-05 [colin] 2.5.3cvs9
1400 Use unlocked_stdio here too
1402 2006-10-05 [colin] 2.5.3cvs8
1405 Fix go to next * after preferences apply
1407 Do the fd lock/unlock ourselves instead of
1408 letting the libc do it at each write
1410 2006-10-05 [colin] 2.5.3cvs7
1412 * src/common/utils.c
1413 Faster division, thanks to Jean Diraison
1415 2006-10-05 [paul] 2.5.3cvs6
1417 * src/common/utils.c
1418 fix building with --disable-nls
1420 2006-10-04 [colin] 2.5.3cvs5
1423 Maybe fix a segfault
1425 2006-10-04 [wwp] 2.5.3cvs4
1427 * src/prefs_folder_item.c
1428 Fine-tune layouts in folder item prefs. Suggested by
1429 Fabien Vantard <fzzzzz@gmail.com>.
1431 2006-10-04 [wwp] 2.5.3cvs3
1433 * src/prefs_folder_item.c
1434 Kill the clandestine passengers. You didn't see anything.
1436 2006-10-04 [wwp] 2.5.3cvs2
1438 * src/prefs_folder_item.c
1439 Add a way to test the subject simplify regexp in
1440 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1441 w/ few layout changes.
1443 2006-20-04 [paul] 2.5.3cvs1
1448 Update version number following
1451 2006-10-04 [colin] 2.5.2cvs42
1456 Provide a way for folder classes to set their sort
1459 2006-10-03 [colin] 2.5.2cvs41
1462 Don't use strlen() to know if the
1465 2006-10-03 [colin] 2.5.2cvs40
1468 Fix "check for new folders" with accentued folders
1470 2006-10-03 [ticho] 2.5.2cvs39
1476 Colin's fix for "copy" filtering rules.
1478 2006-10-02 [colin] 2.5.2cvs38
1481 Fix for double-click too
1483 2006-10-02 [colin] 2.5.2cvs37
1486 correct fix for cvs36
1488 2006-10-02 [colin] 2.5.2cvs36
1491 Fix 'goto next unread' after collapsing/expanding
1494 2006-10-02 [colin] 2.5.2cvs35
1497 Fix double freeze/thaw
1498 * src/common/utils.c
1499 * src/common/utils.h
1500 Reimplement strftime
1505 2006-10-02 [colin] 2.5.2cvs34
1508 Time mh_write_sequences() - it's fast
1510 Init a variable to shut up gcc
1512 2006-10-01 [colin] 2.5.2cvs33
1518 Add helper mh_set_mtime(), and set mtime to stat()'s result
1519 Add fsync but disable it, it's slow as hell
1521 2006-10-01 [colin] 2.5.2cvs32
1525 fflush() caches and mh_sequences before
1528 2006-10-01 [colin] 2.5.2cvs31
1531 Don't ftruncate when not using mmap
1533 2006-09-30 [colin] 2.5.2cvs30
1536 Write folder list *after* saving caches
1538 2006-09-30 [colin] 2.5.2cvs29
1542 Debug forced mtime changes
1544 2006-09-30 [colin] 2.5.2cvs28
1548 Remove useless debug_print()s (code
1551 2006-09-30 [colin] 2.5.2cvs27
1554 Do stuff faster when writing mh_sequences
1556 2006-09-30 [colin] 2.5.2cvs26
1559 Don't let the writing of .mh_sequences, which
1560 can change the folder's mtime, let us think
1563 2006-09-30 [colin] 2.5.2cvs25
1566 Move a debug_print where it belongs
1569 Don't mess with a huge slow subject
1570 table if we're not threading by
1573 2006-09-30 [colin] 2.5.2cvs24
1576 Reenable mmaped reads (*not* writes!)
1578 Don't destroy and recreate hashtables just
1580 * src/common/utils.c
1581 Remove useless reply prefixes (it's case
1584 2006-09-30 [wwp] 2.5.2cvs23
1587 Fixed a minor bug in date value extraction, added a switch
1588 to replace non RFC-compliant Date: value, added a switch
1589 to use strict RFC matching patterns for dates.
1591 2006-09-29 [colin] 2.5.2cvs22
1593 * src/matcher_parser.h
1594 * src/matcher_parser_parse.y
1595 * src/prefs_filtering.c
1597 * src/summary_search.c
1599 * src/gtk/quicksearch.c
1600 * src/gtk/quicksearch.h
1601 Optimise searches by setting different
1602 refresh intervals (depending if the
1603 search is fast or not)
1605 2006-09-29 [colin] 2.5.2cvs21
1608 Optimise by reusing the last iconv converter
1611 Optimise a bit (the foldable quotes feature
1612 still has an awful O(n^2) algo
1614 2006-09-29 [colin] 2.5.2cvs20
1616 * src/gtk/gtksctree.c
1617 * src/gtk/gtksctree.h
1618 Optimise de-selection via up/down or
1621 2006-09-28 [colin] 2.5.2cvs19
1628 * src/summary_search.c
1630 Avoid using summaryview->ctree directly
1632 2006-09-28 [colin] 2.5.2cvs18
1636 Add helpers to freeze/thaw/grab_focus
1637 Factorize calls to freeze/thaw/grab_focus
1640 2006-09-28 [colin] 2.5.2cvs17
1643 More guards for the session management
1645 2006-09-28 [colin] 2.5.2cvs16
1648 * src/gtk/gtksctree.c
1649 * src/gtk/gtksctree.h
1650 Make expanding not recursive in folderview
1652 2006-09-28 [colin] 2.5.2cvs15
1655 If nothing is selected in the list (right part)
1656 and a group is selected in the tree (left part),
1659 2006-09-28 [colin] 2.5.2cvs14
1662 Actually use SM_LIBS
1664 2006-09-28 [ticho] 2.5.2cvs13
1671 * src/prefs_themes.c
1673 Small i18n string optimization.
1674 * src/send_message.c
1676 * src/common/session.c
1678 * src/common/ssl_certificate.c
1679 * src/common/utils.c
1680 Use "Couldn't" instead of "Can't" in UI messages,
1683 2006-09-28 [colin] 2.5.2cvs12
1686 Possibly fix link errors
1688 2006-09-27 [wwp] 2.5.2cvs11
1691 * doc/man/sylpheed-claws.1
1696 Updated authors info (me, myself and I).
1698 2006-09-27 [colin] 2.5.2cvs10
1701 Remove useless printf
1703 2006-09-27 [wwp] 2.5.2cvs9
1706 * src/send_message.c
1708 * src/prefs_common.c
1709 * src/prefs_common.h
1710 * src/gtk/progressdialog.c
1711 remember more windows' sizes (send dialog, received dialog,
1712 edit group in addressbook).
1714 2006-09-27 [colin] 2.5.2cvs8
1719 Use libSM to communicate with the session
1720 manager, so that we can know when the
1721 session ends, save our caches, and draft
1722 our compose windows.
1724 2006-09-27 [colin] 2.5.2cvs7
1728 o Allow Book and Group creation from the tree's
1730 o Do not actually delete the contacts when
1731 deleting groups from the tree (duh!)
1733 2006-09-27 [colin] 2.5.2cvs6
1740 o Allow passing an email address to
1741 compose_new_with_folderitem
1743 o Use current folderitem when clicking
1744 on a TextView mailto: link
1745 o Fix a possible leak in TextView
1747 2006-09-27 [colin] 2.5.2cvs5
1750 Use UTF-8 chars to replace HTML entities
1752 2006-09-27 [colin] 2.5.2cvs4
1755 * src/prefs_account.c
1757 Fix bug #1024 (Array index out of
1758 range in sylpheed-claws-2.5.2)
1759 Patch by Ales Nosek <anosek@suse.cz>
1761 2006-09-27 [colin] 2.5.2cvs3
1764 Actually do the test
1766 2006-09-27 [colin] 2.5.2cvs2
1770 Allow completing with comma (in certain cases: vCalendar
1771 for example doesn't support that)
1772 Patch by Fabien Vantard
1774 2006-09-26 [colin] 2.5.2cvs1
1785 * src/prefs_common.c
1786 * src/prefs_filtering_action.c
1787 * src/prefs_folder_item.c
1788 * src/prefs_template.c
1789 * src/stock_pixmap.c
1790 * src/stock_pixmap.h
1791 * src/pixmaps/addr_one.xpm
1792 * src/pixmaps/addr_two.xpm
1793 Add auto-completion on groups
1795 2006-09-26 [colin] 2.5.2
1802 2006-09-26 [colin] 2.5.1cvs5
1807 2006-09-26 [colin] 2.5.1cvs4
1810 Revert cvs1 (useless as the message is printed
1813 2006-09-26 [colin] 2.5.1cvs3
1815 * src/partial_download.c
1816 Fix crasher found by Alexsandar Urosevic
1818 2006-09-26 [colin] 2.5.1cvs2
1821 Fix bug #1023 (Sylpheed deletes too much messages)
1823 2006-09-26 [ticho] 2.5.1cvs1
1826 Make use of gettext's multiple plurals for statusbar
1829 2006-09-25 [paul] 2.5.1
1836 2006-09-25 [colin] 2.5.0cvs3
1838 * src/plugins/bogofilter/bogofilter.c
1839 * src/plugins/clamav/clamav_plugin.c
1840 * src/plugins/spamassassin/spamassassin.c
1841 BogoFilter, Spamassassin: Fix double hook registering after
1842 visiting preferences
1843 Spamassassin, Clamav: Just set the mails to move instead of
1844 doing the move - caller will move the things at once.
1846 2006-09-25 [colin] 2.5.0cvs2
1849 * src/etpan/imap-thread.c
1850 Use UID SEARCH ALL instead of UID 1:*
1851 (braindead servers can't figure out that's
1854 2006-09-25 [wwp] 2.5.0cvs1
1856 * src/message_search.c
1857 Added the ability to stop a running search (in message body).
1859 2006-09-25 [paul] 2.5.0
1866 2006-09-25 [paul] 2.4.0cvs214
1877 updated by Tim, Stephan Sachse, Flammie Pirinen,
1878 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
1879 Ticho, Aleksander Urosevic, Ralgh Young
1881 2006-09-24 [mones] 2.4.0cvs213
1886 2006-09-23 [colin] 2.4.0cvs212
1888 * src/gtk/inputdialog.c
1889 Fix [ ] remember this appearing in normal
1890 input dialogs after it's been used by
1898 * src/common/timing.h
1899 Enable timings in debug mode and make it
1902 2006-09-22 [colin] 2.4.0cvs211
1907 ping the correct URI
1909 2006-09-22 [colin] 2.4.0cvs210
1912 Let's see if bug #1022 is fixed
1914 2006-09-21 [colin] 2.4.0cvs209
1917 * src/common/plugin.c
1918 Prepare infra to load predefined plugins when
1919 no configuration existed. Don't actually load
1920 anything yet (feat. freeze)
1922 2006-09-21 [wwp] 2.4.0cvs208
1925 Partial sync w/ 2.4.0cvs72:
1926 wrap file and minor updates.
1928 2006-09-21 [wwp] 2.4.0cvs207
1931 several fixes and enhancements. A new --force switch has been
1932 added to prevent overriding by default Date: header when
1935 2006-09-21 [paul] 2.4.0cvs206
1937 * src/common/utils.c
1938 add Chinese UTF8 Re prefix
1940 2006-09-21 [wwp] 2.4.0cvs205
1943 Fics alfabettical order.
1945 2006-09-21 [wwp] 2.4.0cvs204
1949 Added an action tool to fix missing Date field in emails.
1950 Updated Makefile.am to reflect those last two additions.
1952 2006-09-21 [wwp] 2.4.0cvs203
1955 Added a action tool to open uuencoded docs w/
1956 OpenOffice (based on uudec method).
1958 2006-09-21 [colin] 2.4.0cvs202
1962 Workaround possible GTK crash: remove selection
1963 clipboard before destroying widget, or GTK+-2.10
1964 dies. Thanks to Hiro.
1966 2006-09-20 [colin] 2.4.0cvs201
1969 Fix free-after-use in some cases (when
1970 procmime_encode_content() frees mimeinfo->data.mem
1971 and turns it to a temp file)
1973 2006-09-20 [colin] 2.4.0cvs200
1977 * src/gtk/gtksctree.c
1978 * src/gtk/gtksctree.h
1979 Add tooltips in the folderview and summaryview
1980 (Doesn't break string freeze as they already
1983 Put the spam button in the default configuration
1984 if compiled with bogo plugin too
1986 2006-09-19 [colin] 2.4.0cvs199
1990 Update folder name label on folder rename
1991 * src/prefs_matcher.c
1992 * src/gtk/logwindow.h
1996 2006-09-19 [wwp] 2.4.0cvs198
1998 * src/summary_search.c
1999 fix can't click forward/backward buttons in the
2002 2006-09-18 [paul] 2.4.0cvs197
2005 add missing bracket, capitalise the A of
2008 2006-09-18 [paul] 2.4.0cvs196
2011 fix bug 1012 'crashed upon sending mail
2012 from compose window'
2015 2006-09-16 [colin] 2.4.0cvs195
2018 Fix "real-time" sorting by freezing/thawing
2020 2006-09-16 [colin] 2.4.0cvs194
2023 Fix the anti-spam entry a bit
2025 2006-09-16 [colin] 2.4.0cvs193
2028 Make sure reviewers have no excuse when stating
2029 Sylpheed-Claws doesn't have antispam capabilities.
2031 2006-09-16 [colin] 2.4.0cvs192
2034 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2035 as if the SIGPIPE comes from etpan's thread we could
2036 trigger a GUI update from this thread.
2038 2006-09-16 [colin] 2.4.0cvs191
2041 Init all members of the struct
2043 2006-09-16 [paul] 2.4.0cvs190
2046 improvements to the English
2048 2006-09-15 [colin] 2.4.0cvs189
2053 2006-09-14 [colin] 2.4.0cvs188
2055 * src/common/socket.c
2056 * src/common/socket.h
2058 * src/common/ssl_certificate.c
2059 * src/common/ssl_certificate.h
2060 * src/etpan/imap-thread.c
2061 the get_fqdn() call done to get canonical name when
2062 checking an SSL certificate is blocking, which is
2063 sad as we just did a non-blocking lookup to connect.
2064 Fix that by letting the fqdn available to the SockInfo,
2065 and use that in ssl_certificate_check(). For IMAP,
2066 we don't do it as the lookup's done by libetpan, but
2067 it's less annoying as IMAP connections as much more
2068 rare than POP3 connections.
2070 2006-09-14 [paul] 2.4.0cvs187
2072 * manual/advanced.xml
2073 improvements to the English,
2074 properly place the new hidden options
2075 within the alphabetical order
2076 * src/gtk/pluginwindow.c
2077 improvements to the English
2079 2006-09-14 [colin] 2.4.0cvs186
2081 * src/prefs_common.c
2082 * src/prefs_common.h
2083 * src/gtk/gtksctree.c
2084 * manual/advanced.xml
2085 New hidden pref, stripes_color_offset, to change
2086 the value added/substracted to normal bgcolor to
2087 create the stripes in summaries
2089 2006-09-13 [colin] 2.4.0cvs185
2096 Fix misc. printing issues:
2097 - Bad font for linkified headers
2098 - Different font if the mail was displayed or not
2099 - Factorize the thing
2101 2006-09-13 [colin] 2.4.0cvs184
2103 * src/common/ssl_certificate.c
2104 Only get FQDN once when checking certificate
2106 2006-09-13 [colin] 2.4.0cvs183
2109 * src/gtk/pluginwindow.c
2110 Misc. GUI fixes by Fabien
2112 2006-09-13 [wwp] 2.4.0cvs182
2115 * src/common/utils.h
2116 * src/common/utils.c
2117 get rid of unused wide-char functions.
2119 2006-09-13 [wwp] 2.4.0cvs181
2121 * src/plugins/pgpinline/sylpheed.def
2123 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2124 add privacy_reset_error to the .def file,
2125 do not fork for an external textviewer.
2127 2006-09-13 [wwp] 2.4.0cvs180
2129 * src/prefs_common.c
2130 fix broken font entry in prefs (patch issued by the gpg4win team,
2131 probably by Marcus Brinkmann <marcus@g10code.de>).
2133 2006-09-13 [colin] 2.4.0cvs179
2136 Fix a warning in summaryview.c
2140 Add missing Mark/* elements in the
2143 2006-09-12 [colin] 2.4.0cvs178
2145 * src/prefs_actions.c
2146 * src/prefs_filtering_action.c
2147 * src/prefs_matcher.c
2148 Use (New) instead of New everywhere
2150 2006-09-12 [wwp] 2.4.0cvs177
2152 * manual/fr/addrbook.xml
2153 * manual/fr/handling.xml
2154 updated some quotes in the fr manual to match the fr translation.
2156 2006-09-12 [wwp] 2.4.0cvs176
2158 * src/prefs_matcher.c
2159 don't store translated string elements in matcher expressions.
2160 Also fixed a misused of Q_().
2162 2006-09-11 [wwp] 2.4.0cvs175
2164 * src/plugins//bogofilter/bogofilter.c
2165 * src/plugins//clamav/clamav_plugin.c
2166 * src/plugins//demo/demo.c
2167 * src/plugins//dillo_viewer/dillo_viewer.c
2168 * src/plugins//pgpcore/plugin.c
2169 * src/plugins//pgpinline/plugin.c
2170 * src/plugins//pgpmime/plugin.c
2171 * src/plugins//spamassassin/spamassassin.c
2172 gettext-ize more strings (mostly plugin error messages).
2174 2006-09-11 [colin] 2.4.0cvs174
2177 Make maximum buffer size bigger to avoid
2178 truncating translated messages. Patch by
2181 2006-09-11 [colin] 2.4.0cvs173
2183 * src/etpan/imap-thread.c
2184 Fix compilation on OpenBSD, thanks to
2187 2006-09-10 [wwp] 2.4.0cvs172
2189 * manual/account.xml
2190 * manual/addrbook.xml
2191 * manual/handling.xml
2192 * manual/es/handling.xml
2193 * manual/fr/account.xml
2194 * manual/fr/addrbook.xml
2195 * manual/fr/handling.xml
2196 documented addressbook matching (condition configuration):
2198 documented per-account filtering rules (handling/filtering
2199 section, account section):
2200 account.xml, handling.xml, en fr
2201 slightly updated the handling/searching section to tell few
2202 words about the extended search ability:
2204 added missing <quote></quotes> to Quick Search:
2205 handling.xml, en fr es
2206 fixed a typo (auomatically):
2208 changes revisited by Paul.
2210 2006-09-10 [paul] 2.4.0cvs171
2212 * src/prefs_actions.c
2213 * src/prefs_filtering.c
2214 * src/prefs_template.c
2215 adjustments to the gui
2216 Patch by Fabien Vantard (slightly modified)
2218 2006-09-10 [colin] 2.4.0cvs170
2221 Check folderitem/summaryview consistency
2222 (basically automates Update summary). Fixes
2223 #1011 (wrong (negative) count on unread
2226 2006-09-10 [colin] 2.4.0cvs169
2228 * src/gtk/gtksctree.c
2229 Fix recursive expansion via mouse
2230 * src/plugins/bogofilter/bogofilter.c
2231 Use normal filtering way of moving
2232 messages (batching), possibly fixing
2233 bug #1015 (Bogofilter plugin doubles
2236 2006-09-09 [wwp] 2.4.0cvs168
2238 * src/prefs_filtering.c
2239 better place for this fix.
2241 2006-09-09 [wwp] 2.4.0cvs167
2243 * src/prefs_filtering.c
2244 fix a minor bug when the enabled status of a filtering/processing
2245 rule always got set to TRUE when replacing this rule. That still
2246 make sense when adding a new rule, but now when replacing, we
2247 don't override the value of 'enabled'.
2248 Also renamed the func prefs_filtering_list_view_get_rule_name()
2249 to prefs_filtering_list_view_get_info() as this function not only
2250 returns the name, but also the account_id and the enabled status.
2252 2006-09-09 [mones] 2.4.0cvs166
2254 * manual/glossary.xml
2255 * manual/plugins.xml
2256 Minor format corrections
2258 Fix misplaced NO WARRANTY section
2259 * manual/es/advanced.xml
2261 * manual/es/glossary.xml
2263 * manual/es/handling.xml
2264 * manual/es/plugins.xml
2265 * manual/es/starting.xml
2266 Incorporate changes from English version
2270 Fix address, (add translation credits in es version)
2274 2006-09-09 [wwp] 2.4.0cvs165
2276 * src/prefs_filtering.c
2277 fix a crash when opening filtering prefs, if matcherrc file contains
2278 broken data (non-existing account id, which is theoretically not
2281 2006-09-08 [colin] 2.4.0cvs164
2284 Wrong assert, make it an if()
2285 * src/gtk/gtksctree.c
2286 Fix bug #1013 (expand selected thread
2287 tree) - expanding is now recursive
2289 2006-09-07 [wwp] 2.4.0cvs163
2291 * src/prefs_matcher.c
2292 make better sentences about addressbook matching in the
2293 matcher prefs. This should make translators' work easier
2296 2006-09-07 [wwp] 2.4.0cvs162
2298 * src/prefs_filtering.c
2299 code simplification (get rid of dup var. assignment).
2301 2006-09-07 [wwp] 2.4.0cvs161
2304 use GTK_STOCK icons when possible, patch by Fabien Vantard
2307 2006-09-07 [paul] 2.4.0cvs160
2310 fix compilation warnings
2313 2006-09-07 [paul] 2.4.0cvs159
2316 select the mimepart icon when
2320 2006-09-06 [paul] 2.4.0cvs158
2322 * src/prefs_filtering.c
2323 fix labels and table element spacing
2324 Patch by Fabien Vantard
2330 2006-09-06 [paul] 2.4.0cvs157
2332 * manual/es/advanced.xml
2335 2006-09-06 [wwp] 2.4.0cvs156
2338 fix an dup launch issue when iconified, thanks to Colin.
2340 2006-09-06 [wwp] 2.4.0cvs155
2342 * src/gtk//gtksctree.h
2343 oops, forgot that one!
2345 2006-09-06 [wwp] 2.4.0cvs154
2347 * manual/pl/advanced.xml
2348 * manual/advanced.xml
2349 * manual/es/advanced.xml
2350 * manual/fr/advanced.xml
2351 * src/prefs_customheader.c
2352 * src/prefs_filtering_action.c
2354 * src/prefs_summaries.c
2355 * src/prefs_filtering.c
2358 * src/prefs_summary_column.c
2360 * src/prefs_actions.c
2361 * src/prefs_folder_column.c
2363 * src/prefs_template.c
2364 * src/prefs_display_header.c
2365 * src/prefs_common.h
2366 * src/prefs_matcher.c
2367 * src/prefs_common.c
2368 * src/prefs_toolbar.c
2371 * src/gtk/gtksctree.c
2372 * src/gtk/pluginwindow.c
2373 * src/gtk/progressdialog.c
2374 * src/gtk/prefswindow.c
2375 renamed hidden option enable_rules_hint to use_stripes_everywhere
2376 to make its meaning more obvious (all versions of the manual reflect
2378 added an extra hidden option use_stripes_in_summary to allow
2379 discarding these stripes in mainwindow's folder and message lists;
2380 en and fr manuals only are OK towards this.
2382 2006-09-06 [colin] 2.4.0cvs153
2385 Hide Sylpheed-Claws' internal queue headers
2386 when showing all headers. They'll be present
2387 only in Source window.
2389 2006-09-05 [colin] 2.4.0cvs152
2391 * src/plugins/trayicon/trayicon.c
2392 Fix crash at exit - we have to disconnect
2394 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2395 Update eggtrayicon - patch adapted from a
2396 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2399 2006-09-05 [colin] 2.4.0cvs151
2402 * src/gtk/logwindow.c
2403 Fix race condition when something writes
2404 to the log too soon during init. Thanks
2407 2006-09-05 [colin] 2.4.0cvs150
2410 Don't select part on right-click either
2412 2006-09-05 [paul] 2.4.0cvs149
2415 completion of previous commit
2418 2006-09-05 [colin] 2.4.0cvs148
2421 Don't force selection on middle-click, just open
2423 2006-09-04 [colin] 2.4.0cvs147
2426 Looks like gtk_notebook_set_current_page()
2427 sometimes steals focus, and this annoys us
2428 in MimeViewers as it renders navigation
2429 keys useless. Take back focus after switching
2432 2006-09-04 [colin] 2.4.0cvs146
2435 Set stop_loading when clicking on Next
2436 during load. Don't add a callback to
2437 avoid over-complicating things.
2439 2006-09-04 [colin] 2.4.0cvs145
2443 Fix multiple loads in separate messageview
2445 2006-09-04 [colin] 2.4.0cvs144
2448 Let navigation keys be handled during
2451 2006-09-04 [colin] 2.4.0cvs143
2457 Make loading of huge mails (lots of text and/or
2458 images) cancellable, so the GUI doesn't block
2460 2006-09-04 [colin] 2.4.0cvs142
2462 * src/plugins/trayicon/trayicon.c
2463 Fix annoyance when removing a folder with
2464 unread mails: trayicon didn't update
2466 2006-09-04 [paul] 2.4.0cvs141
2468 * src/gtk/icon_legend.c
2469 straighten up columns
2470 Patch by Fabien Vantard
2472 2006-09-04 [wwp] 2.4.0cvs140
2474 * src/prefs_filtering.c
2475 fix new line's account name in filtering prefs:
2476 was "All", is now "(New)".
2478 2006-09-04 [paul] 2.4.0cvs139
2480 * tools/make.themes.project
2481 use "AUTOMAKE_OPTIONS = dist-bzip2"
2482 instead of homebrewed "make release"
2484 2006-09-03 [colin] 2.4.0cvs138
2487 Fix bug #1007 (Wrong folder highlighted)
2489 2006-09-03 [colin] 2.4.0cvs137
2492 Don't set Newsgroup: header to a mail folder
2495 2006-09-03 [paul] 2.4.0cvs136
2498 * src/prefs_spelling.c
2501 2006-09-03 [paul] 2.4.0cvs135
2503 * src/prefs_summaries.c
2504 correct menu item text in prefs_keybind_apply_clicked()
2506 2006-09-03 [paul] 2.4.0cvs134
2508 * manual/advanced.xml
2509 some improvements to the descriptions
2514 fix menu sensitivity issues
2515 * src/prefs_message.c
2516 drop the useless word 'short'
2518 add the word 'lines' indicating log length
2519 is a measure of lines
2521 fix compilation warnings
2523 2006-09-02 [colin] 2.4.0cvs133
2526 Display a special return-receipt message
2527 if the message is from the user
2529 Fix missing freeze of the list when marking
2530 all read and unthreading for exec. Thanks
2533 2006-09-02 [paul] 2.4.0cvs132
2536 * src/prefs_message.c
2540 2006-09-02 [wwp] 2.4.0cvs131
2542 * src/prefs_filtering.c
2543 added an account name column to the filtering rules
2546 2006-09-02 [colin] 2.4.0cvs130
2548 * src/gtk/logwindow.c
2549 * src/gtk/logwindow.h
2550 Block scrolling if we're not at the end
2553 2006-09-02 [colin] 2.4.0cvs129
2556 Make sure account-specific rules can't
2557 be used in {pre-,post-,}processing
2559 * src/gtk/logwindow.c
2560 * src/gtk/logwindow.h
2561 Jump to last error when clicking on the
2564 2006-09-02 [colin] 2.4.0cvs128
2574 Let proc_mbox know its account, for
2575 account-specific rules
2577 2006-09-01 [colin] 2.4.0cvs127
2580 Don't uselessly use iconv to convert from
2586 Fix certain log cases, disable warning icon
2587 for now, the correct way to display it when
2588 necessary and only when necessary is probably
2589 to do it manually rather than use error logs
2590 * src/etpan/imap-thread.c
2591 Clean up UID logging a bit
2592 * src/gtk/logwindow.c
2593 * src/gtk/logwindow.h
2594 Make logging faster when the window's closed
2596 2006-09-01 [wwp] 2.4.0cvs126
2598 * manual/fr/account.xml
2599 reflect changes to the ref. manual (parts of cvs72):
2600 fix tabnames and quotes.
2602 2006-09-01 [wwp] 2.4.0cvs125
2604 * manual/fr/plugins.xml
2605 reflect changes to the reference manual (cvs42):
2606 update IRC channel info.
2608 2006-09-01 [wwp] 2.4.0cvs124
2611 use CVSEDITOR env. var. if set, according to `man cvs`.
2613 2006-09-01 [wwp] 2.4.0cvs123
2615 * manual/advanced.xml
2616 better sentence again (thanks to Paul).
2618 2006-09-01 [wwp] 2.4.0cvs122
2620 * manual/advanced.xml
2621 fix definition of toolbar_detachable and rework a bit the one of
2622 enable_dotted_lines.
2624 2006-09-01 [mones] 2.4.0cvs121
2626 * manual/advanced.xml
2627 Document enable_dotted_lines
2629 2006-09-01 [paul] 2.4.0cvs120
2636 obey the 'When entering folder...' option
2637 when using the /View/Go to/... menu items
2640 2006-08-31 [colin] 2.4.0cvs119
2643 Revert 2.4.0cvs116, wrong fix.
2645 2006-08-31 [colin] 2.4.0cvs118
2647 * src/gtk/gtksctree.c
2648 Better state the various copyrights
2650 2006-08-31 [colin] 2.4.0cvs117
2652 * src/prefs_common.c
2653 fix enable_dotted_lines
2655 2006-08-31 [colin] 2.4.0cvs116
2658 Use pref "Always open on select" when going
2659 to next unread folder
2660 * src/gtk/gtksctree.c
2661 Fix link failure to _gtk_clist_create_cell_layout
2662 on certain computers. (Why not mine, I wonder)
2664 2006-08-31 [colin] 2.4.0cvs115
2668 * src/plugins/bogofilter/bogofilter.c
2669 * src/plugins/spamassassin/spamassassin.c
2670 Requalify some "errors" to warnings
2674 Add an icon in the statusbar to notify
2676 * src/gtk/gtksctree.c
2679 Make the GtkSCTree look more modern by
2680 alternating background lines
2681 * src/prefs_common.c
2682 * src/prefs_common.h
2683 Add a pref to let people have the old
2687 2006-08-30 [colin] 2.4.0cvs114
2691 Provide a way to filter a list of
2692 messages in an optimised manner, and
2693 add a list-filtering hook
2697 Use the list filtering
2698 * src/plugins/bogofilter/bogofilter.c
2699 Use the list-filtering hook
2700 Use -b (bulk) mode for more speed
2701 when learning and filtering
2702 * src/etpan/imap-thread.c
2703 Make log output shorter in UID SEARCH
2706 2006-08-30 [colin] 2.4.0cvs113
2708 * src/plugins/bogofilter/bogofilter.c
2709 Really fast mass learning - thanks to David
2710 Relson for the options explanations :)
2712 2006-08-30 [colin] 2.4.0cvs112
2715 Fix compilation on FreeBSD. Thanks
2718 2006-08-29 [colin] 2.4.0cvs111
2721 Handle "popup_menu" signal (for popping the
2722 menu via the keyboard)
2727 * src/gtk/gtkutils.c
2728 * src/gtk/gtkutils.h
2729 Factorize scrolling code, and add an API
2730 for MimeViewers to handle scroll orders
2732 2006-08-29 [wwp] 2.4.0cvs110
2734 * src/plugins//bogofilter/bogofilter.c
2735 * src/plugins//spamassassin/spamassassin.c
2736 make the bogofilter/spamassassin filtering error dialogs at
2737 incorporation obey to the "don't popup error dialog on
2738 receive error" option. If disabled, feed the log window w/
2745 2006-08-29 [paul] 2.4.0cvs109
2748 remove 'make release', it's not needed
2749 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
2751 2006-08-29 [paul] 2.4.0cvs108
2754 * src/summary_search.c
2755 * src/gtk/progressdialog.c
2756 * src/plugins/pgpcore/passphrase.c
2757 replace deprecated gtk_window_set_policy()
2759 2006-08-29 [colin] 2.4.0cvs107
2762 Fix data loss when copy fails during a move:
2763 only use fast remove_msgs if everything was
2764 copied OK; else use slow remove_msg on the
2765 mails that got copied only.
2767 2006-08-28 [paul] 2.4.0cvs106
2770 revert change in 2.4.0cvs104, it breaks
2773 2006-08-28 [paul] 2.4.0cvs105
2775 * src/plugins/spamassassin/spamassassin.c
2778 2006-08-28 [paul] 2.4.0cvs104
2781 fix data loss when moving to another
2783 * src/prefs_spelling.c
2785 * src/gtk/pluginwindow.c
2786 improve the layout of the dialog text
2789 2006-08-28 [paul] 2.4.0cvs103
2791 * src/plugins/bogofilter/bogofilter.c
2792 * src/plugins/bogofilter/bogofilter_gtk.c
2793 fix english up a bit, innit
2795 2006-08-28 [paul] 2.4.0cvs102
2800 require autoconf 2.60, enabling building
2801 with gettext 0.15 (gettext 0.14.x build still
2802 possible). Replace Makefiles with versions
2804 Remove configure options --with-localedir and
2805 --with-mandir. The options that are provided
2806 directly by autoconf 2.60 can be used instead:
2807 --mandir --localedir
2809 2006-08-27 [colin] 2.4.0cvs101
2811 * src/plugins/bogofilter/Makefile.am
2812 Fix make dist (no README)
2814 2006-08-27 [colin] 2.4.0cvs100
2817 Don't use F_UNKNOWN folders for any default
2819 * src/plugins/bogofilter/bogofilter.c
2820 * src/plugins/bogofilter/bogofilter.h
2821 * src/plugins/bogofilter/bogofilter_gtk.c
2822 Add an option to specify the path to bogofilter
2823 Use single-quotes to be able to learn in folders
2824 with spaces in their names
2825 Verify learning status
2827 2006-08-27 [colin] 2.4.0cvs99
2830 * manual/plugins.xml
2831 Document Bogofilter plugin
2833 2006-08-27 [colin] 2.4.0cvs98
2839 When possible, copy the queued mail to sent folder
2840 instead of re-adding. Much faster on IMAP.
2842 2006-08-27 [colin] 2.4.0cvs97
2845 Disable mmaped caches - huge metadata loss
2846 here after a power failure.
2848 Add quicksearch timing
2849 * src/common/plugin.c
2850 * src/common/plugin.h
2851 Implement an interface to tell what plugins
2852 provide. Prevent loading of similar plugins.
2853 * src/plugins/clamav/clamav_plugin.c
2854 * src/plugins/demo/demo.c
2855 * src/plugins/dillo_viewer/dillo_viewer.c
2856 * src/plugins/pgpcore/plugin.c
2857 * src/plugins/pgpinline/pgpinline.c
2858 * src/plugins/pgpmime/pgpmime.c
2859 * src/plugins/spamassassin/spamassassin.c
2860 * src/plugins/trayicon/trayicon.c
2861 Implement plugin_provides()
2863 2006-08-27 [colin] 2.4.0cvs96
2866 * src/plugins/Makefile.am
2867 * src/plugins/bogofilter/.cvsignore
2868 * src/plugins/bogofilter/Makefile.am
2869 * src/plugins/bogofilter/bogofilter.c
2870 * src/plugins/bogofilter/bogofilter.h
2871 * src/plugins/bogofilter/bogofilter_gtk.c
2872 New Bogofilter plugin, provides filtering and
2873 learning. Spamassassin will go to extra plugins.
2875 2006-08-26 [mones] 2.4.0cvs95
2877 * manual/handling.xml
2878 Fix subfolder path in the example (thanks to Paul)
2880 2006-08-26 [mones] 2.4.0cvs94
2882 * manual/glossary.xml
2883 2.2. + add ISP to the glossary
2884 7.5. + Add UIDL to glossary
2885 7.7. + Add TCP to glossary
2886 * manual/handling.xml
2887 7.1. + Mentions GNU/Linux distribution, what about the non...
2888 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
2889 7.3. + Mentions .bashrc, what about the non-bash ones?
2890 7.4. = Use appropriate quotation for commands
2891 7.6. = change "" to <quote></quote>
2892 * manual/plugins.xml
2893 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends
2894 * manual/starting.xml
2895 2.1. + local mbox file: some examples of mbox file locations...
2896 Also reformatted files requiring it
2898 2006-08-26 [wwp] 2.4.0cvs93
2900 * src/summary_search.c
2901 disable find buttons while summary search is running.
2903 2006-08-25 [colin] 2.4.0cvs92
2910 Speed up MH moving, and add progressbar
2913 Write cache files using mmap() too
2915 2006-08-25 [wwp] 2.4.0cvs91
2918 switch spam<->ham button when a message has been marked as spam or ham
2919 and is still selected. Thanks to Colin.
2921 2006-08-25 [paul] 2.4.0cvs90
2924 * src/stock_pixmap.c
2925 * src/stock_pixmap.h
2927 * src/gtk/icon_legend.c
2928 * src/pixmaps/copied.xpm
2929 * src/pixmaps/moved.xpm
2930 add icons for delayed execution marked for
2931 copying, marked for moving
2933 2006-08-25 [mones] 2.4.0cvs89
2935 * manual/glossary.xml
2936 Fix the other glossary items:
2937 5.1. = Inmmediate execution -> <quote>immediate execution...
2938 5.2. = Fix MBOX capitalization -> Mbox
2939 5.3. + Improve Plugins def. w/ tech. ref.
2940 5.4. = Quotation -> replace '>' by <quote>></quote>
2941 5.5. - SMTP Server. -> remove dot
2945 2006-08-25 [mones] 2.4.0cvs88
2948 Reformatted, changed email address
2949 * manual/glossary.xml
2950 Reformatted, fixed MANUAL-TODO items:
2951 8.2. + add ROT-13 to glossary
2952 8.4. + add URL to glossary
2953 * manual/es/advanced.xml
2956 2006-08-25 [paul] 2.4.0cvs87
2958 * src/gtk/icon_legend.c
2959 add 'marked for deletion' icon
2960 arrange icons by containing column
2961 wrap long label text
2963 2006-08-25 [colin] 2.4.0cvs86
2965 * src/common/utils.c
2966 * src/common/utils.h
2967 Add the sc_g_*list_bigger functions in
2968 a place everyone can use it
2970 Only freeze/thaw the list when working
2971 on the selection, if it's bigger than 1
2972 * src/gtk/gtksctree.c
2973 Only freeze/thaw the list when unselec-
2974 ting 'all' if ('all' != 1)
2975 This avoids some flickering
2977 2006-08-24 [colin] 2.4.0cvs85
2980 Fix strange list selection
2981 Fix random seg (Invalid read of freed memory)
2983 2006-08-24 [colin] 2.4.0cvs84
2986 * src/gtk/inputdialog.c
2987 * src/plugins/pgpcore/passphrase.c
2988 Revert minimal width patch of 2.4.0cvs67,
2989 as it is also a maximal width. Use
2990 gtk_window_set_default_size instead.
2992 2006-08-24 [colin] 2.4.0cvs83
2995 Write cache/mark to temp files before
2996 overwriting old ones (avoids metadata
2997 loss if writing the new files fail).
2998 Use mmap() to read cache/mark file, as
2999 this makes cache reading faster. Dis-
3000 abled for big-endian machines until it
3001 can be tested. (Big-endian users: set
3002 msgcache_use_mmap = TRUE in the relevant
3005 Move rarely used fields of MsgInfo in
3006 another structure, which will only be
3007 allocated if needed. Face, X-Face,
3008 Return receipt headers and List-*
3009 headers are moved. Mails having none
3010 of these occupy 52 bytes less with
3011 this patch, which makes 2.5MB of RAM
3012 saved on a 50k folder).
3016 * src/partial_download.c
3020 Follow this structure change.
3022 2006-08-24 [wwp] 2.4.0cvs82
3024 * manual/es/.cvsignore
3025 * manual/es/dist/.cvsignore
3026 * manual/es/dist/html/.cvsignore
3027 * manual/es/dist/pdf/.cvsignore
3028 * manual/es/dist/ps/.cvsignore
3029 * manual/es/dist/txt/.cvsignore
3030 more (generated) files to ignore.
3032 2006-08-24 [colin] 2.4.0cvs81
3036 Fix possible problems with local delivery. Check the folder doesn't
3037 need scan before setting its mtime when saving cache (which can be
3038 done long after the folder's been modified by an external process);
3039 Check that the stored item's mtime didn't change in mh functions.
3041 2006-08-24 [mones] 2.4.0cvs80
3043 * manual/advanced.xml
3044 Rewrapping, some fixes and MANUAL-TODO items:
3045 8.1. = change "" to <quote></quote>
3046 8.3. = quote menu items
3047 8.5. - deploying -> new user ... ideally a new user (redundant)
3049 2006-08-23 [colin] 2.4.0cvs79
3051 * src/gtk/gtksctree.c
3052 When selecting or deselecting range, only
3053 freeze/thaw when selection is bigger than 10
3055 2006-08-23 [colin] 2.4.0cvs78
3060 * src/plugins/dillo_viewer/dillo_viewer.c
3061 Provide an API for MimeViewer plugins to
3062 return a text selection for replying
3064 2006-08-23 [colin] 2.4.0cvs77
3066 * src/image_viewer.c
3068 Use gtk_pixbuf_new_from_file_at_scale(), which
3069 is faster than getting the pixbuf then resizing
3072 2006-08-23 [colin] 2.4.0cvs76
3075 UTF-8 should be sent Quoted-printable
3077 2006-08-22 [colin] 2.4.0cvs75
3080 Check if scan is required before touching
3081 the folder (or it'll be required every time)
3083 2006-08-22 [colin] 2.4.0cvs74
3086 Require libetpan 0.46 (crasher fix when built
3089 2006-08-22 [colin] 2.4.0cvs73
3092 Set folder's mtime after writing its
3097 Don't do useless stuff if we don't
3100 Add some timing, don't deselect prior
3101 to selecting (gtksctree does it itself),
3102 remove crash avoidance hacks as it's been
3103 properly fixed since a while
3104 * src/common/utils.c
3105 Optimize to_human_readable(): _() is slow,
3106 do it only once, and avoid %f format for KB
3107 (the most common in a summaryview)
3108 * src/gtk/gtksctree.c
3109 Don't uselessly freeze/thaw (fixes flicker
3110 on next unread and friends), reduce number
3111 of g_list_nth/g_list_position where possible
3112 * src/gtk/gtkutils.c
3113 * src/gtk/gtkutils.h
3114 Reduce number of g_list_nth/g_list_position
3116 All of this makes loading as 70k folder 2.1
3117 seconds instead of 3.2 (with hot FS caches).
3118 (1.3 seconds without Date and Size columns...)
3120 2006-08-22 [paul] 2.4.0cvs72
3122 wrap documents and do some items from mones' MANUAL-TODO:
3124 * manual/account.xml
3125 4.1. = fix tabname references to <quote>tabname</quote>
3126 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3128 1.1. = mentioned options don't match UI
3129 Add information about the 'Never send Return Receipts'
3131 * manual/handling.xml
3132 6.2. = Mentions Extended symbols button, but now is
3134 6.3. = Mentions ... button, which is now Edit
3136 2006-08-22 [colin] 2.4.0cvs71
3138 * src/gtk/pluginwindow.c
3139 Fix layout in verbose translations (such
3142 2006-08-22 [paul] 2.4.0cvs70
3144 * manual/Makefile.am
3145 build manuals in alphabetical order
3147 * src/prefs_themes.c
3148 replace/remove deprecated symbols
3149 * src/gtk/gtkutils.c
3151 * src/gtk/pluginwindow.c
3152 replace deprecated symbol
3153 replace label text and move it
3154 * src/plugins/pgpcore/prefs_gpg.c
3155 move the 'Generate...' button out of the
3156 Sign Key frame, replace the English used
3157 * src/plugins/pgpcore/sgpgme.c
3158 fixes to the English
3160 2006-08-21 [colin] 2.4.0cvs69
3162 * src/plugins/trayicon/trayicon.c
3163 Add more strings for translation; patch
3166 2006-08-21 [colin] 2.4.0cvs68
3169 fix replied flag not set after drafting
3171 fix body quicksearch in non-encoded bodies
3174 Get rid of the g_malloc workaround for
3175 corrupted caches, use g_try_malloc
3177 2006-08-21 [colin] 2.4.0cvs67
3180 * src/gtk/inputdialog.c
3181 * src/plugins/pgpcore/passphrase.c
3182 Set minimal width to 375
3184 Fix switching to offline, asking if it
3185 should be overriden for synchronising
3187 Don't offer to remember command on Open
3188 with for text parts, as the browser or
3189 text editor command isn't changed from
3192 2006-08-20 [paul] 2.4.0cvs66
3196 fix plural form errors. revealed by stricter
3197 checking of gettext 0.15
3199 2006-08-18 [paul] 2.4.0cvs65
3201 * src/stock_pixmap.c
3202 fix the fix of 2.4.0cvs64
3205 2006-08-18 [paul] 2.4.0cvs64
3207 * src/stock_pixmap.c
3211 2006-08-18 [paul] 2.4.0cvs63
3215 fix occasional IMAP bug where large msgs
3216 were left in the queue folder after sending
3219 2006-08-18 [paul] 2.4.0cvs62
3222 freeze the summaryview while quicksearch results
3224 (fixes bug 456 'current message is hidden when the
3225 view is refreshed and extended search is "unread
3229 add missing #include "inputdialog.h"
3230 * src/common/utils.h
3231 add missing mailcap_update_default() and improve
3234 2006-08-17 [colin] 2.4.0cvs61
3236 * src/plugins/pgpcore/select-keys.c
3239 2006-08-17 [colin] 2.4.0cvs60
3242 Don't continue queuing if Cancel is clicked
3245 2006-08-17 [colin] 2.4.0cvs59
3247 * src/plugins/pgpcore/select-keys.c
3248 When encrypting, if only one key matches and it
3249 matches exactly, automatically use it.
3251 2006-08-17 [colin] 2.4.0cvs58
3254 * src/prefs_common.c
3255 * src/prefs_common.h
3256 * src/prefs_ext_prog.c
3258 Fix issues with previous patch (text/html)
3259 Remove outdated prefs
3261 2006-08-17 [colin] 2.4.0cvs57
3264 Add View Log button on auth error
3266 Fix encrypted mail marked as new when
3267 saved in normal folders
3268 * src/plugins/pgpinline/pgpinline.c
3269 Fix encrypt bug on IMAP
3271 * src/common/utils.c
3272 * src/common/utils.h
3273 * src/gtk/inputdialog.c
3274 * src/gtk/inputdialog.h
3275 Get rid of metamail stuff, simplify
3276 opening, and allow remembering of user's
3277 choices (by updating ~/.mailcap). There's
3278 still to drop "Audio player" and "Image
3279 viewer" preferences.
3281 2006-08-17 [mones] 2.4.0cvs56
3283 * manual/es/sylpheed-claws-manual.xml
3286 2006-08-17 [mones] 2.4.0cvs55
3289 * manual/Makefile.am
3290 * manual/es/Makefile.am
3291 * manual/es/account.xml
3293 * manual/es/addrbook.xml
3294 * manual/es/advanced.xml
3296 * manual/es/glossary.xml
3298 * manual/es/handling.xml
3299 * manual/es/intro.xml
3300 * manual/es/keyboard.xml
3301 * manual/es/plugins.xml
3302 * manual/es/starting.xml
3303 * manual/es/sylpheed-claws-manual.xml
3304 * manual/es/dist/Makefile.am
3305 * manual/es/dist/html/Makefile.am
3306 * manual/es/dist/pdf/Makefile.am
3307 * manual/es/dist/ps/Makefile.am
3308 * manual/es/dist/txt/Makefile.am
3309 Spanish translation for the manual
3311 2006-08-16 [colin] 2.4.0cvs54
3316 Fix send button sensitivity at startup
3317 Set send menu sensitivity (patch by Fabien)
3319 Enable closing with esc (patch by Fabien)
3320 * src/gtk/foldersort.c
3321 Enable closing with esc (patch by Fabien)
3323 Optimisation (no need to copy to tempfile to
3324 "decode" 7bit and 8bit)
3326 Fix cruft in swap_from case
3328 Fix missing last line in some mail cases
3329 (Fixes debian #381872)
3330 * src/plugins/pgpcore/prefs_gpg.c
3331 * src/plugins/pgpcore/sgpgme.c
3332 * src/plugins/pgpcore/sgpgme.h
3333 Don't show "no key found" when user explicitely
3334 wants to create a key
3336 2006-08-16 [paul] 2.4.0cvs53
3342 * src/prefs_account.c
3343 * src/prefs_message.c
3344 * src/gtk/gtkutils.c
3345 bump up minimum required versions of GTK+ and
3348 2006-08-16 [paul] 2.4.0cvs52
3351 workaround GTK+ Bug 351600 - 'Can't re-click
3352 on button after sensitivity update'
3353 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3356 2006-08-15 [colin] 2.4.0cvs51
3358 * src/plugins/pgpcore/prefs_gpg.c
3359 Set options sensitivity according to
3361 * src/plugins/pgpcore/sgpgme.c
3362 Allow to create key with no passphrase
3364 2006-08-14 [cleroy] 2.4.0cvs50
3366 * src/gtk/pluginwindow.c
3367 New layout (maybe to be changed?)
3368 * src/gtk/gtkutils.c
3369 Fix a bit label_window
3370 * src/plugins/pgpcore/passphrase.c
3371 * src/plugins/pgpcore/passphrase.h
3372 * src/plugins/pgpcore/plugin.c
3373 * src/plugins/pgpcore/prefs_gpg.c
3374 * src/plugins/pgpcore/prefs_gpg.h
3375 * src/plugins/pgpcore/sgpgme.c
3376 * src/plugins/pgpcore/sgpgme.h
3377 Allow to create a PGP private key via the GUI
3379 2006-08-14 [wwp] 2.4.0cvs49
3381 * src/addressbook_foldersel.c
3382 fix strict ISO C90 compliance.
3384 2006-08-14 [paul] 2.4.0cvs48
3386 * src/gtk/prefswindow.c
3387 re-set scrolled window on opening
3394 2006-08-14 [paul] 2.4.0cvs47
3396 * src/prefs_display_header.c
3397 re-enable user-defined Displayed Headers
3399 2006-08-14 [paul] 2.4.0cvs46
3401 * src/prefs_account.c
3404 2006-08-13 [colin] 2.4.0cvs45
3406 * src/common/utils.c
3407 Fix "a" in quote when the original message is empty,
3408 by using \0 instead of 'a' to test writability of
3411 2006-08-13 [wwp] 2.4.0cvs44
3413 * src/plugins/spamassassin/spamassassin.c
3414 fix capitalization of "SpamAssassin" in some debug, log and
3417 2006-08-13 [paul] 2.4.0cvs43
3420 fix overlapping widgets
3421 * src/prefs_account.c
3422 fix translation of protocol_names[]
3423 fix label disappearing off the edge of the
3426 2006-08-12 [paul] 2.4.0cvs42
3428 * manual/plugins.xml
3429 update IRC channel info before it gets forgotten
3432 2006-08-11 [colin] 2.4.0cvs41
3441 Grey out the Send button if
3442 - Queue folders are empty, or
3443 - We're sending already
3445 2006-08-11 [wwp] 2.4.0cvs40
3448 fix a logic issue when quitting while a compose window is
3449 still open, thanks to Colin.
3451 2006-08-10 [colin] 2.4.0cvs39
3454 Fix default font size setting after wizard run
3456 * src/etpan/imap-thread.c
3457 * src/etpan/imap-thread.h
3458 Fix bug #999 (Timing out on TSL cert validation
3459 dialog makes ugly things happen). Also, STARTTLS
3460 unconditionnaly if initial capabilities contain
3461 LOGINDISABLED and STARTTLS.
3463 2006-08-09 [colin] 2.4.0cvs38
3467 Fix Tools/Actions sensitivity when there are
3470 2006-08-09 [colin] 2.4.0cvs37
3472 * src/prefs_filtering.c
3473 Warning fix, patch by Paul
3475 * src/prefs_actions.c
3476 * src/prefs_filtering_action.c
3477 * src/prefs_matcher.c
3478 Uniformisation of "Info ..." to "Info..." (for
3479 old gtk), patch by Fabien
3480 * src/plugins/clamav/clamav_plugin_gtk.c
3481 Sensitivity fix by Fabien
3483 2006-08-09 [colin] 2.4.0cvs36
3487 Add a function to know whether we're exiting
3488 * src/plugins/trayicon/trayicon.c
3489 If exiting, don't do anything. Faster, and
3490 avoids gtk_main_iteration reentracy causing
3493 2006-08-09 [colin] 2.4.0cvs35
3498 Fix lack of part selection when automatically
3499 jumping to a specific part
3501 Little optimisation in cache reading
3503 2006-08-09 [colin] 2.4.0cvs34
3506 Fix crash setting the priority on reedit
3507 (Accessing compose before creating it!)
3509 2006-08-08 [colin] 2.4.0cvs33
3512 Fix bug #998 (last attachment is not accessible)
3513 Bad RFC interpretation on multipart close-delimiters
3516 * src/gtk/gtkvscrollbutton.c
3517 * src/gtk/gtkvscrollbutton.h
3518 Make attachments list wheel-scrollable
3520 2006-08-07 [colin] 2.4.0cvs32
3522 * src/gtk/gtkaspell.c
3523 Fix bug #973 (Unicode punctation characters
3524 are not recognized as separators by the
3525 spell checker); fix unsigned stuff
3527 2006-08-07 [colin] 2.4.0cvs31
3530 Fix bug #956 (DnD text with accents in compose
3531 text entry); fix gccc's signed/unsigned fuss
3533 2006-08-06 [colin] 2.4.0cvs30
3536 Fix bug #979 (Plugin crashes when exiting
3537 sylpheed-claws) : handle exit request only
3540 2006-08-05 [colin] 2.4.0cvs29
3543 Just make sure we have a msgid.
3545 2006-08-05 [colin] 2.4.0cvs28
3549 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3550 by reimplementing it
3552 Fix bug when hiding quotes with level > 3 and quote
3555 2006-08-04 [colin] 2.4.0cvs27
3560 Fix a bit replace-by-pasting undo
3563 Fix Fold quotes menu synchro in
3564 mainwindow when it changes in
3567 Fix right-click on quotes blocks
3568 * src/common/utils.c
3569 Verify that the file created by
3570 my_tmpfile() is writable. Fixes
3571 bug #988 (very specific filesystem
3573 * src/plugins/pgpcore/sgpgme.c
3574 Fix file descriptor leak
3575 * src/plugins/spamassassin/spamassassin.c
3576 Warn once if spamd isn't reachable
3578 2006-08-04 [colin] 2.4.0cvs26
3581 i18n context patch by Fabien
3583 2006-08-03 [colin] 2.4.0cvs25
3587 Rename "Hide quotes" to "Fold quotes"
3589 Don't use hand cursor on quotes. "all
3590 the bonuses of the feature and none of
3591 unwelcome side-effects"
3593 2006-08-03 [colin] 2.4.0cvs24
3596 * sylpheed-claws.desktop
3598 Bring the desktop file to XDG compliance
3599 Patch by Charles A. Edwards
3601 2006-08-03 [colin] 2.4.0cvs23
3604 Fix links offset when they are preceded
3605 by accentued chars (g_utf8_strlen!)
3607 Fix wrong status when starting offline
3610 2006-08-03 [wwp] 2.4.0cvs22
3612 * src/prefs_common.h
3613 ask what to do w/ filtering rules that belong to an account when
3614 applying filtering rules manually from the main window (skip,
3615 apply regardless of the account, use current account). This dialog
3616 can be skipped and the last reply used.
3619 2006-08-03 [wwp] 2.4.0cvs21
3623 * src/prefs_common.c
3628 ask what to do w/ filtering rules that belong to an account when
3629 applying filtering rules manually from the main window (skip,
3630 apply regardless of the account, use current account). This dialog
3631 can be skipped and the last reply used.
3634 2006-08-03 [colin] 2.4.0cvs20
3637 Optimize previous patch
3639 2006-08-03 [cleroy] 2.4.0cvs19
3642 Fix quotes getting toggled back when the
3643 mail has an even number of text parts
3645 2006-08-02 [colin] 2.4.0cvs18
3648 Add Hide quotes menu
3650 2006-08-02 [colin] 2.4.0cvs17
3653 * src/prefs_common.c
3657 Allow per-level quote hiding,
3658 Allow toggling quotes by double-clicking them
3659 Rename RemoteURI to ClickableText to reflect
3660 the fact it's used for a variety of things
3662 2006-08-02 [wwp] 2.4.0cvs16
3665 fix "View/Hide quotes" menu item status initialization.
3667 2006-08-02 [wwp] 2.4.0cvs15
3669 * src/matcher_parser_parse.y
3670 remove a debug trace.
3672 2006-08-02 [paul] 2.4.0cvs14
3674 * src/plugins/pgpcore/passphrase.c
3675 don't set initial dialog size
3678 2006-08-02 [paul] 2.4.0cvs13
3681 remove the rogue '/' character
3683 2006-08-02 [paul] 2.4.0cvs12
3686 allow buttons to resize as necessary
3688 2006-08-01 [wwp] 2.4.0cvs11
3691 fix strict ISO C90 compliance.
3693 2006-08-01 [wwp] 2.4.0cvs10
3696 updated update-po tool to work w/ context-dependent translations.
3697 Patch by Fabien Vantard <fzzzzz@gmail.com>.
3699 2006-08-01 [wwp] 2.4.0cvs9
3702 * src/prefs_filtering.c
3703 * src/prefs_matcher.c
3704 allow context-dependent translations for "All",
3705 patch by Fabien Vantard <fzzzzz@gmail.com>.
3707 2006-07-31 [colin] 2.4.0cvs8
3711 Add Rafal to authors
3713 2006-07-31 [colin] 2.4.0cvs7
3718 * src/prefs_common.c
3719 * src/prefs_common.h
3721 Add 'View/Hide quotes'. Patch based on a patch
3724 2006-07-31 [colin] 2.4.0cvs6
3727 Fix problem with "> stuff >" actions
3729 2006-07-31 [paul] 2.4.0cvs5
3732 updated by Geir Helland
3734 2006-07-31 [wwp] 2.4.0cvs4
3739 add "View/Go to/Parent message" and "View/Go to/Last read message",
3742 2006-07-31 [wwp] 2.4.0cvs3
3749 * src/addressbook_foldersel.c
3750 * src/addressbook_foldersel.h
3755 * src/matcher_parser_lex.l
3756 * src/matcher_parser_parse.y
3757 * src/prefs_common.c
3758 * src/prefs_common.h
3759 * src/prefs_filtering.c
3760 * src/prefs_matcher.c
3761 * src/prefs_matcher.h
3763 introduce filtering against the address book. It's now possible to add
3764 matched conditions to determine if any email address in a message matches
3765 or doesn't match any or all books or folders in the address book.
3767 2006-07-31 [wwp] 2.4.0cvs2
3777 * src/matcher_parser_lex.l
3778 * src/matcher_parser_parse.y
3780 * src/prefs_filtering.c
3781 * src/prefs_filtering.h
3785 introduce per-account filtering rules. Each filtering rule can now be assigned
3786 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
3787 when applying filtering rules manually, as all rules will apply - even the ones
3788 assigned to an account. This issue will be addressed soon.
3792 2006-07-31 [wwp] 2.4.0cvs1
3795 make more strings translatable.
3797 2006-07-31 [paul] 2.4.0
3801 2006-07-31 [paul] 2.3.1cvs91
3804 updated by Miquel Oliete
3806 2006-07-31 [paul] 2.3.1cvs90
3816 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
3817 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
3818 Aleksandar Urosevic, and Ralgh Young
3820 2006-07-31 [paul] 2.3.1cvs89
3826 Fix a race condition when, after an SC crash, rescanning
3827 folders took more than 0.5 seconds
3830 2006-07-31 [paul] 2.3.1cvs88
3833 don't translate separator strings
3835 2006-07-30 [mones] 2.3.1cvs87
3837 * doc/man/sylpheed-claws.1
3838 Fixed non-ASCII chars in Hoa's name
3842 2006-07-27 [colin] 2.3.1cvs86
3845 Don't include the leading \n in links
3848 2006-07-25 [colin] 2.3.1cvs85
3851 * src/common/socket.h
3852 * src/etpan/imap-thread.c
3853 Refresh resolvers before connecting
3854 to IMAP servers, and after switching
3855 to online. Thanks to Paul.
3859 * 2.4.0-rc4 released
3861 2006-07-17 [colin] 2.3.1cvs84
3864 Show connection attempt in statusbar before
3865 connecting (previously first message was
3866 "Retrieving messages from ..." after the
3867 connection succeeded.
3869 2006-07-16 [wwp] 2.3.1cvs83
3871 * sylpheed-claws.ico
3872 Added .ico file (windows multi-size icon file, generated).
3874 2006-07-12 [wwp] 2.3.1cvs82
3877 remove Message/Re-edit menu entry from messageview window,
3878 as sent/draft/queued messages are opened in compose window when
3879 re-edited and it's not possible to re-edit other msgs.
3881 2006-07-12 [paul] 2.3.1cvs81
3886 check online state before resetting
3887 mailcheck timer. Useful if some program
3888 verifies connection state and updates
3890 Patch by Leonid Evdokimov <darkk@users.sf.net>
3892 2006-07-12 [paul] 2.3.1cvs80
3894 * sylpheed-claws-128x128.png
3895 * sylpheed-claws-64x64.png
3896 * sylpheed-claws.png
3899 * src/prefs_toolbar.c
3900 * src/stock_pixmap.c
3901 * src/stock_pixmap.h
3904 * src/gtk/gtkutils.c
3905 * src/pixmaps/sylpheed-claws.xpm ** ADDED **
3906 * src/pixmaps/sylpheed-claws_icon.xpm ** ADDED **
3907 * src/pixmaps/sylpheed-claws_logo.xpm ** ADDED **
3908 * src/pixmaps/sylpheed.xpm ** REMOVED **
3909 * src/pixmaps/sylpheed_icon.xpm ** REMOVED **
3910 * src/pixmaps/sylpheed_logo.xpm ** REMOVED **
3911 updated and renamed logo/icon files and related
3912 logo by Jesper Schultz
3914 2006-07-11 [paul] 2.3.1cvs79
3917 fix the labels a smidgin
3919 2006-07-09 [colin] 2.3.1cvs78
3922 Show errors in textviewer's command
3923 Patch by H. Merijn Brand
3925 2006-07-09 [colin] 2.3.1cvs77
3928 Save FMID in drafts too
3930 2006-07-08 [colin] 2.3.1cvs76
3933 Svae RMID in drafted mails too
3934 Save quote_fmt vars for whole mails,
3935 don't reset at each quote_fmt_init:
3936 allows to use the same |i{var} in
3937 various template fields
3938 * src/prefs_template.c
3940 * src/quote_fmt_parse.y
3943 2006-07-08 [colin] 2.3.1cvs75
3946 Fix highlighting of attached parts URIs
3948 2006-07-08 [colin] 2.3.1cvs74
3951 Prevent bug #981 (sc 2.3.1 segfaults with
3952 gtk+ 2.10) from being reported again:
3953 if Sylpheed-Claws has been compiled against
3954 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0,
3955 of if Sylpheed-Claws has been compiled against
3956 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
3959 2006-07-07 [colin] 2.3.1cvs73
3961 * src/prefs_actions.c
3964 2006-07-07 [colin] 2.3.1cvs72
3966 * src/prefs_actions.c
3967 Fix compile on gtk < 2.8. argh :)
3969 2006-07-07 [paul] 2.3.1cvs71
3974 2006-07-07 [colin] 2.3.1cvs70
3978 * src/quote_fmt_lex.l
3979 * src/quote_fmt_parse.y
3980 Add |i{var}, a way to insert user-entered
3985 * 2.4.0-rc3 released
3987 2006-07-07 [colin] 2.3.1cvs69
3990 Don't consider inboxes of UNKNOWN folder
3991 classes to be useable as default inboxes
3993 2006-07-07 [paul] 2.3.1cvs68
3996 add missing #include <errno.h>
3997 Thanks to René J. Blokland
3999 2006-07-07 [paul] 2.3.1cvs67
4002 Return now Closes dialog
4006 add contextual menu to mime parts listed
4009 * src/common/utils.c
4010 reversal: ' is a valid character in URLs
4012 2006-07-06 [colin] 2.3.1cvs66
4014 * src/remotefolder.h
4015 Forgotten in previous commit
4017 2006-07-06 [colin] 2.3.1cvs65
4020 Set summary update flag whenever
4023 * src/prefs_account.c
4024 * src/common/utils.h
4025 * src/etpan/imap-thread.c
4026 Fix warnings, thanks to Fabien and
4029 2006-07-06 [wwp] 2.3.1cvs64
4031 * src/gtk/gtkutils.c
4032 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4034 2006-07-06 [wwp] 2.3.1cvs63
4043 * src/message_search.c
4044 * src/prefs_actions.c
4045 * src/prefs_filtering.c
4046 * src/prefs_filtering.h
4047 * src/prefs_template.c
4048 * src/summary_search.c
4050 * src/gtk/gtkutils.c
4051 * src/gtk/gtkutils.h
4052 * src/gtk/pluginwindow.c
4053 add help buttons to some dialogs. Clicking such buttons opens a
4054 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4056 2006-07-06 [paul] 2.3.1cvs62
4059 fix attachments contextual menu
4062 2006-07-05 [colin] 2.3.1cvs61
4066 Handle sftp:// links
4068 2006-07-05 [paul] 2.3.1cvs60
4071 grab save button by default
4074 2006-07-05 [wwp] 2.3.1cvs59
4077 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4079 2006-07-04 [colin] 2.3.1cvs58
4083 Use left click to select, middle click to open
4085 * src/common/utils.c
4088 2006-07-04 [colin] 2.3.1cvs57
4092 Warning fixes, thanks to Fabien
4094 2006-07-04 [colin] 2.3.1cvs56
4099 Allow parts to be selected via their text label
4102 2006-07-04 [colin] 2.3.1cvs55
4105 Feedback when closing (for big folders)
4106 * src/prefs_actions.c
4107 * src/prefs_filtering.c
4108 * src/prefs_matcher.c
4109 * src/prefs_template.c
4110 Fix default button when closing without
4113 2006-07-04 [colin] 2.3.1cvs54
4116 Delete local file on deletion
4118 2006-07-03 [colin] 2.3.1cvs53
4122 Don't freeze when rescanning after crash
4124 2006-07-03 [wwp] 2.3.1cvs52
4129 * src/plugins/pgpinline/pgpinline.c
4130 * src/plugins/pgpmime/pgpmime.c
4131 don't report an error when the user cancels the passphrase dialog.
4133 2006-07-02 [colin] 2.3.1cvs51
4136 Open message when crossing folders with Space,
4137 goto next unread and friends
4139 2006-07-01 [colin] 2.3.1cvs50
4141 * src/prefs_account.c
4142 Typographic rules varying from language
4143 to language (in french "Protocole :"),
4144 we have to do that :)
4146 2006-07-01 [ticho] 2.3.1cvs49
4148 * src/prefs_account.c
4149 Only use one temporary gchar* variable in
4150 prefs_account_protocol_set_optmenu().
4152 2006-07-01 [ticho] 2.3.1cvs48
4154 * src/prefs_account.c
4155 * src/prefs_account.h
4156 Use GtkLabel for existing account protocol name.
4157 Created an array for protocol names and populate the
4158 combobox from it in a for() cycle.
4160 2006-06-30 [colin] 2.3.1cvs47
4163 Block undo when changing signature (by changing
4166 2006-06-30 [paul] 2.3.1cvs46
4168 * src/send_message.c
4169 when editing From in the Compose window, use that address
4170 in the Return-Path: header
4173 2006-06-30 [colin] 2.3.1cvs45
4176 Fix signature replacement:
4177 - when no newline before separator
4180 2006-06-29 [colin] 2.3.1cvs44
4186 Let 'View/Go to/Next marked' work like
4187 Next new & Next unread: across folders
4188 Change the select_on_entry pref to do
4189 what we want when changing folder
4190 * src/common/utils.c
4191 Fix single-quoted links
4193 2006-06-29 [colin] 2.3.1cvs43
4195 * src/gtk/gtkaspell.c
4196 "Sylpheed" and "Sylpheed-Claws" do exist !
4198 2006-06-29 [colin] 2.3.1cvs42
4201 Forgot to remove debug
4203 2006-06-29 [colin] 2.3.1cvs41
4208 Disconnect from IMAP servers when going
4209 offline. Fixes bug #978 (going to offline-mode
4210 won't close connections)
4212 2006-06-29 [colin] 2.3.1cvs40
4215 Fix transient setting on failing plugins
4217 * src/plugins/pgpcore/sgpgme.c
4218 Only warn for OpenPGP. Most people don't
4221 2006-06-29 [colin] 2.3.1cvs39
4224 Fix Spelling menu (discrepancy between context menu
4225 and top menu when folder's dictionary isn't the
4227 * src/plugins/pgpcore/sgpgme.c
4228 More error reporting about why gpgme can fail
4230 2006-06-29 [wwp] 2.3.1cvs38
4233 honor the display-header-pane setting even when the message view
4234 is a separate window.
4236 2006-06-29 [wwp] 2.3.1cvs37
4238 * src/prefs_actions.c
4239 forgot to commit that one (use of GTK_STOCK_INFO).
4241 2006-06-29 [colin] 2.3.1cvs36
4244 Better handling of login errors (ask the password
4245 again once), alert in case of error. Fix three
4246 signedness warnings.
4248 2006-06-28 [wwp] 2.3.1cvs35
4250 * src/prefs_template.c
4251 * src/prefs_matcher.c
4252 * src/prefs_filtering_action.c
4254 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4255 patch by Fabien Vantard, slightly modified.
4261 2006-06-28 [colin] 2.3.1cvs34
4263 * src/prefs_account.c
4264 Fix bug #977 (Can't add or edit imap accounts)
4266 2006-06-28 [colin] 2.3.1cvs33
4271 2006-06-28 [colin] 2.3.1cvs32
4274 Save named inlined attachments with "Save all"
4277 * src/common/plugin.c
4278 * src/common/plugin.h
4279 * src/common/sylpheed.c
4280 * src/common/utils.c
4281 * src/plugins/pgpcore/sylpheed.def
4282 * src/plugins/pgpinline/sylpheed.def
4283 * src/plugins/pgpmime/sylpheed.def
4284 Win32 compatibility patch, by
4287 2006-06-28 [wwp] 2.3.1cvs31
4290 * src/prefs_folder_item.c
4291 less compilation warnings (thanks to Fabien Vantard), less typos.
4293 2006-06-28 [paul] 2.3.1cvs30
4295 * src/gtk/gtkutils.c
4296 gtk_combo_box_set_focus_on_click() is only
4297 available since gtk 2.6.0
4299 2006-06-28 [paul] 2.3.1cvs29
4301 * src/prefs_ext_prog.c
4302 fix engrish and add a tooltip for the
4303 'command for 'Display as text' option
4309 2006-06-28 [paul] 2.3.1cvs28
4313 include textviewer.pl in releases
4315 2006-06-28 [paul] 2.3.1cvs27
4317 * src/prefs_ext_prog.c
4318 hide Print command option if libgnomeprint
4321 2006-06-27 [colin] 2.3.1cvs26
4324 Fix Esc handling in insert/attach dialog
4325 Don't show this dialog if dragging something
4326 else than text/uri-list
4327 Thanks to Fabien Vantard
4328 * tools/textviewer.pl
4329 Filter script to display stuff as text
4332 2006-06-27 [wwp] 2.3.1cvs25
4335 use the exact product name (message view title), patch
4338 2006-06-27 [ticho] 2.3.1cvs24
4340 * src/prefs_account.c
4341 * src/prefs_common.c
4342 * src/prefs_common.h
4343 * src/prefs_ext_prog.c
4345 Add a preference (Preferences/External programs)
4346 to allow "Display as text" to be done via a script
4347 (patch by H.Merijn Brand).
4348 Use GtkComboBox for protocol selection in account
4350 Only include current choice for existing accounts, and
4351 insensitivize the combobox.
4353 2006-06-27 [paul] 2.3.1cvs23
4356 fix crasher introduced in cvs21.
4359 2006-06-26 [colin] 2.3.1cvs22
4362 Fix double-frees when leaving folders
4363 after exporting to mbox
4365 2006-06-26 [colin] 2.3.1cvs21
4368 More feedback (and optimisation)
4370 * src/common/utils.c
4371 Fix case when looking for mail addresses
4372 * src/gtk/gtkutils.c
4373 Extra check for (X-)Face
4375 2006-06-25 [ticho] 2.3.1cvs20
4379 * src/gtk/gtkutils.c
4380 * src/gtk/gtkutils.h
4381 Added second argument to gtkut_sc_combobox_create() to
4382 control focus-on-click for the widget.
4383 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4385 2006-06-25 [ticho] 2.3.1cvs19
4388 * src/gtk/Makefile.am
4389 * src/gtk/combobox.c
4390 * src/gtk/combobox.h
4391 * src/gtk/gtkutils.c
4392 * src/gtk/gtkutils.h
4393 Use GtkComboBox instead of deprecated GtkOptionMenu
4394 for account selector in compose window and for encoding
4395 selector in attachment properties.
4396 Also factorise working with the new GtkComboBox somewhat.
4398 2006-06-24 [paul] 2.3.1cvs18
4400 * src/prefs_common.c
4401 use the correct default value
4403 2006-06-24 [paul] 2.3.1cvs17
4406 * src/prefs_common.c
4407 * src/prefs_common.h
4408 * src/prefs_compose_writing.c
4409 enable setting of default action when
4410 dnd'ing files in the compose window.
4411 (Collaborative effort with wwp)
4413 2006-06-23 [wwp] 2.3.1cvs16
4416 i18n fix (thanks to Fabien Vantard)
4418 2006-06-22 [colin] 2.3.1cvs15
4420 * src/prefs_customheader.c
4421 Don't use filters in custom headers' file
4422 selector. Remember, extensions mean nothing :)
4424 2006-06-22 [paul] 2.3.1cvs14
4427 allow setting of man directory location
4429 2006-06-22 [colin] 2.3.1cvs13
4432 Add 'View/Go to/Next unread folder'.
4435 2006-06-22 [colin] 2.3.1cvs12
4437 * src/common/utils.c
4438 Add some subject prefixes
4439 Patch by Bjorn T Johansen <btj@havleik.no>
4441 2006-06-22 [colin] 2.3.1cvs11
4443 * manual/advanced.xml
4444 Forgotten hidden pref
4446 2006-06-21 [paul] 2.3.1cvs10
4448 * src/prefs_account.c
4449 complete the removal of 'Add date header' option
4451 2006-06-21 [paul] 2.3.1cvs9
4455 * src/prefs_account.c
4456 * src/prefs_account.h
4457 remove option to add date header - always
4459 * src/etpan/imap-thread.c
4460 fix warnings (Thanks to Colin)
4462 2006-06-21 [wwp] 2.3.1cvs8
4465 set the attachment flag when inline text part are (file)named. This is more convenient
4466 when receiving (for instance) inline source files or patches sent using thunderbird.
4468 2006-06-21 [paul] 2.3.1cvs7
4471 fix off-by-one count of current msg in
4472 statusbar filtering progressbar
4474 2006-06-21 [paul] 2.3.1cvs6
4477 Show attachment icon even if the part is 'inline'
4478 if the following conditions are met:
4479 - content-type != 'text/plain'
4480 - content-type != '*/pgp-signature'
4481 - either 'name' or 'filename' parameter is not NULL
4485 2006-06-21 [paul] 2.3.1cvs5
4488 * src/prefs_common.c
4489 * src/prefs_common.h
4491 add an option to 'Never send Return
4495 2006-06-20 [mones] 2.3.1cvs4
4500 typo fixed (space after comma)
4501 * tools/make.themes.project
4502 remove exec mode from tarball files
4504 2006-06-20 [colin] 2.3.1cvs3
4509 Better fix for \n's in headers (don't
4510 break Received: and others)
4512 2006-06-20 [paul] 2.3.1cvs2
4516 improve legibility of phishing attempt
4519 2006-06-20 [paul] 2.3.1cvs1
4524 Update version number following
4527 2006-06-20 [colin] 2.3.0cvs26
4530 When dragging a file to the text of the compose
4531 window, ask whether we want to insert or attach
4532 (I know lots of people who do that to attach)
4534 2006-06-20 [colin] 2.3.0cvs25
4536 * src/etpan/imap-thread.c
4537 Fix threshold (the append command is often > 32 bytes)