1 2005-03-29 [paul] 1.0.4cvs1
4 fix bug 697 'Segmentation Fault due to
5 NULL string (%s) pointers in fprintf'
6 draft privacy information only when
7 privacy system available
8 patch by by Markus Schwarzenberg
9 (schwarzb<AT>ipms_fraunhofer_de)
11 don't pass NULL to *printf() and the likes
12 spotted by Alex Moore, patch by Alfons
14 2005-03-24 [paul] 1.0.4
18 2005-03-24 [paul] 1.0.3cvs8
28 see ChangeLog 2005-03-18 and 2005-03-24
35 * tools/acroread2sylpheed.pl
36 add script to send pdfs as attachments from Adobe Reader 7
38 2005-03-21 [holger] 1.0.3cvs7
40 * src/plugins/spamassassin/spamassassin.c
41 Don't leave hook registered when plugin init
44 2005-03-20 [colin] 1.0.3cvs6
47 Check that plugin isn't already loaded
49 Fix buffer overflow (security issue)
50 Both patches by Alfons
52 2005-03-20 [paul] 1.0.3cvs5
55 neglect Reply-To header if empty
58 2005-03-19 [holger] 1.0.3cvs4
62 Add plugin hook for manual filtering invocation,
63 remove some dead code.
65 2005-03-18 [paul] 1.0.3cvs3
69 * src/pixmaps/sylpheed_logo.xpm
70 add new Sylpheed-Claws logo by Jesper Schultz
72 2005-03-11 [paul] 1.0.3cvs2
74 * src/plugins/trayicon/trayicon.c
75 make a string translatable
77 2005-03-11 [paul] 1.0.3cvs1
80 updated by Pavlo Bohmat
82 2005-03-10 [paul] 1.0.3
92 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
93 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
94 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
98 2005-03-04 [colin] 1.0.1cvs22
102 Don't use SIZE parameter in MAIL FROM: if
103 server doesn't support it. Patch by
104 Eugen Freiter <eugen_f@users.sf.net>
106 2005-03-04 [paul] 1.0.1cvs21
116 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
117 fix buffer overflow, CAN-2005-0667, see
118 http://secunia.com/advisories/14491/
120 2005-02-27 [paul] 1.0.1cvs20
123 fix crash-causing typo. spotted by
126 2005-02-25 [paul] 1.0.1cvs19
128 * src/prefs_account.c
129 * src/prefs_folder_item.c
130 * src/gtk/prefswindow.c
131 * src/gtk/prefswindow.h
132 fix bug 698 'Clicking OK without username 'crashes'
133 account edit window'. Patch by Alfons
135 2005-02-24 [colin] 1.0.1cvs18
138 Don't send out receipts if offline. Ask.
140 2005-02-23 [colin] 1.0.1cvs17
143 Encode parts when signing
145 2005-02-23 [colin] 1.0.1cvs16
149 Fix mimeinfo leakages
151 2005-02-21 [colin] 1.0.1cvs15
154 Fix signing/encrypting still on after
155 privacy system has been disabled
157 2005-02-18 [colin] 1.0.1cvs14
159 * src/quote_fmt_lex.l
160 * src/quote_fmt_parse.y
161 Bugfix: Fix parser init (patch by Ivan)
163 2005-02-18 [colin] 1.0.1cvs13
165 * src/plugins/pgpmime/pgpmime.c
166 Fix build (missed my `mv`)
168 2005-02-18 [colin] 1.0.1cvs12
171 * src/privacy.c ** RE-ADDED **
172 * src/privacy.cpp ** REMOVED **
174 * src/plugins/pgpmime/Makefile.am
175 * src/plugins/pgpmime/passphrase.h
176 * src/plugins/pgpmime/pgpmime.c ** RE-ADDED **
177 * src/plugins/pgpmime/pgpmime.cpp ** REMOVED **
178 * src/plugins/pgpmime/pgpmime.h
179 * src/plugins/pgpmime/prefs_gpg.h
180 * src/plugins/pgpmime/select-keys.h
181 * src/plugins/pgpmime/sgpgme.h
182 Revert huge API breakage.
184 2005-02-16 [christoph] 1.0.1cvs11
187 add scan required function for MH folders
189 (Patch by Ivan Rayner <ivanr@sgi.com>)
191 2005-02-15 [christoph] 1.0.1cvs10
193 * src/plugins/pgpmime/pgpmime.cpp
194 * src/plugins/pgpmime/pgpmime.h
195 add sign and encrypt functions
197 2005-02-15 [christoph] 1.0.1cvs9
201 * src/privacy.c ** REMOVE **
202 * src/privacy.cpp ** NEW **
204 * src/plugins/pgpmime/Makefile.am
205 * src/plugins/pgpmime/passphrase.h
206 * src/plugins/pgpmime/pgpmime.c ** REMOVE **
207 * src/plugins/pgpmime/pgpmime.cpp ** NEW **
208 * src/plugins/pgpmime/pgpmime.h
209 * src/plugins/pgpmime/prefs_gpg.h
210 * src/plugins/pgpmime/select-keys.h
211 * src/plugins/pgpmime/sgpgme.h
212 change Privacy-API to C++
214 2005-02-15 [colin] 1.0.1cvs8
218 Sanitize substitution for saved filenames:
219 only \ / * and \r \n \t are bad.
221 2005-02-15 [colin] 1.0.1cvs7
225 Optimize (constant instead of strlen). Thanks
228 2005-02-14 [colin] 1.0.1cvs6
232 Use quoted-printable instead of 7bit or 8bit
233 to encode "^From " and avoid mail corruption
234 on the MTA, as specified by RFC 3156. Thanks
237 2005-02-12 [colin] 1.0.1cvs5
240 Remove wrong use of compose struct after
241 compose_send(). Spotted by Alfons and Holger Berndt.
243 2005-02-10 [paul] 1.0.1cvs4
246 sync with main, see ChangeLog 2005-02-10
248 2005-02-10 [colin] 1.0.1cvs3
251 dereference freed messageview,
252 and don't try to use it after free.
253 This caused occasional late segfaults
256 2005-02-10 [colin] 1.0.1cvs2
259 Don't display html with plugin automatically
262 2005-02-09 [colin] 1.0.1cvs1
267 Display first relevant part using plugin
268 if not text/plain if possible (useful for
269 vCalendar for example)
271 2005-02-08 [paul] 1.0.1
275 2005-02-08 [paul] 1.0.0cvs29
284 updated by Thomas Gilgin, Ricardo Mones Lastra,
285 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
286 Guimaraes, Andrej Kacian, Aleksandar Urosevic
288 2005-02-05 [paul] 1.0.0cvs28
291 fix Bug 682 'redirect is broken'
294 2005-02-05 [thorsten] 1.0.0cvs27
296 * src/partial_download.c
299 2005-02-03 [colin] 1.0.0cvs26
301 * src/common/plugin.c
302 Don't load GTK2 plugins at all. This solves
303 the plugins problem when switching between
304 GTK1 and GTK2 version.
306 2005-02-02 [colin] 1.0.0cvs25
311 2005-01-31 [colin] 1.0.0cvs24
314 Fix MsgInfo reference leak
316 2005-01-28 [colin] 1.0.0cvs23
319 Change check - partial_recv is not cached.
321 2005-01-28 [colin] 1.0.0cvs22
324 Don't call partial_mark_for_delete() when
327 2005-01-27 [colin] 1.0.0cvs21
333 2005-01-27 [christoph] 1.0.0cvs20
336 use normal message remove function if a folder has no function
337 to remove all messages
342 2005-01-27 [colin] 1.0.0cvs19
345 Forgot to commit this file with cvs18.
347 2005-01-27 [colin] 1.0.0cvs18
350 Uhm, better not touch the original msginfo_list.
352 2005-01-27 [colin] 1.0.0cvs17
356 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
358 ... And use it to be able to reply to the currently
361 2005-01-27 [colin] 1.0.0cvs16
369 Factorize this reply mess
371 2005-01-26 [paul] 1.0.0cvs15
375 * src/common/template.c
376 sync with main, (fix memory leak), see ChangeLog
379 2005-01-25 [paul] 1.0.0cvs14
382 compose_redirect(): fix sensitivity of attachment
383 "Properties..." button
385 2005-01-24 [colin] 1.0.0cvs13
388 Freeze clist during operations involving message
391 2005-01-24 [paul] 1.0.0cvs12
398 sync with main, see ChangeLog 2005-01-19
400 2005-01-24 [colin] 1.0.0cvs11
403 Fix build with MIPSpro compiler.
404 Patch by Ivan Rayner <ivanr@sgi.com>
406 2005-01-24 [colin] 1.0.0cvs10
409 Use (+) in collapsed folders with quicksearch-
412 2005-01-23 [holger] 1.0.0cvs9
415 Include missing header file
417 2005-01-22 [colin] 1.0.0cvs8
420 * src/gtk/quicksearch.c
421 Make recursive quicksearch work in
422 root folders (and code fixes)
424 2005-01-21 [colin] 1.0.0cvs7
427 Set cursor to wait while looking in subfolders
429 2005-01-21 [colin] 1.0.0cvs6
432 Don't clear quicksearch if recursion is on,
435 2005-01-21 [colin] 1.0.0cvs5
437 * src/gtk/quicksearch.c
440 Add option to recurse or not
442 2005-01-21 [colin] 1.0.0cvs4
448 * src/gtk/quicksearch.c
449 * src/gtk/quicksearch.h
450 Make quicksearch recursive - results materialized
451 by search icons in the folderview.
453 2005-01-20 [holger] 1.0.0cvs3
457 Add addrindex_load_person_attribute() (for plugins)
459 2005-01-19 [colin] 1.0.0cvs2
466 Add an easy way to export specific messages
469 2005-01-19 [paul] 1.0.0cvs1
473 updated by Rui Hirokawa and
476 2005-01-18 [paul] 1.0.0
478 * version 1.0.0 released
480 2005-01-17 [thorsten] 0.9.13cvs38
483 * src/gtk/pluginwindow.c
484 return value of filesel should not be free()d
486 2005-01-17 [paul] 0.9.13cvs37
496 update translations. submitted by Ricardo Mones
497 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
498 Frederico Goncalves Guimaraes, Andrej Kacian,
501 2005-01-16 [colin] 0.9.13cvs36
503 * src/prefs_toolbar.c
504 Fix two leaks, both found by Alfons.
506 2005-01-15 [paul] 0.9.13cvs35
508 * src/gtk/pluginwindow.c
509 fix 2 memleaks, patch by Alfons
511 2005-01-15 [paul] 0.9.13cvs34
515 * src/common/template.c
516 sync with main, see ChangeLog 2005-01-11
517 (fix potential memory corruption bug)
519 2005-01-14 [colin] 0.9.13cvs33
523 Fix coding style issues from the last patch
525 2005-01-14 [colin] 0.9.13cvs32
528 Fix possible double free, avoid putting 8k on the stack
531 Fix links with tags inside, add some entities
533 Both patches by Rich Coe <Richard.Coe@med.ge.com>
535 2005-01-09 [thorsten] 0.9.13cvs31
537 * tools/calypso_convert.pl
538 support nested subdirs (possible in recent calypso versions)
539 fix "change of readonly value" error with perl >= 5.8
541 2005-01-08 [colin] 0.9.13cvs30
543 * src/prefs_filtering_action.c
544 Plug leak - patch by Alfons
546 2005-01-07 [paul] 0.9.13cvs29
552 sync with main, see ChangeLog 2005-01-06
554 2005-01-06 [colin] 0.9.13cvs28
556 * src/prefs_matcher.c
557 Plug leak. Patch by Alfons
559 2005-01-04 [christoph] 0.9.13cvs27
564 Create extra popup menu entries for account settings
566 (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
568 2005-01-03 [colin] 0.9.13cvs26
571 Plugins should be loaded before --receive or --receive-all
573 Patch by Felix Eckhofer <felix-ml@tribut.de>
575 2005-01-03 [colin] 0.9.13cvs25
579 Add data_len member, because we can get NULs from network
582 2005-01-01 [colin] 0.9.13cvs24
585 Fix possible memleak in corner case - found by
586 Martin Kluge, patch by Alfons
588 2004-12-30 [colin] 0.9.13cvs23
591 Fix prototypes - patch by Alfons
593 2004-12-30 [paul] 0.9.13cvs22
599 sync with main 1.0.0.
600 see ChangeLog 2004-12-22
602 2004-12-18 [paul] 0.9.13cvs21
608 sync with main, see ChangeLog 2004-12-17
610 2004-12-17 [thorsten] 0.9.13cvs20
613 protect trailing spaces when signing message
615 2004-12-16 [paul] 0.9.13cvs19
622 sync with main 1.0.0rc
623 see ChangeLog 2004-12-15
625 2004-12-14 [colin] 0.9.13cvs18
627 * src/gtk/prefswindow.c
630 2004-12-14 [colin] 0.9.13cvs17
634 * src/gtk/prefswindow.c
635 Catch Enter in prefswindow while in text
636 widget. Patch by Alfons.
638 2004-12-14 [paul] 0.9.13cvs16
645 sync with main, see ChangeLog entries 2004-12-10
649 updated by Pavlo Bohmat
651 2004-12-13 [thorsten] 0.9.13cvs15
653 * src/plugins/spamassassin/libspamc.c
656 2004-12-13 [colin] 0.9.13cvs14
658 * src/gtk/prefswindow.c
659 * src/gtk/pluginwindow.c
660 Fix key_pressed handlers
662 2004-12-11 [colin] 0.9.13cvs13
664 * src/quote_fmt_parse.y
665 Rework quote_fmt_parse to use less local
666 arrays in local blocks, so it doesn't
667 freak out IBM's stack protector. Patch
670 2004-12-10 [colin] 0.9.13cvs12
675 Fix corruptions when de-separating messageview
677 2004-12-10 [paul] 0.9.13cvs11
680 use a different set of icons for the Preview
682 2004-12-09 [colin] 0.9.13cvs10
685 Fix procmime_encode_content doing horribly wrong
686 stuff when encoding to B64 from memory
688 2004-12-08 [colin] 0.9.13cvs9
690 * src/gtk/colorlabel.c
691 Fix color label off-by-one
694 2004-12-08 [hoa] 0.9.13cvs8
696 * src/quote_fmt_parse.y
697 really fix buffer overflow
699 2004-12-08 [colin] 0.9.13cvs7
701 * src/matcher_parser_parse.y
703 * src/prefs_matcher.c
707 Cache total_size and use that to speed up
709 Add 'partial' to the list of useable stuff
717 2004-12-08 [colin] 0.9.13cvs6
720 Fix possible boundary overrun in
721 get_email_part(). Patch by Alfons
723 2004-12-08 [hoa] 0.9.13cvs5
725 * src/quote_fmt_parse.y
727 http://bugs.gentoo.org/show_bug.cgi?id=67253
729 2004-12-07 [thorsten] 0.9.13cvs4
732 fix leak introduced with 0.9.13cvs1
734 2004-12-07 [keith] 0.9.13cvs3
739 2004-12-07 [colin] 0.9.13cvs2
742 * src/prefs_account.c
745 Add SMTP PLAIN authentication. Patch by
746 George Michaelson <ggm@apnic.net>
748 2004-12-07 [thorsten] 0.9.13cvs1
751 [Bug 650] reply button causes crash
752 Patch partly by David Relson
754 2004-12-06 [paul] 0.9.13
761 updated by Andrej Kacian
766 2004-12-06 [christoph]
769 move GPGME check to PGP/MIME plugin checks
771 2004-12-06 [colin] 0.9.12cvs187
774 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
776 2004-12-06 [paul] 0.9.12cvs186
787 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea
788 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
791 2004-12-05 [paul] 0.9.12cvs185
797 * TODO.claws **REMOVED**
798 removed, use the wiki instead
801 remove newscache_conv.pl from the release package
802 and notes as it is broken and not currently maintained
803 * tools/filter_conv.pl
804 use --config-dir to find claws' config dir
805 * tools/kdeservicemenu/README
806 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
807 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
808 make a top-level menu entry
810 2004-12-04 [paul] 0.9.12cvs184
813 conv_unmime_header_overwrite(name)
815 2004-12-04 [colin] 0.9.12cvs183
818 Fix saving of compose window position
819 when sending mail. Patch by Alfons.
821 2004-12-04 [paul] 0.9.12cvs182
829 * doc/manual/ja/Makefile.am
830 * doc/manual/ja/sylpheed-1.html
831 * doc/manual/ja/sylpheed-10.html
832 * doc/manual/ja/sylpheed-11.html
833 * doc/manual/ja/sylpheed-12.html
834 * doc/manual/ja/sylpheed-13.html
835 * doc/manual/ja/sylpheed-14.html
836 * doc/manual/ja/sylpheed-15.html
837 * doc/manual/ja/sylpheed-16.html
838 * doc/manual/ja/sylpheed-17.html
839 * doc/manual/ja/sylpheed-18.html
840 * doc/manual/ja/sylpheed-19.html
841 * doc/manual/ja/sylpheed-2.html
842 * doc/manual/ja/sylpheed-20.html
843 * doc/manual/ja/sylpheed-3.html
844 * doc/manual/ja/sylpheed-4.html
845 * doc/manual/ja/sylpheed-5.html
846 * doc/manual/ja/sylpheed-6.html
847 * doc/manual/ja/sylpheed-7.html
848 * doc/manual/ja/sylpheed-8.html
849 * doc/manual/ja/sylpheed-9.html
850 * doc/manual/ja/sylpheed.html
851 * doc/manual/ja/sylpheed.sgml
854 * src/pixmaps/regular.xpm **REMOVED**
855 sync with main 1.0.0beta4, including: "canonicalize text files
856 before encoding to BASE64, and uncanonicalize after decoding
857 to conform with RFC 2045"
859 2004-12-03 [christoph] 0.9.12cvs181
862 build the Privacy System menu without GtkItemFactory to
863 allow '/' in Privacy System names
865 * src/plugins/pgpmime/pgpmime.c
866 * src/plugins/pgpmime/plugin.c
867 Update description and change Privacy System name
871 * src/pixmaps/dir_close.xpm
872 * src/pixmaps/dir_open.xpm
873 * src/pixmaps/drafts_close.xpm
874 * src/pixmaps/drafts_open.xpm
875 * src/pixmaps/group.xpm
876 * src/pixmaps/unread.xpm
877 update icons (sync with main (adjust hue))
879 2004-12-02 [paul] 0.9.12cvs180
887 * src/pixmaps/folder.xpm **REMOVED**
889 fixes bug 644 'extra CRs in subject line break filtering'
891 2004-12-02 [colin] 0.9.12cvs179
894 Prevent duplicate edition of queued
897 2004-12-02 [colin] 0.9.12cvs178
900 Fix quote linewrapping ignoring pref
903 2004-11-30 [colin] 0.9.12cvs177
905 * src/gtk/prefswindow.c
906 * src/gtk/pluginwindow.c
907 Add shortcut keys to prefs window
908 and plugin window. Patch by Fabien Vantard.
910 2004-11-29 [colin] 0.9.12cvs176
913 Fix disappearing separators in folderview's popup
915 2004-11-29 [colin] 0.9.12cvs175
920 2004-11-29 [colin] 0.9.12cvs174
925 2004-11-26 [colin] 0.9.12cvs173
929 Use ESMTP for all servers advertising it
930 Add SIZE= parameter to MAIL command for
933 2004-11-24 [colin] 0.9.12cvs172
935 * src/plugins/pgpmime/pgpmime.c
938 2004-11-24 [colin] 0.9.12cvs171
940 * src/plugins/pgpmime/pgpmime.c
941 Fix numerous GpgmeGtk leaks
943 2004-11-24 [colin] 0.9.12cvs170
945 * src/plugins/pgpmime/pgpmime.c
946 Fix numerous GpgmeCtx leaks
948 2004-11-24 [colin] 0.9.12cvs169
950 * src/plugins/pgpmime/plugin.c
952 * src/plugins/trayicon/Makefile.am
953 * src/plugins/trayicon/newmarkedmail.xpm
954 * src/plugins/trayicon/trayicon.c
955 * src/plugins/trayicon/unreadmarkedmail.xpm
956 Add new icons when there are unread marked mails
959 2004-11-23 [thorsten] 0.9.12cvs168
961 * src/plugins/pgpmime/plugin.c
962 typo: plugin_init instead of plugin_done
964 2004-11-23 [thorsten] 0.9.12cvs167
968 * src/partial_download.c
969 * src/partial_download.h
970 o fix path for includes
972 2004-11-23 [colin] 0.9.12cvs166
977 2004-11-23 [colin] 0.9.12cvs165
980 Fix mime headers wrapping
982 2004-11-23 [christoph] 0.9.12cvs164
984 * src/common/Makefile.am
985 * src/common/partial_download.[ch]
987 * src/partial_download.[ch]
989 move to src because it depends on src stuff
992 * src/common/base64.h
993 move B64LEN macro to base64.h
997 add PrefsAccount to sign-function parameters
1000 * src/prefs_account.[ch]
1001 * src/gtk/prefswindow.[ch]
1002 o use new prefswindow for account prefs
1003 o add possibility to add new pages to account prefs
1005 * src/plugins/pgpmime/prefs_gpg.[ch]
1006 * src/plugins/pgpmime/prefs_gpg.glade
1007 add account prefs for GPG
1009 * src/plugins/pgpmime/pgpmime.c
1010 * src/plugins/pgpmime/sgpgme.[ch]
1011 create signers list based on the GPG account prefs
1013 2004-11-23 [colin] 0.9.12cvs163
1016 Fix cursor going from normal to wait
1017 as many times as there are folders
1018 (very noticeable on exported displays)
1020 2004-11-23 [colin] 0.9.12cvs162
1023 HEAD needs this leak fix too
1025 2004-11-22 [luke] 0.9.12cvs161
1027 * src/gtk/gtkstext.c
1028 'Up' key moves one line (not one paragraph) like 'Down'
1030 2004-11-22 [paul] 0.9.12cvs160
1032 * src/prefs_themes.c
1033 fix oversized GtkFrames
1035 2004-11-19 [paul] 0.9.12cvs159
1037 * src/prefs_common.c
1038 update prefs_keybind_apply_clicked()
1040 2004-11-18 [paul] 0.9.12cvs158
1044 * src/common/utils.c
1045 * src/common/utils.h
1046 use Message-ID format like that previously
1047 used in compose_generate_msgid()
1049 2004-11-17 [christoph] 0.9.12cvs157
1052 * src/prefs_common.c
1053 integrate "Common preferences" into new preferences dialog
1055 2004-11-17 [colin] 0.9.12cvs156
1057 * src/prefs_account.c
1058 * src/prefs_account.h
1060 Add an option to let the user choose to store encrypted
1061 mail as clear text or encrypted.
1063 2004-11-17 [colin] 0.9.12cvs155
1067 Be verbose when sending fails
1069 Fix procmsg_send_queue returning 0 when there's an error
1070 Don't send messages to be encrypted to nobody
1073 2004-11-17 [colin] 0.9.12cvs154
1076 Fix more pointer confusion
1078 2004-11-17 [paul] 0.9.12cvs153
1081 forgotten in sync with main 1.0.0beta3
1084 2004-11-17 [paul] 0.9.12cvs152
1092 sync with main 1.0.0beta3
1093 see ChangeLog 2004-11-15 and 2004-11-16
1095 2004-11-17 [colin] 0.9.12cvs151
1097 * src/plugins/pgpmime/pgpmime.c
1100 2004-11-17 [colin] 0.9.12cvs150
1102 * src/plugins/pgpmime/pgpmime.c
1103 Fix off-by-one causing segs
1105 2004-11-17 [colin] 0.9.12cvs149
1108 < Reboot_> don't compare pointers to NULL with !
1109 So, use the other form to bring consistency.
1110 Also fix coding style.
1112 2004-11-16 [colin] 0.9.12cvs148
1117 2004-11-16 [colin] 0.9.12cvs147
1120 Fix leaks in procmsg_send_message_queue
1122 2004-11-12 [paul] 0.9.12cvs146
1124 * src/prefs_account.c
1131 * src/pixmaps/complete.xpm
1132 * src/pixmaps/continue.xpm
1133 small sync with main, see ChangeLog 2004-11-11
1135 2004-11-11 [paul] 0.9.12cvs145
1149 * src/prefs_account.c
1150 * src/prefs_account.h
1151 * src/prefs_ext_prog.c
1154 * src/summary_search.c
1158 * src/common/utils.c
1159 * src/common/utils.h
1162 sync with main 1.0.0beta2 (plus 4)
1164 2004-11-09 [christoph] 0.9.12cvs144
1167 * src/prefs_account.[ch]
1168 add option menu to select default privacy system
1170 * src/plugins/pgpmime/pgpmime.c
1171 better memory allocation
1174 syncronize flags when scanning a folder
1176 2004-11-08 [colin] 0.9.12cvs143
1179 Prevent useless folder count updates while
1180 quicksearch is running. It is really annoying
1181 while quicksearch is running a full-mail
1182 scan, like 'b foo', in a big folder.
1184 2004-11-08 [colin] 0.9.12cvs142
1187 Really fix these mail URIs
1189 2004-11-08 [colin] 0.9.12cvs141
1192 fix "colin@colino.net" <colin@colino.net>
1195 2004-11-06 [colin] 0.9.12cvs140
1198 Don't ask for passphrase if not sending
1200 2004-11-05 [christoph] 0.9.12cvs139
1203 o encode text content of composed mails
1205 o allow encoding of MimeInfos that are stored in memory buffers
1208 2004-11-03 [paul] 0.9.12cvs138
1211 add 'src/plugins/pgpmime/prefs_gpg.c'.
1212 Patch submitted by Fabien Vantard
1214 * src/prefs_ext_prog.c
1215 fix typos. Patch submitted by Fabien Vantard
1217 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1218 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1219 add German, Spanish, Italian, Brazilian Portuguese,
1220 and Slovak translations. Submitted by Thomas Gilgin,
1221 J. José del RÃo 'partymola', Andrea Spadaccini,
1222 Frederico Goncalves Guimaraes, and Andrej Kacian
1224 2004-11-01 [christoph] 0.9.12cvs137
1227 implement RFC2231's parameter encoding
1229 2004-10-29 [colin] 0.9.12cvs136
1231 * src/common/utils.c
1232 Fix boundary delimiter (a Pine user gets this:
1233 > Malformed message: Unexpected characters at end of parameters:
1238 * tools/textviewer.sh
1239 fix typo. patch submitted by Johann Koenig
1240 <explosive@hvc.rr.com>
1244 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1245 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1246 add French translations, submitted by Fabien Vantard
1248 2004-10-28 [christoph] 0.9.12cvs135
1250 * doc/src/rfc2231.txt ** NEW **
1252 * src/common/quoted-printable.c
1253 * src/common/utils.[ch]
1254 implement RFC2231's parameter decoding
1258 * tools/kdeservicemenu/README
1259 * tools/kdeservicemenu/install.sh
1260 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1261 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1262 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1263 output files to /tmp instead of littering the
1265 add uninstall function
1268 2004-10-26 [christoph] 0.9.12cvs134
1271 better check if parameters have to be in quoted string
1275 * tools/kdeservicemenu/README
1276 * tools/kdeservicemenu/install.sh
1277 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1278 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1279 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1280 add files for Sylpheed Service Menu in Konqueror
1282 2004-10-22 [paul] 0.9.12cvs133
1285 * src/prefs_common.c
1286 * src/prefs_common.h
1287 * src/prefs_wrapping.c
1288 remove 'smart wrapping'
1290 2004-10-21 [colin] 0.9.12cvs132
1293 Remove extraneous separator in Options
1295 2004-10-21 [colin] 0.9.12cvs131
1298 Replace "unknown" attachments by "application/octet-stream"
1299 Be a bit more defensive when using strchr
1304 updated by Pavlo Bohmat
1306 2004-10-19 [christoph] 0.9.12cvs130
1309 fix wrong menu entry path
1311 (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1314 add extra check for missing menu entries
1316 2004-10-19 [christoph] 0.9.12cvs129
1319 * src/common/utils.c
1320 use utils' generate_msgid() in compose.c
1322 2004-10-18 [christoph] 0.9.12cvs128
1324 * src/plugins/pgpmime/passphrase.c
1325 * src/plugins/pgpmime/pgpmime.c
1326 * src/plugins/pgpmime/prefs_gpg.[ch]
1327 * src/plugins/pgpmime/prefs_gpg.glade
1328 * src/plugins/pgpmime/sgpgme.c
1331 2004-10-18 [christoph] 0.9.12cvs127
1338 * src/customheader.c
1347 * src/matcher_parser_parse.y
1350 * src/prefs_account.c
1352 * src/prefs_msg_colors.c
1358 * src/common/base64.c
1359 * src/common/partial_download.c
1360 * src/common/socket.c
1361 * src/common/sylpheed.c
1362 * src/common/utils.[ch]
1364 * src/gtk/pluginwindow.c
1365 * src/gtk/quicksearch.c
1366 * src/plugins/pgpmime/pgpmime.c
1367 * src/plugins/pgpmime/plugin.c
1368 * src/plugins/pgpmime/select-keys.c
1369 * src/plugins/pgpmime/sgpgme.c
1370 * src/plugins/spamassassin/libspamc.c
1371 * src/plugins/trayicon/trayicon.c
1372 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1373 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1374 o don't use any GNU C extensions
1376 o replace some non-POSIX functions
1378 * src/plugins/spamassassin/spamassassin.[ch]
1379 * src/plugins/spamassassin/spamassassin_gtk.c
1380 * src/plugins/clamav/clamav_plugin.[ch]
1381 * src/plugins/clamav/clamav_plugin_gtk.c
1382 replace statusbar_print_all() from common code because it is a
1390 update Spanish and Korean translations,
1391 submitted by Ricardo Mones Lastra and
1394 2004-10-13 [colin] 0.9.12cvs126
1397 Don't convert message to forced encoding when
1398 drafting, plus minor magic-values cleanup.
1400 2004-10-13 [colin] 0.9.12cvs125
1403 Update POTFILES.in to reflect the source
1406 2004-10-08 [christoph] 0.9.12cvs124
1408 * m4/spamassassin.m4
1409 fix libspamc OpenSSL
1412 rearrange the compose menu
1414 2004-10-08 [christoph] 0.9.12cvs123
1422 * src/passphrase.[ch] ** REMOVE **
1423 * src/prefs_account.[ch]
1424 * src/prefs_common.[ch]
1428 * src/rfc2015.[ch] ** REMOVE **
1429 * src/select-keys.[ch] ** REMOVE **
1430 * src/common/utils.[ch]
1432 * src/plugins/pgpmime/Makefile.am
1433 * src/plugins/pgpmime/passphrase.[ch] ** NEW **
1434 * src/plugins/pgpmime/pgpmime.c
1435 * src/plugins/pgpmime/plugin.c
1436 * src/plugins/pgpmime/prefs_gpg.[ch]
1437 * src/plugins/pgpmime/select-keys.[ch] ** NEW **
1438 * src/plugins/pgpmime/sgpgme.[ch]
1439 o Add new MIME-Writer
1440 o extend PrivacySystem with sign and encrypt functions
1441 o extend PGP/MIME plugin with sign and encrypt functions
1442 o integrate extended Privacy API in Compose and Sending process
1444 2004-10-04 [colin] 0.9.12cvs122
1450 Make forced encoding limited to messageview and
1451 apply only to parts displayed using textview
1453 2004-10-04 [colin] 0.9.12cvs121
1456 Fix bug #605 (collapsed threads re-expand when moving or
1459 2004-10-03 [colin] 0.9.12cvs120
1464 2004-10-02 [colin] 0.9.12cvs119
1468 * src/prefs_common.h
1472 Clean up forced charset feature
1475 2004-10-01 [colin] 0.9.12cvs118
1478 Better fix for Save all: skip multipart mails' first
1481 2004-10-01 [colin] 0.9.12cvs117
1484 Only save attachments in Save All
1486 2004-10-01 [paul] 0.9.12cvs116
1491 * src/prefs_common.c
1492 * src/gtk/colorlabel.c
1493 sync with main 0.9.12cvs17
1495 2004-09-30 [colin] 0.9.12cvs115
1497 * src/stock_pixmap.c
1498 * src/stock_pixmap.h
1501 * src/pixmaps/read.xpm
1502 Add icon for total # column
1504 2004-09-29 [colin] 0.9.12cvs114
1507 Don't close compose until message is sent if
1508 Show Send Dialog is Always
1510 2004-09-29 [paul] 0.9.12cvs113
1512 * src/quote_fmt_parse.y
1513 In the quotation templates recognise sender's first and last
1514 names (%F %L) when the name is in the format "Duck, Donald".
1515 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1518 2004-09-28 [colin] 0.9.12cvs112
1523 Fix Empty trash being visible-invisible-visible...
1525 2004-09-28 [colin] 0.9.12cvs111
1528 Relabel Empty all Trash folders
1530 2004-09-28 [colin] 0.9.12cvs110
1533 Add contextual Empty trash menu
1535 Revert cvs109 which was useless
1537 2004-09-28 [colin] 0.9.12cvs109
1542 2004-09-28 [colin] 0.9.12cvs108
1547 2004-09-28 [colin] 0.9.12cvs107
1550 Fix double-click on entries
1552 2004-09-28 [colin] 0.9.12cvs106
1555 Reintroduce folder_item update freeze on incorporation
1557 2004-09-27 [christoph] 0.9.12cvs105
1560 right-align new and unread column
1566 2004-09-27 [paul] 0.9.12cvs104
1569 revert 0.9.12cvs101, it causes another segfault
1571 2004-09-23 [christoph] 0.9.12cvs103
1573 * src/plugins/spamassassin/libspamc.[ch]
1574 * src/plugins/spamassassin/utils.[ch]
1575 update libspamc to SpamAssassin 3.0.0
1577 2004-09-17 [paul] 0.9.12cvs102
1582 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1585 2004-09-17 [colin] 0.9.12cvs101
1588 Fix segfaults when quitting. valgrind says:
1589 ==12144== Invalid read of size 4
1590 ==12144== at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1592 ==12144== Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1594 ==12144== by 0x80CC671: exit_sylpheed (main.c:498)
1597 2004-09-13 [christoph] 0.9.12cvs100
1600 add NULL pointer checks to fix segfault when messages can
1603 2004-09-08 [colin] 0.9.12cvs99
1606 Remove a debug printf
1608 2004-09-08 [christoph] 0.9.12cvs98
1611 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1612 if the message structure has been scanned
1615 o scan structure when the mail is fetched for the first time
1616 to prevent unnecessary fetching of messages while scanning
1617 the folder for messages
1618 o revert 0.9.12cvs24
1620 * src/plugins/pgpmime/pgpmime.c
1621 check signature if auto signature checking is enabled when the
1622 signature status is requested for first time and not when
1623 checking if a part has a signature
1625 2004-09-07 [colin] 0.9.12cvs97
1628 Change session error messages so that they
1629 are a bit more helpful (the origin of the
1630 error is not apparent if one isn't in
1631 front of Sylpheed when it happens).
1633 2004-09-06 [colin] 0.9.12cvs96
1636 Fix graying out Redirect in non english languages
1637 Patch by Fabien Vantard
1639 2004-09-06 [colin] 0.9.12cvs95
1645 2004-09-06 [colin] 0.9.12cvs94
1651 Add basic drag and drop to addressbook
1653 2004-09-03 [colin] 0.9.12cvs93
1656 Next/Prev unread message should start
1657 from next/prev node (especially if
1658 mark_as_read_delay != 0)
1660 2004-09-03 [colin] 0.9.12cvs92
1662 * src/prefs_common.c
1663 * src/prefs_common.h
1665 Add an hidden 'mark_as_read_delay' pref
1667 2004-09-02 [colin] 0.9.12cvs91
1670 Add unduplicated menu entries (fixes bug 532)
1671 Patch by Fabien Vantard
1673 2004-09-02 [colin] 0.9.12cvs90
1676 Fix bug 582 (broken auto account selection)
1678 2004-09-02 [colin] 0.9.12cvs89
1681 Free deleted queries too
1683 2004-09-02 [colin] 0.9.12cvs88
1686 Fix freezes in LDAP, due to memory corruption
1687 after deletion of a query (and not removing it
1688 from the corresponding list of queries).
1689 Very probably fixes bug 567 and bug 569
1691 2004-09-02 [colin] 0.9.12cvs87
1693 * src/prefs_spelling.c
1694 Fix bug with aspell prefs init, where spell checking
1695 is enabled at first but dictionary not specified. Use
1696 LANG's dictionary by default.
1698 2004-09-01 [colin] 0.9.12cvs86
1702 * src/prefs_matcher.c
1703 * src/stock_pixmap.c
1704 Fix more nasty uninitialized variables
1706 2004-08-31 [colin] 0.9.12cvs85
1709 Fix memory corruption when entering procmsg_msginfo_free()
1710 with unitialized msginfo. Thanks Valgrind.
1712 2004-08-29 [colin] 0.9.12cvs84
1715 Don't escape filenames before saving - that's
1716 not dangerous. By the way, fix the leak.
1718 2004-08-27 [paul] 0.9.12cvs83
1724 * src/common/utils.c
1726 sync with main 0.9.12cvs6, see ChangeLog
1727 2004-08-24, 2004-08-25, 2004-08-26
1733 updated by Rui Hirokawa
1735 2004-08-25 [colin] 0.9.12cvs82
1737 * src/plugins/pgpmime/pgpmime.c
1738 Fix leak on non-combined encrypted messages
1740 2004-08-25 [colin] 0.9.12cvs81
1742 * src/plugins/pgpmime/pgpmime.c
1743 * src/plugins/pgpmime/sgpgme.c
1744 * src/plugins/pgpmime/sgpgme.h
1745 Handle combined encryption/signature
1747 2004-08-24 [colin] 0.9.12cvs80
1750 Set mime flags on non multipart messages too
1752 2004-08-23 [christoph] 0.9.12cvs79
1755 create message header in memory as GString before writing it
1758 2004-08-23 [colin] 0.9.12cvs78
1763 Fix (again) bug 197: inline encryption broken
1768 updated by Hansom Young
1774 2004-08-23 [colin] 0.9.12cvs77
1777 Try and fix bug 577 (session->last_access_time is broken since
1778 sync with main 0.9.12cvs2).
1779 Patch by Stephan Sachse <whiteman@teg-clan.de>
1789 update translations. submitted by Ricardo
1790 Mones Lastra, Fabien Vantard, Emilian Nowak,
1791 Frederico Goncalves Guimaraes, Andrej Kacian,
1794 2004-08-22 [paul] 0.9.12cvs76
1796 * src/plugins/trayicon/trayicon.c
1797 fix formatting bug in trayicon_popup_menu_entries[]
1800 2004-08-22 [paul] 0.9.12cvs75
1803 remove reference to openssl.m4
1806 2004-08-21 [colin] 0.9.12cvs74
1809 Fix bug 576 (Duplicate auto-bcc on reedit)
1811 2004-08-21 [colin] 0.9.12cvs73
1814 Grey out Redirect in the toolbar when selection is
1815 multiple. Fixes bug 520
1817 2004-08-21 [colin] 0.9.12cvs72
1820 Save Sign, Encrypt and Mode status when drafting or queuing
1821 Fixes bug 502 (drafted message does not keep sign / encrypt
1824 2004-08-21 [colin] 0.9.12cvs71
1827 Fix bug 494 (Messages are always opened in summary
1828 view when right clicked.) Also fixes bug 508.
1830 2004-08-21 [colin] 0.9.12cvs70
1833 When using inline encryption, don't use QP or Base64:
1834 the mail will be encrypted to a 7bit string.
1837 2004-08-21 [colin] 0.9.12cvs69
1840 Fix inline-signing with 8bit chars: data must be
1841 converted to Quoted-printable before signing.
1843 2004-08-21 [colin] 0.9.12cvs68
1846 Remove 'Message/Save to draft folder'
1847 and 'Message/Save and keep editing' to
1848 put a single 'File/Save' command.
1851 2004-08-21 [colin] 0.9.12cvs67
1854 Fix bug 222 (Summary view state not retained between sessions)
1856 2004-08-20 [colin] 0.9.12cvs66
1859 Fix bug 574 (empty cur_locale is not enough)
1863 * src/plugins/pgpmime/plugin.c
1864 modify PGP/MIME plugin's description
1866 2004-08-16 [colin] 0.9.12cvs65
1869 Fix version comparison
1871 2004-08-16 [colin] 0.9.12cvs64
1876 2004-08-16 [colin] 0.9.12cvs63
1879 People with glibc 2.1 have had problems with non-blocking
1880 SSL_connect. Disable it for glibc < 2.2.
1882 2004-08-16 [colin] 0.9.12cvs62
1887 2004-08-13 [colin] 0.9.12cvs61
1889 * src/plugins/pgpmime/plugin.c
1890 Add plugin's description
1892 2004-08-12 [christoph] 0.9.12cvs60
1895 fix bug that did not thaw folder updates when deleting
1896 duplicates in empty folders
1898 2004-08-12 [colin] 0.9.12cvs59
1900 * src/plugins/trayicon/trayicon.c
1901 Add a context menu with most common operations
1903 2004-08-12 [colin] 0.9.12cvs58
1909 Add support for Freedesktop.org's startup notification
1911 2004-08-10 [colin] 0.9.12cvs57
1914 * src/common/socket.c
1916 * src/common/sylpheed.c
1917 * src/common/sylpheed.h
1918 Put back the ssl connect nonblocking...
1919 without the race condition
1921 2004-08-09 [colin] 0.9.12cvs56
1925 * src/common/sylpheed.c
1926 * src/common/sylpheed.h
1927 Reverting previous commit, doesn't work
1929 2004-08-09 [colin] 0.9.12cvs55
1933 * src/common/sylpheed.c
1934 * src/common/sylpheed.h
1935 Make SSL_connect nonblocking, using a thread
1937 2004-08-09 [paul] 0.9.12cvs54
1940 reflect new location of sgpgme.c
1942 sync with main, see ChangeLog 2004-08-09
1944 2004-08-08 [christoph] 0.9.12cvs53
1947 freeze FolderItem updates while deleting duplicate messages
1949 2004-08-08 [christoph] 0.9.12cvs52
1958 * src/plugins/Makefile.am
1959 * src/plugins/pgpmime/.cvsignore
1960 * src/plugins/pgpmime/Makefile.am
1961 * src/plugins/pgpmime/pgpmime.c
1962 * src/plugins/pgpmime/pgpmime.h
1963 * src/plugins/pgpmime/plugin.c
1964 * src/plugins/pgpmime/sgpgme.c
1965 * src/plugins/pgpmime/sgpgme.h
1966 new plugin for PGP/MIME
1968 2004-08-07 [christoph] 0.9.12cvs51
1971 disable immediate folder change notification on opened folders
1972 until SummaryView can handle it quickly
1974 2004-08-07 [colin] 0.9.12cvs50
1977 * src/common/partial_download.c
1980 2004-08-07 [colin] 0.9.12cvs49
1991 * src/message_search.c
1995 * src/summary_search.c
1998 * src/gtk/sslcertwindow.c
1999 * src/pixmaps/stock_dialog-error.xpm
2000 * src/pixmaps/stock_dialog-info.xpm
2001 * src/pixmaps/stock_dialog-question.xpm
2002 * src/pixmaps/stock_dialog-warning.xpm
2003 sync new alertpanel from gtk2
2005 2004-08-07 [colin] 0.9.12cvs48
2007 * src/prefs_folder_item.c
2008 fix memory corruption in folderitem's prefs
2010 2004-08-06 [colin] 0.9.12cvs47
2013 close compose window after queuing, before
2014 sending when user presses Send
2016 2004-08-05 [christoph] 0.9.12cvs46
2020 add charset to cache file and convert charset when reading the
2021 cache if different from internal used charset
2023 2004-08-05 [christoph] 0.9.12cvs45
2028 * src/common/utils.h
2029 cleanup (remove unused includes/reorganize)
2031 * src/prefs_ext_prog.c
2032 * src/prefs_folder_item.c
2034 * src/prefs_msg_colors.c
2035 * src/prefs_spelling.c
2036 * src/prefs_themes.c
2037 * src/prefs_toolbar.c
2038 * src/prefs_wrapping.c
2039 * src/gtk/prefswindow.[ch]
2040 * src/plugins/clamav/clamav_plugin_gtk.c
2041 * src/plugins/dillo_viewer/dillo_prefs.c
2042 * src/plugins/image_viewer/viewerprefs.c
2043 * src/plugins/spamassassin/spamassassin_gtk.c
2044 change PrefsPage path into an array of strings and don't
2045 split a single string into parts (better for translation)
2047 2004-08-05 [christoph] 0.9.12cvs44
2050 fix FolderItem's message counts after rebuilding a cache
2052 2004-08-05 [paul] 0.9.12cvs43
2059 * src/common/session.c
2060 * src/common/session.h
2061 * src/common/socket.c
2062 sync with main 0.9.12cvs2
2063 see ChangeLog 2004-08-04
2065 2004-08-04 [christoph] 0.9.12cvs42
2068 add missing AC_DEFINE(USE_OPENSSL, ...)
2070 use new xml_node_new() function
2072 2004-08-03 [christoph] 0.9.12cvs41
2076 * src/common/xml.[ch]
2077 sync with main 0.9.12cvs1
2078 see ChangeLog 2004-07-23
2080 2004-08-03 [christoph]
2083 * m4/openssl.m4 ** REMOVE **
2084 use pkg-config to get OpenSSL CFLAGS and LIBS
2085 (OpenSSL 0.9.7 is required now)
2087 2004-08-02 [paul] 0.9.12cvs40
2090 update translation team section
2092 updated by Frederico Goncalves Guimaraes
2093 <fggdebian@yahoo.com.br>
2095 2004-07-29 [colin] 0.9.12cvs39
2098 Inform the user when a partially
2099 downloaded mail isn't on the server
2100 anymore (due to Mark for deletion)
2102 2004-07-29 [colin] 0.9.12cvs38
2105 Hide noticeview if necessary
2107 2004-07-27 [colin] 0.9.12cvs37
2110 More fixes (i overlook a bit, thanks
2111 Christoph for spotting it)
2113 2004-07-27 [colin] 0.9.12cvs36
2118 2004-07-26 [colin] 0.9.12cvs35
2121 Fix uidl-file parsing when not in new
2124 2004-07-19 [colin] 0.9.12cvs34
2127 Save attachment status when drafting
2129 2004-07-19 [colin] 0.9.12cvs33
2134 Reverse 0.9.12cvs29 to 31 (folder icon update
2135 when quicksearch is active)
2137 2004-07-18 [colin] 0.9.12cvs32
2140 Fix partial download bug with "Download all
2143 2004-07-18 [colin] 0.9.12cvs31
2148 2004-07-17 [colin] 0.9.12cvs30
2151 Same, when sticky search is off
2153 2004-07-17 [colin] 0.9.12cvs29
2158 Update FolderItem icon whenever its summaryview is
2161 2004-07-16 [christoph] 0.9.12cvs28
2164 make doubleclick work again
2166 2004-07-16 [christoph] 0.9.12cvs27
2169 fix freeze on mime icon doubleclick (opening doesn't work yet)
2171 2004-07-16 [paul] 0.9.12cvs26
2173 * src/gtk/quicksearch.c
2175 * src/customheader.c
2178 * src/prefs_account.c
2179 * src/prefs_display_header.c
2181 replace "Message-Id" with "Message-ID"
2183 2004-07-16 [paul] 0.9.12cvs25
2189 * src/folder_item_prefs.c
2193 * src/prefs_account.c
2194 * src/prefs_account.h
2195 * src/prefs_common.c
2196 * src/prefs_common.h
2199 sync with main 0.9.12cvs1
2201 2004-07-15 [colin] 0.9.12cvs24
2204 Disable GPG signature check during
2205 folder move and scan
2206 (Closes Bug 521 Signature checking slows down Folder-Move)
2208 2004-07-14 [christoph] 0.9.12cvs23
2211 add missing fclose. Patch by Thomas Gilgin.
2214 add checks if fopen really worked
2216 2004-07-14 [colin] 0.9.12cvs22
2219 * src/common/partial_download.c
2222 2004-07-14 [colin] 0.9.12cvs21
2228 * src/matcher_parser_parse.y
2235 * src/prefs_matcher.c
2240 * src/common/Makefile.am
2242 * src/gtk/quicksearch.c
2243 * src/common/partial_download.c ** NEW FILES **
2244 * src/common/partial_download.h ** NEW FILES **
2245 Partial downloading of pop3 mails
2247 2004-07-13 [christoph] 0.9.12cvs20
2250 use "button_release_event" instead of "button_press_event",
2251 because executing event callbacks while the button is still
2252 pressed is not good and causes problems
2254 2004-07-12 [colin] 0.9.12cvs19
2256 * src/gtk/quicksearch.c
2257 Fix a missing status update in quicksearch
2259 2004-07-08 [colin] 0.9.12cvs18
2262 Fix guint vs gint bug
2264 2004-07-08 [colin] 0.9.12cvs17
2267 use to_human_readable() for sizes
2269 2004-07-08 [paul] 0.9.12cvs16
2272 fix occasional non-clearance of the statusbar
2273 (close Bug 531 'SA plugin: status bar does not
2274 get cleared in OFFLINE mode')
2276 2004-07-07 [colin] 0.9.12cvs15
2278 * src/prefs_common.c [1.225]
2279 * src/prefs_common.h [1.112]
2280 Add a hidden summary_quicksearch_sticky preference,
2281 to allow the quicksearch bar to reset across folders
2282 * src/summaryview.c [1.437]
2284 * src/gtk/quicksearch.c [1.5]
2285 * src/gtk/quicksearch.h [1.3]
2286 Add this preference, fix focus when hitting Enter,
2287 add handling of Esc key to reset
2289 2004-07-06 [colin] 0.9.12cvs14
2291 * src/gtk/quicksearch.c [1.4]
2294 2004-07-06 [christoph] 0.9.12cvs13
2297 enable next unread button in empty folders if next folder
2298 dialog is not disabled
2300 (Closes Feature Request [ 755800 ] "next" button enabled in empty
2303 2004-07-06 [colin] 0.9.12cvs12
2305 * src/common/smtp.c [1.16]
2306 Display maximum message size in the log
2308 2004-07-06 [paul] 0.9.12cvs11
2311 fix typo. (spotted by Fabien Vantard)
2313 2004-07-06 [paul] 0.9.12cvs10
2316 terminate cleanly on SIGHUP. Patch submitted by
2317 Thomas Gilgin <thg@karate-muellheim.de>
2319 2004-07-05 [christoph] 0.9.12cvs9
2322 better replacing of %d in new mail notification command
2324 2004-07-05 [colin] 0.9.12cvs8
2326 * src/common/smtp.[ch]
2327 Take SIZE (returned by EHLO) into account, and
2328 avoid sending too big messages
2330 2004-07-04 [paul] 0.9.12cvs7
2333 fix auto-account selection on imap/news
2335 2004-07-01 [paul] 0.9.12cvs6
2337 * src/gtk/quicksearch.c
2338 reveal hidden string in gui
2341 fix updating of gpg signing setting on
2344 2004-06-30 [darko] 0.9.12cvs5
2346 * src/common/utils.c
2347 remove expand_search_string()
2348 * src/gtk/quicksearch.c
2349 remove no longer needed for loop (thanks Christoph)
2350 add expand_search_string()
2352 2004-06-30 [darko] 0.9.12cvs4
2354 * src/common/utils.c
2355 allow all filtering expressions in quicksearch
2357 (Closes Bug 519 filtering expr. in quicksearch)
2359 2004-06-30 [christoph] 0.9.12cvs3
2365 allow plugins to define TEXTDOMAIN for the _(...) macro
2367 2004-06-30 [paul] 0.9.12cvs2
2373 src/prefs_msg_colors.[ch] ** NEW FILES **
2374 move message colouring options to
2375 '/Other Preferences/Message View/Colors'
2377 2004-06-30 [paul] 0.9.12cvs1
2383 src/prefs_wrapping.[ch] ** NEW FILES **
2384 move message wrapping options to
2385 /'Other Preferences/Compose/Message Wrapping'
2387 2004-06-28 [paul] 0.9.12
2389 * Sylpheed-Claws 0.9.12 released
2394 updated by Ricardo Mones Lastra, Fabien Vantard,
2397 2004-06-27 [paul] 0.9.11cvs19
2400 re-enable certificate check
2402 2004-06-25 [christoph] 0.9.11cvs18
2405 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2407 2004-06-25 [paul] 0.9.11cvs17
2409 * sync with main 0.9.12cvs1
2410 see ChangeLog 2004-06-23
2413 remove unused menu_toggle_toggle()
2415 2004-06-23 [christoph] 0.9.11cvs16
2421 scan the mime structure of multipart mails for correct
2422 attachment, encryped and signed (with privacy API) part
2425 (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2430 updated by Pavlo Bohmat
2432 2004-06-20 [christoph] 0.9.11cvs15
2436 disconnect after authentication when doing POP before SMTP
2438 (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2440 2004-06-19 [christoph] 0.9.11cvs14
2443 fix FolderItem name update
2445 (Closes Bug 511 Folder-Renaming not reflected immediately)
2447 2004-06-17 [paul] 0.9.11cvs13
2449 * sync with main 0.9.12 release
2451 session_set_timeout(): fixed a bug that didn't
2452 reset timeout_tag when interval is 0.
2454 2004-06-16 [christoph] 0.9.11cvs12
2457 correctly clear the URL in the status bar
2459 2004-06-15 [christoph] 0.9.11cvs11
2462 add missing gtk_widget_show()
2464 2004-06-11 [christoph] 0.9.11cvs10
2466 * src/plugins/spamassassin/spamassassin.c
2467 correctly check waitpid return code
2469 (Closes Bug 396 Zombie process when spamassassin is called)
2471 2004-06-10 [christoph] 0.9.11cvs9
2474 * src/summaryview.[ch]
2475 * src/gtk/Makefile.am
2476 * src/gtk/quicksearch.c ** NEW **
2477 separate quick search from summaryview
2479 2004-06-09 [christoph] 0.9.11cvs8
2485 get folder for compose default account from MsgInfo and not
2488 2004-06-09 [christoph] 0.9.11cvs7
2491 add information about added or removed messages to
2492 FOLDER_ITEM_UPDATE hook
2496 scan folder when removing a folder failed instead of
2497 updating the summaryview
2499 2004-06-08 [paul] 0.9.11cvs6
2501 * sync with main 0.9.11cvs2
2502 see ChangeLog 2004-06-08
2504 2004-06-07 [christoph] 0.9.11cvs5
2507 * src/common/Makefile.am
2508 detect library providing 'encrypt' function
2510 2004-06-07 [paul] 0.9.11cvs4
2513 sync with main, 'code cleanup'
2515 * tools/nautilus2sylpheed.sh
2516 fix whitespace limitation. patch submitted by
2517 Stephan Sachse <white@teg-clan.de>
2519 2004-06-04 [christoph] 0.9.11cvs3
2526 * src/folder_item_prefs.c
2531 * src/prefs_themes.c
2534 * src/stock_pixmap.c
2536 fix compiler warnings
2538 2004-06-03 [paul] 0.9.11cvs2
2541 sync with main 0.9.11cvs1: "changed gint32 to
2542 guint32 for some platforms"
2544 2004-06-02 [christoph] 0.9.11cvs1
2547 fix SSL_CTX variable name for older OpenSSL versions
2549 (Closes Bug 503 fix compilation with older OpenSSL)
2551 2004-05-31 [paul] 0.9.11claws
2553 * 0.9.11claws released
2555 2004-05-31 [paul] 0.9.10claws72
2564 update translations, submitted by Ricardo Mones Lastra,
2565 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2566 Urke MMI, and Hansom Young
2568 2004-05-25 [luke] 0.9.10claws71
2572 * src/stockpixmap.[ch]
2574 * src/pixmaps/privacy_emblem_encrypted.xpm ** NEW **
2575 * src/pixmaps/privacy_emblem_failed.xpm ** NEW **
2576 * src/pixmaps/privacy_emblem_passed.xpm ** NEW **
2577 * src/pixmaps/privacy_emblem_signed.xpm ** NEW **
2578 * src/pixmaps/privacy_emblem_warn.xpm ** NEW **
2580 o Added privacy emblems from Jesper Shultz
2581 <jesper@schultz-net.dk>
2582 o Overlay emblems onto mimeview icons to indicate
2583 status of signature and if a message is encrypted
2586 remove unused color definitions (were used to
2587 indicate sig status)
2589 2004-05-25 [paul] 0.9.10claws70
2594 tools/nautilus2sylpheed.sh ** NEW FILE **
2595 add script to enable sending files from
2597 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2599 * tools/launch_firebird ** REMOVED **
2600 removed as the standard "firefox '%s'" now functions
2603 2004-05-23 [paul] 0.9.10claws69
2606 fix %X cursor point segfault
2609 2004-05-23 [christoph] 0.9.10claws68
2614 2004-05-21 [paul] 0.9.10claws67
2616 * sync with 0.9.10cvs17
2617 see ChangeLog 2004-05-21
2619 2004-05-20 [paul] 0.9.10claws66
2621 * sync with 0.9.10cvs16
2622 see ChangeLog 2004-05-19 and 2004-05-20
2624 2004-05-19 [alfons] 0.9.10claws65
2627 on some platforms regoff_t is defined as off_t, so
2630 2004-05-19 [paul] 0.9.10claws64
2632 * sync with 0.9.10cvs13
2633 see ChangeLog 2004-05-18
2635 2004-05-17 [christoph] 0.9.10claws63
2638 search all folders when searching for default folders and
2639 not return the special folder of the first folder
2641 2004-05-13 [alfons] 0.9.10claws62
2644 add a better check to see if a message is a news message
2645 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2647 2004-05-13 [paul] 0.9.10claws61
2650 sync with 0.9.10cvs12
2651 see ChangeLog 2004-05-12
2653 2004-05-12 [alfons] 0.9.10claws60
2656 release lock in case of folder could not be opened
2658 2004-05-11 [christoph] 0.9.10claws59
2661 remove unused folderview update stuff from inc.[ch]
2663 2004-05-11 [paul] 0.9.10claws58
2665 * sync with 0.9.10cvs11
2666 see ChangeLog 2004-05-10 and 2004-05-11
2668 2004-05-09 [christoph] 0.9.10claws57
2671 check for folder class functions and not folder type to detect
2674 2004-05-08 [christoph] 0.9.10claws56
2677 fix date output for signature expire times
2679 (Patch by Edgar Toernig <froese@gmx.de>)
2681 2004-05-06 [christoph] 0.9.10claws55
2683 * src/gtk/prefswindow.c
2684 change window type to DIALOG
2689 o add folder_remove()
2690 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2691 o add new "sort" field to Folder, no longer sort folders by type
2692 higher sort values will be first in the folder list, new folders get 0
2693 and will be added to the end
2696 * src/gtk/Makefile.am
2697 * src/gtk/foldersort.(c|h|glade) ** NEW **
2698 add dialog to allow users to change the folder order
2700 2004-05-04 [paul] 0.9.10claws54
2703 Display account_name in statusbar when retrieving
2704 messages from a pop account
2705 * src/prefs_account.c
2706 display account name in title of prefs_account
2708 * src/prefs_folder_item.c
2709 display folder name in title of prefs_folder window
2711 all 3 patches submitted by Fabien Vantard
2716 2004-05-04 [paul] 0.9.10claws53
2718 * src/prefs_actions.c
2719 src/prefs_template.c
2720 'Esc' Key exits alertpanel
2721 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2723 2004-04-26 [christoph] 0.9.10claws52
2726 * src/gtk/colorsel.c
2727 * src/gtk/description_window.c
2729 * src/gtk/gtkaspell.c
2730 * src/gtk/inputdialog.c
2731 * src/gtk/pluginwindow.c
2732 * src/gtk/progressdialog.c
2733 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2734 it does not work correctly with xinerama
2735 o lock incorporation while the plugin window is open
2737 2004-04-23 [paul] 0.9.10claws51
2740 update location of inputdialog.c
2743 update Copyright string
2748 improve the english a little
2750 2004-04-22 [christoph] 0.9.10claws50
2752 * src/folderutils.[ch]
2753 add folderutils_mark_all_read()
2756 readd "mark all read" from popup menu, now works
2757 in all folders and not only the opened folder
2759 2004-04-21 [christoph] 0.9.10claws49
2762 * src/inputdialog.[ch] ** REMOVED **
2763 * src/gtk/Makefile.am
2764 * src/gtk/inputdialog.[ch] ** NEW **
2765 move inputdialog.[ch] into gtk directory
2768 remove check for missing IMAP folder account
2770 2004-04-20 [christoph] 0.9.10claws48
2774 remove new/rename/delete folder GUI functions because
2775 they are always active, even for news folders, and can
2776 not be easily made folder class dependent
2779 make menu_translate() public
2783 * src/folderview.[ch]
2784 * src/imap_gtk.[ch] ** NEW **
2786 * src/mh_gtk.[ch] ** NEW **
2787 * src/news_gtk.[ch] ** NEW **
2788 o dynamically build FolderView popup menus from a folder
2789 specific part, with callbacks to seperated code, and
2791 o remove the folder class specifiy code from folderview.c
2793 2004-04-15 [luke] 0.9.10claws47
2795 * src/prefs_folder_item.c
2796 o remove buttons for applying 'scan for new mail'
2797 and 'process at startup' to sub folders
2798 o add 'apply to sub folder' check buttons for all
2799 properties and set folder prefs accordingly
2800 o replace multiple gtk_widget_show() with one
2801 gtk_widget_show_all() on container
2803 2004-04-14 [darko] 0.9.10claws46
2805 * src/gtk/Makefile.am
2806 * src/gtk/pluginwindow.c
2807 load plugins from to $(prefix)/lib/sylpheed/plugins
2808 in file selection dialog
2809 * src/plugins/clamav/clamav_plugin.c
2812 2004-04-14 [christoph] 0.9.10claws45
2815 * src/plugins/image_viewer/viewer.c
2818 2004-04-10 [alfons] 0.9.10claws44
2821 appropriate auto account selection when forwarding
2822 (fixes bug #476, "forward as attachment does not listen
2825 2004-04-09 [alfons] 0.9.10claws43
2828 make quick search combo matching case sensitive
2830 2004-04-06 [alfons] 0.9.10claws42
2833 use cursor position to prevent clearing the entire entry
2835 2004-04-06 [alfons] 0.9.10claws41
2838 fix bug #472, "filter not updated when renaming folder"
2840 2004-04-06 [alfons] 0.9.10claws40
2842 * src/messageview.[ch]
2844 reflect changes to Show all headers to main view
2845 and message view (only affects detached message
2846 view). see also bug #473, 'Show All Headers
2849 2004-04-03 [alfons] 0.9.10claws39
2854 2004-04-03 [alfons] 0.9.10claws38
2856 * src/matcher_parser_parse.y
2858 prepare address look up matcher type; marginally
2859 tested, and not hooked into the UI yet.
2861 basically it accepts the result of the left hand
2862 side of the matcher (the "criteria"):
2864 from all_in_addressbook ""
2865 ~to_or_cc any_in_addressbook ""
2867 the first case matches all addresses found in the
2868 from header, and the second case matches if any
2869 (at least one) of the addresses in to or cc headers
2870 are not in the address book.
2872 the string argument is not used yet, but is intended
2873 to match a group of addresses
2875 2004-04-02 [luke] 0.9.10claws37
2877 * src/prefs_folder_item.c
2878 Add two buttons to apply 'scan for new mail'
2879 and 'process at startup' to sub folders
2882 * tools/textviewer.sh
2883 better filename extension matching plus some support for
2884 MS Excel, MS Powerpoint and HTML
2886 2004-03-29 [christoph] 0.9.10claws36
2889 * src/folderutils.[ch]
2891 add delete duplicates for all folders
2893 2004-03-29 [alfons] 0.9.10claws35
2896 don't pass NULL to XXXprintf(); fixes Solaris crashes
2897 when selecting top-level folder node (thanks to
2900 2004-03-28 [keith] 0.9.10claws34
2903 prepend "http://" to URIs of the form "www.example.com"
2905 2004-03-28 [paul] 0.9.10claws33
2914 revise 'translatable string' policy:
2915 don't translate debug_print() or log_print(),
2916 translate log_message() and log_warning()
2919 update submitted by Hansom Young
2921 2004-03-25 [alfons] 0.9.10claws32
2923 * src/prefs_common.c
2924 I mean this one: Return the GList...
2926 2004-03-25 [alfons] 0.9.10claws31
2928 * src/prefs_common.h
2929 add new members at the end of prefs_common, so
2930 they get properly initialized
2932 2004-03-24 [christoph] 0.9.10claws30
2935 o NULL is a valid GSList
2937 2004-03-24 [alfons] 0.9.10claws29
2939 * src/prefs_common.[ch]
2942 add history to quick search (patch submitted by
2943 Ivan Francolin Martinez - thanks!)
2945 2004-03-24 [alfons] 0.9.10claws28
2948 NULL output pointer parameter
2950 2004-03-21 [alfons] 0.9.10claws27
2952 * src/addrindex.[ch]
2954 complete addresses on nicks and aliases
2956 2004-03-21 [alfons] 0.9.10claws26
2961 disable filters on import mbox (patch submitted
2964 2004-03-21 [darko] 0.9.10claws25
2967 select the address when only one match is found while
2968 doing address completion with tab key (feature
2971 2004-03-21 [alfons] 0.9.10claws24
2975 don't `navigate-delete` when a summary view's selection does not
2976 match the accompanying message view's message
2978 2004-03-20 [alfons] 0.9.10claws23
2981 hide ext search button on initial display (should fix bug #459,
2982 "Toggling quick-search at 1st time: minor UI inconsistency")
2984 2004-03-20 [alfons] 0.9.10claws22
2986 * src/summaryview.[ch]
2987 add function to get selected msginfo, if there's
2990 2004-03-20 [paul] 0.9.10claws21
2992 * sync with 0.9.10cvs7
2993 see ChangeLog 2004-03-19
2995 2004-03-19 [paul] 0.9.10claws20
3005 don't translate strings in debug_print(), log_print(),
3006 log_message(), and log_warning()
3008 2004-03-19 [alfons] 0.9.10claws19
3010 better next/previous/delete/focus navigation with separate
3014 call summaryview_delete() instead of messageview_delete()
3016 disable messageview_delete()
3018 2004-03-18 [paul] 0.9.10claws18
3020 * sync with 0.9.10cvs6
3021 see ChangeLog 2004-03-16
3023 2004-03-17 [alfons] 0.9.10claws17
3026 remove bogus semicolon after if() (sometimes it pays to
3029 2004-03-15 [darko] 0.9.10claws16
3032 support full path in place of a filename
3034 store directory attachments were saved to and
3035 use it when saving attachments
3036 * src/prefs_common.[hc]
3037 store directory attachments were last saved to
3039 2004-03-15 [paul] 0.9.10claws15
3042 fix bug where unsubscribing a newsgroup would destroy
3043 (most of the) filtering rules
3045 2004-03-15 [paul] 0.9.10claws14
3048 fix Bug 458, 'Folder View remaining empty after
3049 removing a NEWS account' (was also true of IMAP
3052 2004-03-15 [paul] 0.9.10claws13
3055 fix folderview invisibility of newly subscribed
3058 2004-03-13 [paul] 0.9.10claws12
3061 src/plugins/dillo_viewer/dillo_prefs.c
3062 src/plugins/image_viewer/viewerprefs.c
3063 gettextise some forgotten parts
3065 2004-03-13 [alfons] 0.9.10claws11
3068 make sure the correct type is passed to sscanf()
3070 2004-03-13 [paul] 0.9.10claws10
3072 * sync with 0.9.10cvs5
3073 see ChangeLog 2004-03-02 and 2004-03-12,
3075 'always move messages by default when using DnD (except
3076 for News folder). Copy messages if Ctrl-key is pressed.'
3077 and 'added a function to filter selected messages'
3079 2004-03-12 [christoph] 0.9.10claws9
3082 add parameter check to conv_unmime_header_overwrite()
3086 o fix removing of NEW flag when UNREAD is unset
3091 (Closes 437 i18n attachment display error.)
3093 2004-03-12 [paul] 0.9.10claws8
3096 update. submitted by Andrea Spadaccini <lupin85@email.it>
3101 2004-03-12 [alfons] 0.9.10claws7
3104 o quiet compiler and typecast Folder * to IMAP Folder *
3105 o wake up and fix my previous incompatible type assignment bug
3107 2004-03-12 [alfons] 0.9.10claws6
3110 don't mix up pointers to int, guint32 _and_
3113 2004-03-12 [christoph] 0.9.10claws5
3116 Add error requester when renaming a folder failed
3119 Check new FolderItem name for namespace seperator
3122 (Closes Bug 443 Bad named IMAP folders won't be displayed)
3124 2004-03-11 [christoph] 0.9.10claws4
3129 syncronize flags in cache with IMAP folder flags
3131 Adapted a patch submitted by Simon 'corecode' Schubert
3132 <corecode@corecode.ath.cx>
3135 2004-03-11 [alfons] 0.9.10claws3
3138 remove dead code that at one time controlled display of
3141 2004-03-10 [paul] 0.9.10claws2
3144 updated by Lupino <lupin85@email.it>
3146 2004-03-09 [alfons] 0.9.10claws1
3149 we're not using yywrap, but we may, so close yyin instead
3152 2004-03-08 [paul] 0.9.10claws
3154 * 0.9.10claws released
3156 2004-03-08 [paul] 0.9.9claws41
3164 update translations. submitted by Ricardo Mones Lastra,
3165 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3168 2004-03-06 [paul] 0.9.9claws40
3170 * src/stock_pixmap.c
3171 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3172 patch submitted by Pawel Pekala
3174 2004-03-06 [alfons] 0.9.9claws39
3177 allow nick name completion again
3179 2004-03-02 [match] 0.9.9claws38
3182 added definition of USE_LDAP_TLS to support TLS.
3185 * src/ldapserver.[ch]
3189 included LDAP TLS support.
3191 2004-03-02 [christoph] 0.9.9claws37
3194 o add more documentation for FolderClass
3195 o remove usused FolderClass virtual functions
3200 change creation of FolderClass because static initializations
3201 for structs suck in C89
3207 2004-02-28 [keith] 0.9.9claws36
3209 * src/common/utils.c
3210 Fix treatment of whitespace in quicksearch bar (leading
3211 spaces and >1 space between commands and parameters).
3213 2004-02-27 [alfons] 0.9.9claws35
3216 Explicitly remove draft timeout to fix nasty race between
3217 compose_send_cb() (which destroys the compose window) and
3218 compose_defer_auto_save_draft() (which expects compose
3219 window to exist). Should fix Keith's and Fred Marton's
3220 bug report (#128, "crash after complaining about character
3223 2004-02-27 [luke] 0.9.9claws34
3226 Do folder_item_apply_processing() even if no processing
3227 rules for the folder exist (so global processing is applied)
3229 2004-02-26 [thorsten] 0.9.9claws33
3232 Remove misleading static declaration
3234 2004-02-26 [alfons] 0.9.9claws32
3240 use/add procmime_get_content_type_str() as a safe wrapper
3241 for returning a Content-Type type string; should fix
3242 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type=
3245 2004-02-26 [thorsten] 0.9.9claws31
3248 Restructure save_as/save_all
3250 2004-02-26 [alfons] 0.9.9claws30
3255 2004-02-26 [alfons] 0.9.9claws29
3262 * tools/textviewer.sh
3263 tweaks from Johann Koenig, recognition of shell
3264 scripts in particular
3266 2004-02-24 [paul] 0.9.9claws28
3268 * sync with 0.9.9cvs13
3269 see ChangeLog 2004-02-24
3271 2004-02-23 [paul] 0.9.9claws27
3274 one alertpanel on pop3 authentication error will suffice
3277 remove unnecessary printf
3279 2004-02-22 [alfons] 0.9.9claws26
3282 put back a lost check
3284 2004-02-21 [alfons] 0.9.9claws25
3287 don't forget to save folder properties after renaming folder
3289 2004-02-20 [paul] 0.9.9.claws24
3292 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3295 complete sync with 0.9.9cvs9's 'update folderview
3299 require gettext >= 0.12.1
3301 2004-02-17 [match] 0.9.9claws23
3304 keep the peace - change style.
3306 2004-02-17 [alfons] 0.9.9claws22
3309 make MATCHACTION_STOP cancel filtering / processing;
3310 clean up and document it to make it a little bit more clear;
3312 2004-02-17 [alfons] 0.9.9claws21
3314 %X marks the cursor spot for reply quote format
3316 * src/quote_fmt_lex.l
3321 src/quote_fmt_parse.y
3325 handle %X token for replies only (for now)
3327 2004-02-17 [paul] 0.9.9claws20
3330 updated by Andrej Kacian
3333 remove unneeded include
3336 be a little more user-friendly with the labels
3339 a change forgotten in the last commit:
3340 SYLPHEED_ACLOCAL_INCLUDE(m4)
3342 2004-02-17 [paul] 0.9.9claws19
3344 * ac/* ** REMOVED **
3346 intl/Makefile.in ** REMOVED **
3348 m4/missing ** NEW **
3349 m4/missing/gdk-pixbuf.m4 ** NEW **
3350 m4/missing/gettext.m4 ** NEW **
3351 m4/missing/gpgme.m4 ** NEW **
3352 m4/missing/imlib.m4 ** NEW **
3353 m4/.cvsignore ** NEW **
3354 m4/Makefile.am ** NEW **
3356 m4/aclocal-include.m4 ** NEW **
3357 m4/aspell.m4 ** NEW **
3358 m4/check-type.m4 ** NEW **
3359 m4/gnupg-check-typedef.m4 ** NEW **
3360 m4/openssl.m4 ** NEW **
3361 m4/spamassassin.m4 ** NEW **
3362 po/ChangeLog ** REMOVED **
3363 po/Makefile.in.in ** REMOVED **
3364 po/Rules-quot ** REMOVED **
3365 po/boldquot.sed ** REMOVED **
3366 po/en@boldquot.header ** REMOVED **
3367 po/en@quot.header ** REMOVED **
3368 po/insert-header.sin ** REMOVED **
3369 po/quot.sed ** REMOVED **
3370 po/remove-potcdate.sed ** REMOVED **
3371 po/remove-potcdate.sin ** REMOVED **
3372 po/stamp-po ** REMOVED **
3376 enable building with automake 1.8.x
3377 add 'autopoint' to autogen.sh and remove all
3378 auto-generated files, remove ac/ in favour of
3381 2004-02-17 [alfons] 0.9.9claws18
3384 MSG_IS_NEWS() is not stored at all, and is bogus
3386 2004-02-17 [martin] 0.9.9claws17
3388 * src/prefs_themes.c
3389 fix crash when installing wrong theme and output an
3392 2004-02-16 [christoph] 0.9.9claws16
3395 * src/stock_pixmap.[ch]
3397 * src/pixmaps/linewrapcurrent.xpm ** NEW **
3398 add "Wrap current paragraph" to compose toolbar
3400 2004-02-15 [alfons] 0.9.9claws15
3403 refine previous commit to make sure other hook functions
3404 get their grab of the pie too
3406 2004-02-15 [alfons] 0.9.9claws14
3409 fix sync breakage so we don't pass invalid pointer types
3411 2004-02-15 [match] 0.9.9claws13
3413 * src/ldapquery.[ch]
3415 * src/addrindex.[ch]
3416 tweak threading calls.
3417 * src/addr_compl.[ch]
3418 add alias into completion list.
3421 improve context menu behavior.
3422 change menu sequence.
3423 add send mail from addressbook.
3424 * src/addrselect.[ch]
3426 add send mail from addressbook.
3428 2004-02-15 [christoph] 0.9.9claws12
3431 skip deleting when duplist is empty
3433 * src/folderview.[ch]
3435 * src/summaryview.[ch]
3436 call folderutils_delete_duplicates() from mainwindow code
3438 2004-02-15 [alfons] 0.9.9claws11
3440 * src/common/utils.c
3441 add prefix for italian ms o(e)
3443 2004-02-14 [paul] 0.9.9claws10
3446 fix updating of the folder view when creating a
3449 2004-02-13 [paul] 0.9.9claws9
3451 * src/plugins/clamav/clamav_plugin.c
3454 2004-02-13 [paul] 0.9.9claws8
3456 * sync with 0.9.9cvs9
3457 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3459 2004-02-13 [alfons] 0.9.9claws7
3461 * src/common/utils.c
3462 fix wrong type of argument for ctype functions (pass unsigned
3463 char instead of signed char)
3465 2004-02-12 [alfons] 0.9.9claws6
3468 don't select text in header entry when composing to a
3469 default address, but rather give the header entry a
3470 different color / style (same as the folder new color)
3472 2004-02-12 [alfons] 0.9.9claws5
3474 * src/plugins/clamav/clamav_plugin.c
3475 don't exit(2) on libclamav init error - show a warning.
3476 (tested by damaging a clamav database file.)
3478 2004-02-12 [paul] 0.9.9claws4
3480 * sync with 0.9.9cvs4
3481 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3483 2004-02-11 [luke] 0.9.9claws3
3486 remove redundant check introduced in 0.9.9claws1
3488 2004-02-11 [luke] 0.9.9claws2
3491 fix compilation of my previous commit without gpg enabled
3493 2004-02-10 [luke] 0.9.9claws1
3496 add borders to icons to indicate the privacy status for
3497 the message part (unknown/bad/good)
3499 2004-02-06 [paul] 0.9.9claws
3503 2004-02-06 [darko] 0.9.8claws64
3506 don't allow Ctrl+Enter while external editor is active
3508 2004-02-06 [paul] 0.9.8claws63
3514 update Spanish, Polish, Slovak, and Serbian translations.
3515 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3518 2004-02-04 [alfons] 0.9.8claws62
3521 grab focus only when lbutton was pressed (bug #430 cont'd;
3522 don't have clue yet why the cursor pos is at the end of the
3525 2004-02-04 [alfons] 0.9.8claws61
3528 always grab focus when one of the header entries is clicked
3529 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3533 * ac/missing/gdk-pixbuf.m4
3536 prevent 'underquoted definition' warnings
3537 patch submitted by David Relson
3539 * src/plugins/clamav/README
3540 update, improve, correct
3542 2004-01-31 [thorsten] 0.9.8claws60
3545 'dir' not initialized if group has no messages
3547 2004-01-29 [christoph] 0.9.8claws59
3549 * src/customheader.[ch]
3550 add custom_header_is_allowed() to check for disallowed header names
3551 that must not be overridden by custom headers
3554 always write From: header and use custom_header_is_allowed() to
3555 check if custom header should be written
3557 * src/prefs_customheader.c
3558 check if custom header is disallowed using custom_header_is_allowed()
3561 destroy message id GHashTable before freeing the MsgInfos
3563 2004-01-29 [paul] 0.9.8claws58
3565 * sync with 0.9.9 release
3566 see ChangeLog 2004-01-29
3568 2004-01-29 [paul] 0.9.8claws57
3570 * sync with 0.9.8cvs11
3571 see ChangeLog 2004-01-29
3573 2004-01-28 [christoph] 0.9.8claws56
3577 return WARN signature status when signature is not trusted
3581 * src/folderutils.[ch] ** NEW **
3583 implement delete duplicates summaryview independent
3585 2004-01-28 [paul] 0.9.8claws55
3587 * sync with 0.9.8cvs10
3588 see Changelog 2004-01-27 and 2004-01-28
3590 2004-01-26 [christoph] 0.9.8claws54
3593 create a root node for the Folder if scan fails because root
3594 folder does not exist
3596 2004-01-26 [paul] 0.9.8claws53
3598 * sync with 0.9.8cvs7
3599 see ChangeLog 2004-01-23
3601 2004-01-25 [alfons] 0.9.8claws52
3604 remove left-over constant INDENT_CHARS
3606 2004-01-25 [alfons] 0.9.8claws51
3609 add NULL pointer check for mimeinfo->node in
3610 procmime_mimeinfo_parent()
3612 2004-01-25 [darko] 0.9.8claws50
3615 make "Wrap all long lines" toolbar button wrap all
3616 long lines not just the current line
3617 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3620 2004-01-25 [alfons] 0.9.8claws49
3623 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3624 necessary anyway, because *scanf() functions neglect white
3626 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3628 2004-01-25 [paul] 0.9.8claws48
3630 * src/prefs_ext_prog.c
3631 apply Alfons' patch to check for NULL pointers
3634 2004-01-25 [paul] 0.9.8claws47
3636 * sync with 0.9.8cvs8
3637 see ChangeLog 2004-01-23
3639 2004-01-25 [thorsten] 0.9.8claws46
3642 remove orphaned mimeview unref()
3644 2004-01-23 [christoph] 0.9.8claws45
3647 set ctree widget style
3649 2004-01-23 [paul] 0.9.8claws44
3651 * sync with 0.9.8cvs5
3652 see ChangeLog 2004-01-22
3654 2004-01-23 [alfons] 0.9.8claws43
3657 remove redundant code in procmsg_get_thread_tree()
3659 2004-01-21 [christoph] 0.9.8claws42
3662 set ctree widget style, otherwise GTK does not use the
3663 the correct vertical size for the list items
3665 2004-01-21 [alfons] 0.9.8claws41
3668 GDK_Left should only switch to folderview when
3669 when summaryview hscrollbar is at the leftmost
3670 position (fixes bug #420, "Focus error")
3672 2004-01-21 [paul] 0.9.8claws40
3674 * sync with 0.9.8cvs4
3675 see ChangeLog 2004-01-20
3677 2004-01-20 [christoph] 0.9.8claws39
3680 remove setting sensitivity for no longer existing
3681 /Scoring... popup entry
3683 2004-01-20 [keith] 0.9.8claws38
3686 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3688 2004-01-20 [paul] 0.9.8claws37
3691 demystify font settings
3694 use textview->msgfont for header->body in
3695 textview_show_header()
3697 2004-01-20 [paul] 0.9.8claws36
3701 remove superfluous debug_print's
3704 clear the statusbar after LOCAL incorporation
3706 2004-01-20 [paul] 0.9.8claws35
3708 * sync with 0.9.8cvs3
3709 see ChangeLog 2004-01-20
3711 2004-01-19 [keith] 0.9.8claws34
3714 don't show 'Search folder...' on popup menu
3715 if folder has no mails in it
3717 2004-01-17 [keith] 0.9.8claws33
3722 store position of compose window in prefs
3724 2004-01-17 [thorsten] 0.9.8claws32
3726 * src/gtk/gtkvscrollbutton.c
3727 ensure scrollbutton resize event on different gtk versions
3729 2004-01-15 [alfons] 0.9.8claws31
3732 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3735 2004-01-12 [christoph] 0.9.8claws30
3738 better MIME-Version check
3740 2004-01-11 [alfons] 0.9.8claws29
3743 remove unnecessary but still effective check (could possibly
3744 lead to some unwanted side effects)
3746 2004-01-11 [alfons] 0.9.8claws28
3749 we should not prefer lowest message number while threading
3750 (introduced in previous commit)
3752 2004-01-11 [alfons] 0.9.8claws27
3755 subject threading fixes:
3757 - make message with lowest message number the
3759 - refine recording last node when threading. the last node
3760 should be the previous one if a node has a thread parent,
3761 or the current node if not
3763 (there's another threading bug fix coming up)
3765 2004-01-10 [paul] 0.9.8claws26
3768 src/prefs_ext_prog.c
3769 src/plugins/clamav/clamav_plugin_gtk.c
3772 2004-01-09 [christoph] 0.9.8claws25
3775 * src/string_match.[ch] ** REMOVE **
3776 * src/common/Makefile.am
3777 * src/common/string_match.[ch] ** NEW **
3778 move string_match.[ch] to common directory
3780 2004-01-09 [christoph] 0.9.8claws24
3783 add MIME-Version header for the message parser
3785 2004-01-09 [paul] 0.9.8claws23
3791 src/prefs_ext_prog.[ch] ** NEW FILES **
3792 move External Command options from 'Common Prefs/Other' to
3793 'Other Prefs/Message View/External Programs', also reveal
3794 the hidden options for audio player and image viewer.
3796 * src/prefs_common.c
3797 fix toggling of header pane
3799 2004-01-09 [paul] 0.9.8claws22