1 2005-10-09 [colin] 1.9.15cvs26
6 Clarify forward menus. Patch by wwp
8 2005-10-09 [colin] 1.9.15cvs25
12 Fix bug #829 (Non-working "Encrypt message by
13 default when replying to an encrypted message")
15 2005-10-08 [colin] 1.9.15cvs24
18 Fix bug #827 ("Welcome" setup wizard after a
19 permission error gives up & forgets itself.)
21 2005-10-08 [colin] 1.9.15cvs23
24 Fix bug #828 (Ignoring headers with spaces around = sign)
26 2005-10-08 [colin] 1.9.15cvs22
31 2005-10-08 [colin] 1.9.15cvs21
35 Add a processing_pending indicator, set on
36 folder_item_open and cleared after
37 folder_item_process_open
40 wrap procmsg_msginfo_*_flags, and in the
41 wrapper check that there's no folder processing
42 pending. If there is, defer the flags change until
43 processing is done to avoid stepping over each
45 Freeze during processing, but not during scanning.
47 2005-10-07 [colin] 1.9.15cvs20
49 * src/plugins/pgpcore/passphrase.c
50 Fix bug #826 (X-Server hangs when
51 right-clicking a PGP encrypted message)
53 2005-10-07 [paul] 1.9.15cvs19
57 patch by Fabien Vantard
59 2005-10-06 [colin] 1.9.15cvs18
61 * src/pixmaps/address.xpm
62 * src/pixmaps/address_book.xpm
63 * src/pixmaps/book.xpm
64 * src/pixmaps/check_spelling.xpm
65 * src/pixmaps/checkbox_off.xpm
66 * src/pixmaps/checkbox_on.xpm
67 * src/pixmaps/close.xpm
68 * src/pixmaps/complete.xpm
69 * src/pixmaps/continue.xpm
70 * src/pixmaps/deleted.xpm
71 * src/pixmaps/down_arrow.xpm
72 * src/pixmaps/exec.xpm
73 * src/pixmaps/forwarded.xpm
74 * src/pixmaps/group.xpm
75 * src/pixmaps/ignorethread.xpm
76 * src/pixmaps/interface.xpm
77 * src/pixmaps/jpilot.xpm
78 * src/pixmaps/ldap.xpm
79 * src/pixmaps/linewrap.xpm
80 * src/pixmaps/linewrapcurrent.xpm
81 * src/pixmaps/mail.xpm
82 * src/pixmaps/mail_attach.xpm
83 * src/pixmaps/mail_compose.xpm
84 * src/pixmaps/mail_forward.xpm
85 * src/pixmaps/mail_receive.xpm
86 * src/pixmaps/mail_receive_all.xpm
87 * src/pixmaps/mail_reply.xpm
88 * src/pixmaps/mail_reply_to_all.xpm
89 * src/pixmaps/mail_reply_to_author.xpm
90 * src/pixmaps/mail_send.xpm
91 * src/pixmaps/mail_send_queue.xpm
92 * src/pixmaps/mime_application.xpm
93 * src/pixmaps/mime_audio.xpm
94 * src/pixmaps/mime_image.xpm
95 * src/pixmaps/mime_message.xpm
96 * src/pixmaps/mime_text_enriched.xpm
97 * src/pixmaps/mime_text_html.xpm
98 * src/pixmaps/mime_text_plain.xpm
99 * src/pixmaps/mime_unknown.xpm
100 * src/pixmaps/new.xpm
101 * src/pixmaps/news_compose.xpm
102 * src/pixmaps/offline.xpm
103 * src/pixmaps/online.xpm
104 * src/pixmaps/paste.xpm
105 * src/pixmaps/preferences.xpm
106 * src/pixmaps/privacy_emblem_encrypted.xpm
107 * src/pixmaps/privacy_expired.xpm
108 * src/pixmaps/privacy_failed.xpm
109 * src/pixmaps/privacy_passed.xpm
110 * src/pixmaps/privacy_signed.xpm
111 * src/pixmaps/privacy_unknown.xpm
112 * src/pixmaps/privacy_warn.xpm
113 * src/pixmaps/properties.xpm
114 * src/pixmaps/replied.xpm
115 * src/pixmaps/search.xpm
116 * src/pixmaps/unread.xpm
117 * src/pixmaps/up_arrow.xpm
118 * src/pixmaps/vcard.xpm
119 Modernize internal theme, with icons from the
120 Gnomaws theme. Keep some of the old ones where
123 2005-10-06 [colin] 1.9.15cvs17
126 Little optimisations + bugfix
128 Remove default useless items - useless being defined
129 by the default relevant prefs
131 include config.h to make gettext work
133 Fix selection of current theme in prefs
135 2005-10-06 [colin] 1.9.15cvs16
139 * src/prefs_summaries.c
141 Add a warning dialog on Mark all read
142 (with pref to get rid of it)
144 2005-10-06 [paul] 1.9.15cvs15
148 updated by Geir Helland and Frederico
151 2005-10-05 [colin] 1.9.15cvs14
161 add a way to rescan without rebuilding
162 make moving a bit faster (less folders changes)
163 don't lock the tree on Get
165 Don't re-delete deleted messages before expunging
167 Set batch mode when deleting mails
169 2005-10-05 [paul] 1.9.15cvs13
173 fix disabled Execute menu item
175 match the change in 1.9.15cvs10: use Compose
176 instead of News by default
178 2005-10-04 [colin] 1.9.15cvs12
181 When replying to an ML post with Reply-To set
182 to the poster's email, honor it (as before),
183 but also honor our user's request to reply to
184 the mailing list: set the ML address in the To
185 field and the Reply-To address in the Cc:
188 2005-10-04 [colin] 1.9.15cvs11
190 * src/plugins/trayicon/trayicon.c
191 Finish cosmetic change - thanks to wwp
193 2005-10-04 [colin] 1.9.15cvs10
196 Use Compose instead of Email by default.
199 2005-10-04 [colin] 1.9.15cvs9
205 * src/etpan/imap-thread.c
206 * src/etpan/imap-thread.h
207 Try to make IMAP faster, by simplifying SEARCH
208 commands, avoiding sending two STATUS in a row,
209 and deferring flags sync and processing just
210 after displaying the folder.
211 This will update the SummaryView in certain
212 cases (new mails not already fetched, flags
213 changed from another client) but in a non-
216 2005-10-04 [colin] 1.9.15cvs8
218 * src/plugins/trayicon/trayicon.c
219 Relabel "Offline" to "Work offline"
221 2005-10-04 [colin] 1.9.15cvs7
226 Fix mbox import/export buglets
228 * src/plugins/trayicon/trayicon.c
232 2005-10-04 [colin] 1.9.15cvs6
237 Better fix (don't break mark all read) for cvs2
239 2005-10-03 [colin] 1.9.15cvs5
242 Use a sane sort by default
244 2005-10-03 [colin] 1.9.15cvs4
247 Add a 'Only once' button for overriding offline mode
248 * src/prefs_account.c
250 Add Local mbox to the wizard
251 Add IMAP subdir to the wizard (or the wizard is useless
252 for such accounts, or even worse than useless)
253 Move IMAP subdir from Advanced to Receive tab, as it's
256 2005-10-03 [colin] 1.9.15cvs3
259 Forgot this one in cvs1
261 2005-10-03 [colin] 1.9.15cvs2
264 Faster close when leaving a folder with lots
265 of new mails. Idea by David Relson.
267 2005-10-03 [colin] 1.9.15cvs1
276 * src/gtk/sslcertwindow.c
277 * src/plugins/trayicon/trayicon.c
278 Add accels to every AlertPanel. Patch by Fabien
281 2005-10-03 [paul] 1.9.15
285 2005-10-03 [paul] 1.9.14cvs68
295 updated by Miquel Oliete, Thomas Gilgin, Ricardo
296 Mones Lastra, Tommi Pirinen, Fabien vantard,
297 Andrej Kacian, Aleksander Urosevic, Yang Guilong
299 2005-10-03 [paul] 1.9.14cvs67
302 prevent hang on Cancel
305 2005-10-03 [paul] 1.9.14cvs66
308 fix crash in IMAP caused by discrepancy
309 between check_at_startup and offline mode
312 2005-10-01 [paul] 1.9.14cvs65
317 2005-10-01 [paul] 1.9.14cvs64
320 synchronise import_mbox() and export_mbox()
322 proc_mbox(): add alert if file cannot be opened
323 export_list_to_mbox(): test if dest file exists,
324 prompt user to overwrite if it does. add alert
325 if file cannot be created
330 2005-09-30 [paul] 1.9.14cvs63
333 Fix sensitivity of a menu
335 Respect hidden pref for mails with no encoding
337 Fix memory corruption
338 * src/plugins/pgpcore/sgpgme.c
339 Fix segfault on incomplete sigs, and display
344 2005-09-30 [colin] 1.9.14cvs62
346 * src/partial_download.c
347 Little logic fix in almost-dead code
349 Fix partial download when there's no new mail
351 2005-09-29 [paul] 1.9.14cvs61
353 * src/plugins/pgpinline/pgpinline.c
354 fix bug 819, 'crash accessing sign message'
357 2005-09-28 [martin] 1.9.14cvs60
359 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
360 fix bug #790 (Crash when restarting window manager (fluxbox))
362 2005-09-28 [paul] 1.9.14cvs59
364 * src/gtk/gtkaspell.c
367 2005-09-27 [colin] 1.9.14cvs58
369 * src/plugins/pgpcore/sgpgme.c
370 Report error when there's one, instead of
371 "Signature unchecked"
373 2005-09-27 [colin] 1.9.14cvs57
376 Fix bug #816 (Weird quotation with spaces)
378 2005-09-27 [colin] 1.9.14cvs56
383 Put subject in compose's title
384 Fix Automatic encoding so that it's really automatic:
385 first try default locale's charset, then charset of the replied mail,
387 Fix encoding of headers (must be in strict mode too)
389 2005-09-26 [colin] 1.9.14cvs55
391 * src/gtk/gtkaspell.c
392 Fix previous patch - don't color the space,
395 2005-09-26 [colin] 1.9.14cvs54
397 * src/gtk/gtkaspell.c
398 Unmark space if possible
400 2005-09-26 [colin] 1.9.14cvs53
403 log_error instead of alertpanel according to the pref
404 * src/etpan/imap-thread.c
405 Print connect status, copy only necessary size to
407 * src/plugins/pgpmime/pgpmime.c
408 Handle S/Mime signatures (verification only). Patch based
409 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
411 2005-09-26 [paul] 1.9.14cvs52
413 * src/common/passcrypt.c
414 this 'workaround' not necessary on NetBSD.
415 Thanks to Daniel Gustafson
421 2005-09-26 [paul] 1.9.14cvs51
424 Skip currently selected message when
425 looking for next new or unread message
426 in current folder. Patch by Colin
427 * src/common/passcrypt.c
428 eliminate warnings on *BSD. Patch by
431 2005-09-26 [colin] 1.9.14cvs50
434 Call postfiltering hook anyway
436 2005-09-22 [colin] 1.9.14cvs49
440 Add a strict mode that doesn't replace with _
443 Use strict conversion while sending
444 Fix race when drafting while sending (happens
446 Fix d'n'd of messages from summaryview
449 add hidden utf8_instead_of_locale_for_broken_mail
450 pref for people that preferred the default charset
451 to be utf8 for broken mails
452 * src/quote_fmt_parse.y
453 fix bug #815 (No quote insert if "From:" fied
454 contained Russian letters)
456 Fix d'n'd of messages to compose
458 2005-09-22 [paul] 1.9.14cvs48
461 fix bug where attachments Name entry
462 would display Path instead
464 2005-09-21 [paul] 1.9.14cvs47
469 * config/config.rpath
470 * doc/manual/en/sylpheed-20.html
471 * doc/manual/es/sylpheed-20.html
526 * src/displayheader.c
527 * src/displayheader.h
538 * src/editldap_basedn.c
539 * src/editldap_basedn.h
558 * src/folder_item_prefs.c
559 * src/folder_item_prefs.h
566 * src/grouplistdialog.c
567 * src/grouplistdialog.h
612 * src/matcher_parser.h
613 * src/matcher_parser_lex.l
614 * src/matcher_parser_parse.y
617 * src/message_search.c
618 * src/message_search.h
637 * src/partial_download.c
638 * src/partial_download.h
643 * src/prefs_account.c
644 * src/prefs_account.h
645 * src/prefs_actions.c
646 * src/prefs_actions.h
649 * src/prefs_compose_writing.c
650 * src/prefs_compose_writing.h
651 * src/prefs_customheader.c
652 * src/prefs_customheader.h
653 * src/prefs_display_header.c
654 * src/prefs_display_header.h
655 * src/prefs_ext_prog.c
656 * src/prefs_ext_prog.h
657 * src/prefs_filtering.c
658 * src/prefs_filtering.h
659 * src/prefs_filtering_action.c
660 * src/prefs_filtering_action.h
661 * src/prefs_folder_column.c
662 * src/prefs_folder_column.h
663 * src/prefs_folder_item.c
664 * src/prefs_folder_item.h
669 * src/prefs_image_viewer.c
670 * src/prefs_image_viewer.h
671 * src/prefs_matcher.c
672 * src/prefs_matcher.h
673 * src/prefs_message.c
674 * src/prefs_message.h
675 * src/prefs_msg_colors.c
676 * src/prefs_msg_colors.h
681 * src/prefs_receive.c
682 * src/prefs_receive.h
685 * src/prefs_spelling.c
686 * src/prefs_spelling.h
687 * src/prefs_summaries.c
688 * src/prefs_summaries.h
689 * src/prefs_summary_column.c
690 * src/prefs_summary_column.h
691 * src/prefs_template.c
692 * src/prefs_template.h
695 * src/prefs_toolbar.c
696 * src/prefs_toolbar.h
697 * src/prefs_wrapping.c
698 * src/prefs_wrapping.h
708 * src/quote_fmt_parse.y
717 * src/simple-gettext.c
726 * src/summary_search.c
727 * src/summary_search.h
744 * src/common/base64.c
745 * src/common/base64.h
753 * src/common/mgutils.c
754 * src/common/mgutils.h
757 * src/common/passcrypt.c
758 * src/common/passcrypt.h.in
759 * src/common/plugin.c
760 * src/common/plugin.h
763 * src/common/progressindicator.c
764 * src/common/progressindicator.h
765 * src/common/quoted-printable.c
766 * src/common/quoted-printable.h
767 * src/common/session.c
768 * src/common/session.h
771 * src/common/socket.c
772 * src/common/socket.h
775 * src/common/ssl_certificate.c
776 * src/common/ssl_certificate.h
777 * src/common/string_match.c
778 * src/common/string_match.h
779 * src/common/stringtable.c
780 * src/common/sylpheed.c
781 * src/common/sylpheed.h
782 * src/common/template.c
783 * src/common/template.h
784 * src/common/timing.h
787 * src/common/uuencode.c
788 * src/common/uuencode.h
789 * src/common/version.h.in
792 * src/common/xmlprops.c
793 * src/common/xmlprops.h
796 * src/gtk/colorlabel.c
797 * src/gtk/colorlabel.h
800 * src/gtk/description_window.c
801 * src/gtk/description_window.h
804 * src/gtk/foldersort.c
805 * src/gtk/foldersort.h
808 * src/gtk/inputdialog.c
809 * src/gtk/inputdialog.h
810 * src/gtk/logwindow.c
811 * src/gtk/logwindow.h
812 * src/gtk/manage_window.c
813 * src/gtk/manage_window.h
816 * src/gtk/pluginwindow.c
817 * src/gtk/pluginwindow.h
818 * src/gtk/prefswindow.c
819 * src/gtk/prefswindow.h
820 * src/gtk/progressdialog.c
821 * src/gtk/progressdialog.h
822 * src/gtk/quicksearch.c
823 * src/gtk/quicksearch.h
824 * src/gtk/sslcertwindow.c
825 * src/gtk/sslcertwindow.h
826 * src/plugins/clamav/clamav_plugin.c
827 * src/plugins/clamav/clamav_plugin.h
828 * src/plugins/clamav/clamav_plugin_gtk.c
829 * src/plugins/demo/demo.c
830 * src/plugins/dillo_viewer/dillo_prefs.c
831 * src/plugins/dillo_viewer/dillo_prefs.h
832 * src/plugins/dillo_viewer/dillo_viewer.c
833 * src/plugins/mathml_viewer/mathml_viewer.c
834 * src/plugins/pgpcore/passphrase.c
835 * src/plugins/pgpcore/passphrase.h
836 * src/plugins/pgpcore/plugin.c
837 * src/plugins/pgpcore/prefs_gpg.c
838 * src/plugins/pgpcore/prefs_gpg.h
839 * src/plugins/pgpcore/select-keys.c
840 * src/plugins/pgpcore/select-keys.h
841 * src/plugins/pgpcore/sgpgme.c
842 * src/plugins/pgpcore/sgpgme.h
843 * src/plugins/pgpinline/pgpinline.c
844 * src/plugins/pgpinline/pgpinline.h
845 * src/plugins/pgpinline/plugin.c
846 * src/plugins/pgpmime/pgpmime.c
847 * src/plugins/pgpmime/pgpmime.h
848 * src/plugins/pgpmime/plugin.c
849 * src/plugins/spamassassin/spamassassin.c
850 * src/plugins/spamassassin/spamassassin.h
851 * src/plugins/spamassassin/spamassassin_gtk.c
852 * src/plugins/trayicon/trayicon.c
853 * tools/OOo2sylpheed.pl
854 * tools/acroread2sylpheed.pl
855 * tools/asus_mailled.sh
856 * tools/filter_conv.pl
857 * tools/freshmeat_search.pl
858 * tools/google_search.pl
859 * tools/kmail2sylpheed.pl
860 * tools/kmail2sylpheed_v2.pl
861 * tools/maildir2sylpheed.pl
862 * tools/multiwebsearch.pl
863 * tools/newscache_clean.pl
864 * tools/outlook2sylpheed.pl
865 * tools/sylpheed-switcher
868 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
871 2005-09-21 [colin] 1.9.14cvs46
878 Remove some printing hacks (deselection/reselection),
879 which by the way fix printing the currently
880 displayed mime part (still only text)
881 Plus a little optimisation of summary_show
884 2005-09-20 [colin] 1.9.14cvs45
888 GUI fixups: add accels, set message
889 view title to displayed mail's subject
890 * src/prefs_spelling.c
891 * src/gtk/gtkaspell.c
892 GUI fixups: allow underlining misspelled
893 words instead of coloring them (a11y!)
899 2005-09-19 [colin] 1.9.14cvs44
903 * src/gtk/gtkaspell.c
906 2005-09-19 [colin] 1.9.14cvs43
909 Fix sensitivity of Delete button
911 Warn if the requested Privacy system
921 * src/prefs_account.h
922 * src/prefs_account.c
923 Save SSL prefs even in builds that have
929 Warn if connection should be secure, but
930 SSL support isn't compiled in
932 Fix word separation on UTF-8 systems
933 Fixes bug #812 (Strange inline spellchecking)
935 Warn if the requested Privacy system
937 Factorize offline warning
945 Factorize offline warning
951 2005-09-18 [colin] 1.9.14cvs42
956 Add a way to get locale's charset ignoring utf-8,
957 and use that as default encoding for broken mails
959 2005-09-18 [colin] 1.9.14cvs41
961 * src/gtk/logwindow.c
962 Translate string. Patch by Fabien Vantard
964 2005-09-18 [colin] 1.9.14cvs40
967 Fix bug #803 (IMAP/SSL support breaks with
968 GnuTLS libetpan 0.38)
970 2005-09-18 [colin] 1.9.14cvs39
975 More charsets fixes. Fixes bug #806 (non
976 ascii characters in subject line)
978 2005-09-17 [paul] 1.9.14cvs38
983 Patch by Pawel Pekala
985 2005-09-17 [colin] 1.9.14cvs37
988 bugfix for NO-USE LDAP compilation, patch
991 2005-09-17 [colin] 1.9.14cvs36
993 * src/prefs_actions.c
994 * src/prefs_customheader.c
995 * src/prefs_display_header.c
996 * src/prefs_filtering_action.c
997 * src/prefs_matcher.c
998 * src/prefs_toolbar.c
999 Fix strange casts (less elegant but
1002 2005-09-16 [colin] 1.9.14cvs35
1007 2005-09-16 [colin] 1.9.14cvs34
1021 * src/matcher_parser_parse.y
1022 * src/prefs_themes.c
1023 * src/etpan/Makefile.am
1024 * src/gtk/description_window.c
1025 * src/plugins/clamav/Makefile.am
1026 * src/plugins/clamav/clamav_plugin.c
1027 * src/plugins/dillo_viewer/Makefile.am
1028 * src/plugins/pgpcore/Makefile.am
1029 * src/plugins/pgpinline/Makefile.am
1030 * src/plugins/pgpmime/Makefile.am
1031 * src/plugins/trayicon/Makefile.am
1032 Fix 100% cpu usage in address completion list
1033 Fix little bugs (return with no values etc)
1034 Fix all warnings (with common CFLAGS)
1036 2005-09-15 [colin] 1.9.14cvs33
1039 Fix bug where sometimes a group's email list is empty,
1040 force its refresh (probably fixes "Re: how to create a
1043 Don't return to the callback in the main thread from the
1044 fetch thread (or face segs!)
1046 2005-09-15 [paul] 1.9.14cvs32
1048 * src/prefs_matcher.c
1049 forgotten in last commit
1051 2005-09-15 [paul] 1.9.14cvs31
1053 * src/prefs_actions.c
1054 * src/prefs_filtering_action.c
1058 * src/gtk/description_window.c
1059 * src/gtk/description_window.h
1060 * src/gtk/quicksearch.c
1061 allow interaction with the called
1063 Patch by Anders Hammar
1065 2005-09-14 [paul] 1.9.14cvs30
1068 fix a little annoyance when pasting with 3rd button
1069 with wrap_pastes=0 and wrap_input=1
1072 2005-09-14 [paul] 1.9.14cvs29
1074 * src/prefs_account.c
1075 disable 'Filter messages on receiving' for
1077 Patch by Anders Hammar
1079 2005-09-14 [paul] 1.9.14cvs28
1083 updated by Andrej Kacian
1089 2005-09-14 [paul] 1.9.14cvs27
1092 updated by Ricardo Mones Lastra
1095 associate no_wrap_tags to Compose windows
1096 instead of using a static one
1102 remove unneeded printf()
1104 2005-09-14 [paul] 1.9.14cvs26
1112 * src/partial_download.c
1114 * src/prefs_account.c
1115 * src/prefs_account.h
1116 * src/prefs_actions.c
1117 * src/prefs_customheader.c
1118 * src/prefs_display_header.c
1119 * src/prefs_filtering_action.c
1120 * src/prefs_matcher.c
1121 * src/prefs_toolbar.c
1128 * src/common/plugin.c
1129 * src/common/session.h
1130 * src/common/socket.c
1131 * src/common/socket.h
1132 * src/common/template.c
1133 * src/gtk/gtkaspell.c
1134 * src/gtk/quicksearch.h
1135 * src/plugins/pgpcore/passphrase.c
1136 * src/plugins/pgpcore/prefs_gpg.h
1137 * src/plugins/pgpcore/select-keys.c
1138 * src/plugins/pgpcore/select-keys.h
1139 * src/plugins/pgpcore/sgpgme.c
1140 * src/plugins/pgpinline/pgpinline.c
1141 * src/plugins/pgpmime/pgpmime.c
1142 * src/plugins/trayicon/trayicon.c
1143 fix compilation warnings
1144 Patch by Daniel Gustafson
1146 2005-09-14 [paul] 1.9.14cvs25
1149 add missing column header, and other small
1151 Patch by Anders Hammar
1153 2005-09-13 [colin] 1.9.14cvs24
1155 * src/gtk/gtkaspell.c
1156 Fix non-utf8 in menu
1158 Nullify struct members after free()s
1160 2005-09-13 [colin] 1.9.14cvs23
1163 Test utf8 compliance before inserting to
1164 buffer, and try to convert if necessary
1166 If no charset is present, use the locale
1167 one instead of us-ascii
1169 Add Sender, List-Post and To in the checked
1170 headers for automatic rules creation
1172 * src/prefs_themes.c
1173 * src/gtk/gtkaspell.c
1174 Remove deprecated functions.
1175 patch by Daniel Gustafson
1177 2005-09-12 [colin] 1.9.14cvs22
1180 Fix bug #448 (Scrolling/Redraw issue with
1181 address-fields in Header)
1185 Fix loss of MSG_MARKED on move/copy
1186 Fix bug #804 (Quicksearch togglebutton doesn't
1187 get depressed after '/' key is pressed)
1189 2005-09-12 [paul] 1.9.14cvs21
1192 * src/gtk/logwindow.c
1193 add 'Clear Log' to popup menu
1194 Patch by Anders Hammar <anders.hammar@telia.com>
1196 2005-09-12 [paul] 1.9.14cvs20
1199 set correct sensitivity on attachments
1203 * src/prefs_spelling.c
1204 fix crash when no LANG env is set
1207 don't use memeory after free
1209 All patches by Daniel Gustafson
1211 2005-09-12 [paul] 1.9.14cvs19
1213 * src/prefs_themes.c
1214 make theme info selectable
1215 * src/gtk/description_window.c
1216 make window non-modal
1218 add details of asus_mailed.sh
1219 * tools/claws.i18n.status.pl
1220 update for new zh_TW translator
1222 create alternate coloured lines
1225 2005-09-10 [colin] 1.9.14cvs18
1227 * src/plugins/pgpcore/select-keys.c
1228 Better order for the buttons
1230 2005-09-10 [colin] 1.9.14cvs17
1233 * src/plugins/pgpcore/select-keys.c
1234 * src/plugins/pgpcore/select-keys.h
1235 * src/plugins/pgpcore/sgpgme.c
1236 Add a "Don't encrypt" button to the key
1237 selection dialog. Fixes bug #177 (There should be a
1238 'Don't encrypt button in the Select Keys dialog)
1240 2005-09-10 [colin] 1.9.14cvs16
1243 Fix bug #572 (%X option does not work with templates)
1245 2005-09-10 [colin] 1.9.14cvs15
1250 2005-09-10 [colin] 1.9.14cvs14
1253 Fix a possible crash
1255 2005-09-09 [colin] 1.9.14cvs13
1258 * src/etpan/imap-thread.c
1259 * src/etpan/imap-thread.h
1260 Fix moving from queue or drafts to normal folders
1261 Fix bug #794 (No way to delete without expunging)
1262 Take flags unset by other mailers into account
1263 Take deleted flag set by other mailers into account
1264 Fix unsetting REPLIED flag
1265 Fix crash when capabilities can't be retrieved
1268 Add M_DELAYED_FLAGS condition, and let the user use
1269 Execute in order to be able to expunge deleted mails,
1270 even if he's not in delayed execute mode
1271 * src/prefs_spelling.c
1272 Use 'en' dictionary by default if LANG is POSIX or C
1273 * src/gtk/prefswindow.c
1274 Fix bug #767 (Preferences windows expanding) by making
1275 the window a bit larger when the resolution is greater
1276 than 640x480, and by putting the prefs in a
1279 2005-09-09 [paul] 1.9.14cvs12
1283 * po/zh_TW.Big5.po ** REMOVED **
1284 * po/zh_TW.po ** ADDED **
1285 updated by Wei-Lun Chao
1287 2005-09-09 [paul] 1.9.14cvs11
1292 delay memory allocation until file is
1294 Patch by Daniel Gustafson
1296 2005-09-09 [cleroy] 1.9.14cvs10
1301 2005-09-08 [colin] 1.9.14cvs9
1304 Alert when we can't save draft
1305 Fix various wrap/color issues
1306 Add mid-click pasting respecting wrap_paste option
1309 * src/folder_item_prefs.c
1310 * src/folder_item_prefs.h
1320 * src/prefs_folder_item.c
1321 Fix the impossibility to synchronise folders for
1322 offline use (IMAP and NNTP are concerned)
1324 2005-09-08 [colin] 1.9.14cvs8
1327 Build LDAP and JPilot by default if available
1331 2005-09-08 [paul] 1.9.14cvs7
1333 * doc/manual/en/sylpheed-1.html
1334 * doc/manual/en/sylpheed-18.html
1335 * doc/manual/en/sylpheed-19.html
1336 * doc/manual/en/sylpheed-4.html
1337 * doc/manual/en/sylpheed-6.html
1338 * doc/manual/en/sylpheed.html
1339 a few minor updates, plus include some
1340 details about plugins and their requirements
1342 minor changes to English in /View/Sort
1344 2005-09-07 [colin] 1.9.14cvs6
1346 * doc/manual/en/sylpheed-1.html
1347 * doc/manual/en/sylpheed-10.html
1348 * doc/manual/en/sylpheed-11.html
1349 * doc/manual/en/sylpheed-12.html
1350 * doc/manual/en/sylpheed-13.html
1351 * doc/manual/en/sylpheed-14.html
1352 * doc/manual/en/sylpheed-15.html
1353 * doc/manual/en/sylpheed-16.html
1354 * doc/manual/en/sylpheed-17.html
1355 * doc/manual/en/sylpheed-18.html
1356 * doc/manual/en/sylpheed-19.html
1357 * doc/manual/en/sylpheed-2.html
1358 * doc/manual/en/sylpheed-20.html
1359 * doc/manual/en/sylpheed-21.html
1360 * doc/manual/en/sylpheed-22.html
1361 * doc/manual/en/sylpheed-3.html
1362 * doc/manual/en/sylpheed-4.html
1363 * doc/manual/en/sylpheed-5.html
1364 * doc/manual/en/sylpheed-6.html
1365 * doc/manual/en/sylpheed-7.html
1366 * doc/manual/en/sylpheed-8.html
1367 * doc/manual/en/sylpheed-9.html
1368 * doc/manual/en/sylpheed.html
1369 More substitutions (missed Sylpheed -> Sylpheed-Claws)
1371 2005-09-07 [colin] 1.9.14cvs5
1374 Make labels more to-the-point
1376 2005-09-07 [colin] 1.9.14cvs4
1378 * doc/manual/en/sylpheed-1.html
1379 * doc/manual/en/sylpheed-12.html
1380 * doc/manual/en/sylpheed-13.html
1381 * doc/manual/en/sylpheed-14.html
1382 * doc/manual/en/sylpheed-15.html
1383 * doc/manual/en/sylpheed-16.html
1384 * doc/manual/en/sylpheed-17.html
1385 * doc/manual/en/sylpheed-18.html
1386 * doc/manual/en/sylpheed-19.html
1387 * doc/manual/en/sylpheed-2.html
1388 * doc/manual/en/sylpheed-20.html
1389 * doc/manual/en/sylpheed-21.html
1390 * doc/manual/en/sylpheed-22.html
1391 * doc/manual/en/sylpheed-4.html
1392 * doc/manual/en/sylpheed-5.html
1393 * doc/manual/en/sylpheed-6.html
1394 * doc/manual/en/sylpheed-7.html
1395 * doc/manual/en/sylpheed-8.html
1396 * doc/manual/en/sylpheed-9.html
1397 * doc/manual/en/sylpheed.html
1400 2005-09-07 [colin] 1.9.14cvs3
1402 * doc/faq/en/sylpheed-faq-1.html
1403 * doc/faq/en/sylpheed-faq-2.html
1404 * doc/faq/en/sylpheed-faq-3.html
1405 * doc/faq/en/sylpheed-faq.html
1408 2005-09-07 [colin] 1.9.14cvs2
1414 Fix special subfolders:
1415 - Inherit parent's icon
1416 - sent contents of queues subfolders
1417 - empty subfolders of trashes
1419 Remove outdated manual and faq entries
1420 * src/common/utils.c
1421 Add quotes around %s coming from mailcap
1423 2005-09-07 [colin] 1.9.14cvs1
1426 After saving draft, set modified to FALSE
1428 * src/common/utils.c
1429 * src/common/utils.h
1430 Try to open mime parts using what is
1431 indicated in ~/.mailcap or /etc/mailcap,
1434 2005-09-05 [paul] 1.9.14
1439 updated by Andrej Kacian
1441 2005-09-05 [paul] 1.9.13cvs83
1450 updated translations by Thomas Gilgin, Ricardo Mones
1451 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
1452 Frederico Goncalves Guimaraes, Aleksandar Urosevic
1454 2005-09-04 [paul] 1.9.13cvs82
1457 only warn about exceeded line length limit
1460 2005-09-04 [paul] 1.9.13cvs81
1463 fix crash in 'line length exceeded' dialogue
1465 2005-09-02 [paul] 1.9.13cvs80
1468 fix bug 795, 'Connection lost IMAP'
1469 and add statusbar prints
1472 2005-09-02 [paul] 1.9.13cvs79
1475 compose_wrap_paragraph() becomes
1476 compose_beautify_paragraph()
1479 2005-09-02 [cleroy] 1.9.13cvs78
1484 2005-09-01 [colin] 1.9.13cvs77
1487 Maybe fix bug #795 (Connection lost IMAP)
1488 Don't try to send logout when we're disconnected.
1490 Include locked and marked emails in HRM
1491 view. Fixes bug #800 (Locked messages no longer
1492 show up when hide read messages is used)
1494 2005-09-01 [paul] 1.9.13cvs76
1496 * src/prefs_common.c
1499 2005-08-31 [colin] 1.9.13cvs75
1503 * src/prefs_summaries.c
1505 Fix "go to next new", fix preference
1506 (Open unread/next swapped)
1508 2005-08-31 [paul] 1.9.13cvs74
1515 * src/prefs_common.c
1516 * src/prefs_common.h
1521 remove obsolete BOLD_FONT setting
1522 fix font update in headerview and textview
1523 headers after prefs change
1530 2005-08-30 [colin] 1.9.13cvs73
1533 When Hide read messages is selected and we
1534 refresh the summaryview, don't remove the
1535 currently displayed message. Fixes bug #797
1536 (Summary view reloads when new mail is
1537 downloaded in 1.9.14 rc)
1539 2005-08-30 [colin] 1.9.13cvs72
1544 Remove useless callback
1548 Add a filesel_select_file_save_folder() - used by Save All
1550 2005-08-29 [paul] 1.9.13cvs71
1553 * src/matcher_parser_parse.y
1554 * src/etpan/imap-thread.c
1555 fix building on FreeBSD
1556 Patch by Daniel Gustafson <daniel@hobbit.se>
1558 2005-08-29 [paul] 1.9.13cvs70
1560 * src/plugins/pgpinline/pgpinline.c
1561 only initialise sig result if it's been handled
1564 2005-08-29 [paul] 1.9.13cvs69
1569 * src/common.utils.c
1570 * src/common/utils.h
1572 * src/stock_pixmap.h
1573 fix wrong icon reference
1574 * src/pixmaps/trash_btn.xpm
1575 replace with nicer image
1577 2005-08-28 [colin] 1.9.13cvs68
1580 * src/stock_pixmap.c
1581 * src/stock_pixmap.h
1583 * src/pixmaps/trash_btn.xpm
1584 Add a specific trash xpm for the button
1586 2005-08-28 [colin] 1.9.13cvs67
1591 2005-08-27 [colin] 1.9.13cvs66
1595 Correctly fix "Problem with replies", fixes
1596 pgpmime encryption too.
1598 2005-08-27 [colin] 1.9.13cvs65
1604 Fix bug #517 (messages removed from summaryview
1607 2005-08-27 [colin] 1.9.13cvs64
1610 * tools/asus_mailled.sh
1611 Add a script to blink ASUS laptops' mail LED where there
1614 2005-08-27 [colin] 1.9.13cvs63
1617 * src/etpan/imap-thread.c
1618 * src/etpan/imap-thread.h
1619 Implement automatic choosing of login method
1621 * src/gtk/.cvsignore
1622 Add sylpheed-marshal.[ch]
1624 2005-08-27 [colin] 1.9.13cvs62
1626 * src/common/utils.c
1627 Fix confusing perror
1629 2005-08-27 [colin] 1.9.13cvs61
1633 Remove A_DELETE, replace it with
1634 A_TRASH and A_DELETE_REAL. Automatically
1635 rewrite config files to replace A_DELETE
1636 with A_TRASH (no functionality change).
1639 2005-08-26 [colin] 1.9.13cvs60
1642 Previous "Problem with replies" fix brought other
1643 problems, fixing them
1645 2005-08-26 [colin] 1.9.13cvs59
1648 Fix "Problem with replies". This happened only
1651 Factorize code a bit
1653 Speed improvement on very long messages (wrapping)
1654 Fix signature color on Reedit and Redirect
1655 On Reedit, don't attach pgp-signatures parts, but
1658 2005-08-24 [paul] 1.9.13cvs58
1661 don't claim success when clicking
1662 Cancel on the passphrase box.
1665 2005-08-24 [paul] 1.9.13cvs57
1668 fix misplaced sylpheed.log
1672 2005-08-24 [paul] 1.9.13cvs56
1675 * src/etpan/imap-thread.c
1676 * src/etpan/imap-thread.h
1677 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
1679 * src/gtk/sylpheed-marshal.c ** REMOVED **
1680 * src/gtk/sylpheed-marshal.h ** REMOVED **
1681 remove autogenerated files
1682 * tools/kdeservicemenu/README
1683 * tools/kdeservicemenu/install.sh
1684 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1685 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1686 use Claws icon, use 'Sylpheed-Claws' in menu,
1687 use kdialog, and other cleanups
1689 2005-08-23 [paul] 1.9.13cvs55
1692 fix paste/wrap crash
1695 2005-08-23 [paul] 1.9.13cvs54
1701 2005-08-23 [paul] 1.9.13cvs53
1705 view all data of LDAP contacts
1708 2005-08-23 [paul] 1.9.13cvs52
1711 fix issues with the Search field
1714 2005-08-22 [paul] 1.9.13cvs51
1717 put name of folder in processing dialog
1719 * src/prefs_folder_item.c
1720 improve english usage
1722 2005-08-22 [paul] 1.9.13cvs50
1727 * src/matcher_parser_lex.l
1728 * src/matcher_parser_parse.y
1729 * src/prefs_filtering.c
1730 add Filtering/Processing rule names feature.
1731 (the incompatible old matcherrc is saved as
1732 matcherrc.pre_names).
1735 2005-08-22 [paul] 1.9.13cvs49
1738 fix colour labelling
1741 2005-08-22 [paul] 1.9.13cvs48
1746 2005-08-22 [paul] 1.9.13cvs47
1749 fix bug 789, 'SC crashes with imap (CVS ver)'
1752 2005-08-22 [paul] 1.9.13cvs46
1755 * src/prefs_common.c
1757 define reused defaults in defs.h
1759 add 'Open image' to image popup menu
1761 2005-08-21 [colin] 1.9.13cvs45
1764 Fix bug #788 (Bogus "From" address displayed)
1766 2005-08-20 [colin] 1.9.13cvs44
1769 Fix buf #787 (multilevel delete causes SIGSEGV)
1771 2005-08-19 [colin] 1.9.13cvs43
1774 * src/prefs_common.c
1775 * src/prefs_common.h
1776 Add an hidden pref to allow modifying the
1777 update stepping in incorporation.
1780 2005-08-19 [colin] 1.9.13cvs42
1784 Workaround for broken MUAs: encode
1785 Content-type: name: as ASCII and
1786 Content-Disposition: filename: as
1788 * src/prefs_account.c
1789 Fix invisible-ness of SMTP SSL prefs
1792 2005-08-19 [paul] 1.9.13cvs41
1795 * src/prefs_common.c
1796 * src/prefs_common.h
1797 * src/prefs_wrapping.c
1798 paste with or without wrapping.
1801 2005-08-19 [paul] 1.9.13cvs40
1803 * src/prefs_common.c
1804 * src/prefs_common.h
1806 reintroduce enable_swap_from as a
1807 hidden pref. patch by Colin
1808 * src/quote_fmt_parse.y
1809 * src/plugins/clamav/clamav_plugin.c
1810 * src/plugins/dillo_viewer/dillo_viewer.c
1811 * src/plugins/mathml_viewer/mathml_viewer.c
1812 * src/plugins/pgpcore/sgpgme.c
1813 * src/plugins/pgpinline/pgpinline.c
1814 * src/plugins/pgpmime/pgpmime.c
1815 tidy up. patch by Colin
1817 2005-08-19 [paul] 1.9.13cvs39
1820 complete cvs38's sync
1824 * src/etpan/etpan-log.c
1825 * src/etpan/imap-thread.c
1826 * src/gtk/gtksourceprintjob.c
1827 fix compilation warnings
1830 2005-08-19 [paul] 1.9.13cvs38
1846 * src/image_viewer.c
1860 * src/partial_download.c
1863 * src/prefs_actions.c
1864 * src/prefs_common.c
1865 * src/prefs_customheader.c
1866 * src/prefs_display_header.c
1868 * src/prefs_themes.c
1873 * src/send_message.c
1874 * src/simple-gettext.c
1875 * src/sourcewindow.c
1880 * src/common/plugin.c
1881 * src/common/prefs.c
1882 * src/common/session.c
1883 * src/common/session.h
1884 * src/common/socket.c
1885 * src/common/socket.h
1886 * src/common/ssl_certificate.c
1887 * src/common/template.c
1888 * src/common/utils.c
1889 * src/common/utils.h
1892 added wrappers for C library function that
1893 take pathname arguments.
1894 enabled compilation with MinGW.
1895 use GDir instead of directly using opendir().
1896 added rename_force().
1898 2005-08-19 [paul] 1.9.13cvs37
1902 fix privacy settings on re-editing
1910 flag changing optimisation
1912 2005-08-18 [martin] 1.9.13cvs36
1920 * src/grouplistdialog.c
1926 * src/prefs_account.c
1927 * src/prefs_themes.c
1928 * src/stock_pixmap.c
1931 * src/gtk/logwindow.c
1932 removed deprecated glib and gdk stuff
1933 * src/plugins/pgpcore/select-keys.c
1934 convert attributes from locale to utf8
1936 2005-08-17 [paul] 1.9.13cvs35
1940 use new GTK_STOCK_ icons if available
1942 * src/gtk/gtksctree.c
1943 * src/gtk/gtksctree.h
1944 faster range select. patch by Colin
1946 2005-08-17 [paul] 1.9.13cvs34
1951 Add an edit button for contacts, fix selections
1954 Change labels, let Save be always possible in the
1955 email and user atributes tabs
1959 select next item instead of the displayed one
1962 * src/gtk/progressdialog.c
1963 use prefs_common.enable_rules_hint
1965 2005-08-13 [hoa] 1.9.13cvs33
1967 * src/etpan/imap-thread.c
1968 fixed build on Solaris.
1970 2005-08-10 [colin] 1.9.13cvs32
1973 Fix cvs31 (missing fclose before reading
1976 2005-08-10 [colin] 1.9.13cvs31
1979 Fix procmsg_msginfo_new_from_mimeinfo() when
1980 the MimeInfo isn't stored in memory. This fixes
1981 replying to an attached message.
1983 2005-08-10 [colin] 1.9.13cvs30
1986 Fix slowness in account changing
1988 2005-08-10 [colin] 1.9.13cvs29
1998 Optimize folder_has_parent_of_type
1999 Prevent moving special sub-folders from contextual menus
2000 Rework message a bit ("Empty all messages" -> "Delete all
2002 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items"
2003 and "Deleted Items" folders)
2005 2005-08-08 [colin] 1.9.13cvs28
2008 * src/prefs_summaries.c
2009 Make "Select first unread|new" more flexible
2010 (just prioritize new or unread)
2012 2005-08-08 [colin] 1.9.13cvs27
2015 If "select first new" is selected and there only
2016 are unread messages, fallback to "select first
2019 2005-08-08 [colin] 1.9.13cvs26
2022 Fix shameful bugs (and bug #779)
2024 2005-08-08 [colin] 1.9.13cvs25
2028 Cache parents' type to make folder_has_parent_of_type
2031 Forbid DnD of special sub-folders
2034 Add MAIL_POSTFILTERING_HOOK
2036 Revert over-zealous deletion of the use_addr_book
2039 2005-08-07 [colin] 1.9.13cvs24
2042 Fix big mistake (passing MsgInfo instead
2045 2005-08-07 [colin] 1.9.13cvs23
2060 Make subfolders of Drafts, Queue, Outbox, Trash
2061 work like their parents.
2062 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
2064 2005-08-07 [colin] 1.9.13cvs22
2067 Fix bug #771 (Dragged contacts not saved)
2069 2005-08-07 [paul] 1.9.13cvs21
2072 fix bug 32 'Search Doesn't display results
2073 if "Hide Read Messages" is chosen'
2074 be more literal in interpreting 'Hide read
2077 2005-08-07 [colin] 1.9.13cvs20
2082 Faster 'unthread_for_execution'
2084 2005-08-06 [paul] 1.9.13cvs19
2087 add mnemonics to Set displayed columns
2088 fix bug where msgview_visible option was
2089 overwritten as TRUE on startup
2091 2005-08-06 [paul] 1.9.13cvs18
2094 refer to 'displayed columns in folder/message
2095 list' not 'displayed items in summary/message view'
2096 * src/prefs_display_header.c
2097 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
2098 be consistent with similar dialogues
2099 * src/prefs_folder_column.c
2100 * src/prefs_summary_column.c
2101 'columns' not 'items', and folder and message lists,
2102 instead of folder and summary views;
2103 Use 'Hidden columns' as list heading not 'Available
2105 move the 'Remove' button to the right hand side;
2106 top-align the buttons;
2107 remove unneeded vbox
2108 * src/prefs_summaries.c
2109 put the 2 column prefs buttons in a frame to reduce
2110 overall width; refer to columns not items &c.
2112 2005-08-05 [colin] 1.9.13cvs17
2114 * src/prefs_common.c
2115 * src/prefs_common.h
2119 Add an hidden toolbar_detachable pref, so
2120 that I can get rid of these painful handles
2121 in the toolbars. Defaults to TRUE to avoid
2122 changing the GUI on unsuspecting people...
2124 2005-08-05 [colin] 1.9.13cvs16
2127 * src/prefs_folder_column.c
2128 * src/prefs_folder_column.h
2129 Add prefs for folder columns
2134 * src/prefs_common.c
2135 * src/prefs_common.h
2136 * src/prefs_summaries.c
2138 * src/prefs_summary_column.c
2143 * src/common/utils.c
2144 * src/common/utils.h
2145 Move uri colourisation functions
2150 Fix bug with LIST where we'd try
2151 to get Folder//////[...]///
2153 2005-08-05 [paul] 1.9.13cvs15
2155 * src/prefs_summaries.c
2156 improve the English usage
2158 set font on column change
2161 2005-08-05 [paul] 1.9.13cvs14
2163 * src/prefs_common.c
2164 * src/prefs_common.h
2165 * src/prefs_summaries.c
2167 replace 'open_unread_on_enter' option with
2168 'select_on_entry' option. opening/not opening
2169 is now exclusively controlled by 'always_show_msg'
2171 2005-08-04 [colin] 1.9.13cvs13
2175 Add colourisation of quotes and signatures
2177 Fix possible crashes
2179 Change an assert that is no problem
2184 * src/gtk/quicksearch.c
2185 Fix a possible crash
2187 2005-08-03 [colin] 1.9.13cvs12
2189 * src/prefs_account.c
2190 Fix bug #777 (Sylpheed crash in account configuration)
2192 2005-08-03 [colin] 1.9.13cvs11
2197 Fixing addressbook, round 2
2199 Fix emphasis color on rechecking 'Colorize messages'
2201 2005-08-03 [paul] 1.9.13cvs10
2209 * src/prefs_account.c
2212 * src/quote_fmt_parse.y
2214 * src/common/quoted-printable.c
2215 * src/common/utils.c
2216 * src/common/utils.h
2218 replaced incorrect locale-independent
2219 ctype functions with GLib's. Corrected
2220 signedness mismatch.
2222 headerview_create(): added spacing for vbox.
2224 set focus to the OK button.
2226 2005-08-03 [colin] 1.9.13cvs9
2231 2005-08-02 [colin] 1.9.13cvs8
2237 Fix a cast and more generally, try to make the
2238 GUI more intuitive and consistent (round 1)
2240 2005-08-02 [paul] 1.9.13cvs7
2243 missing in 1.9.13cvs6
2245 2005-08-02 [colin] 1.9.13cvs6
2250 2005-08-02 [colin] 1.9.13cvs5
2259 Fix a number of folder_item_get_msg_list()-related
2260 leaks (missing procmsg_msginfo_free()s)
2262 2005-08-01 [colin] 1.9.13cvs4
2268 * src/prefs_summaries.c
2269 * src/prefs_themes.c
2274 Fix instant-apply of summary and folderview-related prefs
2275 Fix erroneous g_free and alertpanels in prefs_theme
2276 Add instant-apply for fonts
2277 Defer applying of prefs a little bit so it's done only
2278 once even if requested by multiples prefs pages
2280 2005-08-01 [paul] 1.9.13cvs3
2283 fix bug 776 'S.C. crashes on close'
2285 * src/etpan/etpan-thread-manager-types.h
2289 2005-07-25 [paul] 1.9.13cvs2
2292 fix typos. spotted by Fabien Vantard
2294 2005-07-24 [paul] 1.9.13cvs1
2296 * doc/man/sylpheed.1
2297 update man page, incorporating fix of
2298 bug 769 'Typo in manpage'
2299 * src/etpan/imap-thread.c
2300 fix NetBSD openssl dependencies. patch by
2301 George Michaelson <ggm@apnic.net>
2303 updated by Frederico Goncalves Guimaraes
2305 2005-07-22 [paul] 1.9.13
2309 2005-07-22 [paul] 1.9.12cvs91
2314 * RELEASE_NOTES.claws
2318 * tools/claws.i18n.status.pl
2319 add Norwegian translation. submiited by
2320 Geir Helland <pjallabais@users.sourceforge.net>
2330 updated by Miquel Oliete, Thomas Gilgin, Ricardo
2331 Mones Lastra, Tommi Pirinen, Fabien Vantard,
2332 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
2334 * src/plugins/clamav/clamav_plugin_gtk.c
2335 * src/plugins/spamassassin/spamassassin_gtk.c
2336 replace outdated description strings
2338 2005-07-21 [colin] 1.9.12cvs90
2341 Set folder to batch mode when scanning it. Makes deletion
2342 of unread mails on IMAP much faster (due to the UNREAD
2345 2005-07-21 [darko] 1.9.12cvs89
2348 link against libresolv if necessary (patch by Paul)
2350 use glib's portable macros to determine endianness
2352 2005-07-21 [paul] 1.9.12cvs88
2356 update compiled-in features list
2358 2005-07-20 [colin] 1.9.12cvs87
2362 Gcc 2.9x compilation fixes, thanks to Darko
2363 * src/plugins/clamav/clamav_plugin.c
2364 Little optimisation: load virus database only once
2365 * src/plugins/spamassassin/spamassassin.c
2366 Big optimisation: filtering one mail took at least 1 second,
2367 now it takes at least 50ms. Doesn't speed up spamassassin
2368 itself, but should already be much more tolerable.
2370 2005-07-20 [colin] 1.9.12cvs86
2373 Fix performance issue
2375 2005-07-19 [colin] 1.9.12cvs85
2377 * src/plugins/pgpinline/plugin.c
2380 2005-07-19 [colin] 1.9.12cvs84
2383 * src/plugins/Makefile.am
2384 * src/plugins/pgpinline/.cvsignore
2385 * src/plugins/pgpinline/Makefile.am
2386 * src/plugins/pgpinline/pgpinline.c
2387 * src/plugins/pgpinline/pgpinline.deps
2388 * src/plugins/pgpinline/pgpinline.h
2389 * src/plugins/pgpinline/plugin.c
2390 Put pgpinline in the main tree
2392 2005-07-19 [paul] 1.9.12cvs83
2394 * src/prefs_actions.c
2395 prevent '//' in menu names, which cause a crash
2398 2005-07-19 [paul] 1.9.12cvs82
2401 be generally more informative in configure output.
2402 OpenSSL: correction: '[ --enable-openssl ...' ->
2403 '[ --disable-openssl ...', as --enable-openssl is default
2404 PGP/MIME: don't check for GPGME again, check for
2405 pgpcore instead. Therefore prevent the possibility of
2406 attempting to build pgpmime if pgpcore dependencies are
2408 ClamAV: use pkgconfig to check for lib
2409 libgnomeprint: revert logic on inner test to match
2411 * src/plugins/pgpcore/sgpgme.c
2414 2005-07-19 [colin] 1.9.12cvs81
2417 Fix slow thread rebuilding in particular
2420 2005-07-19 [paul] 1.9.12cvs80
2422 * sylpheed-claws.desktop
2423 fix typo, spotted by Stephan Sachse
2425 replace GTK_STOCK_ADD with
2426 GTK_STOCK_NEW button
2428 2005-07-18 [colin] 1.9.12cvs79
2430 * src/etpan/imap-thread.c
2431 Fix return value (Thanks Hoa)
2433 2005-07-18 [colin] 1.9.12cvs78
2436 Allow empty passwords
2437 Create drafts/queue/outbox if necessary
2440 * src/etpan/imap-thread.c
2441 Fix STARTTLS (Thanks to Hoa)
2443 2005-07-18 [paul] 1.9.12cvs77
2449 updated to reflect additions and removals
2451 updated to be claws-specific
2455 * sylpheed-128x128.png
2456 * sylpheed-64x64.png
2458 * sylpheed-claws-128x128.png
2459 * sylpheed-claws-64x64.png
2460 * sylpheed-claws.desktop
2461 * sylpheed-claws.png
2467 2005-07-17 [paul] 1.9.12cvs76
2479 * src/message_search.c
2483 * src/prefs_actions.c
2484 * src/prefs_filtering.c
2485 * src/prefs_matcher.c
2486 * src/prefs_template.c
2487 * src/prefs_themes.c
2489 * src/summary_search.c
2492 * src/gtk/sslcertwindow.c
2493 * src/plugins/pgpcore/sgpgme.c
2496 2005-07-17 [colin] 1.9.12cvs75
2499 add a PrivacySystem accessor that checks that
2500 the system cached in a MimeInfo's privacydata
2501 is still registered. Use this accessor instead
2502 of directly using data->system. Fixes crashes
2503 after unloading pgp plugins.
2505 2005-07-17 [colin] 1.9.12cvs74
2508 Change geometry hints to a simple default size.
2509 Fixes the certs dialogs.
2511 2005-07-17 [colin] 1.9.12cvs73
2513 * src/gtk/sslcertwindow.c
2516 2005-07-17 [colin] 1.9.12cvs72
2518 * src/plugins/pgpcore/Makefile.am
2519 * src/plugins/pgpmime/Makefile.am
2522 2005-07-17 [paul] 1.9.12cvs71
2525 add --disable-gnomeprint option
2526 modified version of patch by Marius Mauch
2528 2005-07-17 [paul] 1.9.12cvs70
2546 * src/prefs_account.c
2548 * src/prefs_summaries.c
2551 * src/common/utils.c
2553 * src/plugins/pgpcore/passphrase.c
2554 * src/plugins/pgpcore/select-keys.c
2555 replace inappropriately used backticks
2558 2005-07-16 [colin] 1.9.12cvs69
2560 * src/image_viewer.c
2561 Add extra paranoid checks
2563 2005-07-16 [colin] 1.9.12cvs68
2565 * src/plugins/pgpcore/prefs_gpg.c
2566 Don't auto-check sigs by default, as it
2569 2005-07-16 [colin] 1.9.12cvs67
2571 * src/plugins/pgpcore/sgpgme.c
2572 Make messages a bit better.
2574 2005-07-16 [colin] 1.9.12cvs66
2578 * src/etpan/imap-thread.c
2581 2005-07-16 [colin] 1.9.12cvs65
2585 And now, fix build with libetpan :-/
2587 2005-07-15 [colin] 1.9.12cvs64
2590 Continue fixing build without libetpan.
2592 2005-07-15 [colin] 1.9.12cvs63
2595 Fix build with --disable-libetpan
2597 2005-07-15 [colin] 1.9.12cvs62
2600 Bump libetpan's version
2602 2005-07-15 [colin] 1.9.12cvs61
2604 * src/etpan/imap-thread.c
2605 Actually stop logging :)
2607 2005-07-15 [colin] 1.9.12cvs60
2610 Fix dnd of multiple addresses.
2612 2005-07-15 [hoa] 1.9.12cvs59
2614 * src/etpan/imap-thread.c
2615 disable login of IMAP password in libetpan log file.
2617 2005-07-15 [paul] 1.9.12cvs58
2620 don't automatically sort
2621 do allow drag n drop
2623 2005-07-15 [paul] 1.9.12cvs57
2627 alphabetical listing
2629 2005-07-15 [paul] 1.9.12cvs56
2631 * src/gtk/pluginwindow.c
2632 sort plugin list alphabetically
2634 2005-07-15 [paul] 1.9.12cvs55
2636 * src/prefs_spelling.c
2637 * src/prefs_wrapping.c
2640 2005-07-15 [colin] 1.9.12cvs54
2645 2005-07-15 [paul] 1.9.12cvs53
2647 * src/prefs_message.c
2648 make 'show cursor' a hidden option
2650 2005-07-14 [colin] 1.9.12cvs52
2652 * src/plugins/spamassassin/Makefile.am
2653 * src/plugins/clamav/Makefile.am
2654 Fix double EXTRA_DISTs
2656 2005-07-14 [colin] 1.9.12cvs51
2658 * src/plugins/clamav/Makefile.am
2659 * src/plugins/clamav/clamav_plugin_gtk.deps
2660 * src/plugins/spamassassin/Makefile.am
2661 * src/plugins/spamassassin/spamassassin_gtk.deps
2662 Make $plugin_gtk depend on $plugin
2664 2005-07-14 [hoa] 1.9.12cvs50
2666 * src/etpan/imap-thread.c
2667 enable debug log of libetpan when running with --debug
2669 2005-07-14 [colin] 1.9.12cvs49
2672 * src/common/Makefile.am
2673 * src/common/plugin.c
2674 * src/common/plugin.h
2675 Add a little plugin dependancy system.
2676 Plugins can ship a $plugin_name.deps file
2677 (near them in PLUGINDIR) so that their
2678 dependancies are loaded if possible.
2679 * src/plugins/Makefile.am
2680 * src/plugins/pgpcore/Makefile.am
2681 * src/plugins/pgpcore/passphrase.c
2682 * src/plugins/pgpcore/passphrase.h
2683 * src/plugins/pgpcore/plugin.c
2684 * src/plugins/pgpcore/prefs_gpg.c
2685 * src/plugins/pgpcore/prefs_gpg.h
2686 * src/plugins/pgpcore/select-keys.c
2687 * src/plugins/pgpcore/select-keys.h
2688 * src/plugins/pgpcore/sgpgme.c
2689 * src/plugins/pgpcore/sgpgme.h
2690 Introduce pgpcore, used by pgpmime and
2692 * src/plugins/pgpmime/Makefile.am
2693 * src/plugins/pgpmime/passphrase.c
2694 * src/plugins/pgpmime/passphrase.h
2695 * src/plugins/pgpmime/pgpmime.c
2696 * src/plugins/pgpmime/pgpmime.deps
2697 * src/plugins/pgpmime/plugin.c
2698 * src/plugins/pgpmime/prefs_gpg.c
2699 * src/plugins/pgpmime/prefs_gpg.h
2700 * src/plugins/pgpmime/select-keys.c
2701 * src/plugins/pgpmime/select-keys.h
2702 * src/plugins/pgpmime/sgpgme.c
2703 * src/plugins/pgpmime/sgpgme.h
2704 Remove the core from pgpmime and add the
2705 dependancy to pgpcore.
2707 2005-07-14 [paul] 1.9.12cvs48
2709 * src/stock_pixmap.c
2710 forgot this in last commit
2712 2005-07-14 [paul] 1.9.12cvs47
2716 add accelerators for the buttons (sync with main)
2719 add accelerators for the buttons.
2720 fix editing with external editor.
2721 replace gdk_input_*() with GIOChannel;
2724 display folder names with new/unread
2725 representation (sync with main)
2727 specify default window icon (sync with main)
2728 * src/prefs_common.c
2729 use_addr_book default to FALSE
2732 add accelerators for the buttons (sync with main)
2735 * src/pixmaps/sylpheed_icon.xpm
2738 2005-07-13 [paul] 1.9.12cvs46
2740 * src/plugins/pgpmime/pgpmime.c
2741 * src/plugins/pgpmime/sgpgme.c
2742 (temporarily) use deprecated gpgme_data_rewind()
2743 while largefile support is not present
2744 (as suggested by Colin)
2746 2005-07-13 [paul] 1.9.12cvs45
2749 remove large file support (for now):
2750 it breaks too many things
2752 2005-07-13 [paul] 1.9.12cvs44
2755 add large file support
2757 fix bug #763 where href attribute was not
2758 the very first attribute of a link
2759 patch by Thomas Gilgin
2761 2005-07-13 [colin] 1.9.12cvs43
2763 * src/gtk/pluginwindow.c
2764 Little portability fix
2766 2005-07-13 [colin] 1.9.12cvs42
2768 * src/plugins/pgpmime/sgpgme.c
2771 2005-07-13 [colin] 1.9.12cvs41
2773 * src/plugins/pgpmime/pgpmime.c
2774 * src/plugins/pgpmime/sgpgme.c
2775 Use gpgme_data_release_and_get_mem instead
2778 2005-07-13 [colin] 1.9.12cvs40
2781 * src/plugins/pgpmime/passphrase.c
2782 * src/plugins/pgpmime/passphrase.h
2783 * src/plugins/pgpmime/pgpmime.c
2784 * src/plugins/pgpmime/plugin.c
2785 * src/plugins/pgpmime/select-keys.c
2786 * src/plugins/pgpmime/select-keys.h
2787 * src/plugins/pgpmime/sgpgme.c
2788 * src/plugins/pgpmime/sgpgme.h
2789 Port pgpmime to gpgme-1.0.
2791 2005-07-12 [paul] 1.9.12cvs39
2796 add a 'Go to Prev' button to the toolbar.
2797 correct tooltip text of go to buttons.
2798 based on patch by Yang Guilong <bamanzi@gmail.com>
2800 2005-07-12 [colin] 1.9.12cvs38
2803 Fix progress bar showing stuff at startup.
2805 2005-07-12 [paul] 1.9.12cvs37
2808 fix building with jpilot support
2810 2005-07-11 [colin] 1.9.12cvs36
2813 Add visual indication that filtering is running
2815 Make {}[] uri delimiters
2817 Remove useless (and slow) calls
2819 2005-07-11 [paul] 1.9.12cvs35
2821 * src/plugins/clamav/clamav_plugin_gtk.c
2822 * src/plugins/dillo_viewer/dillo_prefs.c
2823 * src/plugins/pgpmime/prefs_gpg.c
2824 * src/plugins/spamassassin/spamassassin_gtk.c
2825 gather plugins prefs together under their
2826 own 'Plugins' heading
2828 2005-07-11 [paul] 1.9.12cvs34
2833 account_delete(): modified alert dialog
2836 fixed a crash when cancelling file selection
2837 dialog by Escape key. Made non-ascii filename
2839 * src/prefs_template.c
2840 prefs_template_window_create(): make scrolled
2841 window policy AUTOMATIC
2843 2005-07-10 [hoa] 1.9.12cvs33
2845 * src/etpan/imap-thread.c
2846 workaround for old Courier IMAP servers.
2848 2005-07-10 [colin] 1.9.12cvs32
2853 Add visual progress indicator on filtering/processing
2854 Factorize the progress bar code
2857 * src/etpan/imap-thread.c
2858 Add a reference counter to avoid destroying the Folder
2859 while it's in use by another callback.
2861 2005-07-09 [hoa] 1.9.12cvs31
2864 * src/etpan/imap-thread.c
2865 fixed deadlock when removing IMAP account.
2867 2005-07-08 [colin] 1.9.12cvs30
2871 Fix again problems decoding broken headers
2872 * src/gtk/inputdialog.c
2873 Fix local variable shadowing a global one
2875 2005-07-08 [colin] 1.9.12cvs29
2878 Make the cache/mark files platform-agnostic by writing
2879 them in little-endian format. Reading them is also done
2880 in little-endian format, of course; however, in order
2881 to avoid trashing mark data on big-endian machines, the
2882 files are, at first, read from the native format if the
2883 little-endian one doesn't exist. This is easy to deter-
2884 mine by trying to open a file with a swapped data_ver
2885 and seeing if it's the wanted version.
2886 Little-endian using users should see absolutely no
2887 difference, Big-endian users may get a very little
2888 performance drop due to byte-swapping.
2889 Tested on i386 and ppc32.
2890 Fixes bug #159 (The index file, in the mailboxes, is
2891 hardware depending).
2893 To have the cache/mark files updated to the new little-
2894 endian format, "Check for new messages" or even
2895 "Rebuild folder tree" aren't enough. Files will be
2896 updated as soon as a folder has been opened/closed.
2897 To update everything, just select all folders by
2898 selecting them one by one.
2900 2005-07-07 [colin] 1.9.12cvs28
2903 Remember the folder separator per IMAPFolder
2904 instead of globally.
2905 Revive the Session on noop; fixes bug #761
2906 (mark a bunch of unread messages as read takes
2909 2005-07-07 [darko] 1.9.12cvs27
2911 * src/common/template.c
2912 Sort templates alphabetically
2914 2005-07-06 [colin] 1.9.12cvs26
2917 Try to use the correct separator in
2918 most cases. Possibly fixes bug #759
2919 (only creates the INBOX folder when
2920 setting up new IMAP account) and
2921 bug #760 (Can't retrieve messages)
2923 2005-07-06 [colin] 1.9.12cvs25
2926 Use real_path in status command. This will
2927 help later, when namespaces will be used.
2929 2005-07-06 [colin] 1.9.12cvs24
2935 * src/etpan/etpan-log.c
2936 * src/etpan/etpan-thread-manager.c
2937 * src/etpan/imap-thread.c
2938 Add a --disable-libetpan parameter. With this,
2939 users that don't want IMAP4 support can avoid
2940 the new dependancy (and have no IMAP support).
2941 Users that have IMAP4 accounts and use this
2942 parameter won't lose their configuration, their
2943 IMAP accounts will just be invisible and not
2946 Make the "Copy ..." contextual menu items
2947 copy to both the X clipboard and the gtk
2948 clipboard - as most other apps do.
2950 Add a notice about OpenSSL usage, in order to
2951 comply with OpenSSL's license (point 6):
2952 http://www.openssl.org/source/license.html
2954 2005-07-06 [colin] 1.9.12cvs23
2957 Fix a minimum size for alertpanels
2959 Show 'No space left on device' type errors
2960 when queuing/sending
2963 Rework folder's deletion message (remove
2966 2005-07-05 [colin] 1.9.12cvs22
2969 Add an alertpanel on auth error
2971 Remove pthread-related stuff
2973 2005-07-05 [colin] 1.9.12cvs21
2975 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2976 Fix crash on plugin reloading (with a hack)
2978 2005-07-05 [colin] 1.9.12cvs20
2980 * src/prefs_account.c
2981 * src/prefs_account.h
2985 Add a way to filter the view
2986 * src/gtk/pluginwindow.c
2987 Filter loadable stuff
2988 * src/plugins/pgpmime/prefs_gpg.c
2989 Fix missing unregistration
2991 * src/etpan/.cvsignore
2992 * src/plugins/spamassassin/.cvsignore
2993 Add more stuff to cvs ignored files
2995 2005-07-04 [colin] 1.9.12cvs19
2998 Fix scan_required returning FALSE when it
2999 shouldn't. Maybe fix #760 (Can't retrieve
3002 2005-07-04 [colin] 1.9.12cvs18
3005 Fix always_show_msg pref
3007 2005-07-04 [paul] 1.9.12cvs17
3009 sync with main (forgotten in last commit)
3011 * src/common/utils.c
3012 * src/common/utils.h
3013 check_line_length(): new.
3015 is_file_entry_exist()
3016 dirent_is_regular_file()
3017 dirent_is_directory(): use g_file_test() instead of stat().
3019 2005-07-04 [paul] 1.9.12cvs16
3024 compose_write_to_file(): check for line
3025 length limit and display warning if exceeds
3027 use get_home_dir() instead of g_get_home_dir()
3029 removed warning about invalid date
3031 use get_home_dir() instead of g_get_home_dir()
3033 2005-07-04 [paul] 1.9.12cvs15
3035 * src/stock_pixmap.c
3036 fix new pixmap naming errors
3037 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
3039 2005-07-04 [colin] 1.9.12cvs14
3042 Fix debugging string with a warning
3044 2005-07-04 [colin] 1.9.12cvs13
3047 Add a check for libetpan's version (>= 0.37)
3049 2005-07-04 [hoa] 1.9.12cvs12
3053 * src/etpan/imap-thread.c
3054 * src/etpan/imap-thread.h
3055 fixed IMAP implementation of check of mails.
3057 2005-07-03 [hoa] 1.9.12cvs11
3059 * src/etpan/Makefile.am
3060 * src/etpan/etpan-errors.h
3061 * src/etpan/etpan-log.[ch]
3062 * src/etpan/etpan-thread-manager-types.h
3063 * src/etpan/etpan-thread-manager.[ch]
3064 * src/etpan/imap-thread.[ch]
3071 dependency on libetpan 0.37 is now added.
3073 2005-07-01 [colin] 1.9.12cvs10
3079 * src/stock_pixmap.c
3080 * src/stock_pixmap.h
3081 * src/plugins/trayicon/trayicon.c
3082 Add marked symbol on folders containing
3087 * src/prefs_common.c
3088 * src/prefs_common.h
3090 Add an optional confirmation dialog on queue
3091 sending. Patch by wwp.
3092 * src/pixmaps/dir_close_mark.xpm ** ADDED **
3093 * src/pixmaps/dir_open_hrm_mark.xpm ** ADDED **
3094 * src/pixmaps/dir_open_mark.xpm ** ADDED **
3095 * src/pixmaps/drafts_close_mark.xpm ** ADDED **
3096 * src/pixmaps/drafts_open_mark.xpm ** ADDED **
3097 * src/pixmaps/inbox_hrm_mark.xpm ** ADDED **
3098 * src/pixmaps/inbox_mark.xpm ** ADDED **
3099 * src/pixmaps/outbox_hrm_mark.xpm ** ADDED **
3100 * src/pixmaps/outbox_mark.xpm ** ADDED **
3101 * src/pixmaps/trash_hrm_mark.xpm ** ADDED **
3102 * src/pixmaps/trash_mark.xpm ** ADDED **
3105 2005-07-01 [colin] 1.9.12cvs9
3108 Fix a little threading bug
3111 A little bit of HIG normality never hurts
3113 2005-07-01 [colin] 1.9.12cvs8
3121 * src/common/template.c
3122 * src/common/utils.c
3123 * src/common/utils.h
3124 Reverted the fwrite_atomic stuff. In fact
3125 it is already atomic.
3127 2005-06-30 [colin] 1.9.12cvs7
3129 * src/common/utils.c
3130 * src/common/utils.h
3131 Add an fwrite_atomic() function to make
3132 sure we write everything: fwrite can make
3140 * src/common/template.c
3141 Use that (and fix swapping of size and nmemb).
3142 Thanks to Rich Coe for the heads up.
3144 2005-06-30 [colin] 1.9.12cvs6
3147 Optimize addressbook opening
3149 2005-06-30 [colin] 1.9.12cvs5
3152 Remove calls to summary_step after move/copy
3154 2005-06-28 [paul] 1.9.12cvs4
3157 wrap and make the error msg selectable
3159 2005-06-28 [paul] 1.9.12cvs3
3162 replace the OK button with a Close button
3163 * src/gtk/foldersort.c
3164 use GTK_STOCK_ icons/buttons
3166 2005-06-28 [colin] 1.9.12cvs2
3168 * src/gedit-print.c ** ADDED **
3169 * src/gedit-print.h ** ADDED **
3170 * src/gtk/gtksourceprintjob.c ** ADDED **
3171 * src/gtk/gtksourceprintjob.h ** ADDED **
3172 I can't believe no one had enough time to tell
3173 me I forgot the `cvs add`
3175 2005-06-27 [colin] 1.9.12cvs1
3178 * src/gtk/Makefile.am
3183 Add optional libgnomeprint-based printing
3185 * src/gtk/quicksearch.c
3186 Add an Edit/Quick search menu item to show
3187 and focus the quicksearch
3189 2005-06-27 [paul] 1.9.12
3202 updated by Miquel Oliete, Thomas Gilgin, Ricardo
3203 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
3204 SungHyun Nam, Frederico Goncalves Guimaraes,
3205 Andrej Kacian, and Yang Guilong
3206 2005-06-26 [colin] 1.9.11cvs106
3209 Forgot one file for previous fix
3211 2005-06-26 [colin] 1.9.11cvs105
3215 Fix problems with folder operations in no_select
3216 imap folders. it applies only to mails, and
3217 creation/deletion/move/renaming of folders
3220 2005-06-26 [paul] 1.9.11cvs104
3222 * src/prefs_filtering.c
3223 replace one more GTK_STOCK_REMOVE
3224 with GTK_STOCK_DELETE
3226 2005-06-25 [colin] 1.9.11cvs103
3229 Optimize get_seq_set_from_seq_list
3232 2005-06-25 [colin] 1.9.11cvs102
3235 If the directory exists, but not in the
3236 correct encoding, rename it. This should
3237 handle old-versions-induced bugs.
3239 2005-06-25 [colin] 1.9.11cvs101
3242 Fix path access with extended dir names
3243 Fixes bug #589 (SC segfaults with wrong locale
3246 2005-06-25 [colin] 1.9.11cvs100
3248 * src/prefs_account.c
3249 * src/prefs_account.h
3251 Add an option to encrypt replies to
3254 2005-06-25 [colin] 1.9.11cvs99
3257 * src/quote_fmt_parse.y
3258 ... And make it work with pgpinline.
3260 2005-06-25 [colin] 1.9.11cvs98
3265 * src/quote_fmt_parse.y
3266 o Make reedition of encrypted messages possible
3267 (as long as it is encrypted to self too, no
3269 o Make replying with quote (and without selecting
3270 text) possible for encrypted messages.
3271 Closes bug #550 (Not possible to "reply with quote"
3272 to gnupg encrypted messages)
3274 2005-06-24 [paul] 1.9.11cvs97
3279 2005-06-24 [paul] 1.9.11cvs96
3282 made bind password entry invisible
3284 * src/send_message.c
3285 send_message_local(): check exit status
3286 to detect errors (sync with main)
3288 use main's less ambiguous popup menu
3291 2005-06-24 [paul] 1.9.11cvs95
3293 * src/prefs_actions.c
3294 * src/prefs_customheader.c
3295 * src/prefs_display_header.c
3296 * src/prefs_filtering_action.c
3297 * src/prefs_matcher.c
3298 * src/prefs_template.c
3299 * src/prefs_toolbar.c
3300 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
3301 * src/gtk/description_window.c
3302 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
3304 2005-06-23 [colin] 1.9.11cvs94
3307 Fix rough edges (be sure to call status_show whenever
3310 2005-06-23 [colin] 1.9.11cvs93
3314 Before, in a 5K mails folder: 11s
3315 After, in the same folder: 58000µs
3316 The joys of locking... gtk_clist_select_all() fires a
3317 tree-select-row event for each selected row, which in
3318 summaryview, callbacks summary_selected which in turn,
3319 calls summary_status_show, which walks the selected
3320 rows. Hence, calling gtk_clist_select_all was
3321 exponential. Locking the summaryview makes
3322 summary_selected return early.
3324 2005-06-23 [colin] 1.9.11cvs92
3327 Move mutex at the important place to avoid
3330 Fix Del key deleting directly instead of
3333 2005-06-22 [colin] 1.9.11cvs91
3335 * src/plugins/spamassassin/libspamc.c
3336 As we do spagetti code with assignations in multiple
3337 places (see _message_read_raw where out = msg = raw),
3338 let's be sure we don't free the same pointer twice.
3339 Should fix bug #683 (Crash in libpam at
3342 2005-06-22 [colin] 1.9.11cvs90
3347 Make toolbar's delete use the move to trash stuff;
3348 Add gtk_widget_realize to be sure pixmaps can get
3349 created (that may fix an old worksforme bug which
3350 I can't find back...)
3352 2005-06-22 [colin] 1.9.11cvs89
3357 Rename "Message/Delete" to "Message/Move to trash"
3358 Add "Message/Delete..." that directly destroys the
3359 selected messages after asking for a confirmation.
3361 2005-06-22 [colin] 1.9.11cvs88
3364 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
3365 o Fix a deadlock (thanks Darko)
3367 2005-06-22 [colin] 1.9.11cvs87
3369 * src/gtk/foldersort.c
3370 Add missing include for the i18n;
3371 patch by Fabien Vantard
3373 2005-06-21 [colin] 1.9.11cvs86
3377 Respect the no_select flag
3379 Fix recursive deletion
3382 Make the folder deletion's warning
3385 2005-06-21 [colin] 1.9.11cvs85
3388 Prevent email addresses from spanning accross
3389 lines - fixes bug # 646 (newline-chars in
3392 2005-06-20 [colin] 1.9.11cvs84
3395 Be sure not to remove source if copy failed
3397 2005-06-20 [colin] 1.9.11cvs83
3401 remove summaryview's lock
3403 introduce threads to avoid problems when foreground tasks
3404 interfere with background tasks
3406 prevent moving to drafts/queue
3410 2005-06-19 [colin] 1.9.11cvs82
3413 Remember that the user doesn't want to override
3414 offline mode, for 3 seconds. It avoid presenting
3415 him with N popups in a really short time.
3417 2005-06-17 [colin] 1.9.11cvs81
3420 Fix IMAP breaking on folders containing '('
3421 (Probably won't be enough)
3423 2005-06-17 [colin] 1.9.11cvs80
3425 Forgotten files on 1.9.11cvs79
3427 Fix stepping when not immediately executing
3429 Really prevent UID FETCH 0
3431 Fix outgoing charset never set to utf-8
3435 2005-06-16 [colin] 1.9.11cvs79
3438 Fix bug #707 (Dash splits rows)
3439 Only wrap if we're on a line break position and
3440 the previous one was a "white" (space) char.
3441 Pango stuff is weird.
3443 2005-06-16 [colin] 1.9.11cvs78
3446 Lock summaryview while downloading messages
3450 * src/common/utils.c
3451 * src/common/utils.h
3452 Replace \r and \n with spaces in From and
3455 2005-06-16 [paul] 1.9.11cvs77
3458 liberalise the mime parser
3462 2005-06-16 [paul] 1.9.11cvs76
3467 2005-06-15 [colin] 1.9.11cvs75
3470 Finish header encoding fix
3474 Fix compilation (Thanks Stephan
3477 2005-06-15 [colin] 1.9.11cvs74
3480 Install gnome2 stuff rather than gnome1,
3485 Fix headers encoding
3487 Visual progress when fetching all messages
3491 Prevent changing current message while
3494 2005-06-15 [paul] 1.9.11cvs73
3496 * src/gtk/gtkaspell.c
3497 * src/gtk/gtkaspell.h
3500 2005-06-15 [paul] 1.9.11cvs72
3502 * src/prefs_filtering.c
3503 allow reordering of filter rules by
3506 2005-06-15 [paul] 1.9.11cvs71
3511 replace deprecated function
3513 * src/send_message.c
3514 * src/gtk/progressdialog.c
3515 * src/gtk/progressdialog.h
3516 salvage and reuse parts of reverted sync
3518 2005-06-15 [paul] 1.9.11cvs70
3521 * src/send_message.c
3522 * src/gtk/progressdialog.c
3523 * src/gtk/progressdialog.h
3524 revert yesterday's sync with main
3525 it contains deprecated functions
3527 2005-06-15 [colin] 1.9.11cvs69
3530 Fix bug #670 (multi user to: will corrupt message
3533 2005-06-15 [colin] 1.9.11cvs68
3536 Fix bug #421 (Fix undo on wrapping)
3538 2005-06-15 [colin] 1.9.11cvs67
3541 Provide visual feedback while processing
3544 Provide visual feedback while getting
3545 short headers (for uncached messages)
3548 2005-06-14 [paul] 1.9.11cvs66
3551 change a couple stock icons
3553 * src/send_message.c
3554 * src/gtk/progressdialog.c
3555 * src/gtk/progressdialog.h
3556 sync main's GtkTreeView implementation
3558 2005-06-14 [colin] 1.9.11cvs65
3561 Various little fixes, mainly on error paths
3563 2005-06-13 [colin] 1.9.11cvs64
3568 Add a way to fetch only headers. This speeds
3569 up filtering on headers for IMAP. Fixes:
3570 bug #481 extraneous imap commands slow down
3572 bug #522 Sylpheed downloads all messages
3573 when opening mailbox (IMAP)
3574 bug #677 IMAP fetch is soooooooooooooo slow
3577 Add a folder set_batch method so that
3578 implementations can speed up flags changes
3581 Use that in mark as (un)read and mark all read
3584 Implement set_batch - brings back deferred
3585 flags in a less buggy manner. Fixes:
3586 bug #729 IMAP immediate expunge of deleted messages
3587 bug #191 remove list of messages with one command
3588 Fix login with strange chars
3589 Implement fetch_msg_full
3590 Fix copy (wrong counts)
3592 2005-06-12 [colin] 1.9.11cvs63
3595 lock incorporation during long operations.
3596 Avoids fucking up the IMAP socket.
3598 2005-06-12 [colin] 1.9.11cvs62
3602 Factorize remove_all_msg
3605 Don't update partial-download status if unnecessary
3607 Use remove_msgs everywhere possible
3609 2005-06-12 [colin] 1.9.11cvs61
3613 Add a remove_msgs function to remove a
3618 2005-06-12 [colin] 1.9.11cvs60
3621 Remove flags-processing deferring... Too hard
3622 to get it to work in all cases.
3624 2005-06-11 [colin] 1.9.11cvs59
3627 printf -> debug_print
3629 2005-06-11 [colin] 1.9.11cvs58
3632 o Fix build without USE_PTHREAD
3633 o Factorize imap_open
3634 o Alertpanel in case of impossible connection
3635 o Alertpanel in case of impossible login
3636 o Fix deferred flags processing to force a
3637 flush before adding some more flags to process,
3638 but in another folder.
3640 2005-06-10 [colin] 1.9.11cvs57
3643 o Fix a format string error
3644 o init ssl socket outside of the thread
3645 (it possibly invokes gtk calls)