1 2005-02-27 [paul] 1.0.1cvs20
4 fix crash-causing typo. spotted by
7 2005-02-25 [paul] 1.0.1cvs19
10 * src/prefs_folder_item.c
11 * src/gtk/prefswindow.c
12 * src/gtk/prefswindow.h
13 fix bug 698 'Clicking OK without username 'crashes'
14 account edit window'. Patch by Alfons
16 2005-02-24 [colin] 1.0.1cvs18
19 Don't send out receipts if offline. Ask.
21 2005-02-23 [colin] 1.0.1cvs17
24 Encode parts when signing
26 2005-02-23 [colin] 1.0.1cvs16
32 2005-02-21 [colin] 1.0.1cvs15
35 Fix signing/encrypting still on after
36 privacy system has been disabled
38 2005-02-18 [colin] 1.0.1cvs14
41 * src/quote_fmt_parse.y
42 Bugfix: Fix parser init (patch by Ivan)
44 2005-02-18 [colin] 1.0.1cvs13
46 * src/plugins/pgpmime/pgpmime.c
47 Fix build (missed my `mv`)
49 2005-02-18 [colin] 1.0.1cvs12
52 * src/privacy.c ** RE-ADDED **
53 * src/privacy.cpp ** REMOVED **
55 * src/plugins/pgpmime/Makefile.am
56 * src/plugins/pgpmime/passphrase.h
57 * src/plugins/pgpmime/pgpmime.c ** RE-ADDED **
58 * src/plugins/pgpmime/pgpmime.cpp ** REMOVED **
59 * src/plugins/pgpmime/pgpmime.h
60 * src/plugins/pgpmime/prefs_gpg.h
61 * src/plugins/pgpmime/select-keys.h
62 * src/plugins/pgpmime/sgpgme.h
63 Revert huge API breakage.
65 2005-02-16 [christoph] 1.0.1cvs11
68 add scan required function for MH folders
70 (Patch by Ivan Rayner <ivanr@sgi.com>)
72 2005-02-15 [christoph] 1.0.1cvs10
74 * src/plugins/pgpmime/pgpmime.cpp
75 * src/plugins/pgpmime/pgpmime.h
76 add sign and encrypt functions
78 2005-02-15 [christoph] 1.0.1cvs9
82 * src/privacy.c ** REMOVE **
83 * src/privacy.cpp ** NEW **
85 * src/plugins/pgpmime/Makefile.am
86 * src/plugins/pgpmime/passphrase.h
87 * src/plugins/pgpmime/pgpmime.c ** REMOVE **
88 * src/plugins/pgpmime/pgpmime.cpp ** NEW **
89 * src/plugins/pgpmime/pgpmime.h
90 * src/plugins/pgpmime/prefs_gpg.h
91 * src/plugins/pgpmime/select-keys.h
92 * src/plugins/pgpmime/sgpgme.h
93 change Privacy-API to C++
95 2005-02-15 [colin] 1.0.1cvs8
99 Sanitize substitution for saved filenames:
100 only \ / * and \r \n \t are bad.
102 2005-02-15 [colin] 1.0.1cvs7
106 Optimize (constant instead of strlen). Thanks
109 2005-02-14 [colin] 1.0.1cvs6
113 Use quoted-printable instead of 7bit or 8bit
114 to encode "^From " and avoid mail corruption
115 on the MTA, as specified by RFC 3156. Thanks
118 2005-02-12 [colin] 1.0.1cvs5
121 Remove wrong use of compose struct after
122 compose_send(). Spotted by Alfons and Holger Berndt.
124 2005-02-10 [paul] 1.0.1cvs4
127 sync with main, see ChangeLog 2005-02-10
129 2005-02-10 [colin] 1.0.1cvs3
132 dereference freed messageview,
133 and don't try to use it after free.
134 This caused occasional late segfaults
137 2005-02-10 [colin] 1.0.1cvs2
140 Don't display html with plugin automatically
143 2005-02-09 [colin] 1.0.1cvs1
148 Display first relevant part using plugin
149 if not text/plain if possible (useful for
150 vCalendar for example)
152 2005-02-08 [paul] 1.0.1
156 2005-02-08 [paul] 1.0.0cvs29
165 updated by Thomas Gilgin, Ricardo Mones Lastra,
166 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
167 Guimaraes, Andrej Kacian, Aleksandar Urosevic
169 2005-02-05 [paul] 1.0.0cvs28
172 fix Bug 682 'redirect is broken'
175 2005-02-05 [thorsten] 1.0.0cvs27
177 * src/partial_download.c
180 2005-02-03 [colin] 1.0.0cvs26
182 * src/common/plugin.c
183 Don't load GTK2 plugins at all. This solves
184 the plugins problem when switching between
185 GTK1 and GTK2 version.
187 2005-02-02 [colin] 1.0.0cvs25
192 2005-01-31 [colin] 1.0.0cvs24
195 Fix MsgInfo reference leak
197 2005-01-28 [colin] 1.0.0cvs23
200 Change check - partial_recv is not cached.
202 2005-01-28 [colin] 1.0.0cvs22
205 Don't call partial_mark_for_delete() when
208 2005-01-27 [colin] 1.0.0cvs21
214 2005-01-27 [christoph] 1.0.0cvs20
217 use normal message remove function if a folder has no function
218 to remove all messages
223 2005-01-27 [colin] 1.0.0cvs19
226 Forgot to commit this file with cvs18.
228 2005-01-27 [colin] 1.0.0cvs18
231 Uhm, better not touch the original msginfo_list.
233 2005-01-27 [colin] 1.0.0cvs17
237 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
239 ... And use it to be able to reply to the currently
242 2005-01-27 [colin] 1.0.0cvs16
250 Factorize this reply mess
252 2005-01-26 [paul] 1.0.0cvs15
256 * src/common/template.c
257 sync with main, (fix memory leak), see ChangeLog
260 2005-01-25 [paul] 1.0.0cvs14
263 compose_redirect(): fix sensitivity of attachment
264 "Properties..." button
266 2005-01-24 [colin] 1.0.0cvs13
269 Freeze clist during operations involving message
272 2005-01-24 [paul] 1.0.0cvs12
279 sync with main, see ChangeLog 2005-01-19
281 2005-01-24 [colin] 1.0.0cvs11
284 Fix build with MIPSpro compiler.
285 Patch by Ivan Rayner <ivanr@sgi.com>
287 2005-01-24 [colin] 1.0.0cvs10
290 Use (+) in collapsed folders with quicksearch-
293 2005-01-23 [holger] 1.0.0cvs9
296 Include missing header file
298 2005-01-22 [colin] 1.0.0cvs8
301 * src/gtk/quicksearch.c
302 Make recursive quicksearch work in
303 root folders (and code fixes)
305 2005-01-21 [colin] 1.0.0cvs7
308 Set cursor to wait while looking in subfolders
310 2005-01-21 [colin] 1.0.0cvs6
313 Don't clear quicksearch if recursion is on,
316 2005-01-21 [colin] 1.0.0cvs5
318 * src/gtk/quicksearch.c
321 Add option to recurse or not
323 2005-01-21 [colin] 1.0.0cvs4
329 * src/gtk/quicksearch.c
330 * src/gtk/quicksearch.h
331 Make quicksearch recursive - results materialized
332 by search icons in the folderview.
334 2005-01-20 [holger] 1.0.0cvs3
338 Add addrindex_load_person_attribute() (for plugins)
340 2005-01-19 [colin] 1.0.0cvs2
347 Add an easy way to export specific messages
350 2005-01-19 [paul] 1.0.0cvs1
354 updated by Rui Hirokawa and
357 2005-01-18 [paul] 1.0.0
359 * version 1.0.0 released
361 2005-01-17 [thorsten] 0.9.13cvs38
364 * src/gtk/pluginwindow.c
365 return value of filesel should not be free()d
367 2005-01-17 [paul] 0.9.13cvs37
377 update translations. submitted by Ricardo Mones
378 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
379 Frederico Goncalves Guimaraes, Andrej Kacian,
382 2005-01-16 [colin] 0.9.13cvs36
384 * src/prefs_toolbar.c
385 Fix two leaks, both found by Alfons.
387 2005-01-15 [paul] 0.9.13cvs35
389 * src/gtk/pluginwindow.c
390 fix 2 memleaks, patch by Alfons
392 2005-01-15 [paul] 0.9.13cvs34
396 * src/common/template.c
397 sync with main, see ChangeLog 2005-01-11
398 (fix potential memory corruption bug)
400 2005-01-14 [colin] 0.9.13cvs33
404 Fix coding style issues from the last patch
406 2005-01-14 [colin] 0.9.13cvs32
409 Fix possible double free, avoid putting 8k on the stack
412 Fix links with tags inside, add some entities
414 Both patches by Rich Coe <Richard.Coe@med.ge.com>
416 2005-01-09 [thorsten] 0.9.13cvs31
418 * tools/calypso_convert.pl
419 support nested subdirs (possible in recent calypso versions)
420 fix "change of readonly value" error with perl >= 5.8
422 2005-01-08 [colin] 0.9.13cvs30
424 * src/prefs_filtering_action.c
425 Plug leak - patch by Alfons
427 2005-01-07 [paul] 0.9.13cvs29
433 sync with main, see ChangeLog 2005-01-06
435 2005-01-06 [colin] 0.9.13cvs28
437 * src/prefs_matcher.c
438 Plug leak. Patch by Alfons
440 2005-01-04 [christoph] 0.9.13cvs27
445 Create extra popup menu entries for account settings
447 (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
449 2005-01-03 [colin] 0.9.13cvs26
452 Plugins should be loaded before --receive or --receive-all
454 Patch by Felix Eckhofer <felix-ml@tribut.de>
456 2005-01-03 [colin] 0.9.13cvs25
460 Add data_len member, because we can get NULs from network
463 2005-01-01 [colin] 0.9.13cvs24
466 Fix possible memleak in corner case - found by
467 Martin Kluge, patch by Alfons
469 2004-12-30 [colin] 0.9.13cvs23
472 Fix prototypes - patch by Alfons
474 2004-12-30 [paul] 0.9.13cvs22
480 sync with main 1.0.0.
481 see ChangeLog 2004-12-22
483 2004-12-18 [paul] 0.9.13cvs21
489 sync with main, see ChangeLog 2004-12-17
491 2004-12-17 [thorsten] 0.9.13cvs20
494 protect trailing spaces when signing message
496 2004-12-16 [paul] 0.9.13cvs19
503 sync with main 1.0.0rc
504 see ChangeLog 2004-12-15
506 2004-12-14 [colin] 0.9.13cvs18
508 * src/gtk/prefswindow.c
511 2004-12-14 [colin] 0.9.13cvs17
515 * src/gtk/prefswindow.c
516 Catch Enter in prefswindow while in text
517 widget. Patch by Alfons.
519 2004-12-14 [paul] 0.9.13cvs16
526 sync with main, see ChangeLog entries 2004-12-10
530 updated by Pavlo Bohmat
532 2004-12-13 [thorsten] 0.9.13cvs15
534 * src/plugins/spamassassin/libspamc.c
537 2004-12-13 [colin] 0.9.13cvs14
539 * src/gtk/prefswindow.c
540 * src/gtk/pluginwindow.c
541 Fix key_pressed handlers
543 2004-12-11 [colin] 0.9.13cvs13
545 * src/quote_fmt_parse.y
546 Rework quote_fmt_parse to use less local
547 arrays in local blocks, so it doesn't
548 freak out IBM's stack protector. Patch
551 2004-12-10 [colin] 0.9.13cvs12
556 Fix corruptions when de-separating messageview
558 2004-12-10 [paul] 0.9.13cvs11
561 use a different set of icons for the Preview
563 2004-12-09 [colin] 0.9.13cvs10
566 Fix procmime_encode_content doing horribly wrong
567 stuff when encoding to B64 from memory
569 2004-12-08 [colin] 0.9.13cvs9
571 * src/gtk/colorlabel.c
572 Fix color label off-by-one
575 2004-12-08 [hoa] 0.9.13cvs8
577 * src/quote_fmt_parse.y
578 really fix buffer overflow
580 2004-12-08 [colin] 0.9.13cvs7
582 * src/matcher_parser_parse.y
584 * src/prefs_matcher.c
588 Cache total_size and use that to speed up
590 Add 'partial' to the list of useable stuff
598 2004-12-08 [colin] 0.9.13cvs6
601 Fix possible boundary overrun in
602 get_email_part(). Patch by Alfons
604 2004-12-08 [hoa] 0.9.13cvs5
606 * src/quote_fmt_parse.y
608 http://bugs.gentoo.org/show_bug.cgi?id=67253
610 2004-12-07 [thorsten] 0.9.13cvs4
613 fix leak introduced with 0.9.13cvs1
615 2004-12-07 [keith] 0.9.13cvs3
620 2004-12-07 [colin] 0.9.13cvs2
623 * src/prefs_account.c
626 Add SMTP PLAIN authentication. Patch by
627 George Michaelson <ggm@apnic.net>
629 2004-12-07 [thorsten] 0.9.13cvs1
632 [Bug 650] reply button causes crash
633 Patch partly by David Relson
635 2004-12-06 [paul] 0.9.13
642 updated by Andrej Kacian
647 2004-12-06 [christoph]
650 move GPGME check to PGP/MIME plugin checks
652 2004-12-06 [colin] 0.9.12cvs187
655 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
657 2004-12-06 [paul] 0.9.12cvs186
668 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea
669 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
672 2004-12-05 [paul] 0.9.12cvs185
678 * TODO.claws **REMOVED**
679 removed, use the wiki instead
682 remove newscache_conv.pl from the release package
683 and notes as it is broken and not currently maintained
684 * tools/filter_conv.pl
685 use --config-dir to find claws' config dir
686 * tools/kdeservicemenu/README
687 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
688 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
689 make a top-level menu entry
691 2004-12-04 [paul] 0.9.12cvs184
694 conv_unmime_header_overwrite(name)
696 2004-12-04 [colin] 0.9.12cvs183
699 Fix saving of compose window position
700 when sending mail. Patch by Alfons.
702 2004-12-04 [paul] 0.9.12cvs182
710 * doc/manual/ja/Makefile.am
711 * doc/manual/ja/sylpheed-1.html
712 * doc/manual/ja/sylpheed-10.html
713 * doc/manual/ja/sylpheed-11.html
714 * doc/manual/ja/sylpheed-12.html
715 * doc/manual/ja/sylpheed-13.html
716 * doc/manual/ja/sylpheed-14.html
717 * doc/manual/ja/sylpheed-15.html
718 * doc/manual/ja/sylpheed-16.html
719 * doc/manual/ja/sylpheed-17.html
720 * doc/manual/ja/sylpheed-18.html
721 * doc/manual/ja/sylpheed-19.html
722 * doc/manual/ja/sylpheed-2.html
723 * doc/manual/ja/sylpheed-20.html
724 * doc/manual/ja/sylpheed-3.html
725 * doc/manual/ja/sylpheed-4.html
726 * doc/manual/ja/sylpheed-5.html
727 * doc/manual/ja/sylpheed-6.html
728 * doc/manual/ja/sylpheed-7.html
729 * doc/manual/ja/sylpheed-8.html
730 * doc/manual/ja/sylpheed-9.html
731 * doc/manual/ja/sylpheed.html
732 * doc/manual/ja/sylpheed.sgml
735 * src/pixmaps/regular.xpm **REMOVED**
736 sync with main 1.0.0beta4, including: "canonicalize text files
737 before encoding to BASE64, and uncanonicalize after decoding
738 to conform with RFC 2045"
740 2004-12-03 [christoph] 0.9.12cvs181
743 build the Privacy System menu without GtkItemFactory to
744 allow '/' in Privacy System names
746 * src/plugins/pgpmime/pgpmime.c
747 * src/plugins/pgpmime/plugin.c
748 Update description and change Privacy System name
752 * src/pixmaps/dir_close.xpm
753 * src/pixmaps/dir_open.xpm
754 * src/pixmaps/drafts_close.xpm
755 * src/pixmaps/drafts_open.xpm
756 * src/pixmaps/group.xpm
757 * src/pixmaps/unread.xpm
758 update icons (sync with main (adjust hue))
760 2004-12-02 [paul] 0.9.12cvs180
768 * src/pixmaps/folder.xpm **REMOVED**
770 fixes bug 644 'extra CRs in subject line break filtering'
772 2004-12-02 [colin] 0.9.12cvs179
775 Prevent duplicate edition of queued
778 2004-12-02 [colin] 0.9.12cvs178
781 Fix quote linewrapping ignoring pref
784 2004-11-30 [colin] 0.9.12cvs177
786 * src/gtk/prefswindow.c
787 * src/gtk/pluginwindow.c
788 Add shortcut keys to prefs window
789 and plugin window. Patch by Fabien Vantard.
791 2004-11-29 [colin] 0.9.12cvs176
794 Fix disappearing separators in folderview's popup
796 2004-11-29 [colin] 0.9.12cvs175
801 2004-11-29 [colin] 0.9.12cvs174
806 2004-11-26 [colin] 0.9.12cvs173
810 Use ESMTP for all servers advertising it
811 Add SIZE= parameter to MAIL command for
814 2004-11-24 [colin] 0.9.12cvs172
816 * src/plugins/pgpmime/pgpmime.c
819 2004-11-24 [colin] 0.9.12cvs171
821 * src/plugins/pgpmime/pgpmime.c
822 Fix numerous GpgmeGtk leaks
824 2004-11-24 [colin] 0.9.12cvs170
826 * src/plugins/pgpmime/pgpmime.c
827 Fix numerous GpgmeCtx leaks
829 2004-11-24 [colin] 0.9.12cvs169
831 * src/plugins/pgpmime/plugin.c
833 * src/plugins/trayicon/Makefile.am
834 * src/plugins/trayicon/newmarkedmail.xpm
835 * src/plugins/trayicon/trayicon.c
836 * src/plugins/trayicon/unreadmarkedmail.xpm
837 Add new icons when there are unread marked mails
840 2004-11-23 [thorsten] 0.9.12cvs168
842 * src/plugins/pgpmime/plugin.c
843 typo: plugin_init instead of plugin_done
845 2004-11-23 [thorsten] 0.9.12cvs167
849 * src/partial_download.c
850 * src/partial_download.h
851 o fix path for includes
853 2004-11-23 [colin] 0.9.12cvs166
858 2004-11-23 [colin] 0.9.12cvs165
861 Fix mime headers wrapping
863 2004-11-23 [christoph] 0.9.12cvs164
865 * src/common/Makefile.am
866 * src/common/partial_download.[ch]
868 * src/partial_download.[ch]
870 move to src because it depends on src stuff
873 * src/common/base64.h
874 move B64LEN macro to base64.h
878 add PrefsAccount to sign-function parameters
881 * src/prefs_account.[ch]
882 * src/gtk/prefswindow.[ch]
883 o use new prefswindow for account prefs
884 o add possibility to add new pages to account prefs
886 * src/plugins/pgpmime/prefs_gpg.[ch]
887 * src/plugins/pgpmime/prefs_gpg.glade
888 add account prefs for GPG
890 * src/plugins/pgpmime/pgpmime.c
891 * src/plugins/pgpmime/sgpgme.[ch]
892 create signers list based on the GPG account prefs
894 2004-11-23 [colin] 0.9.12cvs163
897 Fix cursor going from normal to wait
898 as many times as there are folders
899 (very noticeable on exported displays)
901 2004-11-23 [colin] 0.9.12cvs162
904 HEAD needs this leak fix too
906 2004-11-22 [luke] 0.9.12cvs161
909 'Up' key moves one line (not one paragraph) like 'Down'
911 2004-11-22 [paul] 0.9.12cvs160
914 fix oversized GtkFrames
916 2004-11-19 [paul] 0.9.12cvs159
919 update prefs_keybind_apply_clicked()
921 2004-11-18 [paul] 0.9.12cvs158
927 use Message-ID format like that previously
928 used in compose_generate_msgid()
930 2004-11-17 [christoph] 0.9.12cvs157
934 integrate "Common preferences" into new preferences dialog
936 2004-11-17 [colin] 0.9.12cvs156
938 * src/prefs_account.c
939 * src/prefs_account.h
941 Add an option to let the user choose to store encrypted
942 mail as clear text or encrypted.
944 2004-11-17 [colin] 0.9.12cvs155
948 Be verbose when sending fails
950 Fix procmsg_send_queue returning 0 when there's an error
951 Don't send messages to be encrypted to nobody
954 2004-11-17 [colin] 0.9.12cvs154
957 Fix more pointer confusion
959 2004-11-17 [paul] 0.9.12cvs153
962 forgotten in sync with main 1.0.0beta3
965 2004-11-17 [paul] 0.9.12cvs152
973 sync with main 1.0.0beta3
974 see ChangeLog 2004-11-15 and 2004-11-16
976 2004-11-17 [colin] 0.9.12cvs151
978 * src/plugins/pgpmime/pgpmime.c
981 2004-11-17 [colin] 0.9.12cvs150
983 * src/plugins/pgpmime/pgpmime.c
984 Fix off-by-one causing segs
986 2004-11-17 [colin] 0.9.12cvs149
989 < Reboot_> don't compare pointers to NULL with !
990 So, use the other form to bring consistency.
991 Also fix coding style.
993 2004-11-16 [colin] 0.9.12cvs148
998 2004-11-16 [colin] 0.9.12cvs147
1001 Fix leaks in procmsg_send_message_queue
1003 2004-11-12 [paul] 0.9.12cvs146
1005 * src/prefs_account.c
1012 * src/pixmaps/complete.xpm
1013 * src/pixmaps/continue.xpm
1014 small sync with main, see ChangeLog 2004-11-11
1016 2004-11-11 [paul] 0.9.12cvs145
1030 * src/prefs_account.c
1031 * src/prefs_account.h
1032 * src/prefs_ext_prog.c
1035 * src/summary_search.c
1039 * src/common/utils.c
1040 * src/common/utils.h
1043 sync with main 1.0.0beta2 (plus 4)
1045 2004-11-09 [christoph] 0.9.12cvs144
1048 * src/prefs_account.[ch]
1049 add option menu to select default privacy system
1051 * src/plugins/pgpmime/pgpmime.c
1052 better memory allocation
1055 syncronize flags when scanning a folder
1057 2004-11-08 [colin] 0.9.12cvs143
1060 Prevent useless folder count updates while
1061 quicksearch is running. It is really annoying
1062 while quicksearch is running a full-mail
1063 scan, like 'b foo', in a big folder.
1065 2004-11-08 [colin] 0.9.12cvs142
1068 Really fix these mail URIs
1070 2004-11-08 [colin] 0.9.12cvs141
1073 fix "colin@colino.net" <colin@colino.net>
1076 2004-11-06 [colin] 0.9.12cvs140
1079 Don't ask for passphrase if not sending
1081 2004-11-05 [christoph] 0.9.12cvs139
1084 o encode text content of composed mails
1086 o allow encoding of MimeInfos that are stored in memory buffers
1089 2004-11-03 [paul] 0.9.12cvs138
1092 add 'src/plugins/pgpmime/prefs_gpg.c'.
1093 Patch submitted by Fabien Vantard
1095 * src/prefs_ext_prog.c
1096 fix typos. Patch submitted by Fabien Vantard
1098 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1099 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1100 add German, Spanish, Italian, Brazilian Portuguese,
1101 and Slovak translations. Submitted by Thomas Gilgin,
1102 J. José del RÃo 'partymola', Andrea Spadaccini,
1103 Frederico Goncalves Guimaraes, and Andrej Kacian
1105 2004-11-01 [christoph] 0.9.12cvs137
1108 implement RFC2231's parameter encoding
1110 2004-10-29 [colin] 0.9.12cvs136
1112 * src/common/utils.c
1113 Fix boundary delimiter (a Pine user gets this:
1114 > Malformed message: Unexpected characters at end of parameters:
1119 * tools/textviewer.sh
1120 fix typo. patch submitted by Johann Koenig
1121 <explosive@hvc.rr.com>
1125 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1126 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1127 add French translations, submitted by Fabien Vantard
1129 2004-10-28 [christoph] 0.9.12cvs135
1131 * doc/src/rfc2231.txt ** NEW **
1133 * src/common/quoted-printable.c
1134 * src/common/utils.[ch]
1135 implement RFC2231's parameter decoding
1139 * tools/kdeservicemenu/README
1140 * tools/kdeservicemenu/install.sh
1141 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1142 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1143 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1144 output files to /tmp instead of littering the
1146 add uninstall function
1149 2004-10-26 [christoph] 0.9.12cvs134
1152 better check if parameters have to be in quoted string
1156 * tools/kdeservicemenu/README
1157 * tools/kdeservicemenu/install.sh
1158 * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1159 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1160 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1161 add files for Sylpheed Service Menu in Konqueror
1163 2004-10-22 [paul] 0.9.12cvs133
1166 * src/prefs_common.c
1167 * src/prefs_common.h
1168 * src/prefs_wrapping.c
1169 remove 'smart wrapping'
1171 2004-10-21 [colin] 0.9.12cvs132
1174 Remove extraneous separator in Options
1176 2004-10-21 [colin] 0.9.12cvs131
1179 Replace "unknown" attachments by "application/octet-stream"
1180 Be a bit more defensive when using strchr
1185 updated by Pavlo Bohmat
1187 2004-10-19 [christoph] 0.9.12cvs130
1190 fix wrong menu entry path
1192 (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1195 add extra check for missing menu entries
1197 2004-10-19 [christoph] 0.9.12cvs129
1200 * src/common/utils.c
1201 use utils' generate_msgid() in compose.c
1203 2004-10-18 [christoph] 0.9.12cvs128
1205 * src/plugins/pgpmime/passphrase.c
1206 * src/plugins/pgpmime/pgpmime.c
1207 * src/plugins/pgpmime/prefs_gpg.[ch]
1208 * src/plugins/pgpmime/prefs_gpg.glade
1209 * src/plugins/pgpmime/sgpgme.c
1212 2004-10-18 [christoph] 0.9.12cvs127
1219 * src/customheader.c
1228 * src/matcher_parser_parse.y
1231 * src/prefs_account.c
1233 * src/prefs_msg_colors.c
1239 * src/common/base64.c
1240 * src/common/partial_download.c
1241 * src/common/socket.c
1242 * src/common/sylpheed.c
1243 * src/common/utils.[ch]
1245 * src/gtk/pluginwindow.c
1246 * src/gtk/quicksearch.c
1247 * src/plugins/pgpmime/pgpmime.c
1248 * src/plugins/pgpmime/plugin.c
1249 * src/plugins/pgpmime/select-keys.c
1250 * src/plugins/pgpmime/sgpgme.c
1251 * src/plugins/spamassassin/libspamc.c
1252 * src/plugins/trayicon/trayicon.c
1253 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1254 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1255 o don't use any GNU C extensions
1257 o replace some non-POSIX functions
1259 * src/plugins/spamassassin/spamassassin.[ch]
1260 * src/plugins/spamassassin/spamassassin_gtk.c
1261 * src/plugins/clamav/clamav_plugin.[ch]
1262 * src/plugins/clamav/clamav_plugin_gtk.c
1263 replace statusbar_print_all() from common code because it is a
1271 update Spanish and Korean translations,
1272 submitted by Ricardo Mones Lastra and
1275 2004-10-13 [colin] 0.9.12cvs126
1278 Don't convert message to forced encoding when
1279 drafting, plus minor magic-values cleanup.
1281 2004-10-13 [colin] 0.9.12cvs125
1284 Update POTFILES.in to reflect the source
1287 2004-10-08 [christoph] 0.9.12cvs124
1289 * m4/spamassassin.m4
1290 fix libspamc OpenSSL
1293 rearrange the compose menu
1295 2004-10-08 [christoph] 0.9.12cvs123
1303 * src/passphrase.[ch] ** REMOVE **
1304 * src/prefs_account.[ch]
1305 * src/prefs_common.[ch]
1309 * src/rfc2015.[ch] ** REMOVE **
1310 * src/select-keys.[ch] ** REMOVE **
1311 * src/common/utils.[ch]
1313 * src/plugins/pgpmime/Makefile.am
1314 * src/plugins/pgpmime/passphrase.[ch] ** NEW **
1315 * src/plugins/pgpmime/pgpmime.c
1316 * src/plugins/pgpmime/plugin.c
1317 * src/plugins/pgpmime/prefs_gpg.[ch]
1318 * src/plugins/pgpmime/select-keys.[ch] ** NEW **
1319 * src/plugins/pgpmime/sgpgme.[ch]
1320 o Add new MIME-Writer
1321 o extend PrivacySystem with sign and encrypt functions
1322 o extend PGP/MIME plugin with sign and encrypt functions
1323 o integrate extended Privacy API in Compose and Sending process
1325 2004-10-04 [colin] 0.9.12cvs122
1331 Make forced encoding limited to messageview and
1332 apply only to parts displayed using textview
1334 2004-10-04 [colin] 0.9.12cvs121
1337 Fix bug #605 (collapsed threads re-expand when moving or
1340 2004-10-03 [colin] 0.9.12cvs120
1345 2004-10-02 [colin] 0.9.12cvs119
1349 * src/prefs_common.h
1353 Clean up forced charset feature
1356 2004-10-01 [colin] 0.9.12cvs118
1359 Better fix for Save all: skip multipart mails' first
1362 2004-10-01 [colin] 0.9.12cvs117
1365 Only save attachments in Save All
1367 2004-10-01 [paul] 0.9.12cvs116
1372 * src/prefs_common.c
1373 * src/gtk/colorlabel.c
1374 sync with main 0.9.12cvs17
1376 2004-09-30 [colin] 0.9.12cvs115
1378 * src/stock_pixmap.c
1379 * src/stock_pixmap.h
1382 * src/pixmaps/read.xpm
1383 Add icon for total # column
1385 2004-09-29 [colin] 0.9.12cvs114
1388 Don't close compose until message is sent if
1389 Show Send Dialog is Always
1391 2004-09-29 [paul] 0.9.12cvs113
1393 * src/quote_fmt_parse.y
1394 In the quotation templates recognise sender's first and last
1395 names (%F %L) when the name is in the format "Duck, Donald".
1396 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1399 2004-09-28 [colin] 0.9.12cvs112
1404 Fix Empty trash being visible-invisible-visible...
1406 2004-09-28 [colin] 0.9.12cvs111
1409 Relabel Empty all Trash folders
1411 2004-09-28 [colin] 0.9.12cvs110
1414 Add contextual Empty trash menu
1416 Revert cvs109 which was useless
1418 2004-09-28 [colin] 0.9.12cvs109
1423 2004-09-28 [colin] 0.9.12cvs108
1428 2004-09-28 [colin] 0.9.12cvs107
1431 Fix double-click on entries
1433 2004-09-28 [colin] 0.9.12cvs106
1436 Reintroduce folder_item update freeze on incorporation
1438 2004-09-27 [christoph] 0.9.12cvs105
1441 right-align new and unread column
1447 2004-09-27 [paul] 0.9.12cvs104
1450 revert 0.9.12cvs101, it causes another segfault
1452 2004-09-23 [christoph] 0.9.12cvs103
1454 * src/plugins/spamassassin/libspamc.[ch]
1455 * src/plugins/spamassassin/utils.[ch]
1456 update libspamc to SpamAssassin 3.0.0
1458 2004-09-17 [paul] 0.9.12cvs102
1463 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1466 2004-09-17 [colin] 0.9.12cvs101
1469 Fix segfaults when quitting. valgrind says:
1470 ==12144== Invalid read of size 4
1471 ==12144== at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1473 ==12144== Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1475 ==12144== by 0x80CC671: exit_sylpheed (main.c:498)
1478 2004-09-13 [christoph] 0.9.12cvs100
1481 add NULL pointer checks to fix segfault when messages can
1484 2004-09-08 [colin] 0.9.12cvs99
1487 Remove a debug printf
1489 2004-09-08 [christoph] 0.9.12cvs98
1492 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1493 if the message structure has been scanned
1496 o scan structure when the mail is fetched for the first time
1497 to prevent unnecessary fetching of messages while scanning
1498 the folder for messages
1499 o revert 0.9.12cvs24
1501 * src/plugins/pgpmime/pgpmime.c
1502 check signature if auto signature checking is enabled when the
1503 signature status is requested for first time and not when
1504 checking if a part has a signature
1506 2004-09-07 [colin] 0.9.12cvs97
1509 Change session error messages so that they
1510 are a bit more helpful (the origin of the
1511 error is not apparent if one isn't in
1512 front of Sylpheed when it happens).
1514 2004-09-06 [colin] 0.9.12cvs96
1517 Fix graying out Redirect in non english languages
1518 Patch by Fabien Vantard
1520 2004-09-06 [colin] 0.9.12cvs95
1526 2004-09-06 [colin] 0.9.12cvs94
1532 Add basic drag and drop to addressbook
1534 2004-09-03 [colin] 0.9.12cvs93
1537 Next/Prev unread message should start
1538 from next/prev node (especially if
1539 mark_as_read_delay != 0)
1541 2004-09-03 [colin] 0.9.12cvs92
1543 * src/prefs_common.c
1544 * src/prefs_common.h
1546 Add an hidden 'mark_as_read_delay' pref
1548 2004-09-02 [colin] 0.9.12cvs91
1551 Add unduplicated menu entries (fixes bug 532)
1552 Patch by Fabien Vantard
1554 2004-09-02 [colin] 0.9.12cvs90
1557 Fix bug 582 (broken auto account selection)
1559 2004-09-02 [colin] 0.9.12cvs89
1562 Free deleted queries too
1564 2004-09-02 [colin] 0.9.12cvs88
1567 Fix freezes in LDAP, due to memory corruption
1568 after deletion of a query (and not removing it
1569 from the corresponding list of queries).
1570 Very probably fixes bug 567 and bug 569
1572 2004-09-02 [colin] 0.9.12cvs87
1574 * src/prefs_spelling.c
1575 Fix bug with aspell prefs init, where spell checking
1576 is enabled at first but dictionary not specified. Use
1577 LANG's dictionary by default.
1579 2004-09-01 [colin] 0.9.12cvs86
1583 * src/prefs_matcher.c
1584 * src/stock_pixmap.c
1585 Fix more nasty uninitialized variables
1587 2004-08-31 [colin] 0.9.12cvs85
1590 Fix memory corruption when entering procmsg_msginfo_free()
1591 with unitialized msginfo. Thanks Valgrind.
1593 2004-08-29 [colin] 0.9.12cvs84
1596 Don't escape filenames before saving - that's
1597 not dangerous. By the way, fix the leak.
1599 2004-08-27 [paul] 0.9.12cvs83
1605 * src/common/utils.c
1607 sync with main 0.9.12cvs6, see ChangeLog
1608 2004-08-24, 2004-08-25, 2004-08-26
1614 updated by Rui Hirokawa
1616 2004-08-25 [colin] 0.9.12cvs82
1618 * src/plugins/pgpmime/pgpmime.c
1619 Fix leak on non-combined encrypted messages
1621 2004-08-25 [colin] 0.9.12cvs81
1623 * src/plugins/pgpmime/pgpmime.c
1624 * src/plugins/pgpmime/sgpgme.c
1625 * src/plugins/pgpmime/sgpgme.h
1626 Handle combined encryption/signature
1628 2004-08-24 [colin] 0.9.12cvs80
1631 Set mime flags on non multipart messages too
1633 2004-08-23 [christoph] 0.9.12cvs79
1636 create message header in memory as GString before writing it
1639 2004-08-23 [colin] 0.9.12cvs78
1644 Fix (again) bug 197: inline encryption broken
1649 updated by Hansom Young
1655 2004-08-23 [colin] 0.9.12cvs77
1658 Try and fix bug 577 (session->last_access_time is broken since
1659 sync with main 0.9.12cvs2).
1660 Patch by Stephan Sachse <whiteman@teg-clan.de>
1670 update translations. submitted by Ricardo
1671 Mones Lastra, Fabien Vantard, Emilian Nowak,
1672 Frederico Goncalves Guimaraes, Andrej Kacian,
1675 2004-08-22 [paul] 0.9.12cvs76
1677 * src/plugins/trayicon/trayicon.c
1678 fix formatting bug in trayicon_popup_menu_entries[]
1681 2004-08-22 [paul] 0.9.12cvs75
1684 remove reference to openssl.m4
1687 2004-08-21 [colin] 0.9.12cvs74
1690 Fix bug 576 (Duplicate auto-bcc on reedit)
1692 2004-08-21 [colin] 0.9.12cvs73
1695 Grey out Redirect in the toolbar when selection is
1696 multiple. Fixes bug 520
1698 2004-08-21 [colin] 0.9.12cvs72
1701 Save Sign, Encrypt and Mode status when drafting or queuing
1702 Fixes bug 502 (drafted message does not keep sign / encrypt
1705 2004-08-21 [colin] 0.9.12cvs71
1708 Fix bug 494 (Messages are always opened in summary
1709 view when right clicked.) Also fixes bug 508.
1711 2004-08-21 [colin] 0.9.12cvs70
1714 When using inline encryption, don't use QP or Base64:
1715 the mail will be encrypted to a 7bit string.
1718 2004-08-21 [colin] 0.9.12cvs69
1721 Fix inline-signing with 8bit chars: data must be
1722 converted to Quoted-printable before signing.
1724 2004-08-21 [colin] 0.9.12cvs68
1727 Remove 'Message/Save to draft folder'
1728 and 'Message/Save and keep editing' to
1729 put a single 'File/Save' command.
1732 2004-08-21 [colin] 0.9.12cvs67
1735 Fix bug 222 (Summary view state not retained between sessions)
1737 2004-08-20 [colin] 0.9.12cvs66
1740 Fix bug 574 (empty cur_locale is not enough)
1744 * src/plugins/pgpmime/plugin.c
1745 modify PGP/MIME plugin's description
1747 2004-08-16 [colin] 0.9.12cvs65
1750 Fix version comparison
1752 2004-08-16 [colin] 0.9.12cvs64
1757 2004-08-16 [colin] 0.9.12cvs63
1760 People with glibc 2.1 have had problems with non-blocking
1761 SSL_connect. Disable it for glibc < 2.2.
1763 2004-08-16 [colin] 0.9.12cvs62
1768 2004-08-13 [colin] 0.9.12cvs61
1770 * src/plugins/pgpmime/plugin.c
1771 Add plugin's description
1773 2004-08-12 [christoph] 0.9.12cvs60
1776 fix bug that did not thaw folder updates when deleting
1777 duplicates in empty folders
1779 2004-08-12 [colin] 0.9.12cvs59
1781 * src/plugins/trayicon/trayicon.c
1782 Add a context menu with most common operations
1784 2004-08-12 [colin] 0.9.12cvs58
1790 Add support for Freedesktop.org's startup notification
1792 2004-08-10 [colin] 0.9.12cvs57
1795 * src/common/socket.c
1797 * src/common/sylpheed.c
1798 * src/common/sylpheed.h
1799 Put back the ssl connect nonblocking...
1800 without the race condition
1802 2004-08-09 [colin] 0.9.12cvs56
1806 * src/common/sylpheed.c
1807 * src/common/sylpheed.h
1808 Reverting previous commit, doesn't work
1810 2004-08-09 [colin] 0.9.12cvs55
1814 * src/common/sylpheed.c
1815 * src/common/sylpheed.h
1816 Make SSL_connect nonblocking, using a thread
1818 2004-08-09 [paul] 0.9.12cvs54
1821 reflect new location of sgpgme.c
1823 sync with main, see ChangeLog 2004-08-09
1825 2004-08-08 [christoph] 0.9.12cvs53
1828 freeze FolderItem updates while deleting duplicate messages
1830 2004-08-08 [christoph] 0.9.12cvs52
1839 * src/plugins/Makefile.am
1840 * src/plugins/pgpmime/.cvsignore
1841 * src/plugins/pgpmime/Makefile.am
1842 * src/plugins/pgpmime/pgpmime.c
1843 * src/plugins/pgpmime/pgpmime.h
1844 * src/plugins/pgpmime/plugin.c
1845 * src/plugins/pgpmime/sgpgme.c
1846 * src/plugins/pgpmime/sgpgme.h
1847 new plugin for PGP/MIME
1849 2004-08-07 [christoph] 0.9.12cvs51
1852 disable immediate folder change notification on opened folders
1853 until SummaryView can handle it quickly
1855 2004-08-07 [colin] 0.9.12cvs50
1858 * src/common/partial_download.c
1861 2004-08-07 [colin] 0.9.12cvs49
1872 * src/message_search.c
1876 * src/summary_search.c
1879 * src/gtk/sslcertwindow.c
1880 * src/pixmaps/stock_dialog-error.xpm
1881 * src/pixmaps/stock_dialog-info.xpm
1882 * src/pixmaps/stock_dialog-question.xpm
1883 * src/pixmaps/stock_dialog-warning.xpm
1884 sync new alertpanel from gtk2
1886 2004-08-07 [colin] 0.9.12cvs48
1888 * src/prefs_folder_item.c
1889 fix memory corruption in folderitem's prefs
1891 2004-08-06 [colin] 0.9.12cvs47
1894 close compose window after queuing, before
1895 sending when user presses Send
1897 2004-08-05 [christoph] 0.9.12cvs46
1901 add charset to cache file and convert charset when reading the
1902 cache if different from internal used charset
1904 2004-08-05 [christoph] 0.9.12cvs45
1909 * src/common/utils.h
1910 cleanup (remove unused includes/reorganize)
1912 * src/prefs_ext_prog.c
1913 * src/prefs_folder_item.c
1915 * src/prefs_msg_colors.c
1916 * src/prefs_spelling.c
1917 * src/prefs_themes.c
1918 * src/prefs_toolbar.c
1919 * src/prefs_wrapping.c
1920 * src/gtk/prefswindow.[ch]
1921 * src/plugins/clamav/clamav_plugin_gtk.c
1922 * src/plugins/dillo_viewer/dillo_prefs.c
1923 * src/plugins/image_viewer/viewerprefs.c
1924 * src/plugins/spamassassin/spamassassin_gtk.c
1925 change PrefsPage path into an array of strings and don't
1926 split a single string into parts (better for translation)
1928 2004-08-05 [christoph] 0.9.12cvs44
1931 fix FolderItem's message counts after rebuilding a cache
1933 2004-08-05 [paul] 0.9.12cvs43
1940 * src/common/session.c
1941 * src/common/session.h
1942 * src/common/socket.c
1943 sync with main 0.9.12cvs2
1944 see ChangeLog 2004-08-04
1946 2004-08-04 [christoph] 0.9.12cvs42
1949 add missing AC_DEFINE(USE_OPENSSL, ...)
1951 use new xml_node_new() function
1953 2004-08-03 [christoph] 0.9.12cvs41
1957 * src/common/xml.[ch]
1958 sync with main 0.9.12cvs1
1959 see ChangeLog 2004-07-23
1961 2004-08-03 [christoph]
1964 * m4/openssl.m4 ** REMOVE **
1965 use pkg-config to get OpenSSL CFLAGS and LIBS
1966 (OpenSSL 0.9.7 is required now)
1968 2004-08-02 [paul] 0.9.12cvs40
1971 update translation team section
1973 updated by Frederico Goncalves Guimaraes
1974 <fggdebian@yahoo.com.br>
1976 2004-07-29 [colin] 0.9.12cvs39
1979 Inform the user when a partially
1980 downloaded mail isn't on the server
1981 anymore (due to Mark for deletion)
1983 2004-07-29 [colin] 0.9.12cvs38
1986 Hide noticeview if necessary
1988 2004-07-27 [colin] 0.9.12cvs37
1991 More fixes (i overlook a bit, thanks
1992 Christoph for spotting it)
1994 2004-07-27 [colin] 0.9.12cvs36
1999 2004-07-26 [colin] 0.9.12cvs35
2002 Fix uidl-file parsing when not in new
2005 2004-07-19 [colin] 0.9.12cvs34
2008 Save attachment status when drafting
2010 2004-07-19 [colin] 0.9.12cvs33
2015 Reverse 0.9.12cvs29 to 31 (folder icon update
2016 when quicksearch is active)
2018 2004-07-18 [colin] 0.9.12cvs32
2021 Fix partial download bug with "Download all
2024 2004-07-18 [colin] 0.9.12cvs31
2029 2004-07-17 [colin] 0.9.12cvs30
2032 Same, when sticky search is off
2034 2004-07-17 [colin] 0.9.12cvs29
2039 Update FolderItem icon whenever its summaryview is
2042 2004-07-16 [christoph] 0.9.12cvs28
2045 make doubleclick work again
2047 2004-07-16 [christoph] 0.9.12cvs27
2050 fix freeze on mime icon doubleclick (opening doesn't work yet)
2052 2004-07-16 [paul] 0.9.12cvs26
2054 * src/gtk/quicksearch.c
2056 * src/customheader.c
2059 * src/prefs_account.c
2060 * src/prefs_display_header.c
2062 replace "Message-Id" with "Message-ID"
2064 2004-07-16 [paul] 0.9.12cvs25
2070 * src/folder_item_prefs.c
2074 * src/prefs_account.c
2075 * src/prefs_account.h
2076 * src/prefs_common.c
2077 * src/prefs_common.h
2080 sync with main 0.9.12cvs1
2082 2004-07-15 [colin] 0.9.12cvs24
2085 Disable GPG signature check during
2086 folder move and scan
2087 (Closes Bug 521 Signature checking slows down Folder-Move)
2089 2004-07-14 [christoph] 0.9.12cvs23
2092 add missing fclose. Patch by Thomas Gilgin.
2095 add checks if fopen really worked
2097 2004-07-14 [colin] 0.9.12cvs22
2100 * src/common/partial_download.c
2103 2004-07-14 [colin] 0.9.12cvs21
2109 * src/matcher_parser_parse.y
2116 * src/prefs_matcher.c
2121 * src/common/Makefile.am
2123 * src/gtk/quicksearch.c
2124 * src/common/partial_download.c ** NEW FILES **
2125 * src/common/partial_download.h ** NEW FILES **
2126 Partial downloading of pop3 mails
2128 2004-07-13 [christoph] 0.9.12cvs20
2131 use "button_release_event" instead of "button_press_event",
2132 because executing event callbacks while the button is still
2133 pressed is not good and causes problems
2135 2004-07-12 [colin] 0.9.12cvs19
2137 * src/gtk/quicksearch.c
2138 Fix a missing status update in quicksearch
2140 2004-07-08 [colin] 0.9.12cvs18
2143 Fix guint vs gint bug
2145 2004-07-08 [colin] 0.9.12cvs17
2148 use to_human_readable() for sizes
2150 2004-07-08 [paul] 0.9.12cvs16
2153 fix occasional non-clearance of the statusbar
2154 (close Bug 531 'SA plugin: status bar does not
2155 get cleared in OFFLINE mode')
2157 2004-07-07 [colin] 0.9.12cvs15
2159 * src/prefs_common.c [1.225]
2160 * src/prefs_common.h [1.112]
2161 Add a hidden summary_quicksearch_sticky preference,
2162 to allow the quicksearch bar to reset across folders
2163 * src/summaryview.c [1.437]
2165 * src/gtk/quicksearch.c [1.5]
2166 * src/gtk/quicksearch.h [1.3]
2167 Add this preference, fix focus when hitting Enter,
2168 add handling of Esc key to reset
2170 2004-07-06 [colin] 0.9.12cvs14
2172 * src/gtk/quicksearch.c [1.4]
2175 2004-07-06 [christoph] 0.9.12cvs13
2178 enable next unread button in empty folders if next folder
2179 dialog is not disabled
2181 (Closes Feature Request [ 755800 ] "next" button enabled in empty
2184 2004-07-06 [colin] 0.9.12cvs12
2186 * src/common/smtp.c [1.16]
2187 Display maximum message size in the log
2189 2004-07-06 [paul] 0.9.12cvs11
2192 fix typo. (spotted by Fabien Vantard)
2194 2004-07-06 [paul] 0.9.12cvs10
2197 terminate cleanly on SIGHUP. Patch submitted by
2198 Thomas Gilgin <thg@karate-muellheim.de>
2200 2004-07-05 [christoph] 0.9.12cvs9
2203 better replacing of %d in new mail notification command
2205 2004-07-05 [colin] 0.9.12cvs8
2207 * src/common/smtp.[ch]
2208 Take SIZE (returned by EHLO) into account, and
2209 avoid sending too big messages
2211 2004-07-04 [paul] 0.9.12cvs7
2214 fix auto-account selection on imap/news
2216 2004-07-01 [paul] 0.9.12cvs6
2218 * src/gtk/quicksearch.c
2219 reveal hidden string in gui
2222 fix updating of gpg signing setting on
2225 2004-06-30 [darko] 0.9.12cvs5
2227 * src/common/utils.c
2228 remove expand_search_string()
2229 * src/gtk/quicksearch.c
2230 remove no longer needed for loop (thanks Christoph)
2231 add expand_search_string()
2233 2004-06-30 [darko] 0.9.12cvs4
2235 * src/common/utils.c
2236 allow all filtering expressions in quicksearch
2238 (Closes Bug 519 filtering expr. in quicksearch)
2240 2004-06-30 [christoph] 0.9.12cvs3
2246 allow plugins to define TEXTDOMAIN for the _(...) macro
2248 2004-06-30 [paul] 0.9.12cvs2
2254 src/prefs_msg_colors.[ch] ** NEW FILES **
2255 move message colouring options to
2256 '/Other Preferences/Message View/Colors'
2258 2004-06-30 [paul] 0.9.12cvs1
2264 src/prefs_wrapping.[ch] ** NEW FILES **
2265 move message wrapping options to
2266 /'Other Preferences/Compose/Message Wrapping'
2268 2004-06-28 [paul] 0.9.12
2270 * Sylpheed-Claws 0.9.12 released
2275 updated by Ricardo Mones Lastra, Fabien Vantard,
2278 2004-06-27 [paul] 0.9.11cvs19
2281 re-enable certificate check
2283 2004-06-25 [christoph] 0.9.11cvs18
2286 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2288 2004-06-25 [paul] 0.9.11cvs17
2290 * sync with main 0.9.12cvs1
2291 see ChangeLog 2004-06-23
2294 remove unused menu_toggle_toggle()
2296 2004-06-23 [christoph] 0.9.11cvs16
2302 scan the mime structure of multipart mails for correct
2303 attachment, encryped and signed (with privacy API) part
2306 (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2311 updated by Pavlo Bohmat
2313 2004-06-20 [christoph] 0.9.11cvs15
2317 disconnect after authentication when doing POP before SMTP
2319 (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2321 2004-06-19 [christoph] 0.9.11cvs14
2324 fix FolderItem name update
2326 (Closes Bug 511 Folder-Renaming not reflected immediately)
2328 2004-06-17 [paul] 0.9.11cvs13
2330 * sync with main 0.9.12 release
2332 session_set_timeout(): fixed a bug that didn't
2333 reset timeout_tag when interval is 0.
2335 2004-06-16 [christoph] 0.9.11cvs12
2338 correctly clear the URL in the status bar
2340 2004-06-15 [christoph] 0.9.11cvs11
2343 add missing gtk_widget_show()
2345 2004-06-11 [christoph] 0.9.11cvs10
2347 * src/plugins/spamassassin/spamassassin.c
2348 correctly check waitpid return code
2350 (Closes Bug 396 Zombie process when spamassassin is called)
2352 2004-06-10 [christoph] 0.9.11cvs9
2355 * src/summaryview.[ch]
2356 * src/gtk/Makefile.am
2357 * src/gtk/quicksearch.c ** NEW **
2358 separate quick search from summaryview
2360 2004-06-09 [christoph] 0.9.11cvs8
2366 get folder for compose default account from MsgInfo and not
2369 2004-06-09 [christoph] 0.9.11cvs7
2372 add information about added or removed messages to
2373 FOLDER_ITEM_UPDATE hook
2377 scan folder when removing a folder failed instead of
2378 updating the summaryview
2380 2004-06-08 [paul] 0.9.11cvs6
2382 * sync with main 0.9.11cvs2
2383 see ChangeLog 2004-06-08
2385 2004-06-07 [christoph] 0.9.11cvs5
2388 * src/common/Makefile.am
2389 detect library providing 'encrypt' function
2391 2004-06-07 [paul] 0.9.11cvs4
2394 sync with main, 'code cleanup'
2396 * tools/nautilus2sylpheed.sh
2397 fix whitespace limitation. patch submitted by
2398 Stephan Sachse <white@teg-clan.de>
2400 2004-06-04 [christoph] 0.9.11cvs3
2407 * src/folder_item_prefs.c
2412 * src/prefs_themes.c
2415 * src/stock_pixmap.c
2417 fix compiler warnings
2419 2004-06-03 [paul] 0.9.11cvs2
2422 sync with main 0.9.11cvs1: "changed gint32 to
2423 guint32 for some platforms"
2425 2004-06-02 [christoph] 0.9.11cvs1
2428 fix SSL_CTX variable name for older OpenSSL versions
2430 (Closes Bug 503 fix compilation with older OpenSSL)
2432 2004-05-31 [paul] 0.9.11claws
2434 * 0.9.11claws released
2436 2004-05-31 [paul] 0.9.10claws72
2445 update translations, submitted by Ricardo Mones Lastra,
2446 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2447 Urke MMI, and Hansom Young
2449 2004-05-25 [luke] 0.9.10claws71
2453 * src/stockpixmap.[ch]
2455 * src/pixmaps/privacy_emblem_encrypted.xpm ** NEW **
2456 * src/pixmaps/privacy_emblem_failed.xpm ** NEW **
2457 * src/pixmaps/privacy_emblem_passed.xpm ** NEW **
2458 * src/pixmaps/privacy_emblem_signed.xpm ** NEW **
2459 * src/pixmaps/privacy_emblem_warn.xpm ** NEW **
2461 o Added privacy emblems from Jesper Shultz
2462 <jesper@schultz-net.dk>
2463 o Overlay emblems onto mimeview icons to indicate
2464 status of signature and if a message is encrypted
2467 remove unused color definitions (were used to
2468 indicate sig status)
2470 2004-05-25 [paul] 0.9.10claws70
2475 tools/nautilus2sylpheed.sh ** NEW FILE **
2476 add script to enable sending files from
2478 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2480 * tools/launch_firebird ** REMOVED **
2481 removed as the standard "firefox '%s'" now functions
2484 2004-05-23 [paul] 0.9.10claws69
2487 fix %X cursor point segfault
2490 2004-05-23 [christoph] 0.9.10claws68
2495 2004-05-21 [paul] 0.9.10claws67
2497 * sync with 0.9.10cvs17
2498 see ChangeLog 2004-05-21
2500 2004-05-20 [paul] 0.9.10claws66
2502 * sync with 0.9.10cvs16
2503 see ChangeLog 2004-05-19 and 2004-05-20
2505 2004-05-19 [alfons] 0.9.10claws65
2508 on some platforms regoff_t is defined as off_t, so
2511 2004-05-19 [paul] 0.9.10claws64
2513 * sync with 0.9.10cvs13
2514 see ChangeLog 2004-05-18
2516 2004-05-17 [christoph] 0.9.10claws63
2519 search all folders when searching for default folders and
2520 not return the special folder of the first folder
2522 2004-05-13 [alfons] 0.9.10claws62
2525 add a better check to see if a message is a news message
2526 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2528 2004-05-13 [paul] 0.9.10claws61
2531 sync with 0.9.10cvs12
2532 see ChangeLog 2004-05-12
2534 2004-05-12 [alfons] 0.9.10claws60
2537 release lock in case of folder could not be opened
2539 2004-05-11 [christoph] 0.9.10claws59
2542 remove unused folderview update stuff from inc.[ch]
2544 2004-05-11 [paul] 0.9.10claws58
2546 * sync with 0.9.10cvs11
2547 see ChangeLog 2004-05-10 and 2004-05-11
2549 2004-05-09 [christoph] 0.9.10claws57
2552 check for folder class functions and not folder type to detect
2555 2004-05-08 [christoph] 0.9.10claws56
2558 fix date output for signature expire times
2560 (Patch by Edgar Toernig <froese@gmx.de>)
2562 2004-05-06 [christoph] 0.9.10claws55
2564 * src/gtk/prefswindow.c
2565 change window type to DIALOG
2570 o add folder_remove()
2571 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2572 o add new "sort" field to Folder, no longer sort folders by type
2573 higher sort values will be first in the folder list, new folders get 0
2574 and will be added to the end
2577 * src/gtk/Makefile.am
2578 * src/gtk/foldersort.(c|h|glade) ** NEW **
2579 add dialog to allow users to change the folder order
2581 2004-05-04 [paul] 0.9.10claws54
2584 Display account_name in statusbar when retrieving
2585 messages from a pop account
2586 * src/prefs_account.c
2587 display account name in title of prefs_account
2589 * src/prefs_folder_item.c
2590 display folder name in title of prefs_folder window
2592 all 3 patches submitted by Fabien Vantard
2597 2004-05-04 [paul] 0.9.10claws53
2599 * src/prefs_actions.c
2600 src/prefs_template.c
2601 'Esc' Key exits alertpanel
2602 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2604 2004-04-26 [christoph] 0.9.10claws52
2607 * src/gtk/colorsel.c
2608 * src/gtk/description_window.c
2610 * src/gtk/gtkaspell.c
2611 * src/gtk/inputdialog.c
2612 * src/gtk/pluginwindow.c
2613 * src/gtk/progressdialog.c
2614 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2615 it does not work correctly with xinerama
2616 o lock incorporation while the plugin window is open
2618 2004-04-23 [paul] 0.9.10claws51
2621 update location of inputdialog.c
2624 update Copyright string
2629 improve the english a little
2631 2004-04-22 [christoph] 0.9.10claws50
2633 * src/folderutils.[ch]
2634 add folderutils_mark_all_read()
2637 readd "mark all read" from popup menu, now works
2638 in all folders and not only the opened folder
2640 2004-04-21 [christoph] 0.9.10claws49
2643 * src/inputdialog.[ch] ** REMOVED **
2644 * src/gtk/Makefile.am
2645 * src/gtk/inputdialog.[ch] ** NEW **
2646 move inputdialog.[ch] into gtk directory
2649 remove check for missing IMAP folder account
2651 2004-04-20 [christoph] 0.9.10claws48
2655 remove new/rename/delete folder GUI functions because
2656 they are always active, even for news folders, and can
2657 not be easily made folder class dependent
2660 make menu_translate() public
2664 * src/folderview.[ch]
2665 * src/imap_gtk.[ch] ** NEW **
2667 * src/mh_gtk.[ch] ** NEW **
2668 * src/news_gtk.[ch] ** NEW **
2669 o dynamically build FolderView popup menus from a folder
2670 specific part, with callbacks to seperated code, and
2672 o remove the folder class specifiy code from folderview.c
2674 2004-04-15 [luke] 0.9.10claws47
2676 * src/prefs_folder_item.c
2677 o remove buttons for applying 'scan for new mail'
2678 and 'process at startup' to sub folders
2679 o add 'apply to sub folder' check buttons for all
2680 properties and set folder prefs accordingly
2681 o replace multiple gtk_widget_show() with one
2682 gtk_widget_show_all() on container
2684 2004-04-14 [darko] 0.9.10claws46
2686 * src/gtk/Makefile.am
2687 * src/gtk/pluginwindow.c
2688 load plugins from to $(prefix)/lib/sylpheed/plugins
2689 in file selection dialog
2690 * src/plugins/clamav/clamav_plugin.c
2693 2004-04-14 [christoph] 0.9.10claws45
2696 * src/plugins/image_viewer/viewer.c
2699 2004-04-10 [alfons] 0.9.10claws44
2702 appropriate auto account selection when forwarding
2703 (fixes bug #476, "forward as attachment does not listen
2706 2004-04-09 [alfons] 0.9.10claws43
2709 make quick search combo matching case sensitive
2711 2004-04-06 [alfons] 0.9.10claws42
2714 use cursor position to prevent clearing the entire entry
2716 2004-04-06 [alfons] 0.9.10claws41
2719 fix bug #472, "filter not updated when renaming folder"
2721 2004-04-06 [alfons] 0.9.10claws40
2723 * src/messageview.[ch]
2725 reflect changes to Show all headers to main view
2726 and message view (only affects detached message
2727 view). see also bug #473, 'Show All Headers
2730 2004-04-03 [alfons] 0.9.10claws39
2735 2004-04-03 [alfons] 0.9.10claws38
2737 * src/matcher_parser_parse.y
2739 prepare address look up matcher type; marginally
2740 tested, and not hooked into the UI yet.
2742 basically it accepts the result of the left hand
2743 side of the matcher (the "criteria"):
2745 from all_in_addressbook ""
2746 ~to_or_cc any_in_addressbook ""
2748 the first case matches all addresses found in the
2749 from header, and the second case matches if any
2750 (at least one) of the addresses in to or cc headers
2751 are not in the address book.
2753 the string argument is not used yet, but is intended
2754 to match a group of addresses
2756 2004-04-02 [luke] 0.9.10claws37
2758 * src/prefs_folder_item.c
2759 Add two buttons to apply 'scan for new mail'
2760 and 'process at startup' to sub folders
2763 * tools/textviewer.sh
2764 better filename extension matching plus some support for
2765 MS Excel, MS Powerpoint and HTML
2767 2004-03-29 [christoph] 0.9.10claws36
2770 * src/folderutils.[ch]
2772 add delete duplicates for all folders
2774 2004-03-29 [alfons] 0.9.10claws35
2777 don't pass NULL to XXXprintf(); fixes Solaris crashes
2778 when selecting top-level folder node (thanks to
2781 2004-03-28 [keith] 0.9.10claws34
2784 prepend "http://" to URIs of the form "www.example.com"
2786 2004-03-28 [paul] 0.9.10claws33
2795 revise 'translatable string' policy:
2796 don't translate debug_print() or log_print(),
2797 translate log_message() and log_warning()
2800 update submitted by Hansom Young
2802 2004-03-25 [alfons] 0.9.10claws32
2804 * src/prefs_common.c
2805 I mean this one: Return the GList...
2807 2004-03-25 [alfons] 0.9.10claws31
2809 * src/prefs_common.h
2810 add new members at the end of prefs_common, so
2811 they get properly initialized
2813 2004-03-24 [christoph] 0.9.10claws30
2816 o NULL is a valid GSList
2818 2004-03-24 [alfons] 0.9.10claws29
2820 * src/prefs_common.[ch]
2823 add history to quick search (patch submitted by
2824 Ivan Francolin Martinez - thanks!)
2826 2004-03-24 [alfons] 0.9.10claws28
2829 NULL output pointer parameter
2831 2004-03-21 [alfons] 0.9.10claws27
2833 * src/addrindex.[ch]
2835 complete addresses on nicks and aliases
2837 2004-03-21 [alfons] 0.9.10claws26
2842 disable filters on import mbox (patch submitted
2845 2004-03-21 [darko] 0.9.10claws25
2848 select the address when only one match is found while
2849 doing address completion with tab key (feature
2852 2004-03-21 [alfons] 0.9.10claws24
2856 don't `navigate-delete` when a summary view's selection does not
2857 match the accompanying message view's message
2859 2004-03-20 [alfons] 0.9.10claws23
2862 hide ext search button on initial display (should fix bug #459,
2863 "Toggling quick-search at 1st time: minor UI inconsistency")
2865 2004-03-20 [alfons] 0.9.10claws22
2867 * src/summaryview.[ch]
2868 add function to get selected msginfo, if there's
2871 2004-03-20 [paul] 0.9.10claws21
2873 * sync with 0.9.10cvs7
2874 see ChangeLog 2004-03-19
2876 2004-03-19 [paul] 0.9.10claws20
2886 don't translate strings in debug_print(), log_print(),
2887 log_message(), and log_warning()
2889 2004-03-19 [alfons] 0.9.10claws19
2891 better next/previous/delete/focus navigation with separate
2895 call summaryview_delete() instead of messageview_delete()
2897 disable messageview_delete()
2899 2004-03-18 [paul] 0.9.10claws18
2901 * sync with 0.9.10cvs6
2902 see ChangeLog 2004-03-16
2904 2004-03-17 [alfons] 0.9.10claws17
2907 remove bogus semicolon after if() (sometimes it pays to
2910 2004-03-15 [darko] 0.9.10claws16
2913 support full path in place of a filename
2915 store directory attachments were saved to and
2916 use it when saving attachments
2917 * src/prefs_common.[hc]
2918 store directory attachments were last saved to
2920 2004-03-15 [paul] 0.9.10claws15
2923 fix bug where unsubscribing a newsgroup would destroy
2924 (most of the) filtering rules
2926 2004-03-15 [paul] 0.9.10claws14
2929 fix Bug 458, 'Folder View remaining empty after
2930 removing a NEWS account' (was also true of IMAP
2933 2004-03-15 [paul] 0.9.10claws13
2936 fix folderview invisibility of newly subscribed
2939 2004-03-13 [paul] 0.9.10claws12
2942 src/plugins/dillo_viewer/dillo_prefs.c
2943 src/plugins/image_viewer/viewerprefs.c
2944 gettextise some forgotten parts
2946 2004-03-13 [alfons] 0.9.10claws11
2949 make sure the correct type is passed to sscanf()
2951 2004-03-13 [paul] 0.9.10claws10
2953 * sync with 0.9.10cvs5
2954 see ChangeLog 2004-03-02 and 2004-03-12,
2956 'always move messages by default when using DnD (except
2957 for News folder). Copy messages if Ctrl-key is pressed.'
2958 and 'added a function to filter selected messages'
2960 2004-03-12 [christoph] 0.9.10claws9
2963 add parameter check to conv_unmime_header_overwrite()
2967 o fix removing of NEW flag when UNREAD is unset
2972 (Closes 437 i18n attachment display error.)
2974 2004-03-12 [paul] 0.9.10claws8
2977 update. submitted by Andrea Spadaccini <lupin85@email.it>
2982 2004-03-12 [alfons] 0.9.10claws7
2985 o quiet compiler and typecast Folder * to IMAP Folder *
2986 o wake up and fix my previous incompatible type assignment bug
2988 2004-03-12 [alfons] 0.9.10claws6
2991 don't mix up pointers to int, guint32 _and_
2994 2004-03-12 [christoph] 0.9.10claws5
2997 Add error requester when renaming a folder failed
3000 Check new FolderItem name for namespace seperator
3003 (Closes Bug 443 Bad named IMAP folders won't be displayed)
3005 2004-03-11 [christoph] 0.9.10claws4
3010 syncronize flags in cache with IMAP folder flags
3012 Adapted a patch submitted by Simon 'corecode' Schubert
3013 <corecode@corecode.ath.cx>
3016 2004-03-11 [alfons] 0.9.10claws3
3019 remove dead code that at one time controlled display of
3022 2004-03-10 [paul] 0.9.10claws2
3025 updated by Lupino <lupin85@email.it>
3027 2004-03-09 [alfons] 0.9.10claws1
3030 we're not using yywrap, but we may, so close yyin instead
3033 2004-03-08 [paul] 0.9.10claws
3035 * 0.9.10claws released
3037 2004-03-08 [paul] 0.9.9claws41
3045 update translations. submitted by Ricardo Mones Lastra,
3046 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3049 2004-03-06 [paul] 0.9.9claws40
3051 * src/stock_pixmap.c
3052 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3053 patch submitted by Pawel Pekala
3055 2004-03-06 [alfons] 0.9.9claws39
3058 allow nick name completion again
3060 2004-03-02 [match] 0.9.9claws38
3063 added definition of USE_LDAP_TLS to support TLS.
3066 * src/ldapserver.[ch]
3070 included LDAP TLS support.
3072 2004-03-02 [christoph] 0.9.9claws37
3075 o add more documentation for FolderClass
3076 o remove usused FolderClass virtual functions
3081 change creation of FolderClass because static initializations
3082 for structs suck in C89
3088 2004-02-28 [keith] 0.9.9claws36
3090 * src/common/utils.c
3091 Fix treatment of whitespace in quicksearch bar (leading
3092 spaces and >1 space between commands and parameters).
3094 2004-02-27 [alfons] 0.9.9claws35
3097 Explicitly remove draft timeout to fix nasty race between
3098 compose_send_cb() (which destroys the compose window) and
3099 compose_defer_auto_save_draft() (which expects compose
3100 window to exist). Should fix Keith's and Fred Marton's
3101 bug report (#128, "crash after complaining about character
3104 2004-02-27 [luke] 0.9.9claws34
3107 Do folder_item_apply_processing() even if no processing
3108 rules for the folder exist (so global processing is applied)
3110 2004-02-26 [thorsten] 0.9.9claws33
3113 Remove misleading static declaration
3115 2004-02-26 [alfons] 0.9.9claws32
3121 use/add procmime_get_content_type_str() as a safe wrapper
3122 for returning a Content-Type type string; should fix
3123 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type=
3126 2004-02-26 [thorsten] 0.9.9claws31
3129 Restructure save_as/save_all
3131 2004-02-26 [alfons] 0.9.9claws30
3136 2004-02-26 [alfons] 0.9.9claws29
3143 * tools/textviewer.sh
3144 tweaks from Johann Koenig, recognition of shell
3145 scripts in particular
3147 2004-02-24 [paul] 0.9.9claws28
3149 * sync with 0.9.9cvs13
3150 see ChangeLog 2004-02-24
3152 2004-02-23 [paul] 0.9.9claws27
3155 one alertpanel on pop3 authentication error will suffice
3158 remove unnecessary printf
3160 2004-02-22 [alfons] 0.9.9claws26
3163 put back a lost check
3165 2004-02-21 [alfons] 0.9.9claws25
3168 don't forget to save folder properties after renaming folder
3170 2004-02-20 [paul] 0.9.9.claws24
3173 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3176 complete sync with 0.9.9cvs9's 'update folderview
3180 require gettext >= 0.12.1
3182 2004-02-17 [match] 0.9.9claws23
3185 keep the peace - change style.
3187 2004-02-17 [alfons] 0.9.9claws22
3190 make MATCHACTION_STOP cancel filtering / processing;
3191 clean up and document it to make it a little bit more clear;
3193 2004-02-17 [alfons] 0.9.9claws21
3195 %X marks the cursor spot for reply quote format
3197 * src/quote_fmt_lex.l
3202 src/quote_fmt_parse.y
3206 handle %X token for replies only (for now)
3208 2004-02-17 [paul] 0.9.9claws20
3211 updated by Andrej Kacian
3214 remove unneeded include
3217 be a little more user-friendly with the labels
3220 a change forgotten in the last commit:
3221 SYLPHEED_ACLOCAL_INCLUDE(m4)
3223 2004-02-17 [paul] 0.9.9claws19
3225 * ac/* ** REMOVED **
3227 intl/Makefile.in ** REMOVED **
3229 m4/missing ** NEW **
3230 m4/missing/gdk-pixbuf.m4 ** NEW **
3231 m4/missing/gettext.m4 ** NEW **
3232 m4/missing/gpgme.m4 ** NEW **
3233 m4/missing/imlib.m4 ** NEW **
3234 m4/.cvsignore ** NEW **
3235 m4/Makefile.am ** NEW **
3237 m4/aclocal-include.m4 ** NEW **
3238 m4/aspell.m4 ** NEW **
3239 m4/check-type.m4 ** NEW **
3240 m4/gnupg-check-typedef.m4 ** NEW **
3241 m4/openssl.m4 ** NEW **
3242 m4/spamassassin.m4 ** NEW **
3243 po/ChangeLog ** REMOVED **
3244 po/Makefile.in.in ** REMOVED **
3245 po/Rules-quot ** REMOVED **
3246 po/boldquot.sed ** REMOVED **
3247 po/en@boldquot.header ** REMOVED **
3248 po/en@quot.header ** REMOVED **
3249 po/insert-header.sin ** REMOVED **
3250 po/quot.sed ** REMOVED **
3251 po/remove-potcdate.sed ** REMOVED **
3252 po/remove-potcdate.sin ** REMOVED **
3253 po/stamp-po ** REMOVED **
3257 enable building with automake 1.8.x
3258 add 'autopoint' to autogen.sh and remove all
3259 auto-generated files, remove ac/ in favour of
3262 2004-02-17 [alfons] 0.9.9claws18
3265 MSG_IS_NEWS() is not stored at all, and is bogus
3267 2004-02-17 [martin] 0.9.9claws17
3269 * src/prefs_themes.c
3270 fix crash when installing wrong theme and output an
3273 2004-02-16 [christoph] 0.9.9claws16
3276 * src/stock_pixmap.[ch]
3278 * src/pixmaps/linewrapcurrent.xpm ** NEW **
3279 add "Wrap current paragraph" to compose toolbar
3281 2004-02-15 [alfons] 0.9.9claws15
3284 refine previous commit to make sure other hook functions
3285 get their grab of the pie too
3287 2004-02-15 [alfons] 0.9.9claws14
3290 fix sync breakage so we don't pass invalid pointer types
3292 2004-02-15 [match] 0.9.9claws13
3294 * src/ldapquery.[ch]
3296 * src/addrindex.[ch]
3297 tweak threading calls.
3298 * src/addr_compl.[ch]
3299 add alias into completion list.
3302 improve context menu behavior.
3303 change menu sequence.
3304 add send mail from addressbook.
3305 * src/addrselect.[ch]
3307 add send mail from addressbook.
3309 2004-02-15 [christoph] 0.9.9claws12
3312 skip deleting when duplist is empty
3314 * src/folderview.[ch]
3316 * src/summaryview.[ch]
3317 call folderutils_delete_duplicates() from mainwindow code
3319 2004-02-15 [alfons] 0.9.9claws11
3321 * src/common/utils.c
3322 add prefix for italian ms o(e)
3324 2004-02-14 [paul] 0.9.9claws10
3327 fix updating of the folder view when creating a
3330 2004-02-13 [paul] 0.9.9claws9
3332 * src/plugins/clamav/clamav_plugin.c
3335 2004-02-13 [paul] 0.9.9claws8
3337 * sync with 0.9.9cvs9
3338 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3340 2004-02-13 [alfons] 0.9.9claws7
3342 * src/common/utils.c
3343 fix wrong type of argument for ctype functions (pass unsigned
3344 char instead of signed char)
3346 2004-02-12 [alfons] 0.9.9claws6
3349 don't select text in header entry when composing to a
3350 default address, but rather give the header entry a
3351 different color / style (same as the folder new color)
3353 2004-02-12 [alfons] 0.9.9claws5
3355 * src/plugins/clamav/clamav_plugin.c
3356 don't exit(2) on libclamav init error - show a warning.
3357 (tested by damaging a clamav database file.)
3359 2004-02-12 [paul] 0.9.9claws4
3361 * sync with 0.9.9cvs4
3362 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3364 2004-02-11 [luke] 0.9.9claws3
3367 remove redundant check introduced in 0.9.9claws1
3369 2004-02-11 [luke] 0.9.9claws2
3372 fix compilation of my previous commit without gpg enabled
3374 2004-02-10 [luke] 0.9.9claws1
3377 add borders to icons to indicate the privacy status for
3378 the message part (unknown/bad/good)
3380 2004-02-06 [paul] 0.9.9claws
3384 2004-02-06 [darko] 0.9.8claws64
3387 don't allow Ctrl+Enter while external editor is active
3389 2004-02-06 [paul] 0.9.8claws63
3395 update Spanish, Polish, Slovak, and Serbian translations.
3396 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3399 2004-02-04 [alfons] 0.9.8claws62
3402 grab focus only when lbutton was pressed (bug #430 cont'd;
3403 don't have clue yet why the cursor pos is at the end of the
3406 2004-02-04 [alfons] 0.9.8claws61
3409 always grab focus when one of the header entries is clicked
3410 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3414 * ac/missing/gdk-pixbuf.m4
3417 prevent 'underquoted definition' warnings
3418 patch submitted by David Relson
3420 * src/plugins/clamav/README
3421 update, improve, correct
3423 2004-01-31 [thorsten] 0.9.8claws60
3426 'dir' not initialized if group has no messages
3428 2004-01-29 [christoph] 0.9.8claws59
3430 * src/customheader.[ch]
3431 add custom_header_is_allowed() to check for disallowed header names
3432 that must not be overridden by custom headers
3435 always write From: header and use custom_header_is_allowed() to
3436 check if custom header should be written
3438 * src/prefs_customheader.c
3439 check if custom header is disallowed using custom_header_is_allowed()
3442 destroy message id GHashTable before freeing the MsgInfos
3444 2004-01-29 [paul] 0.9.8claws58
3446 * sync with 0.9.9 release
3447 see ChangeLog 2004-01-29
3449 2004-01-29 [paul] 0.9.8claws57
3451 * sync with 0.9.8cvs11
3452 see ChangeLog 2004-01-29
3454 2004-01-28 [christoph] 0.9.8claws56
3458 return WARN signature status when signature is not trusted
3462 * src/folderutils.[ch] ** NEW **
3464 implement delete duplicates summaryview independent
3466 2004-01-28 [paul] 0.9.8claws55
3468 * sync with 0.9.8cvs10
3469 see Changelog 2004-01-27 and 2004-01-28
3471 2004-01-26 [christoph] 0.9.8claws54
3474 create a root node for the Folder if scan fails because root
3475 folder does not exist
3477 2004-01-26 [paul] 0.9.8claws53
3479 * sync with 0.9.8cvs7
3480 see ChangeLog 2004-01-23
3482 2004-01-25 [alfons] 0.9.8claws52
3485 remove left-over constant INDENT_CHARS
3487 2004-01-25 [alfons] 0.9.8claws51
3490 add NULL pointer check for mimeinfo->node in
3491 procmime_mimeinfo_parent()
3493 2004-01-25 [darko] 0.9.8claws50
3496 make "Wrap all long lines" toolbar button wrap all
3497 long lines not just the current line
3498 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3501 2004-01-25 [alfons] 0.9.8claws49
3504 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3505 necessary anyway, because *scanf() functions neglect white
3507 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3509 2004-01-25 [paul] 0.9.8claws48
3511 * src/prefs_ext_prog.c
3512 apply Alfons' patch to check for NULL pointers
3515 2004-01-25 [paul] 0.9.8claws47
3517 * sync with 0.9.8cvs8
3518 see ChangeLog 2004-01-23
3520 2004-01-25 [thorsten] 0.9.8claws46
3523 remove orphaned mimeview unref()
3525 2004-01-23 [christoph] 0.9.8claws45
3528 set ctree widget style
3530 2004-01-23 [paul] 0.9.8claws44
3532 * sync with 0.9.8cvs5
3533 see ChangeLog 2004-01-22
3535 2004-01-23 [alfons] 0.9.8claws43
3538 remove redundant code in procmsg_get_thread_tree()
3540 2004-01-21 [christoph] 0.9.8claws42
3543 set ctree widget style, otherwise GTK does not use the
3544 the correct vertical size for the list items
3546 2004-01-21 [alfons] 0.9.8claws41
3549 GDK_Left should only switch to folderview when
3550 when summaryview hscrollbar is at the leftmost
3551 position (fixes bug #420, "Focus error")
3553 2004-01-21 [paul] 0.9.8claws40
3555 * sync with 0.9.8cvs4
3556 see ChangeLog 2004-01-20
3558 2004-01-20 [christoph] 0.9.8claws39
3561 remove setting sensitivity for no longer existing
3562 /Scoring... popup entry
3564 2004-01-20 [keith] 0.9.8claws38
3567 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3569 2004-01-20 [paul] 0.9.8claws37
3572 demystify font settings
3575 use textview->msgfont for header->body in
3576 textview_show_header()
3578 2004-01-20 [paul] 0.9.8claws36
3582 remove superfluous debug_print's
3585 clear the statusbar after LOCAL incorporation
3587 2004-01-20 [paul] 0.9.8claws35
3589 * sync with 0.9.8cvs3
3590 see ChangeLog 2004-01-20
3592 2004-01-19 [keith] 0.9.8claws34
3595 don't show 'Search folder...' on popup menu
3596 if folder has no mails in it
3598 2004-01-17 [keith] 0.9.8claws33
3603 store position of compose window in prefs
3605 2004-01-17 [thorsten] 0.9.8claws32
3607 * src/gtk/gtkvscrollbutton.c
3608 ensure scrollbutton resize event on different gtk versions
3610 2004-01-15 [alfons] 0.9.8claws31
3613 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3616 2004-01-12 [christoph] 0.9.8claws30
3619 better MIME-Version check
3621 2004-01-11 [alfons] 0.9.8claws29
3624 remove unnecessary but still effective check (could possibly
3625 lead to some unwanted side effects)
3627 2004-01-11 [alfons] 0.9.8claws28
3630 we should not prefer lowest message number while threading
3631 (introduced in previous commit)
3633 2004-01-11 [alfons] 0.9.8claws27
3636 subject threading fixes:
3638 - make message with lowest message number the
3640 - refine recording last node when threading. the last node
3641 should be the previous one if a node has a thread parent,
3642 or the current node if not
3644 (there's another threading bug fix coming up)
3646 2004-01-10 [paul] 0.9.8claws26
3649 src/prefs_ext_prog.c
3650 src/plugins/clamav/clamav_plugin_gtk.c
3653 2004-01-09 [christoph] 0.9.8claws25
3656 * src/string_match.[ch] ** REMOVE **
3657 * src/common/Makefile.am
3658 * src/common/string_match.[ch] ** NEW **
3659 move string_match.[ch] to common directory
3661 2004-01-09 [christoph] 0.9.8claws24
3664 add MIME-Version header for the message parser
3666 2004-01-09 [paul] 0.9.8claws23
3672 src/prefs_ext_prog.[ch] ** NEW FILES **
3673 move External Command options from 'Common Prefs/Other' to
3674 'Other Prefs/Message View/External Programs', also reveal
3675 the hidden options for audio player and image viewer.
3677 * src/prefs_common.c
3678 fix toggling of header pane
3680 2004-01-09 [paul] 0.9.8claws22
3683 when changing account also change the save folder
3686 if a text/plain attachment has 'Content-Disposition: attachment'
3687 don't display it inline
3689 2004-01-08 [christoph] 0.9.8claws21
3692 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3693 otherwise thread the message content as one text part and
3694 don't assume charset US-ASCII which is only specified as
3695 default for MIME-messages
3697 2004-01-08 [paul] 0.9.8claws20
3699 * src/plugins/clamav/clamav_plugin.c
3700 src/plugins/spamassassin/spamassassin.c
3701 inform the user what is happening via the statusbar
3703 2004-01-06 [paul] 0.9.8claws19
3706 update Spanish translation. submitted by Ricardo
3709 2004-01-05 [paul] 0.9.8claws18
3711 * sync with 0.9.8cvs2
3712 see ChangeLog 2004-01-05
3714 2004-01-03 [luke] 0.9.8claws17
3718 o remove unused functions string_getchar() and file_getchar()
3719 o remove the getchar_ parameter from generic_get_one_field()
3720 o add an 'unfold' parameter to generic_get_one_field, to
3721 be used if no HeaderEntry is supplied
3722 o procheader_get_one_field_asis() uses
3723 generic_get_one_field().
3725 2004-01-01 [christoph] 0.9.8claws16
3727 * src/common/xml.[ch]
3728 o add xml_new_tag() to manage usage counts of strings correctly
3729 o correct xml_copy_tree() function name
3733 allow registering and unregistering of FolderClasses anytime
3735 2003-12-31 [christoph] 0.9.8claws15
3738 * src/common/xml.[ch]
3739 keep folderlist.xml data for unloaded FolderClasses
3741 2003-12-30 [luke] 0.9.8claws14
3743 * src/procheader.[ch]
3744 o added procheader_get_one_field_asis() that does not do
3746 o fix procheader_get_header_array_asis() to use the above,
3747 fixing ugliness of headers in textview
3750 o don't unfold headers when redirecting.
3752 2003-12-30 [paul] 0.9.8claws13
3759 src/prefs_themes.[ch] ** NEW FILES **
3760 redesign and move Icon Theme selector to
3761 the new prefs window
3763 * src/stock_pixmap.c
3764 fix the old bug where icons are not always
3765 updated when changing themes
3768 fix bug where the icons on the title row
3769 of the summary view were not updated
3771 all patches submitted by Ricardo Mones Lastra
3773 2003-12-30 [hoa] 0.9.8claws12
3776 run preglobal and postglobal processing rules
3777 even if the folder does not have any rules.
3779 2003-12-28 [paul] 0.9.8claws11