1 2003-07-20 [christoph] 0.9.3claws36
4 fix wrong flags in MsgInfo returned by
5 procmsg_msginfo_get_full_info()
7 (closes Bug 221 Deleting messages from the Message View gives incorrect
8 new/unread message counts in the folder view)
10 * src/plugins/spamassassin/spamassassin_gtk.c
11 add gettext macro for prefs page title
13 2003-07-20 [paul] 0.9.3claws35
16 redraw icon list on signature check
18 2003-07-20 [christoph] 0.9.3claws34
23 * src/folder_item_prefs.[ch] ** NEW **
30 * src/prefs_folder_item.[ch]
31 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
33 o use prefswindow for folder properties
35 * src/gtk/prefswindow.[ch]
36 change implementation to use an invisible notebook instead
37 of unparenting widgets
39 2003-07-20 [christoph] 0.9.3claws33
45 * src/prefs_filtering.h
46 * src/prefs_folder_item.[ch]
51 (always use 1. typedefs, 2. #includes, 3. structures)
53 * src/common/version.h.in
54 add casts for constants
56 * src/plugins/demo/demo.c
59 * src/plugins/spamassassin/spamassassin.c
60 remove unused variable
62 2003-07-20 [alfons] 0.9.3claws32
65 o make icon buttons respond on left click
66 o minor cosmetic change
68 2003-07-19 [luke] 0.9.3claws31
71 * src/gtk/gtkvscrollbutton.c
73 o improved mimeview behaviour when selecting a new message
74 o plus code cleanups to remove compile warnings
77 2003-07-19 [alfons] 0.9.3claws30
81 * src/common/utils.[ch]
82 subject_get_reply_prefix_length() <- subject_get_prefix_length()
84 2003-07-19 [alfons] 0.9.3claws29
86 * src/prefs_folder_item.c
87 reinit "legacy" tmp_prefs, so we don't free nor use invalid
90 2003-07-19 [luke] 0.9.3claws28
96 * src/stock_pixmap.[ch]
99 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
100 * src/pixmaps/mime_*.xpm ** NEW **
101 o mimeview rearrangement with a new icon shortcut bar
103 2003-07-19 [alfons] 0.9.3claws27
106 o plug leaking nodes_to_recollapse
107 o add folderview_recollapse_all_nodes() (not used yet)
109 2003-07-19 [alfons] 0.9.3claws26
113 honour #240 "Better SUBJECT handling" by cleaning the prefix
114 for both forwarding as replying
116 2003-07-18 [christoph] 0.9.3claws25
119 * src/common/sylpheed.[ch]
120 * src/common/version.h.in
121 add version in numeric form to allow easy comparison
123 * src/plugins/demo/demo.c
125 - sylpheed version > plugin version => never allowed, sylpheed
126 could contain unknown API changes
127 - sylpheed version < minimum version required => don't load,
128 API required not available (if linking does not fail)
130 2003-07-18 [alfons] 0.9.3claws24
132 * src/common/plugin.[ch]
135 2003-07-18 [christoph] 0.9.3claws23
138 fix crash when hooks where unregisted
140 * src/plugins/trayicon/trayicon.c
141 unregister detroy signal before destroying the widget
142 (still crashes when the plugin is unloaded)
144 2003-07-18 [alfons] 0.9.3claws22
147 delay expanding folder tree during drags until timeout triggered
148 (needs perhaps some tweaking, so testing is welcome)
150 2003-07-17 [alfons] 0.9.3claws21
155 2003-07-17 [christoph] 0.9.3claws20
157 * src/common/session.c
158 fix opening of SSL connections
160 * src/plugins/image_viewer/Makefile.am
161 add OPENSSL_CFLAGS (we should find a better solution to remove
162 this dependencies if they are not required)
164 * src/plugins/spamassassin/spamassassin.c
165 remove setlocale workaround (fixed in libspamc)
167 2003-07-17 [alfons] 0.9.3claws19
169 * src/common/hooks.[ch]
170 * src/plugins/clamav/clamav_plugin.c
171 * src/plugins/spamassassin/spamassassin.c
172 * src/plugins/trayicon/trayicon.c
175 2003-07-17 [alfons] 0.9.3claws18
180 2003-07-17 [alfons] 0.9.3claws17
185 2003-07-17 [paul] 0.9.3claws16
190 add link to the Claws site's FAQ page, after the suggestion
191 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
192 Move url strings to defs.h
195 fix typo to prevent "unknown menu entry" warnings
197 2003-07-17 [alfons] 0.9.3claws15
199 * src/folderview.[ch]
200 * src/summaryview.[ch]
204 2003-07-17 [paul] 0.9.3claws14
207 remove two instances of 'GTK_EVENTS_FLUSH' because
208 they are unnecessary and probably cause a stack overflow
210 2003-07-16 [christoph] 0.9.3claws13
213 use an invisible GTK notebook to switch between viewers
214 instead of reparenting widgets
216 2003-07-16 [christoph] 0.9.3claws12
219 move folder_item_update_freeze() to correct place in
220 folder_item_scan_full()
222 2003-07-16 [paul] 0.9.3claws11
224 * sync with 0.9.3cvs12
225 see ChangeLog 2003-07-14 and 2003-07-15
227 2003-07-16 [christoph] 0.9.3claws10
230 * src/prefs_account.[ch]
231 sync IMAP CRAM-MD5 authentication with sylpheed-main
233 2003-07-15 [alfons] 0.9.3claws9
236 make --config-dir do something useful
238 2003-07-15 [alfons] 0.9.3claws8
241 o fix a bug where 'last' didn't really point to the last message
242 in the top level list of children, but to the last threaded
245 o clean up and make it easier to sync
247 2003-07-15 [alfons] 0.9.3claws7
250 make correct menu items sensitive
252 2003-07-14 [alfons] 0.9.3claws6
255 tune the threader so it will not subject-thread any message
256 without a subject prefix (this will not thread correctly if
257 a parent is delivered after their childs, but it looks
260 2003-07-13 [christoph] 0.9.3claws5
263 group "Add mailbox *..." menu items in submenu
265 2003-07-13 [alfons] 0.9.3claws4
268 correct summary_toggle_pressed() signature and make sure
269 signal is not passed on
271 2003-07-13 [alfons] 0.9.3claws3
274 o for now don't pass on keys when they we're handled by
275 ctree::key_press_event
278 2003-07-13 [alfons] 0.9.3claws2
281 add command line option "--config-dir" to get the current
284 2003-07-12 [alfons] 0.9.3claws1
287 * src/matcher_parser_parse.y
288 * src/prefs_filtering.c
290 add "Lock" filter action to lock messages;
294 * src/prefs_filtering.c
295 re-organize matcher part 9:
296 make action text entries easily extendible;
297 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
298 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
303 update old information and add missing
306 2003-07-12 [paul] 0.9.3claws
308 * 0.9.3claws released
310 2003-07-12 [paul] 0.9.0claws103
315 2003-07-12 [melvin] 0.9.0claws102
318 Fixed bug #215: Show MIME tab for single text/html messages.
320 2003-07-12 [paul] 0.9.0claws101
325 2003-07-12 [paul] 0.9.0claws100
331 update Spanish, Croatian, Polish, Serbian translations.
332 submitted by Ricardo Mones Lastra, Dragan, Witold
333 Wladyslaw Wojciech Wilk, Urke MMI
335 2003-07-12 [melvin] 0.9.0claws99
338 Updated French translations.
340 2003-07-12 [paul] 0.9.0claws98
343 disable 'Lookup' button as it has no effect
345 2003-07-11 [alfons] 0.9.0claws97
348 summary_searchbar_pressed() should return TRUE to signal that
349 event was handled. when returning void, the return value passed
350 to GTK is actually random, but maybe FALSE, in which case the
351 event is handled by parent
353 2003-07-10 [paul] 0.9.0claws96
355 * ac/missing/gettext.m4
356 update to version 0.12
358 2003-07-10 [paul] 0.9.0claws95
360 * src/plugins/clamav/clamav_plugin.c
361 fix bug where multipart/alternative messages
362 would slip through without being scanned
364 2003-07-10 [christoph] 0.9.0claws94
367 correct check if folder supports removing when a message is
368 moved. if not the message is only copied.
370 (closes Bug 132 crash on startup in newsgroups folders)
372 2003-07-09 [alfons] 0.9.0claws93
376 --with-config-dir (default .sylpheed)
378 2003-07-09 [christoph] 0.9.0claws92
381 use PKG_CHECK_MODULES to check for gtkmathview
382 (version 0.4.2 now required)
384 2003-07-08 [melvin] 0.9.0claws91
387 Implemented a progress bar that counts the number of completed
388 tasks when the action runs more than one command.
390 2003-07-08 [alfons] 0.9.0claws90
393 if queued message has an invalid Message-Id, don't try to
394 find message it refers to (fixes #209 "crash when processing
397 2003-07-08 [paul] 0.9.0claws89
399 * sync with 0.9.3cvs2
400 see ChangeLog 2003-07-08
402 2003-07-08 [match] 0.9.0claws88
405 extend LDAP search for first/last name by parsing search term.
407 2003-07-08 [alfons] 0.9.0claws87
410 fix bug #208 "Status message stuck when sending on POP3 account"
412 2003-07-07 [paul] 0.9.0claws86
415 new Croatian translation, submitted by
416 Dragan <drleskov@inet.hr>
418 2003-07-07 [paul] 0.9.0claws85
420 * sync with 0.9.3cvs1
421 see ChangeLog 2003-07-07
423 2003-07-05 [christoph] 0.9.0claws84
428 * src/stock_pixmap.[ch]
429 * src/pixmaps/messageview_text.xpm ** NEW **
430 move mimeview tabs to the right side and use icons
431 instead of text to save some space
433 (patch by Luke Plant <lukeplant@softhome.net>)
435 2003-07-05 [christoph] 0.9.0claws83
438 add NULL pointer checks
440 (patch by Luke Plant <lukeplant@softhome.net>)
441 (closes Bug 204 0.9.0 quits on authentication error?!)
443 2003-07-05 [alfons] 0.9.0claws82
446 take the clue in bug #202 "./configure script -
447 'if test' comparison failure" reported by John Kristoff.
449 2003-07-04 [christoph] 0.9.0claws81
451 * src/plugins/spamassassin/spamassassin.c
452 set timeout for spam check
454 2003-07-04 [christoph] 0.9.0claws80
457 destroy all FolderItems when shutting down to
458 allow folders to clean up
460 2003-07-04 [melvin] 0.9.0claws79
462 * src/gtk/gtkaspell.c
463 Fixed bug #184 "Entering non-ascii character deletes
464 previous char if spell checking enabled": this makes
465 the spell checking in multibytes (e.g. UTF-8)locales work.
466 (Patch by Luke Plant).
468 2003-07-04 [christoph] 0.9.0claws78
470 * sync with 0.9.2cvs1
471 see ChangeLog 2003-06-10
473 2003-07-04 [paul] 0.9.0claws77
475 * sync with 0.9.3 release
476 see ChangeLog 2003-07-04
478 2003-07-03 [christoph] 0.9.0claws76
485 move folder_item_get_path() stuff into a folder virtual function
488 use folder_item_fetch_msg() to get message and do not contruct
489 the filename from path and number
491 2003-07-03 [paul] 0.9.0claws75
493 * sync with 0.9.2cvs12
494 see ChangeLog 2003-07-03
496 2003-07-02 [paul] 0.9.0claws74
499 fix text-selection for replying
501 2003-07-02 [paul] 0.9.0claws73
503 * sync with 0.9.2cvs11
504 see ChangeLog 2003-07-02
506 2003-07-02 [paul] 0.9.0claws72
509 revert last commit because it breaks more
512 2003-07-02 [paul] 0.9.0claws71
515 fix thread by subject/sort by date
517 2003-07-01 [paul] 0.9.0claws70
519 * sync with 0.9.2cvs10
520 see ChangeLog 2003-07-01
522 2003-06-30 [paul] 0.9.0claws69
524 * sync with 0.9.2cvs9
525 see ChangeLog 2003-06-30
527 2003-06-28 [match] 0.9.0claws68
532 2003-06-27 [paul] 0.9.0claws67
534 * sync with 0.9.2cvs7
535 see ChangeLog 2003-06-27
537 2003-06-26 [christoph] 0.9.0claws66
540 freeze folder updates while a folder is scanned
542 (closes Bug 185 New message counter)
544 2003-06-26 [darko] 0.9.0claws65
547 fix infinite loop when adding a new LDAP server
549 2003-06-26 [paul] 0.9.0claws64
551 * sync with 0.9.2cvs6
552 see ChangeLog 2003-06-26
554 2003-06-26 [paul] 0.9.0claws63
556 * sync with 0.9.2cvs5
557 see ChangeLog 2003-06-25 and 2003-06-26
559 2003-06-25 [match] 0.9.0claws62
562 Fixed tab/backtab for dropped-down completion list to
563 move next/previous field. (close bug 147)
565 2003-06-25 [christoph] 0.9.0claws61
567 * src/addr_compl.[ch]
576 2003-06-25 [leandro] 0.9.0claws60
580 o gray out "Message/Remove references" menu item if not
581 replying to a message
583 2003-06-24 [leandro] 0.9.0claws59
586 o removed "Message/Create new thread" menu item
587 o added "Message/Remove references" menu item
588 (it's off by default and will not check anymore
589 if the subject changed)
591 2003-06-23 [alfons] 0.9.0claws58
594 try better grouping messages threaded by subject based on their age.
595 still not perfect - because the message tree is not sorted by date.
597 2003-06-23 [thorsten] 0.9.0claws57
600 added mail_receive_hook to allow modifications
601 directly after retrieval (e.g. adding headers).
603 2003-06-23 [paul] 0.9.0claws56
606 enable the use of Ctrl+A to select all text in
608 Patch submitted by Ivan Francolin Martinez
609 <ivanfm@users.sourceforge.net>
611 2003-06-22 [christoph] 0.9.0claws55
614 o add notification hook for folder tree changes
615 o invoke hooks after folder tree scanning
617 * src/folderview.[ch]
618 register hook for folder tree changes that
621 (there are more places that should be updated, like add, remove
624 (closes Bug 164 Crash on rebuild folder tree)
625 (closes Bug 190 Crash on 'rebuilding folder tree')
627 2003-06-21 [leandro] 0.9.0claws54
630 create a new thread if subject changes
631 (it's on by default, can be disabled in Message menu)
633 2003-06-21 [alfons] 0.9.0claws53
636 quiet little compiler
638 2003-06-21 [christoph] 0.9.0claws52
640 update gettext stuff to version 0.12
642 2003-06-19 [alfons] 0.9.0claws51
645 * src/common/plugin.c
646 move defs.h before glib.h to prevent MIN/MAX redefs
653 2003-06-19 [match] 0.9.0claws50
655 * src/addressbook.[ch]
657 * src/addr_compl.[ch]
659 * src/editldap_basedn.[ch]
662 re-implemented dynamic LDAP search. works without
663 slowdown on display sender with addressbook
668 2003-06-19 [paul] 0.9.0claws49
671 fix Bug #136 'Nonprovided quotation marks crash claws'
672 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
674 2003-06-19 [alfons] 0.9.0claws48
676 * src/prefs_common.[ch]
678 restrict threading by subject by checking thread for
679 age (prefs_common.thread_by_subject_max_age)
681 2003-06-18 [christoph] 0.9.0claws47
684 fix memory leak in imap_cmd_fetch()
686 2003-06-18 [christoph] 0.9.0claws46
689 fix memory leak in prefs_set_default() when used multiple
690 times or after prefs have been read
692 2003-06-18 [christoph] 0.9.0claws45
694 * src/common/plugin.c
695 fix memory leak in plugin_unload()
697 2003-06-18 [christoph] 0.9.0claws44
700 fix memory leak in imap_cmd_ok()
702 2003-06-18 [christoph] 0.9.0claws43
705 stop messages that are downloaded from POP3 and added to
706 an IMAP inbox from being filtered twice (first by POP3
707 and again when IMAP folder is scaned to get the UID of
708 the APPEND operation when no UIDPLUS is available)
717 * tools/launch_phoenix ** REMOVED **
718 tools/launch_firebird ** NEW **
719 renamed and edited to reflect the browser's name change from
720 'phoenix' to 'firebird'
722 2003-06-18 [paul] 0.9.0claws42
724 * sync with 0.9.2cvs2
725 see ChangeLog 2003-06-16
727 2003-06-17 [alfons] 0.9.0claws41
730 prevent threading problems when a node is an ancestor (parent / great parent),
731 which mostly happens with circular references (thanks to Phillipe Gramoullé
732 for finding an sample set of messages)
734 2003-06-16 [christoph] 0.9.0claws40
737 don't popup main window on --receive or --receive-all
739 * src/mainwindow.[ch]
740 * src/plugins/trayicon/trayicon.c
741 allow hiding of main window by clicking on the trayicon
742 (doesn't work correctly in seperate window mode and may
743 cause unexpected GTK problems I couldn't find yet)
746 remove incorrect warning
748 2003-06-15 [alfons] 0.9.0claws39
751 don't output debug text;
752 #ifdef out print_line() if not debugging (thanks to Martin Wicke
753 for pointing this out);
755 2003-06-14 [alfons] 0.9.0claws38
758 remove printf() and make one if..else comply with coding style
760 2003-06-14 [alfons] 0.9.0claws37
765 * src/messageview.[ch]
767 apply patch #754162 "Quoting messages filtered by actions" submitted
768 by Martin Wicke, which allows quoting message body changed by an
771 2003-06-13 [alfons] 0.9.0claws36
774 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
775 use case insensitive regexp (suggested by Ivan Martinez)
777 2003-06-13 [christoph] 0.9.0claws35
780 * src/plugins/trayicon/Makefile.am
781 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
782 * src/plugins/trayicon/trayicon.c
783 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
784 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
785 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
786 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
787 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
788 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
789 replace my own EggTrayIcon backport with the backport
790 used by (l|x)mule and gabber.
792 2003-06-13 [alfons] 0.9.0claws34
796 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
798 2003-06-13 [alfons] 0.9.0claws33
801 clean up a little bit
803 2003-06-12 [alfons] 0.9.0claws32
806 const correctness fix
808 * src/common/sylpheed.[ch]
810 prevent redef MIN/MAX
812 * src/common/utils.[ch]
815 2003-06-12 [melvin] 0.9.0claws31
818 Updated to take into accounts changes in GtkAspell.
820 2003-06-12 [alfons] 0.9.0claws30
824 * src/common/utils.[ch]
825 handle reply subject prefixes better (initial
826 suggestion by Robert Story adapted and enhanced
829 2003-06-12 [melvin] 0.9.0claws29
832 Use new gtkaspell_checkers_strerror() to get the speller's
833 error message instead of accessing the (now private)
838 Use #ifdef instead of #if for USE_ASPELL
839 Use the new spell checkers init/quit functions
841 * src/gtk/gtkaspell.c
842 Use #ifdef instead of #if for USE_ASPELL
843 Moved in the majority of GtkAspell structures that were
844 exported before by gtkaspell.h
846 * src/gtk/gktaspell.h
847 Made gtkaspell.h contain only the necessary data to be
848 publicized by moving many structures to gtkaspell.c.
849 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
850 gtkaspell_checkers_new(): replaced by...
851 gtkaspell_checkers_init(): new function for initialization
852 gtkaspell_checkers_delete(): replaced by...
853 gtkaspell_checkers_quit(): new function
854 gtkaspell_checkers_strerror(): new function that returns
855 the checker's last error message.
857 2003-06-11 [melvin] 0.9.0claws28
860 Updated to take into account gtkaspell.c migration to
861 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
863 2003-06-10 [alfons] 0.9.0claws27
869 - try fixing bug #18 (any brave testers?)
870 - add more robustness by refusing previously
871 unchecked NULL pointers
873 2003-06-10 [alfons] 0.9.0claws26
876 fix bug #176 by don't checking MsgInfos with a NULL msgid
878 2003-06-09 [alfons] 0.9.0claws25
881 fix bug #163 "Icon switching doesnt work properly" by
882 preventing early freeing of prefs_common.pixmap_theme_path.
884 2003-06-09 [christoph] 0.9.0claws24
886 * src/gtk/gtkaspell.c
887 revert Thorsten's fix and add forgotten g_strdup for
888 aspell path (it should not be possible to alter the path a
889 GtkASpell uses from outside)
891 2003-06-09 [thorsten] 0.9.0claws23
893 * src/gtk/gtkaspell.c
894 dont free prefs_common.aspell_path when closing compose
896 2003-06-08 [colin] 0.9.0claws22
898 * src/plugins/spamassassin/spamassassin.c
901 2003-06-07 [christoph] 0.9.0claws21
905 * src/gtkaspell.[ch] ** REMOVE **
906 * src/gtk/Makefile.am
907 * src/gtk/gtkaspell.[ch] ** NEW **
908 o make gtkaspell independent from sylpheed's prefs
909 o move gtkaspell.[ch] to gtk directory
911 2003-06-07 [christoph] 0.9.0claws20
916 * src/filesel.[ch] ** REMOVE **
919 * src/common/sylpheed.[ch]
920 * src/gtk/Makefile.am
921 * src/gtk/filesel.[ch] ** NEW **
922 * src/gtk/pluginwindow.c
923 * src/gtk/sslcertwindow.c
924 move filesel.[ch] to gtk directory
926 2003-06-07 [alfons] 0.9.0claws19
929 make (multi) file selection dialog work again (Claws-only)
931 2003-06-07 [thorsten] 0.9.0claws18
936 2003-06-07 [alfons] 0.9.0claws17
940 detect apache mishap in which case don't include fnmatch.h
941 if regex.h is already included
943 2003-06-06 [christoph] 0.9.0claws16
947 add check for fnmatch.h and include it when available
950 fix wrong case sensitivity of Content-Types
952 * src/gtk/Makefile.am
953 need the same include paths in gtk directory as in
954 common directory because .h files in common can
955 include files from these directories, when included
956 in gtk's .h or .c files
958 2003-06-06 [alfons] 0.9.0claws15
962 make it compile again because of regex.h / fnmatch.h
963 include problems (related to recent mime stuff, can
966 2003-06-06 [thorsten] 0.9.0claws14
969 possible use of uninitialized pointer while dragging
971 2003-06-06 [paul] 0.9.0claws13
974 fix bug where the insert sig button would be effective
975 only when auto_sig was set
977 2003-06-06 [paul] 0.9.0claws12
979 * sync with 0.9.2 release
981 2003-06-02 [paul] 0.9.0claws11
983 * sync with 0.9.1cvs1
984 see ChangeLog 2003-06-02
989 2003-06-01 [christoph] 0.9.0claws10
992 don't use substring search to find accounts by email address
994 (closes Bug 169 Overly loose matching of "From" address)
996 2003-05-31 [christoph] 0.9.0claws9
998 * doc-src/rfc2683.txt
1000 limit IMAP command length as recommended in RFC2683
1001 (message number lists will be split into multiple imap
1002 sets, the limit of 1000 octets is not a hard limit)
1004 (closes Bug 161 sylpheed-claws exits with segfault when logging
1005 in to certain imap-servers)
1007 2003-05-29 [alfons] 0.9.0claws8
1010 add print button (calling summary_print());
1011 fine tune setting tooltip text;
1012 (if someone needs other buttons, please take these
1013 commits as a guide, instead of bothering us - also
1016 2003-05-29 [darko] 0.9.0claws7
1019 fix crash when word wrapping kicks in due to
1020 changed text by spell checker
1022 2003-05-29 [paul] 0.9.0claws6
1025 fix bug where changing account would insert
1026 sig even if auto_sig was FALSE
1031 sync with 0.9.1 release
1033 2003-05-28 [christoph] 0.9.0claws5
1036 fix truncation of too long commands
1038 (closes Bug 167 IMAP hangs trying to get envelope
1039 information in imap_get_uncached_messages)
1041 2003-05-27 [paul] 0.9.0claws4
1044 tools/maildir2sylpheed.pl ** NEW FILE **
1045 add kmail to sylpheed mailbox conversion script
1047 2003-05-27 [paul] 0.9.0claws3
1049 * sync with 0.9.0cvs10
1050 see ChangeLog 2003-05-26
1052 2003-05-26 [paul] 0.9.0claws2
1054 * sync with 0.9.0cvs9
1055 see ChangeLog 2003-05-26
1057 2003-05-24 [paul] 0.9.0claws1
1059 * sync with 0.9.0cvs8
1060 see ChangeLog 2003-05-23
1062 2003-05-24 [paul] 0.9.0claws
1064 * version 0.9.0claws released
1066 2003-05-24 [paul] 0.8.11claws177
1068 * src/plugins/dillo-viewer/Makefile.am
1069 src/plugins/traycon/Makefile.am
1079 update Bulgarian, British English, Spanish, Italian,
1080 Brazilian Portuguese, Russian, and Serbian translations,
1081 submitted by George Danchev, [me], Ricardo Mones Lastra,
1082 André Filipe de Assunção e Brito, Alessandro Maestri,
1083 Ruslan N. Balkin, and Urke MMI
1085 2003-05-23 [melvin] 0.8.11claws176
1088 Updated French translations
1090 2003-05-22 [paul] 0.8.11claws175
1101 src/editldap_basedn.c
1105 revert to get ldap into it previous working state
1108 new Taiwanese translation,
1109 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1111 2003-05-22 [christoph] 0.8.11claws174
1113 * src/plugins/spamassassin/libspamc.[ch]
1114 sync libspamc with SpamAssaain release 2.55
1116 2003-05-22 [paul] 0.8.11claws173
1118 * sync with 0.9.0cvs7
1119 see ChangeLog 2003-05-22
1122 revert change in 0.8.11claws172: follow
1123 Hiroyuki's decision and that's the end of it.
1125 2003-05-21 [paul] 0.8.11claws172
1128 fix discrepency between open_unread_on_enter
1131 2003-05-21 [paul] 0.8.11claws171
1133 * sync with 0.9.0cvs6
1134 see ChangeLog 2003-05-21
1136 2003-05-21 [paul] 0.8.11claws170
1138 * sync with 0.9.0cvs5
1139 see ChangeLog 2003-05-21
1141 2003-05-20 [paul] 0.8.11claws169
1143 * sync with 0.9.0cvs4
1144 see ChangeLog 2003-05-20
1145 fixes bug #152, 'encoding of IMAP folders names'
1147 2003-05-20 [paul] 0.8.11claws168
1149 * sync with 0.9.0cvs3
1150 see ChangeLog 2003-05-20
1152 * src/tools/convert_mbox.pl
1153 minor change in the comments, submitted by Fred Marton
1155 2003-05-19 [paul] 0.8.11claws167
1157 * src/plugins/clamav/Makefile.am
1159 link clamav_lib to the plugin and not to the main program
1161 2003-05-19 [christoph]
1164 add -export-dynamic for linking
1166 2003-05-19 [paul] 0.8.11claws166
1168 * sync with 0.9.0cvs1
1169 see ChangeLog 2003-05-19
1171 2003-05-19 [paul] 0.8.11claws165
1174 fix 'pop before smtp' timeout
1176 2003-05-18 [alfons] 0.8.11claws164
1178 * src/prefs_matcher.c
1179 put "execute" action command line ("expression") in edit box
1181 2003-05-18 [christoph] 0.8.11claws163
1184 * src/plugins/dillo_viewer/dillo_viewer.c
1185 * src/plugins/image_viewer/viewer.c
1186 * src/plugins/mathml_viewer/mathml_viewer.c
1187 let a viewer have a list of Content-Types
1189 2003-05-18 [paul] 0.8.11claws162
1191 * src/prefs_filtering.c
1192 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1193 and REDIRECT actions
1195 2003-05-17 [christoph]
1198 o remove dynamic signatures that was syned with main
1199 o add infos about no longer "build in" image viewer
1200 o update bugtracker URL
1202 2003-05-17 [christoph] 0.8.11claws161
1207 don't use imap_scan_folder anymore. Instead call folder_item_scan
1208 for every folder after rebuilding the folder tree.
1210 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1213 2003-05-17 [christoph] 0.8.11claws160
1216 don't use STATUS command on current folder to check for
1217 content changes. imap_cmd_ok() now tracks changes to
1218 folder and number of existing messages.
1220 2003-05-17 [paul] 0.8.11claws159
1222 * src/plugins/clamav/clamav_plugin.c
1223 remove unnecessary debug_print
1225 2003-05-16 [thorsten] 0.8.11claws158
1227 * src/plugins/demo.c
1228 included missing intl.h
1230 2003-05-16 [paul] 0.8.11claws157
1233 remove non-existant entries
1235 * src/plugins/clamav/clamav_plugin.c
1236 src/plugins/clamav/clamav_plugin_gtk.c
1237 src/plugins/dillo_viewer/dillo_prefs.c
1238 src/plugins/dillo_viewer/dillo_viewer.c
1241 2003-05-16 [christoph] 0.8.11claws156
1244 include plugin .c files for translation until I
1245 find a better solution to have plugins have their
1247 * src/plugins/demo/demo.c
1248 * src/plugins/image_viewer/plugin.c
1249 * src/plugins/mathml_viewer/mathml_viewer.c
1250 * src/plugins/spamassassin/spamassassin.c
1251 * src/plugins/spamassassin/spamassassin_gtk.c
1252 * src/plugins/trayicon/trayicon.c
1253 add gettext macros for plugin name and description
1259 2003-05-16 [paul] 0.8.11claws155
1261 * sync with lastest 0.9.0pre1
1262 see ChangeLog 2003-05-16
1264 2003-05-15 [paul] 0.8.11claws154
1266 * sync with latest 0.9.0pre1
1267 see ChangeLog 2003-05-14 and 2003-05-15
1269 2003-05-14 [christoph] 0.8.11claws153
1271 * src/plugins/image_viewer/viewer.c
1272 * src/plugins/image_viewer/viewer.glade ** NEW **
1273 * src/plugins/image_viewer/viewerprefs.c
1274 make it possible to disable the autoload function in the
1277 2003-05-14 [christoph] 0.8.11claws152
1280 fix folder update after adding a message
1282 2003-05-13 [alfons] 0.8.11claws151
1284 * src/common/session.c
1287 * src/addrcache.[ch]
1288 * src/filtering.[ch]
1290 * src/gtkaspell.[ch]
1292 * src/mbox_folder.[ch]
1297 * src/passphrase.[ch]
1298 * src/prefs_common.[ch]
1299 * src/prefs_gtk.[ch]
1302 be pedantic; (in prototypes () implies (int))
1304 2003-05-13 [alfons] 0.8.11claws150
1306 * src/prefs_toolbar.[ch]
1307 * src/summaryview.[ch]
1309 change misleading text in toolbar prefs;
1310 add toolbar action for ignore thread (toggles ignore thread flag);
1311 clean up a little bit;
1315 * tools/convert_mbox.pl
1316 bug fixed by Fred Marton
1320 * sync with 0.9.0pre1
1322 2003-05-09 [paul] 0.8.11claws149
1324 * sync with 0.8.11cvs43
1325 see ChangeLog 2003-05-09
1327 2003-05-08 [christoph] 0.8.11claws148
1330 o use CAPABILIY as first command and check for PREAUTH
1331 information in the response to it
1332 o rewrite all imap_cmd_* functions to use an IMAPSession
1333 instead of a SockInfo as parameter
1334 o do STARTTLS after fetching and checking the server
1337 2003-05-08 [paul] 0.8.11claws147
1341 tools/convert_mbox.pl ** NEW FILE **
1342 add mbox conversion script. Submitted by
1343 Fred Marton <Fred.Marton@uni-bayreuth.de>
1345 2003-05-07 [christoph]
1348 * src/gtk/pluginwindow.glade
1349 * src/plugins/image_viewer/viewerprefs.glade
1350 * src/plugins/spamassassin/spamassassin_gtk.glade
1351 add glade files for user interfaces and a description how
1352 to use glade to create the sylpheed code
1354 2003-05-07 [paul] 0.8.11claws146
1356 * sync with 0.8.11cvs41
1357 see ChangeLog 2003-05-07
1359 2003-05-06 [christoph] 0.8.11claws145
1362 * src/plugins/image_viewer/viewer.c
1363 fix usage of imlib in imageviewer plugin
1365 * src/gtk/prefswindow.c
1366 handle window close event correctly
1368 2003-05-06 [paul] 0.8.11claws144
1371 fix typo introduced in sync
1373 2003-05-06 [paul] 0.8.11claws143
1375 * sync with 0.8.11cvs39
1376 see ChangeLog 2003-05-06
1378 2003-05-06 [paul] 0.8.11claws142
1382 updated Czech translation, submitted by
1383 Radek Vybiral <Radek.Vybiral@vsb.cz>
1385 * src/plugins/clamav/clamav_plugin_gtk.c
1388 2003-05-03 [alfons] 0.8.11claws141
1391 make paste as quotation work even when the call to
1392 text_inserted() was deferred (fixes bug #140 "Paste
1393 as quotation does not work when using "external"
1396 2003-05-03 [thorsten] 0.8.11claws140
1401 removed C++ comments
1403 function with non-int retval/param used before
1404 implementation/declaration
1406 2003-05-02 [paul] 0.8.11claws139
1408 * src/addr_compl.[ch]
1409 src/addressbook.[ch]
1412 revert match's changes to (finally) remove the bug where
1413 opening a folder causes massive slowdown when using the
1414 'Display sender using address book' option
1416 2003-05-01 [melvin] 0.8.11claws138
1418 * src/plugins/dillo_viewer/dillo_prefs.[ch]
1419 * src/plugins/dillo_viewer/dillo_viewer.c
1420 Fixed bug where "Cancel" button from prefs issued
1422 Comply a little more to coding style
1424 2003-05-01 [paul] 0.8.11claws137
1426 * sync with 0.8.11cvs38
1427 see ChangeLog 2003-05-01
1429 2003-05-01 [paul] 0.8.11claws136
1432 updated by George Danchev
1434 2003-04-30 [christoph] 0.8.11claws135
1436 * src/plugins/dillo_viewer/dillo_prefs.c
1437 * src/plugins/image_viewer/viewerprefs.c
1438 * src/plugins/spamassassin/spamassassin_gtk.c
1439 remove gtk_widget_ref() calls for widgets in
1442 2003-04-30 [paul] 0.8.11claws134
1445 ok, this time a better fix for the bug where opening folder
1446 has massive slowdown when using the 'Display sender using
1447 address book' option
1449 2003-04-30 [paul] 0.8.11claws133
1452 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1454 2003-04-30 [melvin] 0.8.11claws132
1456 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1458 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1459 Preferences for the dillo plugin
1460 * src/plugins/dillo_viewer/dillo_viewer.c
1461 Support for preferences
1462 * src/plugins/dillo_viewer/Makefile.am
1463 Added dillo_prefs.[ch]
1465 2003-04-30 [alfons] 0.8.11claws131
1467 * src/common/plugin.[ch]
1468 see? this ANSI C'fication immediately gives us type
1471 2003-04-30 [alfons] 0.8.11claws130
1473 * src/common/plugin.[ch]
1474 * src/plugins/clamav/clamav_plugin.[ch]
1475 * src/plugins/clamav/clamav_plugin_gtk.c
1476 * src/plugins/demo/demo.c
1477 * src/plugins/dillo_viewer/dillo_viewer.c
1478 * src/plugins/image_viewer/plugin.c
1479 * src/plugins/image_viewer/viewer.[ch]
1480 * src/plugins/image_viewer/viewerprefs.[ch]
1481 * src/plugins/mathml_viewer/mathml_viewer.c
1482 * src/plugins/spamassassin/spamassassin.[ch]
1483 * src/plugins/spamassassin/spamassassin_gtk.c
1484 * src/plugins/trayicon/trayicon.c
1487 2003-04-30 [alfons] 0.8.11claws129
1489 * src/common/utils.c
1490 make is_ascii_str() fail gracefully when NULL pointer
1493 2003-04-30 [paul] 0.8.11claws128
1496 fix bug where opening folder has massive slowdown when
1497 using the 'Display sender using address book' option
1499 2003-04-30 [paul] 0.8.11claws127
1501 * src/plugins/clamav/clamav_plugin.c
1502 src/plugins/clamav/clamav_plugin_gtk.c
1503 src/plugins/demo/demo.c
1504 src/plugins/dillo_viewer/dillo_viewer.c
1505 src/plugins/image_viewer/plugin.c
1506 src/plugins/mathml_viewer/mathml_viewer.c
1507 src/plugins/spamassassin/spamassassin.c
1508 src/plugins/spamassassin/spamassassin_gtk.c
1509 src/plugins/trayicon/trayicon.c
1510 get rid of eye-hurting function signatures
1512 2003-04-30 [paul] 0.8.11claws126
1514 * src/plugins/trayicon/trayicon.c
1520 2003-04-30 [paul] 0.8.11claws125
1523 arrange the plugins in reverse alphabetical order
1525 * src/plugins/clamav/clamav_plugin.[ch]
1526 src/plugins/clamav/clamav_plugin_gtk.c
1528 resize max_size window
1529 re-arrange the order of some gui elements
1530 improve descriptions
1532 * src/plugins/image_viewer/plugin.c
1533 src/plugins/mathml_viewer/mathml_viewer.c
1536 * src/plugins/spamassassin/spamassassin_gtk.c
1537 resize max_size window
1538 re-arrange the order of some gui elements
1544 2003-04-30 [alfons] 0.8.11claws124
1547 fix a leak found while browsing Martin Kluge's
1548 valgrind log (Claws only)
1550 2003-04-29 [darko] 0.8.11claws123
1552 * src/gtk/gtkstext.h
1553 include wchar.h if it is available, fixes compilation
1556 2003-04-29 [melvin] 0.8.11claws122
1558 * src/prefs_actions.c
1559 Improved help text of Actions' syntax
1561 2003-04-28 [paul] 0.8.11claws121
1564 a better fix for the crash when performing an action
1567 2003-04-28 [paul] 0.8.11claws120
1570 fix crash when performing an action on a
1573 2003-04-28 [paul] 0.8.11claws119
1575 * sync with 0.8.11cvs36
1576 see ChangeLog 2003-04-28
1578 2003-04-27 [paul] 0.8.11claws118
1580 * more sync with 0.8.11cvs35
1581 see ChangeLog 2003-04-25
1583 2003-04-26 [christoph] 0.8.11claws117
1586 fix remove virtual check
1588 2003-04-26 [paul] 0.8.11claws116
1591 fix return-receipt, make it work again
1593 2003-04-26 [paul] 0.8.11claws115
1596 restore double-clicking of the [application/pgp-signature
1597 (Select "Check signature" to check)] line in the message view,
1598 broken in recent sync
1600 2003-04-26 [christoph] 0.8.11claws114
1603 check if remove virtual really exists before
1604 calling the function
1606 2003-04-25 [match] 0.8.11claws113
1610 * src/ldapquery.[ch]
1613 * src/ldapserver.[ch]
1614 fix memleak. fix segfault.
1615 plug a Claws memleak
1617 2003-04-25 [alfons] 0.8.11claws112
1620 plug a Claws memleak
1622 2003-04-25 [alfons] 0.8.11claws111
1624 * src/common/session.c
1627 2003-04-25 [paul] 0.8.11claws110
1629 * sync with 0.8.11cvs35
1630 see ChangeLog 2003-04-24 and 2003-04-25
1632 * src/gtk/pluginwindow.c
1633 correct another strange float value
1635 2003-04-24 [christoph] 0.8.11claws109
1638 freeze folder item updates when unsetting new flags
1640 * src/gtk/pluginwindow.c
1641 correct strange float value
1643 2003-04-23 [paul] 0.8.11claws108
1645 * sync with 0.8.11cvs33
1646 see ChangeLog 2003-04-23
1648 2003-04-22 [paul] 0.8.11claws107
1653 src/pgptext.[ch] ** REMOVED **
1654 remove pgptext.[ch] as its not used any more
1656 2003-04-22 [paul] 0.8.11claws106
1658 * sync with 0.8.11cvs31
1659 see ChangeLog 2003-04-21 and 2003-04-22
1661 2003-04-21 [alfons] 0.8.11claws105
1664 No access to GTK structures if we're a spawned child
1665 (and clean up code a little bit...) Should fix #126.
1667 2003-04-21 [melvin] 0.8.11claws104
1669 * src/plugins/dillo_viewer/README
1670 Improved slightly the text.
1672 2003-04-21 [melvin] 0.8.11claws103
1674 * src/plugins/dillo_viewer/README *** NEW ***
1675 Added a README file for the Dillo plugin
1680 tools/outlook2sylpheed.pl
1681 updated and improved by Ricardo Mones Lastra
1683 2003-04-18 [oliver] 0.8.11claws102
1686 * src/prefs_account.h
1687 remove Pop3SessionType (used by selective download)
1688 * src/prefs_toolbar.c
1689 enable set Default Toolbar button
1691 2003-04-18 [paul] 0.8.11claws101
1693 * sync with 0.8.11cvs29
1694 see ChangeLog 2003-04-18
1696 2003-04-17 [paul] 0.8.11claws100
1698 * src/prefs_common.[ch]
1700 remove 'Open next message on deletion' option,
1701 as the same effect can now be achieved via the
1702 'Always open messages in summary when selected'
1705 2003-04-17 [paul] 0.8.11claws99
1707 * sync with 0.8.11cvs28
1708 see ChangeLog 2003-04-17
1710 2003-04-17 [christoph] 0.8.11claws98
1712 * ac/spamassassin.m4
1713 * src/plugins/spamassassin/libspamc.[ch]
1714 * src/plugins/spamassassin/utils.[ch]
1715 sync libspamc with SpamAssassin project
1717 2003-04-17 [christoph] 0.8.11claws97
1719 * src/common/socket.h
1720 * src/gtk/sslcertwindow.h
1721 rename old USE_SSL to USE_OPENSSL
1723 2003-04-17 [paul] 0.8.11claws96
1725 * src/prefs_common.h
1726 use gulong for P_COLOR so that it compiles/runs on
1727 64-bit systems. Patch submitted by James Noyes
1728 <jnoyes-claws@retrogeeks.com>
1733 2003-04-17 [paul] 0.8.11claws95
1735 * sync with 0.8.11cvs27
1736 see ChangeLog 2003-04-16
1738 2003-04-15 [paul] 0.8.11claws94
1740 * src/prefs_common.[ch]
1741 rearrange to stop the window getting too long:
1742 move Receive dialog stuff to Receive tab
1743 move Send dialog to Send tab
1744 remove Dialogs frame
1745 rename 'Open messages in summary with cursor keys' to
1746 'Always open messages in summary when selected', as its
1749 2003-04-15 [paul] 0.8.11claws93
1751 * src/prefs_common.[ch]
1753 add new option '/Interface/Open next message on deletion'
1755 2003-04-15 [paul] 0.8.11claws92
1757 * src/summaryview.[ch]
1758 add /Mark/Lock and /Mark/Unlock to the pop-up
1759 menu. Patch submitted by Ivan Francolin Martinez
1760 <ivanfm@users.sourceforge.net>
1762 2003-04-15 [paul] 0.8.11claws91
1764 * sync with 0.8.11cvs24
1765 see ChangeLog 2003-04-15
1767 2003-04-14 [jens] 0.8.11claws90
1769 * updated German translation and some corrections from
1770 Roland Bless <bless@tm.uka.de>
1772 2003-04-14 [paul] 0.8.11claws89
1774 * sync with 0.8.11cvs22
1775 see ChangeLog 2003-04-14
1777 2003-04-13 [paul] 0.8.11claws88
1779 * src/plugins/clamav/clamav_plugin.c
1783 2003-04-12 [paul] 0.8.11claws87
1785 * src/plugins/clamav/clamav_plugin.c
1786 activate enable/disable archive scanning option
1788 * src/plugins/clamav/.cvsignore ** NEW FILE **
1790 2003-04-12 [paul] 0.8.11claws86
1792 * src/plugins/Makefile.am
1793 src/plugins/clamav/Makefile.am ** NEW FILE **
1794 src/plugins/clamav/README ** NEW FILE **
1795 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
1796 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
1797 add Clam AntiVirus plugin
1799 2003-04-12 [paul] 0.8.11claws85
1801 * sync with 0.8.11cvs21
1802 see ChangeLog 2003-04-11
1804 2003-04-11 [paul] 0.8.11claws84
1807 update Spanish translation. Submitted by Ricardo
1810 2003-04-10 [christoph] 0.8.11claws83
1813 fix typo that did not move unfiltered mails to destination
1816 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1817 when filtering from spool)
1819 2003-04-10 [christoph] 0.8.11claws82
1822 use BODY.PEEK instead of BODY in in message fetch operation
1823 to make sure the IMAP server does not set the \Seen flag for
1824 messages. Sylpheed does that later itself, when the message
1825 is opened in sylpheed
1827 (closes Bug 111 Claws destroys unread marks)
1829 2003-04-09 [oliver] 0.8.11claws81
1832 fix crash in folder_destroy
1834 remove selective download
1836 2003-04-09 [christoph] 0.8.11claws80
1839 fix crash in imap_get_msginfo() when then fetched message
1842 (closes Bug 110 Crash during mail composition)
1844 2003-04-08 [christoph] 0.8.11claws79
1847 * src/prefs_account.c
1848 Filter new messages that are found in an INBOX folder
1849 when 'Filter messages on receiving' is enabled in the
1850 Folder's AccountPrefs. This allows to use Sylpheed's
1851 filtering engine for IMAP folders where messages are
1852 added to the INBOX by a MTA
1854 2003-04-08 [paul] 0.8.11claws78
1857 clean up after last commit
1859 2003-04-08 [paul] 0.8.11claws77
1861 * sync with 0.8.11cvs20
1862 see ChangeLog 2003-04-07 and 2003-04-08
1864 2003-04-07 [christoph] 0.8.11claws76
1866 * src/filtering.[ch]
1870 add procmsg_msginfo_filter() to execute filtering actions
1872 2003-04-06 [christoph] 0.8.11claws75
1875 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1877 2003-04-06 [christoph] 0.8.11claws74
1879 * src/common/utils.[ch]
1880 add g_int_compare() function for slist sorting
1883 fetch all MsgInfos with one command in imap_get_msginfos()
1884 using an imap set with a list of ranges
1887 use new g_int_compare() function
1889 2003-04-06 [thorsten] 0.8.11claws73
1892 corrected implementation of mh_folder_destroy()
1894 2003-04-05 [christoph] 0.8.11claws72
1911 * src/gtk/gtkutils.c
1912 o rename structure field names class and new to klass and
1913 new_msgs, to allow including files in C++
1914 o add 'extern "C"' block to some header files
1915 o add MsgInfoList and MsgNumberList as alias for GSList for
1916 developers to know what type of list is expected
1918 * src/plugins/image_viewer/plugin.c
1919 * src/plugins/image_viewer/viewer.[ch]
1920 * src/plugins/image_viewer/viewerprefs.[ch]
1921 rename function names to prevent conflicts
1923 2003-04-05 [paul] 0.8.11claws71
1925 * sync with 0.8.11cvs18
1926 see ChangeLog 2003-04-03 and 2003-04-04
1928 2003-04-02 [christoph] 0.8.11claws70
1932 * src/mbox_folder.[ch]
1935 o Make all virtual folder functions private
1936 o remove unused folder code
1938 * src/common/socket.[ch]
1942 2003-03-30 [alfons] 0.8.11claws69
1944 * src/send_message.c
1945 remove two debug traces and see if people still report
1948 2003-03-30 [alfons] 0.8.11claws68
1950 * src/send_message.c
1951 * src/commons/session.c
1952 add more debug traces
1954 2003-03-30 [christoph] 0.8.11claws67
1957 change processing folder name from .processing to processing
1960 disable SSL certificate check because it causes Xlib error
1961 when the child process want's to open an GTK window
1963 2003-03-30 [christoph] 0.8.11claws66
1966 don't use default folder for processing folder item because
1967 it can be a non local folder
1969 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1971 2003-03-30 [alfons] 0.8.11claws65
1973 * src/send_message.c
1974 try fixing crashes when sending messages: my gcc 2.95.4 seems
1975 to generate bad code for 'send_send_data_progressive': When
1976 called from 'send_send_data_finished', the 'data' pointer is
1977 cleared just before the assignment to the dialog pointer
1979 2003-03-29 [christoph] 0.8.11claws64
1981 * src/common/prefs.h
1982 * src/plugins/image_viewer/Makefile.am
1983 * src/plugins/image_viewer/plugin.c
1984 * src/plugins/image_viewer/viewer.[ch]
1985 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
1986 add PrefsPage for ImageViewer
1988 2003-03-28 [thorsten] 0.8.11claws63
1990 * src/common/session.c
1993 2003-03-28 [paul] 0.8.11claws62
1995 * sync with 0.8.11cvs16
1996 see ChangeLog 2003-03-28
1998 2003-03-28 [paul] 0.8.11claws61
2000 * sync with 0.8.11cvs15
2001 see ChangeLog 2003-03-28
2003 2003-03-27 [christoph] 0.8.11claws60
2007 * src/common/socket.[ch]
2008 set socket state to DISCONNECTED when any operation
2009 fails to allow reconnecting in IMAP code without
2010 checking the return code of all calls to the command
2015 remove some more stuff that depends on specific
2018 2003-03-27 [paul] 0.8.11claws59
2020 * sync with 0.8.11cvs14
2021 see ChangeLog 2003-03-27
2023 * src/selective_download.[ch] ** REMOVED **
2026 2003-03-27 [christoph] 0.8.11claws58
2029 fix handling of tmp_flags in flag copy function
2031 2003-03-27 [paul] 0.8.11claws57
2033 * sync with 0.8.11cvs13
2034 see ChangeLog 2003-03-27
2036 2003-03-27 [oliver] 0.8.11claws56
2039 remove sel_download_cb
2041 2003-03-27 [oliver] 0.8.11claws55
2046 2003-03-26 [oliver] 0.8.11claws54
2051 remove selective donwload readme
2053 2003-03-26 [oliver] 0.8.11claws53
2055 * src/matcher_parser_parse.y
2057 * src/prefs_account.[ch]
2058 * src/prefs_filtering.c
2059 remove selective donwload
2061 2003-03-26 [oliver] 0.8.11claws52
2066 remove selective donwload
2068 2003-03-26 [oliver] 0.8.11claws51
2071 * src/selective_download.[ch] ** REMOVE **
2073 2003-03-26 [christoph] 0.8.11claws50
2076 fix NEWS that got broken by a sync with sylpheed-main
2078 2003-03-26 [christoph] 0.8.11claws49
2081 fix mime type guessing when no mime type is found for a file
2083 2003-03-25 [christoph] 0.8.11claws48
2087 remove mime type guessing from mime parser and use
2088 name based mime types in viewer lookup for mime type
2089 application/octet-stream
2091 2003-03-25 [christoph] 0.8.11claws47
2093 * doc-src/readme.txt
2094 * doc-src/rfc2554.txt
2095 add RFC about SMTP AUTH
2097 * src/send_message.c
2098 * src/common/smtp.[ch]
2099 add extra error code for authentication errors and
2100 clear temporary password when this error occurs
2102 (closes Bug 84 authentication failure while sending should
2103 prompt for password again)
2105 2003-03-25 [christoph] 0.8.11claws46
2109 * src/imageview.[ch] ** REMOVE **
2110 * src/messageview.[ch]
2112 * src/prefs_common.[ch]
2114 * src/plugins/Makefile.am
2115 * src/plugins/image_viewer/.cvsignore ** NEW **
2116 * src/plugins/image_viewer/Makefile.am ** NEW **
2117 * src/plugins/image_viewer/plugin.c ** NEW **
2118 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2119 move image viewer into a plugin (building is enabled by default)
2120 [ToDo: Prefs for resize and autoview]
2122 2003-03-25 [paul] 0.8.11claws45
2124 * sync with 0.8.11cvs12
2125 see ChangeLog 2003-03-26
2127 2003-03-25 [paul] 0.8.11claws44
2129 * sync with 0.8.11cvs11
2130 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2132 Note: Selective Download is broken.
2134 2003-03-22 [christoph] 0.8.11claws43
2137 code cleanup for flags copying
2139 2003-03-22 [christoph] 0.8.11claws42
2141 * src/plugins/trayicon/trayicon.c
2142 fix setting the transparent area when the window size
2143 is forced by the system tray
2145 2003-03-22 [christoph] 0.8.11claws41
2147 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2148 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2149 * src/plugins/trayicon/newmail.xpm ** NEW **
2150 * src/plugins/trayicon/nomail.xpm ** NEW **
2151 * src/plugins/trayicon/trayicon.c
2152 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2153 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2154 o add icon for unread mails
2155 o set transparency for window
2157 2003-03-22 [christoph] 0.8.11claws40
2160 init news session to prevent crash when session is closed
2162 2003-03-22 [christoph] 0.8.11claws39
2165 * src/common/session.[ch]
2166 Init session data to make sure we don't have invalid pointers
2167 for read_ch and write_ch when new multi process sessions are
2171 * src/common/plugin.c
2172 * src/common/sylpheed.c
2173 * src/plugins/demo/demo.c
2174 * src/plugins/dillo_viewer/dillo_viewer.c
2175 * src/plugins/mathml_viewer/mathml_viewer.c
2176 * src/plugins/spamassassin/spamassassin.c
2177 * src/plugins/spamassassin/spamassassin_gtk.c
2178 add plugin types to allow loading plugins at different times
2179 (and maybe for different frontends), because it's not good to
2180 load GTK-Plugins gefore gtk_init was called
2183 * src/plugins/Makefile.am
2184 * src/plugins/trayicon/.cvsignore ** NEW **
2185 * src/plugins/trayicon/Makefile.am ** NEW **
2186 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2187 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2188 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2189 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2190 * src/plugins/trayicon/trayicon.c ** NEW **
2191 New Trayicon plugin that shows an icon in a systray that uses
2192 XEMBED protocol like Gnome's systray. Icon shows if there
2193 are new mails and a tooltip shows information about new,
2194 unread and total messages.
2196 2003-03-22 [paul] 0.8.11claws38
2199 fix ESMTP AUTH CRAM-MD5
2200 [sync with main (still version 0.8.11cvs6), see
2201 ChangeLog 2003-03-22]
2203 2003-03-21 [colin] 0.8.11claws37
2205 * src/send_message.c
2206 Fix USE_SSL => USE_OPENSSL
2208 2003-03-21 [colin] 0.8.11claws36
2211 Fix counts in drag and dropped subfolders
2213 2003-03-21 [colin] 0.8.11claws35
2217 speed up a bit folder dnd
2219 2003-03-20 [alfons] 0.8.11claws34
2224 don't send locked queue messages
2225 (feature request "[ 705245 ] Locking message in outbox
2226 should prevent sending")
2228 2003-03-20 [christoph] 0.8.11claws33
2231 remove NEW and UNREAD flag in special folders when scanning
2234 fix ESMTP AUTH CRAM-MD5
2236 2003-03-20 [paul] 0.8.11claws32
2238 * src/prefs_account.c
2239 Re-write 'Tunnel command to open connection' as
2240 'Use command to communicate with server', and disable
2241 it for all except IMAP accounts
2243 2003-03-20 [paul] 0.8.11claws31
2245 * sync with 0.8.11cvs6
2246 see ChangeLog 2003-03-20
2248 2003-03-19 [match] 0.8.11claws30
2251 include documentation. minor refactoring.
2252 * src/addr_compl.[ch]
2253 * src/addrindex.[ch]
2254 * src/addresbook.[ch]
2256 re-enable address lookup (was disabled in
2259 2003-03-19 [christoph] 0.8.11claws29
2262 add temp flag handling, will make moving and copying
2263 messages possible again
2266 correct calulation of folder stats
2268 2003-03-18 [match] 0.8.11claws28
2271 remove case sensitive comparison (closes bug 80).
2273 2003-03-18 [christoph] 0.8.11claws27
2276 fix imap using a tunnel command
2280 2003-03-18 [christoph] 0.8.11claws26
2285 rewrite flag handling for folders
2287 2003-03-18 [christoph] 0.8.11claws25
2292 unset NEW and UNREAD flags when message is ignored, to make
2293 sure messages don't show up as unread on other IMAP clients,
2294 because the IGNORE_THREAD flag can not be syncronized through
2297 2003-03-17 [christoph] 0.8.11claws24
2300 don't use recursion to fetch uids when the number of messages
2301 does not match. Moved code into subfunction that is used
2302 again when needed, to prevent an endless loop.
2304 2003-03-17 [thorsten] 0.8.11claws23
2306 * src/imageview.[ch]
2307 export imageview_get_resized_size() (for plugins)
2308 * src/prefs_common.[ch]
2309 added prefs_common_get() (for plugins)
2311 2003-03-17 [christoph] 0.8.11claws22
2314 o remove UID guessing from copy code
2315 o support UIDPLUS extension for APPEND command
2317 2003-03-17 [paul] 0.8.11claws21
2320 remove 'Compiled-plugins' section.
2322 * src/plugins/dillo_viewer/dillo_viewer.c
2323 slight change to description text
2325 2003-03-16 [match] 0.8.11claws20
2326 * src/ldapserver.[ch] ** NEW **
2327 * src/ldapctrl.[ch] ** NEW **
2328 * src/ldapquery.[ch] ** NEW **
2329 * src/ldaputil.[ch] ** NEW **
2330 * src/addrcindex.[ch] ** NEW **
2331 * src/addrquery.h ** NEW **
2333 * src/addrcache.[ch]
2334 * src/addrindex.[ch]
2335 * src/addr_compl.[ch]
2336 * src/addressbook.[ch]
2341 * src/editldap_basedn.c
2345 included dynamic LDAP queries. improved address
2348 2003-03-16 [paul] 0.8.11claws19
2350 * tools/multiwebsearch.pl
2353 2003-03-16 [christoph] 0.8.11claws18
2356 * src/plugins/dillo_viewer/dillo_viewer.c
2357 * src/plugins/mathml_viewer/mathml_viewer.c
2358 make unregistering of MimeViewerFactorys possible
2360 2003-03-16 [alfons] 0.8.11claws17
2365 2003-03-16 [melvin] 0.8.11claws16
2367 * src/plugins/dillo_viewer.c
2368 Fixed bug where it was not possible to view more than
2369 one text/html attachment per message (bug discovered
2370 by Christoph Hohmann).
2372 2003-03-15 [melvin] 0.8.11claws15
2374 * src/prefs_actions.c
2375 Fixed compilation warnings.
2377 2003-03-15 [melvin] 0.8.11claws14
2379 * src/plugins/Makefile.am
2380 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2381 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2382 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2383 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2384 newer (http://dillo.auriga.wearlab.de/).
2386 2003-03-15 [christoph] 0.8.11claws13
2389 don't query imap folder for attributes because we already
2390 for them from imap_status
2393 add support for plugable MimeViewers (unloading Viewers
2396 * src/plugins/Makefile.am
2397 * src/plugins/mathml_viewer/.cvsignore ** NEW **
2398 * src/plugins/mathml_viewer/Makefile.am ** NEW **
2399 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
2400 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2401 widget from http://helm.cs.unibo.it/mml-widget/
2403 2003-03-14 [christoph] 0.8.11claws12
2406 o error return code's should better be negative
2407 o replace printf with debug_print
2410 improve IMAP folder scan by checking UID-NEXT
2413 remove check that are unnecessary in my opinion
2415 2003-03-13 [christoph] 0.8.11claws11
2424 * src/prefs_scoring.c
2426 use a common function to get a displayable name
2429 2003-03-13 [paul] 0.8.11claws10
2433 tools/multiwebsearch.conf ** NEW FILE **
2434 tools/multiwebsearch.pl ** NEW FILE **
2435 add multiwebsearch Actions script
2437 2003-03-13 [colin] 0.8.11claws9
2440 Remove leading emtpy lines from quoted text
2443 2003-03-13 [melvin] 0.8.11claws8
2445 * src/prefs_actions.c
2448 Added Cancel and OK buttons
2451 2003-03-13 [christoph] 0.8.11claws7
2461 replace more folder type stuff with folder class stuff
2463 2003-03-13 [melvin] 0.8.11claws6
2465 * src/prefs_actions.c
2467 %u: user provided argument
2468 %h: user provided argument (hidden on input)
2469 %s: current text selection in the message view
2471 2003-03-13 [paul] 0.8.11claws5
2473 * sync with 0.8.11cvs5
2474 see ChangeLog 2003-03-11, 2003-03-12
2476 2003-03-12 [christoph] 0.8.11claws4
2479 use folder class idstr when writing folderlist.xml
2484 replace folder type checks with folder class checks
2486 2003-03-12 [christoph] 0.8.11claws3
2491 * src/mbox_folder.[ch]
2494 o create a list of known folder classes in the folder system
2495 o use folder class id strings for folder item identifiers
2497 2003-03-12 [christoph] 0.8.11claws2
2500 fix imap uid validity check
2502 2003-03-12 [christoph] 0.8.11claws1
2513 * src/prefs_scoring.c
2517 initial restructuring of folder system, seperating
2518 folders and folder classes
2520 2003-03-12 [paul] 0.8.11claws
2524 2003-03-12 [christoph]
2526 * src/gtk/prefswindow.c
2527 fix translation of "Page Index"
2529 2003-03-12 [paul] 0.8.10claws110
2531 a sync from 0.8.11cvs4 before the release
2533 * src/common/utils.c
2534 subject_compare_for_sort(): allow null strings (fixes
2537 2003-03-11 [paul] 0.8.10claws109
2540 update Spanish translation, submitted by
2541 Ricardo Mones Lastra
2543 2003-03-11 [melvin] 0.8.10claws108
2546 Updated French translations
2548 2003-03-11 [paul] 0.8.10claws107
2550 * manual/en/Makefile.am
2552 update English manual, add a new page
2553 updated by Francois Barriere <fbarriere@atmel.fr>
2558 update Bulgarian, Italian, and Serbian translations
2559 submitted by George Danchev, Alessandro Maestri, and
2562 2003-03-10 [paul] 0.8.10claws106
2565 src/gtk/prefswindow.c
2566 make some strings translatable
2568 2003-03-10 [darko] 0.8.10claws105
2571 code cleanup to make Hiro happy
2573 2003-03-10 [paul] 0.8.10claws104
2575 * sync with 0.8.11cvs2
2576 see ChangeLog 2003-03-10
2578 2003-03-09 [melvin] 0.8.10claws103
2581 textview_set_font(): fix for message display in
2582 UTF-8 locales (thanks to Sergey Vlasov).
2583 (was unintentionnaly reverted in 0.8.6claws6)
2585 2003-03-08 [darko] 0.8.10claws102
2588 fix infinite loop in wrapping as reported
2590 obsoletes patch #696482
2592 2003-03-08 [christoph] 0.8.10claws101
2595 add workaround for IMAP servers that do not
2596 support the "UID SEARCH UID" command
2598 2003-03-07 [christoph] 0.8.10claws100
2600 * src/plugins/spamassassin/spamassassin.[ch]
2601 * src/plugins/spamassassin/spamassassin_gtk.c
2604 2003-03-07 [paul] 0.8.10claws99
2607 updated Spanish translation, submitted by
2608 Ricardo Mones Lastra
2610 2003-03-07 [christoph] 0.8.10claws98
2613 fix in 0.8.10claws94 was wrong
2614 local delivery does not require escaping, remove escaping
2615 code to make signatures of mails with "." lines valid
2617 NOTE: requires that sendmail is executed with "-i" option,
2618 what is the default now, but has to be changed in all
2621 2003-03-07 [paul] 0.8.10claws97
2623 * sync with 0.8.11 release
2624 see ChangeLog 2003-03-07
2626 2003-03-06 [paul] 0.8.10claws96
2629 revert commit 0.8.10claws92
2631 2003-03-06 [paul] 0.8.10claws95
2634 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2637 fix bug 74, 'Crash opening editor window with pseudo-color
2640 Patches submitted by Kevin Vigor <kevin@vigor.nu>
2642 2003-03-06 [christoph] 0.8.10claws94
2645 fix rfc2821 (4.5.2) violation in SMTP data sending,
2646 all lines starting with a period get an extra period
2648 (found by Simon 'corecode' Schubert)
2650 2003-03-06 [paul] 0.8.10claws93
2653 if configured font can't be loaded fall back to gtk
2654 default. (with thanks to Christoph)
2656 closes long-standing bug 15 'Crashes on startup'
2658 2003-03-06 [paul] 0.8.10claws92
2661 freeze text before autosave and thaw afterwards
2662 fixes bug 67 'autosave make re-rediting message crazy'
2664 2003-03-06 [christoph] 0.8.10claws91
2667 ignore address comment in dupe check for Cc-list
2669 (closes reopened bug 47 Replying to message strips name part of
2670 e-mail addresses of Cc: lines)
2672 2003-03-06 [paul] 0.8.10claws90
2675 remove reference to gtkxtext.h as its no longer in
2678 2003-03-06 [paul] 0.8.10claws89
2680 * sync with 0.8.10cvs25
2681 see ChangeLog 2003-03-06
2683 2003-03-06 [oliver] 0.8.10claws88
2688 2003-03-06 [oliver] 0.8.10claws87
2691 remove changes introduced inclaws74
2693 another attempt to sanely delete and update
2694 messages deleted in separate messageview
2696 2003-03-05 [christoph] 0.8.10claws86
2699 check if "From" matches any account's address if
2700 addressbook completion of addresses is disabled too
2702 (closes Bug 70 "Display recipient in from" doesn't check
2703 folder's default account)
2705 2003-03-05 [christoph] 0.8.10claws85
2708 * src/common/utils.[ch]
2709 don't strip address comments when building Cc lists
2711 (closes Bug 47 Replying to message strips name part of e-mail addresses
2715 fix return value of copy function
2717 2003-03-05 [christoph] 0.8.10claws84
2720 don't ask imap server for non rfc822 headers
2722 (closes bug 71 IMAP FETCH asks for FROM header field twice)
2725 destroy session on socket error to allow reconnecting
2727 2003-03-05 [christoph] 0.8.10claws83
2730 fix building with gnome when no prefix is set
2732 (closes bug 66 Gnome directory is set to NONE)
2734 2003-03-05 [paul] 0.8.10claws82
2736 * sync with 0.8.10cvs23
2737 see ChangeLog 2003-03-05
2739 2003-03-04 [christoph] 0.8.10claws81
2742 o fix moving and copying when folder returns 0 for new
2744 o remove some code for single message copy and move
2745 operations and use functions for multiple messages
2747 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2750 remove unused include
2752 2003-03-04 [paul] 0.8.10claws80
2755 list 'Compiled plugins'
2757 2003-03-03 [christoph] 0.8.10claws79
2760 have to multiply the percentage of the current fetch with
2761 the percentage that it has of the total fetch operation
2764 2003-03-03 [christoph] 0.8.10claws78
2767 fix calculation of expected lines for progress indicator
2769 2003-03-03 [christoph] 0.8.10claws77
2772 * src/common/utils.c
2773 fix segfault when opening the root news folder
2775 2003-03-03 [christoph] 0.8.10claws76
2777 * src/mainwindow.[ch]
2778 * src/common/Makefile.am
2779 * src/common/progressindicator.[ch]
2780 add UI independent progress indicator handling
2783 use new progress indicator for message info fetching
2785 * src/common/hooks.h
2788 2003-03-03 [oliver] 0.8.10claws75
2792 removed commented code
2794 2003-03-03 [oliver] 0.8.10claws74
2797 cleanups and refactoring
2799 compose_reply_mode reply & forwarding interface for
2802 act on messages marked for deletion in folderview_selected
2803 based on prefs_common.immediate_exec since a message might
2804 have been deleted by messageview in a folder we are changing
2805 to (does anybody understand what I'm on about ?)
2807 2003-03-03 [oliver] 0.8.10claws73
2809 * src/messageview.[ch]
2811 - messageview_delete: delete message shown in messagview
2812 - messageview_update_view: update messageview to currently
2813 selected summaryview message
2814 - add separate messageview to msgview_list in order to update
2815 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2816 * src/summaryview.[ch]
2817 summary_get_selection returns a list of selected msgs
2820 toolbar reply refactoring
2822 2003-03-03 [paul] 0.8.10claws72
2824 * sync with 0.8.10cvs21
2825 see ChangeLog 2003-03-03
2827 2003-03-02 [christoph] 0.8.10claws71
2829 * src/common/passcrypt.c
2832 2003-03-02 [christoph] 0.8.10claws70
2835 * src/prefs_account.c
2836 * src/prefs_gtk.[ch]
2837 * src/common/.cvsignore
2838 * src/common/Makefile.am
2839 * src/common/passcrypt.c ** NEW **
2840 * src/common/passcrypt.h.in ** NEW **
2841 Implement password encryption in config files
2842 using unix encrypt and setkey functions. The crypt
2843 key can be set as a configure parameter. Old
2844 passwords will be converted if they do not begin
2847 2003-03-02 [paul] 0.8.10claws69
2849 * src/prefs_account.c
2852 2003-03-01 [thorsten] 0.8.10claws68
2860 corrected format strings
2863 (fix compile errors with GNU gettext-0.11.5)
2865 2003-03-01 [oliver] 0.8.10claws67
2868 menu callbacks call toolbar_menu_reply
2870 2003-03-01 [oliver] 0.8.10claws66
2874 menu callbacks call toolbar_menu_reply
2876 callbacks from menu handled by toolbar_menu_reply
2878 2003-03-01 [paul] 0.8.10claws65
2881 revert commit 0.8.10claws54 - breaks editing of
2885 update Bulgarian translation, submitted by
2888 2003-02-28 [christoph] 0.8.10claws64
2894 * src/gtkxtext.h ** REMOVE **
2900 * src/prefs_common.c
2901 * src/prefs_matcher.c
2902 * src/procheader.[ch]
2905 * src/common/ssl_certificate.c
2906 * src/gtk/colorlabel.c
2909 o remove code obsoleted by new cache and folder system rework
2911 2003-02-28 [oliver] 0.8.10claws63
2914 * fix bug where reply in Messageview replied to
2915 Message displayed in summaryview
2916 (reportedd via ML by chinatinte at gmx dot ch)
2917 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2918 didn't work in separate MessageView Toolbar
2919 (wondering if anybody uses this at all ?)
2920 * src/summaryview.[ch]
2921 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2922 (generalize reply and forward code);
2924 remove focus_in event which updated summaryview to messageview
2926 2003-02-28 [paul] 0.8.10claws62
2929 add the --check option
2930 Patch submitted by Ricardo Mones Lastra
2932 2003-02-28 [paul] 0.8.10claws61
2934 * src/prefs_account.c
2935 re-order 'Signature' items
2937 2003-02-28 [paul] 0.8.10claws60
2939 * sync with 0.8.10cvs20
2940 see ChangeLog 2003-02-28
2942 2003-02-28 [paul] 0.8.10claws59
2945 update to reflect recent movement of files
2947 2003-02-28 [paul] 0.8.10claws58
2949 * sync with 0.8.10cvs19
2950 see ChangeLog 2003-02-28
2952 2003-02-27 [martin] 0.8.10claws57
2954 * src/prefs_matcher.c
2955 fix segfault in prefs_matcher_ok() when the
2956 last entry is deleted and prevents that the
2957 message "entry not saved" comes up after deleting
2960 2003-02-27 [martin] 0.8.10claws56
2962 * src/prefs_filtering.c
2963 fix segfault in prefs_filtering_ok() when the
2964 last entry is deleted and prevents that the
2965 message "entry not saved" comes up after deleting
2968 2003-02-27 [paul] 0.8.10claws55
2970 * sync with 0.8.10cvs18
2971 see ChangeLog 2003-02-27
2973 2003-02-27 [paul] 0.8.10claws54
2976 fix bug where the address book crashes with
2978 Patch [687729] submitted by David Frager
2979 <dbfrager@users.sourceforge.net>
2981 2003-02-25 [christoph] 0.8.10claws53
2984 * src/colorlabel.[ch] ** REMOVE **
2985 * src/gtk/Makefile.am
2986 * src/gtk/colorlabel.[ch] ** NEW **
2987 move colorlabel files to gtk directory
2989 * src/esmtp.[ch] ** REMOVE **
2990 has been merged into smtp.[ch] in 0.7.5
2992 2003-02-25 [christoph] 0.8.10claws52
2995 * src/about.[ch] ** REMOVE **
2996 * src/gtk/Makefile.am
2997 * src/gtk/about.[ch] ** NEW **
2998 move about files to gtk directory
3000 2003-02-25 [christoph] 0.8.10claws51
3003 some code optimization of folder scanning code
3005 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3007 2003-02-25 [christoph] 0.8.10claws50
3010 * src/common/sylpheed.c
3011 add command line parameter parsing to common code
3013 2003-02-24 [christoph]
3017 fix gnome prefix problems, the configure script now removed
3018 `gnome-config --prefix` from `gnome-config --datadir`
3019 and adds $(prefix} instead
3021 (closes Bug 24 Makefile does not respect prefix when installing
3024 2003-02-24 [christoph] 0.8.10claws49
3027 check for valid session before trying to authenticate
3029 (closes Bug 60 crash if "authenticate on logon" is activated
3030 and newsserver-hostname is not valid)
3032 2003-02-24 [melvin] 0.8.10claws48
3034 * src/prefs_actions.c
3035 Make sure all user's input is sent to the action and then
3038 2003-02-23 [alfons] 0.8.10claws46
3041 also wait cursor when deleting files
3045 * tools/freshmeat_search.pl
3046 tools/google_search.pl
3047 scripts should now work for any browser/browser command line
3049 2003-02-22 [christoph] 0.8.10claws45
3052 fix IMAP flag setting, IMAP flag is not handled correctly
3053 anymore by the folder system and information about the
3054 folder should not be saved in the MsgInfo (in my opinion)
3056 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3058 2003-02-22 [christoph] 0.8.10claws44
3061 fix spelling of "label" ;-)
3063 2003-02-22 [thorsten] 0.8.10claws43
3066 src/prefs_common.[ch]
3068 do not use description as attachment name
3070 2003-02-22 [alfons] 0.8.10claws42
3073 freeze/thaw folder item updates when changing color labels,
3074 and put a wait cursors on
3076 2003-02-22 [thorsten] 0.8.10claws41
3079 save-all fixes: crash if invoked on multipart container,
3080 mimeinfo access, pathseparators, error dialog
3082 2003-02-21 [alfons] 0.8.10claws40
3087 2003-02-21 [colin] 0.8.10claws39
3092 2003-02-21 [colin] 0.8.10claws38
3095 Freeze/thaw folderItem updates when filtering messages
3096 via Tools/Filter messages
3098 2003-02-21 [paul] 0.8.10claws37
3101 revert commit 0.8.10claws26, there are ulterior motives
3102 for users to set a Reply-To header when posting to
3105 2003-02-21 [paul] 0.8.10claws36
3107 * sync with 0.8.10cvs17
3108 see ChangeLog 2003-02-21
3110 2003-02-20 [christoph] 0.8.10claws35
3113 IMAP UID fetch speedup using SEARCH
3115 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3118 fix problem with UIDs in IMAP UID cache that no longer existed
3120 2003-02-20 [christoph] 0.8.10claws34
3125 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3127 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3130 Rewrite imap_cmd_gen_recv use sock_getline instead
3131 of sock_gets to avoid problems with too long reply
3134 2003-02-20 [colin] 0.8.10claws33
3136 * src/prefs_account.c
3139 2003-02-20 [colin] 0.8.10claws32
3142 Remove useless '&& !to_sender'
3147 change my e-mail address
3149 2003-02-19 [colin] 0.8.10claws31
3151 * src/prefs_common.c
3152 X11 style colors for every configurable color
3154 2003-02-19 [alfons] 0.8.10claws30
3156 * src/prefs_gtk.[ch]
3157 * src/prefs_common.c
3158 for color_new accept both plain integers and X11 style color
3159 names (as found in /usr/lib/X11/rgb.txt)
3161 2003-02-19 [paul] 0.8.10claws29
3164 add tooltips to online/offline button and account selector
3167 2003-02-19 [paul] 0.8.10claws28
3171 src/prefs_account.[ch]
3172 src/prefs_common.[ch]
3173 move 'Maximum number of articles to download' to
3175 clean up account prefs gui a little by hiding entries
3176 rather then greying out entries
3178 2003-02-19 [hiro] 0.8.10claws27
3180 * src/common/utils.c
3181 fix bug #54 'yesterdays date is displayed in the message
3184 2003-02-19 [paul] 0.8.10claws26
3187 fix bug reported in Feature Request [688596]
3188 'Reply-to header in news'
3190 2003-02-18 [paul] 0.8.10claws25
3193 add a 'List all keys' button to key selection dialog
3195 2003-02-18 [colin] 0.8.10claws24
3197 * src/stock_pixmap.c
3200 2003-02-18 [colin] 0.8.10claws23
3202 * src/common/smtp.[ch]
3204 Try to starttls if it seems to be the only
3205 way to authenticate a user
3207 2003-02-18 [paul] 0.8.10claws22
3211 src/stock_pixmap.[ch]
3212 src/pixmaps/drafts_close.xpm ** NEW FILE **
3213 src/pixmaps/drafts_open.xpm ** NEW FILE **
3214 as a Drafts folder is a special folder allow it to have
3215 its own unique icons
3217 2003-02-18 [colin] 0.8.10claws21
3220 Fix port selection when using starttls
3222 2003-02-18 [paul] 0.8.10claws20
3225 src/prefs_common.[ch]
3226 make blue the default new mail colour
3228 2003-02-18 [paul] 0.8.10claws19
3230 * sync with 0.8.10cvs14
3231 see ChangeLog 2003-02-18
3233 2003-02-17 [jens] 0.8.10claws18
3236 fixed a compile problem with gcc 3.3
3237 works on 2.95.3 too (testet on PPC as it is big endian)
3239 2003-02-17 [paul] 0.8.10claws17
3241 * sync with 0.8.10cvs13
3242 see ChangeLog 2003-02-17
3244 2003-02-17 [paul] 0.8.10claws16
3246 * sync with 0.8.10cvs12
3247 see ChangeLog 2003-02-17
3249 2003-02-16 [match] 0.8.10claws15
3252 Eliminates reloading of address data when items
3253 deleted or added. Applied submitted by
3254 Luke Plant <lukeplant@softhome.net>
3256 2003-02-16 [paul] 0.8.10claws14
3259 when a 'protocol error' is encountered disconnect from
3260 the server. This means that the user can carry on viewing
3261 other articles and doesn't have to either wait until the
3262 server timesout or quit sylpheed.
3263 Fixes bug #53 'Unable to read messages in newsgroups,
3264 displayed message doesn't change'
3266 2003-02-15 [christoph] 0.8.10claws13
3269 fix bug that stopped scanning of folders when an
3270 IMAP folder was empty
3272 (closes bug 46 stop scan messages in folders after empty folder)
3278 tools/freshmeat_search.pl ** NEW FILE **
3279 tools/google_search.pl ** NEW FILE **
3280 Add 2 Actions scripts which search freshmeat/google
3281 for the selected text using the browser configured
3284 Note: These scripts are very dependent on the format of the
3285 browser command and may not work on every occasion. Testing
3288 2003-02-14 [alfons] 0.8.10claws12
3291 fix breakage because of uninitialized account pointer.
3294 2003-02-14 [paul] 0.8.10claws11
3297 src/prefs_account.[ch]
3298 src/prefs_common.[ch]
3299 move signature settings to Account Prefs
3301 2003-02-14 [paul] 0.8.10claws10
3303 * sync with 0.8.10cvs11
3304 see ChangeLog 2003-02-14
3306 2003-02-13 [thorsten] 0.8.10claws9
3309 revert news progressbar (GUI separation)
3311 2003-02-13 [paul] 0.8.10claws8
3314 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3317 2003-02-13 [paul] 0.8.10claws7
3321 fix 'Follow-up and Reply-to' so that it creates a reply to
3322 the newsgroup and the sender. If the message has the keyword
3323 'poster' in the Followup-To header, all replies go to the
3324 sender, re: RFC 1036, Section 2.2.3
3325 rename all instances of 'ignore_replyto' to 'to_sender', both
3326 were previously used, now we use just one.
3328 2003-02-13 [paul] 0.8.10claws6
3330 * sync with 0.8.10cvs9
3331 see ChangeLog 2003-02-13
3333 2003-02-13 [paul] 0.8.10claws5
3336 show which plugins are configured in the configure
3339 2003-02-12 [thorsten] 0.8.10claws4
3342 show progress while fetching news headers
3344 2003-02-12 [christoph] 0.8.10claws3
3347 * src/plugins/Makefile.am
3348 use AM_CONDITIONAL to enable plugins, automake correctly
3349 manages this when creating distdir
3351 2003-02-12 [christoph] 0.8.10claws2
3353 * ac/spamassassin.m4
3354 * src/plugins/spamassassin/Makefile.am
3355 fix building SpamAssassin plugin without OpenSSL
3357 2003-02-12 [paul] 0.8.10claws1
3361 src/plugins/Makefile.am
3362 fix failure of 'make release'
3364 2003-02-12 [paul] 0.8.10claws
3366 * 0.8.10claws released
3368 2003-02-12 [paul] 0.8.9claws56
3375 updated translations by George Danchev, Ricardo Mones Lastra,
3376 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3379 Allow the building of RPMs by a regular user. Submitted
3382 2003-02-11 [alfons] 0.8.9claws55
3385 don't use pixmaps for label color rect but draw rectangles
3386 so we can respect the color map of palette based visuals
3387 (fixes the long time crashes on Suns - thanks to Andreas
3388 Engel and Steve O'Hara-Smith for testing)
3390 2003-02-11 [christoph] 0.8.9claws54
3392 * src/matcher_parser_parse.y
3393 correct bug where filering rules of not existing folders in
3394 matcherrc were added to global filtering
3396 (closes Debian Bug #180253 - Directory's filter-rules are merged with
3397 main filter-rules after removing directory, http://bugs.debian.org/180253)
3399 2003-02-11 [paul] 0.8.9claws53
3401 * sync with 0.8.10cvs7
3402 see ChangeLog 2003-02-09
3404 2003-02-11 [melvin] 0.8.9claws52
3407 Updated French tranlsations
3409 2003-02-10 [paul] 0.8.9claws51
3412 correct --enable-openssl
3413 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3415 2003-02-09 [martin] 0.8.9claws50
3417 * src/prefs_matcher.c
3418 fix segfault in prefs_matcher_substitute_cb() when
3421 2003-02-09 [paul] 0.8.9claws49
3424 fix bug where a newsgroup folder's processing rules were
3425 merged with the global filtering rules when the newsgroup
3426 folder was deleted, causing some seriously bad results,
3427 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3429 2003-02-08 [melvin] 0.8.9claws48
3432 Corrected and modified an alert message.
3434 2003-02-07 [paul] 0.8.9claws47
3437 fix bug where both an 'Account properties' window and a
3438 'Folder properties' window were opened when clicking on
3439 'Properties' in an NNTP or IMAP folder's popup menu.
3441 2003-02-07 [paul] 0.8.9claws46
3443 * sync with 0.8.10cvs6
3444 see ChangeLog 2003-02-06
3446 2003-02-06 [christoph] 0.8.9claws45
3449 freeze folder updates while importing mbox files
3450 (closes bug 43 importing mbox took hours)
3452 Patch submitted by Jens Rantil <jens.rantil@telia.com>
3454 2003-02-06 [thorsten] 0.8.9claws44
3457 Updated german translations
3459 2003-02-06 [thorsten] 0.8.9claws43
3462 use guint for message numbers (fix count in grouplist dialog)
3464 2003-02-05 [paul] 0.8.9claws42
3466 * sync with 0.8.10cvs2
3467 see ChangeLog 2003-02-05
3469 2003-02-04 [colin] 0.8.9claws41
3471 * src/prefs_common.[ch]
3474 Add an option to disable threading by subject
3476 2003-02-04 [christoph] 0.8.9claws40
3479 only abort fetching mails from multiple accounts when the
3480 error is fatal and does not allow to check any more accounts
3481 (currently only disk full error)
3483 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3484 receive mails for other accouts)
3486 2003-02-04 [christoph] 0.8.9claws39
3489 first add the new message to the cache, then
3490 send the update notification
3492 (closes bug 39 after sending message folderview doesnt get updated)
3494 2003-02-04 [colin] 0.8.9claws38
3497 _really_ fix this Connecting... status
3499 2003-02-04 [paul] 0.8.9claws37
3502 see ChangeLog 2003-02-04
3504 2003-02-04 [paul] 0.8.9claws36
3506 * sync with 0.8.9cvs6
3507 see ChangeLog 2003-02-03
3509 2003-02-04 [paul] 0.8.9claws35
3512 updated by André Filipe de Assunção e Brito
3513 <bedecko@netsite.com.br>
3515 2003-02-03 [thorsten] 0.8.9claws34
3518 Updated german translations
3520 2003-02-02 [paul] 0.8.9claws33
3523 updated by Ricardo Mones Lastra
3525 2003-02-02 [thorsten] 0.8.9claws32
3528 Fix mh_get_msginfo() segfault if file is inaccessible
3530 2003-01-31 [colin] 0.8.9claws31
3533 Fix last commit's bug
3535 2003-01-31 [colin] 0.8.9claws30
3538 Missing a change for gpg-signed messages
3540 2003-01-31 [paul] 0.8.9claws29
3542 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
3544 src/stock_pixmap.[ch]
3546 indicate GnuPG signed messages by displaying an icon
3547 in the Attachment column.
3549 2003-01-31 [paul] 0.8.9claws28
3551 * sync with 0.8.9cvs4
3552 see ChangeLog 2003-01-31
3554 2003-01-31 [alfons] 0.8.9claws27
3557 tune URI parser to accept mailto URLs with a '?'
3558 (patch from Ruslan Balkin)
3560 2003-01-31 [colin] 0.8.9claws26
3563 Fix a leak introduced in claws24
3565 2003-01-31 [colin] 0.8.9claws25
3568 Freeze/Thaw folder updates when deleting dups
3570 2003-01-31 [colin] 0.8.9claws24
3575 little speed improvements
3577 2003-01-31 [colin] 0.8.9claws23
3580 Fix segfault when forwarding nothing
3581 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3583 2003-01-30 [paul] 0.8.9claws22
3585 * sync with 0.8.9cvs3
3586 see ChangeLog 2003-01-30
3588 2003-01-30 [paul] 0.8.9claws21
3590 * sync with 0.8.9cvs2
3591 see ChangeLog 2003-01-30
3593 2003-01-29 [paul] 0.8.9claws20
3595 * sync with 0.8.9cvs1
3596 see ChangeLog 2003-01-29
3598 2003-01-28 [paul] 0.8.9claws19
3601 update to reflect changes.
3602 thanks to Ricardo Mones Lastra
3604 2003-01-27 [christoph] 0.8.9claws18
3607 * ac/spamassassin.m4
3608 * src/plugins/spamassassin/README
3609 * src/plugins/spamassassin/libspamc.[ch]
3610 * src/plugins/spamassassin/utils.[ch]
3611 updated to latest libspamc
3613 2003-01-27 [christoph] 0.8.9claws17
3616 fix wrong use of procheader_get_header_fields
3618 2003-01-27 [christoph] 0.8.9claws16
3621 * src/prefs_account.[ch]
3622 * src/common/nntp.[ch]
3623 allow to force authentication for NNTP servers
3625 Patch submitted by Florian Mickler <dmk@d-labs.de>
3627 2003-01-26 [paul] 0.8.9claws15
3630 speed up of marking messages as read
3631 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3633 2003-01-26 [christoph] 0.8.9claws14
3636 * src/mgutils.[ch] ** REMOVE **
3637 * src/xml.[ch] ** REMOVE **
3638 * src/xmlprops.[ch] ** REMOVE **
3639 * src/common/Makefile.am
3640 * src/common/mgutils.[ch] ** NEW **
3641 * src/common/xml.[ch] ** NEW **
3642 * src/common/xmlprops.[ch] ** NEW **
3643 move xml files to common directory
3645 2003-01-26 [christoph] 0.8.9claws13
3647 * src/plugins/spamassassin/spamassassin_gtk.c
3648 only set gtk entry text if string is available
3650 2003-01-26 [melvin] 0.8.9claws12
3652 * src/description_window.c
3653 Allow resizing of the window
3654 Allow automatic horizontal scroll bar
3655 Do not vertically expand and fill
3657 2003-01-26 [christoph] 0.8.9claws11
3660 * src/gtkutils.[ch] ** REMOVE **
3661 * src/common/sylpheed.c
3662 * src/gtk/Makefile.am
3663 * src/gtk/description_window.c
3664 * src/gtk/gtkutils.[ch] ** NEW **
3665 * src/gtk/prefswindow.c
3666 move gtkutils to gtk directory
3668 2003-01-26 [paul] 0.8.9claws10
3671 rename summary_unread_clicked() to summary_status_clicked()
3673 2003-01-26 [melvin] 0.8.9claws9
3675 * src/prefs_actions.c
3676 Cosmetical changes to the help text
3678 2003-01-26 [paul] 0.8.9claws8
3683 src/prefs_sumamry_column.c
3685 rename the 'Unread' column to 'Status'
3687 2003-01-25 [match] 0.8.9claws7
3690 removed reference to LDAP constants. removed error2string.
3691 included functions to support LDAP dynamic queries.
3693 moved LDAP constants here.
3697 removed references to LDAP constants and references to
3700 2003-01-25 [paul] 0.8.9claws6
3703 summary_thread_build(), summary_thread_init(): remove
3704 unneeded reference to summaryview->folder_item
3706 2003-01-25 [christoph] 0.8.9claws5
3708 * src/gtk/description_window.c
3709 o allow description texts to expand over multiple columns
3710 o translate all columns
3711 * src/prefs_actions.c
3712 change syntax description to use new multi column feature
3714 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3716 2003-01-25 [match] 0.8.9claws4
3719 fixed bug with Quoted-Printable
3721 2003-01-25 [paul] 0.8.9claws3
3724 src/summaryview.[ch]
3725 implement per-folder collapsed/expanded threads setting
3727 * src/prefs_common.c
3728 remove global collapsed/expanded threads option
3730 2003-01-25 [christoph] 0.8.9claws2
3733 add pluginwindow and prefswindow
3735 make send respond correctly to messages that could be added
3736 to the queue folder, but the UID of the message is unknown
3739 don't return guessed UIDs in imap_add_msg anymore. We return
3740 0 to tell the folder system it was appened but the UID is
3741 unknown. Folder system now get's the UID by scaning the folder
3742 and searching the cache for the Message-ID
3743 (closes bug #29 Messages queued, but not sent)