1 2003-07-04 [christoph] 0.9.0claws80
4 destroy all FolderItems when shutting down to
5 allow folders to clean up
7 2003-07-04 [melvin] 0.9.0claws79
10 Fixed bug #184 "Entering non-ascii character deletes
11 previous char if spell checking enabled": this makes
12 the spell checking in multibytes (e.g. UTF-8)locales work.
13 (Patch by Luke Plant).
15 2003-07-04 [christoph] 0.9.0claws78
18 see ChangeLog 2003-06-10
20 2003-07-04 [paul] 0.9.0claws77
22 * sync with 0.9.3 release
23 see ChangeLog 2003-07-04
25 2003-07-03 [christoph] 0.9.0claws76
32 move folder_item_get_path() stuff into a folder virtual function
35 use folder_item_fetch_msg() to get message and do not contruct
36 the filename from path and number
38 2003-07-03 [paul] 0.9.0claws75
40 * sync with 0.9.2cvs12
41 see ChangeLog 2003-07-03
43 2003-07-02 [paul] 0.9.0claws74
46 fix text-selection for replying
48 2003-07-02 [paul] 0.9.0claws73
50 * sync with 0.9.2cvs11
51 see ChangeLog 2003-07-02
53 2003-07-02 [paul] 0.9.0claws72
56 revert last commit because it breaks more
59 2003-07-02 [paul] 0.9.0claws71
62 fix thread by subject/sort by date
64 2003-07-01 [paul] 0.9.0claws70
66 * sync with 0.9.2cvs10
67 see ChangeLog 2003-07-01
69 2003-06-30 [paul] 0.9.0claws69
72 see ChangeLog 2003-06-30
74 2003-06-28 [match] 0.9.0claws68
79 2003-06-27 [paul] 0.9.0claws67
82 see ChangeLog 2003-06-27
84 2003-06-26 [christoph] 0.9.0claws66
87 freeze folder updates while a folder is scanned
89 (closes Bug 185 New message counter)
91 2003-06-26 [darko] 0.9.0claws65
94 fix infinite loop when adding a new LDAP server
96 2003-06-26 [paul] 0.9.0claws64
99 see ChangeLog 2003-06-26
101 2003-06-26 [paul] 0.9.0claws63
103 * sync with 0.9.2cvs5
104 see ChangeLog 2003-06-25 and 2003-06-26
106 2003-06-25 [match] 0.9.0claws62
109 Fixed tab/backtab for dropped-down completion list to
110 move next/previous field. (close bug 147)
112 2003-06-25 [christoph] 0.9.0claws61
114 * src/addr_compl.[ch]
123 2003-06-25 [leandro] 0.9.0claws60
127 o gray out "Message/Remove references" menu item if not
128 replying to a message
130 2003-06-24 [leandro] 0.9.0claws59
133 o removed "Message/Create new thread" menu item
134 o added "Message/Remove references" menu item
135 (it's off by default and will not check anymore
136 if the subject changed)
138 2003-06-23 [alfons] 0.9.0claws58
141 try better grouping messages threaded by subject based on their age.
142 still not perfect - because the message tree is not sorted by date.
144 2003-06-23 [thorsten] 0.9.0claws57
147 added mail_receive_hook to allow modifications
148 directly after retrieval (e.g. adding headers).
150 2003-06-23 [paul] 0.9.0claws56
153 enable the use of Ctrl+A to select all text in
155 Patch submitted by Ivan Francolin Martinez
156 <ivanfm@users.sourceforge.net>
158 2003-06-22 [christoph] 0.9.0claws55
161 o add notification hook for folder tree changes
162 o invoke hooks after folder tree scanning
164 * src/folderview.[ch]
165 register hook for folder tree changes that
168 (there are more places that should be updated, like add, remove
171 (closes Bug 164 Crash on rebuild folder tree)
172 (closes Bug 190 Crash on 'rebuilding folder tree')
174 2003-06-21 [leandro] 0.9.0claws54
177 create a new thread if subject changes
178 (it's on by default, can be disabled in Message menu)
180 2003-06-21 [alfons] 0.9.0claws53
183 quiet little compiler
185 2003-06-21 [christoph] 0.9.0claws52
187 update gettext stuff to version 0.12
189 2003-06-19 [alfons] 0.9.0claws51
192 * src/common/plugin.c
193 move defs.h before glib.h to prevent MIN/MAX redefs
200 2003-06-19 [match] 0.9.0claws50
202 * src/addressbook.[ch]
204 * src/addr_compl.[ch]
206 * src/editldap_basedn.[ch]
209 re-implemented dynamic LDAP search. works without
210 slowdown on display sender with addressbook
215 2003-06-19 [paul] 0.9.0claws49
218 fix Bug #136 'Nonprovided quotation marks crash claws'
219 patch submitted by Pawel PĂȘkala <c0rn@gazeta.pl>
221 2003-06-19 [alfons] 0.9.0claws48
223 * src/prefs_common.[ch]
225 restrict threading by subject by checking thread for
226 age (prefs_common.thread_by_subject_max_age)
228 2003-06-18 [christoph] 0.9.0claws47
231 fix memory leak in imap_cmd_fetch()
233 2003-06-18 [christoph] 0.9.0claws46
236 fix memory leak in prefs_set_default() when used multiple
237 times or after prefs have been read
239 2003-06-18 [christoph] 0.9.0claws45
241 * src/common/plugin.c
242 fix memory leak in plugin_unload()
244 2003-06-18 [christoph] 0.9.0claws44
247 fix memory leak in imap_cmd_ok()
249 2003-06-18 [christoph] 0.9.0claws43
252 stop messages that are downloaded from POP3 and added to
253 an IMAP inbox from being filtered twice (first by POP3
254 and again when IMAP folder is scaned to get the UID of
255 the APPEND operation when no UIDPLUS is available)
264 * tools/launch_phoenix ** REMOVED **
265 tools/launch_firebird ** NEW **
266 renamed and edited to reflect the browser's name change from
267 'phoenix' to 'firebird'
269 2003-06-18 [paul] 0.9.0claws42
271 * sync with 0.9.2cvs2
272 see ChangeLog 2003-06-16
274 2003-06-17 [alfons] 0.9.0claws41
277 prevent threading problems when a node is an ancestor (parent / great parent),
278 which mostly happens with circular references (thanks to Phillipe Gramoullé
279 for finding an sample set of messages)
281 2003-06-16 [christoph] 0.9.0claws40
284 don't popup main window on --receive or --receive-all
286 * src/mainwindow.[ch]
287 * src/plugins/trayicon/trayicon.c
288 allow hiding of main window by clicking on the trayicon
289 (doesn't work correctly in seperate window mode and may
290 cause unexpected GTK problems I couldn't find yet)
293 remove incorrect warning
295 2003-06-15 [alfons] 0.9.0claws39
298 don't output debug text;
299 #ifdef out print_line() if not debugging (thanks to Martin Wicke
300 for pointing this out);
302 2003-06-14 [alfons] 0.9.0claws38
305 remove printf() and make one if..else comply with coding style
307 2003-06-14 [alfons] 0.9.0claws37
312 * src/messageview.[ch]
314 apply patch #754162 "Quoting messages filtered by actions" submitted
315 by Martin Wicke, which allows quoting message body changed by an
318 2003-06-13 [alfons] 0.9.0claws36
321 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
322 use case insensitive regexp (suggested by Ivan Martinez)
324 2003-06-13 [christoph] 0.9.0claws35
327 * src/plugins/trayicon/Makefile.am
328 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
329 * src/plugins/trayicon/trayicon.c
330 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
331 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
332 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
333 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
334 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
335 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
336 replace my own EggTrayIcon backport with the backport
337 used by (l|x)mule and gabber.
339 2003-06-13 [alfons] 0.9.0claws34
343 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
345 2003-06-13 [alfons] 0.9.0claws33
348 clean up a little bit
350 2003-06-12 [alfons] 0.9.0claws32
353 const correctness fix
355 * src/common/sylpheed.[ch]
357 prevent redef MIN/MAX
359 * src/common/utils.[ch]
362 2003-06-12 [melvin] 0.9.0claws31
365 Updated to take into accounts changes in GtkAspell.
367 2003-06-12 [alfons] 0.9.0claws30
371 * src/common/utils.[ch]
372 handle reply subject prefixes better (initial
373 suggestion by Robert Story adapted and enhanced
376 2003-06-12 [melvin] 0.9.0claws29
379 Use new gtkaspell_checkers_strerror() to get the speller's
380 error message instead of accessing the (now private)
385 Use #ifdef instead of #if for USE_ASPELL
386 Use the new spell checkers init/quit functions
388 * src/gtk/gtkaspell.c
389 Use #ifdef instead of #if for USE_ASPELL
390 Moved in the majority of GtkAspell structures that were
391 exported before by gtkaspell.h
393 * src/gtk/gktaspell.h
394 Made gtkaspell.h contain only the necessary data to be
395 publicized by moving many structures to gtkaspell.c.
396 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
397 gtkaspell_checkers_new(): replaced by...
398 gtkaspell_checkers_init(): new function for initialization
399 gtkaspell_checkers_delete(): replaced by...
400 gtkaspell_checkers_quit(): new function
401 gtkaspell_checkers_strerror(): new function that returns
402 the checker's last error message.
404 2003-06-11 [melvin] 0.9.0claws28
407 Updated to take into account gtkaspell.c migration to
408 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
410 2003-06-10 [alfons] 0.9.0claws27
416 - try fixing bug #18 (any brave testers?)
417 - add more robustness by refusing previously
418 unchecked NULL pointers
420 2003-06-10 [alfons] 0.9.0claws26
423 fix bug #176 by don't checking MsgInfos with a NULL msgid
425 2003-06-09 [alfons] 0.9.0claws25
428 fix bug #163 "Icon switching doesnt work properly" by
429 preventing early freeing of prefs_common.pixmap_theme_path.
431 2003-06-09 [christoph] 0.9.0claws24
433 * src/gtk/gtkaspell.c
434 revert Thorsten's fix and add forgotten g_strdup for
435 aspell path (it should not be possible to alter the path a
436 GtkASpell uses from outside)
438 2003-06-09 [thorsten] 0.9.0claws23
440 * src/gtk/gtkaspell.c
441 dont free prefs_common.aspell_path when closing compose
443 2003-06-08 [colin] 0.9.0claws22
445 * src/plugins/spamassassin/spamassassin.c
448 2003-06-07 [christoph] 0.9.0claws21
452 * src/gtkaspell.[ch] ** REMOVE **
453 * src/gtk/Makefile.am
454 * src/gtk/gtkaspell.[ch] ** NEW **
455 o make gtkaspell independent from sylpheed's prefs
456 o move gtkaspell.[ch] to gtk directory
458 2003-06-07 [christoph] 0.9.0claws20
463 * src/filesel.[ch] ** REMOVE **
466 * src/common/sylpheed.[ch]
467 * src/gtk/Makefile.am
468 * src/gtk/filesel.[ch] ** NEW **
469 * src/gtk/pluginwindow.c
470 * src/gtk/sslcertwindow.c
471 move filesel.[ch] to gtk directory
473 2003-06-07 [alfons] 0.9.0claws19
476 make (multi) file selection dialog work again (Claws-only)
478 2003-06-07 [thorsten] 0.9.0claws18
483 2003-06-07 [alfons] 0.9.0claws17
487 detect apache mishap in which case don't include fnmatch.h
488 if regex.h is already included
490 2003-06-06 [christoph] 0.9.0claws16
494 add check for fnmatch.h and include it when available
497 fix wrong case sensitivity of Content-Types
499 * src/gtk/Makefile.am
500 need the same include paths in gtk directory as in
501 common directory because .h files in common can
502 include files from these directories, when included
503 in gtk's .h or .c files
505 2003-06-06 [alfons] 0.9.0claws15
509 make it compile again because of regex.h / fnmatch.h
510 include problems (related to recent mime stuff, can
513 2003-06-06 [thorsten] 0.9.0claws14
516 possible use of uninitialized pointer while dragging
518 2003-06-06 [paul] 0.9.0claws13
521 fix bug where the insert sig button would be effective
522 only when auto_sig was set
524 2003-06-06 [paul] 0.9.0claws12
526 * sync with 0.9.2 release
528 2003-06-02 [paul] 0.9.0claws11
530 * sync with 0.9.1cvs1
531 see ChangeLog 2003-06-02
536 2003-06-01 [christoph] 0.9.0claws10
539 don't use substring search to find accounts by email address
541 (closes Bug 169 Overly loose matching of "From" address)
543 2003-05-31 [christoph] 0.9.0claws9
545 * doc-src/rfc2683.txt
547 limit IMAP command length as recommended in RFC2683
548 (message number lists will be split into multiple imap
549 sets, the limit of 1000 octets is not a hard limit)
551 (closes Bug 161 sylpheed-claws exits with segfault when logging
552 in to certain imap-servers)
554 2003-05-29 [alfons] 0.9.0claws8
557 add print button (calling summary_print());
558 fine tune setting tooltip text;
559 (if someone needs other buttons, please take these
560 commits as a guide, instead of bothering us - also
563 2003-05-29 [darko] 0.9.0claws7
566 fix crash when word wrapping kicks in due to
567 changed text by spell checker
569 2003-05-29 [paul] 0.9.0claws6
572 fix bug where changing account would insert
573 sig even if auto_sig was FALSE
578 sync with 0.9.1 release
580 2003-05-28 [christoph] 0.9.0claws5
583 fix truncation of too long commands
585 (closes Bug 167 IMAP hangs trying to get envelope
586 information in imap_get_uncached_messages)
588 2003-05-27 [paul] 0.9.0claws4
591 tools/maildir2sylpheed.pl ** NEW FILE **
592 add kmail to sylpheed mailbox conversion script
594 2003-05-27 [paul] 0.9.0claws3
596 * sync with 0.9.0cvs10
597 see ChangeLog 2003-05-26
599 2003-05-26 [paul] 0.9.0claws2
601 * sync with 0.9.0cvs9
602 see ChangeLog 2003-05-26
604 2003-05-24 [paul] 0.9.0claws1
606 * sync with 0.9.0cvs8
607 see ChangeLog 2003-05-23
609 2003-05-24 [paul] 0.9.0claws
611 * version 0.9.0claws released
613 2003-05-24 [paul] 0.8.11claws177
615 * src/plugins/dillo-viewer/Makefile.am
616 src/plugins/traycon/Makefile.am
626 update Bulgarian, British English, Spanish, Italian,
627 Brazilian Portuguese, Russian, and Serbian translations,
628 submitted by George Danchev, [me], Ricardo Mones Lastra,
629 André Filipe de Assunção e Brito, Alessandro Maestri,
630 Ruslan N. Balkin, and Urke MMI
632 2003-05-23 [melvin] 0.8.11claws176
635 Updated French translations
637 2003-05-22 [paul] 0.8.11claws175
648 src/editldap_basedn.c
652 revert to get ldap into it previous working state
655 new Taiwanese translation,
656 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
658 2003-05-22 [christoph] 0.8.11claws174
660 * src/plugins/spamassassin/libspamc.[ch]
661 sync libspamc with SpamAssaain release 2.55
663 2003-05-22 [paul] 0.8.11claws173
665 * sync with 0.9.0cvs7
666 see ChangeLog 2003-05-22
669 revert change in 0.8.11claws172: follow
670 Hiroyuki's decision and that's the end of it.
672 2003-05-21 [paul] 0.8.11claws172
675 fix discrepency between open_unread_on_enter
678 2003-05-21 [paul] 0.8.11claws171
680 * sync with 0.9.0cvs6
681 see ChangeLog 2003-05-21
683 2003-05-21 [paul] 0.8.11claws170
685 * sync with 0.9.0cvs5
686 see ChangeLog 2003-05-21
688 2003-05-20 [paul] 0.8.11claws169
690 * sync with 0.9.0cvs4
691 see ChangeLog 2003-05-20
692 fixes bug #152, 'encoding of IMAP folders names'
694 2003-05-20 [paul] 0.8.11claws168
696 * sync with 0.9.0cvs3
697 see ChangeLog 2003-05-20
699 * src/tools/convert_mbox.pl
700 minor change in the comments, submitted by Fred Marton
702 2003-05-19 [paul] 0.8.11claws167
704 * src/plugins/clamav/Makefile.am
706 link clamav_lib to the plugin and not to the main program
708 2003-05-19 [christoph]
711 add -export-dynamic for linking
713 2003-05-19 [paul] 0.8.11claws166
715 * sync with 0.9.0cvs1
716 see ChangeLog 2003-05-19
718 2003-05-19 [paul] 0.8.11claws165
721 fix 'pop before smtp' timeout
723 2003-05-18 [alfons] 0.8.11claws164
725 * src/prefs_matcher.c
726 put "execute" action command line ("expression") in edit box
728 2003-05-18 [christoph] 0.8.11claws163
731 * src/plugins/dillo_viewer/dillo_viewer.c
732 * src/plugins/image_viewer/viewer.c
733 * src/plugins/mathml_viewer/mathml_viewer.c
734 let a viewer have a list of Content-Types
736 2003-05-18 [paul] 0.8.11claws162
738 * src/prefs_filtering.c
739 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
742 2003-05-17 [christoph]
745 o remove dynamic signatures that was syned with main
746 o add infos about no longer "build in" image viewer
747 o update bugtracker URL
749 2003-05-17 [christoph] 0.8.11claws161
754 don't use imap_scan_folder anymore. Instead call folder_item_scan
755 for every folder after rebuilding the folder tree.
757 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
760 2003-05-17 [christoph] 0.8.11claws160
763 don't use STATUS command on current folder to check for
764 content changes. imap_cmd_ok() now tracks changes to
765 folder and number of existing messages.
767 2003-05-17 [paul] 0.8.11claws159
769 * src/plugins/clamav/clamav_plugin.c
770 remove unnecessary debug_print
772 2003-05-16 [thorsten] 0.8.11claws158
775 included missing intl.h
777 2003-05-16 [paul] 0.8.11claws157
780 remove non-existant entries
782 * src/plugins/clamav/clamav_plugin.c
783 src/plugins/clamav/clamav_plugin_gtk.c
784 src/plugins/dillo_viewer/dillo_prefs.c
785 src/plugins/dillo_viewer/dillo_viewer.c
788 2003-05-16 [christoph] 0.8.11claws156
791 include plugin .c files for translation until I
792 find a better solution to have plugins have their
794 * src/plugins/demo/demo.c
795 * src/plugins/image_viewer/plugin.c
796 * src/plugins/mathml_viewer/mathml_viewer.c
797 * src/plugins/spamassassin/spamassassin.c
798 * src/plugins/spamassassin/spamassassin_gtk.c
799 * src/plugins/trayicon/trayicon.c
800 add gettext macros for plugin name and description
806 2003-05-16 [paul] 0.8.11claws155
808 * sync with lastest 0.9.0pre1
809 see ChangeLog 2003-05-16
811 2003-05-15 [paul] 0.8.11claws154
813 * sync with latest 0.9.0pre1
814 see ChangeLog 2003-05-14 and 2003-05-15
816 2003-05-14 [christoph] 0.8.11claws153
818 * src/plugins/image_viewer/viewer.c
819 * src/plugins/image_viewer/viewer.glade ** NEW **
820 * src/plugins/image_viewer/viewerprefs.c
821 make it possible to disable the autoload function in the
824 2003-05-14 [christoph] 0.8.11claws152
827 fix folder update after adding a message
829 2003-05-13 [alfons] 0.8.11claws151
831 * src/common/session.c
839 * src/mbox_folder.[ch]
844 * src/passphrase.[ch]
845 * src/prefs_common.[ch]
849 be pedantic; (in prototypes () implies (int))
851 2003-05-13 [alfons] 0.8.11claws150
853 * src/prefs_toolbar.[ch]
854 * src/summaryview.[ch]
856 change misleading text in toolbar prefs;
857 add toolbar action for ignore thread (toggles ignore thread flag);
858 clean up a little bit;
862 * tools/convert_mbox.pl
863 bug fixed by Fred Marton
867 * sync with 0.9.0pre1
869 2003-05-09 [paul] 0.8.11claws149
871 * sync with 0.8.11cvs43
872 see ChangeLog 2003-05-09
874 2003-05-08 [christoph] 0.8.11claws148
877 o use CAPABILIY as first command and check for PREAUTH
878 information in the response to it
879 o rewrite all imap_cmd_* functions to use an IMAPSession
880 instead of a SockInfo as parameter
881 o do STARTTLS after fetching and checking the server
884 2003-05-08 [paul] 0.8.11claws147
888 tools/convert_mbox.pl ** NEW FILE **
889 add mbox conversion script. Submitted by
890 Fred Marton <Fred.Marton@uni-bayreuth.de>
892 2003-05-07 [christoph]
895 * src/gtk/pluginwindow.glade
896 * src/plugins/image_viewer/viewerprefs.glade
897 * src/plugins/spamassassin/spamassassin_gtk.glade
898 add glade files for user interfaces and a description how
899 to use glade to create the sylpheed code
901 2003-05-07 [paul] 0.8.11claws146
903 * sync with 0.8.11cvs41
904 see ChangeLog 2003-05-07
906 2003-05-06 [christoph] 0.8.11claws145
909 * src/plugins/image_viewer/viewer.c
910 fix usage of imlib in imageviewer plugin
912 * src/gtk/prefswindow.c
913 handle window close event correctly
915 2003-05-06 [paul] 0.8.11claws144
918 fix typo introduced in sync
920 2003-05-06 [paul] 0.8.11claws143
922 * sync with 0.8.11cvs39
923 see ChangeLog 2003-05-06
925 2003-05-06 [paul] 0.8.11claws142
929 updated Czech translation, submitted by
930 Radek Vybiral <Radek.Vybiral@vsb.cz>
932 * src/plugins/clamav/clamav_plugin_gtk.c
935 2003-05-03 [alfons] 0.8.11claws141
938 make paste as quotation work even when the call to
939 text_inserted() was deferred (fixes bug #140 "Paste
940 as quotation does not work when using "external"
943 2003-05-03 [thorsten] 0.8.11claws140
950 function with non-int retval/param used before
951 implementation/declaration
953 2003-05-02 [paul] 0.8.11claws139
955 * src/addr_compl.[ch]
959 revert match's changes to (finally) remove the bug where
960 opening a folder causes massive slowdown when using the
961 'Display sender using address book' option
963 2003-05-01 [melvin] 0.8.11claws138
965 * src/plugins/dillo_viewer/dillo_prefs.[ch]
966 * src/plugins/dillo_viewer/dillo_viewer.c
967 Fixed bug where "Cancel" button from prefs issued
969 Comply a little more to coding style
971 2003-05-01 [paul] 0.8.11claws137
973 * sync with 0.8.11cvs38
974 see ChangeLog 2003-05-01
976 2003-05-01 [paul] 0.8.11claws136
979 updated by George Danchev
981 2003-04-30 [christoph] 0.8.11claws135
983 * src/plugins/dillo_viewer/dillo_prefs.c
984 * src/plugins/image_viewer/viewerprefs.c
985 * src/plugins/spamassassin/spamassassin_gtk.c
986 remove gtk_widget_ref() calls for widgets in
989 2003-04-30 [paul] 0.8.11claws134
992 ok, this time a better fix for the bug where opening folder
993 has massive slowdown when using the 'Display sender using
996 2003-04-30 [paul] 0.8.11claws133
999 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1001 2003-04-30 [melvin] 0.8.11claws132
1003 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1005 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1006 Preferences for the dillo plugin
1007 * src/plugins/dillo_viewer/dillo_viewer.c
1008 Support for preferences
1009 * src/plugins/dillo_viewer/Makefile.am
1010 Added dillo_prefs.[ch]
1012 2003-04-30 [alfons] 0.8.11claws131
1014 * src/common/plugin.[ch]
1015 see? this ANSI C'fication immediately gives us type
1018 2003-04-30 [alfons] 0.8.11claws130
1020 * src/common/plugin.[ch]
1021 * src/plugins/clamav/clamav_plugin.[ch]
1022 * src/plugins/clamav/clamav_plugin_gtk.c
1023 * src/plugins/demo/demo.c
1024 * src/plugins/dillo_viewer/dillo_viewer.c
1025 * src/plugins/image_viewer/plugin.c
1026 * src/plugins/image_viewer/viewer.[ch]
1027 * src/plugins/image_viewer/viewerprefs.[ch]
1028 * src/plugins/mathml_viewer/mathml_viewer.c
1029 * src/plugins/spamassassin/spamassassin.[ch]
1030 * src/plugins/spamassassin/spamassassin_gtk.c
1031 * src/plugins/trayicon/trayicon.c
1034 2003-04-30 [alfons] 0.8.11claws129
1036 * src/common/utils.c
1037 make is_ascii_str() fail gracefully when NULL pointer
1040 2003-04-30 [paul] 0.8.11claws128
1043 fix bug where opening folder has massive slowdown when
1044 using the 'Display sender using address book' option
1046 2003-04-30 [paul] 0.8.11claws127
1048 * src/plugins/clamav/clamav_plugin.c
1049 src/plugins/clamav/clamav_plugin_gtk.c
1050 src/plugins/demo/demo.c
1051 src/plugins/dillo_viewer/dillo_viewer.c
1052 src/plugins/image_viewer/plugin.c
1053 src/plugins/mathml_viewer/mathml_viewer.c
1054 src/plugins/spamassassin/spamassassin.c
1055 src/plugins/spamassassin/spamassassin_gtk.c
1056 src/plugins/trayicon/trayicon.c
1057 get rid of eye-hurting function signatures
1059 2003-04-30 [paul] 0.8.11claws126
1061 * src/plugins/trayicon/trayicon.c
1067 2003-04-30 [paul] 0.8.11claws125
1070 arrange the plugins in reverse alphabetical order
1072 * src/plugins/clamav/clamav_plugin.[ch]
1073 src/plugins/clamav/clamav_plugin_gtk.c
1075 resize max_size window
1076 re-arrange the order of some gui elements
1077 improve descriptions
1079 * src/plugins/image_viewer/plugin.c
1080 src/plugins/mathml_viewer/mathml_viewer.c
1083 * src/plugins/spamassassin/spamassassin_gtk.c
1084 resize max_size window
1085 re-arrange the order of some gui elements
1091 2003-04-30 [alfons] 0.8.11claws124
1094 fix a leak found while browsing Martin Kluge's
1095 valgrind log (Claws only)
1097 2003-04-29 [darko] 0.8.11claws123
1099 * src/gtk/gtkstext.h
1100 include wchar.h if it is available, fixes compilation
1103 2003-04-29 [melvin] 0.8.11claws122
1105 * src/prefs_actions.c
1106 Improved help text of Actions' syntax
1108 2003-04-28 [paul] 0.8.11claws121
1111 a better fix for the crash when performing an action
1114 2003-04-28 [paul] 0.8.11claws120
1117 fix crash when performing an action on a
1120 2003-04-28 [paul] 0.8.11claws119
1122 * sync with 0.8.11cvs36
1123 see ChangeLog 2003-04-28
1125 2003-04-27 [paul] 0.8.11claws118
1127 * more sync with 0.8.11cvs35
1128 see ChangeLog 2003-04-25
1130 2003-04-26 [christoph] 0.8.11claws117
1133 fix remove virtual check
1135 2003-04-26 [paul] 0.8.11claws116
1138 fix return-receipt, make it work again
1140 2003-04-26 [paul] 0.8.11claws115
1143 restore double-clicking of the [application/pgp-signature
1144 (Select "Check signature" to check)] line in the message view,
1145 broken in recent sync
1147 2003-04-26 [christoph] 0.8.11claws114
1150 check if remove virtual really exists before
1151 calling the function
1153 2003-04-25 [match] 0.8.11claws113
1157 * src/ldapquery.[ch]
1160 * src/ldapserver.[ch]
1161 fix memleak. fix segfault.
1162 plug a Claws memleak
1164 2003-04-25 [alfons] 0.8.11claws112
1167 plug a Claws memleak
1169 2003-04-25 [alfons] 0.8.11claws111
1171 * src/common/session.c
1174 2003-04-25 [paul] 0.8.11claws110
1176 * sync with 0.8.11cvs35
1177 see ChangeLog 2003-04-24 and 2003-04-25
1179 * src/gtk/pluginwindow.c
1180 correct another strange float value
1182 2003-04-24 [christoph] 0.8.11claws109
1185 freeze folder item updates when unsetting new flags
1187 * src/gtk/pluginwindow.c
1188 correct strange float value
1190 2003-04-23 [paul] 0.8.11claws108
1192 * sync with 0.8.11cvs33
1193 see ChangeLog 2003-04-23
1195 2003-04-22 [paul] 0.8.11claws107
1200 src/pgptext.[ch] ** REMOVED **
1201 remove pgptext.[ch] as its not used any more
1203 2003-04-22 [paul] 0.8.11claws106
1205 * sync with 0.8.11cvs31
1206 see ChangeLog 2003-04-21 and 2003-04-22
1208 2003-04-21 [alfons] 0.8.11claws105
1211 No access to GTK structures if we're a spawned child
1212 (and clean up code a little bit...) Should fix #126.
1214 2003-04-21 [melvin] 0.8.11claws104
1216 * src/plugins/dillo_viewer/README
1217 Improved slightly the text.
1219 2003-04-21 [melvin] 0.8.11claws103
1221 * src/plugins/dillo_viewer/README *** NEW ***
1222 Added a README file for the Dillo plugin
1227 tools/outlook2sylpheed.pl
1228 updated and improved by Ricardo Mones Lastra
1230 2003-04-18 [oliver] 0.8.11claws102
1233 * src/prefs_account.h
1234 remove Pop3SessionType (used by selective download)
1235 * src/prefs_toolbar.c
1236 enable set Default Toolbar button
1238 2003-04-18 [paul] 0.8.11claws101
1240 * sync with 0.8.11cvs29
1241 see ChangeLog 2003-04-18
1243 2003-04-17 [paul] 0.8.11claws100
1245 * src/prefs_common.[ch]
1247 remove 'Open next message on deletion' option,
1248 as the same effect can now be achieved via the
1249 'Always open messages in summary when selected'
1252 2003-04-17 [paul] 0.8.11claws99
1254 * sync with 0.8.11cvs28
1255 see ChangeLog 2003-04-17
1257 2003-04-17 [christoph] 0.8.11claws98
1259 * ac/spamassassin.m4
1260 * src/plugins/spamassassin/libspamc.[ch]
1261 * src/plugins/spamassassin/utils.[ch]
1262 sync libspamc with SpamAssassin project
1264 2003-04-17 [christoph] 0.8.11claws97
1266 * src/common/socket.h
1267 * src/gtk/sslcertwindow.h
1268 rename old USE_SSL to USE_OPENSSL
1270 2003-04-17 [paul] 0.8.11claws96
1272 * src/prefs_common.h
1273 use gulong for P_COLOR so that it compiles/runs on
1274 64-bit systems. Patch submitted by James Noyes
1275 <jnoyes-claws@retrogeeks.com>
1280 2003-04-17 [paul] 0.8.11claws95
1282 * sync with 0.8.11cvs27
1283 see ChangeLog 2003-04-16
1285 2003-04-15 [paul] 0.8.11claws94
1287 * src/prefs_common.[ch]
1288 rearrange to stop the window getting too long:
1289 move Receive dialog stuff to Receive tab
1290 move Send dialog to Send tab
1291 remove Dialogs frame
1292 rename 'Open messages in summary with cursor keys' to
1293 'Always open messages in summary when selected', as its
1296 2003-04-15 [paul] 0.8.11claws93
1298 * src/prefs_common.[ch]
1300 add new option '/Interface/Open next message on deletion'
1302 2003-04-15 [paul] 0.8.11claws92
1304 * src/summaryview.[ch]
1305 add /Mark/Lock and /Mark/Unlock to the pop-up
1306 menu. Patch submitted by Ivan Francolin Martinez
1307 <ivanfm@users.sourceforge.net>
1309 2003-04-15 [paul] 0.8.11claws91
1311 * sync with 0.8.11cvs24
1312 see ChangeLog 2003-04-15
1314 2003-04-14 [jens] 0.8.11claws90
1316 * updated German translation and some corrections from
1317 Roland Bless <bless@tm.uka.de>
1319 2003-04-14 [paul] 0.8.11claws89
1321 * sync with 0.8.11cvs22
1322 see ChangeLog 2003-04-14
1324 2003-04-13 [paul] 0.8.11claws88
1326 * src/plugins/clamav/clamav_plugin.c
1330 2003-04-12 [paul] 0.8.11claws87
1332 * src/plugins/clamav/clamav_plugin.c
1333 activate enable/disable archive scanning option
1335 * src/plugins/clamav/.cvsignore ** NEW FILE **
1337 2003-04-12 [paul] 0.8.11claws86
1339 * src/plugins/Makefile.am
1340 src/plugins/clamav/Makefile.am ** NEW FILE **
1341 src/plugins/clamav/README ** NEW FILE **
1342 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
1343 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
1344 add Clam AntiVirus plugin
1346 2003-04-12 [paul] 0.8.11claws85
1348 * sync with 0.8.11cvs21
1349 see ChangeLog 2003-04-11
1351 2003-04-11 [paul] 0.8.11claws84
1354 update Spanish translation. Submitted by Ricardo
1357 2003-04-10 [christoph] 0.8.11claws83
1360 fix typo that did not move unfiltered mails to destination
1363 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1364 when filtering from spool)
1366 2003-04-10 [christoph] 0.8.11claws82
1369 use BODY.PEEK instead of BODY in in message fetch operation
1370 to make sure the IMAP server does not set the \Seen flag for
1371 messages. Sylpheed does that later itself, when the message
1372 is opened in sylpheed
1374 (closes Bug 111 Claws destroys unread marks)
1376 2003-04-09 [oliver] 0.8.11claws81
1379 fix crash in folder_destroy
1381 remove selective download
1383 2003-04-09 [christoph] 0.8.11claws80
1386 fix crash in imap_get_msginfo() when then fetched message
1389 (closes Bug 110 Crash during mail composition)
1391 2003-04-08 [christoph] 0.8.11claws79
1394 * src/prefs_account.c
1395 Filter new messages that are found in an INBOX folder
1396 when 'Filter messages on receiving' is enabled in the
1397 Folder's AccountPrefs. This allows to use Sylpheed's
1398 filtering engine for IMAP folders where messages are
1399 added to the INBOX by a MTA
1401 2003-04-08 [paul] 0.8.11claws78
1404 clean up after last commit
1406 2003-04-08 [paul] 0.8.11claws77
1408 * sync with 0.8.11cvs20
1409 see ChangeLog 2003-04-07 and 2003-04-08
1411 2003-04-07 [christoph] 0.8.11claws76
1413 * src/filtering.[ch]
1417 add procmsg_msginfo_filter() to execute filtering actions
1419 2003-04-06 [christoph] 0.8.11claws75
1422 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1424 2003-04-06 [christoph] 0.8.11claws74
1426 * src/common/utils.[ch]
1427 add g_int_compare() function for slist sorting
1430 fetch all MsgInfos with one command in imap_get_msginfos()
1431 using an imap set with a list of ranges
1434 use new g_int_compare() function
1436 2003-04-06 [thorsten] 0.8.11claws73
1439 corrected implementation of mh_folder_destroy()
1441 2003-04-05 [christoph] 0.8.11claws72
1458 * src/gtk/gtkutils.c
1459 o rename structure field names class and new to klass and
1460 new_msgs, to allow including files in C++
1461 o add 'extern "C"' block to some header files
1462 o add MsgInfoList and MsgNumberList as alias for GSList for
1463 developers to know what type of list is expected
1465 * src/plugins/image_viewer/plugin.c
1466 * src/plugins/image_viewer/viewer.[ch]
1467 * src/plugins/image_viewer/viewerprefs.[ch]
1468 rename function names to prevent conflicts
1470 2003-04-05 [paul] 0.8.11claws71
1472 * sync with 0.8.11cvs18
1473 see ChangeLog 2003-04-03 and 2003-04-04
1475 2003-04-02 [christoph] 0.8.11claws70
1479 * src/mbox_folder.[ch]
1482 o Make all virtual folder functions private
1483 o remove unused folder code
1485 * src/common/socket.[ch]
1489 2003-03-30 [alfons] 0.8.11claws69
1491 * src/send_message.c
1492 remove two debug traces and see if people still report
1495 2003-03-30 [alfons] 0.8.11claws68
1497 * src/send_message.c
1498 * src/commons/session.c
1499 add more debug traces
1501 2003-03-30 [christoph] 0.8.11claws67
1504 change processing folder name from .processing to processing
1507 disable SSL certificate check because it causes Xlib error
1508 when the child process want's to open an GTK window
1510 2003-03-30 [christoph] 0.8.11claws66
1513 don't use default folder for processing folder item because
1514 it can be a non local folder
1516 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1518 2003-03-30 [alfons] 0.8.11claws65
1520 * src/send_message.c
1521 try fixing crashes when sending messages: my gcc 2.95.4 seems
1522 to generate bad code for 'send_send_data_progressive': When
1523 called from 'send_send_data_finished', the 'data' pointer is
1524 cleared just before the assignment to the dialog pointer
1526 2003-03-29 [christoph] 0.8.11claws64
1528 * src/common/prefs.h
1529 * src/plugins/image_viewer/Makefile.am
1530 * src/plugins/image_viewer/plugin.c
1531 * src/plugins/image_viewer/viewer.[ch]
1532 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
1533 add PrefsPage for ImageViewer
1535 2003-03-28 [thorsten] 0.8.11claws63
1537 * src/common/session.c
1540 2003-03-28 [paul] 0.8.11claws62
1542 * sync with 0.8.11cvs16
1543 see ChangeLog 2003-03-28
1545 2003-03-28 [paul] 0.8.11claws61
1547 * sync with 0.8.11cvs15
1548 see ChangeLog 2003-03-28
1550 2003-03-27 [christoph] 0.8.11claws60
1554 * src/common/socket.[ch]
1555 set socket state to DISCONNECTED when any operation
1556 fails to allow reconnecting in IMAP code without
1557 checking the return code of all calls to the command
1562 remove some more stuff that depends on specific
1565 2003-03-27 [paul] 0.8.11claws59
1567 * sync with 0.8.11cvs14
1568 see ChangeLog 2003-03-27
1570 * src/selective_download.[ch] ** REMOVED **
1573 2003-03-27 [christoph] 0.8.11claws58
1576 fix handling of tmp_flags in flag copy function
1578 2003-03-27 [paul] 0.8.11claws57
1580 * sync with 0.8.11cvs13
1581 see ChangeLog 2003-03-27
1583 2003-03-27 [oliver] 0.8.11claws56
1586 remove sel_download_cb
1588 2003-03-27 [oliver] 0.8.11claws55
1593 2003-03-26 [oliver] 0.8.11claws54
1598 remove selective donwload readme
1600 2003-03-26 [oliver] 0.8.11claws53
1602 * src/matcher_parser_parse.y
1604 * src/prefs_account.[ch]
1605 * src/prefs_filtering.c
1606 remove selective donwload
1608 2003-03-26 [oliver] 0.8.11claws52
1613 remove selective donwload
1615 2003-03-26 [oliver] 0.8.11claws51
1618 * src/selective_download.[ch] ** REMOVE **
1620 2003-03-26 [christoph] 0.8.11claws50
1623 fix NEWS that got broken by a sync with sylpheed-main
1625 2003-03-26 [christoph] 0.8.11claws49
1628 fix mime type guessing when no mime type is found for a file
1630 2003-03-25 [christoph] 0.8.11claws48
1634 remove mime type guessing from mime parser and use
1635 name based mime types in viewer lookup for mime type
1636 application/octet-stream
1638 2003-03-25 [christoph] 0.8.11claws47
1640 * doc-src/readme.txt
1641 * doc-src/rfc2554.txt
1642 add RFC about SMTP AUTH
1644 * src/send_message.c
1645 * src/common/smtp.[ch]
1646 add extra error code for authentication errors and
1647 clear temporary password when this error occurs
1649 (closes Bug 84 authentication failure while sending should
1650 prompt for password again)
1652 2003-03-25 [christoph] 0.8.11claws46
1656 * src/imageview.[ch] ** REMOVE **
1657 * src/messageview.[ch]
1659 * src/prefs_common.[ch]
1661 * src/plugins/Makefile.am
1662 * src/plugins/image_viewer/.cvsignore ** NEW **
1663 * src/plugins/image_viewer/Makefile.am ** NEW **
1664 * src/plugins/image_viewer/plugin.c ** NEW **
1665 * src/plugins/image_viewer/viewer.[ch] ** NEW **
1666 move image viewer into a plugin (building is enabled by default)
1667 [ToDo: Prefs for resize and autoview]
1669 2003-03-25 [paul] 0.8.11claws45
1671 * sync with 0.8.11cvs12
1672 see ChangeLog 2003-03-26
1674 2003-03-25 [paul] 0.8.11claws44
1676 * sync with 0.8.11cvs11
1677 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1679 Note: Selective Download is broken.
1681 2003-03-22 [christoph] 0.8.11claws43
1684 code cleanup for flags copying
1686 2003-03-22 [christoph] 0.8.11claws42
1688 * src/plugins/trayicon/trayicon.c
1689 fix setting the transparent area when the window size
1690 is forced by the system tray
1692 2003-03-22 [christoph] 0.8.11claws41
1694 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
1695 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
1696 * src/plugins/trayicon/newmail.xpm ** NEW **
1697 * src/plugins/trayicon/nomail.xpm ** NEW **
1698 * src/plugins/trayicon/trayicon.c
1699 * src/plugins/trayicon/unreadmail.xpm ** NEW **
1700 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1701 o add icon for unread mails
1702 o set transparency for window
1704 2003-03-22 [christoph] 0.8.11claws40
1707 init news session to prevent crash when session is closed
1709 2003-03-22 [christoph] 0.8.11claws39
1712 * src/common/session.[ch]
1713 Init session data to make sure we don't have invalid pointers
1714 for read_ch and write_ch when new multi process sessions are
1718 * src/common/plugin.c
1719 * src/common/sylpheed.c
1720 * src/plugins/demo/demo.c
1721 * src/plugins/dillo_viewer/dillo_viewer.c
1722 * src/plugins/mathml_viewer/mathml_viewer.c
1723 * src/plugins/spamassassin/spamassassin.c
1724 * src/plugins/spamassassin/spamassassin_gtk.c
1725 add plugin types to allow loading plugins at different times
1726 (and maybe for different frontends), because it's not good to
1727 load GTK-Plugins gefore gtk_init was called
1730 * src/plugins/Makefile.am
1731 * src/plugins/trayicon/.cvsignore ** NEW **
1732 * src/plugins/trayicon/Makefile.am ** NEW **
1733 * src/plugins/trayicon/eggtrayicon.c ** NEW **
1734 * src/plugins/trayicon/eggtrayicon.h ** NEW **
1735 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
1736 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
1737 * src/plugins/trayicon/trayicon.c ** NEW **
1738 New Trayicon plugin that shows an icon in a systray that uses
1739 XEMBED protocol like Gnome's systray. Icon shows if there
1740 are new mails and a tooltip shows information about new,
1741 unread and total messages.
1743 2003-03-22 [paul] 0.8.11claws38
1746 fix ESMTP AUTH CRAM-MD5
1747 [sync with main (still version 0.8.11cvs6), see
1748 ChangeLog 2003-03-22]
1750 2003-03-21 [colin] 0.8.11claws37
1752 * src/send_message.c
1753 Fix USE_SSL => USE_OPENSSL
1755 2003-03-21 [colin] 0.8.11claws36
1758 Fix counts in drag and dropped subfolders
1760 2003-03-21 [colin] 0.8.11claws35
1764 speed up a bit folder dnd
1766 2003-03-20 [alfons] 0.8.11claws34
1771 don't send locked queue messages
1772 (feature request "[ 705245 ] Locking message in outbox
1773 should prevent sending")
1775 2003-03-20 [christoph] 0.8.11claws33
1778 remove NEW and UNREAD flag in special folders when scanning
1781 fix ESMTP AUTH CRAM-MD5
1783 2003-03-20 [paul] 0.8.11claws32
1785 * src/prefs_account.c
1786 Re-write 'Tunnel command to open connection' as
1787 'Use command to communicate with server', and disable
1788 it for all except IMAP accounts
1790 2003-03-20 [paul] 0.8.11claws31
1792 * sync with 0.8.11cvs6
1793 see ChangeLog 2003-03-20
1795 2003-03-19 [match] 0.8.11claws30
1798 include documentation. minor refactoring.
1799 * src/addr_compl.[ch]
1800 * src/addrindex.[ch]
1801 * src/addresbook.[ch]
1803 re-enable address lookup (was disabled in
1806 2003-03-19 [christoph] 0.8.11claws29
1809 add temp flag handling, will make moving and copying
1810 messages possible again
1813 correct calulation of folder stats
1815 2003-03-18 [match] 0.8.11claws28
1818 remove case sensitive comparison (closes bug 80).
1820 2003-03-18 [christoph] 0.8.11claws27
1823 fix imap using a tunnel command
1827 2003-03-18 [christoph] 0.8.11claws26
1832 rewrite flag handling for folders
1834 2003-03-18 [christoph] 0.8.11claws25
1839 unset NEW and UNREAD flags when message is ignored, to make
1840 sure messages don't show up as unread on other IMAP clients,
1841 because the IGNORE_THREAD flag can not be syncronized through
1844 2003-03-17 [christoph] 0.8.11claws24
1847 don't use recursion to fetch uids when the number of messages
1848 does not match. Moved code into subfunction that is used
1849 again when needed, to prevent an endless loop.
1851 2003-03-17 [thorsten] 0.8.11claws23
1853 * src/imageview.[ch]
1854 export imageview_get_resized_size() (for plugins)
1855 * src/prefs_common.[ch]
1856 added prefs_common_get() (for plugins)
1858 2003-03-17 [christoph] 0.8.11claws22
1861 o remove UID guessing from copy code
1862 o support UIDPLUS extension for APPEND command
1864 2003-03-17 [paul] 0.8.11claws21
1867 remove 'Compiled-plugins' section.
1869 * src/plugins/dillo_viewer/dillo_viewer.c
1870 slight change to description text
1872 2003-03-16 [match] 0.8.11claws20
1873 * src/ldapserver.[ch] ** NEW **
1874 * src/ldapctrl.[ch] ** NEW **
1875 * src/ldapquery.[ch] ** NEW **
1876 * src/ldaputil.[ch] ** NEW **
1877 * src/addrcindex.[ch] ** NEW **
1878 * src/addrquery.h ** NEW **
1880 * src/addrcache.[ch]
1881 * src/addrindex.[ch]
1882 * src/addr_compl.[ch]
1883 * src/addressbook.[ch]
1888 * src/editldap_basedn.c
1892 included dynamic LDAP queries. improved address
1895 2003-03-16 [paul] 0.8.11claws19
1897 * tools/multiwebsearch.pl
1900 2003-03-16 [christoph] 0.8.11claws18
1903 * src/plugins/dillo_viewer/dillo_viewer.c
1904 * src/plugins/mathml_viewer/mathml_viewer.c
1905 make unregistering of MimeViewerFactorys possible
1907 2003-03-16 [alfons] 0.8.11claws17
1912 2003-03-16 [melvin] 0.8.11claws16
1914 * src/plugins/dillo_viewer.c
1915 Fixed bug where it was not possible to view more than
1916 one text/html attachment per message (bug discovered
1917 by Christoph Hohmann).
1919 2003-03-15 [melvin] 0.8.11claws15
1921 * src/prefs_actions.c
1922 Fixed compilation warnings.
1924 2003-03-15 [melvin] 0.8.11claws14
1926 * src/plugins/Makefile.am
1927 * src/plugins/dillo_viewer/.cvsignore ** NEW **
1928 * src/plugins/dillo_viewer/Makefile.am ** NEW **
1929 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
1930 Added a html mail viewer plugin that uses Dillo v0.7.0 or
1931 newer (http://dillo.auriga.wearlab.de/).
1933 2003-03-15 [christoph] 0.8.11claws13
1936 don't query imap folder for attributes because we already
1937 for them from imap_status
1940 add support for plugable MimeViewers (unloading Viewers
1943 * src/plugins/Makefile.am
1944 * src/plugins/mathml_viewer/.cvsignore ** NEW **
1945 * src/plugins/mathml_viewer/Makefile.am ** NEW **
1946 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
1947 add MathML Viewer (Content-Type text/mathml) using GtkMathView
1948 widget from http://helm.cs.unibo.it/mml-widget/
1950 2003-03-14 [christoph] 0.8.11claws12
1953 o error return code's should better be negative
1954 o replace printf with debug_print
1957 improve IMAP folder scan by checking UID-NEXT
1960 remove check that are unnecessary in my opinion
1962 2003-03-13 [christoph] 0.8.11claws11
1971 * src/prefs_scoring.c
1973 use a common function to get a displayable name
1976 2003-03-13 [paul] 0.8.11claws10
1980 tools/multiwebsearch.conf ** NEW FILE **
1981 tools/multiwebsearch.pl ** NEW FILE **
1982 add multiwebsearch Actions script
1984 2003-03-13 [colin] 0.8.11claws9
1987 Remove leading emtpy lines from quoted text
1990 2003-03-13 [melvin] 0.8.11claws8
1992 * src/prefs_actions.c
1995 Added Cancel and OK buttons
1998 2003-03-13 [christoph] 0.8.11claws7
2008 replace more folder type stuff with folder class stuff
2010 2003-03-13 [melvin] 0.8.11claws6
2012 * src/prefs_actions.c
2014 %u: user provided argument
2015 %h: user provided argument (hidden on input)
2016 %s: current text selection in the message view
2018 2003-03-13 [paul] 0.8.11claws5
2020 * sync with 0.8.11cvs5
2021 see ChangeLog 2003-03-11, 2003-03-12
2023 2003-03-12 [christoph] 0.8.11claws4
2026 use folder class idstr when writing folderlist.xml
2031 replace folder type checks with folder class checks
2033 2003-03-12 [christoph] 0.8.11claws3
2038 * src/mbox_folder.[ch]
2041 o create a list of known folder classes in the folder system
2042 o use folder class id strings for folder item identifiers
2044 2003-03-12 [christoph] 0.8.11claws2
2047 fix imap uid validity check
2049 2003-03-12 [christoph] 0.8.11claws1
2060 * src/prefs_scoring.c
2064 initial restructuring of folder system, seperating
2065 folders and folder classes
2067 2003-03-12 [paul] 0.8.11claws
2071 2003-03-12 [christoph]
2073 * src/gtk/prefswindow.c
2074 fix translation of "Page Index"
2076 2003-03-12 [paul] 0.8.10claws110
2078 a sync from 0.8.11cvs4 before the release
2080 * src/common/utils.c
2081 subject_compare_for_sort(): allow null strings (fixes
2084 2003-03-11 [paul] 0.8.10claws109
2087 update Spanish translation, submitted by
2088 Ricardo Mones Lastra
2090 2003-03-11 [melvin] 0.8.10claws108
2093 Updated French translations
2095 2003-03-11 [paul] 0.8.10claws107
2097 * manual/en/Makefile.am
2099 update English manual, add a new page
2100 updated by Francois Barriere <fbarriere@atmel.fr>
2105 update Bulgarian, Italian, and Serbian translations
2106 submitted by George Danchev, Alessandro Maestri, and
2109 2003-03-10 [paul] 0.8.10claws106
2112 src/gtk/prefswindow.c
2113 make some strings translatable
2115 2003-03-10 [darko] 0.8.10claws105
2118 code cleanup to make Hiro happy
2120 2003-03-10 [paul] 0.8.10claws104
2122 * sync with 0.8.11cvs2
2123 see ChangeLog 2003-03-10
2125 2003-03-09 [melvin] 0.8.10claws103
2128 textview_set_font(): fix for message display in
2129 UTF-8 locales (thanks to Sergey Vlasov).
2130 (was unintentionnaly reverted in 0.8.6claws6)
2132 2003-03-08 [darko] 0.8.10claws102
2135 fix infinite loop in wrapping as reported
2137 obsoletes patch #696482
2139 2003-03-08 [christoph] 0.8.10claws101
2142 add workaround for IMAP servers that do not
2143 support the "UID SEARCH UID" command
2145 2003-03-07 [christoph] 0.8.10claws100
2147 * src/plugins/spamassassin/spamassassin.[ch]
2148 * src/plugins/spamassassin/spamassassin_gtk.c
2151 2003-03-07 [paul] 0.8.10claws99
2154 updated Spanish translation, submitted by
2155 Ricardo Mones Lastra
2157 2003-03-07 [christoph] 0.8.10claws98
2160 fix in 0.8.10claws94 was wrong
2161 local delivery does not require escaping, remove escaping
2162 code to make signatures of mails with "." lines valid
2164 NOTE: requires that sendmail is executed with "-i" option,
2165 what is the default now, but has to be changed in all
2168 2003-03-07 [paul] 0.8.10claws97
2170 * sync with 0.8.11 release
2171 see ChangeLog 2003-03-07
2173 2003-03-06 [paul] 0.8.10claws96
2176 revert commit 0.8.10claws92
2178 2003-03-06 [paul] 0.8.10claws95
2181 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2184 fix bug 74, 'Crash opening editor window with pseudo-color
2187 Patches submitted by Kevin Vigor <kevin@vigor.nu>
2189 2003-03-06 [christoph] 0.8.10claws94
2192 fix rfc2821 (4.5.2) violation in SMTP data sending,
2193 all lines starting with a period get an extra period
2195 (found by Simon 'corecode' Schubert)
2197 2003-03-06 [paul] 0.8.10claws93
2200 if configured font can't be loaded fall back to gtk
2201 default. (with thanks to Christoph)
2203 closes long-standing bug 15 'Crashes on startup'
2205 2003-03-06 [paul] 0.8.10claws92
2208 freeze text before autosave and thaw afterwards
2209 fixes bug 67 'autosave make re-rediting message crazy'
2211 2003-03-06 [christoph] 0.8.10claws91
2214 ignore address comment in dupe check for Cc-list
2216 (closes reopened bug 47 Replying to message strips name part of
2217 e-mail addresses of Cc: lines)
2219 2003-03-06 [paul] 0.8.10claws90
2222 remove reference to gtkxtext.h as its no longer in
2225 2003-03-06 [paul] 0.8.10claws89
2227 * sync with 0.8.10cvs25
2228 see ChangeLog 2003-03-06
2230 2003-03-06 [oliver] 0.8.10claws88
2235 2003-03-06 [oliver] 0.8.10claws87
2238 remove changes introduced inclaws74
2240 another attempt to sanely delete and update
2241 messages deleted in separate messageview
2243 2003-03-05 [christoph] 0.8.10claws86
2246 check if "From" matches any account's address if
2247 addressbook completion of addresses is disabled too
2249 (closes Bug 70 "Display recipient in from" doesn't check
2250 folder's default account)
2252 2003-03-05 [christoph] 0.8.10claws85
2255 * src/common/utils.[ch]
2256 don't strip address comments when building Cc lists
2258 (closes Bug 47 Replying to message strips name part of e-mail addresses
2262 fix return value of copy function
2264 2003-03-05 [christoph] 0.8.10claws84
2267 don't ask imap server for non rfc822 headers
2269 (closes bug 71 IMAP FETCH asks for FROM header field twice)
2272 destroy session on socket error to allow reconnecting
2274 2003-03-05 [christoph] 0.8.10claws83
2277 fix building with gnome when no prefix is set
2279 (closes bug 66 Gnome directory is set to NONE)
2281 2003-03-05 [paul] 0.8.10claws82
2283 * sync with 0.8.10cvs23
2284 see ChangeLog 2003-03-05
2286 2003-03-04 [christoph] 0.8.10claws81
2289 o fix moving and copying when folder returns 0 for new
2291 o remove some code for single message copy and move
2292 operations and use functions for multiple messages
2294 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2297 remove unused include
2299 2003-03-04 [paul] 0.8.10claws80
2302 list 'Compiled plugins'
2304 2003-03-03 [christoph] 0.8.10claws79
2307 have to multiply the percentage of the current fetch with
2308 the percentage that it has of the total fetch operation
2311 2003-03-03 [christoph] 0.8.10claws78
2314 fix calculation of expected lines for progress indicator
2316 2003-03-03 [christoph] 0.8.10claws77
2319 * src/common/utils.c
2320 fix segfault when opening the root news folder
2322 2003-03-03 [christoph] 0.8.10claws76
2324 * src/mainwindow.[ch]
2325 * src/common/Makefile.am
2326 * src/common/progressindicator.[ch]
2327 add UI independent progress indicator handling
2330 use new progress indicator for message info fetching
2332 * src/common/hooks.h
2335 2003-03-03 [oliver] 0.8.10claws75
2339 removed commented code
2341 2003-03-03 [oliver] 0.8.10claws74
2344 cleanups and refactoring
2346 compose_reply_mode reply & forwarding interface for
2349 act on messages marked for deletion in folderview_selected
2350 based on prefs_common.immediate_exec since a message might
2351 have been deleted by messageview in a folder we are changing
2352 to (does anybody understand what I'm on about ?)
2354 2003-03-03 [oliver] 0.8.10claws73
2356 * src/messageview.[ch]
2358 - messageview_delete: delete message shown in messagview
2359 - messageview_update_view: update messageview to currently
2360 selected summaryview message
2361 - add separate messageview to msgview_list in order to update
2362 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2363 * src/summaryview.[ch]
2364 summary_get_selection returns a list of selected msgs
2367 toolbar reply refactoring
2369 2003-03-03 [paul] 0.8.10claws72
2371 * sync with 0.8.10cvs21
2372 see ChangeLog 2003-03-03
2374 2003-03-02 [christoph] 0.8.10claws71
2376 * src/common/passcrypt.c
2379 2003-03-02 [christoph] 0.8.10claws70
2382 * src/prefs_account.c
2383 * src/prefs_gtk.[ch]
2384 * src/common/.cvsignore
2385 * src/common/Makefile.am
2386 * src/common/passcrypt.c ** NEW **
2387 * src/common/passcrypt.h.in ** NEW **
2388 Implement password encryption in config files
2389 using unix encrypt and setkey functions. The crypt
2390 key can be set as a configure parameter. Old
2391 passwords will be converted if they do not begin
2394 2003-03-02 [paul] 0.8.10claws69
2396 * src/prefs_account.c
2399 2003-03-01 [thorsten] 0.8.10claws68
2407 corrected format strings
2410 (fix compile errors with GNU gettext-0.11.5)
2412 2003-03-01 [oliver] 0.8.10claws67
2415 menu callbacks call toolbar_menu_reply
2417 2003-03-01 [oliver] 0.8.10claws66
2421 menu callbacks call toolbar_menu_reply
2423 callbacks from menu handled by toolbar_menu_reply
2425 2003-03-01 [paul] 0.8.10claws65
2428 revert commit 0.8.10claws54 - breaks editing of
2432 update Bulgarian translation, submitted by
2435 2003-02-28 [christoph] 0.8.10claws64
2441 * src/gtkxtext.h ** REMOVE **
2447 * src/prefs_common.c
2448 * src/prefs_matcher.c
2449 * src/procheader.[ch]
2452 * src/common/ssl_certificate.c
2453 * src/gtk/colorlabel.c
2456 o remove code obsoleted by new cache and folder system rework
2458 2003-02-28 [oliver] 0.8.10claws63
2461 * fix bug where reply in Messageview replied to
2462 Message displayed in summaryview
2463 (reportedd via ML by chinatinte at gmx dot ch)
2464 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2465 didn't work in separate MessageView Toolbar
2466 (wondering if anybody uses this at all ?)
2467 * src/summaryview.[ch]
2468 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2469 (generalize reply and forward code);
2471 remove focus_in event which updated summaryview to messageview
2473 2003-02-28 [paul] 0.8.10claws62
2476 add the --check option
2477 Patch submitted by Ricardo Mones Lastra
2479 2003-02-28 [paul] 0.8.10claws61
2481 * src/prefs_account.c
2482 re-order 'Signature' items
2484 2003-02-28 [paul] 0.8.10claws60
2486 * sync with 0.8.10cvs20
2487 see ChangeLog 2003-02-28
2489 2003-02-28 [paul] 0.8.10claws59
2492 update to reflect recent movement of files
2494 2003-02-28 [paul] 0.8.10claws58
2496 * sync with 0.8.10cvs19
2497 see ChangeLog 2003-02-28
2499 2003-02-27 [martin] 0.8.10claws57
2501 * src/prefs_matcher.c
2502 fix segfault in prefs_matcher_ok() when the
2503 last entry is deleted and prevents that the
2504 message "entry not saved" comes up after deleting
2507 2003-02-27 [martin] 0.8.10claws56
2509 * src/prefs_filtering.c
2510 fix segfault in prefs_filtering_ok() when the
2511 last entry is deleted and prevents that the
2512 message "entry not saved" comes up after deleting
2515 2003-02-27 [paul] 0.8.10claws55
2517 * sync with 0.8.10cvs18
2518 see ChangeLog 2003-02-27
2520 2003-02-27 [paul] 0.8.10claws54
2523 fix bug where the address book crashes with
2525 Patch [687729] submitted by David Frager
2526 <dbfrager@users.sourceforge.net>
2528 2003-02-25 [christoph] 0.8.10claws53
2531 * src/colorlabel.[ch] ** REMOVE **
2532 * src/gtk/Makefile.am
2533 * src/gtk/colorlabel.[ch] ** NEW **
2534 move colorlabel files to gtk directory
2536 * src/esmtp.[ch] ** REMOVE **
2537 has been merged into smtp.[ch] in 0.7.5
2539 2003-02-25 [christoph] 0.8.10claws52
2542 * src/about.[ch] ** REMOVE **
2543 * src/gtk/Makefile.am
2544 * src/gtk/about.[ch] ** NEW **
2545 move about files to gtk directory
2547 2003-02-25 [christoph] 0.8.10claws51
2550 some code optimization of folder scanning code
2552 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2554 2003-02-25 [christoph] 0.8.10claws50
2557 * src/common/sylpheed.c
2558 add command line parameter parsing to common code
2560 2003-02-24 [christoph]
2564 fix gnome prefix problems, the configure script now removed
2565 `gnome-config --prefix` from `gnome-config --datadir`
2566 and adds $(prefix} instead
2568 (closes Bug 24 Makefile does not respect prefix when installing
2571 2003-02-24 [christoph] 0.8.10claws49
2574 check for valid session before trying to authenticate
2576 (closes Bug 60 crash if "authenticate on logon" is activated
2577 and newsserver-hostname is not valid)
2579 2003-02-24 [melvin] 0.8.10claws48
2581 * src/prefs_actions.c
2582 Make sure all user's input is sent to the action and then
2585 2003-02-23 [alfons] 0.8.10claws46
2588 also wait cursor when deleting files
2592 * tools/freshmeat_search.pl
2593 tools/google_search.pl
2594 scripts should now work for any browser/browser command line
2596 2003-02-22 [christoph] 0.8.10claws45
2599 fix IMAP flag setting, IMAP flag is not handled correctly
2600 anymore by the folder system and information about the
2601 folder should not be saved in the MsgInfo (in my opinion)
2603 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2605 2003-02-22 [christoph] 0.8.10claws44
2608 fix spelling of "label" ;-)
2610 2003-02-22 [thorsten] 0.8.10claws43
2613 src/prefs_common.[ch]
2615 do not use description as attachment name
2617 2003-02-22 [alfons] 0.8.10claws42
2620 freeze/thaw folder item updates when changing color labels,
2621 and put a wait cursors on
2623 2003-02-22 [thorsten] 0.8.10claws41
2626 save-all fixes: crash if invoked on multipart container,
2627 mimeinfo access, pathseparators, error dialog
2629 2003-02-21 [alfons] 0.8.10claws40
2634 2003-02-21 [colin] 0.8.10claws39
2639 2003-02-21 [colin] 0.8.10claws38
2642 Freeze/thaw folderItem updates when filtering messages
2643 via Tools/Filter messages
2645 2003-02-21 [paul] 0.8.10claws37
2648 revert commit 0.8.10claws26, there are ulterior motives
2649 for users to set a Reply-To header when posting to
2652 2003-02-21 [paul] 0.8.10claws36
2654 * sync with 0.8.10cvs17
2655 see ChangeLog 2003-02-21
2657 2003-02-20 [christoph] 0.8.10claws35
2660 IMAP UID fetch speedup using SEARCH
2662 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2665 fix problem with UIDs in IMAP UID cache that no longer existed
2667 2003-02-20 [christoph] 0.8.10claws34
2672 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2674 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2677 Rewrite imap_cmd_gen_recv use sock_getline instead
2678 of sock_gets to avoid problems with too long reply
2681 2003-02-20 [colin] 0.8.10claws33
2683 * src/prefs_account.c
2686 2003-02-20 [colin] 0.8.10claws32
2689 Remove useless '&& !to_sender'
2694 change my e-mail address
2696 2003-02-19 [colin] 0.8.10claws31
2698 * src/prefs_common.c
2699 X11 style colors for every configurable color
2701 2003-02-19 [alfons] 0.8.10claws30
2703 * src/prefs_gtk.[ch]
2704 * src/prefs_common.c
2705 for color_new accept both plain integers and X11 style color
2706 names (as found in /usr/lib/X11/rgb.txt)
2708 2003-02-19 [paul] 0.8.10claws29
2711 add tooltips to online/offline button and account selector
2714 2003-02-19 [paul] 0.8.10claws28
2718 src/prefs_account.[ch]
2719 src/prefs_common.[ch]
2720 move 'Maximum number of articles to download' to
2722 clean up account prefs gui a little by hiding entries
2723 rather then greying out entries
2725 2003-02-19 [hiro] 0.8.10claws27
2727 * src/common/utils.c
2728 fix bug #54 'yesterdays date is displayed in the message
2731 2003-02-19 [paul] 0.8.10claws26
2734 fix bug reported in Feature Request [688596]
2735 'Reply-to header in news'
2737 2003-02-18 [paul] 0.8.10claws25
2740 add a 'List all keys' button to key selection dialog
2742 2003-02-18 [colin] 0.8.10claws24
2744 * src/stock_pixmap.c
2747 2003-02-18 [colin] 0.8.10claws23
2749 * src/common/smtp.[ch]
2751 Try to starttls if it seems to be the only
2752 way to authenticate a user
2754 2003-02-18 [paul] 0.8.10claws22
2758 src/stock_pixmap.[ch]
2759 src/pixmaps/drafts_close.xpm ** NEW FILE **
2760 src/pixmaps/drafts_open.xpm ** NEW FILE **
2761 as a Drafts folder is a special folder allow it to have
2762 its own unique icons
2764 2003-02-18 [colin] 0.8.10claws21
2767 Fix port selection when using starttls
2769 2003-02-18 [paul] 0.8.10claws20
2772 src/prefs_common.[ch]
2773 make blue the default new mail colour
2775 2003-02-18 [paul] 0.8.10claws19
2777 * sync with 0.8.10cvs14
2778 see ChangeLog 2003-02-18
2780 2003-02-17 [jens] 0.8.10claws18
2783 fixed a compile problem with gcc 3.3
2784 works on 2.95.3 too (testet on PPC as it is big endian)
2786 2003-02-17 [paul] 0.8.10claws17
2788 * sync with 0.8.10cvs13
2789 see ChangeLog 2003-02-17
2791 2003-02-17 [paul] 0.8.10claws16
2793 * sync with 0.8.10cvs12
2794 see ChangeLog 2003-02-17
2796 2003-02-16 [match] 0.8.10claws15
2799 Eliminates reloading of address data when items
2800 deleted or added. Applied submitted by
2801 Luke Plant <lukeplant@softhome.net>
2803 2003-02-16 [paul] 0.8.10claws14
2806 when a 'protocol error' is encountered disconnect from
2807 the server. This means that the user can carry on viewing
2808 other articles and doesn't have to either wait until the
2809 server timesout or quit sylpheed.
2810 Fixes bug #53 'Unable to read messages in newsgroups,
2811 displayed message doesn't change'
2813 2003-02-15 [christoph] 0.8.10claws13
2816 fix bug that stopped scanning of folders when an
2817 IMAP folder was empty
2819 (closes bug 46 stop scan messages in folders after empty folder)
2825 tools/freshmeat_search.pl ** NEW FILE **
2826 tools/google_search.pl ** NEW FILE **
2827 Add 2 Actions scripts which search freshmeat/google
2828 for the selected text using the browser configured
2831 Note: These scripts are very dependent on the format of the
2832 browser command and may not work on every occasion. Testing
2835 2003-02-14 [alfons] 0.8.10claws12
2838 fix breakage because of uninitialized account pointer.
2841 2003-02-14 [paul] 0.8.10claws11
2844 src/prefs_account.[ch]
2845 src/prefs_common.[ch]
2846 move signature settings to Account Prefs
2848 2003-02-14 [paul] 0.8.10claws10
2850 * sync with 0.8.10cvs11
2851 see ChangeLog 2003-02-14
2853 2003-02-13 [thorsten] 0.8.10claws9
2856 revert news progressbar (GUI separation)
2858 2003-02-13 [paul] 0.8.10claws8
2861 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2864 2003-02-13 [paul] 0.8.10claws7
2868 fix 'Follow-up and Reply-to' so that it creates a reply to
2869 the newsgroup and the sender. If the message has the keyword
2870 'poster' in the Followup-To header, all replies go to the
2871 sender, re: RFC 1036, Section 2.2.3
2872 rename all instances of 'ignore_replyto' to 'to_sender', both
2873 were previously used, now we use just one.
2875 2003-02-13 [paul] 0.8.10claws6
2877 * sync with 0.8.10cvs9
2878 see ChangeLog 2003-02-13
2880 2003-02-13 [paul] 0.8.10claws5
2883 show which plugins are configured in the configure
2886 2003-02-12 [thorsten] 0.8.10claws4
2889 show progress while fetching news headers
2891 2003-02-12 [christoph] 0.8.10claws3
2894 * src/plugins/Makefile.am
2895 use AM_CONDITIONAL to enable plugins, automake correctly
2896 manages this when creating distdir
2898 2003-02-12 [christoph] 0.8.10claws2
2900 * ac/spamassassin.m4
2901 * src/plugins/spamassassin/Makefile.am
2902 fix building SpamAssassin plugin without OpenSSL
2904 2003-02-12 [paul] 0.8.10claws1
2908 src/plugins/Makefile.am
2909 fix failure of 'make release'
2911 2003-02-12 [paul] 0.8.10claws
2913 * 0.8.10claws released
2915 2003-02-12 [paul] 0.8.9claws56
2922 updated translations by George Danchev, Ricardo Mones Lastra,
2923 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
2926 Allow the building of RPMs by a regular user. Submitted
2929 2003-02-11 [alfons] 0.8.9claws55
2932 don't use pixmaps for label color rect but draw rectangles
2933 so we can respect the color map of palette based visuals
2934 (fixes the long time crashes on Suns - thanks to Andreas
2935 Engel and Steve O'Hara-Smith for testing)
2937 2003-02-11 [christoph] 0.8.9claws54
2939 * src/matcher_parser_parse.y
2940 correct bug where filering rules of not existing folders in
2941 matcherrc were added to global filtering
2943 (closes Debian Bug #180253 - Directory's filter-rules are merged with
2944 main filter-rules after removing directory, http://bugs.debian.org/180253)
2946 2003-02-11 [paul] 0.8.9claws53
2948 * sync with 0.8.10cvs7
2949 see ChangeLog 2003-02-09
2951 2003-02-11 [melvin] 0.8.9claws52
2954 Updated French tranlsations
2956 2003-02-10 [paul] 0.8.9claws51
2959 correct --enable-openssl
2960 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2962 2003-02-09 [martin] 0.8.9claws50
2964 * src/prefs_matcher.c
2965 fix segfault in prefs_matcher_substitute_cb() when
2968 2003-02-09 [paul] 0.8.9claws49
2971 fix bug where a newsgroup folder's processing rules were
2972 merged with the global filtering rules when the newsgroup
2973 folder was deleted, causing some seriously bad results,
2974 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2976 2003-02-08 [melvin] 0.8.9claws48
2979 Corrected and modified an alert message.
2981 2003-02-07 [paul] 0.8.9claws47
2984 fix bug where both an 'Account properties' window and a
2985 'Folder properties' window were opened when clicking on
2986 'Properties' in an NNTP or IMAP folder's popup menu.
2988 2003-02-07 [paul] 0.8.9claws46
2990 * sync with 0.8.10cvs6
2991 see ChangeLog 2003-02-06
2993 2003-02-06 [christoph] 0.8.9claws45
2996 freeze folder updates while importing mbox files
2997 (closes bug 43 importing mbox took hours)
2999 Patch submitted by Jens Rantil <jens.rantil@telia.com>
3001 2003-02-06 [thorsten] 0.8.9claws44
3004 Updated german translations
3006 2003-02-06 [thorsten] 0.8.9claws43
3009 use guint for message numbers (fix count in grouplist dialog)
3011 2003-02-05 [paul] 0.8.9claws42
3013 * sync with 0.8.10cvs2
3014 see ChangeLog 2003-02-05
3016 2003-02-04 [colin] 0.8.9claws41
3018 * src/prefs_common.[ch]
3021 Add an option to disable threading by subject
3023 2003-02-04 [christoph] 0.8.9claws40
3026 only abort fetching mails from multiple accounts when the
3027 error is fatal and does not allow to check any more accounts
3028 (currently only disk full error)
3030 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3031 receive mails for other accouts)
3033 2003-02-04 [christoph] 0.8.9claws39
3036 first add the new message to the cache, then
3037 send the update notification
3039 (closes bug 39 after sending message folderview doesnt get updated)
3041 2003-02-04 [colin] 0.8.9claws38
3044 _really_ fix this Connecting... status
3046 2003-02-04 [paul] 0.8.9claws37
3049 see ChangeLog 2003-02-04
3051 2003-02-04 [paul] 0.8.9claws36
3053 * sync with 0.8.9cvs6
3054 see ChangeLog 2003-02-03
3056 2003-02-04 [paul] 0.8.9claws35
3059 updated by André Filipe de Assunção e Brito
3060 <bedecko@netsite.com.br>
3062 2003-02-03 [thorsten] 0.8.9claws34
3065 Updated german translations
3067 2003-02-02 [paul] 0.8.9claws33
3070 updated by Ricardo Mones Lastra
3072 2003-02-02 [thorsten] 0.8.9claws32
3075 Fix mh_get_msginfo() segfault if file is inaccessible
3077 2003-01-31 [colin] 0.8.9claws31
3080 Fix last commit's bug
3082 2003-01-31 [colin] 0.8.9claws30
3085 Missing a change for gpg-signed messages
3087 2003-01-31 [paul] 0.8.9claws29
3089 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
3091 src/stock_pixmap.[ch]
3093 indicate GnuPG signed messages by displaying an icon
3094 in the Attachment column.
3096 2003-01-31 [paul] 0.8.9claws28
3098 * sync with 0.8.9cvs4
3099 see ChangeLog 2003-01-31
3101 2003-01-31 [alfons] 0.8.9claws27
3104 tune URI parser to accept mailto URLs with a '?'
3105 (patch from Ruslan Balkin)
3107 2003-01-31 [colin] 0.8.9claws26
3110 Fix a leak introduced in claws24
3112 2003-01-31 [colin] 0.8.9claws25
3115 Freeze/Thaw folder updates when deleting dups
3117 2003-01-31 [colin] 0.8.9claws24
3122 little speed improvements
3124 2003-01-31 [colin] 0.8.9claws23
3127 Fix segfault when forwarding nothing
3128 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3130 2003-01-30 [paul] 0.8.9claws22
3132 * sync with 0.8.9cvs3
3133 see ChangeLog 2003-01-30
3135 2003-01-30 [paul] 0.8.9claws21
3137 * sync with 0.8.9cvs2
3138 see ChangeLog 2003-01-30
3140 2003-01-29 [paul] 0.8.9claws20
3142 * sync with 0.8.9cvs1
3143 see ChangeLog 2003-01-29
3145 2003-01-28 [paul] 0.8.9claws19
3148 update to reflect changes.
3149 thanks to Ricardo Mones Lastra
3151 2003-01-27 [christoph] 0.8.9claws18
3154 * ac/spamassassin.m4
3155 * src/plugins/spamassassin/README
3156 * src/plugins/spamassassin/libspamc.[ch]
3157 * src/plugins/spamassassin/utils.[ch]
3158 updated to latest libspamc
3160 2003-01-27 [christoph] 0.8.9claws17
3163 fix wrong use of procheader_get_header_fields
3165 2003-01-27 [christoph] 0.8.9claws16
3168 * src/prefs_account.[ch]
3169 * src/common/nntp.[ch]
3170 allow to force authentication for NNTP servers
3172 Patch submitted by Florian Mickler <dmk@d-labs.de>
3174 2003-01-26 [paul] 0.8.9claws15
3177 speed up of marking messages as read
3178 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3180 2003-01-26 [christoph] 0.8.9claws14
3183 * src/mgutils.[ch] ** REMOVE **
3184 * src/xml.[ch] ** REMOVE **
3185 * src/xmlprops.[ch] ** REMOVE **
3186 * src/common/Makefile.am
3187 * src/common/mgutils.[ch] ** NEW **
3188 * src/common/xml.[ch] ** NEW **
3189 * src/common/xmlprops.[ch] ** NEW **
3190 move xml files to common directory
3192 2003-01-26 [christoph] 0.8.9claws13
3194 * src/plugins/spamassassin/spamassassin_gtk.c
3195 only set gtk entry text if string is available
3197 2003-01-26 [melvin] 0.8.9claws12
3199 * src/description_window.c
3200 Allow resizing of the window
3201 Allow automatic horizontal scroll bar
3202 Do not vertically expand and fill
3204 2003-01-26 [christoph] 0.8.9claws11
3207 * src/gtkutils.[ch] ** REMOVE **
3208 * src/common/sylpheed.c
3209 * src/gtk/Makefile.am
3210 * src/gtk/description_window.c
3211 * src/gtk/gtkutils.[ch] ** NEW **
3212 * src/gtk/prefswindow.c
3213 move gtkutils to gtk directory
3215 2003-01-26 [paul] 0.8.9claws10
3218 rename summary_unread_clicked() to summary_status_clicked()
3220 2003-01-26 [melvin] 0.8.9claws9
3222 * src/prefs_actions.c
3223 Cosmetical changes to the help text
3225 2003-01-26 [paul] 0.8.9claws8
3230 src/prefs_sumamry_column.c
3232 rename the 'Unread' column to 'Status'
3234 2003-01-25 [match] 0.8.9claws7
3237 removed reference to LDAP constants. removed error2string.
3238 included functions to support LDAP dynamic queries.
3240 moved LDAP constants here.
3244 removed references to LDAP constants and references to
3247 2003-01-25 [paul] 0.8.9claws6
3250 summary_thread_build(), summary_thread_init(): remove
3251 unneeded reference to summaryview->folder_item
3253 2003-01-25 [christoph] 0.8.9claws5
3255 * src/gtk/description_window.c
3256 o allow description texts to expand over multiple columns
3257 o translate all columns
3258 * src/prefs_actions.c
3259 change syntax description to use new multi column feature
3261 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3263 2003-01-25 [match] 0.8.9claws4
3266 fixed bug with Quoted-Printable
3268 2003-01-25 [paul] 0.8.9claws3
3271 src/summaryview.[ch]
3272 implement per-folder collapsed/expanded threads setting
3274 * src/prefs_common.c
3275 remove global collapsed/expanded threads option
3277 2003-01-25 [christoph] 0.8.9claws2
3280 add pluginwindow and prefswindow
3282 make send respond correctly to messages that could be added
3283 to the queue folder, but the UID of the message is unknown
3286 don't return guessed UIDs in imap_add_msg anymore. We return
3287 0 to tell the folder system it was appened but the UID is
3288 unknown. Folder system now get's the UID by scaning the folder
3289 and searching the cache for the Message-ID
3290 (closes bug #29 Messages queued, but not sent)
3292 2003-01-25 [paul] 0.8.9claws1
3295 conv_encode_header(): fix bug when long headers with 8-bit
3296 characters are used, so that the encoded words are wrapped.
3297 If the space in the original text falls on the wrap boundary,
3299 Patch by Sergey Vlasov.
3302 fix bug where a change to the sorting method or thread view
3303 of a folder's messages is lost if simpify-subject is set and
3305 Patch by Luke Plant.
3307 2003-01-24 [paul] 0.8.9claws
3309 * sylpheed-0.8.9claws released
3313 remove reference to 'INSTALL.jp'
3315 2003-01-23 [paul] 0.8.8claws128
3321 updated translations. submitted by Ricardo Mones Lastra,
3322 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3324 2003-01-23 [colin] 0.8.8claws127
3327 Fix drafted and queued news articles re-edition
3329 2003-01-23 [melvin] 0.8.8claws126
3332 Updated French translations
3334 2003-01-23 [colin] 0.8.8claws125
3337 Fix "Connecting to..." status message
3339 2003-01-22 [paul] 0.8.8claws124
3342 updated by George Danchev
3345 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3348 2003-01-21 [paul] 0.8.8claws123
3351 updated by George Danchev
3357 don't translate 'Separator'
3359 * src/plugins/spamassassin/Makefile.am
3360 add aspell to CPPFLAGS
3362 * src/plugins/spamassassin/spamassassin.c
3363 src/plugins/spamassassin/spamassassin_gtk.c
3364 set correct default for spamassassin_receive_spam
3365 slightly re-word descriptions and some
3368 2003-01-19 [alfons] 0.8.8claws122
3371 mimeview_save_as(): we might as well show the file name for
3372 the single case "Save As" too
3374 2003-01-19 [alfons] 0.8.8claws121
3377 change bug tracker URL to bugzilla URL
3379 2003-01-19 [alfons] 0.8.8claws120
3382 mimeview_save_all(): display name of file before overwriting;
3383 continue saving all, even when one overwrite was cancelled
3385 2003-01-19 [christoph] 0.8.8claws119
3389 fix wrong usage of procmsg_find_children in summaryview
3390 by using procmsg_update_unread_children instead of
3391 summaryview_update_unread_children
3393 2003-01-19 [christoph] 0.8.8claws118
3396 fix infinite loop in procmsg_find_children
3397 (closes bug #25 sylpheed crashes on delete.)
3399 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3401 2003-01-19 [paul] 0.8.8claws117
3404 updated by Ivan Francolin Martinez
3406 2003-01-18 [melvin] 0.8.8claws116
3408 * src/prefs_actions.c
3409 Removed syntax limitation of only one '&' at the end of command.
3410 Now actions that contain '>/dev/null 2>&1' are possible.
3412 2003-01-18 [melvin] 0.8.8claws115
3414 * src/prefs_actions.c
3415 Actions IO dialog: when the action ends
3416 the "Close" button now has focus and [Escape] closes the
3419 2003-01-18 [christoph] 0.8.8claws114
3422 o add debug output when MsgInfos are really freed
3423 o free GSLists in procmsg_find_children and
3424 procmsg_update_unread_children
3426 2003-01-18 [christoph] 0.8.8claws113
3429 reorder Configuration menu
3431 2003-01-18 [christoph] 0.8.8claws112
3434 fix applying templates to forwarded messages
3436 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3438 2003-01-17 [christoph] 0.8.8claws111
3441 destroy folder items, when a folder item is removed
3443 2003-01-17 [christoph] 0.8.8claws110
3446 fix wrong folder stats update when ignored message is
3449 2003-01-17 [colin] 0.8.8claws109
3453 Quicksearch bugfixes:
3454 - hide help button at startup if not extended
3455 - switch to extended when looking for replies
3459 * sync with 0.8.9 release
3461 2003-01-17 [paul] 0.8.8claws108
3463 * sync with 0.8.8cvs11
3464 see ChangeLog 2003-01-17
3466 2003-01-16 [colin] 0.8.8claws107
3469 Changed encryption test to re-ask passphrase
3470 if an encrypted message hasn't been decrypted
3473 2003-01-16 [christoph] 0.8.8claws106
3476 * src/prefs_toolbar.c
3477 * src/gtk/prefswindow.h
3478 * src/plugins/spamassassin/spamassassin_gtk.c
3479 remove page destroy function that is not used anymore
3481 2003-01-16 [paul] 0.8.8claws105
3483 * sync with 0.8.8cvs9
3484 see ChangeLog 2002-01-16
3486 2003-01-16 [colin] 0.8.8claws104
3489 Fix bug with autosaved drafts for IMAP, when draft
3490 folder is specified - fixes bugzilla bug #20
3492 2003-01-15 [paul] 0.8.8claws103
3496 store folder and message-id of message forwarding
3497 in queue header and set forward flag after sending
3499 2003-01-15 [paul] 0.8.8claws102
3501 * sync with 0.8.8cvs8
3502 see ChangeLog 2002-01-15
3504 2003-01-15 [colin] 0.8.8claws101
3507 Fix linking with GNU libiconv
3509 2003-01-15 [darko] 0.8.8claws100
3512 fix crash when importing pine address book
3513 entry with an empty name (reported by DY
3514 <dybulk at tri8.net>)
3516 2003-01-14 [paul] 0.8.8claws99
3518 * configure.in ** REMOVED **
3519 configure.ac ** NEW FILE **
3520 rename configure.in to configure.ac, as it is now
3523 2003-01-14 [melvin] 0.8.8claws98
3526 folderview_check_new(): More precise function description
3528 2003-01-14 [melvin] 0.8.8claws97
3531 folderview_check_new(): return the number of new messages
3534 inc_account_mail(): Disable counting of new messages for IMAP
3535 and NNTP until bug [19] and [14] are fixed.
3537 2003-01-14 [paul] 0.8.8claws96
3539 * sync with 0.8.8cvs6
3540 see ChangeLog 2003-01-14
3542 2003-01-13 [alfons] 0.8.8claws95
3545 tune email address validation (c. 0.8.8claws89): if . is
3546 just one char away from @, the address is invalid too
3547 (correctly rejects addresses like foo@.com)
3549 2003-01-13 [paul] 0.8.8claws94
3553 fixes to the Message View toolbar and menu:
3554 fix non-functioning Forward button
3555 make Reply button consider default_reply_list
3556 remove 'Follow-up...' menu entry
3557 add 'Forward' and 'Redirect' menu entries
3559 2003-01-13 [melvin] 0.8.8claws93
3562 Fixed typo that could make new messages count incorrect.
3564 2003-01-13 [melvin] 0.8.8claws92
3566 * src/folderview.[ch]
3567 folderview_check_new(): return the number of new messages.
3569 Should fix bug [14] where new mail notification worked
3570 incorrectly with IMAP accounts.
3571 inc_spool_account(): return number of new msgs, or -1 on error
3572 inc_all_spool(): return number of new msgs
3574 2003-01-13 [melvin] 0.8.8claws91
3576 * src/prefs_actions.c
3579 2003-01-12 [thorsten] 0.8.8claws90
3581 * src/common/prefs.c
3582 close file before rename
3584 2003-01-12 [alfons] 0.8.8claws89
3587 add Christian Mertes
3588 * src/common/utils.[ch]
3589 g_stricase_hash(), g_stricase_equal(): functions for
3590 case insensitive hash tables
3592 use top level domain names to validate email address, based
3593 on a patch by Christian Mertes (thanks!), but changed
3594 implementation to use a hash table
3596 2003-01-12 [paul] 0.8.8claws88
3599 updated by George Danchev
3601 2003-01-12 [alfons] 0.8.8claws87
3604 delete / execute performance: use new style folder update
3606 2003-01-12 [paul] 0.8.8claws86
3608 * sync with 0.8.8cvs5
3609 see ChangeLog 2003-01-13 (!)
3611 2003-01-12 [alfons] 0.8.8claws85
3614 * src/matcher_parser_parse.y
3615 prepare change_score filtering action
3617 give up const-correctness on functions that call non-const-correct functions;
3618 several casts to gpointer in g_free();
3621 2003-01-12 [christoph] 0.8.8claws84
3626 * src/gtk/prefswindow.[ch]
3627 * src/plugins/spamassassin/spamassassin_gtk.c
3628 changed the call of the widget create function
3629 for PrefsPages, because sometimes the widget
3630 create function needs a widget that already has
3631 been attached to a window (to create GDK pixmaps
3632 for exmaple). So we simply pass the GtkWindow as
3633 the second parameter now.
3637 * src/prefs_toolbar.[ch]
3638 rewrite Toolbar Preferences using the new
3641 2003-01-11 [alfons] 0.8.8claws83
3644 fix crash when adding sender to addressbook because status bar
3645 isn't there (the status bar doesn't seem to be used though,
3646 but I'll let Match decide what to do with it)
3648 2003-01-11 [colin] 0.8.8claws82
3652 Two useless changes reversed
3654 2003-01-11 [colin] 0.8.8claws81
3658 Add mainwindow_get_mainwindow()
3661 Add alertpanel_error_log()
3668 Network errors get a View Log button
3670 2003-01-10 [alfons] 0.8.8claws80
3672 * src/prefs_toolbar.c
3674 use the translatable string for "Separator" as file name for
3675 separator toolbar items (probably make this uppercase?)
3677 2003-01-10 [alfons] 0.8.8claws79
3679 * src/prefs_toolbar.c
3680 put right A_SEPARATOR description string in "displayed
3681 toolbar items list" so manually added separators are
3682 saved correctly (bug #10, "Adding a separator to the main
3683 toolbar fails, entry in xml file is wrong")
3685 2003-01-10 [christoph] 0.8.8claws78
3689 o use CAPABILITY to check if NAMESPACE is available
3691 2003-01-10 [christoph] 0.8.8claws77
3694 apply UIDPLUS IMAP extension support patch
3696 Patch submitted by Simon 'corecode' Schubert
3698 2003-01-10 [paul] 0.8.8claws76
3701 a sync from main which fixes the news account folders'
3704 2003-01-10 [christoph] 0.8.8claws75
3707 don't accept 0 as a valid uid returned by copy and move
3708 functions. 0 means the message was copied or moved but the
3709 new uid could not be fetched. It is not an error condition
3710 for the copy or move operation.
3712 2003-01-10 [paul] 0.8.8claws74
3714 * src/prefs_filtering.c
3715 change English used in Alert when entry is not
3718 * sync with 0.8.8cvs4
3719 see ChangeLog 2003-01-10
3721 2003-01-10 [darko] 0.8.8claws73
3724 fix crash when importing address book entry
3725 without a valid address
3727 2003-01-09 [alfons] 0.8.8claws72
3730 filtering performance: use new style folder update
3732 2003-01-09 [christoph] 0.8.8claws71
3736 fix wrong selecting of mime encoding type, when