1 2005-03-11 [paul] 1.0.3cvs2
3 * src/plugins/trayicon/trayicon.c
4 make a string translatable
6 2005-03-11 [paul] 1.0.3cvs1
9 updated by Pavlo Bohmat
11 2005-03-10 [paul] 1.0.3
21 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
22 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
23 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
27 2005-03-04 [colin] 1.0.1cvs22
31 Don't use SIZE parameter in MAIL FROM: if
32 server doesn't support it. Patch by
33 Eugen Freiter <eugen_f@users.sf.net>
35 2005-03-04 [paul] 1.0.1cvs21
45 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
47 2005-02-27 [paul] 1.0.1cvs20
50 fix crash-causing typo. spotted by
53 2005-02-25 [paul] 1.0.1cvs19
56 * src/prefs_folder_item.c
57 * src/gtk/prefswindow.c
58 * src/gtk/prefswindow.h
59 fix bug 698 'Clicking OK without username 'crashes'
60 account edit window'. Patch by Alfons
62 2005-02-24 [colin] 1.0.1cvs18
65 Don't send out receipts if offline. Ask.
67 2005-02-23 [colin] 1.0.1cvs17
70 Encode parts when signing
72 2005-02-23 [colin] 1.0.1cvs16
78 2005-02-21 [colin] 1.0.1cvs15
81 Fix signing/encrypting still on after
82 privacy system has been disabled
84 2005-02-18 [colin] 1.0.1cvs14
87 * src/quote_fmt_parse.y
88 Bugfix: Fix parser init (patch by Ivan)
90 2005-02-18 [colin] 1.0.1cvs13
92 * src/plugins/pgpmime/pgpmime.c
93 Fix build (missed my `mv`)
95 2005-02-18 [colin] 1.0.1cvs12
98 * src/privacy.c ** RE-ADDED **
99 * src/privacy.cpp ** REMOVED **
101 * src/plugins/pgpmime/Makefile.am
102 * src/plugins/pgpmime/passphrase.h
103 * src/plugins/pgpmime/pgpmime.c ** RE-ADDED **
104 * src/plugins/pgpmime/pgpmime.cpp ** REMOVED **
105 * src/plugins/pgpmime/pgpmime.h
106 * src/plugins/pgpmime/prefs_gpg.h
107 * src/plugins/pgpmime/select-keys.h
108 * src/plugins/pgpmime/sgpgme.h
109 Revert huge API breakage.
111 2005-02-16 [christoph] 1.0.1cvs11
114 add scan required function for MH folders
116 (Patch by Ivan Rayner <ivanr@sgi.com>)
118 2005-02-15 [christoph] 1.0.1cvs10
120 * src/plugins/pgpmime/pgpmime.cpp
121 * src/plugins/pgpmime/pgpmime.h
122 add sign and encrypt functions
124 2005-02-15 [christoph] 1.0.1cvs9
128 * src/privacy.c ** REMOVE **
129 * src/privacy.cpp ** NEW **
131 * src/plugins/pgpmime/Makefile.am
132 * src/plugins/pgpmime/passphrase.h
133 * src/plugins/pgpmime/pgpmime.c ** REMOVE **
134 * src/plugins/pgpmime/pgpmime.cpp ** NEW **
135 * src/plugins/pgpmime/pgpmime.h
136 * src/plugins/pgpmime/prefs_gpg.h
137 * src/plugins/pgpmime/select-keys.h
138 * src/plugins/pgpmime/sgpgme.h
139 change Privacy-API to C++
141 2005-02-15 [colin] 1.0.1cvs8
145 Sanitize substitution for saved filenames:
146 only \ / * and \r \n \t are bad.
148 2005-02-15 [colin] 1.0.1cvs7
152 Optimize (constant instead of strlen). Thanks
155 2005-02-14 [colin] 1.0.1cvs6
159 Use quoted-printable instead of 7bit or 8bit
160 to encode "^From " and avoid mail corruption
161 on the MTA, as specified by RFC 3156. Thanks
164 2005-02-12 [colin] 1.0.1cvs5
167 Remove wrong use of compose struct after
168 compose_send(). Spotted by Alfons and Holger Berndt.
170 2005-02-10 [paul] 1.0.1cvs4
173 sync with main, see ChangeLog 2005-02-10
175 2005-02-10 [colin] 1.0.1cvs3
178 dereference freed messageview,
179 and don't try to use it after free.
180 This caused occasional late segfaults
183 2005-02-10 [colin] 1.0.1cvs2
186 Don't display html with plugin automatically
189 2005-02-09 [colin] 1.0.1cvs1
194 Display first relevant part using plugin
195 if not text/plain if possible (useful for
196 vCalendar for example)
198 2005-02-08 [paul] 1.0.1
202 2005-02-08 [paul] 1.0.0cvs29
211 updated by Thomas Gilgin, Ricardo Mones Lastra,
212 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
213 Guimaraes, Andrej Kacian, Aleksandar Urosevic
215 2005-02-05 [paul] 1.0.0cvs28
218 fix Bug 682 'redirect is broken'
221 2005-02-05 [thorsten] 1.0.0cvs27
223 * src/partial_download.c
226 2005-02-03 [colin] 1.0.0cvs26
228 * src/common/plugin.c
229 Don't load GTK2 plugins at all. This solves
230 the plugins problem when switching between
231 GTK1 and GTK2 version.
233 2005-02-02 [colin] 1.0.0cvs25
238 2005-01-31 [colin] 1.0.0cvs24
241 Fix MsgInfo reference leak
243 2005-01-28 [colin] 1.0.0cvs23
246 Change check - partial_recv is not cached.
248 2005-01-28 [colin] 1.0.0cvs22
251 Don't call partial_mark_for_delete() when
254 2005-01-27 [colin] 1.0.0cvs21
260 2005-01-27 [christoph] 1.0.0cvs20
263 use normal message remove function if a folder has no function
264 to remove all messages
269 2005-01-27 [colin] 1.0.0cvs19
272 Forgot to commit this file with cvs18.
274 2005-01-27 [colin] 1.0.0cvs18
277 Uhm, better not touch the original msginfo_list.
279 2005-01-27 [colin] 1.0.0cvs17
283 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
285 ... And use it to be able to reply to the currently
288 2005-01-27 [colin] 1.0.0cvs16
296 Factorize this reply mess
298 2005-01-26 [paul] 1.0.0cvs15
302 * src/common/template.c
303 sync with main, (fix memory leak), see ChangeLog
306 2005-01-25 [paul] 1.0.0cvs14
309 compose_redirect(): fix sensitivity of attachment
310 "Properties..." button
312 2005-01-24 [colin] 1.0.0cvs13
315 Freeze clist during operations involving message
318 2005-01-24 [paul] 1.0.0cvs12
325 sync with main, see ChangeLog 2005-01-19
327 2005-01-24 [colin] 1.0.0cvs11
330 Fix build with MIPSpro compiler.
331 Patch by Ivan Rayner <ivanr@sgi.com>
333 2005-01-24 [colin] 1.0.0cvs10
336 Use (+) in collapsed folders with quicksearch-
339 2005-01-23 [holger] 1.0.0cvs9
342 Include missing header file
344 2005-01-22 [colin] 1.0.0cvs8
347 * src/gtk/quicksearch.c
348 Make recursive quicksearch work in
349 root folders (and code fixes)
351 2005-01-21 [colin] 1.0.0cvs7
354 Set cursor to wait while looking in subfolders
356 2005-01-21 [colin] 1.0.0cvs6
359 Don't clear quicksearch if recursion is on,
362 2005-01-21 [colin] 1.0.0cvs5
364 * src/gtk/quicksearch.c
367 Add option to recurse or not
369 2005-01-21 [colin] 1.0.0cvs4
375 * src/gtk/quicksearch.c
376 * src/gtk/quicksearch.h
377 Make quicksearch recursive - results materialized
378 by search icons in the folderview.
380 2005-01-20 [holger] 1.0.0cvs3
384 Add addrindex_load_person_attribute() (for plugins)
386 2005-01-19 [colin] 1.0.0cvs2
393 Add an easy way to export specific messages
396 2005-01-19 [paul] 1.0.0cvs1
400 updated by Rui Hirokawa and
403 2005-01-18 [paul] 1.0.0
405 * version 1.0.0 released
407 2005-01-17 [thorsten] 0.9.13cvs38
410 * src/gtk/pluginwindow.c
411 return value of filesel should not be free()d
413 2005-01-17 [paul] 0.9.13cvs37
423 update translations. submitted by Ricardo Mones
424 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
425 Frederico Goncalves Guimaraes, Andrej Kacian,
428 2005-01-16 [colin] 0.9.13cvs36
430 * src/prefs_toolbar.c
431 Fix two leaks, both found by Alfons.
433 2005-01-15 [paul] 0.9.13cvs35
435 * src/gtk/pluginwindow.c
436 fix 2 memleaks, patch by Alfons
438 2005-01-15 [paul] 0.9.13cvs34
442 * src/common/template.c
443 sync with main, see ChangeLog 2005-01-11
444 (fix potential memory corruption bug)
446 2005-01-14 [colin] 0.9.13cvs33
450 Fix coding style issues from the last patch
452 2005-01-14 [colin] 0.9.13cvs32
455 Fix possible double free, avoid putting 8k on the stack
458 Fix links with tags inside, add some entities
460 Both patches by Rich Coe <Richard.Coe@med.ge.com>
462 2005-01-09 [thorsten] 0.9.13cvs31
464 * tools/calypso_convert.pl
465 support nested subdirs (possible in recent calypso versions)
466 fix "change of readonly value" error with perl >= 5.8
468 2005-01-08 [colin] 0.9.13cvs30
470 * src/prefs_filtering_action.c
471 Plug leak - patch by Alfons
473 2005-01-07 [paul] 0.9.13cvs29
479 sync with main, see ChangeLog 2005-01-06
481 2005-01-06 [colin] 0.9.13cvs28
483 * src/prefs_matcher.c
484 Plug leak. Patch by Alfons
486 2005-01-04 [christoph] 0.9.13cvs27
491 Create extra popup menu entries for account settings
493 (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
495 2005-01-03 [colin] 0.9.13cvs26
498 Plugins should be loaded before --receive or --receive-all
500 Patch by Felix Eckhofer <felix-ml@tribut.de>
502 2005-01-03 [colin] 0.9.13cvs25
506 Add data_len member, because we can get NULs from network
509 2005-01-01 [colin] 0.9.13cvs24
512 Fix possible memleak in corner case - found by
513 Martin Kluge, patch by Alfons
515 2004-12-30 [colin] 0.9.13cvs23
518 Fix prototypes - patch by Alfons
520 2004-12-30 [paul] 0.9.13cvs22
526 sync with main 1.0.0.
527 see ChangeLog 2004-12-22
529 2004-12-18 [paul] 0.9.13cvs21
535 sync with main, see ChangeLog 2004-12-17
537 2004-12-17 [thorsten] 0.9.13cvs20
540 protect trailing spaces when signing message
542 2004-12-16 [paul] 0.9.13cvs19
549 sync with main 1.0.0rc
550 see ChangeLog 2004-12-15
552 2004-12-14 [colin] 0.9.13cvs18
554 * src/gtk/prefswindow.c
557 2004-12-14 [colin] 0.9.13cvs17
561 * src/gtk/prefswindow.c
562 Catch Enter in prefswindow while in text
563 widget. Patch by Alfons.
565 2004-12-14 [paul] 0.9.13cvs16
572 sync with main, see ChangeLog entries 2004-12-10
576 updated by Pavlo Bohmat
578 2004-12-13 [thorsten] 0.9.13cvs15
580 * src/plugins/spamassassin/libspamc.c
583 2004-12-13 [colin] 0.9.13cvs14
585 * src/gtk/prefswindow.c
586 * src/gtk/pluginwindow.c
587 Fix key_pressed handlers
589 2004-12-11 [colin] 0.9.13cvs13
591 * src/quote_fmt_parse.y
592 Rework quote_fmt_parse to use less local
593 arrays in local blocks, so it doesn't
594 freak out IBM's stack protector. Patch
597 2004-12-10 [colin] 0.9.13cvs12
602 Fix corruptions when de-separating messageview
604 2004-12-10 [paul] 0.9.13cvs11
607 use a different set of icons for the Preview
609 2004-12-09 [colin] 0.9.13cvs10
612 Fix procmime_encode_content doing horribly wrong
613 stuff when encoding to B64 from memory
615 2004-12-08 [colin] 0.9.13cvs9
617 * src/gtk/colorlabel.c
618 Fix color label off-by-one
621 2004-12-08 [hoa] 0.9.13cvs8
623 * src/quote_fmt_parse.y
624 really fix buffer overflow
626 2004-12-08 [colin] 0.9.13cvs7
628 * src/matcher_parser_parse.y
630 * src/prefs_matcher.c
634 Cache total_size and use that to speed up
636 Add 'partial' to the list of useable stuff
644 2004-12-08 [colin] 0.9.13cvs6
647 Fix possible boundary overrun in
648 get_email_part(). Patch by Alfons
650 2004-12-08 [hoa] 0.9.13cvs5
652 * src/quote_fmt_parse.y
654 http://bugs.gentoo.org/show_bug.cgi?id=67253
656 2004-12-07 [thorsten] 0.9.13cvs4
659 fix leak introduced with 0.9.13cvs1
661 2004-12-07 [keith] 0.9.13cvs3
666 2004-12-07 [colin] 0.9.13cvs2
669 * src/prefs_account.c
672 Add SMTP PLAIN authentication. Patch by
673 George Michaelson <ggm@apnic.net>
675 2004-12-07 [thorsten] 0.9.13cvs1
678 [Bug 650] reply button causes crash
679 Patch partly by David Relson
681 2004-12-06 [paul] 0.9.13
688 updated by Andrej Kacian
693 2004-12-06 [christoph]
696 move GPGME check to PGP/MIME plugin checks
698 2004-12-06 [colin] 0.9.12cvs187
701 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
703 2004-12-06 [paul] 0.9.12cvs186
714 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea
715 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
718 2004-12-05 [paul] 0.9.12cvs185
724 * TODO.claws **REMOVED**
725 removed, use the wiki instead
728 remove newscache_conv.pl from the release package
729 and notes as it is broken and not currently maintained
730 * tools/filter_conv.pl
731 use --config-dir to find claws' config dir
732 * tools/kdeservicemenu/README
733 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
734 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
735 make a top-level menu entry
737 2004-12-04 [paul] 0.9.12cvs184
740 conv_unmime_header_overwrite(name)
742 2004-12-04 [colin] 0.9.12cvs183
745 Fix saving of compose window position
746 when sending mail. Patch by Alfons.
748 2004-12-04 [paul] 0.9.12cvs182
756 * doc/manual/ja/Makefile.am
757 * doc/manual/ja/sylpheed-1.html
758 * doc/manual/ja/sylpheed-10.html
759 * doc/manual/ja/sylpheed-11.html
760 * doc/manual/ja/sylpheed-12.html
761 * doc/manual/ja/sylpheed-13.html
762 * doc/manual/ja/sylpheed-14.html
763 * doc/manual/ja/sylpheed-15.html
764 * doc/manual/ja/sylpheed-16.html
765 * doc/manual/ja/sylpheed-17.html
766 * doc/manual/ja/sylpheed-18.html
767 * doc/manual/ja/sylpheed-19.html
768 * doc/manual/ja/sylpheed-2.html
769 * doc/manual/ja/sylpheed-20.html
770 * doc/manual/ja/sylpheed-3.html
771 * doc/manual/ja/sylpheed-4.html
772 * doc/manual/ja/sylpheed-5.html
773 * doc/manual/ja/sylpheed-6.html
774 * doc/manual/ja/sylpheed-7.html
775 * doc/manual/ja/sylpheed-8.html
776 * doc/manual/ja/sylpheed-9.html
777 * doc/manual/ja/sylpheed.html
778 * doc/manual/ja/sylpheed.sgml
781 * src/pixmaps/regular.xpm **REMOVED**
782 sync with main 1.0.0beta4, including: "canonicalize text files
783 before encoding to BASE64, and uncanonicalize after decoding
784 to conform with RFC 2045"
786 2004-12-03 [christoph] 0.9.12cvs181
789 build the Privacy System menu without GtkItemFactory to
790 allow '/' in Privacy System names
792 * src/plugins/pgpmime/pgpmime.c
793 * src/plugins/pgpmime/plugin.c
794 Update description and change Privacy System name
798 * src/pixmaps/dir_close.xpm
799 * src/pixmaps/dir_open.xpm
800 * src/pixmaps/drafts_close.xpm
801 * src/pixmaps/drafts_open.xpm
802 * src/pixmaps/group.xpm
803 * src/pixmaps/unread.xpm
804 update icons (sync with main (adjust hue))
806 2004-12-02 [paul] 0.9.12cvs180
814 * src/pixmaps/folder.xpm **REMOVED**
816 fixes bug 644 'extra CRs in subject line break filtering'
818 2004-12-02 [colin] 0.9.12cvs179
821 Prevent duplicate edition of queued
824 2004-12-02 [colin] 0.9.12cvs178
827 Fix quote linewrapping ignoring pref
830 2004-11-30 [colin] 0.9.12cvs177
832 * src/gtk/prefswindow.c
833 * src/gtk/pluginwindow.c
834 Add shortcut keys to prefs window
835 and plugin window. Patch by Fabien Vantard.
837 2004-11-29 [colin] 0.9.12cvs176
840 Fix disappearing separators in folderview's popup
842 2004-11-29 [colin] 0.9.12cvs175
847 2004-11-29 [colin] 0.9.12cvs174
852 2004-11-26 [colin] 0.9.12cvs173
856 Use ESMTP for all servers advertising it
857 Add SIZE= parameter to MAIL command for
860 2004-11-24 [colin] 0.9.12cvs172
862 * src/plugins/pgpmime/pgpmime.c
865 2004-11-24 [colin] 0.9.12cvs171
867 * src/plugins/pgpmime/pgpmime.c
868 Fix numerous GpgmeGtk leaks
870 2004-11-24 [colin] 0.9.12cvs170
872 * src/plugins/pgpmime/pgpmime.c
873 Fix numerous GpgmeCtx leaks
875 2004-11-24 [colin] 0.9.12cvs169
877 * src/plugins/pgpmime/plugin.c
879 * src/plugins/trayicon/Makefile.am
880 * src/plugins/trayicon/newmarkedmail.xpm
881 * src/plugins/trayicon/trayicon.c
882 * src/plugins/trayicon/unreadmarkedmail.xpm
883 Add new icons when there are unread marked mails
886 2004-11-23 [thorsten] 0.9.12cvs168
888 * src/plugins/pgpmime/plugin.c
889 typo: plugin_init instead of plugin_done
891 2004-11-23 [thorsten] 0.9.12cvs167
895 * src/partial_download.c
896 * src/partial_download.h
897 o fix path for includes
899 2004-11-23 [colin] 0.9.12cvs166
904 2004-11-23 [colin] 0.9.12cvs165
907 Fix mime headers wrapping
909 2004-11-23 [christoph] 0.9.12cvs164
911 * src/common/Makefile.am
912 * src/common/partial_download.[ch]
914 * src/partial_download.[ch]
916 move to src because it depends on src stuff
919 * src/common/base64.h
920 move B64LEN macro to base64.h
924 add PrefsAccount to sign-function parameters
927 * src/prefs_account.[ch]
928 * src/gtk/prefswindow.[ch]
929 o use new prefswindow for account prefs
930 o add possibility to add new pages to account prefs
932 * src/plugins/pgpmime/prefs_gpg.[ch]
933 * src/plugins/pgpmime/prefs_gpg.glade
934 add account prefs for GPG
936 * src/plugins/pgpmime/pgpmime.c
937 * src/plugins/pgpmime/sgpgme.[ch]
938 create signers list based on the GPG account prefs
940 2004-11-23 [colin] 0.9.12cvs163
943 Fix cursor going from normal to wait
944 as many times as there are folders
945 (very noticeable on exported displays)
947 2004-11-23 [colin] 0.9.12cvs162
950 HEAD needs this leak fix too
952 2004-11-22 [luke] 0.9.12cvs161
955 'Up' key moves one line (not one paragraph) like 'Down'
957 2004-11-22 [paul] 0.9.12cvs160
960 fix oversized GtkFrames
962 2004-11-19 [paul] 0.9.12cvs159
965 update prefs_keybind_apply_clicked()
967 2004-11-18 [paul] 0.9.12cvs158
973 use Message-ID format like that previously
974 used in compose_generate_msgid()
976 2004-11-17 [christoph] 0.9.12cvs157
980 integrate "Common preferences" into new preferences dialog
982 2004-11-17 [colin] 0.9.12cvs156
984 * src/prefs_account.c
985 * src/prefs_account.h
987 Add an option to let the user choose to store encrypted
988 mail as clear text or encrypted.
990 2004-11-17 [colin] 0.9.12cvs155
994 Be verbose when sending fails
996 Fix procmsg_send_queue returning 0 when there's an error
997 Don't send messages to be encrypted to nobody
1000 2004-11-17 [colin] 0.9.12cvs154
1003 Fix more pointer confusion
1005 2004-11-17 [paul] 0.9.12cvs153
1008 forgotten in sync with main 1.0.0beta3
1011 2004-11-17 [paul] 0.9.12cvs152
1019 sync with main 1.0.0beta3
1020 see ChangeLog 2004-11-15 and 2004-11-16
1022 2004-11-17 [colin] 0.9.12cvs151
1024 * src/plugins/pgpmime/pgpmime.c
1027 2004-11-17 [colin] 0.9.12cvs150
1029 * src/plugins/pgpmime/pgpmime.c
1030 Fix off-by-one causing segs
1032 2004-11-17 [colin] 0.9.12cvs149
1035 < Reboot_> don't compare pointers to NULL with !
1036 So, use the other form to bring consistency.
1037 Also fix coding style.
1039 2004-11-16 [colin] 0.9.12cvs148
1044 2004-11-16 [colin] 0.9.12cvs147
1047 Fix leaks in procmsg_send_message_queue
1049 2004-11-12 [paul] 0.9.12cvs146
1051 * src/prefs_account.c
1058 * src/pixmaps/complete.xpm
1059 * src/pixmaps/continue.xpm
1060 small sync with main, see ChangeLog 2004-11-11
1062 2004-11-11 [paul] 0.9.12cvs145
1076 * src/prefs_account.c
1077 * src/prefs_account.h
1078 * src/prefs_ext_prog.c
1081 * src/summary_search.c
1085 * src/common/utils.c
1086 * src/common/utils.h
1089 sync with main 1.0.0beta2 (plus 4)
1091 2004-11-09 [christoph] 0.9.12cvs144
1094 * src/prefs_account.[ch]
1095 add option menu to select default privacy system
1097 * src/plugins/pgpmime/pgpmime.c
1098 better memory allocation
1101 syncronize flags when scanning a folder
1103 2004-11-08 [colin] 0.9.12cvs143
1106 Prevent useless folder count updates while
1107 quicksearch is running. It is really annoying
1108 while quicksearch is running a full-mail
1109 scan, like 'b foo', in a big folder.
1111 2004-11-08 [colin] 0.9.12cvs142
1114 Really fix these mail URIs
1116 2004-11-08 [colin] 0.9.12cvs141
1119 fix "colin@colino.net" <colin@colino.net>
1122 2004-11-06 [colin] 0.9.12cvs140
1125 Don't ask for passphrase if not sending
1127 2004-11-05 [christoph] 0.9.12cvs139
1130 o encode text content of composed mails
1132 o allow encoding of MimeInfos that are stored in memory buffers
1135 2004-11-03 [paul] 0.9.12cvs138
1138 add 'src/plugins/pgpmime/prefs_gpg.c'.
1139 Patch submitted by Fabien Vantard
1141 * src/prefs_ext_prog.c
1142 fix typos. Patch submitted by Fabien Vantard
1144 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1145 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1146 add German, Spanish, Italian, Brazilian Portuguese,
1147 and Slovak translations. Submitted by Thomas Gilgin,
1148 J. José del RÃo 'partymola', Andrea Spadaccini,
1149 Frederico Goncalves Guimaraes, and Andrej Kacian
1151 2004-11-01 [christoph] 0.9.12cvs137
1154 implement RFC2231's parameter encoding
1156 2004-10-29 [colin] 0.9.12cvs136
1158 * src/common/utils.c
1159 Fix boundary delimiter (a Pine user gets this:
1160 > Malformed message: Unexpected characters at end of parameters:
1165 * tools/textviewer.sh
1166 fix typo. patch submitted by Johann Koenig
1167 <explosive@hvc.rr.com>
1171 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1172 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1173 add French translations, submitted by Fabien Vantard
1175 2004-10-28 [christoph] 0.9.12cvs135
1177 * doc/src/rfc2231.txt ** NEW **
1179 * src/common/quoted-printable.c
1180 * src/common/utils.[ch]
1181 implement RFC2231's parameter decoding
1185 * tools/kdeservicemenu/README
1186 * tools/kdeservicemenu/install.sh
1187 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1188 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1189 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1190 output files to /tmp instead of littering the
1192 add uninstall function
1195 2004-10-26 [christoph] 0.9.12cvs134
1198 better check if parameters have to be in quoted string
1202 * tools/kdeservicemenu/README
1203 * tools/kdeservicemenu/install.sh
1204 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1205 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1206 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1207 add files for Sylpheed Service Menu in Konqueror
1209 2004-10-22 [paul] 0.9.12cvs133
1212 * src/prefs_common.c
1213 * src/prefs_common.h
1214 * src/prefs_wrapping.c
1215 remove 'smart wrapping'
1217 2004-10-21 [colin] 0.9.12cvs132
1220 Remove extraneous separator in Options
1222 2004-10-21 [colin] 0.9.12cvs131
1225 Replace "unknown" attachments by "application/octet-stream"
1226 Be a bit more defensive when using strchr
1231 updated by Pavlo Bohmat
1233 2004-10-19 [christoph] 0.9.12cvs130
1236 fix wrong menu entry path
1238 (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1241 add extra check for missing menu entries
1243 2004-10-19 [christoph] 0.9.12cvs129
1246 * src/common/utils.c
1247 use utils' generate_msgid() in compose.c
1249 2004-10-18 [christoph] 0.9.12cvs128
1251 * src/plugins/pgpmime/passphrase.c
1252 * src/plugins/pgpmime/pgpmime.c
1253 * src/plugins/pgpmime/prefs_gpg.[ch]
1254 * src/plugins/pgpmime/prefs_gpg.glade
1255 * src/plugins/pgpmime/sgpgme.c
1258 2004-10-18 [christoph] 0.9.12cvs127
1265 * src/customheader.c
1274 * src/matcher_parser_parse.y
1277 * src/prefs_account.c
1279 * src/prefs_msg_colors.c
1285 * src/common/base64.c
1286 * src/common/partial_download.c
1287 * src/common/socket.c
1288 * src/common/sylpheed.c
1289 * src/common/utils.[ch]
1291 * src/gtk/pluginwindow.c
1292 * src/gtk/quicksearch.c
1293 * src/plugins/pgpmime/pgpmime.c
1294 * src/plugins/pgpmime/plugin.c
1295 * src/plugins/pgpmime/select-keys.c
1296 * src/plugins/pgpmime/sgpgme.c
1297 * src/plugins/spamassassin/libspamc.c
1298 * src/plugins/trayicon/trayicon.c
1299 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1300 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1301 o don't use any GNU C extensions
1303 o replace some non-POSIX functions
1305 * src/plugins/spamassassin/spamassassin.[ch]
1306 * src/plugins/spamassassin/spamassassin_gtk.c
1307 * src/plugins/clamav/clamav_plugin.[ch]
1308 * src/plugins/clamav/clamav_plugin_gtk.c
1309 replace statusbar_print_all() from common code because it is a
1317 update Spanish and Korean translations,
1318 submitted by Ricardo Mones Lastra and
1321 2004-10-13 [colin] 0.9.12cvs126
1324 Don't convert message to forced encoding when
1325 drafting, plus minor magic-values cleanup.
1327 2004-10-13 [colin] 0.9.12cvs125
1330 Update POTFILES.in to reflect the source
1333 2004-10-08 [christoph] 0.9.12cvs124
1335 * m4/spamassassin.m4
1336 fix libspamc OpenSSL
1339 rearrange the compose menu
1341 2004-10-08 [christoph] 0.9.12cvs123
1349 * src/passphrase.[ch] ** REMOVE **
1350 * src/prefs_account.[ch]
1351 * src/prefs_common.[ch]
1355 * src/rfc2015.[ch] ** REMOVE **
1356 * src/select-keys.[ch] ** REMOVE **
1357 * src/common/utils.[ch]
1359 * src/plugins/pgpmime/Makefile.am
1360 * src/plugins/pgpmime/passphrase.[ch] ** NEW **
1361 * src/plugins/pgpmime/pgpmime.c
1362 * src/plugins/pgpmime/plugin.c
1363 * src/plugins/pgpmime/prefs_gpg.[ch]
1364 * src/plugins/pgpmime/select-keys.[ch] ** NEW **
1365 * src/plugins/pgpmime/sgpgme.[ch]
1366 o Add new MIME-Writer
1367 o extend PrivacySystem with sign and encrypt functions
1368 o extend PGP/MIME plugin with sign and encrypt functions
1369 o integrate extended Privacy API in Compose and Sending process
1371 2004-10-04 [colin] 0.9.12cvs122
1377 Make forced encoding limited to messageview and
1378 apply only to parts displayed using textview
1380 2004-10-04 [colin] 0.9.12cvs121
1383 Fix bug #605 (collapsed threads re-expand when moving or
1386 2004-10-03 [colin] 0.9.12cvs120
1391 2004-10-02 [colin] 0.9.12cvs119
1395 * src/prefs_common.h
1399 Clean up forced charset feature
1402 2004-10-01 [colin] 0.9.12cvs118
1405 Better fix for Save all: skip multipart mails' first
1408 2004-10-01 [colin] 0.9.12cvs117
1411 Only save attachments in Save All
1413 2004-10-01 [paul] 0.9.12cvs116
1418 * src/prefs_common.c
1419 * src/gtk/colorlabel.c
1420 sync with main 0.9.12cvs17
1422 2004-09-30 [colin] 0.9.12cvs115
1424 * src/stock_pixmap.c
1425 * src/stock_pixmap.h
1428 * src/pixmaps/read.xpm
1429 Add icon for total # column
1431 2004-09-29 [colin] 0.9.12cvs114
1434 Don't close compose until message is sent if
1435 Show Send Dialog is Always
1437 2004-09-29 [paul] 0.9.12cvs113
1439 * src/quote_fmt_parse.y
1440 In the quotation templates recognise sender's first and last
1441 names (%F %L) when the name is in the format "Duck, Donald".
1442 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1445 2004-09-28 [colin] 0.9.12cvs112
1450 Fix Empty trash being visible-invisible-visible...
1452 2004-09-28 [colin] 0.9.12cvs111
1455 Relabel Empty all Trash folders
1457 2004-09-28 [colin] 0.9.12cvs110
1460 Add contextual Empty trash menu
1462 Revert cvs109 which was useless
1464 2004-09-28 [colin] 0.9.12cvs109
1469 2004-09-28 [colin] 0.9.12cvs108
1474 2004-09-28 [colin] 0.9.12cvs107
1477 Fix double-click on entries
1479 2004-09-28 [colin] 0.9.12cvs106
1482 Reintroduce folder_item update freeze on incorporation
1484 2004-09-27 [christoph] 0.9.12cvs105
1487 right-align new and unread column
1493 2004-09-27 [paul] 0.9.12cvs104
1496 revert 0.9.12cvs101, it causes another segfault
1498 2004-09-23 [christoph] 0.9.12cvs103
1500 * src/plugins/spamassassin/libspamc.[ch]
1501 * src/plugins/spamassassin/utils.[ch]
1502 update libspamc to SpamAssassin 3.0.0
1504 2004-09-17 [paul] 0.9.12cvs102
1509 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1512 2004-09-17 [colin] 0.9.12cvs101
1515 Fix segfaults when quitting. valgrind says:
1516 ==12144== Invalid read of size 4
1517 ==12144== at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1519 ==12144== Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1521 ==12144== by 0x80CC671: exit_sylpheed (main.c:498)
1524 2004-09-13 [christoph] 0.9.12cvs100
1527 add NULL pointer checks to fix segfault when messages can
1530 2004-09-08 [colin] 0.9.12cvs99
1533 Remove a debug printf
1535 2004-09-08 [christoph] 0.9.12cvs98
1538 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1539 if the message structure has been scanned
1542 o scan structure when the mail is fetched for the first time
1543 to prevent unnecessary fetching of messages while scanning
1544 the folder for messages
1545 o revert 0.9.12cvs24
1547 * src/plugins/pgpmime/pgpmime.c
1548 check signature if auto signature checking is enabled when the
1549 signature status is requested for first time and not when
1550 checking if a part has a signature
1552 2004-09-07 [colin] 0.9.12cvs97
1555 Change session error messages so that they
1556 are a bit more helpful (the origin of the
1557 error is not apparent if one isn't in
1558 front of Sylpheed when it happens).
1560 2004-09-06 [colin] 0.9.12cvs96
1563 Fix graying out Redirect in non english languages
1564 Patch by Fabien Vantard
1566 2004-09-06 [colin] 0.9.12cvs95
1572 2004-09-06 [colin] 0.9.12cvs94
1578 Add basic drag and drop to addressbook
1580 2004-09-03 [colin] 0.9.12cvs93
1583 Next/Prev unread message should start
1584 from next/prev node (especially if
1585 mark_as_read_delay != 0)
1587 2004-09-03 [colin] 0.9.12cvs92
1589 * src/prefs_common.c
1590 * src/prefs_common.h
1592 Add an hidden 'mark_as_read_delay' pref
1594 2004-09-02 [colin] 0.9.12cvs91
1597 Add unduplicated menu entries (fixes bug 532)
1598 Patch by Fabien Vantard
1600 2004-09-02 [colin] 0.9.12cvs90
1603 Fix bug 582 (broken auto account selection)
1605 2004-09-02 [colin] 0.9.12cvs89
1608 Free deleted queries too
1610 2004-09-02 [colin] 0.9.12cvs88
1613 Fix freezes in LDAP, due to memory corruption
1614 after deletion of a query (and not removing it
1615 from the corresponding list of queries).
1616 Very probably fixes bug 567 and bug 569
1618 2004-09-02 [colin] 0.9.12cvs87
1620 * src/prefs_spelling.c
1621 Fix bug with aspell prefs init, where spell checking
1622 is enabled at first but dictionary not specified. Use
1623 LANG's dictionary by default.
1625 2004-09-01 [colin] 0.9.12cvs86
1629 * src/prefs_matcher.c
1630 * src/stock_pixmap.c
1631 Fix more nasty uninitialized variables
1633 2004-08-31 [colin] 0.9.12cvs85
1636 Fix memory corruption when entering procmsg_msginfo_free()
1637 with unitialized msginfo. Thanks Valgrind.
1639 2004-08-29 [colin] 0.9.12cvs84
1642 Don't escape filenames before saving - that's
1643 not dangerous. By the way, fix the leak.
1645 2004-08-27 [paul] 0.9.12cvs83
1651 * src/common/utils.c
1653 sync with main 0.9.12cvs6, see ChangeLog
1654 2004-08-24, 2004-08-25, 2004-08-26
1660 updated by Rui Hirokawa
1662 2004-08-25 [colin] 0.9.12cvs82
1664 * src/plugins/pgpmime/pgpmime.c
1665 Fix leak on non-combined encrypted messages
1667 2004-08-25 [colin] 0.9.12cvs81
1669 * src/plugins/pgpmime/pgpmime.c
1670 * src/plugins/pgpmime/sgpgme.c
1671 * src/plugins/pgpmime/sgpgme.h
1672 Handle combined encryption/signature
1674 2004-08-24 [colin] 0.9.12cvs80
1677 Set mime flags on non multipart messages too
1679 2004-08-23 [christoph] 0.9.12cvs79
1682 create message header in memory as GString before writing it
1685 2004-08-23 [colin] 0.9.12cvs78
1690 Fix (again) bug 197: inline encryption broken
1695 updated by Hansom Young
1701 2004-08-23 [colin] 0.9.12cvs77
1704 Try and fix bug 577 (session->last_access_time is broken since
1705 sync with main 0.9.12cvs2).
1706 Patch by Stephan Sachse <whiteman@teg-clan.de>
1716 update translations. submitted by Ricardo
1717 Mones Lastra, Fabien Vantard, Emilian Nowak,
1718 Frederico Goncalves Guimaraes, Andrej Kacian,
1721 2004-08-22 [paul] 0.9.12cvs76
1723 * src/plugins/trayicon/trayicon.c
1724 fix formatting bug in trayicon_popup_menu_entries[]
1727 2004-08-22 [paul] 0.9.12cvs75
1730 remove reference to openssl.m4
1733 2004-08-21 [colin] 0.9.12cvs74
1736 Fix bug 576 (Duplicate auto-bcc on reedit)
1738 2004-08-21 [colin] 0.9.12cvs73
1741 Grey out Redirect in the toolbar when selection is
1742 multiple. Fixes bug 520
1744 2004-08-21 [colin] 0.9.12cvs72
1747 Save Sign, Encrypt and Mode status when drafting or queuing
1748 Fixes bug 502 (drafted message does not keep sign / encrypt
1751 2004-08-21 [colin] 0.9.12cvs71
1754 Fix bug 494 (Messages are always opened in summary
1755 view when right clicked.) Also fixes bug 508.
1757 2004-08-21 [colin] 0.9.12cvs70
1760 When using inline encryption, don't use QP or Base64:
1761 the mail will be encrypted to a 7bit string.
1764 2004-08-21 [colin] 0.9.12cvs69
1767 Fix inline-signing with 8bit chars: data must be
1768 converted to Quoted-printable before signing.
1770 2004-08-21 [colin] 0.9.12cvs68
1773 Remove 'Message/Save to draft folder'
1774 and 'Message/Save and keep editing' to
1775 put a single 'File/Save' command.
1778 2004-08-21 [colin] 0.9.12cvs67
1781 Fix bug 222 (Summary view state not retained between sessions)
1783 2004-08-20 [colin] 0.9.12cvs66
1786 Fix bug 574 (empty cur_locale is not enough)
1790 * src/plugins/pgpmime/plugin.c
1791 modify PGP/MIME plugin's description
1793 2004-08-16 [colin] 0.9.12cvs65
1796 Fix version comparison
1798 2004-08-16 [colin] 0.9.12cvs64
1803 2004-08-16 [colin] 0.9.12cvs63
1806 People with glibc 2.1 have had problems with non-blocking
1807 SSL_connect. Disable it for glibc < 2.2.
1809 2004-08-16 [colin] 0.9.12cvs62
1814 2004-08-13 [colin] 0.9.12cvs61
1816 * src/plugins/pgpmime/plugin.c
1817 Add plugin's description
1819 2004-08-12 [christoph] 0.9.12cvs60
1822 fix bug that did not thaw folder updates when deleting
1823 duplicates in empty folders
1825 2004-08-12 [colin] 0.9.12cvs59
1827 * src/plugins/trayicon/trayicon.c
1828 Add a context menu with most common operations
1830 2004-08-12 [colin] 0.9.12cvs58
1836 Add support for Freedesktop.org's startup notification
1838 2004-08-10 [colin] 0.9.12cvs57
1841 * src/common/socket.c
1843 * src/common/sylpheed.c
1844 * src/common/sylpheed.h
1845 Put back the ssl connect nonblocking...
1846 without the race condition
1848 2004-08-09 [colin] 0.9.12cvs56
1852 * src/common/sylpheed.c
1853 * src/common/sylpheed.h
1854 Reverting previous commit, doesn't work
1856 2004-08-09 [colin] 0.9.12cvs55
1860 * src/common/sylpheed.c
1861 * src/common/sylpheed.h
1862 Make SSL_connect nonblocking, using a thread
1864 2004-08-09 [paul] 0.9.12cvs54
1867 reflect new location of sgpgme.c
1869 sync with main, see ChangeLog 2004-08-09
1871 2004-08-08 [christoph] 0.9.12cvs53
1874 freeze FolderItem updates while deleting duplicate messages
1876 2004-08-08 [christoph] 0.9.12cvs52
1885 * src/plugins/Makefile.am
1886 * src/plugins/pgpmime/.cvsignore
1887 * src/plugins/pgpmime/Makefile.am
1888 * src/plugins/pgpmime/pgpmime.c
1889 * src/plugins/pgpmime/pgpmime.h
1890 * src/plugins/pgpmime/plugin.c
1891 * src/plugins/pgpmime/sgpgme.c
1892 * src/plugins/pgpmime/sgpgme.h
1893 new plugin for PGP/MIME
1895 2004-08-07 [christoph] 0.9.12cvs51
1898 disable immediate folder change notification on opened folders
1899 until SummaryView can handle it quickly
1901 2004-08-07 [colin] 0.9.12cvs50
1904 * src/common/partial_download.c
1907 2004-08-07 [colin] 0.9.12cvs49
1918 * src/message_search.c
1922 * src/summary_search.c
1925 * src/gtk/sslcertwindow.c
1926 * src/pixmaps/stock_dialog-error.xpm
1927 * src/pixmaps/stock_dialog-info.xpm
1928 * src/pixmaps/stock_dialog-question.xpm
1929 * src/pixmaps/stock_dialog-warning.xpm
1930 sync new alertpanel from gtk2
1932 2004-08-07 [colin] 0.9.12cvs48
1934 * src/prefs_folder_item.c
1935 fix memory corruption in folderitem's prefs
1937 2004-08-06 [colin] 0.9.12cvs47
1940 close compose window after queuing, before
1941 sending when user presses Send
1943 2004-08-05 [christoph] 0.9.12cvs46
1947 add charset to cache file and convert charset when reading the
1948 cache if different from internal used charset
1950 2004-08-05 [christoph] 0.9.12cvs45
1955 * src/common/utils.h
1956 cleanup (remove unused includes/reorganize)
1958 * src/prefs_ext_prog.c
1959 * src/prefs_folder_item.c
1961 * src/prefs_msg_colors.c
1962 * src/prefs_spelling.c
1963 * src/prefs_themes.c
1964 * src/prefs_toolbar.c
1965 * src/prefs_wrapping.c
1966 * src/gtk/prefswindow.[ch]
1967 * src/plugins/clamav/clamav_plugin_gtk.c
1968 * src/plugins/dillo_viewer/dillo_prefs.c
1969 * src/plugins/image_viewer/viewerprefs.c
1970 * src/plugins/spamassassin/spamassassin_gtk.c
1971 change PrefsPage path into an array of strings and don't
1972 split a single string into parts (better for translation)
1974 2004-08-05 [christoph] 0.9.12cvs44
1977 fix FolderItem's message counts after rebuilding a cache
1979 2004-08-05 [paul] 0.9.12cvs43
1986 * src/common/session.c
1987 * src/common/session.h
1988 * src/common/socket.c
1989 sync with main 0.9.12cvs2
1990 see ChangeLog 2004-08-04
1992 2004-08-04 [christoph] 0.9.12cvs42
1995 add missing AC_DEFINE(USE_OPENSSL, ...)
1997 use new xml_node_new() function
1999 2004-08-03 [christoph] 0.9.12cvs41
2003 * src/common/xml.[ch]
2004 sync with main 0.9.12cvs1
2005 see ChangeLog 2004-07-23
2007 2004-08-03 [christoph]
2010 * m4/openssl.m4 ** REMOVE **
2011 use pkg-config to get OpenSSL CFLAGS and LIBS
2012 (OpenSSL 0.9.7 is required now)
2014 2004-08-02 [paul] 0.9.12cvs40
2017 update translation team section
2019 updated by Frederico Goncalves Guimaraes
2020 <fggdebian@yahoo.com.br>
2022 2004-07-29 [colin] 0.9.12cvs39
2025 Inform the user when a partially
2026 downloaded mail isn't on the server
2027 anymore (due to Mark for deletion)
2029 2004-07-29 [colin] 0.9.12cvs38
2032 Hide noticeview if necessary
2034 2004-07-27 [colin] 0.9.12cvs37
2037 More fixes (i overlook a bit, thanks
2038 Christoph for spotting it)
2040 2004-07-27 [colin] 0.9.12cvs36
2045 2004-07-26 [colin] 0.9.12cvs35
2048 Fix uidl-file parsing when not in new
2051 2004-07-19 [colin] 0.9.12cvs34
2054 Save attachment status when drafting
2056 2004-07-19 [colin] 0.9.12cvs33
2061 Reverse 0.9.12cvs29 to 31 (folder icon update
2062 when quicksearch is active)
2064 2004-07-18 [colin] 0.9.12cvs32
2067 Fix partial download bug with "Download all
2070 2004-07-18 [colin] 0.9.12cvs31
2075 2004-07-17 [colin] 0.9.12cvs30
2078 Same, when sticky search is off
2080 2004-07-17 [colin] 0.9.12cvs29
2085 Update FolderItem icon whenever its summaryview is
2088 2004-07-16 [christoph] 0.9.12cvs28
2091 make doubleclick work again
2093 2004-07-16 [christoph] 0.9.12cvs27
2096 fix freeze on mime icon doubleclick (opening doesn't work yet)
2098 2004-07-16 [paul] 0.9.12cvs26
2100 * src/gtk/quicksearch.c
2102 * src/customheader.c
2105 * src/prefs_account.c
2106 * src/prefs_display_header.c
2108 replace "Message-Id" with "Message-ID"
2110 2004-07-16 [paul] 0.9.12cvs25
2116 * src/folder_item_prefs.c
2120 * src/prefs_account.c
2121 * src/prefs_account.h
2122 * src/prefs_common.c
2123 * src/prefs_common.h
2126 sync with main 0.9.12cvs1
2128 2004-07-15 [colin] 0.9.12cvs24
2131 Disable GPG signature check during
2132 folder move and scan
2133 (Closes Bug 521 Signature checking slows down Folder-Move)
2135 2004-07-14 [christoph] 0.9.12cvs23
2138 add missing fclose. Patch by Thomas Gilgin.
2141 add checks if fopen really worked
2143 2004-07-14 [colin] 0.9.12cvs22
2146 * src/common/partial_download.c
2149 2004-07-14 [colin] 0.9.12cvs21
2155 * src/matcher_parser_parse.y
2162 * src/prefs_matcher.c
2167 * src/common/Makefile.am
2169 * src/gtk/quicksearch.c
2170 * src/common/partial_download.c ** NEW FILES **
2171 * src/common/partial_download.h ** NEW FILES **
2172 Partial downloading of pop3 mails
2174 2004-07-13 [christoph] 0.9.12cvs20
2177 use "button_release_event" instead of "button_press_event",
2178 because executing event callbacks while the button is still
2179 pressed is not good and causes problems
2181 2004-07-12 [colin] 0.9.12cvs19
2183 * src/gtk/quicksearch.c
2184 Fix a missing status update in quicksearch
2186 2004-07-08 [colin] 0.9.12cvs18
2189 Fix guint vs gint bug
2191 2004-07-08 [colin] 0.9.12cvs17
2194 use to_human_readable() for sizes
2196 2004-07-08 [paul] 0.9.12cvs16
2199 fix occasional non-clearance of the statusbar
2200 (close Bug 531 'SA plugin: status bar does not
2201 get cleared in OFFLINE mode')
2203 2004-07-07 [colin] 0.9.12cvs15
2205 * src/prefs_common.c [1.225]
2206 * src/prefs_common.h [1.112]
2207 Add a hidden summary_quicksearch_sticky preference,
2208 to allow the quicksearch bar to reset across folders
2209 * src/summaryview.c [1.437]
2211 * src/gtk/quicksearch.c [1.5]
2212 * src/gtk/quicksearch.h [1.3]
2213 Add this preference, fix focus when hitting Enter,
2214 add handling of Esc key to reset
2216 2004-07-06 [colin] 0.9.12cvs14
2218 * src/gtk/quicksearch.c [1.4]
2221 2004-07-06 [christoph] 0.9.12cvs13
2224 enable next unread button in empty folders if next folder
2225 dialog is not disabled
2227 (Closes Feature Request [ 755800 ] "next" button enabled in empty
2230 2004-07-06 [colin] 0.9.12cvs12
2232 * src/common/smtp.c [1.16]
2233 Display maximum message size in the log
2235 2004-07-06 [paul] 0.9.12cvs11
2238 fix typo. (spotted by Fabien Vantard)
2240 2004-07-06 [paul] 0.9.12cvs10
2243 terminate cleanly on SIGHUP. Patch submitted by
2244 Thomas Gilgin <thg@karate-muellheim.de>
2246 2004-07-05 [christoph] 0.9.12cvs9
2249 better replacing of %d in new mail notification command
2251 2004-07-05 [colin] 0.9.12cvs8
2253 * src/common/smtp.[ch]
2254 Take SIZE (returned by EHLO) into account, and
2255 avoid sending too big messages
2257 2004-07-04 [paul] 0.9.12cvs7
2260 fix auto-account selection on imap/news
2262 2004-07-01 [paul] 0.9.12cvs6
2264 * src/gtk/quicksearch.c
2265 reveal hidden string in gui
2268 fix updating of gpg signing setting on
2271 2004-06-30 [darko] 0.9.12cvs5
2273 * src/common/utils.c
2274 remove expand_search_string()
2275 * src/gtk/quicksearch.c
2276 remove no longer needed for loop (thanks Christoph)
2277 add expand_search_string()
2279 2004-06-30 [darko] 0.9.12cvs4
2281 * src/common/utils.c
2282 allow all filtering expressions in quicksearch
2284 (Closes Bug 519 filtering expr. in quicksearch)
2286 2004-06-30 [christoph] 0.9.12cvs3
2292 allow plugins to define TEXTDOMAIN for the _(...) macro
2294 2004-06-30 [paul] 0.9.12cvs2
2300 src/prefs_msg_colors.[ch] ** NEW FILES **
2301 move message colouring options to
2302 '/Other Preferences/Message View/Colors'
2304 2004-06-30 [paul] 0.9.12cvs1
2310 src/prefs_wrapping.[ch] ** NEW FILES **
2311 move message wrapping options to
2312 /'Other Preferences/Compose/Message Wrapping'
2314 2004-06-28 [paul] 0.9.12
2316 * Sylpheed-Claws 0.9.12 released
2321 updated by Ricardo Mones Lastra, Fabien Vantard,
2324 2004-06-27 [paul] 0.9.11cvs19
2327 re-enable certificate check
2329 2004-06-25 [christoph] 0.9.11cvs18
2332 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2334 2004-06-25 [paul] 0.9.11cvs17
2336 * sync with main 0.9.12cvs1
2337 see ChangeLog 2004-06-23
2340 remove unused menu_toggle_toggle()
2342 2004-06-23 [christoph] 0.9.11cvs16
2348 scan the mime structure of multipart mails for correct
2349 attachment, encryped and signed (with privacy API) part
2352 (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2357 updated by Pavlo Bohmat
2359 2004-06-20 [christoph] 0.9.11cvs15
2363 disconnect after authentication when doing POP before SMTP
2365 (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2367 2004-06-19 [christoph] 0.9.11cvs14
2370 fix FolderItem name update
2372 (Closes Bug 511 Folder-Renaming not reflected immediately)
2374 2004-06-17 [paul] 0.9.11cvs13
2376 * sync with main 0.9.12 release
2378 session_set_timeout(): fixed a bug that didn't
2379 reset timeout_tag when interval is 0.
2381 2004-06-16 [christoph] 0.9.11cvs12
2384 correctly clear the URL in the status bar
2386 2004-06-15 [christoph] 0.9.11cvs11
2389 add missing gtk_widget_show()
2391 2004-06-11 [christoph] 0.9.11cvs10
2393 * src/plugins/spamassassin/spamassassin.c
2394 correctly check waitpid return code
2396 (Closes Bug 396 Zombie process when spamassassin is called)
2398 2004-06-10 [christoph] 0.9.11cvs9
2401 * src/summaryview.[ch]
2402 * src/gtk/Makefile.am
2403 * src/gtk/quicksearch.c ** NEW **
2404 separate quick search from summaryview
2406 2004-06-09 [christoph] 0.9.11cvs8
2412 get folder for compose default account from MsgInfo and not
2415 2004-06-09 [christoph] 0.9.11cvs7
2418 add information about added or removed messages to
2419 FOLDER_ITEM_UPDATE hook
2423 scan folder when removing a folder failed instead of
2424 updating the summaryview
2426 2004-06-08 [paul] 0.9.11cvs6
2428 * sync with main 0.9.11cvs2
2429 see ChangeLog 2004-06-08
2431 2004-06-07 [christoph] 0.9.11cvs5
2434 * src/common/Makefile.am
2435 detect library providing 'encrypt' function
2437 2004-06-07 [paul] 0.9.11cvs4
2440 sync with main, 'code cleanup'
2442 * tools/nautilus2sylpheed.sh
2443 fix whitespace limitation. patch submitted by
2444 Stephan Sachse <white@teg-clan.de>
2446 2004-06-04 [christoph] 0.9.11cvs3
2453 * src/folder_item_prefs.c
2458 * src/prefs_themes.c
2461 * src/stock_pixmap.c
2463 fix compiler warnings
2465 2004-06-03 [paul] 0.9.11cvs2
2468 sync with main 0.9.11cvs1: "changed gint32 to
2469 guint32 for some platforms"
2471 2004-06-02 [christoph] 0.9.11cvs1
2474 fix SSL_CTX variable name for older OpenSSL versions
2476 (Closes Bug 503 fix compilation with older OpenSSL)
2478 2004-05-31 [paul] 0.9.11claws
2480 * 0.9.11claws released
2482 2004-05-31 [paul] 0.9.10claws72
2491 update translations, submitted by Ricardo Mones Lastra,
2492 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2493 Urke MMI, and Hansom Young
2495 2004-05-25 [luke] 0.9.10claws71
2499 * src/stockpixmap.[ch]
2501 * src/pixmaps/privacy_emblem_encrypted.xpm ** NEW **
2502 * src/pixmaps/privacy_emblem_failed.xpm ** NEW **
2503 * src/pixmaps/privacy_emblem_passed.xpm ** NEW **
2504 * src/pixmaps/privacy_emblem_signed.xpm ** NEW **
2505 * src/pixmaps/privacy_emblem_warn.xpm ** NEW **
2507 o Added privacy emblems from Jesper Shultz
2508 <jesper@schultz-net.dk>
2509 o Overlay emblems onto mimeview icons to indicate
2510 status of signature and if a message is encrypted
2513 remove unused color definitions (were used to
2514 indicate sig status)
2516 2004-05-25 [paul] 0.9.10claws70
2521 tools/nautilus2sylpheed.sh ** NEW FILE **
2522 add script to enable sending files from
2524 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2526 * tools/launch_firebird ** REMOVED **
2527 removed as the standard "firefox '%s'" now functions
2530 2004-05-23 [paul] 0.9.10claws69
2533 fix %X cursor point segfault
2536 2004-05-23 [christoph] 0.9.10claws68
2541 2004-05-21 [paul] 0.9.10claws67
2543 * sync with 0.9.10cvs17
2544 see ChangeLog 2004-05-21
2546 2004-05-20 [paul] 0.9.10claws66
2548 * sync with 0.9.10cvs16
2549 see ChangeLog 2004-05-19 and 2004-05-20
2551 2004-05-19 [alfons] 0.9.10claws65
2554 on some platforms regoff_t is defined as off_t, so
2557 2004-05-19 [paul] 0.9.10claws64
2559 * sync with 0.9.10cvs13
2560 see ChangeLog 2004-05-18
2562 2004-05-17 [christoph] 0.9.10claws63
2565 search all folders when searching for default folders and
2566 not return the special folder of the first folder
2568 2004-05-13 [alfons] 0.9.10claws62
2571 add a better check to see if a message is a news message
2572 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2574 2004-05-13 [paul] 0.9.10claws61
2577 sync with 0.9.10cvs12
2578 see ChangeLog 2004-05-12
2580 2004-05-12 [alfons] 0.9.10claws60
2583 release lock in case of folder could not be opened
2585 2004-05-11 [christoph] 0.9.10claws59
2588 remove unused folderview update stuff from inc.[ch]
2590 2004-05-11 [paul] 0.9.10claws58
2592 * sync with 0.9.10cvs11
2593 see ChangeLog 2004-05-10 and 2004-05-11
2595 2004-05-09 [christoph] 0.9.10claws57
2598 check for folder class functions and not folder type to detect
2601 2004-05-08 [christoph] 0.9.10claws56
2604 fix date output for signature expire times
2606 (Patch by Edgar Toernig <froese@gmx.de>)
2608 2004-05-06 [christoph] 0.9.10claws55
2610 * src/gtk/prefswindow.c
2611 change window type to DIALOG
2616 o add folder_remove()
2617 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2618 o add new "sort" field to Folder, no longer sort folders by type
2619 higher sort values will be first in the folder list, new folders get 0
2620 and will be added to the end
2623 * src/gtk/Makefile.am
2624 * src/gtk/foldersort.(c|h|glade) ** NEW **
2625 add dialog to allow users to change the folder order
2627 2004-05-04 [paul] 0.9.10claws54
2630 Display account_name in statusbar when retrieving
2631 messages from a pop account
2632 * src/prefs_account.c
2633 display account name in title of prefs_account
2635 * src/prefs_folder_item.c
2636 display folder name in title of prefs_folder window
2638 all 3 patches submitted by Fabien Vantard
2643 2004-05-04 [paul] 0.9.10claws53
2645 * src/prefs_actions.c
2646 src/prefs_template.c
2647 'Esc' Key exits alertpanel
2648 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2650 2004-04-26 [christoph] 0.9.10claws52
2653 * src/gtk/colorsel.c
2654 * src/gtk/description_window.c
2656 * src/gtk/gtkaspell.c
2657 * src/gtk/inputdialog.c
2658 * src/gtk/pluginwindow.c
2659 * src/gtk/progressdialog.c
2660 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2661 it does not work correctly with xinerama
2662 o lock incorporation while the plugin window is open
2664 2004-04-23 [paul] 0.9.10claws51
2667 update location of inputdialog.c
2670 update Copyright string
2675 improve the english a little
2677 2004-04-22 [christoph] 0.9.10claws50
2679 * src/folderutils.[ch]
2680 add folderutils_mark_all_read()
2683 readd "mark all read" from popup menu, now works
2684 in all folders and not only the opened folder
2686 2004-04-21 [christoph] 0.9.10claws49
2689 * src/inputdialog.[ch] ** REMOVED **
2690 * src/gtk/Makefile.am
2691 * src/gtk/inputdialog.[ch] ** NEW **
2692 move inputdialog.[ch] into gtk directory
2695 remove check for missing IMAP folder account
2697 2004-04-20 [christoph] 0.9.10claws48
2701 remove new/rename/delete folder GUI functions because
2702 they are always active, even for news folders, and can
2703 not be easily made folder class dependent
2706 make menu_translate() public
2710 * src/folderview.[ch]
2711 * src/imap_gtk.[ch] ** NEW **
2713 * src/mh_gtk.[ch] ** NEW **
2714 * src/news_gtk.[ch] ** NEW **
2715 o dynamically build FolderView popup menus from a folder
2716 specific part, with callbacks to seperated code, and
2718 o remove the folder class specifiy code from folderview.c
2720 2004-04-15 [luke] 0.9.10claws47
2722 * src/prefs_folder_item.c
2723 o remove buttons for applying 'scan for new mail'
2724 and 'process at startup' to sub folders
2725 o add 'apply to sub folder' check buttons for all
2726 properties and set folder prefs accordingly
2727 o replace multiple gtk_widget_show() with one
2728 gtk_widget_show_all() on container
2730 2004-04-14 [darko] 0.9.10claws46
2732 * src/gtk/Makefile.am
2733 * src/gtk/pluginwindow.c
2734 load plugins from to $(prefix)/lib/sylpheed/plugins
2735 in file selection dialog
2736 * src/plugins/clamav/clamav_plugin.c
2739 2004-04-14 [christoph] 0.9.10claws45
2742 * src/plugins/image_viewer/viewer.c
2745 2004-04-10 [alfons] 0.9.10claws44
2748 appropriate auto account selection when forwarding
2749 (fixes bug #476, "forward as attachment does not listen
2752 2004-04-09 [alfons] 0.9.10claws43
2755 make quick search combo matching case sensitive
2757 2004-04-06 [alfons] 0.9.10claws42
2760 use cursor position to prevent clearing the entire entry
2762 2004-04-06 [alfons] 0.9.10claws41
2765 fix bug #472, "filter not updated when renaming folder"
2767 2004-04-06 [alfons] 0.9.10claws40
2769 * src/messageview.[ch]
2771 reflect changes to Show all headers to main view
2772 and message view (only affects detached message
2773 view). see also bug #473, 'Show All Headers
2776 2004-04-03 [alfons] 0.9.10claws39
2781 2004-04-03 [alfons] 0.9.10claws38
2783 * src/matcher_parser_parse.y
2785 prepare address look up matcher type; marginally
2786 tested, and not hooked into the UI yet.
2788 basically it accepts the result of the left hand
2789 side of the matcher (the "criteria"):
2791 from all_in_addressbook ""
2792 ~to_or_cc any_in_addressbook ""
2794 the first case matches all addresses found in the
2795 from header, and the second case matches if any
2796 (at least one) of the addresses in to or cc headers
2797 are not in the address book.
2799 the string argument is not used yet, but is intended
2800 to match a group of addresses
2802 2004-04-02 [luke] 0.9.10claws37
2804 * src/prefs_folder_item.c
2805 Add two buttons to apply 'scan for new mail'
2806 and 'process at startup' to sub folders
2809 * tools/textviewer.sh
2810 better filename extension matching plus some support for
2811 MS Excel, MS Powerpoint and HTML
2813 2004-03-29 [christoph] 0.9.10claws36
2816 * src/folderutils.[ch]
2818 add delete duplicates for all folders
2820 2004-03-29 [alfons] 0.9.10claws35
2823 don't pass NULL to XXXprintf(); fixes Solaris crashes
2824 when selecting top-level folder node (thanks to
2827 2004-03-28 [keith] 0.9.10claws34
2830 prepend "http://" to URIs of the form "www.example.com"
2832 2004-03-28 [paul] 0.9.10claws33
2841 revise 'translatable string' policy:
2842 don't translate debug_print() or log_print(),
2843 translate log_message() and log_warning()
2846 update submitted by Hansom Young
2848 2004-03-25 [alfons] 0.9.10claws32
2850 * src/prefs_common.c
2851 I mean this one: Return the GList...
2853 2004-03-25 [alfons] 0.9.10claws31
2855 * src/prefs_common.h
2856 add new members at the end of prefs_common, so
2857 they get properly initialized
2859 2004-03-24 [christoph] 0.9.10claws30
2862 o NULL is a valid GSList
2864 2004-03-24 [alfons] 0.9.10claws29
2866 * src/prefs_common.[ch]
2869 add history to quick search (patch submitted by
2870 Ivan Francolin Martinez - thanks!)
2872 2004-03-24 [alfons] 0.9.10claws28
2875 NULL output pointer parameter
2877 2004-03-21 [alfons] 0.9.10claws27
2879 * src/addrindex.[ch]
2881 complete addresses on nicks and aliases
2883 2004-03-21 [alfons] 0.9.10claws26
2888 disable filters on import mbox (patch submitted
2891 2004-03-21 [darko] 0.9.10claws25
2894 select the address when only one match is found while
2895 doing address completion with tab key (feature
2898 2004-03-21 [alfons] 0.9.10claws24
2902 don't `navigate-delete` when a summary view's selection does not
2903 match the accompanying message view's message
2905 2004-03-20 [alfons] 0.9.10claws23
2908 hide ext search button on initial display (should fix bug #459,
2909 "Toggling quick-search at 1st time: minor UI inconsistency")
2911 2004-03-20 [alfons] 0.9.10claws22
2913 * src/summaryview.[ch]
2914 add function to get selected msginfo, if there's
2917 2004-03-20 [paul] 0.9.10claws21
2919 * sync with 0.9.10cvs7
2920 see ChangeLog 2004-03-19
2922 2004-03-19 [paul] 0.9.10claws20
2932 don't translate strings in debug_print(), log_print(),
2933 log_message(), and log_warning()
2935 2004-03-19 [alfons] 0.9.10claws19
2937 better next/previous/delete/focus navigation with separate
2941 call summaryview_delete() instead of messageview_delete()
2943 disable messageview_delete()
2945 2004-03-18 [paul] 0.9.10claws18
2947 * sync with 0.9.10cvs6
2948 see ChangeLog 2004-03-16
2950 2004-03-17 [alfons] 0.9.10claws17
2953 remove bogus semicolon after if() (sometimes it pays to
2956 2004-03-15 [darko] 0.9.10claws16
2959 support full path in place of a filename
2961 store directory attachments were saved to and
2962 use it when saving attachments
2963 * src/prefs_common.[hc]
2964 store directory attachments were last saved to
2966 2004-03-15 [paul] 0.9.10claws15
2969 fix bug where unsubscribing a newsgroup would destroy
2970 (most of the) filtering rules
2972 2004-03-15 [paul] 0.9.10claws14
2975 fix Bug 458, 'Folder View remaining empty after
2976 removing a NEWS account' (was also true of IMAP
2979 2004-03-15 [paul] 0.9.10claws13
2982 fix folderview invisibility of newly subscribed
2985 2004-03-13 [paul] 0.9.10claws12
2988 src/plugins/dillo_viewer/dillo_prefs.c
2989 src/plugins/image_viewer/viewerprefs.c
2990 gettextise some forgotten parts
2992 2004-03-13 [alfons] 0.9.10claws11
2995 make sure the correct type is passed to sscanf()
2997 2004-03-13 [paul] 0.9.10claws10
2999 * sync with 0.9.10cvs5
3000 see ChangeLog 2004-03-02 and 2004-03-12,
3002 'always move messages by default when using DnD (except
3003 for News folder). Copy messages if Ctrl-key is pressed.'
3004 and 'added a function to filter selected messages'
3006 2004-03-12 [christoph] 0.9.10claws9
3009 add parameter check to conv_unmime_header_overwrite()
3013 o fix removing of NEW flag when UNREAD is unset
3018 (Closes 437 i18n attachment display error.)
3020 2004-03-12 [paul] 0.9.10claws8
3023 update. submitted by Andrea Spadaccini <lupin85@email.it>
3028 2004-03-12 [alfons] 0.9.10claws7
3031 o quiet compiler and typecast Folder * to IMAP Folder *
3032 o wake up and fix my previous incompatible type assignment bug
3034 2004-03-12 [alfons] 0.9.10claws6
3037 don't mix up pointers to int, guint32 _and_
3040 2004-03-12 [christoph] 0.9.10claws5
3043 Add error requester when renaming a folder failed
3046 Check new FolderItem name for namespace seperator
3049 (Closes Bug 443 Bad named IMAP folders won't be displayed)
3051 2004-03-11 [christoph] 0.9.10claws4
3056 syncronize flags in cache with IMAP folder flags
3058 Adapted a patch submitted by Simon 'corecode' Schubert
3059 <corecode@corecode.ath.cx>
3062 2004-03-11 [alfons] 0.9.10claws3
3065 remove dead code that at one time controlled display of
3068 2004-03-10 [paul] 0.9.10claws2
3071 updated by Lupino <lupin85@email.it>
3073 2004-03-09 [alfons] 0.9.10claws1
3076 we're not using yywrap, but we may, so close yyin instead
3079 2004-03-08 [paul] 0.9.10claws
3081 * 0.9.10claws released
3083 2004-03-08 [paul] 0.9.9claws41
3091 update translations. submitted by Ricardo Mones Lastra,
3092 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3095 2004-03-06 [paul] 0.9.9claws40
3097 * src/stock_pixmap.c
3098 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3099 patch submitted by Pawel Pekala
3101 2004-03-06 [alfons] 0.9.9claws39
3104 allow nick name completion again
3106 2004-03-02 [match] 0.9.9claws38
3109 added definition of USE_LDAP_TLS to support TLS.
3112 * src/ldapserver.[ch]
3116 included LDAP TLS support.
3118 2004-03-02 [christoph] 0.9.9claws37
3121 o add more documentation for FolderClass
3122 o remove usused FolderClass virtual functions
3127 change creation of FolderClass because static initializations
3128 for structs suck in C89
3134 2004-02-28 [keith] 0.9.9claws36
3136 * src/common/utils.c
3137 Fix treatment of whitespace in quicksearch bar (leading
3138 spaces and >1 space between commands and parameters).
3140 2004-02-27 [alfons] 0.9.9claws35
3143 Explicitly remove draft timeout to fix nasty race between
3144 compose_send_cb() (which destroys the compose window) and
3145 compose_defer_auto_save_draft() (which expects compose
3146 window to exist). Should fix Keith's and Fred Marton's
3147 bug report (#128, "crash after complaining about character
3150 2004-02-27 [luke] 0.9.9claws34
3153 Do folder_item_apply_processing() even if no processing
3154 rules for the folder exist (so global processing is applied)
3156 2004-02-26 [thorsten] 0.9.9claws33
3159 Remove misleading static declaration
3161 2004-02-26 [alfons] 0.9.9claws32
3167 use/add procmime_get_content_type_str() as a safe wrapper
3168 for returning a Content-Type type string; should fix
3169 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type=
3172 2004-02-26 [thorsten] 0.9.9claws31
3175 Restructure save_as/save_all
3177 2004-02-26 [alfons] 0.9.9claws30
3182 2004-02-26 [alfons] 0.9.9claws29
3189 * tools/textviewer.sh
3190 tweaks from Johann Koenig, recognition of shell
3191 scripts in particular
3193 2004-02-24 [paul] 0.9.9claws28
3195 * sync with 0.9.9cvs13
3196 see ChangeLog 2004-02-24
3198 2004-02-23 [paul] 0.9.9claws27
3201 one alertpanel on pop3 authentication error will suffice
3204 remove unnecessary printf
3206 2004-02-22 [alfons] 0.9.9claws26
3209 put back a lost check
3211 2004-02-21 [alfons] 0.9.9claws25
3214 don't forget to save folder properties after renaming folder
3216 2004-02-20 [paul] 0.9.9.claws24
3219 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3222 complete sync with 0.9.9cvs9's 'update folderview
3226 require gettext >= 0.12.1
3228 2004-02-17 [match] 0.9.9claws23
3231 keep the peace - change style.
3233 2004-02-17 [alfons] 0.9.9claws22
3236 make MATCHACTION_STOP cancel filtering / processing;
3237 clean up and document it to make it a little bit more clear;
3239 2004-02-17 [alfons] 0.9.9claws21
3241 %X marks the cursor spot for reply quote format
3243 * src/quote_fmt_lex.l
3248 src/quote_fmt_parse.y
3252 handle %X token for replies only (for now)
3254 2004-02-17 [paul] 0.9.9claws20
3257 updated by Andrej Kacian
3260 remove unneeded include
3263 be a little more user-friendly with the labels
3266 a change forgotten in the last commit:
3267 SYLPHEED_ACLOCAL_INCLUDE(m4)
3269 2004-02-17 [paul] 0.9.9claws19
3271 * ac/* ** REMOVED **
3273 intl/Makefile.in ** REMOVED **
3275 m4/missing ** NEW **
3276 m4/missing/gdk-pixbuf.m4 ** NEW **
3277 m4/missing/gettext.m4 ** NEW **
3278 m4/missing/gpgme.m4 ** NEW **
3279 m4/missing/imlib.m4 ** NEW **
3280 m4/.cvsignore ** NEW **
3281 m4/Makefile.am ** NEW **
3283 m4/aclocal-include.m4 ** NEW **
3284 m4/aspell.m4 ** NEW **
3285 m4/check-type.m4 ** NEW **
3286 m4/gnupg-check-typedef.m4 ** NEW **
3287 m4/openssl.m4 ** NEW **
3288 m4/spamassassin.m4 ** NEW **
3289 po/ChangeLog ** REMOVED **
3290 po/Makefile.in.in ** REMOVED **
3291 po/Rules-quot ** REMOVED **
3292 po/boldquot.sed ** REMOVED **
3293 po/en@boldquot.header ** REMOVED **
3294 po/en@quot.header ** REMOVED **
3295 po/insert-header.sin ** REMOVED **
3296 po/quot.sed ** REMOVED **
3297 po/remove-potcdate.sed ** REMOVED **
3298 po/remove-potcdate.sin ** REMOVED **
3299 po/stamp-po ** REMOVED **
3303 enable building with automake 1.8.x
3304 add 'autopoint' to autogen.sh and remove all
3305 auto-generated files, remove ac/ in favour of
3308 2004-02-17 [alfons] 0.9.9claws18
3311 MSG_IS_NEWS() is not stored at all, and is bogus
3313 2004-02-17 [martin] 0.9.9claws17
3315 * src/prefs_themes.c
3316 fix crash when installing wrong theme and output an
3319 2004-02-16 [christoph] 0.9.9claws16
3322 * src/stock_pixmap.[ch]
3324 * src/pixmaps/linewrapcurrent.xpm ** NEW **
3325 add "Wrap current paragraph" to compose toolbar
3327 2004-02-15 [alfons] 0.9.9claws15
3330 refine previous commit to make sure other hook functions
3331 get their grab of the pie too
3333 2004-02-15 [alfons] 0.9.9claws14
3336 fix sync breakage so we don't pass invalid pointer types
3338 2004-02-15 [match] 0.9.9claws13
3340 * src/ldapquery.[ch]
3342 * src/addrindex.[ch]
3343 tweak threading calls.
3344 * src/addr_compl.[ch]
3345 add alias into completion list.
3348 improve context menu behavior.
3349 change menu sequence.
3350 add send mail from addressbook.
3351 * src/addrselect.[ch]
3353 add send mail from addressbook.
3355 2004-02-15 [christoph] 0.9.9claws12
3358 skip deleting when duplist is empty
3360 * src/folderview.[ch]
3362 * src/summaryview.[ch]
3363 call folderutils_delete_duplicates() from mainwindow code
3365 2004-02-15 [alfons] 0.9.9claws11
3367 * src/common/utils.c
3368 add prefix for italian ms o(e)
3370 2004-02-14 [paul] 0.9.9claws10
3373 fix updating of the folder view when creating a
3376 2004-02-13 [paul] 0.9.9claws9
3378 * src/plugins/clamav/clamav_plugin.c
3381 2004-02-13 [paul] 0.9.9claws8
3383 * sync with 0.9.9cvs9
3384 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3386 2004-02-13 [alfons] 0.9.9claws7
3388 * src/common/utils.c
3389 fix wrong type of argument for ctype functions (pass unsigned
3390 char instead of signed char)
3392 2004-02-12 [alfons] 0.9.9claws6
3395 don't select text in header entry when composing to a
3396 default address, but rather give the header entry a
3397 different color / style (same as the folder new color)
3399 2004-02-12 [alfons] 0.9.9claws5
3401 * src/plugins/clamav/clamav_plugin.c
3402 don't exit(2) on libclamav init error - show a warning.
3403 (tested by damaging a clamav database file.)
3405 2004-02-12 [paul] 0.9.9claws4
3407 * sync with 0.9.9cvs4
3408 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3410 2004-02-11 [luke] 0.9.9claws3
3413 remove redundant check introduced in 0.9.9claws1
3415 2004-02-11 [luke] 0.9.9claws2
3418 fix compilation of my previous commit without gpg enabled
3420 2004-02-10 [luke] 0.9.9claws1
3423 add borders to icons to indicate the privacy status for
3424 the message part (unknown/bad/good)
3426 2004-02-06 [paul] 0.9.9claws
3430 2004-02-06 [darko] 0.9.8claws64
3433 don't allow Ctrl+Enter while external editor is active
3435 2004-02-06 [paul] 0.9.8claws63
3441 update Spanish, Polish, Slovak, and Serbian translations.
3442 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3445 2004-02-04 [alfons] 0.9.8claws62
3448 grab focus only when lbutton was pressed (bug #430 cont'd;
3449 don't have clue yet why the cursor pos is at the end of the
3452 2004-02-04 [alfons] 0.9.8claws61
3455 always grab focus when one of the header entries is clicked
3456 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3460 * ac/missing/gdk-pixbuf.m4
3463 prevent 'underquoted definition' warnings
3464 patch submitted by David Relson
3466 * src/plugins/clamav/README
3467 update, improve, correct
3469 2004-01-31 [thorsten] 0.9.8claws60
3472 'dir' not initialized if group has no messages
3474 2004-01-29 [christoph] 0.9.8claws59
3476 * src/customheader.[ch]
3477 add custom_header_is_allowed() to check for disallowed header names
3478 that must not be overridden by custom headers
3481 always write From: header and use custom_header_is_allowed() to
3482 check if custom header should be written
3484 * src/prefs_customheader.c
3485 check if custom header is disallowed using custom_header_is_allowed()
3488 destroy message id GHashTable before freeing the MsgInfos
3490 2004-01-29 [paul] 0.9.8claws58
3492 * sync with 0.9.9 release
3493 see ChangeLog 2004-01-29
3495 2004-01-29 [paul] 0.9.8claws57
3497 * sync with 0.9.8cvs11
3498 see ChangeLog 2004-01-29
3500 2004-01-28 [christoph] 0.9.8claws56
3504 return WARN signature status when signature is not trusted
3508 * src/folderutils.[ch] ** NEW **
3510 implement delete duplicates summaryview independent
3512 2004-01-28 [paul] 0.9.8claws55
3514 * sync with 0.9.8cvs10
3515 see Changelog 2004-01-27 and 2004-01-28
3517 2004-01-26 [christoph] 0.9.8claws54
3520 create a root node for the Folder if scan fails because root
3521 folder does not exist
3523 2004-01-26 [paul] 0.9.8claws53
3525 * sync with 0.9.8cvs7
3526 see ChangeLog 2004-01-23
3528 2004-01-25 [alfons] 0.9.8claws52
3531 remove left-over constant INDENT_CHARS
3533 2004-01-25 [alfons] 0.9.8claws51
3536 add NULL pointer check for mimeinfo->node in
3537 procmime_mimeinfo_parent()
3539 2004-01-25 [darko] 0.9.8claws50
3542 make "Wrap all long lines" toolbar button wrap all
3543 long lines not just the current line
3544 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3547 2004-01-25 [alfons] 0.9.8claws49
3550 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3551 necessary anyway, because *scanf() functions neglect white
3553 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3555 2004-01-25 [paul] 0.9.8claws48
3557 * src/prefs_ext_prog.c
3558 apply Alfons' patch to check for NULL pointers
3561 2004-01-25 [paul] 0.9.8claws47
3563 * sync with 0.9.8cvs8
3564 see ChangeLog 2004-01-23
3566 2004-01-25 [thorsten] 0.9.8claws46
3569 remove orphaned mimeview unref()
3571 2004-01-23 [christoph] 0.9.8claws45
3574 set ctree widget style
3576 2004-01-23 [paul] 0.9.8claws44
3578 * sync with 0.9.8cvs5
3579 see ChangeLog 2004-01-22
3581 2004-01-23 [alfons] 0.9.8claws43
3584 remove redundant code in procmsg_get_thread_tree()
3586 2004-01-21 [christoph] 0.9.8claws42
3589 set ctree widget style, otherwise GTK does not use the
3590 the correct vertical size for the list items
3592 2004-01-21 [alfons] 0.9.8claws41
3595 GDK_Left should only switch to folderview when
3596 when summaryview hscrollbar is at the leftmost
3597 position (fixes bug #420, "Focus error")
3599 2004-01-21 [paul] 0.9.8claws40
3601 * sync with 0.9.8cvs4
3602 see ChangeLog 2004-01-20
3604 2004-01-20 [christoph] 0.9.8claws39
3607 remove setting sensitivity for no longer existing
3608 /Scoring... popup entry
3610 2004-01-20 [keith] 0.9.8claws38
3613 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3615 2004-01-20 [paul] 0.9.8claws37
3618 demystify font settings
3621 use textview->msgfont for header->body in
3622 textview_show_header()
3624 2004-01-20 [paul] 0.9.8claws36
3628 remove superfluous debug_print's
3631 clear the statusbar after LOCAL incorporation
3633 2004-01-20 [paul] 0.9.8claws35
3635 * sync with 0.9.8cvs3
3636 see ChangeLog 2004-01-20
3638 2004-01-19 [keith] 0.9.8claws34
3641 don't show 'Search folder...' on popup menu
3642 if folder has no mails in it
3644 2004-01-17 [keith] 0.9.8claws33
3649 store position of compose window in prefs
3651 2004-01-17 [thorsten] 0.9.8claws32
3653 * src/gtk/gtkvscrollbutton.c
3654 ensure scrollbutton resize event on different gtk versions
3656 2004-01-15 [alfons] 0.9.8claws31
3659 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3662 2004-01-12 [christoph] 0.9.8claws30
3665 better MIME-Version check
3667 2004-01-11 [alfons] 0.9.8claws29
3670 remove unnecessary but still effective check (could possibly
3671 lead to some unwanted side effects)
3673 2004-01-11 [alfons] 0.9.8claws28
3676 we should not prefer lowest message number while threading
3677 (introduced in previous commit)
3679 2004-01-11 [alfons] 0.9.8claws27
3682 subject threading fixes:
3684 - make message with lowest message number the
3686 - refine recording last node when threading. the last node
3687 should be the previous one if a node has a thread parent,
3688 or the current node if not
3690 (there's another threading bug fix coming up)
3692 2004-01-10 [paul] 0.9.8claws26
3695 src/prefs_ext_prog.c
3696 src/plugins/clamav/clamav_plugin_gtk.c
3699 2004-01-09 [christoph] 0.9.8claws25
3702 * src/string_match.[ch] ** REMOVE **
3703 * src/common/Makefile.am
3704 * src/common/string_match.[ch] ** NEW **
3705 move string_match.[ch] to common directory
3707 2004-01-09 [christoph] 0.9.8claws24
3710 add MIME-Version header for the message parser
3712 2004-01-09 [paul] 0.9.8claws23
3718 src/prefs_ext_prog.[ch] ** NEW FILES **
3719 move External Command options from 'Common Prefs/Other' to
3720 'Other Prefs/Message View/External Programs', also reveal
3721 the hidden options for audio player and image viewer.
3723 * src/prefs_common.c
3724 fix toggling of header pane
3726 2004-01-09 [paul] 0.9.8claws22
3729 when changing account also change the save folder
3732 if a text/plain attachment has 'Content-Disposition: attachment'
3733 don't display it inline
3735 2004-01-08 [christoph] 0.9.8claws21
3738 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3739 otherwise thread the message content as one text part and
3740 don't assume charset US-ASCII which is only specified as
3741 default for MIME-messages
3743 2004-01-08 [paul] 0.9.8claws20
3745 * src/plugins/clamav/clamav_plugin.c
3746 src/plugins/spamassassin/spamassassin.c
3747 inform the user what is happening via the statusbar
3749 2004-01-06 [paul] 0.9.8claws19
3752 update Spanish translation. submitted by Ricardo
3755 2004-01-05 [paul] 0.9.8claws18
3757 * sync with 0.9.8cvs2
3758 see ChangeLog 2004-01-05
3760 2004-01-03 [luke] 0.9.8claws17
3764 o remove unused functions string_getchar() and file_getchar()
3765 o remove the getchar_ parameter from generic_get_one_field()
3766 o add an 'unfold' parameter to generic_get_one_field, to
3767 be used if no HeaderEntry is supplied
3768 o procheader_get_one_field_asis() uses
3769 generic_get_one_field().
3771 2004-01-01 [christoph] 0.9.8claws16
3773 * src/common/xml.[ch]
3774 o add xml_new_tag() to manage usage counts of strings correctly
3775 o correct xml_copy_tree() function name
3779 allow registering and unregistering of FolderClasses anytime
3781 2003-12-31 [christoph] 0.9.8claws15
3784 * src/common/xml.[ch]