1 2003-07-18 [alfons] 0.9.3claws22
4 delay expanding folder tree during drags until timeout triggered
5 (needs perhaps some tweaking, so testing is welcome)
7 2003-07-17 [alfons] 0.9.3claws21
12 2003-07-17 [christoph] 0.9.3claws20
14 * src/common/session.c
15 fix opening of SSL connections
17 * src/plugins/image_viewer/Makefile.am
18 add OPENSSL_CFLAGS (we should find a better solution to remove
19 this dependencies if they are not required)
21 * src/plugins/spamassassin/spamassassin.c
22 remove setlocale workaround (fixed in libspamc)
24 2003-07-17 [alfons] 0.9.3claws19
26 * src/common/hooks.[ch]
27 * src/plugins/clamav/clamav_plugin.c
28 * src/plugins/spamassassin/spamassassin.c
29 * src/plugins/trayicon/trayicon.c
32 2003-07-17 [alfons] 0.9.3claws18
37 2003-07-17 [alfons] 0.9.3claws17
42 2003-07-17 [paul] 0.9.3claws16
47 add link to the Claws site's FAQ page, after the suggestion
48 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
49 Move url strings to defs.h
52 fix typo to prevent "unknown menu entry" warnings
54 2003-07-17 [alfons] 0.9.3claws15
57 * src/summaryview.[ch]
61 2003-07-17 [paul] 0.9.3claws14
64 remove two instances of 'GTK_EVENTS_FLUSH' because
65 they are unnecessary and probably cause a stack overflow
67 2003-07-16 [christoph] 0.9.3claws13
70 use an invisible GTK notebook to switch between viewers
71 instead of reparenting widgets
73 2003-07-16 [christoph] 0.9.3claws12
76 move folder_item_update_freeze() to correct place in
77 folder_item_scan_full()
79 2003-07-16 [paul] 0.9.3claws11
81 * sync with 0.9.3cvs12
82 see ChangeLog 2003-07-14 and 2003-07-15
84 2003-07-16 [christoph] 0.9.3claws10
87 * src/prefs_account.[ch]
88 sync IMAP CRAM-MD5 authentication with sylpheed-main
90 2003-07-15 [alfons] 0.9.3claws9
93 make --config-dir do something useful
95 2003-07-15 [alfons] 0.9.3claws8
98 o fix a bug where 'last' didn't really point to the last message
99 in the top level list of children, but to the last threaded
102 o clean up and make it easier to sync
104 2003-07-15 [alfons] 0.9.3claws7
107 make correct menu items sensitive
109 2003-07-14 [alfons] 0.9.3claws6
112 tune the threader so it will not subject-thread any message
113 without a subject prefix (this will not thread correctly if
114 a parent is delivered after their childs, but it looks
117 2003-07-13 [christoph] 0.9.3claws5
120 group "Add mailbox *..." menu items in submenu
122 2003-07-13 [alfons] 0.9.3claws4
125 correct summary_toggle_pressed() signature and make sure
126 signal is not passed on
128 2003-07-13 [alfons] 0.9.3claws3
131 o for now don't pass on keys when they we're handled by
132 ctree::key_press_event
135 2003-07-13 [alfons] 0.9.3claws2
138 add command line option "--config-dir" to get the current
141 2003-07-12 [alfons] 0.9.3claws1
144 * src/matcher_parser_parse.y
145 * src/prefs_filtering.c
147 add "Lock" filter action to lock messages;
151 * src/prefs_filtering.c
152 re-organize matcher part 9:
153 make action text entries easily extendible;
154 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
155 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
160 update old information and add missing
163 2003-07-12 [paul] 0.9.3claws
165 * 0.9.3claws released
167 2003-07-12 [paul] 0.9.0claws103
172 2003-07-12 [melvin] 0.9.0claws102
175 Fixed bug #215: Show MIME tab for single text/html messages.
177 2003-07-12 [paul] 0.9.0claws101
182 2003-07-12 [paul] 0.9.0claws100
188 update Spanish, Croatian, Polish, Serbian translations.
189 submitted by Ricardo Mones Lastra, Dragan, Witold
190 Wladyslaw Wojciech Wilk, Urke MMI
192 2003-07-12 [melvin] 0.9.0claws99
195 Updated French translations.
197 2003-07-12 [paul] 0.9.0claws98
200 disable 'Lookup' button as it has no effect
202 2003-07-11 [alfons] 0.9.0claws97
205 summary_searchbar_pressed() should return TRUE to signal that
206 event was handled. when returning void, the return value passed
207 to GTK is actually random, but maybe FALSE, in which case the
208 event is handled by parent
210 2003-07-10 [paul] 0.9.0claws96
212 * ac/missing/gettext.m4
213 update to version 0.12
215 2003-07-10 [paul] 0.9.0claws95
217 * src/plugins/clamav/clamav_plugin.c
218 fix bug where multipart/alternative messages
219 would slip through without being scanned
221 2003-07-10 [christoph] 0.9.0claws94
224 correct check if folder supports removing when a message is
225 moved. if not the message is only copied.
227 (closes Bug 132 crash on startup in newsgroups folders)
229 2003-07-09 [alfons] 0.9.0claws93
233 --with-config-dir (default .sylpheed)
235 2003-07-09 [christoph] 0.9.0claws92
238 use PKG_CHECK_MODULES to check for gtkmathview
239 (version 0.4.2 now required)
241 2003-07-08 [melvin] 0.9.0claws91
244 Implemented a progress bar that counts the number of completed
245 tasks when the action runs more than one command.
247 2003-07-08 [alfons] 0.9.0claws90
250 if queued message has an invalid Message-Id, don't try to
251 find message it refers to (fixes #209 "crash when processing
254 2003-07-08 [paul] 0.9.0claws89
256 * sync with 0.9.3cvs2
257 see ChangeLog 2003-07-08
259 2003-07-08 [match] 0.9.0claws88
262 extend LDAP search for first/last name by parsing search term.
264 2003-07-08 [alfons] 0.9.0claws87
267 fix bug #208 "Status message stuck when sending on POP3 account"
269 2003-07-07 [paul] 0.9.0claws86
272 new Croatian translation, submitted by
273 Dragan <drleskov@inet.hr>
275 2003-07-07 [paul] 0.9.0claws85
277 * sync with 0.9.3cvs1
278 see ChangeLog 2003-07-07
280 2003-07-05 [christoph] 0.9.0claws84
285 * src/stock_pixmap.[ch]
286 * src/pixmaps/messageview_text.xpm ** NEW **
287 move mimeview tabs to the right side and use icons
288 instead of text to save some space
290 (patch by Luke Plant <lukeplant@softhome.net>)
292 2003-07-05 [christoph] 0.9.0claws83
295 add NULL pointer checks
297 (patch by Luke Plant <lukeplant@softhome.net>)
298 (closes Bug 204 0.9.0 quits on authentication error?!)
300 2003-07-05 [alfons] 0.9.0claws82
303 take the clue in bug #202 "./configure script -
304 'if test' comparison failure" reported by John Kristoff.
306 2003-07-04 [christoph] 0.9.0claws81
308 * src/plugins/spamassassin/spamassassin.c
309 set timeout for spam check
311 2003-07-04 [christoph] 0.9.0claws80
314 destroy all FolderItems when shutting down to
315 allow folders to clean up
317 2003-07-04 [melvin] 0.9.0claws79
319 * src/gtk/gtkaspell.c
320 Fixed bug #184 "Entering non-ascii character deletes
321 previous char if spell checking enabled": this makes
322 the spell checking in multibytes (e.g. UTF-8)locales work.
323 (Patch by Luke Plant).
325 2003-07-04 [christoph] 0.9.0claws78
327 * sync with 0.9.2cvs1
328 see ChangeLog 2003-06-10
330 2003-07-04 [paul] 0.9.0claws77
332 * sync with 0.9.3 release
333 see ChangeLog 2003-07-04
335 2003-07-03 [christoph] 0.9.0claws76
342 move folder_item_get_path() stuff into a folder virtual function
345 use folder_item_fetch_msg() to get message and do not contruct
346 the filename from path and number
348 2003-07-03 [paul] 0.9.0claws75
350 * sync with 0.9.2cvs12
351 see ChangeLog 2003-07-03
353 2003-07-02 [paul] 0.9.0claws74
356 fix text-selection for replying
358 2003-07-02 [paul] 0.9.0claws73
360 * sync with 0.9.2cvs11
361 see ChangeLog 2003-07-02
363 2003-07-02 [paul] 0.9.0claws72
366 revert last commit because it breaks more
369 2003-07-02 [paul] 0.9.0claws71
372 fix thread by subject/sort by date
374 2003-07-01 [paul] 0.9.0claws70
376 * sync with 0.9.2cvs10
377 see ChangeLog 2003-07-01
379 2003-06-30 [paul] 0.9.0claws69
381 * sync with 0.9.2cvs9
382 see ChangeLog 2003-06-30
384 2003-06-28 [match] 0.9.0claws68
389 2003-06-27 [paul] 0.9.0claws67
391 * sync with 0.9.2cvs7
392 see ChangeLog 2003-06-27
394 2003-06-26 [christoph] 0.9.0claws66
397 freeze folder updates while a folder is scanned
399 (closes Bug 185 New message counter)
401 2003-06-26 [darko] 0.9.0claws65
404 fix infinite loop when adding a new LDAP server
406 2003-06-26 [paul] 0.9.0claws64
408 * sync with 0.9.2cvs6
409 see ChangeLog 2003-06-26
411 2003-06-26 [paul] 0.9.0claws63
413 * sync with 0.9.2cvs5
414 see ChangeLog 2003-06-25 and 2003-06-26
416 2003-06-25 [match] 0.9.0claws62
419 Fixed tab/backtab for dropped-down completion list to
420 move next/previous field. (close bug 147)
422 2003-06-25 [christoph] 0.9.0claws61
424 * src/addr_compl.[ch]
433 2003-06-25 [leandro] 0.9.0claws60
437 o gray out "Message/Remove references" menu item if not
438 replying to a message
440 2003-06-24 [leandro] 0.9.0claws59
443 o removed "Message/Create new thread" menu item
444 o added "Message/Remove references" menu item
445 (it's off by default and will not check anymore
446 if the subject changed)
448 2003-06-23 [alfons] 0.9.0claws58
451 try better grouping messages threaded by subject based on their age.
452 still not perfect - because the message tree is not sorted by date.
454 2003-06-23 [thorsten] 0.9.0claws57
457 added mail_receive_hook to allow modifications
458 directly after retrieval (e.g. adding headers).
460 2003-06-23 [paul] 0.9.0claws56
463 enable the use of Ctrl+A to select all text in
465 Patch submitted by Ivan Francolin Martinez
466 <ivanfm@users.sourceforge.net>
468 2003-06-22 [christoph] 0.9.0claws55
471 o add notification hook for folder tree changes
472 o invoke hooks after folder tree scanning
474 * src/folderview.[ch]
475 register hook for folder tree changes that
478 (there are more places that should be updated, like add, remove
481 (closes Bug 164 Crash on rebuild folder tree)
482 (closes Bug 190 Crash on 'rebuilding folder tree')
484 2003-06-21 [leandro] 0.9.0claws54
487 create a new thread if subject changes
488 (it's on by default, can be disabled in Message menu)
490 2003-06-21 [alfons] 0.9.0claws53
493 quiet little compiler
495 2003-06-21 [christoph] 0.9.0claws52
497 update gettext stuff to version 0.12
499 2003-06-19 [alfons] 0.9.0claws51
502 * src/common/plugin.c
503 move defs.h before glib.h to prevent MIN/MAX redefs
510 2003-06-19 [match] 0.9.0claws50
512 * src/addressbook.[ch]
514 * src/addr_compl.[ch]
516 * src/editldap_basedn.[ch]
519 re-implemented dynamic LDAP search. works without
520 slowdown on display sender with addressbook
525 2003-06-19 [paul] 0.9.0claws49
528 fix Bug #136 'Nonprovided quotation marks crash claws'
529 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
531 2003-06-19 [alfons] 0.9.0claws48
533 * src/prefs_common.[ch]
535 restrict threading by subject by checking thread for
536 age (prefs_common.thread_by_subject_max_age)
538 2003-06-18 [christoph] 0.9.0claws47
541 fix memory leak in imap_cmd_fetch()
543 2003-06-18 [christoph] 0.9.0claws46
546 fix memory leak in prefs_set_default() when used multiple
547 times or after prefs have been read
549 2003-06-18 [christoph] 0.9.0claws45
551 * src/common/plugin.c
552 fix memory leak in plugin_unload()
554 2003-06-18 [christoph] 0.9.0claws44
557 fix memory leak in imap_cmd_ok()
559 2003-06-18 [christoph] 0.9.0claws43
562 stop messages that are downloaded from POP3 and added to
563 an IMAP inbox from being filtered twice (first by POP3
564 and again when IMAP folder is scaned to get the UID of
565 the APPEND operation when no UIDPLUS is available)
574 * tools/launch_phoenix ** REMOVED **
575 tools/launch_firebird ** NEW **
576 renamed and edited to reflect the browser's name change from
577 'phoenix' to 'firebird'
579 2003-06-18 [paul] 0.9.0claws42
581 * sync with 0.9.2cvs2
582 see ChangeLog 2003-06-16
584 2003-06-17 [alfons] 0.9.0claws41
587 prevent threading problems when a node is an ancestor (parent / great parent),
588 which mostly happens with circular references (thanks to Phillipe Gramoullé
589 for finding an sample set of messages)
591 2003-06-16 [christoph] 0.9.0claws40
594 don't popup main window on --receive or --receive-all
596 * src/mainwindow.[ch]
597 * src/plugins/trayicon/trayicon.c
598 allow hiding of main window by clicking on the trayicon
599 (doesn't work correctly in seperate window mode and may
600 cause unexpected GTK problems I couldn't find yet)
603 remove incorrect warning
605 2003-06-15 [alfons] 0.9.0claws39
608 don't output debug text;
609 #ifdef out print_line() if not debugging (thanks to Martin Wicke
610 for pointing this out);
612 2003-06-14 [alfons] 0.9.0claws38
615 remove printf() and make one if..else comply with coding style
617 2003-06-14 [alfons] 0.9.0claws37
622 * src/messageview.[ch]
624 apply patch #754162 "Quoting messages filtered by actions" submitted
625 by Martin Wicke, which allows quoting message body changed by an
628 2003-06-13 [alfons] 0.9.0claws36
631 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
632 use case insensitive regexp (suggested by Ivan Martinez)
634 2003-06-13 [christoph] 0.9.0claws35
637 * src/plugins/trayicon/Makefile.am
638 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
639 * src/plugins/trayicon/trayicon.c
640 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
641 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
642 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
643 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
644 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
645 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
646 replace my own EggTrayIcon backport with the backport
647 used by (l|x)mule and gabber.
649 2003-06-13 [alfons] 0.9.0claws34
653 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
655 2003-06-13 [alfons] 0.9.0claws33
658 clean up a little bit
660 2003-06-12 [alfons] 0.9.0claws32
663 const correctness fix
665 * src/common/sylpheed.[ch]
667 prevent redef MIN/MAX
669 * src/common/utils.[ch]
672 2003-06-12 [melvin] 0.9.0claws31
675 Updated to take into accounts changes in GtkAspell.
677 2003-06-12 [alfons] 0.9.0claws30
681 * src/common/utils.[ch]
682 handle reply subject prefixes better (initial
683 suggestion by Robert Story adapted and enhanced
686 2003-06-12 [melvin] 0.9.0claws29
689 Use new gtkaspell_checkers_strerror() to get the speller's
690 error message instead of accessing the (now private)
695 Use #ifdef instead of #if for USE_ASPELL
696 Use the new spell checkers init/quit functions
698 * src/gtk/gtkaspell.c
699 Use #ifdef instead of #if for USE_ASPELL
700 Moved in the majority of GtkAspell structures that were
701 exported before by gtkaspell.h
703 * src/gtk/gktaspell.h
704 Made gtkaspell.h contain only the necessary data to be
705 publicized by moving many structures to gtkaspell.c.
706 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
707 gtkaspell_checkers_new(): replaced by...
708 gtkaspell_checkers_init(): new function for initialization
709 gtkaspell_checkers_delete(): replaced by...
710 gtkaspell_checkers_quit(): new function
711 gtkaspell_checkers_strerror(): new function that returns
712 the checker's last error message.
714 2003-06-11 [melvin] 0.9.0claws28
717 Updated to take into account gtkaspell.c migration to
718 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
720 2003-06-10 [alfons] 0.9.0claws27
726 - try fixing bug #18 (any brave testers?)
727 - add more robustness by refusing previously
728 unchecked NULL pointers
730 2003-06-10 [alfons] 0.9.0claws26
733 fix bug #176 by don't checking MsgInfos with a NULL msgid
735 2003-06-09 [alfons] 0.9.0claws25
738 fix bug #163 "Icon switching doesnt work properly" by
739 preventing early freeing of prefs_common.pixmap_theme_path.
741 2003-06-09 [christoph] 0.9.0claws24
743 * src/gtk/gtkaspell.c
744 revert Thorsten's fix and add forgotten g_strdup for
745 aspell path (it should not be possible to alter the path a
746 GtkASpell uses from outside)
748 2003-06-09 [thorsten] 0.9.0claws23
750 * src/gtk/gtkaspell.c
751 dont free prefs_common.aspell_path when closing compose
753 2003-06-08 [colin] 0.9.0claws22
755 * src/plugins/spamassassin/spamassassin.c
758 2003-06-07 [christoph] 0.9.0claws21
762 * src/gtkaspell.[ch] ** REMOVE **
763 * src/gtk/Makefile.am
764 * src/gtk/gtkaspell.[ch] ** NEW **
765 o make gtkaspell independent from sylpheed's prefs
766 o move gtkaspell.[ch] to gtk directory
768 2003-06-07 [christoph] 0.9.0claws20
773 * src/filesel.[ch] ** REMOVE **
776 * src/common/sylpheed.[ch]
777 * src/gtk/Makefile.am
778 * src/gtk/filesel.[ch] ** NEW **
779 * src/gtk/pluginwindow.c
780 * src/gtk/sslcertwindow.c
781 move filesel.[ch] to gtk directory
783 2003-06-07 [alfons] 0.9.0claws19
786 make (multi) file selection dialog work again (Claws-only)
788 2003-06-07 [thorsten] 0.9.0claws18
793 2003-06-07 [alfons] 0.9.0claws17
797 detect apache mishap in which case don't include fnmatch.h
798 if regex.h is already included
800 2003-06-06 [christoph] 0.9.0claws16
804 add check for fnmatch.h and include it when available
807 fix wrong case sensitivity of Content-Types
809 * src/gtk/Makefile.am
810 need the same include paths in gtk directory as in
811 common directory because .h files in common can
812 include files from these directories, when included
813 in gtk's .h or .c files
815 2003-06-06 [alfons] 0.9.0claws15
819 make it compile again because of regex.h / fnmatch.h
820 include problems (related to recent mime stuff, can
823 2003-06-06 [thorsten] 0.9.0claws14
826 possible use of uninitialized pointer while dragging
828 2003-06-06 [paul] 0.9.0claws13
831 fix bug where the insert sig button would be effective
832 only when auto_sig was set
834 2003-06-06 [paul] 0.9.0claws12
836 * sync with 0.9.2 release
838 2003-06-02 [paul] 0.9.0claws11
840 * sync with 0.9.1cvs1
841 see ChangeLog 2003-06-02
846 2003-06-01 [christoph] 0.9.0claws10
849 don't use substring search to find accounts by email address
851 (closes Bug 169 Overly loose matching of "From" address)
853 2003-05-31 [christoph] 0.9.0claws9
855 * doc-src/rfc2683.txt
857 limit IMAP command length as recommended in RFC2683
858 (message number lists will be split into multiple imap
859 sets, the limit of 1000 octets is not a hard limit)
861 (closes Bug 161 sylpheed-claws exits with segfault when logging
862 in to certain imap-servers)
864 2003-05-29 [alfons] 0.9.0claws8
867 add print button (calling summary_print());
868 fine tune setting tooltip text;
869 (if someone needs other buttons, please take these
870 commits as a guide, instead of bothering us - also
873 2003-05-29 [darko] 0.9.0claws7
876 fix crash when word wrapping kicks in due to
877 changed text by spell checker
879 2003-05-29 [paul] 0.9.0claws6
882 fix bug where changing account would insert
883 sig even if auto_sig was FALSE
888 sync with 0.9.1 release
890 2003-05-28 [christoph] 0.9.0claws5
893 fix truncation of too long commands
895 (closes Bug 167 IMAP hangs trying to get envelope
896 information in imap_get_uncached_messages)
898 2003-05-27 [paul] 0.9.0claws4
901 tools/maildir2sylpheed.pl ** NEW FILE **
902 add kmail to sylpheed mailbox conversion script
904 2003-05-27 [paul] 0.9.0claws3
906 * sync with 0.9.0cvs10
907 see ChangeLog 2003-05-26
909 2003-05-26 [paul] 0.9.0claws2
911 * sync with 0.9.0cvs9
912 see ChangeLog 2003-05-26
914 2003-05-24 [paul] 0.9.0claws1
916 * sync with 0.9.0cvs8
917 see ChangeLog 2003-05-23
919 2003-05-24 [paul] 0.9.0claws
921 * version 0.9.0claws released
923 2003-05-24 [paul] 0.8.11claws177
925 * src/plugins/dillo-viewer/Makefile.am
926 src/plugins/traycon/Makefile.am
936 update Bulgarian, British English, Spanish, Italian,
937 Brazilian Portuguese, Russian, and Serbian translations,
938 submitted by George Danchev, [me], Ricardo Mones Lastra,
939 André Filipe de Assunção e Brito, Alessandro Maestri,
940 Ruslan N. Balkin, and Urke MMI
942 2003-05-23 [melvin] 0.8.11claws176
945 Updated French translations
947 2003-05-22 [paul] 0.8.11claws175
958 src/editldap_basedn.c
962 revert to get ldap into it previous working state
965 new Taiwanese translation,
966 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
968 2003-05-22 [christoph] 0.8.11claws174
970 * src/plugins/spamassassin/libspamc.[ch]
971 sync libspamc with SpamAssaain release 2.55
973 2003-05-22 [paul] 0.8.11claws173
975 * sync with 0.9.0cvs7
976 see ChangeLog 2003-05-22
979 revert change in 0.8.11claws172: follow
980 Hiroyuki's decision and that's the end of it.
982 2003-05-21 [paul] 0.8.11claws172
985 fix discrepency between open_unread_on_enter
988 2003-05-21 [paul] 0.8.11claws171
990 * sync with 0.9.0cvs6
991 see ChangeLog 2003-05-21
993 2003-05-21 [paul] 0.8.11claws170
995 * sync with 0.9.0cvs5
996 see ChangeLog 2003-05-21
998 2003-05-20 [paul] 0.8.11claws169
1000 * sync with 0.9.0cvs4
1001 see ChangeLog 2003-05-20
1002 fixes bug #152, 'encoding of IMAP folders names'
1004 2003-05-20 [paul] 0.8.11claws168
1006 * sync with 0.9.0cvs3
1007 see ChangeLog 2003-05-20
1009 * src/tools/convert_mbox.pl
1010 minor change in the comments, submitted by Fred Marton
1012 2003-05-19 [paul] 0.8.11claws167
1014 * src/plugins/clamav/Makefile.am
1016 link clamav_lib to the plugin and not to the main program
1018 2003-05-19 [christoph]
1021 add -export-dynamic for linking
1023 2003-05-19 [paul] 0.8.11claws166
1025 * sync with 0.9.0cvs1
1026 see ChangeLog 2003-05-19
1028 2003-05-19 [paul] 0.8.11claws165
1031 fix 'pop before smtp' timeout
1033 2003-05-18 [alfons] 0.8.11claws164
1035 * src/prefs_matcher.c
1036 put "execute" action command line ("expression") in edit box
1038 2003-05-18 [christoph] 0.8.11claws163
1041 * src/plugins/dillo_viewer/dillo_viewer.c
1042 * src/plugins/image_viewer/viewer.c
1043 * src/plugins/mathml_viewer/mathml_viewer.c
1044 let a viewer have a list of Content-Types
1046 2003-05-18 [paul] 0.8.11claws162
1048 * src/prefs_filtering.c
1049 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1050 and REDIRECT actions
1052 2003-05-17 [christoph]
1055 o remove dynamic signatures that was syned with main
1056 o add infos about no longer "build in" image viewer
1057 o update bugtracker URL
1059 2003-05-17 [christoph] 0.8.11claws161
1064 don't use imap_scan_folder anymore. Instead call folder_item_scan
1065 for every folder after rebuilding the folder tree.
1067 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1070 2003-05-17 [christoph] 0.8.11claws160
1073 don't use STATUS command on current folder to check for
1074 content changes. imap_cmd_ok() now tracks changes to
1075 folder and number of existing messages.
1077 2003-05-17 [paul] 0.8.11claws159
1079 * src/plugins/clamav/clamav_plugin.c
1080 remove unnecessary debug_print
1082 2003-05-16 [thorsten] 0.8.11claws158
1084 * src/plugins/demo.c
1085 included missing intl.h
1087 2003-05-16 [paul] 0.8.11claws157
1090 remove non-existant entries
1092 * src/plugins/clamav/clamav_plugin.c
1093 src/plugins/clamav/clamav_plugin_gtk.c
1094 src/plugins/dillo_viewer/dillo_prefs.c
1095 src/plugins/dillo_viewer/dillo_viewer.c
1098 2003-05-16 [christoph] 0.8.11claws156
1101 include plugin .c files for translation until I
1102 find a better solution to have plugins have their
1104 * src/plugins/demo/demo.c
1105 * src/plugins/image_viewer/plugin.c
1106 * src/plugins/mathml_viewer/mathml_viewer.c
1107 * src/plugins/spamassassin/spamassassin.c
1108 * src/plugins/spamassassin/spamassassin_gtk.c
1109 * src/plugins/trayicon/trayicon.c
1110 add gettext macros for plugin name and description
1116 2003-05-16 [paul] 0.8.11claws155
1118 * sync with lastest 0.9.0pre1
1119 see ChangeLog 2003-05-16
1121 2003-05-15 [paul] 0.8.11claws154
1123 * sync with latest 0.9.0pre1
1124 see ChangeLog 2003-05-14 and 2003-05-15
1126 2003-05-14 [christoph] 0.8.11claws153
1128 * src/plugins/image_viewer/viewer.c
1129 * src/plugins/image_viewer/viewer.glade ** NEW **
1130 * src/plugins/image_viewer/viewerprefs.c
1131 make it possible to disable the autoload function in the
1134 2003-05-14 [christoph] 0.8.11claws152
1137 fix folder update after adding a message
1139 2003-05-13 [alfons] 0.8.11claws151
1141 * src/common/session.c
1144 * src/addrcache.[ch]
1145 * src/filtering.[ch]
1147 * src/gtkaspell.[ch]
1149 * src/mbox_folder.[ch]
1154 * src/passphrase.[ch]
1155 * src/prefs_common.[ch]
1156 * src/prefs_gtk.[ch]
1159 be pedantic; (in prototypes () implies (int))
1161 2003-05-13 [alfons] 0.8.11claws150
1163 * src/prefs_toolbar.[ch]
1164 * src/summaryview.[ch]
1166 change misleading text in toolbar prefs;
1167 add toolbar action for ignore thread (toggles ignore thread flag);
1168 clean up a little bit;
1172 * tools/convert_mbox.pl
1173 bug fixed by Fred Marton
1177 * sync with 0.9.0pre1
1179 2003-05-09 [paul] 0.8.11claws149
1181 * sync with 0.8.11cvs43
1182 see ChangeLog 2003-05-09
1184 2003-05-08 [christoph] 0.8.11claws148
1187 o use CAPABILIY as first command and check for PREAUTH
1188 information in the response to it
1189 o rewrite all imap_cmd_* functions to use an IMAPSession
1190 instead of a SockInfo as parameter
1191 o do STARTTLS after fetching and checking the server
1194 2003-05-08 [paul] 0.8.11claws147
1198 tools/convert_mbox.pl ** NEW FILE **
1199 add mbox conversion script. Submitted by
1200 Fred Marton <Fred.Marton@uni-bayreuth.de>
1202 2003-05-07 [christoph]
1205 * src/gtk/pluginwindow.glade
1206 * src/plugins/image_viewer/viewerprefs.glade
1207 * src/plugins/spamassassin/spamassassin_gtk.glade
1208 add glade files for user interfaces and a description how
1209 to use glade to create the sylpheed code
1211 2003-05-07 [paul] 0.8.11claws146
1213 * sync with 0.8.11cvs41
1214 see ChangeLog 2003-05-07
1216 2003-05-06 [christoph] 0.8.11claws145
1219 * src/plugins/image_viewer/viewer.c
1220 fix usage of imlib in imageviewer plugin
1222 * src/gtk/prefswindow.c
1223 handle window close event correctly
1225 2003-05-06 [paul] 0.8.11claws144
1228 fix typo introduced in sync
1230 2003-05-06 [paul] 0.8.11claws143
1232 * sync with 0.8.11cvs39
1233 see ChangeLog 2003-05-06
1235 2003-05-06 [paul] 0.8.11claws142
1239 updated Czech translation, submitted by
1240 Radek Vybiral <Radek.Vybiral@vsb.cz>
1242 * src/plugins/clamav/clamav_plugin_gtk.c
1245 2003-05-03 [alfons] 0.8.11claws141
1248 make paste as quotation work even when the call to
1249 text_inserted() was deferred (fixes bug #140 "Paste
1250 as quotation does not work when using "external"
1253 2003-05-03 [thorsten] 0.8.11claws140
1258 removed C++ comments
1260 function with non-int retval/param used before
1261 implementation/declaration
1263 2003-05-02 [paul] 0.8.11claws139
1265 * src/addr_compl.[ch]
1266 src/addressbook.[ch]
1269 revert match's changes to (finally) remove the bug where
1270 opening a folder causes massive slowdown when using the
1271 'Display sender using address book' option
1273 2003-05-01 [melvin] 0.8.11claws138
1275 * src/plugins/dillo_viewer/dillo_prefs.[ch]
1276 * src/plugins/dillo_viewer/dillo_viewer.c
1277 Fixed bug where "Cancel" button from prefs issued
1279 Comply a little more to coding style
1281 2003-05-01 [paul] 0.8.11claws137
1283 * sync with 0.8.11cvs38
1284 see ChangeLog 2003-05-01
1286 2003-05-01 [paul] 0.8.11claws136
1289 updated by George Danchev
1291 2003-04-30 [christoph] 0.8.11claws135
1293 * src/plugins/dillo_viewer/dillo_prefs.c
1294 * src/plugins/image_viewer/viewerprefs.c
1295 * src/plugins/spamassassin/spamassassin_gtk.c
1296 remove gtk_widget_ref() calls for widgets in
1299 2003-04-30 [paul] 0.8.11claws134
1302 ok, this time a better fix for the bug where opening folder
1303 has massive slowdown when using the 'Display sender using
1304 address book' option
1306 2003-04-30 [paul] 0.8.11claws133
1309 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1311 2003-04-30 [melvin] 0.8.11claws132
1313 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1315 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1316 Preferences for the dillo plugin
1317 * src/plugins/dillo_viewer/dillo_viewer.c
1318 Support for preferences
1319 * src/plugins/dillo_viewer/Makefile.am
1320 Added dillo_prefs.[ch]
1322 2003-04-30 [alfons] 0.8.11claws131
1324 * src/common/plugin.[ch]
1325 see? this ANSI C'fication immediately gives us type
1328 2003-04-30 [alfons] 0.8.11claws130
1330 * src/common/plugin.[ch]
1331 * src/plugins/clamav/clamav_plugin.[ch]
1332 * src/plugins/clamav/clamav_plugin_gtk.c
1333 * src/plugins/demo/demo.c
1334 * src/plugins/dillo_viewer/dillo_viewer.c
1335 * src/plugins/image_viewer/plugin.c
1336 * src/plugins/image_viewer/viewer.[ch]
1337 * src/plugins/image_viewer/viewerprefs.[ch]
1338 * src/plugins/mathml_viewer/mathml_viewer.c
1339 * src/plugins/spamassassin/spamassassin.[ch]
1340 * src/plugins/spamassassin/spamassassin_gtk.c
1341 * src/plugins/trayicon/trayicon.c
1344 2003-04-30 [alfons] 0.8.11claws129
1346 * src/common/utils.c
1347 make is_ascii_str() fail gracefully when NULL pointer
1350 2003-04-30 [paul] 0.8.11claws128
1353 fix bug where opening folder has massive slowdown when
1354 using the 'Display sender using address book' option
1356 2003-04-30 [paul] 0.8.11claws127
1358 * src/plugins/clamav/clamav_plugin.c
1359 src/plugins/clamav/clamav_plugin_gtk.c
1360 src/plugins/demo/demo.c
1361 src/plugins/dillo_viewer/dillo_viewer.c
1362 src/plugins/image_viewer/plugin.c
1363 src/plugins/mathml_viewer/mathml_viewer.c
1364 src/plugins/spamassassin/spamassassin.c
1365 src/plugins/spamassassin/spamassassin_gtk.c
1366 src/plugins/trayicon/trayicon.c
1367 get rid of eye-hurting function signatures
1369 2003-04-30 [paul] 0.8.11claws126
1371 * src/plugins/trayicon/trayicon.c
1377 2003-04-30 [paul] 0.8.11claws125
1380 arrange the plugins in reverse alphabetical order
1382 * src/plugins/clamav/clamav_plugin.[ch]
1383 src/plugins/clamav/clamav_plugin_gtk.c
1385 resize max_size window
1386 re-arrange the order of some gui elements
1387 improve descriptions
1389 * src/plugins/image_viewer/plugin.c
1390 src/plugins/mathml_viewer/mathml_viewer.c
1393 * src/plugins/spamassassin/spamassassin_gtk.c
1394 resize max_size window
1395 re-arrange the order of some gui elements
1401 2003-04-30 [alfons] 0.8.11claws124
1404 fix a leak found while browsing Martin Kluge's
1405 valgrind log (Claws only)
1407 2003-04-29 [darko] 0.8.11claws123
1409 * src/gtk/gtkstext.h
1410 include wchar.h if it is available, fixes compilation
1413 2003-04-29 [melvin] 0.8.11claws122
1415 * src/prefs_actions.c
1416 Improved help text of Actions' syntax
1418 2003-04-28 [paul] 0.8.11claws121
1421 a better fix for the crash when performing an action
1424 2003-04-28 [paul] 0.8.11claws120
1427 fix crash when performing an action on a
1430 2003-04-28 [paul] 0.8.11claws119
1432 * sync with 0.8.11cvs36
1433 see ChangeLog 2003-04-28
1435 2003-04-27 [paul] 0.8.11claws118
1437 * more sync with 0.8.11cvs35
1438 see ChangeLog 2003-04-25
1440 2003-04-26 [christoph] 0.8.11claws117
1443 fix remove virtual check
1445 2003-04-26 [paul] 0.8.11claws116
1448 fix return-receipt, make it work again
1450 2003-04-26 [paul] 0.8.11claws115
1453 restore double-clicking of the [application/pgp-signature
1454 (Select "Check signature" to check)] line in the message view,
1455 broken in recent sync
1457 2003-04-26 [christoph] 0.8.11claws114
1460 check if remove virtual really exists before
1461 calling the function
1463 2003-04-25 [match] 0.8.11claws113
1467 * src/ldapquery.[ch]
1470 * src/ldapserver.[ch]
1471 fix memleak. fix segfault.
1472 plug a Claws memleak
1474 2003-04-25 [alfons] 0.8.11claws112
1477 plug a Claws memleak
1479 2003-04-25 [alfons] 0.8.11claws111
1481 * src/common/session.c
1484 2003-04-25 [paul] 0.8.11claws110
1486 * sync with 0.8.11cvs35
1487 see ChangeLog 2003-04-24 and 2003-04-25
1489 * src/gtk/pluginwindow.c
1490 correct another strange float value
1492 2003-04-24 [christoph] 0.8.11claws109
1495 freeze folder item updates when unsetting new flags
1497 * src/gtk/pluginwindow.c
1498 correct strange float value
1500 2003-04-23 [paul] 0.8.11claws108
1502 * sync with 0.8.11cvs33
1503 see ChangeLog 2003-04-23
1505 2003-04-22 [paul] 0.8.11claws107
1510 src/pgptext.[ch] ** REMOVED **
1511 remove pgptext.[ch] as its not used any more
1513 2003-04-22 [paul] 0.8.11claws106
1515 * sync with 0.8.11cvs31
1516 see ChangeLog 2003-04-21 and 2003-04-22
1518 2003-04-21 [alfons] 0.8.11claws105
1521 No access to GTK structures if we're a spawned child
1522 (and clean up code a little bit...) Should fix #126.
1524 2003-04-21 [melvin] 0.8.11claws104
1526 * src/plugins/dillo_viewer/README
1527 Improved slightly the text.
1529 2003-04-21 [melvin] 0.8.11claws103
1531 * src/plugins/dillo_viewer/README *** NEW ***
1532 Added a README file for the Dillo plugin
1537 tools/outlook2sylpheed.pl
1538 updated and improved by Ricardo Mones Lastra
1540 2003-04-18 [oliver] 0.8.11claws102
1543 * src/prefs_account.h
1544 remove Pop3SessionType (used by selective download)
1545 * src/prefs_toolbar.c
1546 enable set Default Toolbar button
1548 2003-04-18 [paul] 0.8.11claws101
1550 * sync with 0.8.11cvs29
1551 see ChangeLog 2003-04-18
1553 2003-04-17 [paul] 0.8.11claws100
1555 * src/prefs_common.[ch]
1557 remove 'Open next message on deletion' option,
1558 as the same effect can now be achieved via the
1559 'Always open messages in summary when selected'
1562 2003-04-17 [paul] 0.8.11claws99
1564 * sync with 0.8.11cvs28
1565 see ChangeLog 2003-04-17
1567 2003-04-17 [christoph] 0.8.11claws98
1569 * ac/spamassassin.m4
1570 * src/plugins/spamassassin/libspamc.[ch]
1571 * src/plugins/spamassassin/utils.[ch]
1572 sync libspamc with SpamAssassin project
1574 2003-04-17 [christoph] 0.8.11claws97
1576 * src/common/socket.h
1577 * src/gtk/sslcertwindow.h
1578 rename old USE_SSL to USE_OPENSSL
1580 2003-04-17 [paul] 0.8.11claws96
1582 * src/prefs_common.h
1583 use gulong for P_COLOR so that it compiles/runs on
1584 64-bit systems. Patch submitted by James Noyes
1585 <jnoyes-claws@retrogeeks.com>
1590 2003-04-17 [paul] 0.8.11claws95
1592 * sync with 0.8.11cvs27
1593 see ChangeLog 2003-04-16
1595 2003-04-15 [paul] 0.8.11claws94
1597 * src/prefs_common.[ch]
1598 rearrange to stop the window getting too long:
1599 move Receive dialog stuff to Receive tab
1600 move Send dialog to Send tab
1601 remove Dialogs frame
1602 rename 'Open messages in summary with cursor keys' to
1603 'Always open messages in summary when selected', as its
1606 2003-04-15 [paul] 0.8.11claws93
1608 * src/prefs_common.[ch]
1610 add new option '/Interface/Open next message on deletion'
1612 2003-04-15 [paul] 0.8.11claws92
1614 * src/summaryview.[ch]
1615 add /Mark/Lock and /Mark/Unlock to the pop-up
1616 menu. Patch submitted by Ivan Francolin Martinez
1617 <ivanfm@users.sourceforge.net>
1619 2003-04-15 [paul] 0.8.11claws91
1621 * sync with 0.8.11cvs24
1622 see ChangeLog 2003-04-15
1624 2003-04-14 [jens] 0.8.11claws90
1626 * updated German translation and some corrections from
1627 Roland Bless <bless@tm.uka.de>
1629 2003-04-14 [paul] 0.8.11claws89
1631 * sync with 0.8.11cvs22
1632 see ChangeLog 2003-04-14
1634 2003-04-13 [paul] 0.8.11claws88
1636 * src/plugins/clamav/clamav_plugin.c
1640 2003-04-12 [paul] 0.8.11claws87
1642 * src/plugins/clamav/clamav_plugin.c
1643 activate enable/disable archive scanning option
1645 * src/plugins/clamav/.cvsignore ** NEW FILE **
1647 2003-04-12 [paul] 0.8.11claws86
1649 * src/plugins/Makefile.am
1650 src/plugins/clamav/Makefile.am ** NEW FILE **
1651 src/plugins/clamav/README ** NEW FILE **
1652 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
1653 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
1654 add Clam AntiVirus plugin
1656 2003-04-12 [paul] 0.8.11claws85
1658 * sync with 0.8.11cvs21
1659 see ChangeLog 2003-04-11
1661 2003-04-11 [paul] 0.8.11claws84
1664 update Spanish translation. Submitted by Ricardo
1667 2003-04-10 [christoph] 0.8.11claws83
1670 fix typo that did not move unfiltered mails to destination
1673 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1674 when filtering from spool)
1676 2003-04-10 [christoph] 0.8.11claws82
1679 use BODY.PEEK instead of BODY in in message fetch operation
1680 to make sure the IMAP server does not set the \Seen flag for
1681 messages. Sylpheed does that later itself, when the message
1682 is opened in sylpheed
1684 (closes Bug 111 Claws destroys unread marks)
1686 2003-04-09 [oliver] 0.8.11claws81
1689 fix crash in folder_destroy
1691 remove selective download
1693 2003-04-09 [christoph] 0.8.11claws80
1696 fix crash in imap_get_msginfo() when then fetched message
1699 (closes Bug 110 Crash during mail composition)
1701 2003-04-08 [christoph] 0.8.11claws79
1704 * src/prefs_account.c
1705 Filter new messages that are found in an INBOX folder
1706 when 'Filter messages on receiving' is enabled in the
1707 Folder's AccountPrefs. This allows to use Sylpheed's
1708 filtering engine for IMAP folders where messages are
1709 added to the INBOX by a MTA
1711 2003-04-08 [paul] 0.8.11claws78
1714 clean up after last commit
1716 2003-04-08 [paul] 0.8.11claws77
1718 * sync with 0.8.11cvs20
1719 see ChangeLog 2003-04-07 and 2003-04-08
1721 2003-04-07 [christoph] 0.8.11claws76
1723 * src/filtering.[ch]
1727 add procmsg_msginfo_filter() to execute filtering actions
1729 2003-04-06 [christoph] 0.8.11claws75
1732 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1734 2003-04-06 [christoph] 0.8.11claws74
1736 * src/common/utils.[ch]
1737 add g_int_compare() function for slist sorting
1740 fetch all MsgInfos with one command in imap_get_msginfos()
1741 using an imap set with a list of ranges
1744 use new g_int_compare() function
1746 2003-04-06 [thorsten] 0.8.11claws73
1749 corrected implementation of mh_folder_destroy()
1751 2003-04-05 [christoph] 0.8.11claws72
1768 * src/gtk/gtkutils.c
1769 o rename structure field names class and new to klass and
1770 new_msgs, to allow including files in C++
1771 o add 'extern "C"' block to some header files
1772 o add MsgInfoList and MsgNumberList as alias for GSList for
1773 developers to know what type of list is expected
1775 * src/plugins/image_viewer/plugin.c
1776 * src/plugins/image_viewer/viewer.[ch]
1777 * src/plugins/image_viewer/viewerprefs.[ch]
1778 rename function names to prevent conflicts
1780 2003-04-05 [paul] 0.8.11claws71
1782 * sync with 0.8.11cvs18
1783 see ChangeLog 2003-04-03 and 2003-04-04
1785 2003-04-02 [christoph] 0.8.11claws70
1789 * src/mbox_folder.[ch]
1792 o Make all virtual folder functions private
1793 o remove unused folder code
1795 * src/common/socket.[ch]
1799 2003-03-30 [alfons] 0.8.11claws69
1801 * src/send_message.c
1802 remove two debug traces and see if people still report
1805 2003-03-30 [alfons] 0.8.11claws68
1807 * src/send_message.c
1808 * src/commons/session.c
1809 add more debug traces
1811 2003-03-30 [christoph] 0.8.11claws67
1814 change processing folder name from .processing to processing
1817 disable SSL certificate check because it causes Xlib error
1818 when the child process want's to open an GTK window
1820 2003-03-30 [christoph] 0.8.11claws66
1823 don't use default folder for processing folder item because
1824 it can be a non local folder
1826 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1828 2003-03-30 [alfons] 0.8.11claws65
1830 * src/send_message.c
1831 try fixing crashes when sending messages: my gcc 2.95.4 seems
1832 to generate bad code for 'send_send_data_progressive': When
1833 called from 'send_send_data_finished', the 'data' pointer is
1834 cleared just before the assignment to the dialog pointer
1836 2003-03-29 [christoph] 0.8.11claws64
1838 * src/common/prefs.h
1839 * src/plugins/image_viewer/Makefile.am
1840 * src/plugins/image_viewer/plugin.c
1841 * src/plugins/image_viewer/viewer.[ch]
1842 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
1843 add PrefsPage for ImageViewer
1845 2003-03-28 [thorsten] 0.8.11claws63
1847 * src/common/session.c
1850 2003-03-28 [paul] 0.8.11claws62
1852 * sync with 0.8.11cvs16
1853 see ChangeLog 2003-03-28
1855 2003-03-28 [paul] 0.8.11claws61
1857 * sync with 0.8.11cvs15
1858 see ChangeLog 2003-03-28
1860 2003-03-27 [christoph] 0.8.11claws60
1864 * src/common/socket.[ch]
1865 set socket state to DISCONNECTED when any operation
1866 fails to allow reconnecting in IMAP code without
1867 checking the return code of all calls to the command
1872 remove some more stuff that depends on specific
1875 2003-03-27 [paul] 0.8.11claws59
1877 * sync with 0.8.11cvs14
1878 see ChangeLog 2003-03-27
1880 * src/selective_download.[ch] ** REMOVED **
1883 2003-03-27 [christoph] 0.8.11claws58
1886 fix handling of tmp_flags in flag copy function
1888 2003-03-27 [paul] 0.8.11claws57
1890 * sync with 0.8.11cvs13
1891 see ChangeLog 2003-03-27
1893 2003-03-27 [oliver] 0.8.11claws56
1896 remove sel_download_cb
1898 2003-03-27 [oliver] 0.8.11claws55
1903 2003-03-26 [oliver] 0.8.11claws54
1908 remove selective donwload readme
1910 2003-03-26 [oliver] 0.8.11claws53
1912 * src/matcher_parser_parse.y
1914 * src/prefs_account.[ch]
1915 * src/prefs_filtering.c
1916 remove selective donwload
1918 2003-03-26 [oliver] 0.8.11claws52
1923 remove selective donwload
1925 2003-03-26 [oliver] 0.8.11claws51
1928 * src/selective_download.[ch] ** REMOVE **
1930 2003-03-26 [christoph] 0.8.11claws50
1933 fix NEWS that got broken by a sync with sylpheed-main
1935 2003-03-26 [christoph] 0.8.11claws49
1938 fix mime type guessing when no mime type is found for a file
1940 2003-03-25 [christoph] 0.8.11claws48
1944 remove mime type guessing from mime parser and use
1945 name based mime types in viewer lookup for mime type
1946 application/octet-stream
1948 2003-03-25 [christoph] 0.8.11claws47
1950 * doc-src/readme.txt
1951 * doc-src/rfc2554.txt
1952 add RFC about SMTP AUTH
1954 * src/send_message.c
1955 * src/common/smtp.[ch]
1956 add extra error code for authentication errors and
1957 clear temporary password when this error occurs
1959 (closes Bug 84 authentication failure while sending should
1960 prompt for password again)
1962 2003-03-25 [christoph] 0.8.11claws46
1966 * src/imageview.[ch] ** REMOVE **
1967 * src/messageview.[ch]
1969 * src/prefs_common.[ch]
1971 * src/plugins/Makefile.am
1972 * src/plugins/image_viewer/.cvsignore ** NEW **
1973 * src/plugins/image_viewer/Makefile.am ** NEW **
1974 * src/plugins/image_viewer/plugin.c ** NEW **
1975 * src/plugins/image_viewer/viewer.[ch] ** NEW **
1976 move image viewer into a plugin (building is enabled by default)
1977 [ToDo: Prefs for resize and autoview]
1979 2003-03-25 [paul] 0.8.11claws45
1981 * sync with 0.8.11cvs12
1982 see ChangeLog 2003-03-26
1984 2003-03-25 [paul] 0.8.11claws44
1986 * sync with 0.8.11cvs11
1987 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1989 Note: Selective Download is broken.
1991 2003-03-22 [christoph] 0.8.11claws43
1994 code cleanup for flags copying
1996 2003-03-22 [christoph] 0.8.11claws42
1998 * src/plugins/trayicon/trayicon.c
1999 fix setting the transparent area when the window size
2000 is forced by the system tray
2002 2003-03-22 [christoph] 0.8.11claws41
2004 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2005 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2006 * src/plugins/trayicon/newmail.xpm ** NEW **
2007 * src/plugins/trayicon/nomail.xpm ** NEW **
2008 * src/plugins/trayicon/trayicon.c
2009 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2010 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2011 o add icon for unread mails
2012 o set transparency for window
2014 2003-03-22 [christoph] 0.8.11claws40
2017 init news session to prevent crash when session is closed
2019 2003-03-22 [christoph] 0.8.11claws39
2022 * src/common/session.[ch]
2023 Init session data to make sure we don't have invalid pointers
2024 for read_ch and write_ch when new multi process sessions are
2028 * src/common/plugin.c
2029 * src/common/sylpheed.c
2030 * src/plugins/demo/demo.c
2031 * src/plugins/dillo_viewer/dillo_viewer.c
2032 * src/plugins/mathml_viewer/mathml_viewer.c
2033 * src/plugins/spamassassin/spamassassin.c
2034 * src/plugins/spamassassin/spamassassin_gtk.c
2035 add plugin types to allow loading plugins at different times
2036 (and maybe for different frontends), because it's not good to
2037 load GTK-Plugins gefore gtk_init was called
2040 * src/plugins/Makefile.am
2041 * src/plugins/trayicon/.cvsignore ** NEW **
2042 * src/plugins/trayicon/Makefile.am ** NEW **
2043 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2044 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2045 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2046 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2047 * src/plugins/trayicon/trayicon.c ** NEW **
2048 New Trayicon plugin that shows an icon in a systray that uses
2049 XEMBED protocol like Gnome's systray. Icon shows if there
2050 are new mails and a tooltip shows information about new,
2051 unread and total messages.
2053 2003-03-22 [paul] 0.8.11claws38
2056 fix ESMTP AUTH CRAM-MD5
2057 [sync with main (still version 0.8.11cvs6), see
2058 ChangeLog 2003-03-22]
2060 2003-03-21 [colin] 0.8.11claws37
2062 * src/send_message.c
2063 Fix USE_SSL => USE_OPENSSL
2065 2003-03-21 [colin] 0.8.11claws36
2068 Fix counts in drag and dropped subfolders
2070 2003-03-21 [colin] 0.8.11claws35
2074 speed up a bit folder dnd
2076 2003-03-20 [alfons] 0.8.11claws34
2081 don't send locked queue messages
2082 (feature request "[ 705245 ] Locking message in outbox
2083 should prevent sending")
2085 2003-03-20 [christoph] 0.8.11claws33
2088 remove NEW and UNREAD flag in special folders when scanning
2091 fix ESMTP AUTH CRAM-MD5
2093 2003-03-20 [paul] 0.8.11claws32
2095 * src/prefs_account.c
2096 Re-write 'Tunnel command to open connection' as
2097 'Use command to communicate with server', and disable
2098 it for all except IMAP accounts
2100 2003-03-20 [paul] 0.8.11claws31
2102 * sync with 0.8.11cvs6
2103 see ChangeLog 2003-03-20
2105 2003-03-19 [match] 0.8.11claws30
2108 include documentation. minor refactoring.
2109 * src/addr_compl.[ch]
2110 * src/addrindex.[ch]
2111 * src/addresbook.[ch]
2113 re-enable address lookup (was disabled in
2116 2003-03-19 [christoph] 0.8.11claws29
2119 add temp flag handling, will make moving and copying
2120 messages possible again
2123 correct calulation of folder stats
2125 2003-03-18 [match] 0.8.11claws28
2128 remove case sensitive comparison (closes bug 80).
2130 2003-03-18 [christoph] 0.8.11claws27
2133 fix imap using a tunnel command
2137 2003-03-18 [christoph] 0.8.11claws26
2142 rewrite flag handling for folders
2144 2003-03-18 [christoph] 0.8.11claws25
2149 unset NEW and UNREAD flags when message is ignored, to make
2150 sure messages don't show up as unread on other IMAP clients,
2151 because the IGNORE_THREAD flag can not be syncronized through
2154 2003-03-17 [christoph] 0.8.11claws24
2157 don't use recursion to fetch uids when the number of messages
2158 does not match. Moved code into subfunction that is used
2159 again when needed, to prevent an endless loop.
2161 2003-03-17 [thorsten] 0.8.11claws23
2163 * src/imageview.[ch]
2164 export imageview_get_resized_size() (for plugins)
2165 * src/prefs_common.[ch]
2166 added prefs_common_get() (for plugins)
2168 2003-03-17 [christoph] 0.8.11claws22
2171 o remove UID guessing from copy code
2172 o support UIDPLUS extension for APPEND command
2174 2003-03-17 [paul] 0.8.11claws21
2177 remove 'Compiled-plugins' section.
2179 * src/plugins/dillo_viewer/dillo_viewer.c
2180 slight change to description text
2182 2003-03-16 [match] 0.8.11claws20
2183 * src/ldapserver.[ch] ** NEW **
2184 * src/ldapctrl.[ch] ** NEW **
2185 * src/ldapquery.[ch] ** NEW **
2186 * src/ldaputil.[ch] ** NEW **
2187 * src/addrcindex.[ch] ** NEW **
2188 * src/addrquery.h ** NEW **
2190 * src/addrcache.[ch]
2191 * src/addrindex.[ch]
2192 * src/addr_compl.[ch]
2193 * src/addressbook.[ch]
2198 * src/editldap_basedn.c
2202 included dynamic LDAP queries. improved address
2205 2003-03-16 [paul] 0.8.11claws19
2207 * tools/multiwebsearch.pl
2210 2003-03-16 [christoph] 0.8.11claws18
2213 * src/plugins/dillo_viewer/dillo_viewer.c
2214 * src/plugins/mathml_viewer/mathml_viewer.c
2215 make unregistering of MimeViewerFactorys possible
2217 2003-03-16 [alfons] 0.8.11claws17
2222 2003-03-16 [melvin] 0.8.11claws16
2224 * src/plugins/dillo_viewer.c
2225 Fixed bug where it was not possible to view more than
2226 one text/html attachment per message (bug discovered
2227 by Christoph Hohmann).
2229 2003-03-15 [melvin] 0.8.11claws15
2231 * src/prefs_actions.c
2232 Fixed compilation warnings.
2234 2003-03-15 [melvin] 0.8.11claws14
2236 * src/plugins/Makefile.am
2237 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2238 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2239 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2240 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2241 newer (http://dillo.auriga.wearlab.de/).
2243 2003-03-15 [christoph] 0.8.11claws13
2246 don't query imap folder for attributes because we already
2247 for them from imap_status
2250 add support for plugable MimeViewers (unloading Viewers
2253 * src/plugins/Makefile.am
2254 * src/plugins/mathml_viewer/.cvsignore ** NEW **
2255 * src/plugins/mathml_viewer/Makefile.am ** NEW **
2256 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
2257 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2258 widget from http://helm.cs.unibo.it/mml-widget/
2260 2003-03-14 [christoph] 0.8.11claws12
2263 o error return code's should better be negative
2264 o replace printf with debug_print
2267 improve IMAP folder scan by checking UID-NEXT
2270 remove check that are unnecessary in my opinion
2272 2003-03-13 [christoph] 0.8.11claws11
2281 * src/prefs_scoring.c
2283 use a common function to get a displayable name
2286 2003-03-13 [paul] 0.8.11claws10
2290 tools/multiwebsearch.conf ** NEW FILE **
2291 tools/multiwebsearch.pl ** NEW FILE **
2292 add multiwebsearch Actions script
2294 2003-03-13 [colin] 0.8.11claws9
2297 Remove leading emtpy lines from quoted text
2300 2003-03-13 [melvin] 0.8.11claws8
2302 * src/prefs_actions.c
2305 Added Cancel and OK buttons
2308 2003-03-13 [christoph] 0.8.11claws7
2318 replace more folder type stuff with folder class stuff
2320 2003-03-13 [melvin] 0.8.11claws6
2322 * src/prefs_actions.c
2324 %u: user provided argument
2325 %h: user provided argument (hidden on input)
2326 %s: current text selection in the message view
2328 2003-03-13 [paul] 0.8.11claws5
2330 * sync with 0.8.11cvs5
2331 see ChangeLog 2003-03-11, 2003-03-12
2333 2003-03-12 [christoph] 0.8.11claws4
2336 use folder class idstr when writing folderlist.xml
2341 replace folder type checks with folder class checks
2343 2003-03-12 [christoph] 0.8.11claws3
2348 * src/mbox_folder.[ch]
2351 o create a list of known folder classes in the folder system
2352 o use folder class id strings for folder item identifiers
2354 2003-03-12 [christoph] 0.8.11claws2
2357 fix imap uid validity check
2359 2003-03-12 [christoph] 0.8.11claws1
2370 * src/prefs_scoring.c
2374 initial restructuring of folder system, seperating
2375 folders and folder classes
2377 2003-03-12 [paul] 0.8.11claws
2381 2003-03-12 [christoph]
2383 * src/gtk/prefswindow.c
2384 fix translation of "Page Index"
2386 2003-03-12 [paul] 0.8.10claws110
2388 a sync from 0.8.11cvs4 before the release
2390 * src/common/utils.c
2391 subject_compare_for_sort(): allow null strings (fixes
2394 2003-03-11 [paul] 0.8.10claws109
2397 update Spanish translation, submitted by
2398 Ricardo Mones Lastra
2400 2003-03-11 [melvin] 0.8.10claws108
2403 Updated French translations
2405 2003-03-11 [paul] 0.8.10claws107
2407 * manual/en/Makefile.am
2409 update English manual, add a new page
2410 updated by Francois Barriere <fbarriere@atmel.fr>
2415 update Bulgarian, Italian, and Serbian translations
2416 submitted by George Danchev, Alessandro Maestri, and
2419 2003-03-10 [paul] 0.8.10claws106
2422 src/gtk/prefswindow.c
2423 make some strings translatable
2425 2003-03-10 [darko] 0.8.10claws105
2428 code cleanup to make Hiro happy
2430 2003-03-10 [paul] 0.8.10claws104
2432 * sync with 0.8.11cvs2
2433 see ChangeLog 2003-03-10
2435 2003-03-09 [melvin] 0.8.10claws103
2438 textview_set_font(): fix for message display in
2439 UTF-8 locales (thanks to Sergey Vlasov).
2440 (was unintentionnaly reverted in 0.8.6claws6)
2442 2003-03-08 [darko] 0.8.10claws102
2445 fix infinite loop in wrapping as reported
2447 obsoletes patch #696482
2449 2003-03-08 [christoph] 0.8.10claws101
2452 add workaround for IMAP servers that do not
2453 support the "UID SEARCH UID" command
2455 2003-03-07 [christoph] 0.8.10claws100
2457 * src/plugins/spamassassin/spamassassin.[ch]
2458 * src/plugins/spamassassin/spamassassin_gtk.c
2461 2003-03-07 [paul] 0.8.10claws99
2464 updated Spanish translation, submitted by
2465 Ricardo Mones Lastra
2467 2003-03-07 [christoph] 0.8.10claws98
2470 fix in 0.8.10claws94 was wrong
2471 local delivery does not require escaping, remove escaping
2472 code to make signatures of mails with "." lines valid
2474 NOTE: requires that sendmail is executed with "-i" option,
2475 what is the default now, but has to be changed in all
2478 2003-03-07 [paul] 0.8.10claws97
2480 * sync with 0.8.11 release
2481 see ChangeLog 2003-03-07
2483 2003-03-06 [paul] 0.8.10claws96
2486 revert commit 0.8.10claws92
2488 2003-03-06 [paul] 0.8.10claws95
2491 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2494 fix bug 74, 'Crash opening editor window with pseudo-color
2497 Patches submitted by Kevin Vigor <kevin@vigor.nu>
2499 2003-03-06 [christoph] 0.8.10claws94
2502 fix rfc2821 (4.5.2) violation in SMTP data sending,
2503 all lines starting with a period get an extra period
2505 (found by Simon 'corecode' Schubert)
2507 2003-03-06 [paul] 0.8.10claws93
2510 if configured font can't be loaded fall back to gtk
2511 default. (with thanks to Christoph)
2513 closes long-standing bug 15 'Crashes on startup'
2515 2003-03-06 [paul] 0.8.10claws92
2518 freeze text before autosave and thaw afterwards
2519 fixes bug 67 'autosave make re-rediting message crazy'
2521 2003-03-06 [christoph] 0.8.10claws91
2524 ignore address comment in dupe check for Cc-list
2526 (closes reopened bug 47 Replying to message strips name part of
2527 e-mail addresses of Cc: lines)
2529 2003-03-06 [paul] 0.8.10claws90
2532 remove reference to gtkxtext.h as its no longer in
2535 2003-03-06 [paul] 0.8.10claws89
2537 * sync with 0.8.10cvs25
2538 see ChangeLog 2003-03-06
2540 2003-03-06 [oliver] 0.8.10claws88
2545 2003-03-06 [oliver] 0.8.10claws87
2548 remove changes introduced inclaws74
2550 another attempt to sanely delete and update
2551 messages deleted in separate messageview
2553 2003-03-05 [christoph] 0.8.10claws86
2556 check if "From" matches any account's address if
2557 addressbook completion of addresses is disabled too
2559 (closes Bug 70 "Display recipient in from" doesn't check
2560 folder's default account)
2562 2003-03-05 [christoph] 0.8.10claws85
2565 * src/common/utils.[ch]
2566 don't strip address comments when building Cc lists
2568 (closes Bug 47 Replying to message strips name part of e-mail addresses
2572 fix return value of copy function
2574 2003-03-05 [christoph] 0.8.10claws84
2577 don't ask imap server for non rfc822 headers
2579 (closes bug 71 IMAP FETCH asks for FROM header field twice)
2582 destroy session on socket error to allow reconnecting
2584 2003-03-05 [christoph] 0.8.10claws83
2587 fix building with gnome when no prefix is set
2589 (closes bug 66 Gnome directory is set to NONE)
2591 2003-03-05 [paul] 0.8.10claws82
2593 * sync with 0.8.10cvs23
2594 see ChangeLog 2003-03-05
2596 2003-03-04 [christoph] 0.8.10claws81
2599 o fix moving and copying when folder returns 0 for new
2601 o remove some code for single message copy and move
2602 operations and use functions for multiple messages
2604 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2607 remove unused include
2609 2003-03-04 [paul] 0.8.10claws80
2612 list 'Compiled plugins'
2614 2003-03-03 [christoph] 0.8.10claws79
2617 have to multiply the percentage of the current fetch with
2618 the percentage that it has of the total fetch operation
2621 2003-03-03 [christoph] 0.8.10claws78
2624 fix calculation of expected lines for progress indicator
2626 2003-03-03 [christoph] 0.8.10claws77
2629 * src/common/utils.c
2630 fix segfault when opening the root news folder
2632 2003-03-03 [christoph] 0.8.10claws76
2634 * src/mainwindow.[ch]
2635 * src/common/Makefile.am
2636 * src/common/progressindicator.[ch]
2637 add UI independent progress indicator handling
2640 use new progress indicator for message info fetching
2642 * src/common/hooks.h
2645 2003-03-03 [oliver] 0.8.10claws75
2649 removed commented code
2651 2003-03-03 [oliver] 0.8.10claws74
2654 cleanups and refactoring
2656 compose_reply_mode reply & forwarding interface for
2659 act on messages marked for deletion in folderview_selected
2660 based on prefs_common.immediate_exec since a message might
2661 have been deleted by messageview in a folder we are changing
2662 to (does anybody understand what I'm on about ?)
2664 2003-03-03 [oliver] 0.8.10claws73
2666 * src/messageview.[ch]
2668 - messageview_delete: delete message shown in messagview
2669 - messageview_update_view: update messageview to currently
2670 selected summaryview message
2671 - add separate messageview to msgview_list in order to update
2672 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2673 * src/summaryview.[ch]
2674 summary_get_selection returns a list of selected msgs
2677 toolbar reply refactoring
2679 2003-03-03 [paul] 0.8.10claws72
2681 * sync with 0.8.10cvs21
2682 see ChangeLog 2003-03-03
2684 2003-03-02 [christoph] 0.8.10claws71
2686 * src/common/passcrypt.c
2689 2003-03-02 [christoph] 0.8.10claws70
2692 * src/prefs_account.c
2693 * src/prefs_gtk.[ch]
2694 * src/common/.cvsignore
2695 * src/common/Makefile.am
2696 * src/common/passcrypt.c ** NEW **
2697 * src/common/passcrypt.h.in ** NEW **
2698 Implement password encryption in config files
2699 using unix encrypt and setkey functions. The crypt
2700 key can be set as a configure parameter. Old
2701 passwords will be converted if they do not begin
2704 2003-03-02 [paul] 0.8.10claws69
2706 * src/prefs_account.c
2709 2003-03-01 [thorsten] 0.8.10claws68
2717 corrected format strings
2720 (fix compile errors with GNU gettext-0.11.5)
2722 2003-03-01 [oliver] 0.8.10claws67
2725 menu callbacks call toolbar_menu_reply
2727 2003-03-01 [oliver] 0.8.10claws66
2731 menu callbacks call toolbar_menu_reply
2733 callbacks from menu handled by toolbar_menu_reply
2735 2003-03-01 [paul] 0.8.10claws65
2738 revert commit 0.8.10claws54 - breaks editing of
2742 update Bulgarian translation, submitted by
2745 2003-02-28 [christoph] 0.8.10claws64
2751 * src/gtkxtext.h ** REMOVE **
2757 * src/prefs_common.c
2758 * src/prefs_matcher.c
2759 * src/procheader.[ch]
2762 * src/common/ssl_certificate.c
2763 * src/gtk/colorlabel.c
2766 o remove code obsoleted by new cache and folder system rework
2768 2003-02-28 [oliver] 0.8.10claws63
2771 * fix bug where reply in Messageview replied to
2772 Message displayed in summaryview
2773 (reportedd via ML by chinatinte at gmx dot ch)
2774 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2775 didn't work in separate MessageView Toolbar
2776 (wondering if anybody uses this at all ?)
2777 * src/summaryview.[ch]
2778 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2779 (generalize reply and forward code);
2781 remove focus_in event which updated summaryview to messageview
2783 2003-02-28 [paul] 0.8.10claws62
2786 add the --check option
2787 Patch submitted by Ricardo Mones Lastra
2789 2003-02-28 [paul] 0.8.10claws61
2791 * src/prefs_account.c
2792 re-order 'Signature' items
2794 2003-02-28 [paul] 0.8.10claws60
2796 * sync with 0.8.10cvs20
2797 see ChangeLog 2003-02-28
2799 2003-02-28 [paul] 0.8.10claws59
2802 update to reflect recent movement of files
2804 2003-02-28 [paul] 0.8.10claws58
2806 * sync with 0.8.10cvs19
2807 see ChangeLog 2003-02-28
2809 2003-02-27 [martin] 0.8.10claws57
2811 * src/prefs_matcher.c
2812 fix segfault in prefs_matcher_ok() when the
2813 last entry is deleted and prevents that the
2814 message "entry not saved" comes up after deleting
2817 2003-02-27 [martin] 0.8.10claws56
2819 * src/prefs_filtering.c
2820 fix segfault in prefs_filtering_ok() when the
2821 last entry is deleted and prevents that the
2822 message "entry not saved" comes up after deleting
2825 2003-02-27 [paul] 0.8.10claws55
2827 * sync with 0.8.10cvs18
2828 see ChangeLog 2003-02-27
2830 2003-02-27 [paul] 0.8.10claws54
2833 fix bug where the address book crashes with
2835 Patch [687729] submitted by David Frager
2836 <dbfrager@users.sourceforge.net>
2838 2003-02-25 [christoph] 0.8.10claws53
2841 * src/colorlabel.[ch] ** REMOVE **
2842 * src/gtk/Makefile.am
2843 * src/gtk/colorlabel.[ch] ** NEW **
2844 move colorlabel files to gtk directory
2846 * src/esmtp.[ch] ** REMOVE **
2847 has been merged into smtp.[ch] in 0.7.5
2849 2003-02-25 [christoph] 0.8.10claws52
2852 * src/about.[ch] ** REMOVE **
2853 * src/gtk/Makefile.am
2854 * src/gtk/about.[ch] ** NEW **
2855 move about files to gtk directory
2857 2003-02-25 [christoph] 0.8.10claws51
2860 some code optimization of folder scanning code
2862 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2864 2003-02-25 [christoph] 0.8.10claws50
2867 * src/common/sylpheed.c
2868 add command line parameter parsing to common code
2870 2003-02-24 [christoph]
2874 fix gnome prefix problems, the configure script now removed
2875 `gnome-config --prefix` from `gnome-config --datadir`
2876 and adds $(prefix} instead
2878 (closes Bug 24 Makefile does not respect prefix when installing
2881 2003-02-24 [christoph] 0.8.10claws49
2884 check for valid session before trying to authenticate
2886 (closes Bug 60 crash if "authenticate on logon" is activated
2887 and newsserver-hostname is not valid)
2889 2003-02-24 [melvin] 0.8.10claws48
2891 * src/prefs_actions.c
2892 Make sure all user's input is sent to the action and then
2895 2003-02-23 [alfons] 0.8.10claws46
2898 also wait cursor when deleting files
2902 * tools/freshmeat_search.pl
2903 tools/google_search.pl
2904 scripts should now work for any browser/browser command line
2906 2003-02-22 [christoph] 0.8.10claws45
2909 fix IMAP flag setting, IMAP flag is not handled correctly
2910 anymore by the folder system and information about the
2911 folder should not be saved in the MsgInfo (in my opinion)
2913 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2915 2003-02-22 [christoph] 0.8.10claws44
2918 fix spelling of "label" ;-)
2920 2003-02-22 [thorsten] 0.8.10claws43
2923 src/prefs_common.[ch]
2925 do not use description as attachment name
2927 2003-02-22 [alfons] 0.8.10claws42
2930 freeze/thaw folder item updates when changing color labels,
2931 and put a wait cursors on
2933 2003-02-22 [thorsten] 0.8.10claws41
2936 save-all fixes: crash if invoked on multipart container,
2937 mimeinfo access, pathseparators, error dialog
2939 2003-02-21 [alfons] 0.8.10claws40
2944 2003-02-21 [colin] 0.8.10claws39
2949 2003-02-21 [colin] 0.8.10claws38
2952 Freeze/thaw folderItem updates when filtering messages
2953 via Tools/Filter messages
2955 2003-02-21 [paul] 0.8.10claws37
2958 revert commit 0.8.10claws26, there are ulterior motives
2959 for users to set a Reply-To header when posting to
2962 2003-02-21 [paul] 0.8.10claws36
2964 * sync with 0.8.10cvs17
2965 see ChangeLog 2003-02-21
2967 2003-02-20 [christoph] 0.8.10claws35
2970 IMAP UID fetch speedup using SEARCH
2972 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2975 fix problem with UIDs in IMAP UID cache that no longer existed
2977 2003-02-20 [christoph] 0.8.10claws34
2982 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2984 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2987 Rewrite imap_cmd_gen_recv use sock_getline instead
2988 of sock_gets to avoid problems with too long reply
2991 2003-02-20 [colin] 0.8.10claws33
2993 * src/prefs_account.c
2996 2003-02-20 [colin] 0.8.10claws32
2999 Remove useless '&& !to_sender'
3004 change my e-mail address
3006 2003-02-19 [colin] 0.8.10claws31
3008 * src/prefs_common.c
3009 X11 style colors for every configurable color
3011 2003-02-19 [alfons] 0.8.10claws30
3013 * src/prefs_gtk.[ch]
3014 * src/prefs_common.c
3015 for color_new accept both plain integers and X11 style color
3016 names (as found in /usr/lib/X11/rgb.txt)
3018 2003-02-19 [paul] 0.8.10claws29
3021 add tooltips to online/offline button and account selector
3024 2003-02-19 [paul] 0.8.10claws28
3028 src/prefs_account.[ch]
3029 src/prefs_common.[ch]
3030 move 'Maximum number of articles to download' to
3032 clean up account prefs gui a little by hiding entries
3033 rather then greying out entries
3035 2003-02-19 [hiro] 0.8.10claws27
3037 * src/common/utils.c
3038 fix bug #54 'yesterdays date is displayed in the message
3041 2003-02-19 [paul] 0.8.10claws26
3044 fix bug reported in Feature Request [688596]
3045 'Reply-to header in news'
3047 2003-02-18 [paul] 0.8.10claws25
3050 add a 'List all keys' button to key selection dialog
3052 2003-02-18 [colin] 0.8.10claws24
3054 * src/stock_pixmap.c
3057 2003-02-18 [colin] 0.8.10claws23
3059 * src/common/smtp.[ch]
3061 Try to starttls if it seems to be the only
3062 way to authenticate a user
3064 2003-02-18 [paul] 0.8.10claws22
3068 src/stock_pixmap.[ch]
3069 src/pixmaps/drafts_close.xpm ** NEW FILE **
3070 src/pixmaps/drafts_open.xpm ** NEW FILE **
3071 as a Drafts folder is a special folder allow it to have
3072 its own unique icons
3074 2003-02-18 [colin] 0.8.10claws21
3077 Fix port selection when using starttls
3079 2003-02-18 [paul] 0.8.10claws20
3082 src/prefs_common.[ch]
3083 make blue the default new mail colour
3085 2003-02-18 [paul] 0.8.10claws19
3087 * sync with 0.8.10cvs14
3088 see ChangeLog 2003-02-18
3090 2003-02-17 [jens] 0.8.10claws18
3093 fixed a compile problem with gcc 3.3
3094 works on 2.95.3 too (testet on PPC as it is big endian)
3096 2003-02-17 [paul] 0.8.10claws17
3098 * sync with 0.8.10cvs13
3099 see ChangeLog 2003-02-17
3101 2003-02-17 [paul] 0.8.10claws16
3103 * sync with 0.8.10cvs12
3104 see ChangeLog 2003-02-17
3106 2003-02-16 [match] 0.8.10claws15
3109 Eliminates reloading of address data when items
3110 deleted or added. Applied submitted by
3111 Luke Plant <lukeplant@softhome.net>
3113 2003-02-16 [paul] 0.8.10claws14
3116 when a 'protocol error' is encountered disconnect from
3117 the server. This means that the user can carry on viewing
3118 other articles and doesn't have to either wait until the
3119 server timesout or quit sylpheed.
3120 Fixes bug #53 'Unable to read messages in newsgroups,
3121 displayed message doesn't change'
3123 2003-02-15 [christoph] 0.8.10claws13
3126 fix bug that stopped scanning of folders when an
3127 IMAP folder was empty
3129 (closes bug 46 stop scan messages in folders after empty folder)
3135 tools/freshmeat_search.pl ** NEW FILE **
3136 tools/google_search.pl ** NEW FILE **
3137 Add 2 Actions scripts which search freshmeat/google
3138 for the selected text using the browser configured
3141 Note: These scripts are very dependent on the format of the
3142 browser command and may not work on every occasion. Testing
3145 2003-02-14 [alfons] 0.8.10claws12
3148 fix breakage because of uninitialized account pointer.
3151 2003-02-14 [paul] 0.8.10claws11
3154 src/prefs_account.[ch]
3155 src/prefs_common.[ch]
3156 move signature settings to Account Prefs
3158 2003-02-14 [paul] 0.8.10claws10
3160 * sync with 0.8.10cvs11
3161 see ChangeLog 2003-02-14
3163 2003-02-13 [thorsten] 0.8.10claws9
3166 revert news progressbar (GUI separation)
3168 2003-02-13 [paul] 0.8.10claws8
3171 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3174 2003-02-13 [paul] 0.8.10claws7
3178 fix 'Follow-up and Reply-to' so that it creates a reply to
3179 the newsgroup and the sender. If the message has the keyword
3180 'poster' in the Followup-To header, all replies go to the
3181 sender, re: RFC 1036, Section 2.2.3
3182 rename all instances of 'ignore_replyto' to 'to_sender', both
3183 were previously used, now we use just one.
3185 2003-02-13 [paul] 0.8.10claws6
3187 * sync with 0.8.10cvs9
3188 see ChangeLog 2003-02-13
3190 2003-02-13 [paul] 0.8.10claws5
3193 show which plugins are configured in the configure
3196 2003-02-12 [thorsten] 0.8.10claws4
3199 show progress while fetching news headers
3201 2003-02-12 [christoph] 0.8.10claws3
3204 * src/plugins/Makefile.am
3205 use AM_CONDITIONAL to enable plugins, automake correctly
3206 manages this when creating distdir
3208 2003-02-12 [christoph] 0.8.10claws2
3210 * ac/spamassassin.m4
3211 * src/plugins/spamassassin/Makefile.am
3212 fix building SpamAssassin plugin without OpenSSL
3214 2003-02-12 [paul] 0.8.10claws1
3218 src/plugins/Makefile.am
3219 fix failure of 'make release'
3221 2003-02-12 [paul] 0.8.10claws
3223 * 0.8.10claws released
3225 2003-02-12 [paul] 0.8.9claws56
3232 updated translations by George Danchev, Ricardo Mones Lastra,
3233 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3236 Allow the building of RPMs by a regular user. Submitted
3239 2003-02-11 [alfons] 0.8.9claws55
3242 don't use pixmaps for label color rect but draw rectangles
3243 so we can respect the color map of palette based visuals
3244 (fixes the long time crashes on Suns - thanks to Andreas
3245 Engel and Steve O'Hara-Smith for testing)
3247 2003-02-11 [christoph] 0.8.9claws54
3249 * src/matcher_parser_parse.y
3250 correct bug where filering rules of not existing folders in
3251 matcherrc were added to global filtering
3253 (closes Debian Bug #180253 - Directory's filter-rules are merged with
3254 main filter-rules after removing directory, http://bugs.debian.org/180253)
3256 2003-02-11 [paul] 0.8.9claws53
3258 * sync with 0.8.10cvs7
3259 see ChangeLog 2003-02-09
3261 2003-02-11 [melvin] 0.8.9claws52
3264 Updated French tranlsations
3266 2003-02-10 [paul] 0.8.9claws51
3269 correct --enable-openssl
3270 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3272 2003-02-09 [martin] 0.8.9claws50
3274 * src/prefs_matcher.c
3275 fix segfault in prefs_matcher_substitute_cb() when
3278 2003-02-09 [paul] 0.8.9claws49
3281 fix bug where a newsgroup folder's processing rules were
3282 merged with the global filtering rules when the newsgroup
3283 folder was deleted, causing some seriously bad results,
3284 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3286 2003-02-08 [melvin] 0.8.9claws48
3289 Corrected and modified an alert message.
3291 2003-02-07 [paul] 0.8.9claws47
3294 fix bug where both an 'Account properties' window and a
3295 'Folder properties' window were opened when clicking on
3296 'Properties' in an NNTP or IMAP folder's popup menu.
3298 2003-02-07 [paul] 0.8.9claws46
3300 * sync with 0.8.10cvs6
3301 see ChangeLog 2003-02-06
3303 2003-02-06 [christoph] 0.8.9claws45
3306 freeze folder updates while importing mbox files
3307 (closes bug 43 importing mbox took hours)
3309 Patch submitted by Jens Rantil <jens.rantil@telia.com>
3311 2003-02-06 [thorsten] 0.8.9claws44
3314 Updated german translations
3316 2003-02-06 [thorsten] 0.8.9claws43
3319 use guint for message numbers (fix count in grouplist dialog)
3321 2003-02-05 [paul] 0.8.9claws42
3323 * sync with 0.8.10cvs2
3324 see ChangeLog 2003-02-05
3326 2003-02-04 [colin] 0.8.9claws41
3328 * src/prefs_common.[ch]
3331 Add an option to disable threading by subject
3333 2003-02-04 [christoph] 0.8.9claws40
3336 only abort fetching mails from multiple accounts when the
3337 error is fatal and does not allow to check any more accounts
3338 (currently only disk full error)
3340 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3341 receive mails for other accouts)
3343 2003-02-04 [christoph] 0.8.9claws39
3346 first add the new message to the cache, then
3347 send the update notification
3349 (closes bug 39 after sending message folderview doesnt get updated)
3351 2003-02-04 [colin] 0.8.9claws38
3354 _really_ fix this Connecting... status
3356 2003-02-04 [paul] 0.8.9claws37
3359 see ChangeLog 2003-02-04
3361 2003-02-04 [paul] 0.8.9claws36
3363 * sync with 0.8.9cvs6
3364 see ChangeLog 2003-02-03
3366 2003-02-04 [paul] 0.8.9claws35
3369 updated by André Filipe de Assunção e Brito
3370 <bedecko@netsite.com.br>
3372 2003-02-03 [thorsten] 0.8.9claws34
3375 Updated german translations
3377 2003-02-02 [paul] 0.8.9claws33
3380 updated by Ricardo Mones Lastra
3382 2003-02-02 [thorsten] 0.8.9claws32
3385 Fix mh_get_msginfo() segfault if file is inaccessible
3387 2003-01-31 [colin] 0.8.9claws31
3390 Fix last commit's bug
3392 2003-01-31 [colin] 0.8.9claws30
3395 Missing a change for gpg-signed messages
3397 2003-01-31 [paul] 0.8.9claws29
3399 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
3401 src/stock_pixmap.[ch]
3403 indicate GnuPG signed messages by displaying an icon
3404 in the Attachment column.
3406 2003-01-31 [paul] 0.8.9claws28
3408 * sync with 0.8.9cvs4
3409 see ChangeLog 2003-01-31
3411 2003-01-31 [alfons] 0.8.9claws27
3414 tune URI parser to accept mailto URLs with a '?'
3415 (patch from Ruslan Balkin)
3417 2003-01-31 [colin] 0.8.9claws26
3420 Fix a leak introduced in claws24
3422 2003-01-31 [colin] 0.8.9claws25
3425 Freeze/Thaw folder updates when deleting dups
3427 2003-01-31 [colin] 0.8.9claws24
3432 little speed improvements
3434 2003-01-31 [colin] 0.8.9claws23
3437 Fix segfault when forwarding nothing
3438 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3440 2003-01-30 [paul] 0.8.9claws22
3442 * sync with 0.8.9cvs3
3443 see ChangeLog 2003-01-30
3445 2003-01-30 [paul] 0.8.9claws21
3447 * sync with 0.8.9cvs2
3448 see ChangeLog 2003-01-30
3450 2003-01-29 [paul] 0.8.9claws20
3452 * sync with 0.8.9cvs1
3453 see ChangeLog 2003-01-29
3455 2003-01-28 [paul] 0.8.9claws19
3458 update to reflect changes.
3459 thanks to Ricardo Mones Lastra
3461 2003-01-27 [christoph] 0.8.9claws18
3464 * ac/spamassassin.m4
3465 * src/plugins/spamassassin/README
3466 * src/plugins/spamassassin/libspamc.[ch]
3467 * src/plugins/spamassassin/utils.[ch]
3468 updated to latest libspamc
3470 2003-01-27 [christoph] 0.8.9claws17
3473 fix wrong use of procheader_get_header_fields
3475 2003-01-27 [christoph] 0.8.9claws16
3478 * src/prefs_account.[ch]
3479 * src/common/nntp.[ch]
3480 allow to force authentication for NNTP servers
3482 Patch submitted by Florian Mickler <dmk@d-labs.de>
3484 2003-01-26 [paul] 0.8.9claws15
3487 speed up of marking messages as read
3488 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3490 2003-01-26 [christoph] 0.8.9claws14
3493 * src/mgutils.[ch] ** REMOVE **
3494 * src/xml.[ch] ** REMOVE **
3495 * src/xmlprops.[ch] ** REMOVE **
3496 * src/common/Makefile.am
3497 * src/common/mgutils.[ch] ** NEW **
3498 * src/common/xml.[ch] ** NEW **
3499 * src/common/xmlprops.[ch] ** NEW **
3500 move xml files to common directory
3502 2003-01-26 [christoph] 0.8.9claws13
3504 * src/plugins/spamassassin/spamassassin_gtk.c
3505 only set gtk entry text if string is available
3507 2003-01-26 [melvin] 0.8.9claws12
3509 * src/description_window.c
3510 Allow resizing of the window
3511 Allow automatic horizontal scroll bar
3512 Do not vertically expand and fill
3514 2003-01-26 [christoph] 0.8.9claws11
3517 * src/gtkutils.[ch] ** REMOVE **
3518 * src/common/sylpheed.c
3519 * src/gtk/Makefile.am
3520 * src/gtk/description_window.c
3521 * src/gtk/gtkutils.[ch] ** NEW **
3522 * src/gtk/prefswindow.c
3523 move gtkutils to gtk directory
3525 2003-01-26 [paul] 0.8.9claws10
3528 rename summary_unread_clicked() to summary_status_clicked()
3530 2003-01-26 [melvin] 0.8.9claws9
3532 * src/prefs_actions.c
3533 Cosmetical changes to the help text
3535 2003-01-26 [paul] 0.8.9claws8
3540 src/prefs_sumamry_column.c
3542 rename the 'Unread' column to 'Status'
3544 2003-01-25 [match] 0.8.9claws7
3547 removed reference to LDAP constants. removed error2string.
3548 included functions to support LDAP dynamic queries.
3550 moved LDAP constants here.
3554 removed references to LDAP constants and references to
3557 2003-01-25 [paul] 0.8.9claws6
3560 summary_thread_build(), summary_thread_init(): remove
3561 unneeded reference to summaryview->folder_item
3563 2003-01-25 [christoph] 0.8.9claws5
3565 * src/gtk/description_window.c
3566 o allow description texts to expand over multiple columns
3567 o translate all columns
3568 * src/prefs_actions.c
3569 change syntax description to use new multi column feature
3571 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3573 2003-01-25 [match] 0.8.9claws4
3576 fixed bug with Quoted-Printable
3578 2003-01-25 [paul] 0.8.9claws3
3581 src/summaryview.[ch]
3582 implement per-folder collapsed/expanded threads setting
3584 * src/prefs_common.c
3585 remove global collapsed/expanded threads option
3587 2003-01-25 [christoph] 0.8.9claws2
3590 add pluginwindow and prefswindow
3592 make send respond correctly to messages that could be added
3593 to the queue folder, but the UID of the message is unknown
3596 don't return guessed UIDs in imap_add_msg anymore. We return
3597 0 to tell the folder system it was appened but the UID is
3598 unknown. Folder system now get's the UID by scaning the folder
3599 and searching the cache for the Message-ID
3600 (closes bug #29 Messages queued, but not sent)
3602 2003-01-25 [paul] 0.8.9claws1
3605 conv_encode_header(): fix bug when long headers with 8-bit
3606 characters are used, so that the encoded words are wrapped.
3607 If the space in the original text falls on the wrap boundary,
3609 Patch by Sergey Vlasov.
3612 fix bug where a change to the sorting method or thread view
3613 of a folder's messages is lost if simpify-subject is set and
3615 Patch by Luke Plant.
3617 2003-01-24 [paul] 0.8.9claws
3619 * sylpheed-0.8.9claws released
3623 remove reference to 'INSTALL.jp'
3625 2003-01-23 [paul] 0.8.8claws128
3631 updated translations. submitted by Ricardo Mones Lastra,
3632 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3634 2003-01-23 [colin] 0.8.8claws127
3637 Fix drafted and queued news articles re-edition
3639 2003-01-23 [melvin] 0.8.8claws126
3642 Updated French translations
3644 2003-01-23 [colin] 0.8.8claws125
3647 Fix "Connecting to..." status message
3649 2003-01-22 [paul] 0.8.8claws124
3652 updated by George Danchev
3655 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3658 2003-01-21 [paul] 0.8.8claws123
3661 updated by George Danchev
3667 don't translate 'Separator'
3669 * src/plugins/spamassassin/Makefile.am
3670 add aspell to CPPFLAGS
3672 * src/plugins/spamassassin/spamassassin.c
3673 src/plugins/spamassassin/spamassassin_gtk.c
3674 set correct default for spamassassin_receive_spam
3675 slightly re-word descriptions and some
3678 2003-01-19 [alfons] 0.8.8claws122
3681 mimeview_save_as(): we might as well show the file name for
3682 the single case "Save As" too
3684 2003-01-19 [alfons] 0.8.8claws121
3687 change bug tracker URL to bugzilla URL
3689 2003-01-19 [alfons] 0.8.8claws120
3692 mimeview_save_all(): display name of file before overwriting;
3693 continue saving all, even when one overwrite was cancelled
3695 2003-01-19 [christoph] 0.8.8claws119
3699 fix wrong usage of procmsg_find_children in summaryview
3700 by using procmsg_update_unread_children instead of
3701 summaryview_update_unread_children
3703 2003-01-19 [christoph] 0.8.8claws118
3706 fix infinite loop in procmsg_find_children
3707 (closes bug #25 sylpheed crashes on delete.)
3709 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3711 2003-01-19 [paul] 0.8.8claws117
3714 updated by Ivan Francolin Martinez
3716 2003-01-18 [melvin] 0.8.8claws116
3718 * src/prefs_actions.c
3719 Removed syntax limitation of only one '&' at the end of command.
3720 Now actions that contain '>/dev/null 2>&1' are possible.
3722 2003-01-18 [melvin] 0.8.8claws115
3724 * src/prefs_actions.c
3725 Actions IO dialog: when the action ends
3726 the "Close" button now has focus and [Escape] closes the
3729 2003-01-18 [christoph] 0.8.8claws114
3732 o add debug output when MsgInfos are really freed
3733 o free GSLists in procmsg_find_children and
3734 procmsg_update_unread_children
3736 2003-01-18 [christoph] 0.8.8claws113
3739 reorder Configuration menu
3741 2003-01-18 [christoph] 0.8.8claws112