1 2003-07-14 [alfons] 0.9.3claws6
4 tune the threader so it will not subject-thread any message
5 without a subject prefix (this will not thread correctly if
6 a parent is delivered after their childs, but it looks
9 2003-07-13 [christoph] 0.9.3claws5
12 group "Add mailbox *..." menu items in submenu
14 2003-07-13 [alfons] 0.9.3claws4
17 correct summary_toggle_pressed() signature and make sure
18 signal is not passed on
20 2003-07-13 [alfons] 0.9.3claws3
23 o for now don't pass on keys when they we're handled by
24 ctree::key_press_event
27 2003-07-13 [alfons] 0.9.3claws2
30 add command line option "--config-dir" to get the current
33 2003-07-12 [alfons] 0.9.3claws1
36 * src/matcher_parser_parse.y
37 * src/prefs_filtering.c
39 add "Lock" filter action to lock messages;
43 * src/prefs_filtering.c
44 re-organize matcher part 9:
45 make action text entries easily extendible;
46 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
47 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
52 update old information and add missing
55 2003-07-12 [paul] 0.9.3claws
59 2003-07-12 [paul] 0.9.0claws103
64 2003-07-12 [melvin] 0.9.0claws102
67 Fixed bug #215: Show MIME tab for single text/html messages.
69 2003-07-12 [paul] 0.9.0claws101
74 2003-07-12 [paul] 0.9.0claws100
80 update Spanish, Croatian, Polish, Serbian translations.
81 submitted by Ricardo Mones Lastra, Dragan, Witold
82 Wladyslaw Wojciech Wilk, Urke MMI
84 2003-07-12 [melvin] 0.9.0claws99
87 Updated French translations.
89 2003-07-12 [paul] 0.9.0claws98
92 disable 'Lookup' button as it has no effect
94 2003-07-11 [alfons] 0.9.0claws97
97 summary_searchbar_pressed() should return TRUE to signal that
98 event was handled. when returning void, the return value passed
99 to GTK is actually random, but maybe FALSE, in which case the
100 event is handled by parent
102 2003-07-10 [paul] 0.9.0claws96
104 * ac/missing/gettext.m4
105 update to version 0.12
107 2003-07-10 [paul] 0.9.0claws95
109 * src/plugins/clamav/clamav_plugin.c
110 fix bug where multipart/alternative messages
111 would slip through without being scanned
113 2003-07-10 [christoph] 0.9.0claws94
116 correct check if folder supports removing when a message is
117 moved. if not the message is only copied.
119 (closes Bug 132 crash on startup in newsgroups folders)
121 2003-07-09 [alfons] 0.9.0claws93
125 --with-config-dir (default .sylpheed)
127 2003-07-09 [christoph] 0.9.0claws92
130 use PKG_CHECK_MODULES to check for gtkmathview
131 (version 0.4.2 now required)
133 2003-07-08 [melvin] 0.9.0claws91
136 Implemented a progress bar that counts the number of completed
137 tasks when the action runs more than one command.
139 2003-07-08 [alfons] 0.9.0claws90
142 if queued message has an invalid Message-Id, don't try to
143 find message it refers to (fixes #209 "crash when processing
146 2003-07-08 [paul] 0.9.0claws89
148 * sync with 0.9.3cvs2
149 see ChangeLog 2003-07-08
151 2003-07-08 [match] 0.9.0claws88
154 extend LDAP search for first/last name by parsing search term.
156 2003-07-08 [alfons] 0.9.0claws87
159 fix bug #208 "Status message stuck when sending on POP3 account"
161 2003-07-07 [paul] 0.9.0claws86
164 new Croatian translation, submitted by
165 Dragan <drleskov@inet.hr>
167 2003-07-07 [paul] 0.9.0claws85
169 * sync with 0.9.3cvs1
170 see ChangeLog 2003-07-07
172 2003-07-05 [christoph] 0.9.0claws84
177 * src/stock_pixmap.[ch]
178 * src/pixmaps/messageview_text.xpm ** NEW **
179 move mimeview tabs to the right side and use icons
180 instead of text to save some space
182 (patch by Luke Plant <lukeplant@softhome.net>)
184 2003-07-05 [christoph] 0.9.0claws83
187 add NULL pointer checks
189 (patch by Luke Plant <lukeplant@softhome.net>)
190 (closes Bug 204 0.9.0 quits on authentication error?!)
192 2003-07-05 [alfons] 0.9.0claws82
195 take the clue in bug #202 "./configure script -
196 'if test' comparison failure" reported by John Kristoff.
198 2003-07-04 [christoph] 0.9.0claws81
200 * src/plugins/spamassassin/spamassassin.c
201 set timeout for spam check
203 2003-07-04 [christoph] 0.9.0claws80
206 destroy all FolderItems when shutting down to
207 allow folders to clean up
209 2003-07-04 [melvin] 0.9.0claws79
211 * src/gtk/gtkaspell.c
212 Fixed bug #184 "Entering non-ascii character deletes
213 previous char if spell checking enabled": this makes
214 the spell checking in multibytes (e.g. UTF-8)locales work.
215 (Patch by Luke Plant).
217 2003-07-04 [christoph] 0.9.0claws78
219 * sync with 0.9.2cvs1
220 see ChangeLog 2003-06-10
222 2003-07-04 [paul] 0.9.0claws77
224 * sync with 0.9.3 release
225 see ChangeLog 2003-07-04
227 2003-07-03 [christoph] 0.9.0claws76
234 move folder_item_get_path() stuff into a folder virtual function
237 use folder_item_fetch_msg() to get message and do not contruct
238 the filename from path and number
240 2003-07-03 [paul] 0.9.0claws75
242 * sync with 0.9.2cvs12
243 see ChangeLog 2003-07-03
245 2003-07-02 [paul] 0.9.0claws74
248 fix text-selection for replying
250 2003-07-02 [paul] 0.9.0claws73
252 * sync with 0.9.2cvs11
253 see ChangeLog 2003-07-02
255 2003-07-02 [paul] 0.9.0claws72
258 revert last commit because it breaks more
261 2003-07-02 [paul] 0.9.0claws71
264 fix thread by subject/sort by date
266 2003-07-01 [paul] 0.9.0claws70
268 * sync with 0.9.2cvs10
269 see ChangeLog 2003-07-01
271 2003-06-30 [paul] 0.9.0claws69
273 * sync with 0.9.2cvs9
274 see ChangeLog 2003-06-30
276 2003-06-28 [match] 0.9.0claws68
281 2003-06-27 [paul] 0.9.0claws67
283 * sync with 0.9.2cvs7
284 see ChangeLog 2003-06-27
286 2003-06-26 [christoph] 0.9.0claws66
289 freeze folder updates while a folder is scanned
291 (closes Bug 185 New message counter)
293 2003-06-26 [darko] 0.9.0claws65
296 fix infinite loop when adding a new LDAP server
298 2003-06-26 [paul] 0.9.0claws64
300 * sync with 0.9.2cvs6
301 see ChangeLog 2003-06-26
303 2003-06-26 [paul] 0.9.0claws63
305 * sync with 0.9.2cvs5
306 see ChangeLog 2003-06-25 and 2003-06-26
308 2003-06-25 [match] 0.9.0claws62
311 Fixed tab/backtab for dropped-down completion list to
312 move next/previous field. (close bug 147)
314 2003-06-25 [christoph] 0.9.0claws61
316 * src/addr_compl.[ch]
325 2003-06-25 [leandro] 0.9.0claws60
329 o gray out "Message/Remove references" menu item if not
330 replying to a message
332 2003-06-24 [leandro] 0.9.0claws59
335 o removed "Message/Create new thread" menu item
336 o added "Message/Remove references" menu item
337 (it's off by default and will not check anymore
338 if the subject changed)
340 2003-06-23 [alfons] 0.9.0claws58
343 try better grouping messages threaded by subject based on their age.
344 still not perfect - because the message tree is not sorted by date.
346 2003-06-23 [thorsten] 0.9.0claws57
349 added mail_receive_hook to allow modifications
350 directly after retrieval (e.g. adding headers).
352 2003-06-23 [paul] 0.9.0claws56
355 enable the use of Ctrl+A to select all text in
357 Patch submitted by Ivan Francolin Martinez
358 <ivanfm@users.sourceforge.net>
360 2003-06-22 [christoph] 0.9.0claws55
363 o add notification hook for folder tree changes
364 o invoke hooks after folder tree scanning
366 * src/folderview.[ch]
367 register hook for folder tree changes that
370 (there are more places that should be updated, like add, remove
373 (closes Bug 164 Crash on rebuild folder tree)
374 (closes Bug 190 Crash on 'rebuilding folder tree')
376 2003-06-21 [leandro] 0.9.0claws54
379 create a new thread if subject changes
380 (it's on by default, can be disabled in Message menu)
382 2003-06-21 [alfons] 0.9.0claws53
385 quiet little compiler
387 2003-06-21 [christoph] 0.9.0claws52
389 update gettext stuff to version 0.12
391 2003-06-19 [alfons] 0.9.0claws51
394 * src/common/plugin.c
395 move defs.h before glib.h to prevent MIN/MAX redefs
402 2003-06-19 [match] 0.9.0claws50
404 * src/addressbook.[ch]
406 * src/addr_compl.[ch]
408 * src/editldap_basedn.[ch]
411 re-implemented dynamic LDAP search. works without
412 slowdown on display sender with addressbook
417 2003-06-19 [paul] 0.9.0claws49
420 fix Bug #136 'Nonprovided quotation marks crash claws'
421 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
423 2003-06-19 [alfons] 0.9.0claws48
425 * src/prefs_common.[ch]
427 restrict threading by subject by checking thread for
428 age (prefs_common.thread_by_subject_max_age)
430 2003-06-18 [christoph] 0.9.0claws47
433 fix memory leak in imap_cmd_fetch()
435 2003-06-18 [christoph] 0.9.0claws46
438 fix memory leak in prefs_set_default() when used multiple
439 times or after prefs have been read
441 2003-06-18 [christoph] 0.9.0claws45
443 * src/common/plugin.c
444 fix memory leak in plugin_unload()
446 2003-06-18 [christoph] 0.9.0claws44
449 fix memory leak in imap_cmd_ok()
451 2003-06-18 [christoph] 0.9.0claws43
454 stop messages that are downloaded from POP3 and added to
455 an IMAP inbox from being filtered twice (first by POP3
456 and again when IMAP folder is scaned to get the UID of
457 the APPEND operation when no UIDPLUS is available)
466 * tools/launch_phoenix ** REMOVED **
467 tools/launch_firebird ** NEW **
468 renamed and edited to reflect the browser's name change from
469 'phoenix' to 'firebird'
471 2003-06-18 [paul] 0.9.0claws42
473 * sync with 0.9.2cvs2
474 see ChangeLog 2003-06-16
476 2003-06-17 [alfons] 0.9.0claws41
479 prevent threading problems when a node is an ancestor (parent / great parent),
480 which mostly happens with circular references (thanks to Phillipe Gramoullé
481 for finding an sample set of messages)
483 2003-06-16 [christoph] 0.9.0claws40
486 don't popup main window on --receive or --receive-all
488 * src/mainwindow.[ch]
489 * src/plugins/trayicon/trayicon.c
490 allow hiding of main window by clicking on the trayicon
491 (doesn't work correctly in seperate window mode and may
492 cause unexpected GTK problems I couldn't find yet)
495 remove incorrect warning
497 2003-06-15 [alfons] 0.9.0claws39
500 don't output debug text;
501 #ifdef out print_line() if not debugging (thanks to Martin Wicke
502 for pointing this out);
504 2003-06-14 [alfons] 0.9.0claws38
507 remove printf() and make one if..else comply with coding style
509 2003-06-14 [alfons] 0.9.0claws37
514 * src/messageview.[ch]
516 apply patch #754162 "Quoting messages filtered by actions" submitted
517 by Martin Wicke, which allows quoting message body changed by an
520 2003-06-13 [alfons] 0.9.0claws36
523 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
524 use case insensitive regexp (suggested by Ivan Martinez)
526 2003-06-13 [christoph] 0.9.0claws35
529 * src/plugins/trayicon/Makefile.am
530 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
531 * src/plugins/trayicon/trayicon.c
532 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
533 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
534 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
535 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
536 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
537 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
538 replace my own EggTrayIcon backport with the backport
539 used by (l|x)mule and gabber.
541 2003-06-13 [alfons] 0.9.0claws34
545 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
547 2003-06-13 [alfons] 0.9.0claws33
550 clean up a little bit
552 2003-06-12 [alfons] 0.9.0claws32
555 const correctness fix
557 * src/common/sylpheed.[ch]
559 prevent redef MIN/MAX
561 * src/common/utils.[ch]
564 2003-06-12 [melvin] 0.9.0claws31
567 Updated to take into accounts changes in GtkAspell.
569 2003-06-12 [alfons] 0.9.0claws30
573 * src/common/utils.[ch]
574 handle reply subject prefixes better (initial
575 suggestion by Robert Story adapted and enhanced
578 2003-06-12 [melvin] 0.9.0claws29
581 Use new gtkaspell_checkers_strerror() to get the speller's
582 error message instead of accessing the (now private)
587 Use #ifdef instead of #if for USE_ASPELL
588 Use the new spell checkers init/quit functions
590 * src/gtk/gtkaspell.c
591 Use #ifdef instead of #if for USE_ASPELL
592 Moved in the majority of GtkAspell structures that were
593 exported before by gtkaspell.h
595 * src/gtk/gktaspell.h
596 Made gtkaspell.h contain only the necessary data to be
597 publicized by moving many structures to gtkaspell.c.
598 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
599 gtkaspell_checkers_new(): replaced by...
600 gtkaspell_checkers_init(): new function for initialization
601 gtkaspell_checkers_delete(): replaced by...
602 gtkaspell_checkers_quit(): new function
603 gtkaspell_checkers_strerror(): new function that returns
604 the checker's last error message.
606 2003-06-11 [melvin] 0.9.0claws28
609 Updated to take into account gtkaspell.c migration to
610 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
612 2003-06-10 [alfons] 0.9.0claws27
618 - try fixing bug #18 (any brave testers?)
619 - add more robustness by refusing previously
620 unchecked NULL pointers
622 2003-06-10 [alfons] 0.9.0claws26
625 fix bug #176 by don't checking MsgInfos with a NULL msgid
627 2003-06-09 [alfons] 0.9.0claws25
630 fix bug #163 "Icon switching doesnt work properly" by
631 preventing early freeing of prefs_common.pixmap_theme_path.
633 2003-06-09 [christoph] 0.9.0claws24
635 * src/gtk/gtkaspell.c
636 revert Thorsten's fix and add forgotten g_strdup for
637 aspell path (it should not be possible to alter the path a
638 GtkASpell uses from outside)
640 2003-06-09 [thorsten] 0.9.0claws23
642 * src/gtk/gtkaspell.c
643 dont free prefs_common.aspell_path when closing compose
645 2003-06-08 [colin] 0.9.0claws22
647 * src/plugins/spamassassin/spamassassin.c
650 2003-06-07 [christoph] 0.9.0claws21
654 * src/gtkaspell.[ch] ** REMOVE **
655 * src/gtk/Makefile.am
656 * src/gtk/gtkaspell.[ch] ** NEW **
657 o make gtkaspell independent from sylpheed's prefs
658 o move gtkaspell.[ch] to gtk directory
660 2003-06-07 [christoph] 0.9.0claws20
665 * src/filesel.[ch] ** REMOVE **
668 * src/common/sylpheed.[ch]
669 * src/gtk/Makefile.am
670 * src/gtk/filesel.[ch] ** NEW **
671 * src/gtk/pluginwindow.c
672 * src/gtk/sslcertwindow.c
673 move filesel.[ch] to gtk directory
675 2003-06-07 [alfons] 0.9.0claws19
678 make (multi) file selection dialog work again (Claws-only)
680 2003-06-07 [thorsten] 0.9.0claws18
685 2003-06-07 [alfons] 0.9.0claws17
689 detect apache mishap in which case don't include fnmatch.h
690 if regex.h is already included
692 2003-06-06 [christoph] 0.9.0claws16
696 add check for fnmatch.h and include it when available
699 fix wrong case sensitivity of Content-Types
701 * src/gtk/Makefile.am
702 need the same include paths in gtk directory as in
703 common directory because .h files in common can
704 include files from these directories, when included
705 in gtk's .h or .c files
707 2003-06-06 [alfons] 0.9.0claws15
711 make it compile again because of regex.h / fnmatch.h
712 include problems (related to recent mime stuff, can
715 2003-06-06 [thorsten] 0.9.0claws14
718 possible use of uninitialized pointer while dragging
720 2003-06-06 [paul] 0.9.0claws13
723 fix bug where the insert sig button would be effective
724 only when auto_sig was set
726 2003-06-06 [paul] 0.9.0claws12
728 * sync with 0.9.2 release
730 2003-06-02 [paul] 0.9.0claws11
732 * sync with 0.9.1cvs1
733 see ChangeLog 2003-06-02
738 2003-06-01 [christoph] 0.9.0claws10
741 don't use substring search to find accounts by email address
743 (closes Bug 169 Overly loose matching of "From" address)
745 2003-05-31 [christoph] 0.9.0claws9
747 * doc-src/rfc2683.txt
749 limit IMAP command length as recommended in RFC2683
750 (message number lists will be split into multiple imap
751 sets, the limit of 1000 octets is not a hard limit)
753 (closes Bug 161 sylpheed-claws exits with segfault when logging
754 in to certain imap-servers)
756 2003-05-29 [alfons] 0.9.0claws8
759 add print button (calling summary_print());
760 fine tune setting tooltip text;
761 (if someone needs other buttons, please take these
762 commits as a guide, instead of bothering us - also
765 2003-05-29 [darko] 0.9.0claws7
768 fix crash when word wrapping kicks in due to
769 changed text by spell checker
771 2003-05-29 [paul] 0.9.0claws6
774 fix bug where changing account would insert
775 sig even if auto_sig was FALSE
780 sync with 0.9.1 release
782 2003-05-28 [christoph] 0.9.0claws5
785 fix truncation of too long commands
787 (closes Bug 167 IMAP hangs trying to get envelope
788 information in imap_get_uncached_messages)
790 2003-05-27 [paul] 0.9.0claws4
793 tools/maildir2sylpheed.pl ** NEW FILE **
794 add kmail to sylpheed mailbox conversion script
796 2003-05-27 [paul] 0.9.0claws3
798 * sync with 0.9.0cvs10
799 see ChangeLog 2003-05-26
801 2003-05-26 [paul] 0.9.0claws2
803 * sync with 0.9.0cvs9
804 see ChangeLog 2003-05-26
806 2003-05-24 [paul] 0.9.0claws1
808 * sync with 0.9.0cvs8
809 see ChangeLog 2003-05-23
811 2003-05-24 [paul] 0.9.0claws
813 * version 0.9.0claws released
815 2003-05-24 [paul] 0.8.11claws177
817 * src/plugins/dillo-viewer/Makefile.am
818 src/plugins/traycon/Makefile.am
828 update Bulgarian, British English, Spanish, Italian,
829 Brazilian Portuguese, Russian, and Serbian translations,
830 submitted by George Danchev, [me], Ricardo Mones Lastra,
831 André Filipe de Assunção e Brito, Alessandro Maestri,
832 Ruslan N. Balkin, and Urke MMI
834 2003-05-23 [melvin] 0.8.11claws176
837 Updated French translations
839 2003-05-22 [paul] 0.8.11claws175
850 src/editldap_basedn.c
854 revert to get ldap into it previous working state
857 new Taiwanese translation,
858 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
860 2003-05-22 [christoph] 0.8.11claws174
862 * src/plugins/spamassassin/libspamc.[ch]
863 sync libspamc with SpamAssaain release 2.55
865 2003-05-22 [paul] 0.8.11claws173
867 * sync with 0.9.0cvs7
868 see ChangeLog 2003-05-22
871 revert change in 0.8.11claws172: follow
872 Hiroyuki's decision and that's the end of it.
874 2003-05-21 [paul] 0.8.11claws172
877 fix discrepency between open_unread_on_enter
880 2003-05-21 [paul] 0.8.11claws171
882 * sync with 0.9.0cvs6
883 see ChangeLog 2003-05-21
885 2003-05-21 [paul] 0.8.11claws170
887 * sync with 0.9.0cvs5
888 see ChangeLog 2003-05-21
890 2003-05-20 [paul] 0.8.11claws169
892 * sync with 0.9.0cvs4
893 see ChangeLog 2003-05-20
894 fixes bug #152, 'encoding of IMAP folders names'
896 2003-05-20 [paul] 0.8.11claws168
898 * sync with 0.9.0cvs3
899 see ChangeLog 2003-05-20
901 * src/tools/convert_mbox.pl
902 minor change in the comments, submitted by Fred Marton
904 2003-05-19 [paul] 0.8.11claws167
906 * src/plugins/clamav/Makefile.am
908 link clamav_lib to the plugin and not to the main program
910 2003-05-19 [christoph]
913 add -export-dynamic for linking
915 2003-05-19 [paul] 0.8.11claws166
917 * sync with 0.9.0cvs1
918 see ChangeLog 2003-05-19
920 2003-05-19 [paul] 0.8.11claws165
923 fix 'pop before smtp' timeout
925 2003-05-18 [alfons] 0.8.11claws164
927 * src/prefs_matcher.c
928 put "execute" action command line ("expression") in edit box
930 2003-05-18 [christoph] 0.8.11claws163
933 * src/plugins/dillo_viewer/dillo_viewer.c
934 * src/plugins/image_viewer/viewer.c
935 * src/plugins/mathml_viewer/mathml_viewer.c
936 let a viewer have a list of Content-Types
938 2003-05-18 [paul] 0.8.11claws162
940 * src/prefs_filtering.c
941 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
944 2003-05-17 [christoph]
947 o remove dynamic signatures that was syned with main
948 o add infos about no longer "build in" image viewer
949 o update bugtracker URL
951 2003-05-17 [christoph] 0.8.11claws161
956 don't use imap_scan_folder anymore. Instead call folder_item_scan
957 for every folder after rebuilding the folder tree.
959 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
962 2003-05-17 [christoph] 0.8.11claws160
965 don't use STATUS command on current folder to check for
966 content changes. imap_cmd_ok() now tracks changes to
967 folder and number of existing messages.
969 2003-05-17 [paul] 0.8.11claws159
971 * src/plugins/clamav/clamav_plugin.c
972 remove unnecessary debug_print
974 2003-05-16 [thorsten] 0.8.11claws158
977 included missing intl.h
979 2003-05-16 [paul] 0.8.11claws157
982 remove non-existant entries
984 * src/plugins/clamav/clamav_plugin.c
985 src/plugins/clamav/clamav_plugin_gtk.c
986 src/plugins/dillo_viewer/dillo_prefs.c
987 src/plugins/dillo_viewer/dillo_viewer.c
990 2003-05-16 [christoph] 0.8.11claws156
993 include plugin .c files for translation until I
994 find a better solution to have plugins have their
996 * src/plugins/demo/demo.c
997 * src/plugins/image_viewer/plugin.c
998 * src/plugins/mathml_viewer/mathml_viewer.c
999 * src/plugins/spamassassin/spamassassin.c
1000 * src/plugins/spamassassin/spamassassin_gtk.c
1001 * src/plugins/trayicon/trayicon.c
1002 add gettext macros for plugin name and description
1008 2003-05-16 [paul] 0.8.11claws155
1010 * sync with lastest 0.9.0pre1
1011 see ChangeLog 2003-05-16
1013 2003-05-15 [paul] 0.8.11claws154
1015 * sync with latest 0.9.0pre1
1016 see ChangeLog 2003-05-14 and 2003-05-15
1018 2003-05-14 [christoph] 0.8.11claws153
1020 * src/plugins/image_viewer/viewer.c
1021 * src/plugins/image_viewer/viewer.glade ** NEW **
1022 * src/plugins/image_viewer/viewerprefs.c
1023 make it possible to disable the autoload function in the
1026 2003-05-14 [christoph] 0.8.11claws152
1029 fix folder update after adding a message
1031 2003-05-13 [alfons] 0.8.11claws151
1033 * src/common/session.c
1036 * src/addrcache.[ch]
1037 * src/filtering.[ch]
1039 * src/gtkaspell.[ch]
1041 * src/mbox_folder.[ch]
1046 * src/passphrase.[ch]
1047 * src/prefs_common.[ch]
1048 * src/prefs_gtk.[ch]
1051 be pedantic; (in prototypes () implies (int))
1053 2003-05-13 [alfons] 0.8.11claws150
1055 * src/prefs_toolbar.[ch]
1056 * src/summaryview.[ch]
1058 change misleading text in toolbar prefs;
1059 add toolbar action for ignore thread (toggles ignore thread flag);
1060 clean up a little bit;
1064 * tools/convert_mbox.pl
1065 bug fixed by Fred Marton
1069 * sync with 0.9.0pre1
1071 2003-05-09 [paul] 0.8.11claws149
1073 * sync with 0.8.11cvs43
1074 see ChangeLog 2003-05-09
1076 2003-05-08 [christoph] 0.8.11claws148
1079 o use CAPABILIY as first command and check for PREAUTH
1080 information in the response to it
1081 o rewrite all imap_cmd_* functions to use an IMAPSession
1082 instead of a SockInfo as parameter
1083 o do STARTTLS after fetching and checking the server
1086 2003-05-08 [paul] 0.8.11claws147
1090 tools/convert_mbox.pl ** NEW FILE **
1091 add mbox conversion script. Submitted by
1092 Fred Marton <Fred.Marton@uni-bayreuth.de>
1094 2003-05-07 [christoph]
1097 * src/gtk/pluginwindow.glade
1098 * src/plugins/image_viewer/viewerprefs.glade
1099 * src/plugins/spamassassin/spamassassin_gtk.glade
1100 add glade files for user interfaces and a description how
1101 to use glade to create the sylpheed code
1103 2003-05-07 [paul] 0.8.11claws146
1105 * sync with 0.8.11cvs41
1106 see ChangeLog 2003-05-07
1108 2003-05-06 [christoph] 0.8.11claws145
1111 * src/plugins/image_viewer/viewer.c
1112 fix usage of imlib in imageviewer plugin
1114 * src/gtk/prefswindow.c
1115 handle window close event correctly
1117 2003-05-06 [paul] 0.8.11claws144
1120 fix typo introduced in sync
1122 2003-05-06 [paul] 0.8.11claws143
1124 * sync with 0.8.11cvs39
1125 see ChangeLog 2003-05-06
1127 2003-05-06 [paul] 0.8.11claws142
1131 updated Czech translation, submitted by
1132 Radek Vybiral <Radek.Vybiral@vsb.cz>
1134 * src/plugins/clamav/clamav_plugin_gtk.c
1137 2003-05-03 [alfons] 0.8.11claws141
1140 make paste as quotation work even when the call to
1141 text_inserted() was deferred (fixes bug #140 "Paste
1142 as quotation does not work when using "external"
1145 2003-05-03 [thorsten] 0.8.11claws140
1150 removed C++ comments
1152 function with non-int retval/param used before
1153 implementation/declaration
1155 2003-05-02 [paul] 0.8.11claws139
1157 * src/addr_compl.[ch]
1158 src/addressbook.[ch]
1161 revert match's changes to (finally) remove the bug where
1162 opening a folder causes massive slowdown when using the
1163 'Display sender using address book' option
1165 2003-05-01 [melvin] 0.8.11claws138
1167 * src/plugins/dillo_viewer/dillo_prefs.[ch]
1168 * src/plugins/dillo_viewer/dillo_viewer.c
1169 Fixed bug where "Cancel" button from prefs issued
1171 Comply a little more to coding style
1173 2003-05-01 [paul] 0.8.11claws137
1175 * sync with 0.8.11cvs38
1176 see ChangeLog 2003-05-01
1178 2003-05-01 [paul] 0.8.11claws136
1181 updated by George Danchev
1183 2003-04-30 [christoph] 0.8.11claws135
1185 * src/plugins/dillo_viewer/dillo_prefs.c
1186 * src/plugins/image_viewer/viewerprefs.c
1187 * src/plugins/spamassassin/spamassassin_gtk.c
1188 remove gtk_widget_ref() calls for widgets in
1191 2003-04-30 [paul] 0.8.11claws134
1194 ok, this time a better fix for the bug where opening folder
1195 has massive slowdown when using the 'Display sender using
1196 address book' option
1198 2003-04-30 [paul] 0.8.11claws133
1201 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1203 2003-04-30 [melvin] 0.8.11claws132
1205 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1207 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1208 Preferences for the dillo plugin
1209 * src/plugins/dillo_viewer/dillo_viewer.c
1210 Support for preferences
1211 * src/plugins/dillo_viewer/Makefile.am
1212 Added dillo_prefs.[ch]
1214 2003-04-30 [alfons] 0.8.11claws131
1216 * src/common/plugin.[ch]
1217 see? this ANSI C'fication immediately gives us type
1220 2003-04-30 [alfons] 0.8.11claws130
1222 * src/common/plugin.[ch]
1223 * src/plugins/clamav/clamav_plugin.[ch]
1224 * src/plugins/clamav/clamav_plugin_gtk.c
1225 * src/plugins/demo/demo.c
1226 * src/plugins/dillo_viewer/dillo_viewer.c
1227 * src/plugins/image_viewer/plugin.c
1228 * src/plugins/image_viewer/viewer.[ch]
1229 * src/plugins/image_viewer/viewerprefs.[ch]
1230 * src/plugins/mathml_viewer/mathml_viewer.c
1231 * src/plugins/spamassassin/spamassassin.[ch]
1232 * src/plugins/spamassassin/spamassassin_gtk.c
1233 * src/plugins/trayicon/trayicon.c
1236 2003-04-30 [alfons] 0.8.11claws129
1238 * src/common/utils.c
1239 make is_ascii_str() fail gracefully when NULL pointer
1242 2003-04-30 [paul] 0.8.11claws128
1245 fix bug where opening folder has massive slowdown when
1246 using the 'Display sender using address book' option
1248 2003-04-30 [paul] 0.8.11claws127
1250 * src/plugins/clamav/clamav_plugin.c
1251 src/plugins/clamav/clamav_plugin_gtk.c
1252 src/plugins/demo/demo.c
1253 src/plugins/dillo_viewer/dillo_viewer.c
1254 src/plugins/image_viewer/plugin.c
1255 src/plugins/mathml_viewer/mathml_viewer.c
1256 src/plugins/spamassassin/spamassassin.c
1257 src/plugins/spamassassin/spamassassin_gtk.c
1258 src/plugins/trayicon/trayicon.c
1259 get rid of eye-hurting function signatures
1261 2003-04-30 [paul] 0.8.11claws126
1263 * src/plugins/trayicon/trayicon.c
1269 2003-04-30 [paul] 0.8.11claws125
1272 arrange the plugins in reverse alphabetical order
1274 * src/plugins/clamav/clamav_plugin.[ch]
1275 src/plugins/clamav/clamav_plugin_gtk.c
1277 resize max_size window
1278 re-arrange the order of some gui elements
1279 improve descriptions
1281 * src/plugins/image_viewer/plugin.c
1282 src/plugins/mathml_viewer/mathml_viewer.c
1285 * src/plugins/spamassassin/spamassassin_gtk.c
1286 resize max_size window
1287 re-arrange the order of some gui elements
1293 2003-04-30 [alfons] 0.8.11claws124
1296 fix a leak found while browsing Martin Kluge's
1297 valgrind log (Claws only)
1299 2003-04-29 [darko] 0.8.11claws123
1301 * src/gtk/gtkstext.h
1302 include wchar.h if it is available, fixes compilation
1305 2003-04-29 [melvin] 0.8.11claws122
1307 * src/prefs_actions.c
1308 Improved help text of Actions' syntax
1310 2003-04-28 [paul] 0.8.11claws121
1313 a better fix for the crash when performing an action
1316 2003-04-28 [paul] 0.8.11claws120
1319 fix crash when performing an action on a
1322 2003-04-28 [paul] 0.8.11claws119
1324 * sync with 0.8.11cvs36
1325 see ChangeLog 2003-04-28
1327 2003-04-27 [paul] 0.8.11claws118
1329 * more sync with 0.8.11cvs35
1330 see ChangeLog 2003-04-25
1332 2003-04-26 [christoph] 0.8.11claws117
1335 fix remove virtual check
1337 2003-04-26 [paul] 0.8.11claws116
1340 fix return-receipt, make it work again
1342 2003-04-26 [paul] 0.8.11claws115
1345 restore double-clicking of the [application/pgp-signature
1346 (Select "Check signature" to check)] line in the message view,
1347 broken in recent sync
1349 2003-04-26 [christoph] 0.8.11claws114
1352 check if remove virtual really exists before
1353 calling the function
1355 2003-04-25 [match] 0.8.11claws113
1359 * src/ldapquery.[ch]
1362 * src/ldapserver.[ch]
1363 fix memleak. fix segfault.
1364 plug a Claws memleak
1366 2003-04-25 [alfons] 0.8.11claws112
1369 plug a Claws memleak
1371 2003-04-25 [alfons] 0.8.11claws111
1373 * src/common/session.c
1376 2003-04-25 [paul] 0.8.11claws110
1378 * sync with 0.8.11cvs35
1379 see ChangeLog 2003-04-24 and 2003-04-25
1381 * src/gtk/pluginwindow.c
1382 correct another strange float value
1384 2003-04-24 [christoph] 0.8.11claws109
1387 freeze folder item updates when unsetting new flags
1389 * src/gtk/pluginwindow.c
1390 correct strange float value
1392 2003-04-23 [paul] 0.8.11claws108
1394 * sync with 0.8.11cvs33
1395 see ChangeLog 2003-04-23
1397 2003-04-22 [paul] 0.8.11claws107
1402 src/pgptext.[ch] ** REMOVED **
1403 remove pgptext.[ch] as its not used any more
1405 2003-04-22 [paul] 0.8.11claws106
1407 * sync with 0.8.11cvs31
1408 see ChangeLog 2003-04-21 and 2003-04-22
1410 2003-04-21 [alfons] 0.8.11claws105
1413 No access to GTK structures if we're a spawned child
1414 (and clean up code a little bit...) Should fix #126.
1416 2003-04-21 [melvin] 0.8.11claws104
1418 * src/plugins/dillo_viewer/README
1419 Improved slightly the text.
1421 2003-04-21 [melvin] 0.8.11claws103
1423 * src/plugins/dillo_viewer/README *** NEW ***
1424 Added a README file for the Dillo plugin
1429 tools/outlook2sylpheed.pl
1430 updated and improved by Ricardo Mones Lastra
1432 2003-04-18 [oliver] 0.8.11claws102
1435 * src/prefs_account.h
1436 remove Pop3SessionType (used by selective download)
1437 * src/prefs_toolbar.c
1438 enable set Default Toolbar button
1440 2003-04-18 [paul] 0.8.11claws101
1442 * sync with 0.8.11cvs29
1443 see ChangeLog 2003-04-18
1445 2003-04-17 [paul] 0.8.11claws100
1447 * src/prefs_common.[ch]
1449 remove 'Open next message on deletion' option,
1450 as the same effect can now be achieved via the
1451 'Always open messages in summary when selected'
1454 2003-04-17 [paul] 0.8.11claws99
1456 * sync with 0.8.11cvs28
1457 see ChangeLog 2003-04-17
1459 2003-04-17 [christoph] 0.8.11claws98
1461 * ac/spamassassin.m4
1462 * src/plugins/spamassassin/libspamc.[ch]
1463 * src/plugins/spamassassin/utils.[ch]
1464 sync libspamc with SpamAssassin project
1466 2003-04-17 [christoph] 0.8.11claws97
1468 * src/common/socket.h
1469 * src/gtk/sslcertwindow.h
1470 rename old USE_SSL to USE_OPENSSL
1472 2003-04-17 [paul] 0.8.11claws96
1474 * src/prefs_common.h
1475 use gulong for P_COLOR so that it compiles/runs on
1476 64-bit systems. Patch submitted by James Noyes
1477 <jnoyes-claws@retrogeeks.com>
1482 2003-04-17 [paul] 0.8.11claws95
1484 * sync with 0.8.11cvs27
1485 see ChangeLog 2003-04-16
1487 2003-04-15 [paul] 0.8.11claws94
1489 * src/prefs_common.[ch]
1490 rearrange to stop the window getting too long:
1491 move Receive dialog stuff to Receive tab
1492 move Send dialog to Send tab
1493 remove Dialogs frame
1494 rename 'Open messages in summary with cursor keys' to
1495 'Always open messages in summary when selected', as its
1498 2003-04-15 [paul] 0.8.11claws93
1500 * src/prefs_common.[ch]
1502 add new option '/Interface/Open next message on deletion'
1504 2003-04-15 [paul] 0.8.11claws92
1506 * src/summaryview.[ch]
1507 add /Mark/Lock and /Mark/Unlock to the pop-up
1508 menu. Patch submitted by Ivan Francolin Martinez
1509 <ivanfm@users.sourceforge.net>
1511 2003-04-15 [paul] 0.8.11claws91
1513 * sync with 0.8.11cvs24
1514 see ChangeLog 2003-04-15
1516 2003-04-14 [jens] 0.8.11claws90
1518 * updated German translation and some corrections from
1519 Roland Bless <bless@tm.uka.de>
1521 2003-04-14 [paul] 0.8.11claws89
1523 * sync with 0.8.11cvs22
1524 see ChangeLog 2003-04-14
1526 2003-04-13 [paul] 0.8.11claws88
1528 * src/plugins/clamav/clamav_plugin.c
1532 2003-04-12 [paul] 0.8.11claws87
1534 * src/plugins/clamav/clamav_plugin.c
1535 activate enable/disable archive scanning option
1537 * src/plugins/clamav/.cvsignore ** NEW FILE **
1539 2003-04-12 [paul] 0.8.11claws86
1541 * src/plugins/Makefile.am
1542 src/plugins/clamav/Makefile.am ** NEW FILE **
1543 src/plugins/clamav/README ** NEW FILE **
1544 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
1545 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
1546 add Clam AntiVirus plugin
1548 2003-04-12 [paul] 0.8.11claws85
1550 * sync with 0.8.11cvs21
1551 see ChangeLog 2003-04-11
1553 2003-04-11 [paul] 0.8.11claws84
1556 update Spanish translation. Submitted by Ricardo
1559 2003-04-10 [christoph] 0.8.11claws83
1562 fix typo that did not move unfiltered mails to destination
1565 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1566 when filtering from spool)
1568 2003-04-10 [christoph] 0.8.11claws82
1571 use BODY.PEEK instead of BODY in in message fetch operation
1572 to make sure the IMAP server does not set the \Seen flag for
1573 messages. Sylpheed does that later itself, when the message
1574 is opened in sylpheed
1576 (closes Bug 111 Claws destroys unread marks)
1578 2003-04-09 [oliver] 0.8.11claws81
1581 fix crash in folder_destroy
1583 remove selective download
1585 2003-04-09 [christoph] 0.8.11claws80
1588 fix crash in imap_get_msginfo() when then fetched message
1591 (closes Bug 110 Crash during mail composition)
1593 2003-04-08 [christoph] 0.8.11claws79
1596 * src/prefs_account.c
1597 Filter new messages that are found in an INBOX folder
1598 when 'Filter messages on receiving' is enabled in the
1599 Folder's AccountPrefs. This allows to use Sylpheed's
1600 filtering engine for IMAP folders where messages are
1601 added to the INBOX by a MTA
1603 2003-04-08 [paul] 0.8.11claws78
1606 clean up after last commit
1608 2003-04-08 [paul] 0.8.11claws77
1610 * sync with 0.8.11cvs20
1611 see ChangeLog 2003-04-07 and 2003-04-08
1613 2003-04-07 [christoph] 0.8.11claws76
1615 * src/filtering.[ch]
1619 add procmsg_msginfo_filter() to execute filtering actions
1621 2003-04-06 [christoph] 0.8.11claws75
1624 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1626 2003-04-06 [christoph] 0.8.11claws74
1628 * src/common/utils.[ch]
1629 add g_int_compare() function for slist sorting
1632 fetch all MsgInfos with one command in imap_get_msginfos()
1633 using an imap set with a list of ranges
1636 use new g_int_compare() function
1638 2003-04-06 [thorsten] 0.8.11claws73
1641 corrected implementation of mh_folder_destroy()
1643 2003-04-05 [christoph] 0.8.11claws72
1660 * src/gtk/gtkutils.c
1661 o rename structure field names class and new to klass and
1662 new_msgs, to allow including files in C++
1663 o add 'extern "C"' block to some header files
1664 o add MsgInfoList and MsgNumberList as alias for GSList for
1665 developers to know what type of list is expected
1667 * src/plugins/image_viewer/plugin.c
1668 * src/plugins/image_viewer/viewer.[ch]
1669 * src/plugins/image_viewer/viewerprefs.[ch]
1670 rename function names to prevent conflicts
1672 2003-04-05 [paul] 0.8.11claws71
1674 * sync with 0.8.11cvs18
1675 see ChangeLog 2003-04-03 and 2003-04-04
1677 2003-04-02 [christoph] 0.8.11claws70
1681 * src/mbox_folder.[ch]
1684 o Make all virtual folder functions private
1685 o remove unused folder code
1687 * src/common/socket.[ch]
1691 2003-03-30 [alfons] 0.8.11claws69
1693 * src/send_message.c
1694 remove two debug traces and see if people still report
1697 2003-03-30 [alfons] 0.8.11claws68
1699 * src/send_message.c
1700 * src/commons/session.c
1701 add more debug traces
1703 2003-03-30 [christoph] 0.8.11claws67
1706 change processing folder name from .processing to processing
1709 disable SSL certificate check because it causes Xlib error
1710 when the child process want's to open an GTK window
1712 2003-03-30 [christoph] 0.8.11claws66
1715 don't use default folder for processing folder item because
1716 it can be a non local folder
1718 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1720 2003-03-30 [alfons] 0.8.11claws65
1722 * src/send_message.c
1723 try fixing crashes when sending messages: my gcc 2.95.4 seems
1724 to generate bad code for 'send_send_data_progressive': When
1725 called from 'send_send_data_finished', the 'data' pointer is
1726 cleared just before the assignment to the dialog pointer
1728 2003-03-29 [christoph] 0.8.11claws64
1730 * src/common/prefs.h
1731 * src/plugins/image_viewer/Makefile.am
1732 * src/plugins/image_viewer/plugin.c
1733 * src/plugins/image_viewer/viewer.[ch]
1734 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
1735 add PrefsPage for ImageViewer
1737 2003-03-28 [thorsten] 0.8.11claws63
1739 * src/common/session.c
1742 2003-03-28 [paul] 0.8.11claws62
1744 * sync with 0.8.11cvs16
1745 see ChangeLog 2003-03-28
1747 2003-03-28 [paul] 0.8.11claws61
1749 * sync with 0.8.11cvs15
1750 see ChangeLog 2003-03-28
1752 2003-03-27 [christoph] 0.8.11claws60
1756 * src/common/socket.[ch]
1757 set socket state to DISCONNECTED when any operation
1758 fails to allow reconnecting in IMAP code without
1759 checking the return code of all calls to the command
1764 remove some more stuff that depends on specific
1767 2003-03-27 [paul] 0.8.11claws59
1769 * sync with 0.8.11cvs14
1770 see ChangeLog 2003-03-27
1772 * src/selective_download.[ch] ** REMOVED **
1775 2003-03-27 [christoph] 0.8.11claws58
1778 fix handling of tmp_flags in flag copy function
1780 2003-03-27 [paul] 0.8.11claws57
1782 * sync with 0.8.11cvs13
1783 see ChangeLog 2003-03-27
1785 2003-03-27 [oliver] 0.8.11claws56
1788 remove sel_download_cb
1790 2003-03-27 [oliver] 0.8.11claws55
1795 2003-03-26 [oliver] 0.8.11claws54
1800 remove selective donwload readme
1802 2003-03-26 [oliver] 0.8.11claws53
1804 * src/matcher_parser_parse.y
1806 * src/prefs_account.[ch]
1807 * src/prefs_filtering.c
1808 remove selective donwload
1810 2003-03-26 [oliver] 0.8.11claws52
1815 remove selective donwload
1817 2003-03-26 [oliver] 0.8.11claws51
1820 * src/selective_download.[ch] ** REMOVE **
1822 2003-03-26 [christoph] 0.8.11claws50
1825 fix NEWS that got broken by a sync with sylpheed-main
1827 2003-03-26 [christoph] 0.8.11claws49
1830 fix mime type guessing when no mime type is found for a file
1832 2003-03-25 [christoph] 0.8.11claws48
1836 remove mime type guessing from mime parser and use
1837 name based mime types in viewer lookup for mime type
1838 application/octet-stream
1840 2003-03-25 [christoph] 0.8.11claws47
1842 * doc-src/readme.txt
1843 * doc-src/rfc2554.txt
1844 add RFC about SMTP AUTH
1846 * src/send_message.c
1847 * src/common/smtp.[ch]
1848 add extra error code for authentication errors and
1849 clear temporary password when this error occurs
1851 (closes Bug 84 authentication failure while sending should
1852 prompt for password again)
1854 2003-03-25 [christoph] 0.8.11claws46
1858 * src/imageview.[ch] ** REMOVE **
1859 * src/messageview.[ch]
1861 * src/prefs_common.[ch]
1863 * src/plugins/Makefile.am
1864 * src/plugins/image_viewer/.cvsignore ** NEW **
1865 * src/plugins/image_viewer/Makefile.am ** NEW **
1866 * src/plugins/image_viewer/plugin.c ** NEW **
1867 * src/plugins/image_viewer/viewer.[ch] ** NEW **
1868 move image viewer into a plugin (building is enabled by default)
1869 [ToDo: Prefs for resize and autoview]
1871 2003-03-25 [paul] 0.8.11claws45
1873 * sync with 0.8.11cvs12
1874 see ChangeLog 2003-03-26
1876 2003-03-25 [paul] 0.8.11claws44
1878 * sync with 0.8.11cvs11
1879 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1881 Note: Selective Download is broken.
1883 2003-03-22 [christoph] 0.8.11claws43
1886 code cleanup for flags copying
1888 2003-03-22 [christoph] 0.8.11claws42
1890 * src/plugins/trayicon/trayicon.c
1891 fix setting the transparent area when the window size
1892 is forced by the system tray
1894 2003-03-22 [christoph] 0.8.11claws41
1896 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
1897 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
1898 * src/plugins/trayicon/newmail.xpm ** NEW **
1899 * src/plugins/trayicon/nomail.xpm ** NEW **
1900 * src/plugins/trayicon/trayicon.c
1901 * src/plugins/trayicon/unreadmail.xpm ** NEW **
1902 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1903 o add icon for unread mails
1904 o set transparency for window
1906 2003-03-22 [christoph] 0.8.11claws40
1909 init news session to prevent crash when session is closed
1911 2003-03-22 [christoph] 0.8.11claws39
1914 * src/common/session.[ch]
1915 Init session data to make sure we don't have invalid pointers
1916 for read_ch and write_ch when new multi process sessions are
1920 * src/common/plugin.c
1921 * src/common/sylpheed.c
1922 * src/plugins/demo/demo.c
1923 * src/plugins/dillo_viewer/dillo_viewer.c
1924 * src/plugins/mathml_viewer/mathml_viewer.c
1925 * src/plugins/spamassassin/spamassassin.c
1926 * src/plugins/spamassassin/spamassassin_gtk.c
1927 add plugin types to allow loading plugins at different times
1928 (and maybe for different frontends), because it's not good to
1929 load GTK-Plugins gefore gtk_init was called
1932 * src/plugins/Makefile.am
1933 * src/plugins/trayicon/.cvsignore ** NEW **
1934 * src/plugins/trayicon/Makefile.am ** NEW **
1935 * src/plugins/trayicon/eggtrayicon.c ** NEW **
1936 * src/plugins/trayicon/eggtrayicon.h ** NEW **
1937 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
1938 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
1939 * src/plugins/trayicon/trayicon.c ** NEW **
1940 New Trayicon plugin that shows an icon in a systray that uses
1941 XEMBED protocol like Gnome's systray. Icon shows if there
1942 are new mails and a tooltip shows information about new,
1943 unread and total messages.
1945 2003-03-22 [paul] 0.8.11claws38
1948 fix ESMTP AUTH CRAM-MD5
1949 [sync with main (still version 0.8.11cvs6), see
1950 ChangeLog 2003-03-22]
1952 2003-03-21 [colin] 0.8.11claws37
1954 * src/send_message.c
1955 Fix USE_SSL => USE_OPENSSL
1957 2003-03-21 [colin] 0.8.11claws36
1960 Fix counts in drag and dropped subfolders
1962 2003-03-21 [colin] 0.8.11claws35
1966 speed up a bit folder dnd
1968 2003-03-20 [alfons] 0.8.11claws34
1973 don't send locked queue messages
1974 (feature request "[ 705245 ] Locking message in outbox
1975 should prevent sending")
1977 2003-03-20 [christoph] 0.8.11claws33
1980 remove NEW and UNREAD flag in special folders when scanning
1983 fix ESMTP AUTH CRAM-MD5
1985 2003-03-20 [paul] 0.8.11claws32
1987 * src/prefs_account.c
1988 Re-write 'Tunnel command to open connection' as
1989 'Use command to communicate with server', and disable
1990 it for all except IMAP accounts
1992 2003-03-20 [paul] 0.8.11claws31
1994 * sync with 0.8.11cvs6
1995 see ChangeLog 2003-03-20
1997 2003-03-19 [match] 0.8.11claws30
2000 include documentation. minor refactoring.
2001 * src/addr_compl.[ch]
2002 * src/addrindex.[ch]
2003 * src/addresbook.[ch]
2005 re-enable address lookup (was disabled in
2008 2003-03-19 [christoph] 0.8.11claws29
2011 add temp flag handling, will make moving and copying
2012 messages possible again
2015 correct calulation of folder stats
2017 2003-03-18 [match] 0.8.11claws28
2020 remove case sensitive comparison (closes bug 80).
2022 2003-03-18 [christoph] 0.8.11claws27
2025 fix imap using a tunnel command
2029 2003-03-18 [christoph] 0.8.11claws26
2034 rewrite flag handling for folders
2036 2003-03-18 [christoph] 0.8.11claws25
2041 unset NEW and UNREAD flags when message is ignored, to make
2042 sure messages don't show up as unread on other IMAP clients,
2043 because the IGNORE_THREAD flag can not be syncronized through
2046 2003-03-17 [christoph] 0.8.11claws24
2049 don't use recursion to fetch uids when the number of messages
2050 does not match. Moved code into subfunction that is used
2051 again when needed, to prevent an endless loop.
2053 2003-03-17 [thorsten] 0.8.11claws23
2055 * src/imageview.[ch]
2056 export imageview_get_resized_size() (for plugins)
2057 * src/prefs_common.[ch]
2058 added prefs_common_get() (for plugins)
2060 2003-03-17 [christoph] 0.8.11claws22
2063 o remove UID guessing from copy code
2064 o support UIDPLUS extension for APPEND command
2066 2003-03-17 [paul] 0.8.11claws21
2069 remove 'Compiled-plugins' section.
2071 * src/plugins/dillo_viewer/dillo_viewer.c
2072 slight change to description text
2074 2003-03-16 [match] 0.8.11claws20
2075 * src/ldapserver.[ch] ** NEW **
2076 * src/ldapctrl.[ch] ** NEW **
2077 * src/ldapquery.[ch] ** NEW **
2078 * src/ldaputil.[ch] ** NEW **
2079 * src/addrcindex.[ch] ** NEW **
2080 * src/addrquery.h ** NEW **
2082 * src/addrcache.[ch]
2083 * src/addrindex.[ch]
2084 * src/addr_compl.[ch]
2085 * src/addressbook.[ch]
2090 * src/editldap_basedn.c
2094 included dynamic LDAP queries. improved address
2097 2003-03-16 [paul] 0.8.11claws19
2099 * tools/multiwebsearch.pl
2102 2003-03-16 [christoph] 0.8.11claws18
2105 * src/plugins/dillo_viewer/dillo_viewer.c
2106 * src/plugins/mathml_viewer/mathml_viewer.c
2107 make unregistering of MimeViewerFactorys possible
2109 2003-03-16 [alfons] 0.8.11claws17
2114 2003-03-16 [melvin] 0.8.11claws16
2116 * src/plugins/dillo_viewer.c
2117 Fixed bug where it was not possible to view more than
2118 one text/html attachment per message (bug discovered
2119 by Christoph Hohmann).
2121 2003-03-15 [melvin] 0.8.11claws15
2123 * src/prefs_actions.c
2124 Fixed compilation warnings.
2126 2003-03-15 [melvin] 0.8.11claws14
2128 * src/plugins/Makefile.am
2129 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2130 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2131 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2132 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2133 newer (http://dillo.auriga.wearlab.de/).
2135 2003-03-15 [christoph] 0.8.11claws13
2138 don't query imap folder for attributes because we already
2139 for them from imap_status
2142 add support for plugable MimeViewers (unloading Viewers
2145 * src/plugins/Makefile.am
2146 * src/plugins/mathml_viewer/.cvsignore ** NEW **
2147 * src/plugins/mathml_viewer/Makefile.am ** NEW **
2148 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
2149 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2150 widget from http://helm.cs.unibo.it/mml-widget/
2152 2003-03-14 [christoph] 0.8.11claws12
2155 o error return code's should better be negative
2156 o replace printf with debug_print
2159 improve IMAP folder scan by checking UID-NEXT
2162 remove check that are unnecessary in my opinion
2164 2003-03-13 [christoph] 0.8.11claws11
2173 * src/prefs_scoring.c
2175 use a common function to get a displayable name
2178 2003-03-13 [paul] 0.8.11claws10
2182 tools/multiwebsearch.conf ** NEW FILE **
2183 tools/multiwebsearch.pl ** NEW FILE **
2184 add multiwebsearch Actions script
2186 2003-03-13 [colin] 0.8.11claws9
2189 Remove leading emtpy lines from quoted text
2192 2003-03-13 [melvin] 0.8.11claws8
2194 * src/prefs_actions.c
2197 Added Cancel and OK buttons
2200 2003-03-13 [christoph] 0.8.11claws7
2210 replace more folder type stuff with folder class stuff
2212 2003-03-13 [melvin] 0.8.11claws6
2214 * src/prefs_actions.c
2216 %u: user provided argument
2217 %h: user provided argument (hidden on input)
2218 %s: current text selection in the message view
2220 2003-03-13 [paul] 0.8.11claws5
2222 * sync with 0.8.11cvs5
2223 see ChangeLog 2003-03-11, 2003-03-12
2225 2003-03-12 [christoph] 0.8.11claws4
2228 use folder class idstr when writing folderlist.xml
2233 replace folder type checks with folder class checks
2235 2003-03-12 [christoph] 0.8.11claws3
2240 * src/mbox_folder.[ch]
2243 o create a list of known folder classes in the folder system
2244 o use folder class id strings for folder item identifiers
2246 2003-03-12 [christoph] 0.8.11claws2
2249 fix imap uid validity check
2251 2003-03-12 [christoph] 0.8.11claws1
2262 * src/prefs_scoring.c
2266 initial restructuring of folder system, seperating
2267 folders and folder classes
2269 2003-03-12 [paul] 0.8.11claws
2273 2003-03-12 [christoph]
2275 * src/gtk/prefswindow.c
2276 fix translation of "Page Index"
2278 2003-03-12 [paul] 0.8.10claws110
2280 a sync from 0.8.11cvs4 before the release
2282 * src/common/utils.c
2283 subject_compare_for_sort(): allow null strings (fixes
2286 2003-03-11 [paul] 0.8.10claws109
2289 update Spanish translation, submitted by
2290 Ricardo Mones Lastra
2292 2003-03-11 [melvin] 0.8.10claws108
2295 Updated French translations
2297 2003-03-11 [paul] 0.8.10claws107
2299 * manual/en/Makefile.am
2301 update English manual, add a new page
2302 updated by Francois Barriere <fbarriere@atmel.fr>
2307 update Bulgarian, Italian, and Serbian translations
2308 submitted by George Danchev, Alessandro Maestri, and
2311 2003-03-10 [paul] 0.8.10claws106
2314 src/gtk/prefswindow.c
2315 make some strings translatable
2317 2003-03-10 [darko] 0.8.10claws105
2320 code cleanup to make Hiro happy
2322 2003-03-10 [paul] 0.8.10claws104
2324 * sync with 0.8.11cvs2
2325 see ChangeLog 2003-03-10
2327 2003-03-09 [melvin] 0.8.10claws103
2330 textview_set_font(): fix for message display in
2331 UTF-8 locales (thanks to Sergey Vlasov).
2332 (was unintentionnaly reverted in 0.8.6claws6)
2334 2003-03-08 [darko] 0.8.10claws102
2337 fix infinite loop in wrapping as reported
2339 obsoletes patch #696482
2341 2003-03-08 [christoph] 0.8.10claws101
2344 add workaround for IMAP servers that do not
2345 support the "UID SEARCH UID" command
2347 2003-03-07 [christoph] 0.8.10claws100
2349 * src/plugins/spamassassin/spamassassin.[ch]
2350 * src/plugins/spamassassin/spamassassin_gtk.c
2353 2003-03-07 [paul] 0.8.10claws99
2356 updated Spanish translation, submitted by
2357 Ricardo Mones Lastra
2359 2003-03-07 [christoph] 0.8.10claws98
2362 fix in 0.8.10claws94 was wrong
2363 local delivery does not require escaping, remove escaping
2364 code to make signatures of mails with "." lines valid
2366 NOTE: requires that sendmail is executed with "-i" option,
2367 what is the default now, but has to be changed in all
2370 2003-03-07 [paul] 0.8.10claws97
2372 * sync with 0.8.11 release
2373 see ChangeLog 2003-03-07
2375 2003-03-06 [paul] 0.8.10claws96
2378 revert commit 0.8.10claws92
2380 2003-03-06 [paul] 0.8.10claws95
2383 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2386 fix bug 74, 'Crash opening editor window with pseudo-color
2389 Patches submitted by Kevin Vigor <kevin@vigor.nu>
2391 2003-03-06 [christoph] 0.8.10claws94
2394 fix rfc2821 (4.5.2) violation in SMTP data sending,
2395 all lines starting with a period get an extra period
2397 (found by Simon 'corecode' Schubert)
2399 2003-03-06 [paul] 0.8.10claws93
2402 if configured font can't be loaded fall back to gtk
2403 default. (with thanks to Christoph)
2405 closes long-standing bug 15 'Crashes on startup'
2407 2003-03-06 [paul] 0.8.10claws92
2410 freeze text before autosave and thaw afterwards
2411 fixes bug 67 'autosave make re-rediting message crazy'
2413 2003-03-06 [christoph] 0.8.10claws91
2416 ignore address comment in dupe check for Cc-list
2418 (closes reopened bug 47 Replying to message strips name part of
2419 e-mail addresses of Cc: lines)
2421 2003-03-06 [paul] 0.8.10claws90
2424 remove reference to gtkxtext.h as its no longer in
2427 2003-03-06 [paul] 0.8.10claws89
2429 * sync with 0.8.10cvs25
2430 see ChangeLog 2003-03-06
2432 2003-03-06 [oliver] 0.8.10claws88
2437 2003-03-06 [oliver] 0.8.10claws87
2440 remove changes introduced inclaws74
2442 another attempt to sanely delete and update
2443 messages deleted in separate messageview
2445 2003-03-05 [christoph] 0.8.10claws86
2448 check if "From" matches any account's address if
2449 addressbook completion of addresses is disabled too
2451 (closes Bug 70 "Display recipient in from" doesn't check
2452 folder's default account)
2454 2003-03-05 [christoph] 0.8.10claws85
2457 * src/common/utils.[ch]
2458 don't strip address comments when building Cc lists
2460 (closes Bug 47 Replying to message strips name part of e-mail addresses
2464 fix return value of copy function
2466 2003-03-05 [christoph] 0.8.10claws84
2469 don't ask imap server for non rfc822 headers
2471 (closes bug 71 IMAP FETCH asks for FROM header field twice)
2474 destroy session on socket error to allow reconnecting
2476 2003-03-05 [christoph] 0.8.10claws83
2479 fix building with gnome when no prefix is set
2481 (closes bug 66 Gnome directory is set to NONE)
2483 2003-03-05 [paul] 0.8.10claws82
2485 * sync with 0.8.10cvs23
2486 see ChangeLog 2003-03-05
2488 2003-03-04 [christoph] 0.8.10claws81
2491 o fix moving and copying when folder returns 0 for new
2493 o remove some code for single message copy and move
2494 operations and use functions for multiple messages
2496 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2499 remove unused include
2501 2003-03-04 [paul] 0.8.10claws80
2504 list 'Compiled plugins'
2506 2003-03-03 [christoph] 0.8.10claws79
2509 have to multiply the percentage of the current fetch with
2510 the percentage that it has of the total fetch operation
2513 2003-03-03 [christoph] 0.8.10claws78
2516 fix calculation of expected lines for progress indicator
2518 2003-03-03 [christoph] 0.8.10claws77
2521 * src/common/utils.c
2522 fix segfault when opening the root news folder
2524 2003-03-03 [christoph] 0.8.10claws76
2526 * src/mainwindow.[ch]
2527 * src/common/Makefile.am
2528 * src/common/progressindicator.[ch]
2529 add UI independent progress indicator handling
2532 use new progress indicator for message info fetching
2534 * src/common/hooks.h
2537 2003-03-03 [oliver] 0.8.10claws75
2541 removed commented code
2543 2003-03-03 [oliver] 0.8.10claws74
2546 cleanups and refactoring
2548 compose_reply_mode reply & forwarding interface for
2551 act on messages marked for deletion in folderview_selected
2552 based on prefs_common.immediate_exec since a message might
2553 have been deleted by messageview in a folder we are changing
2554 to (does anybody understand what I'm on about ?)
2556 2003-03-03 [oliver] 0.8.10claws73
2558 * src/messageview.[ch]
2560 - messageview_delete: delete message shown in messagview
2561 - messageview_update_view: update messageview to currently
2562 selected summaryview message
2563 - add separate messageview to msgview_list in order to update
2564 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2565 * src/summaryview.[ch]
2566 summary_get_selection returns a list of selected msgs
2569 toolbar reply refactoring
2571 2003-03-03 [paul] 0.8.10claws72
2573 * sync with 0.8.10cvs21
2574 see ChangeLog 2003-03-03
2576 2003-03-02 [christoph] 0.8.10claws71
2578 * src/common/passcrypt.c
2581 2003-03-02 [christoph] 0.8.10claws70
2584 * src/prefs_account.c
2585 * src/prefs_gtk.[ch]
2586 * src/common/.cvsignore
2587 * src/common/Makefile.am
2588 * src/common/passcrypt.c ** NEW **
2589 * src/common/passcrypt.h.in ** NEW **
2590 Implement password encryption in config files
2591 using unix encrypt and setkey functions. The crypt
2592 key can be set as a configure parameter. Old
2593 passwords will be converted if they do not begin
2596 2003-03-02 [paul] 0.8.10claws69
2598 * src/prefs_account.c
2601 2003-03-01 [thorsten] 0.8.10claws68
2609 corrected format strings
2612 (fix compile errors with GNU gettext-0.11.5)
2614 2003-03-01 [oliver] 0.8.10claws67
2617 menu callbacks call toolbar_menu_reply
2619 2003-03-01 [oliver] 0.8.10claws66
2623 menu callbacks call toolbar_menu_reply
2625 callbacks from menu handled by toolbar_menu_reply
2627 2003-03-01 [paul] 0.8.10claws65
2630 revert commit 0.8.10claws54 - breaks editing of
2634 update Bulgarian translation, submitted by
2637 2003-02-28 [christoph] 0.8.10claws64
2643 * src/gtkxtext.h ** REMOVE **
2649 * src/prefs_common.c
2650 * src/prefs_matcher.c
2651 * src/procheader.[ch]
2654 * src/common/ssl_certificate.c
2655 * src/gtk/colorlabel.c
2658 o remove code obsoleted by new cache and folder system rework
2660 2003-02-28 [oliver] 0.8.10claws63
2663 * fix bug where reply in Messageview replied to
2664 Message displayed in summaryview
2665 (reportedd via ML by chinatinte at gmx dot ch)
2666 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2667 didn't work in separate MessageView Toolbar
2668 (wondering if anybody uses this at all ?)
2669 * src/summaryview.[ch]
2670 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2671 (generalize reply and forward code);
2673 remove focus_in event which updated summaryview to messageview
2675 2003-02-28 [paul] 0.8.10claws62
2678 add the --check option
2679 Patch submitted by Ricardo Mones Lastra
2681 2003-02-28 [paul] 0.8.10claws61
2683 * src/prefs_account.c
2684 re-order 'Signature' items
2686 2003-02-28 [paul] 0.8.10claws60
2688 * sync with 0.8.10cvs20
2689 see ChangeLog 2003-02-28
2691 2003-02-28 [paul] 0.8.10claws59
2694 update to reflect recent movement of files
2696 2003-02-28 [paul] 0.8.10claws58
2698 * sync with 0.8.10cvs19
2699 see ChangeLog 2003-02-28
2701 2003-02-27 [martin] 0.8.10claws57
2703 * src/prefs_matcher.c
2704 fix segfault in prefs_matcher_ok() when the
2705 last entry is deleted and prevents that the
2706 message "entry not saved" comes up after deleting
2709 2003-02-27 [martin] 0.8.10claws56
2711 * src/prefs_filtering.c
2712 fix segfault in prefs_filtering_ok() when the
2713 last entry is deleted and prevents that the
2714 message "entry not saved" comes up after deleting
2717 2003-02-27 [paul] 0.8.10claws55
2719 * sync with 0.8.10cvs18
2720 see ChangeLog 2003-02-27
2722 2003-02-27 [paul] 0.8.10claws54
2725 fix bug where the address book crashes with
2727 Patch [687729] submitted by David Frager
2728 <dbfrager@users.sourceforge.net>
2730 2003-02-25 [christoph] 0.8.10claws53
2733 * src/colorlabel.[ch] ** REMOVE **
2734 * src/gtk/Makefile.am
2735 * src/gtk/colorlabel.[ch] ** NEW **
2736 move colorlabel files to gtk directory
2738 * src/esmtp.[ch] ** REMOVE **
2739 has been merged into smtp.[ch] in 0.7.5
2741 2003-02-25 [christoph] 0.8.10claws52
2744 * src/about.[ch] ** REMOVE **
2745 * src/gtk/Makefile.am
2746 * src/gtk/about.[ch] ** NEW **
2747 move about files to gtk directory
2749 2003-02-25 [christoph] 0.8.10claws51
2752 some code optimization of folder scanning code
2754 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2756 2003-02-25 [christoph] 0.8.10claws50
2759 * src/common/sylpheed.c
2760 add command line parameter parsing to common code
2762 2003-02-24 [christoph]
2766 fix gnome prefix problems, the configure script now removed
2767 `gnome-config --prefix` from `gnome-config --datadir`
2768 and adds $(prefix} instead
2770 (closes Bug 24 Makefile does not respect prefix when installing
2773 2003-02-24 [christoph] 0.8.10claws49
2776 check for valid session before trying to authenticate
2778 (closes Bug 60 crash if "authenticate on logon" is activated
2779 and newsserver-hostname is not valid)
2781 2003-02-24 [melvin] 0.8.10claws48
2783 * src/prefs_actions.c
2784 Make sure all user's input is sent to the action and then
2787 2003-02-23 [alfons] 0.8.10claws46
2790 also wait cursor when deleting files
2794 * tools/freshmeat_search.pl
2795 tools/google_search.pl
2796 scripts should now work for any browser/browser command line
2798 2003-02-22 [christoph] 0.8.10claws45
2801 fix IMAP flag setting, IMAP flag is not handled correctly
2802 anymore by the folder system and information about the
2803 folder should not be saved in the MsgInfo (in my opinion)
2805 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2807 2003-02-22 [christoph] 0.8.10claws44
2810 fix spelling of "label" ;-)
2812 2003-02-22 [thorsten] 0.8.10claws43
2815 src/prefs_common.[ch]
2817 do not use description as attachment name
2819 2003-02-22 [alfons] 0.8.10claws42
2822 freeze/thaw folder item updates when changing color labels,
2823 and put a wait cursors on
2825 2003-02-22 [thorsten] 0.8.10claws41
2828 save-all fixes: crash if invoked on multipart container,
2829 mimeinfo access, pathseparators, error dialog
2831 2003-02-21 [alfons] 0.8.10claws40
2836 2003-02-21 [colin] 0.8.10claws39
2841 2003-02-21 [colin] 0.8.10claws38
2844 Freeze/thaw folderItem updates when filtering messages
2845 via Tools/Filter messages
2847 2003-02-21 [paul] 0.8.10claws37
2850 revert commit 0.8.10claws26, there are ulterior motives
2851 for users to set a Reply-To header when posting to
2854 2003-02-21 [paul] 0.8.10claws36
2856 * sync with 0.8.10cvs17
2857 see ChangeLog 2003-02-21
2859 2003-02-20 [christoph] 0.8.10claws35
2862 IMAP UID fetch speedup using SEARCH
2864 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2867 fix problem with UIDs in IMAP UID cache that no longer existed
2869 2003-02-20 [christoph] 0.8.10claws34
2874 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2876 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2879 Rewrite imap_cmd_gen_recv use sock_getline instead
2880 of sock_gets to avoid problems with too long reply
2883 2003-02-20 [colin] 0.8.10claws33
2885 * src/prefs_account.c
2888 2003-02-20 [colin] 0.8.10claws32
2891 Remove useless '&& !to_sender'
2896 change my e-mail address
2898 2003-02-19 [colin] 0.8.10claws31
2900 * src/prefs_common.c
2901 X11 style colors for every configurable color
2903 2003-02-19 [alfons] 0.8.10claws30
2905 * src/prefs_gtk.[ch]
2906 * src/prefs_common.c
2907 for color_new accept both plain integers and X11 style color
2908 names (as found in /usr/lib/X11/rgb.txt)
2910 2003-02-19 [paul] 0.8.10claws29
2913 add tooltips to online/offline button and account selector
2916 2003-02-19 [paul] 0.8.10claws28
2920 src/prefs_account.[ch]
2921 src/prefs_common.[ch]
2922 move 'Maximum number of articles to download' to
2924 clean up account prefs gui a little by hiding entries
2925 rather then greying out entries
2927 2003-02-19 [hiro] 0.8.10claws27
2929 * src/common/utils.c
2930 fix bug #54 'yesterdays date is displayed in the message
2933 2003-02-19 [paul] 0.8.10claws26
2936 fix bug reported in Feature Request [688596]
2937 'Reply-to header in news'
2939 2003-02-18 [paul] 0.8.10claws25
2942 add a 'List all keys' button to key selection dialog
2944 2003-02-18 [colin] 0.8.10claws24
2946 * src/stock_pixmap.c
2949 2003-02-18 [colin] 0.8.10claws23
2951 * src/common/smtp.[ch]
2953 Try to starttls if it seems to be the only
2954 way to authenticate a user
2956 2003-02-18 [paul] 0.8.10claws22
2960 src/stock_pixmap.[ch]
2961 src/pixmaps/drafts_close.xpm ** NEW FILE **
2962 src/pixmaps/drafts_open.xpm ** NEW FILE **
2963 as a Drafts folder is a special folder allow it to have
2964 its own unique icons
2966 2003-02-18 [colin] 0.8.10claws21
2969 Fix port selection when using starttls
2971 2003-02-18 [paul] 0.8.10claws20
2974 src/prefs_common.[ch]
2975 make blue the default new mail colour
2977 2003-02-18 [paul] 0.8.10claws19
2979 * sync with 0.8.10cvs14
2980 see ChangeLog 2003-02-18
2982 2003-02-17 [jens] 0.8.10claws18
2985 fixed a compile problem with gcc 3.3
2986 works on 2.95.3 too (testet on PPC as it is big endian)
2988 2003-02-17 [paul] 0.8.10claws17
2990 * sync with 0.8.10cvs13
2991 see ChangeLog 2003-02-17
2993 2003-02-17 [paul] 0.8.10claws16
2995 * sync with 0.8.10cvs12
2996 see ChangeLog 2003-02-17
2998 2003-02-16 [match] 0.8.10claws15
3001 Eliminates reloading of address data when items
3002 deleted or added. Applied submitted by
3003 Luke Plant <lukeplant@softhome.net>
3005 2003-02-16 [paul] 0.8.10claws14
3008 when a 'protocol error' is encountered disconnect from
3009 the server. This means that the user can carry on viewing
3010 other articles and doesn't have to either wait until the
3011 server timesout or quit sylpheed.
3012 Fixes bug #53 'Unable to read messages in newsgroups,
3013 displayed message doesn't change'
3015 2003-02-15 [christoph] 0.8.10claws13
3018 fix bug that stopped scanning of folders when an
3019 IMAP folder was empty
3021 (closes bug 46 stop scan messages in folders after empty folder)
3027 tools/freshmeat_search.pl ** NEW FILE **
3028 tools/google_search.pl ** NEW FILE **
3029 Add 2 Actions scripts which search freshmeat/google
3030 for the selected text using the browser configured
3033 Note: These scripts are very dependent on the format of the
3034 browser command and may not work on every occasion. Testing
3037 2003-02-14 [alfons] 0.8.10claws12
3040 fix breakage because of uninitialized account pointer.
3043 2003-02-14 [paul] 0.8.10claws11
3046 src/prefs_account.[ch]
3047 src/prefs_common.[ch]
3048 move signature settings to Account Prefs
3050 2003-02-14 [paul] 0.8.10claws10
3052 * sync with 0.8.10cvs11
3053 see ChangeLog 2003-02-14
3055 2003-02-13 [thorsten] 0.8.10claws9
3058 revert news progressbar (GUI separation)
3060 2003-02-13 [paul] 0.8.10claws8
3063 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3066 2003-02-13 [paul] 0.8.10claws7
3070 fix 'Follow-up and Reply-to' so that it creates a reply to
3071 the newsgroup and the sender. If the message has the keyword
3072 'poster' in the Followup-To header, all replies go to the
3073 sender, re: RFC 1036, Section 2.2.3
3074 rename all instances of 'ignore_replyto' to 'to_sender', both
3075 were previously used, now we use just one.
3077 2003-02-13 [paul] 0.8.10claws6
3079 * sync with 0.8.10cvs9
3080 see ChangeLog 2003-02-13
3082 2003-02-13 [paul] 0.8.10claws5
3085 show which plugins are configured in the configure
3088 2003-02-12 [thorsten] 0.8.10claws4
3091 show progress while fetching news headers
3093 2003-02-12 [christoph] 0.8.10claws3
3096 * src/plugins/Makefile.am
3097 use AM_CONDITIONAL to enable plugins, automake correctly
3098 manages this when creating distdir
3100 2003-02-12 [christoph] 0.8.10claws2
3102 * ac/spamassassin.m4
3103 * src/plugins/spamassassin/Makefile.am
3104 fix building SpamAssassin plugin without OpenSSL
3106 2003-02-12 [paul] 0.8.10claws1
3110 src/plugins/Makefile.am
3111 fix failure of 'make release'
3113 2003-02-12 [paul] 0.8.10claws
3115 * 0.8.10claws released
3117 2003-02-12 [paul] 0.8.9claws56
3124 updated translations by George Danchev, Ricardo Mones Lastra,
3125 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3128 Allow the building of RPMs by a regular user. Submitted
3131 2003-02-11 [alfons] 0.8.9claws55
3134 don't use pixmaps for label color rect but draw rectangles
3135 so we can respect the color map of palette based visuals
3136 (fixes the long time crashes on Suns - thanks to Andreas
3137 Engel and Steve O'Hara-Smith for testing)
3139 2003-02-11 [christoph] 0.8.9claws54
3141 * src/matcher_parser_parse.y
3142 correct bug where filering rules of not existing folders in
3143 matcherrc were added to global filtering
3145 (closes Debian Bug #180253 - Directory's filter-rules are merged with
3146 main filter-rules after removing directory, http://bugs.debian.org/180253)
3148 2003-02-11 [paul] 0.8.9claws53
3150 * sync with 0.8.10cvs7
3151 see ChangeLog 2003-02-09
3153 2003-02-11 [melvin] 0.8.9claws52
3156 Updated French tranlsations
3158 2003-02-10 [paul] 0.8.9claws51
3161 correct --enable-openssl
3162 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3164 2003-02-09 [martin] 0.8.9claws50
3166 * src/prefs_matcher.c
3167 fix segfault in prefs_matcher_substitute_cb() when
3170 2003-02-09 [paul] 0.8.9claws49
3173 fix bug where a newsgroup folder's processing rules were
3174 merged with the global filtering rules when the newsgroup
3175 folder was deleted, causing some seriously bad results,
3176 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3178 2003-02-08 [melvin] 0.8.9claws48
3181 Corrected and modified an alert message.
3183 2003-02-07 [paul] 0.8.9claws47
3186 fix bug where both an 'Account properties' window and a
3187 'Folder properties' window were opened when clicking on
3188 'Properties' in an NNTP or IMAP folder's popup menu.
3190 2003-02-07 [paul] 0.8.9claws46
3192 * sync with 0.8.10cvs6
3193 see ChangeLog 2003-02-06
3195 2003-02-06 [christoph] 0.8.9claws45
3198 freeze folder updates while importing mbox files
3199 (closes bug 43 importing mbox took hours)
3201 Patch submitted by Jens Rantil <jens.rantil@telia.com>
3203 2003-02-06 [thorsten] 0.8.9claws44
3206 Updated german translations
3208 2003-02-06 [thorsten] 0.8.9claws43
3211 use guint for message numbers (fix count in grouplist dialog)
3213 2003-02-05 [paul] 0.8.9claws42
3215 * sync with 0.8.10cvs2
3216 see ChangeLog 2003-02-05
3218 2003-02-04 [colin] 0.8.9claws41
3220 * src/prefs_common.[ch]
3223 Add an option to disable threading by subject
3225 2003-02-04 [christoph] 0.8.9claws40
3228 only abort fetching mails from multiple accounts when the
3229 error is fatal and does not allow to check any more accounts
3230 (currently only disk full error)
3232 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3233 receive mails for other accouts)
3235 2003-02-04 [christoph] 0.8.9claws39
3238 first add the new message to the cache, then
3239 send the update notification
3241 (closes bug 39 after sending message folderview doesnt get updated)
3243 2003-02-04 [colin] 0.8.9claws38
3246 _really_ fix this Connecting... status
3248 2003-02-04 [paul] 0.8.9claws37
3251 see ChangeLog 2003-02-04
3253 2003-02-04 [paul] 0.8.9claws36
3255 * sync with 0.8.9cvs6
3256 see ChangeLog 2003-02-03
3258 2003-02-04 [paul] 0.8.9claws35
3261 updated by André Filipe de Assunção e Brito
3262 <bedecko@netsite.com.br>
3264 2003-02-03 [thorsten] 0.8.9claws34
3267 Updated german translations
3269 2003-02-02 [paul] 0.8.9claws33
3272 updated by Ricardo Mones Lastra
3274 2003-02-02 [thorsten] 0.8.9claws32
3277 Fix mh_get_msginfo() segfault if file is inaccessible
3279 2003-01-31 [colin] 0.8.9claws31
3282 Fix last commit's bug
3284 2003-01-31 [colin] 0.8.9claws30
3287 Missing a change for gpg-signed messages
3289 2003-01-31 [paul] 0.8.9claws29
3291 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
3293 src/stock_pixmap.[ch]
3295 indicate GnuPG signed messages by displaying an icon
3296 in the Attachment column.
3298 2003-01-31 [paul] 0.8.9claws28
3300 * sync with 0.8.9cvs4
3301 see ChangeLog 2003-01-31
3303 2003-01-31 [alfons] 0.8.9claws27
3306 tune URI parser to accept mailto URLs with a '?'
3307 (patch from Ruslan Balkin)
3309 2003-01-31 [colin] 0.8.9claws26
3312 Fix a leak introduced in claws24
3314 2003-01-31 [colin] 0.8.9claws25
3317 Freeze/Thaw folder updates when deleting dups
3319 2003-01-31 [colin] 0.8.9claws24
3324 little speed improvements
3326 2003-01-31 [colin] 0.8.9claws23
3329 Fix segfault when forwarding nothing
3330 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3332 2003-01-30 [paul] 0.8.9claws22
3334 * sync with 0.8.9cvs3
3335 see ChangeLog 2003-01-30
3337 2003-01-30 [paul] 0.8.9claws21
3339 * sync with 0.8.9cvs2
3340 see ChangeLog 2003-01-30
3342 2003-01-29 [paul] 0.8.9claws20
3344 * sync with 0.8.9cvs1
3345 see ChangeLog 2003-01-29
3347 2003-01-28 [paul] 0.8.9claws19
3350 update to reflect changes.
3351 thanks to Ricardo Mones Lastra
3353 2003-01-27 [christoph] 0.8.9claws18
3356 * ac/spamassassin.m4
3357 * src/plugins/spamassassin/README
3358 * src/plugins/spamassassin/libspamc.[ch]
3359 * src/plugins/spamassassin/utils.[ch]
3360 updated to latest libspamc
3362 2003-01-27 [christoph] 0.8.9claws17
3365 fix wrong use of procheader_get_header_fields
3367 2003-01-27 [christoph] 0.8.9claws16
3370 * src/prefs_account.[ch]
3371 * src/common/nntp.[ch]
3372 allow to force authentication for NNTP servers
3374 Patch submitted by Florian Mickler <dmk@d-labs.de>
3376 2003-01-26 [paul] 0.8.9claws15
3379 speed up of marking messages as read
3380 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3382 2003-01-26 [christoph] 0.8.9claws14
3385 * src/mgutils.[ch] ** REMOVE **
3386 * src/xml.[ch] ** REMOVE **
3387 * src/xmlprops.[ch] ** REMOVE **
3388 * src/common/Makefile.am
3389 * src/common/mgutils.[ch] ** NEW **
3390 * src/common/xml.[ch] ** NEW **
3391 * src/common/xmlprops.[ch] ** NEW **
3392 move xml files to common directory
3394 2003-01-26 [christoph] 0.8.9claws13
3396 * src/plugins/spamassassin/spamassassin_gtk.c
3397 only set gtk entry text if string is available
3399 2003-01-26 [melvin] 0.8.9claws12
3401 * src/description_window.c
3402 Allow resizing of the window
3403 Allow automatic horizontal scroll bar
3404 Do not vertically expand and fill
3406 2003-01-26 [christoph] 0.8.9claws11
3409 * src/gtkutils.[ch] ** REMOVE **
3410 * src/common/sylpheed.c
3411 * src/gtk/Makefile.am
3412 * src/gtk/description_window.c
3413 * src/gtk/gtkutils.[ch] ** NEW **
3414 * src/gtk/prefswindow.c
3415 move gtkutils to gtk directory
3417 2003-01-26 [paul] 0.8.9claws10
3420 rename summary_unread_clicked() to summary_status_clicked()
3422 2003-01-26 [melvin] 0.8.9claws9
3424 * src/prefs_actions.c
3425 Cosmetical changes to the help text
3427 2003-01-26 [paul] 0.8.9claws8
3432 src/prefs_sumamry_column.c
3434 rename the 'Unread' column to 'Status'
3436 2003-01-25 [match] 0.8.9claws7
3439 removed reference to LDAP constants. removed error2string.
3440 included functions to support LDAP dynamic queries.
3442 moved LDAP constants here.
3446 removed references to LDAP constants and references to
3449 2003-01-25 [paul] 0.8.9claws6
3452 summary_thread_build(), summary_thread_init(): remove
3453 unneeded reference to summaryview->folder_item
3455 2003-01-25 [christoph] 0.8.9claws5
3457 * src/gtk/description_window.c
3458 o allow description texts to expand over multiple columns
3459 o translate all columns
3460 * src/prefs_actions.c
3461 change syntax description to use new multi column feature
3463 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3465 2003-01-25 [match] 0.8.9claws4
3468 fixed bug with Quoted-Printable
3470 2003-01-25 [paul] 0.8.9claws3
3473 src/summaryview.[ch]
3474 implement per-folder collapsed/expanded threads setting
3476 * src/prefs_common.c
3477 remove global collapsed/expanded threads option
3479 2003-01-25 [christoph] 0.8.9claws2
3482 add pluginwindow and prefswindow
3484 make send respond correctly to messages that could be added
3485 to the queue folder, but the UID of the message is unknown
3488 don't return guessed UIDs in imap_add_msg anymore. We return
3489 0 to tell the folder system it was appened but the UID is
3490 unknown. Folder system now get's the UID by scaning the folder
3491 and searching the cache for the Message-ID
3492 (closes bug #29 Messages queued, but not sent)
3494 2003-01-25 [paul] 0.8.9claws1
3497 conv_encode_header(): fix bug when long headers with 8-bit
3498 characters are used, so that the encoded words are wrapped.
3499 If the space in the original text falls on the wrap boundary,
3501 Patch by Sergey Vlasov.
3504 fix bug where a change to the sorting method or thread view
3505 of a folder's messages is lost if simpify-subject is set and
3507 Patch by Luke Plant.
3509 2003-01-24 [paul] 0.8.9claws
3511 * sylpheed-0.8.9claws released
3515 remove reference to 'INSTALL.jp'
3517 2003-01-23 [paul] 0.8.8claws128
3523 updated translations. submitted by Ricardo Mones Lastra,
3524 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3526 2003-01-23 [colin] 0.8.8claws127
3529 Fix drafted and queued news articles re-edition
3531 2003-01-23 [melvin] 0.8.8claws126
3534 Updated French translations
3536 2003-01-23 [colin] 0.8.8claws125
3539 Fix "Connecting to..." status message
3541 2003-01-22 [paul] 0.8.8claws124
3544 updated by George Danchev
3547 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3550 2003-01-21 [paul] 0.8.8claws123
3553 updated by George Danchev
3559 don't translate 'Separator'
3561 * src/plugins/spamassassin/Makefile.am
3562 add aspell to CPPFLAGS
3564 * src/plugins/spamassassin/spamassassin.c
3565 src/plugins/spamassassin/spamassassin_gtk.c
3566 set correct default for spamassassin_receive_spam
3567 slightly re-word descriptions and some
3570 2003-01-19 [alfons] 0.8.8claws122
3573 mimeview_save_as(): we might as well show the file name for
3574 the single case "Save As" too
3576 2003-01-19 [alfons] 0.8.8claws121
3579 change bug tracker URL to bugzilla URL
3581 2003-01-19 [alfons] 0.8.8claws120
3584 mimeview_save_all(): display name of file before overwriting;
3585 continue saving all, even when one overwrite was cancelled
3587 2003-01-19 [christoph] 0.8.8claws119
3591 fix wrong usage of procmsg_find_children in summaryview
3592 by using procmsg_update_unread_children instead of
3593 summaryview_update_unread_children
3595 2003-01-19 [christoph] 0.8.8claws118
3598 fix infinite loop in procmsg_find_children
3599 (closes bug #25 sylpheed crashes on delete.)
3601 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3603 2003-01-19 [paul] 0.8.8claws117
3606 updated by Ivan Francolin Martinez
3608 2003-01-18 [melvin] 0.8.8claws116
3610 * src/prefs_actions.c
3611 Removed syntax limitation of only one '&' at the end of command.
3612 Now actions that contain '>/dev/null 2>&1' are possible.
3614 2003-01-18 [melvin] 0.8.8claws115
3616 * src/prefs_actions.c
3617 Actions IO dialog: when the action ends
3618 the "Close" button now has focus and [Escape] closes the
3621 2003-01-18 [christoph] 0.8.8claws114
3624 o add debug output when MsgInfos are really freed
3625 o free GSLists in procmsg_find_children and
3626 procmsg_update_unread_children
3628 2003-01-18 [christoph] 0.8.8claws113
3631 reorder Configuration menu
3633 2003-01-18 [christoph] 0.8.8claws112
3636 fix applying templates to forwarded messages
3638 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3640 2003-01-17 [christoph] 0.8.8claws111
3643 destroy folder items, when a folder item is removed
3645 2003-01-17 [christoph] 0.8.8claws110
3648 fix wrong folder stats update when ignored message is
3651 2003-01-17 [colin] 0.8.8claws109
3655 Quicksearch bugfixes:
3656 - hide help button at startup if not extended
3657 - switch to extended when looking for replies
3661 * sync with 0.8.9 release
3663 2003-01-17 [paul] 0.8.8claws108
3665 * sync with 0.8.8cvs11
3666 see ChangeLog 2003-01-17
3668 2003-01-16 [colin] 0.8.8claws107
3671 Changed encryption test to re-ask passphrase
3672 if an encrypted message hasn't been decrypted
3675 2003-01-16 [christoph] 0.8.8claws106
3678 * src/prefs_toolbar.c
3679 * src/gtk/prefswindow.h
3680 * src/plugins/spamassassin/spamassassin_gtk.c
3681 remove page destroy function that is not used anymore
3683 2003-01-16 [paul] 0.8.8claws105
3685 * sync with 0.8.8cvs9
3686 see ChangeLog 2002-01-16
3688 2003-01-16 [colin] 0.8.8claws104
3691 Fix bug with autosaved drafts for IMAP, when draft
3692 folder is specified - fixes bugzilla bug #20
3694 2003-01-15 [paul] 0.8.8claws103
3698 store folder and message-id of message forwarding
3699 in queue header and set forward flag after sending
3701 2003-01-15 [paul] 0.8.8claws102
3703 * sync with 0.8.8cvs8
3704 see ChangeLog 2002-01-15
3706 2003-01-15 [colin] 0.8.8claws101
3709 Fix linking with GNU libiconv
3711 2003-01-15 [darko] 0.8.8claws100
3714 fix crash when importing pine address book
3715 entry with an empty name (reported by DY
3716 <dybulk at tri8.net>)
3718 2003-01-14 [paul] 0.8.8claws99
3720 * configure.in ** REMOVED **
3721 configure.ac ** NEW FILE **
3722 rename configure.in to configure.ac, as it is now
3725 2003-01-14 [melvin] 0.8.8claws98
3728 folderview_check_new(): More precise function description
3730 2003-01-14 [melvin] 0.8.8claws97
3733 folderview_check_new(): return the number of new messages
3736 inc_account_mail(): Disable counting of new messages for IMAP
3737 and NNTP until bug [19] and [14] are fixed.
3739 2003-01-14 [paul] 0.8.8claws96
3741 * sync with 0.8.8cvs6
3742 see ChangeLog 2003-01-14
3744 2003-01-13 [alfons] 0.8.8claws95
3747 tune email address validation (c. 0.8.8claws89): if . is
3748 just one char away from @, the address is invalid too
3749 (correctly rejects addresses like foo@.com)
3751 2003-01-13 [paul] 0.8.8claws94
3755 fixes to the Message View toolbar and menu:
3756 fix non-functioning Forward button
3757 make Reply button consider default_reply_list
3758 remove 'Follow-up...' menu entry
3759 add 'Forward' and 'Redirect' menu entries
3761 2003-01-13 [melvin] 0.8.8claws93
3764 Fixed typo that could make new messages count incorrect.
3766 2003-01-13 [melvin] 0.8.8claws92
3768 * src/folderview.[ch]
3769 folderview_check_new(): return the number of new messages.
3771 Should fix bug [14] where new mail notification worked
3772 incorrectly with IMAP accounts.
3773 inc_spool_account(): return number of new msgs, or -1 on error
3774 inc_all_spool(): return number of new msgs
3776 2003-01-13 [melvin] 0.8.8claws91
3778 * src/prefs_actions.c
3781 2003-01-12 [thorsten] 0.8.8claws90
3783 * src/common/prefs.c
3784 close file before rename
3786 2003-01-12 [alfons] 0.8.8claws89
3789 add Christian Mertes
3790 * src/common/utils.[ch]
3791 g_stricase_hash(), g_stricase_equal(): functions for
3792 case insensitive hash tables
3794 use top level domain names to validate email address, based
3795 on a patch by Christian Mertes (thanks!), but changed
3796 implementation to use a hash table
3798 2003-01-12 [paul] 0.8.8claws88
3801 updated by George Danchev
3803 2003-01-12 [alfons] 0.8.8claws87
3806 delete / execute performance: use new style folder update
3808 2003-01-12 [paul] 0.8.8claws86
3810 * sync with 0.8.8cvs5
3811 see ChangeLog 2003-01-13 (!)
3813 2003-01-12 [alfons] 0.8.8claws85
3816 * src/matcher_parser_parse.y
3817 prepare change_score filtering action
3819 give up const-correctness on functions that call non-const-correct functions;
3820 several casts to gpointer in g_free();
3823 2003-01-12 [christoph] 0.8.8claws84
3828 * src/gtk/prefswindow.[ch]
3829 * src/plugins/spamassassin/spamassassin_gtk.c
3830 changed the call of the widget create function
3831 for PrefsPages, because sometimes the widget
3832 create function needs a widget that already has
3833 been attached to a window (to create GDK pixmaps
3834 for exmaple). So we simply pass the GtkWindow as
3835 the second parameter now.
3839 * src/prefs_toolbar.[ch]
3840 rewrite Toolbar Preferences using the new
3843 2003-01-11 [alfons] 0.8.8claws83
3846 fix crash when adding sender to addressbook because status bar
3847 isn't there (the status bar doesn't seem to be used though,
3848 but I'll let Match decide what to do with it)
3850 2003-01-11 [colin] 0.8.8claws82
3854 Two useless changes reversed
3856 2003-01-11 [colin] 0.8.8claws81
3860 Add mainwindow_get_mainwindow()
3863 Add alertpanel_error_log()
3870 Network errors get a View Log button
3872 2003-01-10 [alfons] 0.8.8claws80
3874 * src/prefs_toolbar.c
3876 use the translatable string for "Separator" as file name for
3877 separator toolbar items (probably make this uppercase?)
3879 2003-01-10 [alfons] 0.8.8claws79
3881 * src/prefs_toolbar.c
3882 put right A_SEPARATOR description string in "displayed
3883 toolbar items list" so manually added separators are
3884 saved correctly (bug #10, "Adding a separator to the main
3885 toolbar fails, entry in xml file is wrong")
3887 2003-01-10 [christoph] 0.8.8claws78
3891 o use CAPABILITY to check if NAMESPACE is available
3893 2003-01-10 [christoph] 0.8.8claws77
3896 apply UIDPLUS IMAP extension support patch
3898 Patch submitted by Simon 'corecode' Schubert
3900 2003-01-10 [paul] 0.8.8claws76
3903 a sync from main which fixes the news account folders'
3906 2003-01-10 [christoph] 0.8.8claws75
3909 don't accept 0 as a valid uid returned by copy and move
3910 functions. 0 means the message was copied or moved but the
3911 new uid could not be fetched. It is not an error condition
3912 for the copy or move operation.
3914 2003-01-10 [paul] 0.8.8claws74
3916 * src/prefs_filtering.c
3917 change English used in Alert when entry is not
3920 * sync with 0.8.8cvs4
3921 see ChangeLog 2003-01-10
3923 2003-01-10 [darko] 0.8.8claws73
3926 fix crash when importing address book entry
3927 without a valid address
3929 2003-01-09 [alfons] 0.8.8claws72
3932 filtering performance: use new style folder update
3934 2003-01-09 [christoph] 0.8.8claws71
3938 fix wrong selecting of mime encoding type, when
3939 opening property dialog of attachments in the
3940 compose window. 7bit was always selected and that
3941 destoryed files with 8bit data.
3942 (closes bug #9 Sylpheed-claws destroys attachments when
3943 changing MIME-types)
3945 2003-01-09 [paul] 0.8.8claws70
3947 * sync with 0.8.8cvs3
3948 see ChangeLog 2003-01-09
3950 2003-01-08 [alfons] 0.8.8claws69
3953 apply patch by Kim Schulz to fix build breakage
3954 because of missing variable
3956 2003-01-08 [paul] 0.8.8claws68
3958 * sync with 0.8.8cvs2
3959 see ChangeLog 2002-01-08
3961 2003-01-08 [paul] 0.8.8claws67
3964 updated by Alessandro Maestri
3967 when using 'Add sender to addressbook' allow
3968 name to be edited and remarks to be entered
3969 Patch submitted by Luke Plant
3971 2003-01-08 [darko] 0.8.8claws66
3973 * README.claws, src/summaryview.c
3974 fix description for marked messages
3979 tools/launch_phoenix ** NEW FILE **
3980 add script that enables using Phoenix as the default
3982 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3984 * tools/OOo2sylpheed.pl
3985 remove full path to sylpheed executable, just 'sylpheed'
3989 add launch_phoenix informtion and re-arrange and compress
3992 2003-01-07 [christoph] 0.8.8claws65
3995 fix update for source folder when moving messages
3998 use function to set to_folder for message infos and
3999 automatically update the op_count for old and new
4002 2003-01-07 [melvin] 0.8.8claws64
4004 * src/prefs_actions.c
4005 Fixed bug where an '%p' Action on a displayed image crashed
4007 Code clean up (get rid of duplicated code and removed unnecessary
4010 2003-01-07 [christoph] 0.8.8claws63
4020 * src/prefs_folder_item.c
4024 o remove all folder update triggering from the UI code. The folder
4025 system should know much better when a folder needs an update.
4026 o to prevent multiple updates in a row the folder updates can be
4027 frozen for some time.
4029 Note: - Please verify that no updates are missing
4030 - Check where freeze/thaws should be added
4032 2003-01-07 [christoph] 0.8.8claws62
4034 * src/prefs_actions.c
4035 don't translate empty strings
4037 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4039 2003-01-06 [christoph] 0.8.8claws61
4041 * src/prefs_actions.c
4042 mark strings for gettext
4043 * src/prefs_matcher.c
4044 use new description window for Execute action and
4045 match condition in Filtering
4047 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4049 2003-01-06 [alfons] 0.8.8claws60
4051 keep myself inspired to re-organize matcher part 8;
4052 yes, more to come (I need to move out the descriptive
4053 text for actions to matcher.c, or at least make it not
4054 depend on the wicked ordering)
4056 * src/prefs_matcher.c
4057 add documentation so others may comprehend the
4058 UI part of the conditions
4060 2003-01-06 [christoph] 0.8.8claws59
4062 * src/prefs_actions.c
4063 use new description window for syntax help
4064 * src/gtk/description_window.c
4065 fix display of descriptions with column count != 2
4067 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4069 2003-01-06 [christoph] 0.8.8claws58
4072 * src/summaryview.[ch]
4073 * src/gtk/Makefile.am
4074 * src/gtk/description_window.[ch] ** NEW **
4075 use a generic window to display syntax descriptions
4076 currently used in quote_fmt and summaryview (new description
4077 for extended quick search)
4079 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4081 2003-01-06 [paul] 0.8.8claws57
4083 * sync with 0.8.8cvs1
4084 see ChangeLog 2003-01-06
4086 2003-01-06 [christoph] 0.8.8claws56
4089 * src/prefs_gtk.[ch]
4090 * src/gtk/prefswindow.[ch]
4091 * src/plugins/spamassassin/spamassassin_gtk.c
4092 o remove page management from prefswindow, pages
4093 will be an argument to prefswindow_open
4094 o prefswindow_open gets a datapointer that is
4095 passed to the widget_create function to allow
4096 creation of prefswindow for specific items
4098 2003-01-06 [colin] 0.8.8claws55
4101 We don't want regexp in the reply-finder,
4102 because MIDs can contain !,$,. and so on
4104 2003-01-06 [jens] 0.8.8claws54
4107 fixed a wrong free in jpilot_read_db_files
4109 2003-01-06 [alfons] 0.8.8claws53
4111 re-organize matcher part 8; more to come
4114 matcherprop_to_string(): put g_free()s before the
4115 switch-case break to fix memleaks
4117 2003-01-06 [colin] 0.8.8claws52
4120 cleanup & reply-finder now displays the first
4123 2003-01-05 [alfons] 0.8.8claws51
4125 re-organize matcher part 7; more to come
4128 fixes for constant correctness;
4131 2003-01-05 [alfons] 0.8.8claws50
4133 re-organize matcher part 6; more to come
4136 fixes for constant correctness;
4139 fix for constant correctness
4141 2003-01-05 [colin] 0.8.8claws49
4144 Add account_get_reply_account function
4146 Use account_get_reply_account function
4148 Basic reply-finder - click on the replied
4149 icon gets you to the outbox using quick-search
4151 2003-01-05 [paul] 0.8.8claws48
4153 * src/prefs_common.c
4154 small change to English
4156 * src/prefs_filtering.c
4157 prefs_filtering_action_select(): improve logic and uniformity
4160 2003-01-05 [alfons] 0.8.8claws47
4162 fine tune solution to focus problems (bug #7)
4165 mainwindow_focus_in_event(): remove grab event check
4167 summary_button_pressed(): move selection on right-click
4168 too. we can't possibly move the selection back after
4169 canceling a dialog, because gtk's incomplete focus
4170 management. whether this is a good solution, only time
4173 2003-01-05 [christoph] 0.8.8claws46
4176 fix crash when no imap connection could be established
4178 2003-01-05 [paul] 0.8.8claws45
4183 fix bug 605957 'shortcuts in popup-menu'
4184 make user-defined shortcuts work
4185 show shortcuts that are already defined
4187 Patch submitted by Luke Plant
4189 2003-01-05 [alfons] 0.8.8claws44
4192 focus_in_event handler should not select summary view row
4193 when another window (menu, dialog) grabbed for events
4194 (bug #7, "[0.8.8claws42] Message summary focus")
4196 2003-01-04 [christoph] 0.8.8claws43
4199 update save folder after adding the sent message
4200 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4202 2003-01-02 [christoph] 0.8.8claws42
4204 * src/common/plugin.c
4205 fix unloading of all plugins and unload
4206 plugins in reverse order
4208 * src/gtk/pluginwindow.c
4209 implement function of load and unload button
4211 * src/gtk/prefswindow.c
4212 * src/gtk/prefswindow.h
4213 rename register function and add new unregister
4216 * src/plugins/spamassassin/spamassassin_gtk.c
4217 unregister prefs page and update for changes in
4218 src/gtk/prefswindow.c
4220 2003-01-02 [paul] 0.8.8claws41
4223 updated by Ricardo Mones Lastra
4228 fixes and improvements by Urke MMI
4230 2003-01-02 [thorsten] 0.8.8claws40
4233 fixed wrong return value
4235 2003-01-02 [thorsten] 0.8.8claws39
4238 fixed printing wrong variable
4240 2003-01-02 [thorsten] 0.8.8claws38
4243 fixed acessing members of freed pfile struct
4245 2003-01-02 [thorsten] 0.8.8claws37
4248 detect loops across several messages
4249 as suggested by Christoph Hohmann
4251 2003-01-01 [match] 0.8.8claws36
4254 fixed another memory leak.
4256 2003-01-01 [match] 0.8.8claws35
4259 fixed memory leaks. applied Doxygen comments.
4261 2003-01-01 [thorsten] 0.8.8claws34
4264 inhibit endless loop if msg references itself
4265 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4267 2003-01-01 [christoph] 0.8.8claws33
4270 * src/gtk/Makefile.am
4271 * src/gtk/pluginwindow.c ** NEW **
4272 * src/gtk/pluginwindow.h ** NEW **
4275 * src/plugins/demo/demo.c
4276 * src/plugins/spamassassin/spamassassin.c
4277 * src/plugins/spamassassin/spamassassin_gtk.c
4278 write better plugin descriptions
4280 2002-12-31 [christoph] 0.8.8claws32
4282 * src/gtk/prefswindow.c
4283 * src/plugins/spamassassin/spamassassin_gtk.c
4284 some small improvements to GTK code
4286 2002-12-31 [christoph] 0.8.8claws31
4288 * src/plugins/spamassassin/spamassassin_gtk.c
4289 enable folder select button
4291 2002-12-31 [christoph] 0.8.8claws30
4294 * src/gtk/Makefile.am
4295 * src/gtk/prefswindow.c ** NEW **
4296 * src/gtk/prefswindow.h ** NEW **
4297 add new prefs window
4299 * src/common/plugin.c
4300 don't try to load empty config lines
4302 * src/plugins/spamassassin/Makefile.am
4303 * src/plugins/spamassassin/spamassassin.c
4304 * src/plugins/spamassassin/spamassassin.h ** NEW **
4305 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
4306 GTK config for SpamAssassin Plugin using
4307 the new prefs window
4309 2002-12-31 [paul] 0.8.8claws29
4312 remove obsolete entry 'src/menu.c'
4314 2002-12-31 [alfons] 0.8.8claws28
4317 * src/matcher_parser_parse.y
4318 * src/prefs_matcher.c
4319 add "ignore_thread" and "~ignore_thread" condition so it's
4320 possible to make the actions / scoring operate on the ignore
4323 2002-12-31 [christoph] 0.8.8claws27
4329 * src/prefs_account.c
4330 * src/prefs_actions.c
4331 * src/prefs_customheader.c
4332 * src/prefs_display_header.c
4337 * src/common/prefs.[ch]
4338 extend prefs file handling for reading and automatic handling
4339 of blocks. When reading prefs_set_block_label will automatically
4340 move on to the block. When writing it will copy all other blocks
4343 * src/common/plugin.c
4344 Now loading plugin filenames from [Plugins] block in
4347 2002-12-30 [christoph] 0.8.8claws26
4349 * src/common/hooks.[ch]
4350 return abort status to caller of hooks_invoke
4353 invoke message filtering hook and stop
4354 default handling when filter returns abort
4356 * src/common/plugin.[ch]
4357 * src/plugins/demo/demo.c
4358 modify plugin loader, because resolving symbols for strings
4359 does not work correctly
4362 * ac/spamassassin.m4 ** NEW **
4363 * src/plugins/spamassassin/.cvsignore ** NEW **
4364 * src/plugins/spamassassin/Makefile.am ** NEW **
4365 * src/plugins/spamassassin/README ** NEW **
4366 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
4367 * src/plugins/spamassassin/spamassassin.c ** NEW **
4368 * src/plugins/spamassassin/utils.[ch] ** NEW **
4369 add spamassassin plugin, see src/plugins/spamassassin/README
4372 2002-12-29 [alfons] 0.8.8claws25
4375 when moving focus from a message view to the main
4376 window, don't forget to select the summary node
4377 of the displayed message. should fix "[ 659103 ]
4378 focus-follows-mouse confuses sylpheed"
4380 2002-12-29 [christoph] 0.8.8claws24
4383 * src/stringtable.[ch] ** REMOVE **
4384 * src/common/Makefile.am
4385 * src/common/stringtable.[ch] ** NEW **
4386 move stringtable files to common directory
4388 2002-12-29 [christoph] 0.8.8claws23
4391 * src/menu.[ch] ** REMOVE **
4392 * src/gtk/Makefile.am
4393 * src/gtk/menu.[ch] ** NEW **
4394 move menu files to gtk directory
4396 2002-12-29 [match] 0.8.8claws22
4400 moved UI specific code out of LDAP code into addressbook
4401 UI code. fixed memory leak.
4403 2002-12-29 [christoph] 0.8.8claws21
4406 only check for IGNORED parent message when message is
4409 2002-12-29 [alfons] 0.8.8claws20
4412 set gtksctree's anchor correct (immediate execute
4413 changes the tree's layout, and anchor points at
4414 the incorrect row). fixes "[ 657233 ] multiple msg
4415 delete sometimes off by 1".
4416 we probably have to look for more tree layout /
4419 2002-12-29 [paul] 0.8.8claws19
4422 fix bug [ 659054 ] incorrect sorting of 'From' column