1 2003-07-28 [christoph] 0.9.3claws67
4 fix sync of procmsg_get_message_file_list
6 2003-07-28 [christoph] 0.9.3claws66
9 see ChangeLog 2003-07-18
10 * sync with 0.9.3cvs17
11 see ChangeLog 2003-07-23
13 2003-07-28 [paul] 0.9.3claws65
16 update Spanish translation, submitted by Ricardo Mones
19 2003-07-28 [christoph] 0.9.3claws64
24 return new message numbers as a GRelation instead of a GSList
25 that has to be in the same order as the input list. A list
26 would make it hard for IMAP to optimize oepration by sorting
27 the input list. The returned list would have to be reordered
28 to match the same order that input list has.
31 fix missing return value, could cause a crash when garbage is
32 on the stack that is used as the expected return value
34 2003-07-28 [paul] 0.9.3claws63
37 see ChangeLog 2003-07-28
39 2003-07-27 [alfons] 0.9.3claws62
42 tweak it more to make icon list act like a check button group
44 2003-07-27 [christoph] 0.9.3claws61
46 * sync with 0.9.3cvs20
47 see ChangeLog 2003-07-25
49 2003-07-27 [paul] 0.9.3claws60
52 re-commit changes from 0.9.3claws58 -
53 accidently removed in 0.9.3claws59
55 2003-07-27 [paul] 0.9.3claws59
58 a sync from 0.9.3cvs17
59 see ChangeLog 2003-07-23
61 2003-07-27 [alfons] 0.9.3claws58
64 add missing header members to MsgInfo; fixes the problem of
65 not displaying X-Faces, as noticed by Ricardo Mones
67 2003-07-26 [christoph] 0.9.3claws57
69 * sync with 0.9.3cvs18
70 see ChangeLog 2003-07-24
72 2003-07-26 [christoph] 0.9.3claws56
74 * sync with 0.9.3cvs17
75 see ChangeLog 2003-07-23
77 2003-07-26 [christoph] 0.9.3claws55
84 add support for copy function that copy multiple messages
88 add missing return value
90 2003-07-26 [paul] 0.9.3claws54
92 * tools/multiwebsearch.pl
93 do whitespace substitution before passing the string
94 to the browser. fixes bug with browsers that don't
95 do whitespace conversion themselves.
97 2003-07-25 [christoph] 0.9.3claws53
102 rewrite adding of multiple messages to a folder for
105 2003-07-25 [luke] 0.9.3claws52
108 o icon toggles set correctly on leaving ctree mimeview
110 2003-07-25 [paul] 0.9.3claws51
112 * partial sync with 0.9.3cvs21 [src/main.c]
113 see ChangeLog 2003-07-25
115 2003-07-24 [paul] 0.9.3claws50
117 * tools/maildir2sylpheed.pl
120 2003-07-24 [paul] 0.9.3claws49
123 increase the gutter size of paned so that the panes
126 * src/plugins/demo/demo.c
127 squeeze in another typo fix
129 2003-07-24 [paul] 0.9.3claws48
131 * src/plugins/demo/demo.c
133 small changes to the English
135 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
136 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
139 rename the misspelled icon
141 2003-07-23 [alfons] 0.9.3claws47
144 make icon list look like a list of toggles
146 2003-07-23 [luke] 0.9.3claws46
148 * src/pixmaps/mimeview_gpg_expired.xpm
149 * src/pixmaps/mimeview_gpg_failed.xpm
150 * src/pixmaps/mimeview_gpg_passed.xpm
151 * src/pixmaps/mimeview_text_html.xpm
152 * src/pixmaps/mimeview_image.xpm
153 o all icons the same size
156 o mimeview ctree arranged vertically above the viewer
157 o icons changed to buttons
158 o can use keyboard to select an icon (Enter)
159 o resize icon list to width of icons
161 * src/gtk/gtkvscrollbutton.c
162 o sensitivity of buttons reacts to position
164 2003-07-23 [christoph] 0.9.3claws45
166 * sync with 0.9.3cvs14 (incomplete)
167 see ChangeLog 2003-07-17
169 2003-07-23 [alfons] 0.9.3claws44
173 sync with my local tree to restore some claws-only things
175 2003-07-23 [paul] 0.9.3claws43
177 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
178 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
183 src/stock_pixmap.[ch]
184 indicate missing keys and expired sigs/keys
187 2003-07-23 [paul] 0.9.3claws42
190 Redirect fixes: enable automatic account selection and
191 do not append signature to message on changing account
194 2003-07-23 [paul] 0.9.3claws41
196 * sync with 0.9.3cvs16
197 see ChangeLog 2003-07-23
199 2003-07-23 [alfons] 0.9.3claws40
202 give progress dialog a main window, and give it the first
203 one (presumably the only one). fixes bug #247, "segfault on
206 2003-07-22 [alfons] 0.9.3claws39
209 shift-space scrolls up
211 2003-07-22 [paul] 0.9.3claws38
213 * sync with 0.9.3cvs15
214 see ChangeLog 2003-07-22
216 2003-07-20 [alfons] 0.9.3claws37
219 put menu inside #ifdef USE_ASPELL..#endif
221 2003-07-20 [christoph] 0.9.3claws36
224 fix wrong flags in MsgInfo returned by
225 procmsg_msginfo_get_full_info()
227 (closes Bug 221 Deleting messages from the Message View gives incorrect
228 new/unread message counts in the folder view)
230 * src/plugins/spamassassin/spamassassin_gtk.c
231 add gettext macro for prefs page title
233 2003-07-20 [paul] 0.9.3claws35
236 redraw icon list on signature check
238 2003-07-20 [christoph] 0.9.3claws34
243 * src/folder_item_prefs.[ch] ** NEW **
248 * src/prefs_scoring.c
250 * src/prefs_folder_item.[ch]
251 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
253 o use prefswindow for folder properties
255 * src/gtk/prefswindow.[ch]
256 change implementation to use an invisible notebook instead
257 of unparenting widgets
259 2003-07-20 [christoph] 0.9.3claws33
265 * src/prefs_filtering.h
266 * src/prefs_folder_item.[ch]
271 (always use 1. typedefs, 2. #includes, 3. structures)
273 * src/common/version.h.in
274 add casts for constants
276 * src/plugins/demo/demo.c
279 * src/plugins/spamassassin/spamassassin.c
280 remove unused variable
282 2003-07-20 [alfons] 0.9.3claws32
285 o make icon buttons respond on left click
286 o minor cosmetic change
288 2003-07-19 [luke] 0.9.3claws31
291 * src/gtk/gtkvscrollbutton.c
293 o improved mimeview behaviour when selecting a new message
294 o plus code cleanups to remove compile warnings
297 2003-07-19 [alfons] 0.9.3claws30
301 * src/common/utils.[ch]
302 subject_get_reply_prefix_length() <- subject_get_prefix_length()
304 2003-07-19 [alfons] 0.9.3claws29
306 * src/prefs_folder_item.c
307 reinit "legacy" tmp_prefs, so we don't free nor use invalid
310 2003-07-19 [luke] 0.9.3claws28
316 * src/stock_pixmap.[ch]
317 * src/gtk/Makefile.am
319 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
320 * src/pixmaps/mime_*.xpm ** NEW **
321 o mimeview rearrangement with a new icon shortcut bar
323 2003-07-19 [alfons] 0.9.3claws27
326 o plug leaking nodes_to_recollapse
327 o add folderview_recollapse_all_nodes() (not used yet)
329 2003-07-19 [alfons] 0.9.3claws26
333 honour #240 "Better SUBJECT handling" by cleaning the prefix
334 for both forwarding as replying
336 2003-07-18 [christoph] 0.9.3claws25
339 * src/common/sylpheed.[ch]
340 * src/common/version.h.in
341 add version in numeric form to allow easy comparison
343 * src/plugins/demo/demo.c
345 - sylpheed version > plugin version => never allowed, sylpheed
346 could contain unknown API changes
347 - sylpheed version < minimum version required => don't load,
348 API required not available (if linking does not fail)
350 2003-07-18 [alfons] 0.9.3claws24
352 * src/common/plugin.[ch]
355 2003-07-18 [christoph] 0.9.3claws23
358 fix crash when hooks where unregisted
360 * src/plugins/trayicon/trayicon.c
361 unregister detroy signal before destroying the widget
362 (still crashes when the plugin is unloaded)
364 2003-07-18 [alfons] 0.9.3claws22
367 delay expanding folder tree during drags until timeout triggered
368 (needs perhaps some tweaking, so testing is welcome)
370 2003-07-17 [alfons] 0.9.3claws21
375 2003-07-17 [christoph] 0.9.3claws20
377 * src/common/session.c
378 fix opening of SSL connections
380 * src/plugins/image_viewer/Makefile.am
381 add OPENSSL_CFLAGS (we should find a better solution to remove
382 this dependencies if they are not required)
384 * src/plugins/spamassassin/spamassassin.c
385 remove setlocale workaround (fixed in libspamc)
387 2003-07-17 [alfons] 0.9.3claws19
389 * src/common/hooks.[ch]
390 * src/plugins/clamav/clamav_plugin.c
391 * src/plugins/spamassassin/spamassassin.c
392 * src/plugins/trayicon/trayicon.c
395 2003-07-17 [alfons] 0.9.3claws18
400 2003-07-17 [alfons] 0.9.3claws17
405 2003-07-17 [paul] 0.9.3claws16
410 add link to the Claws site's FAQ page, after the suggestion
411 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
412 Move url strings to defs.h
415 fix typo to prevent "unknown menu entry" warnings
417 2003-07-17 [alfons] 0.9.3claws15
419 * src/folderview.[ch]
420 * src/summaryview.[ch]
424 2003-07-17 [paul] 0.9.3claws14
427 remove two instances of 'GTK_EVENTS_FLUSH' because
428 they are unnecessary and probably cause a stack overflow
430 2003-07-16 [christoph] 0.9.3claws13
433 use an invisible GTK notebook to switch between viewers
434 instead of reparenting widgets
436 2003-07-16 [christoph] 0.9.3claws12
439 move folder_item_update_freeze() to correct place in
440 folder_item_scan_full()
442 2003-07-16 [paul] 0.9.3claws11
444 * sync with 0.9.3cvs12
445 see ChangeLog 2003-07-14 and 2003-07-15
447 2003-07-16 [christoph] 0.9.3claws10
450 * src/prefs_account.[ch]
451 sync IMAP CRAM-MD5 authentication with sylpheed-main
453 2003-07-15 [alfons] 0.9.3claws9
456 make --config-dir do something useful
458 2003-07-15 [alfons] 0.9.3claws8
461 o fix a bug where 'last' didn't really point to the last message
462 in the top level list of children, but to the last threaded
465 o clean up and make it easier to sync
467 2003-07-15 [alfons] 0.9.3claws7
470 make correct menu items sensitive
472 2003-07-14 [alfons] 0.9.3claws6
475 tune the threader so it will not subject-thread any message
476 without a subject prefix (this will not thread correctly if
477 a parent is delivered after their childs, but it looks
480 2003-07-13 [christoph] 0.9.3claws5
483 group "Add mailbox *..." menu items in submenu
485 2003-07-13 [alfons] 0.9.3claws4
488 correct summary_toggle_pressed() signature and make sure
489 signal is not passed on
491 2003-07-13 [alfons] 0.9.3claws3
494 o for now don't pass on keys when they we're handled by
495 ctree::key_press_event
498 2003-07-13 [alfons] 0.9.3claws2
501 add command line option "--config-dir" to get the current
504 2003-07-12 [alfons] 0.9.3claws1
507 * src/matcher_parser_parse.y
508 * src/prefs_filtering.c
510 add "Lock" filter action to lock messages;
514 * src/prefs_filtering.c
515 re-organize matcher part 9:
516 make action text entries easily extendible;
517 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
518 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
523 update old information and add missing
526 2003-07-12 [paul] 0.9.3claws
528 * 0.9.3claws released
530 2003-07-12 [paul] 0.9.0claws103
535 2003-07-12 [melvin] 0.9.0claws102
538 Fixed bug #215: Show MIME tab for single text/html messages.
540 2003-07-12 [paul] 0.9.0claws101
545 2003-07-12 [paul] 0.9.0claws100
551 update Spanish, Croatian, Polish, Serbian translations.
552 submitted by Ricardo Mones Lastra, Dragan, Witold
553 Wladyslaw Wojciech Wilk, Urke MMI
555 2003-07-12 [melvin] 0.9.0claws99
558 Updated French translations.
560 2003-07-12 [paul] 0.9.0claws98
563 disable 'Lookup' button as it has no effect
565 2003-07-11 [alfons] 0.9.0claws97
568 summary_searchbar_pressed() should return TRUE to signal that
569 event was handled. when returning void, the return value passed
570 to GTK is actually random, but maybe FALSE, in which case the
571 event is handled by parent
573 2003-07-10 [paul] 0.9.0claws96
575 * ac/missing/gettext.m4
576 update to version 0.12
578 2003-07-10 [paul] 0.9.0claws95
580 * src/plugins/clamav/clamav_plugin.c
581 fix bug where multipart/alternative messages
582 would slip through without being scanned
584 2003-07-10 [christoph] 0.9.0claws94
587 correct check if folder supports removing when a message is
588 moved. if not the message is only copied.
590 (closes Bug 132 crash on startup in newsgroups folders)
592 2003-07-09 [alfons] 0.9.0claws93
596 --with-config-dir (default .sylpheed)
598 2003-07-09 [christoph] 0.9.0claws92
601 use PKG_CHECK_MODULES to check for gtkmathview
602 (version 0.4.2 now required)
604 2003-07-08 [melvin] 0.9.0claws91
607 Implemented a progress bar that counts the number of completed
608 tasks when the action runs more than one command.
610 2003-07-08 [alfons] 0.9.0claws90
613 if queued message has an invalid Message-Id, don't try to
614 find message it refers to (fixes #209 "crash when processing
617 2003-07-08 [paul] 0.9.0claws89
619 * sync with 0.9.3cvs2
620 see ChangeLog 2003-07-08
622 2003-07-08 [match] 0.9.0claws88
625 extend LDAP search for first/last name by parsing search term.
627 2003-07-08 [alfons] 0.9.0claws87
630 fix bug #208 "Status message stuck when sending on POP3 account"
632 2003-07-07 [paul] 0.9.0claws86
635 new Croatian translation, submitted by
636 Dragan <drleskov@inet.hr>
638 2003-07-07 [paul] 0.9.0claws85
640 * sync with 0.9.3cvs1
641 see ChangeLog 2003-07-07
643 2003-07-05 [christoph] 0.9.0claws84
648 * src/stock_pixmap.[ch]
649 * src/pixmaps/messageview_text.xpm ** NEW **
650 move mimeview tabs to the right side and use icons
651 instead of text to save some space
653 (patch by Luke Plant <lukeplant@softhome.net>)
655 2003-07-05 [christoph] 0.9.0claws83
658 add NULL pointer checks
660 (patch by Luke Plant <lukeplant@softhome.net>)
661 (closes Bug 204 0.9.0 quits on authentication error?!)
663 2003-07-05 [alfons] 0.9.0claws82
666 take the clue in bug #202 "./configure script -
667 'if test' comparison failure" reported by John Kristoff.
669 2003-07-04 [christoph] 0.9.0claws81
671 * src/plugins/spamassassin/spamassassin.c
672 set timeout for spam check
674 2003-07-04 [christoph] 0.9.0claws80
677 destroy all FolderItems when shutting down to
678 allow folders to clean up
680 2003-07-04 [melvin] 0.9.0claws79
682 * src/gtk/gtkaspell.c
683 Fixed bug #184 "Entering non-ascii character deletes
684 previous char if spell checking enabled": this makes
685 the spell checking in multibytes (e.g. UTF-8)locales work.
686 (Patch by Luke Plant).
688 2003-07-04 [christoph] 0.9.0claws78
690 * sync with 0.9.2cvs1
691 see ChangeLog 2003-06-10
693 2003-07-04 [paul] 0.9.0claws77
695 * sync with 0.9.3 release
696 see ChangeLog 2003-07-04
698 2003-07-03 [christoph] 0.9.0claws76
705 move folder_item_get_path() stuff into a folder virtual function
708 use folder_item_fetch_msg() to get message and do not contruct
709 the filename from path and number
711 2003-07-03 [paul] 0.9.0claws75
713 * sync with 0.9.2cvs12
714 see ChangeLog 2003-07-03
716 2003-07-02 [paul] 0.9.0claws74
719 fix text-selection for replying
721 2003-07-02 [paul] 0.9.0claws73
723 * sync with 0.9.2cvs11
724 see ChangeLog 2003-07-02
726 2003-07-02 [paul] 0.9.0claws72
729 revert last commit because it breaks more
732 2003-07-02 [paul] 0.9.0claws71
735 fix thread by subject/sort by date
737 2003-07-01 [paul] 0.9.0claws70
739 * sync with 0.9.2cvs10
740 see ChangeLog 2003-07-01
742 2003-06-30 [paul] 0.9.0claws69
744 * sync with 0.9.2cvs9
745 see ChangeLog 2003-06-30
747 2003-06-28 [match] 0.9.0claws68
752 2003-06-27 [paul] 0.9.0claws67
754 * sync with 0.9.2cvs7
755 see ChangeLog 2003-06-27
757 2003-06-26 [christoph] 0.9.0claws66
760 freeze folder updates while a folder is scanned
762 (closes Bug 185 New message counter)
764 2003-06-26 [darko] 0.9.0claws65
767 fix infinite loop when adding a new LDAP server
769 2003-06-26 [paul] 0.9.0claws64
771 * sync with 0.9.2cvs6
772 see ChangeLog 2003-06-26
774 2003-06-26 [paul] 0.9.0claws63
776 * sync with 0.9.2cvs5
777 see ChangeLog 2003-06-25 and 2003-06-26
779 2003-06-25 [match] 0.9.0claws62
782 Fixed tab/backtab for dropped-down completion list to
783 move next/previous field. (close bug 147)
785 2003-06-25 [christoph] 0.9.0claws61
787 * src/addr_compl.[ch]
796 2003-06-25 [leandro] 0.9.0claws60
800 o gray out "Message/Remove references" menu item if not
801 replying to a message
803 2003-06-24 [leandro] 0.9.0claws59
806 o removed "Message/Create new thread" menu item
807 o added "Message/Remove references" menu item
808 (it's off by default and will not check anymore
809 if the subject changed)
811 2003-06-23 [alfons] 0.9.0claws58
814 try better grouping messages threaded by subject based on their age.
815 still not perfect - because the message tree is not sorted by date.
817 2003-06-23 [thorsten] 0.9.0claws57
820 added mail_receive_hook to allow modifications
821 directly after retrieval (e.g. adding headers).
823 2003-06-23 [paul] 0.9.0claws56
826 enable the use of Ctrl+A to select all text in
828 Patch submitted by Ivan Francolin Martinez
829 <ivanfm@users.sourceforge.net>
831 2003-06-22 [christoph] 0.9.0claws55
834 o add notification hook for folder tree changes
835 o invoke hooks after folder tree scanning
837 * src/folderview.[ch]
838 register hook for folder tree changes that
841 (there are more places that should be updated, like add, remove
844 (closes Bug 164 Crash on rebuild folder tree)
845 (closes Bug 190 Crash on 'rebuilding folder tree')
847 2003-06-21 [leandro] 0.9.0claws54
850 create a new thread if subject changes
851 (it's on by default, can be disabled in Message menu)
853 2003-06-21 [alfons] 0.9.0claws53
856 quiet little compiler
858 2003-06-21 [christoph] 0.9.0claws52
860 update gettext stuff to version 0.12
862 2003-06-19 [alfons] 0.9.0claws51
865 * src/common/plugin.c
866 move defs.h before glib.h to prevent MIN/MAX redefs
873 2003-06-19 [match] 0.9.0claws50
875 * src/addressbook.[ch]
877 * src/addr_compl.[ch]
879 * src/editldap_basedn.[ch]
882 re-implemented dynamic LDAP search. works without
883 slowdown on display sender with addressbook
888 2003-06-19 [paul] 0.9.0claws49
891 fix Bug #136 'Nonprovided quotation marks crash claws'
892 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
894 2003-06-19 [alfons] 0.9.0claws48
896 * src/prefs_common.[ch]
898 restrict threading by subject by checking thread for
899 age (prefs_common.thread_by_subject_max_age)
901 2003-06-18 [christoph] 0.9.0claws47
904 fix memory leak in imap_cmd_fetch()
906 2003-06-18 [christoph] 0.9.0claws46
909 fix memory leak in prefs_set_default() when used multiple
910 times or after prefs have been read
912 2003-06-18 [christoph] 0.9.0claws45
914 * src/common/plugin.c
915 fix memory leak in plugin_unload()
917 2003-06-18 [christoph] 0.9.0claws44
920 fix memory leak in imap_cmd_ok()
922 2003-06-18 [christoph] 0.9.0claws43
925 stop messages that are downloaded from POP3 and added to
926 an IMAP inbox from being filtered twice (first by POP3
927 and again when IMAP folder is scaned to get the UID of
928 the APPEND operation when no UIDPLUS is available)
937 * tools/launch_phoenix ** REMOVED **
938 tools/launch_firebird ** NEW **
939 renamed and edited to reflect the browser's name change from
940 'phoenix' to 'firebird'
942 2003-06-18 [paul] 0.9.0claws42
944 * sync with 0.9.2cvs2
945 see ChangeLog 2003-06-16
947 2003-06-17 [alfons] 0.9.0claws41
950 prevent threading problems when a node is an ancestor (parent / great parent),
951 which mostly happens with circular references (thanks to Phillipe Gramoullé
952 for finding an sample set of messages)
954 2003-06-16 [christoph] 0.9.0claws40
957 don't popup main window on --receive or --receive-all
959 * src/mainwindow.[ch]
960 * src/plugins/trayicon/trayicon.c
961 allow hiding of main window by clicking on the trayicon
962 (doesn't work correctly in seperate window mode and may
963 cause unexpected GTK problems I couldn't find yet)
966 remove incorrect warning
968 2003-06-15 [alfons] 0.9.0claws39
971 don't output debug text;
972 #ifdef out print_line() if not debugging (thanks to Martin Wicke
973 for pointing this out);
975 2003-06-14 [alfons] 0.9.0claws38
978 remove printf() and make one if..else comply with coding style
980 2003-06-14 [alfons] 0.9.0claws37
985 * src/messageview.[ch]
987 apply patch #754162 "Quoting messages filtered by actions" submitted
988 by Martin Wicke, which allows quoting message body changed by an
991 2003-06-13 [alfons] 0.9.0claws36
994 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
995 use case insensitive regexp (suggested by Ivan Martinez)
997 2003-06-13 [christoph] 0.9.0claws35
1000 * src/plugins/trayicon/Makefile.am
1001 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1002 * src/plugins/trayicon/trayicon.c
1003 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1004 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1005 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1006 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1007 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1008 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1009 replace my own EggTrayIcon backport with the backport
1010 used by (l|x)mule and gabber.
1012 2003-06-13 [alfons] 0.9.0claws34
1015 * src/common/utils.c
1016 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1018 2003-06-13 [alfons] 0.9.0claws33
1021 clean up a little bit
1023 2003-06-12 [alfons] 0.9.0claws32
1026 const correctness fix
1028 * src/common/sylpheed.[ch]
1030 prevent redef MIN/MAX
1032 * src/common/utils.[ch]
1035 2003-06-12 [melvin] 0.9.0claws31
1038 Updated to take into accounts changes in GtkAspell.
1040 2003-06-12 [alfons] 0.9.0claws30
1044 * src/common/utils.[ch]
1045 handle reply subject prefixes better (initial
1046 suggestion by Robert Story adapted and enhanced
1049 2003-06-12 [melvin] 0.9.0claws29
1052 Use new gtkaspell_checkers_strerror() to get the speller's
1053 error message instead of accessing the (now private)
1058 Use #ifdef instead of #if for USE_ASPELL
1059 Use the new spell checkers init/quit functions
1061 * src/gtk/gtkaspell.c
1062 Use #ifdef instead of #if for USE_ASPELL
1063 Moved in the majority of GtkAspell structures that were
1064 exported before by gtkaspell.h
1066 * src/gtk/gktaspell.h
1067 Made gtkaspell.h contain only the necessary data to be
1068 publicized by moving many structures to gtkaspell.c.
1069 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1070 gtkaspell_checkers_new(): replaced by...
1071 gtkaspell_checkers_init(): new function for initialization
1072 gtkaspell_checkers_delete(): replaced by...
1073 gtkaspell_checkers_quit(): new function
1074 gtkaspell_checkers_strerror(): new function that returns
1075 the checker's last error message.
1077 2003-06-11 [melvin] 0.9.0claws28
1080 Updated to take into account gtkaspell.c migration to
1081 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1083 2003-06-10 [alfons] 0.9.0claws27
1085 * src/filtering.[ch]
1089 - try fixing bug #18 (any brave testers?)
1090 - add more robustness by refusing previously
1091 unchecked NULL pointers
1093 2003-06-10 [alfons] 0.9.0claws26
1096 fix bug #176 by don't checking MsgInfos with a NULL msgid
1098 2003-06-09 [alfons] 0.9.0claws25
1100 * src/prefs_common.c
1101 fix bug #163 "Icon switching doesnt work properly" by
1102 preventing early freeing of prefs_common.pixmap_theme_path.
1104 2003-06-09 [christoph] 0.9.0claws24
1106 * src/gtk/gtkaspell.c
1107 revert Thorsten's fix and add forgotten g_strdup for
1108 aspell path (it should not be possible to alter the path a
1109 GtkASpell uses from outside)
1111 2003-06-09 [thorsten] 0.9.0claws23
1113 * src/gtk/gtkaspell.c
1114 dont free prefs_common.aspell_path when closing compose
1116 2003-06-08 [colin] 0.9.0claws22
1118 * src/plugins/spamassassin/spamassassin.c
1121 2003-06-07 [christoph] 0.9.0claws21
1125 * src/gtkaspell.[ch] ** REMOVE **
1126 * src/gtk/Makefile.am
1127 * src/gtk/gtkaspell.[ch] ** NEW **
1128 o make gtkaspell independent from sylpheed's prefs
1129 o move gtkaspell.[ch] to gtk directory
1131 2003-06-07 [christoph] 0.9.0claws20
1136 * src/filesel.[ch] ** REMOVE **
1139 * src/common/sylpheed.[ch]
1140 * src/gtk/Makefile.am
1141 * src/gtk/filesel.[ch] ** NEW **
1142 * src/gtk/pluginwindow.c
1143 * src/gtk/sslcertwindow.c
1144 move filesel.[ch] to gtk directory
1146 2003-06-07 [alfons] 0.9.0claws19
1149 make (multi) file selection dialog work again (Claws-only)
1151 2003-06-07 [thorsten] 0.9.0claws18
1156 2003-06-07 [alfons] 0.9.0claws17
1160 detect apache mishap in which case don't include fnmatch.h
1161 if regex.h is already included
1163 2003-06-06 [christoph] 0.9.0claws16
1167 add check for fnmatch.h and include it when available
1170 fix wrong case sensitivity of Content-Types
1172 * src/gtk/Makefile.am
1173 need the same include paths in gtk directory as in
1174 common directory because .h files in common can
1175 include files from these directories, when included
1176 in gtk's .h or .c files
1178 2003-06-06 [alfons] 0.9.0claws15
1182 make it compile again because of regex.h / fnmatch.h
1183 include problems (related to recent mime stuff, can
1184 someone check this?)
1186 2003-06-06 [thorsten] 0.9.0claws14
1189 possible use of uninitialized pointer while dragging
1191 2003-06-06 [paul] 0.9.0claws13
1194 fix bug where the insert sig button would be effective
1195 only when auto_sig was set
1197 2003-06-06 [paul] 0.9.0claws12
1199 * sync with 0.9.2 release
1201 2003-06-02 [paul] 0.9.0claws11
1203 * sync with 0.9.1cvs1
1204 see ChangeLog 2003-06-02
1209 2003-06-01 [christoph] 0.9.0claws10
1212 don't use substring search to find accounts by email address
1214 (closes Bug 169 Overly loose matching of "From" address)
1216 2003-05-31 [christoph] 0.9.0claws9
1218 * doc-src/rfc2683.txt
1220 limit IMAP command length as recommended in RFC2683
1221 (message number lists will be split into multiple imap
1222 sets, the limit of 1000 octets is not a hard limit)
1224 (closes Bug 161 sylpheed-claws exits with segfault when logging
1225 in to certain imap-servers)
1227 2003-05-29 [alfons] 0.9.0claws8
1230 add print button (calling summary_print());
1231 fine tune setting tooltip text;
1232 (if someone needs other buttons, please take these
1233 commits as a guide, instead of bothering us - also
1236 2003-05-29 [darko] 0.9.0claws7
1239 fix crash when word wrapping kicks in due to
1240 changed text by spell checker
1242 2003-05-29 [paul] 0.9.0claws6
1245 fix bug where changing account would insert
1246 sig even if auto_sig was FALSE
1251 sync with 0.9.1 release
1253 2003-05-28 [christoph] 0.9.0claws5
1256 fix truncation of too long commands
1258 (closes Bug 167 IMAP hangs trying to get envelope
1259 information in imap_get_uncached_messages)
1261 2003-05-27 [paul] 0.9.0claws4
1264 tools/maildir2sylpheed.pl ** NEW FILE **
1265 add kmail to sylpheed mailbox conversion script
1267 2003-05-27 [paul] 0.9.0claws3
1269 * sync with 0.9.0cvs10
1270 see ChangeLog 2003-05-26
1272 2003-05-26 [paul] 0.9.0claws2
1274 * sync with 0.9.0cvs9
1275 see ChangeLog 2003-05-26
1277 2003-05-24 [paul] 0.9.0claws1
1279 * sync with 0.9.0cvs8
1280 see ChangeLog 2003-05-23
1282 2003-05-24 [paul] 0.9.0claws
1284 * version 0.9.0claws released
1286 2003-05-24 [paul] 0.8.11claws177
1288 * src/plugins/dillo-viewer/Makefile.am
1289 src/plugins/traycon/Makefile.am
1299 update Bulgarian, British English, Spanish, Italian,
1300 Brazilian Portuguese, Russian, and Serbian translations,
1301 submitted by George Danchev, [me], Ricardo Mones Lastra,
1302 André Filipe de Assunção e Brito, Alessandro Maestri,
1303 Ruslan N. Balkin, and Urke MMI
1305 2003-05-23 [melvin] 0.8.11claws176
1308 Updated French translations
1310 2003-05-22 [paul] 0.8.11claws175
1321 src/editldap_basedn.c
1325 revert to get ldap into it previous working state
1328 new Taiwanese translation,
1329 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1331 2003-05-22 [christoph] 0.8.11claws174
1333 * src/plugins/spamassassin/libspamc.[ch]
1334 sync libspamc with SpamAssaain release 2.55
1336 2003-05-22 [paul] 0.8.11claws173
1338 * sync with 0.9.0cvs7
1339 see ChangeLog 2003-05-22
1342 revert change in 0.8.11claws172: follow
1343 Hiroyuki's decision and that's the end of it.
1345 2003-05-21 [paul] 0.8.11claws172
1348 fix discrepency between open_unread_on_enter
1351 2003-05-21 [paul] 0.8.11claws171
1353 * sync with 0.9.0cvs6
1354 see ChangeLog 2003-05-21
1356 2003-05-21 [paul] 0.8.11claws170
1358 * sync with 0.9.0cvs5
1359 see ChangeLog 2003-05-21
1361 2003-05-20 [paul] 0.8.11claws169
1363 * sync with 0.9.0cvs4
1364 see ChangeLog 2003-05-20
1365 fixes bug #152, 'encoding of IMAP folders names'
1367 2003-05-20 [paul] 0.8.11claws168
1369 * sync with 0.9.0cvs3
1370 see ChangeLog 2003-05-20
1372 * src/tools/convert_mbox.pl
1373 minor change in the comments, submitted by Fred Marton
1375 2003-05-19 [paul] 0.8.11claws167
1377 * src/plugins/clamav/Makefile.am
1379 link clamav_lib to the plugin and not to the main program
1381 2003-05-19 [christoph]
1384 add -export-dynamic for linking
1386 2003-05-19 [paul] 0.8.11claws166
1388 * sync with 0.9.0cvs1
1389 see ChangeLog 2003-05-19
1391 2003-05-19 [paul] 0.8.11claws165
1394 fix 'pop before smtp' timeout
1396 2003-05-18 [alfons] 0.8.11claws164
1398 * src/prefs_matcher.c
1399 put "execute" action command line ("expression") in edit box
1401 2003-05-18 [christoph] 0.8.11claws163
1404 * src/plugins/dillo_viewer/dillo_viewer.c
1405 * src/plugins/image_viewer/viewer.c
1406 * src/plugins/mathml_viewer/mathml_viewer.c
1407 let a viewer have a list of Content-Types
1409 2003-05-18 [paul] 0.8.11claws162
1411 * src/prefs_filtering.c
1412 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1413 and REDIRECT actions
1415 2003-05-17 [christoph]
1418 o remove dynamic signatures that was syned with main
1419 o add infos about no longer "build in" image viewer
1420 o update bugtracker URL
1422 2003-05-17 [christoph] 0.8.11claws161
1427 don't use imap_scan_folder anymore. Instead call folder_item_scan
1428 for every folder after rebuilding the folder tree.
1430 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1433 2003-05-17 [christoph] 0.8.11claws160
1436 don't use STATUS command on current folder to check for
1437 content changes. imap_cmd_ok() now tracks changes to
1438 folder and number of existing messages.
1440 2003-05-17 [paul] 0.8.11claws159
1442 * src/plugins/clamav/clamav_plugin.c
1443 remove unnecessary debug_print
1445 2003-05-16 [thorsten] 0.8.11claws158
1447 * src/plugins/demo.c
1448 included missing intl.h
1450 2003-05-16 [paul] 0.8.11claws157
1453 remove non-existant entries
1455 * src/plugins/clamav/clamav_plugin.c
1456 src/plugins/clamav/clamav_plugin_gtk.c
1457 src/plugins/dillo_viewer/dillo_prefs.c
1458 src/plugins/dillo_viewer/dillo_viewer.c
1461 2003-05-16 [christoph] 0.8.11claws156
1464 include plugin .c files for translation until I
1465 find a better solution to have plugins have their
1467 * src/plugins/demo/demo.c
1468 * src/plugins/image_viewer/plugin.c
1469 * src/plugins/mathml_viewer/mathml_viewer.c
1470 * src/plugins/spamassassin/spamassassin.c
1471 * src/plugins/spamassassin/spamassassin_gtk.c
1472 * src/plugins/trayicon/trayicon.c
1473 add gettext macros for plugin name and description
1479 2003-05-16 [paul] 0.8.11claws155
1481 * sync with lastest 0.9.0pre1
1482 see ChangeLog 2003-05-16
1484 2003-05-15 [paul] 0.8.11claws154
1486 * sync with latest 0.9.0pre1
1487 see ChangeLog 2003-05-14 and 2003-05-15
1489 2003-05-14 [christoph] 0.8.11claws153
1491 * src/plugins/image_viewer/viewer.c
1492 * src/plugins/image_viewer/viewer.glade ** NEW **
1493 * src/plugins/image_viewer/viewerprefs.c
1494 make it possible to disable the autoload function in the
1497 2003-05-14 [christoph] 0.8.11claws152
1500 fix folder update after adding a message
1502 2003-05-13 [alfons] 0.8.11claws151
1504 * src/common/session.c
1507 * src/addrcache.[ch]
1508 * src/filtering.[ch]
1510 * src/gtkaspell.[ch]
1512 * src/mbox_folder.[ch]
1517 * src/passphrase.[ch]
1518 * src/prefs_common.[ch]
1519 * src/prefs_gtk.[ch]
1522 be pedantic; (in prototypes () implies (int))
1524 2003-05-13 [alfons] 0.8.11claws150
1526 * src/prefs_toolbar.[ch]
1527 * src/summaryview.[ch]
1529 change misleading text in toolbar prefs;
1530 add toolbar action for ignore thread (toggles ignore thread flag);
1531 clean up a little bit;
1535 * tools/convert_mbox.pl
1536 bug fixed by Fred Marton
1540 * sync with 0.9.0pre1
1542 2003-05-09 [paul] 0.8.11claws149
1544 * sync with 0.8.11cvs43
1545 see ChangeLog 2003-05-09
1547 2003-05-08 [christoph] 0.8.11claws148
1550 o use CAPABILIY as first command and check for PREAUTH
1551 information in the response to it
1552 o rewrite all imap_cmd_* functions to use an IMAPSession
1553 instead of a SockInfo as parameter
1554 o do STARTTLS after fetching and checking the server
1557 2003-05-08 [paul] 0.8.11claws147
1561 tools/convert_mbox.pl ** NEW FILE **
1562 add mbox conversion script. Submitted by
1563 Fred Marton <Fred.Marton@uni-bayreuth.de>
1565 2003-05-07 [christoph]
1568 * src/gtk/pluginwindow.glade
1569 * src/plugins/image_viewer/viewerprefs.glade
1570 * src/plugins/spamassassin/spamassassin_gtk.glade
1571 add glade files for user interfaces and a description how
1572 to use glade to create the sylpheed code
1574 2003-05-07 [paul] 0.8.11claws146
1576 * sync with 0.8.11cvs41
1577 see ChangeLog 2003-05-07
1579 2003-05-06 [christoph] 0.8.11claws145
1582 * src/plugins/image_viewer/viewer.c
1583 fix usage of imlib in imageviewer plugin
1585 * src/gtk/prefswindow.c
1586 handle window close event correctly
1588 2003-05-06 [paul] 0.8.11claws144
1591 fix typo introduced in sync
1593 2003-05-06 [paul] 0.8.11claws143
1595 * sync with 0.8.11cvs39
1596 see ChangeLog 2003-05-06
1598 2003-05-06 [paul] 0.8.11claws142
1602 updated Czech translation, submitted by
1603 Radek Vybiral <Radek.Vybiral@vsb.cz>
1605 * src/plugins/clamav/clamav_plugin_gtk.c
1608 2003-05-03 [alfons] 0.8.11claws141
1611 make paste as quotation work even when the call to
1612 text_inserted() was deferred (fixes bug #140 "Paste
1613 as quotation does not work when using "external"
1616 2003-05-03 [thorsten] 0.8.11claws140
1621 removed C++ comments
1623 function with non-int retval/param used before
1624 implementation/declaration
1626 2003-05-02 [paul] 0.8.11claws139
1628 * src/addr_compl.[ch]
1629 src/addressbook.[ch]
1632 revert match's changes to (finally) remove the bug where
1633 opening a folder causes massive slowdown when using the
1634 'Display sender using address book' option
1636 2003-05-01 [melvin] 0.8.11claws138
1638 * src/plugins/dillo_viewer/dillo_prefs.[ch]
1639 * src/plugins/dillo_viewer/dillo_viewer.c
1640 Fixed bug where "Cancel" button from prefs issued
1642 Comply a little more to coding style
1644 2003-05-01 [paul] 0.8.11claws137
1646 * sync with 0.8.11cvs38
1647 see ChangeLog 2003-05-01
1649 2003-05-01 [paul] 0.8.11claws136
1652 updated by George Danchev
1654 2003-04-30 [christoph] 0.8.11claws135
1656 * src/plugins/dillo_viewer/dillo_prefs.c
1657 * src/plugins/image_viewer/viewerprefs.c
1658 * src/plugins/spamassassin/spamassassin_gtk.c
1659 remove gtk_widget_ref() calls for widgets in
1662 2003-04-30 [paul] 0.8.11claws134
1665 ok, this time a better fix for the bug where opening folder
1666 has massive slowdown when using the 'Display sender using
1667 address book' option
1669 2003-04-30 [paul] 0.8.11claws133
1672 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1674 2003-04-30 [melvin] 0.8.11claws132
1676 New: Dillo plugin preferences (patch by Dimitar Haralanov)
1678 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
1679 Preferences for the dillo plugin
1680 * src/plugins/dillo_viewer/dillo_viewer.c
1681 Support for preferences
1682 * src/plugins/dillo_viewer/Makefile.am
1683 Added dillo_prefs.[ch]
1685 2003-04-30 [alfons] 0.8.11claws131
1687 * src/common/plugin.[ch]
1688 see? this ANSI C'fication immediately gives us type
1691 2003-04-30 [alfons] 0.8.11claws130
1693 * src/common/plugin.[ch]
1694 * src/plugins/clamav/clamav_plugin.[ch]
1695 * src/plugins/clamav/clamav_plugin_gtk.c
1696 * src/plugins/demo/demo.c
1697 * src/plugins/dillo_viewer/dillo_viewer.c
1698 * src/plugins/image_viewer/plugin.c
1699 * src/plugins/image_viewer/viewer.[ch]
1700 * src/plugins/image_viewer/viewerprefs.[ch]
1701 * src/plugins/mathml_viewer/mathml_viewer.c
1702 * src/plugins/spamassassin/spamassassin.[ch]
1703 * src/plugins/spamassassin/spamassassin_gtk.c
1704 * src/plugins/trayicon/trayicon.c
1707 2003-04-30 [alfons] 0.8.11claws129
1709 * src/common/utils.c
1710 make is_ascii_str() fail gracefully when NULL pointer
1713 2003-04-30 [paul] 0.8.11claws128
1716 fix bug where opening folder has massive slowdown when
1717 using the 'Display sender using address book' option
1719 2003-04-30 [paul] 0.8.11claws127
1721 * src/plugins/clamav/clamav_plugin.c
1722 src/plugins/clamav/clamav_plugin_gtk.c
1723 src/plugins/demo/demo.c
1724 src/plugins/dillo_viewer/dillo_viewer.c
1725 src/plugins/image_viewer/plugin.c
1726 src/plugins/mathml_viewer/mathml_viewer.c
1727 src/plugins/spamassassin/spamassassin.c
1728 src/plugins/spamassassin/spamassassin_gtk.c
1729 src/plugins/trayicon/trayicon.c
1730 get rid of eye-hurting function signatures
1732 2003-04-30 [paul] 0.8.11claws126
1734 * src/plugins/trayicon/trayicon.c
1740 2003-04-30 [paul] 0.8.11claws125
1743 arrange the plugins in reverse alphabetical order
1745 * src/plugins/clamav/clamav_plugin.[ch]
1746 src/plugins/clamav/clamav_plugin_gtk.c
1748 resize max_size window
1749 re-arrange the order of some gui elements
1750 improve descriptions
1752 * src/plugins/image_viewer/plugin.c
1753 src/plugins/mathml_viewer/mathml_viewer.c
1756 * src/plugins/spamassassin/spamassassin_gtk.c
1757 resize max_size window
1758 re-arrange the order of some gui elements
1764 2003-04-30 [alfons] 0.8.11claws124
1767 fix a leak found while browsing Martin Kluge's
1768 valgrind log (Claws only)
1770 2003-04-29 [darko] 0.8.11claws123
1772 * src/gtk/gtkstext.h
1773 include wchar.h if it is available, fixes compilation
1776 2003-04-29 [melvin] 0.8.11claws122
1778 * src/prefs_actions.c
1779 Improved help text of Actions' syntax
1781 2003-04-28 [paul] 0.8.11claws121
1784 a better fix for the crash when performing an action
1787 2003-04-28 [paul] 0.8.11claws120
1790 fix crash when performing an action on a
1793 2003-04-28 [paul] 0.8.11claws119
1795 * sync with 0.8.11cvs36
1796 see ChangeLog 2003-04-28
1798 2003-04-27 [paul] 0.8.11claws118
1800 * more sync with 0.8.11cvs35
1801 see ChangeLog 2003-04-25
1803 2003-04-26 [christoph] 0.8.11claws117
1806 fix remove virtual check
1808 2003-04-26 [paul] 0.8.11claws116
1811 fix return-receipt, make it work again
1813 2003-04-26 [paul] 0.8.11claws115
1816 restore double-clicking of the [application/pgp-signature
1817 (Select "Check signature" to check)] line in the message view,
1818 broken in recent sync
1820 2003-04-26 [christoph] 0.8.11claws114
1823 check if remove virtual really exists before
1824 calling the function
1826 2003-04-25 [match] 0.8.11claws113
1830 * src/ldapquery.[ch]
1833 * src/ldapserver.[ch]
1834 fix memleak. fix segfault.
1835 plug a Claws memleak
1837 2003-04-25 [alfons] 0.8.11claws112
1840 plug a Claws memleak
1842 2003-04-25 [alfons] 0.8.11claws111
1844 * src/common/session.c
1847 2003-04-25 [paul] 0.8.11claws110
1849 * sync with 0.8.11cvs35
1850 see ChangeLog 2003-04-24 and 2003-04-25
1852 * src/gtk/pluginwindow.c
1853 correct another strange float value
1855 2003-04-24 [christoph] 0.8.11claws109
1858 freeze folder item updates when unsetting new flags
1860 * src/gtk/pluginwindow.c
1861 correct strange float value
1863 2003-04-23 [paul] 0.8.11claws108
1865 * sync with 0.8.11cvs33
1866 see ChangeLog 2003-04-23
1868 2003-04-22 [paul] 0.8.11claws107
1873 src/pgptext.[ch] ** REMOVED **
1874 remove pgptext.[ch] as its not used any more
1876 2003-04-22 [paul] 0.8.11claws106
1878 * sync with 0.8.11cvs31
1879 see ChangeLog 2003-04-21 and 2003-04-22
1881 2003-04-21 [alfons] 0.8.11claws105
1884 No access to GTK structures if we're a spawned child
1885 (and clean up code a little bit...) Should fix #126.
1887 2003-04-21 [melvin] 0.8.11claws104
1889 * src/plugins/dillo_viewer/README
1890 Improved slightly the text.
1892 2003-04-21 [melvin] 0.8.11claws103
1894 * src/plugins/dillo_viewer/README *** NEW ***
1895 Added a README file for the Dillo plugin
1900 tools/outlook2sylpheed.pl
1901 updated and improved by Ricardo Mones Lastra
1903 2003-04-18 [oliver] 0.8.11claws102
1906 * src/prefs_account.h
1907 remove Pop3SessionType (used by selective download)
1908 * src/prefs_toolbar.c
1909 enable set Default Toolbar button
1911 2003-04-18 [paul] 0.8.11claws101
1913 * sync with 0.8.11cvs29
1914 see ChangeLog 2003-04-18
1916 2003-04-17 [paul] 0.8.11claws100
1918 * src/prefs_common.[ch]
1920 remove 'Open next message on deletion' option,
1921 as the same effect can now be achieved via the
1922 'Always open messages in summary when selected'
1925 2003-04-17 [paul] 0.8.11claws99
1927 * sync with 0.8.11cvs28
1928 see ChangeLog 2003-04-17
1930 2003-04-17 [christoph] 0.8.11claws98
1932 * ac/spamassassin.m4
1933 * src/plugins/spamassassin/libspamc.[ch]
1934 * src/plugins/spamassassin/utils.[ch]
1935 sync libspamc with SpamAssassin project
1937 2003-04-17 [christoph] 0.8.11claws97
1939 * src/common/socket.h
1940 * src/gtk/sslcertwindow.h
1941 rename old USE_SSL to USE_OPENSSL
1943 2003-04-17 [paul] 0.8.11claws96
1945 * src/prefs_common.h
1946 use gulong for P_COLOR so that it compiles/runs on
1947 64-bit systems. Patch submitted by James Noyes
1948 <jnoyes-claws@retrogeeks.com>
1953 2003-04-17 [paul] 0.8.11claws95
1955 * sync with 0.8.11cvs27
1956 see ChangeLog 2003-04-16
1958 2003-04-15 [paul] 0.8.11claws94
1960 * src/prefs_common.[ch]
1961 rearrange to stop the window getting too long:
1962 move Receive dialog stuff to Receive tab
1963 move Send dialog to Send tab
1964 remove Dialogs frame
1965 rename 'Open messages in summary with cursor keys' to
1966 'Always open messages in summary when selected', as its
1969 2003-04-15 [paul] 0.8.11claws93
1971 * src/prefs_common.[ch]
1973 add new option '/Interface/Open next message on deletion'
1975 2003-04-15 [paul] 0.8.11claws92
1977 * src/summaryview.[ch]
1978 add /Mark/Lock and /Mark/Unlock to the pop-up
1979 menu. Patch submitted by Ivan Francolin Martinez
1980 <ivanfm@users.sourceforge.net>
1982 2003-04-15 [paul] 0.8.11claws91
1984 * sync with 0.8.11cvs24
1985 see ChangeLog 2003-04-15
1987 2003-04-14 [jens] 0.8.11claws90
1989 * updated German translation and some corrections from
1990 Roland Bless <bless@tm.uka.de>
1992 2003-04-14 [paul] 0.8.11claws89
1994 * sync with 0.8.11cvs22
1995 see ChangeLog 2003-04-14
1997 2003-04-13 [paul] 0.8.11claws88
1999 * src/plugins/clamav/clamav_plugin.c
2003 2003-04-12 [paul] 0.8.11claws87
2005 * src/plugins/clamav/clamav_plugin.c
2006 activate enable/disable archive scanning option
2008 * src/plugins/clamav/.cvsignore ** NEW FILE **
2010 2003-04-12 [paul] 0.8.11claws86
2012 * src/plugins/Makefile.am
2013 src/plugins/clamav/Makefile.am ** NEW FILE **
2014 src/plugins/clamav/README ** NEW FILE **
2015 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2016 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2017 add Clam AntiVirus plugin
2019 2003-04-12 [paul] 0.8.11claws85
2021 * sync with 0.8.11cvs21
2022 see ChangeLog 2003-04-11
2024 2003-04-11 [paul] 0.8.11claws84
2027 update Spanish translation. Submitted by Ricardo
2030 2003-04-10 [christoph] 0.8.11claws83
2033 fix typo that did not move unfiltered mails to destination
2036 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2037 when filtering from spool)
2039 2003-04-10 [christoph] 0.8.11claws82
2042 use BODY.PEEK instead of BODY in in message fetch operation
2043 to make sure the IMAP server does not set the \Seen flag for
2044 messages. Sylpheed does that later itself, when the message
2045 is opened in sylpheed
2047 (closes Bug 111 Claws destroys unread marks)
2049 2003-04-09 [oliver] 0.8.11claws81
2052 fix crash in folder_destroy
2054 remove selective download
2056 2003-04-09 [christoph] 0.8.11claws80
2059 fix crash in imap_get_msginfo() when then fetched message
2062 (closes Bug 110 Crash during mail composition)
2064 2003-04-08 [christoph] 0.8.11claws79
2067 * src/prefs_account.c
2068 Filter new messages that are found in an INBOX folder
2069 when 'Filter messages on receiving' is enabled in the
2070 Folder's AccountPrefs. This allows to use Sylpheed's
2071 filtering engine for IMAP folders where messages are
2072 added to the INBOX by a MTA
2074 2003-04-08 [paul] 0.8.11claws78
2077 clean up after last commit
2079 2003-04-08 [paul] 0.8.11claws77
2081 * sync with 0.8.11cvs20
2082 see ChangeLog 2003-04-07 and 2003-04-08
2084 2003-04-07 [christoph] 0.8.11claws76
2086 * src/filtering.[ch]
2090 add procmsg_msginfo_filter() to execute filtering actions
2092 2003-04-06 [christoph] 0.8.11claws75
2095 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2097 2003-04-06 [christoph] 0.8.11claws74
2099 * src/common/utils.[ch]
2100 add g_int_compare() function for slist sorting
2103 fetch all MsgInfos with one command in imap_get_msginfos()
2104 using an imap set with a list of ranges
2107 use new g_int_compare() function
2109 2003-04-06 [thorsten] 0.8.11claws73
2112 corrected implementation of mh_folder_destroy()
2114 2003-04-05 [christoph] 0.8.11claws72
2131 * src/gtk/gtkutils.c
2132 o rename structure field names class and new to klass and
2133 new_msgs, to allow including files in C++
2134 o add 'extern "C"' block to some header files
2135 o add MsgInfoList and MsgNumberList as alias for GSList for
2136 developers to know what type of list is expected
2138 * src/plugins/image_viewer/plugin.c
2139 * src/plugins/image_viewer/viewer.[ch]
2140 * src/plugins/image_viewer/viewerprefs.[ch]
2141 rename function names to prevent conflicts
2143 2003-04-05 [paul] 0.8.11claws71
2145 * sync with 0.8.11cvs18
2146 see ChangeLog 2003-04-03 and 2003-04-04
2148 2003-04-02 [christoph] 0.8.11claws70
2152 * src/mbox_folder.[ch]
2155 o Make all virtual folder functions private
2156 o remove unused folder code
2158 * src/common/socket.[ch]
2162 2003-03-30 [alfons] 0.8.11claws69
2164 * src/send_message.c
2165 remove two debug traces and see if people still report
2168 2003-03-30 [alfons] 0.8.11claws68
2170 * src/send_message.c
2171 * src/commons/session.c
2172 add more debug traces
2174 2003-03-30 [christoph] 0.8.11claws67
2177 change processing folder name from .processing to processing
2180 disable SSL certificate check because it causes Xlib error
2181 when the child process want's to open an GTK window
2183 2003-03-30 [christoph] 0.8.11claws66
2186 don't use default folder for processing folder item because
2187 it can be a non local folder
2189 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2191 2003-03-30 [alfons] 0.8.11claws65
2193 * src/send_message.c
2194 try fixing crashes when sending messages: my gcc 2.95.4 seems
2195 to generate bad code for 'send_send_data_progressive': When
2196 called from 'send_send_data_finished', the 'data' pointer is
2197 cleared just before the assignment to the dialog pointer
2199 2003-03-29 [christoph] 0.8.11claws64
2201 * src/common/prefs.h
2202 * src/plugins/image_viewer/Makefile.am
2203 * src/plugins/image_viewer/plugin.c
2204 * src/plugins/image_viewer/viewer.[ch]
2205 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
2206 add PrefsPage for ImageViewer
2208 2003-03-28 [thorsten] 0.8.11claws63
2210 * src/common/session.c
2213 2003-03-28 [paul] 0.8.11claws62
2215 * sync with 0.8.11cvs16
2216 see ChangeLog 2003-03-28
2218 2003-03-28 [paul] 0.8.11claws61
2220 * sync with 0.8.11cvs15
2221 see ChangeLog 2003-03-28
2223 2003-03-27 [christoph] 0.8.11claws60
2227 * src/common/socket.[ch]
2228 set socket state to DISCONNECTED when any operation
2229 fails to allow reconnecting in IMAP code without
2230 checking the return code of all calls to the command
2235 remove some more stuff that depends on specific
2238 2003-03-27 [paul] 0.8.11claws59
2240 * sync with 0.8.11cvs14
2241 see ChangeLog 2003-03-27
2243 * src/selective_download.[ch] ** REMOVED **
2246 2003-03-27 [christoph] 0.8.11claws58
2249 fix handling of tmp_flags in flag copy function
2251 2003-03-27 [paul] 0.8.11claws57
2253 * sync with 0.8.11cvs13
2254 see ChangeLog 2003-03-27
2256 2003-03-27 [oliver] 0.8.11claws56
2259 remove sel_download_cb
2261 2003-03-27 [oliver] 0.8.11claws55
2266 2003-03-26 [oliver] 0.8.11claws54
2271 remove selective donwload readme
2273 2003-03-26 [oliver] 0.8.11claws53
2275 * src/matcher_parser_parse.y
2277 * src/prefs_account.[ch]
2278 * src/prefs_filtering.c
2279 remove selective donwload
2281 2003-03-26 [oliver] 0.8.11claws52
2286 remove selective donwload
2288 2003-03-26 [oliver] 0.8.11claws51
2291 * src/selective_download.[ch] ** REMOVE **
2293 2003-03-26 [christoph] 0.8.11claws50
2296 fix NEWS that got broken by a sync with sylpheed-main
2298 2003-03-26 [christoph] 0.8.11claws49
2301 fix mime type guessing when no mime type is found for a file
2303 2003-03-25 [christoph] 0.8.11claws48
2307 remove mime type guessing from mime parser and use
2308 name based mime types in viewer lookup for mime type
2309 application/octet-stream
2311 2003-03-25 [christoph] 0.8.11claws47
2313 * doc-src/readme.txt
2314 * doc-src/rfc2554.txt
2315 add RFC about SMTP AUTH
2317 * src/send_message.c
2318 * src/common/smtp.[ch]
2319 add extra error code for authentication errors and
2320 clear temporary password when this error occurs
2322 (closes Bug 84 authentication failure while sending should
2323 prompt for password again)
2325 2003-03-25 [christoph] 0.8.11claws46
2329 * src/imageview.[ch] ** REMOVE **
2330 * src/messageview.[ch]
2332 * src/prefs_common.[ch]
2334 * src/plugins/Makefile.am
2335 * src/plugins/image_viewer/.cvsignore ** NEW **
2336 * src/plugins/image_viewer/Makefile.am ** NEW **
2337 * src/plugins/image_viewer/plugin.c ** NEW **
2338 * src/plugins/image_viewer/viewer.[ch] ** NEW **
2339 move image viewer into a plugin (building is enabled by default)
2340 [ToDo: Prefs for resize and autoview]
2342 2003-03-25 [paul] 0.8.11claws45
2344 * sync with 0.8.11cvs12
2345 see ChangeLog 2003-03-26
2347 2003-03-25 [paul] 0.8.11claws44
2349 * sync with 0.8.11cvs11
2350 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2352 Note: Selective Download is broken.
2354 2003-03-22 [christoph] 0.8.11claws43
2357 code cleanup for flags copying
2359 2003-03-22 [christoph] 0.8.11claws42
2361 * src/plugins/trayicon/trayicon.c
2362 fix setting the transparent area when the window size
2363 is forced by the system tray
2365 2003-03-22 [christoph] 0.8.11claws41
2367 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
2368 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
2369 * src/plugins/trayicon/newmail.xpm ** NEW **
2370 * src/plugins/trayicon/nomail.xpm ** NEW **
2371 * src/plugins/trayicon/trayicon.c
2372 * src/plugins/trayicon/unreadmail.xpm ** NEW **
2373 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2374 o add icon for unread mails
2375 o set transparency for window
2377 2003-03-22 [christoph] 0.8.11claws40
2380 init news session to prevent crash when session is closed
2382 2003-03-22 [christoph] 0.8.11claws39
2385 * src/common/session.[ch]
2386 Init session data to make sure we don't have invalid pointers
2387 for read_ch and write_ch when new multi process sessions are
2391 * src/common/plugin.c
2392 * src/common/sylpheed.c
2393 * src/plugins/demo/demo.c
2394 * src/plugins/dillo_viewer/dillo_viewer.c
2395 * src/plugins/mathml_viewer/mathml_viewer.c
2396 * src/plugins/spamassassin/spamassassin.c
2397 * src/plugins/spamassassin/spamassassin_gtk.c
2398 add plugin types to allow loading plugins at different times
2399 (and maybe for different frontends), because it's not good to
2400 load GTK-Plugins gefore gtk_init was called
2403 * src/plugins/Makefile.am
2404 * src/plugins/trayicon/.cvsignore ** NEW **
2405 * src/plugins/trayicon/Makefile.am ** NEW **
2406 * src/plugins/trayicon/eggtrayicon.c ** NEW **
2407 * src/plugins/trayicon/eggtrayicon.h ** NEW **
2408 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
2409 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
2410 * src/plugins/trayicon/trayicon.c ** NEW **
2411 New Trayicon plugin that shows an icon in a systray that uses
2412 XEMBED protocol like Gnome's systray. Icon shows if there
2413 are new mails and a tooltip shows information about new,
2414 unread and total messages.
2416 2003-03-22 [paul] 0.8.11claws38
2419 fix ESMTP AUTH CRAM-MD5
2420 [sync with main (still version 0.8.11cvs6), see
2421 ChangeLog 2003-03-22]
2423 2003-03-21 [colin] 0.8.11claws37
2425 * src/send_message.c
2426 Fix USE_SSL => USE_OPENSSL
2428 2003-03-21 [colin] 0.8.11claws36
2431 Fix counts in drag and dropped subfolders
2433 2003-03-21 [colin] 0.8.11claws35
2437 speed up a bit folder dnd
2439 2003-03-20 [alfons] 0.8.11claws34
2444 don't send locked queue messages
2445 (feature request "[ 705245 ] Locking message in outbox
2446 should prevent sending")
2448 2003-03-20 [christoph] 0.8.11claws33
2451 remove NEW and UNREAD flag in special folders when scanning
2454 fix ESMTP AUTH CRAM-MD5
2456 2003-03-20 [paul] 0.8.11claws32
2458 * src/prefs_account.c
2459 Re-write 'Tunnel command to open connection' as
2460 'Use command to communicate with server', and disable
2461 it for all except IMAP accounts
2463 2003-03-20 [paul] 0.8.11claws31
2465 * sync with 0.8.11cvs6
2466 see ChangeLog 2003-03-20
2468 2003-03-19 [match] 0.8.11claws30
2471 include documentation. minor refactoring.
2472 * src/addr_compl.[ch]
2473 * src/addrindex.[ch]
2474 * src/addresbook.[ch]
2476 re-enable address lookup (was disabled in
2479 2003-03-19 [christoph] 0.8.11claws29
2482 add temp flag handling, will make moving and copying
2483 messages possible again
2486 correct calulation of folder stats
2488 2003-03-18 [match] 0.8.11claws28
2491 remove case sensitive comparison (closes bug 80).
2493 2003-03-18 [christoph] 0.8.11claws27
2496 fix imap using a tunnel command
2500 2003-03-18 [christoph] 0.8.11claws26
2505 rewrite flag handling for folders
2507 2003-03-18 [christoph] 0.8.11claws25
2512 unset NEW and UNREAD flags when message is ignored, to make
2513 sure messages don't show up as unread on other IMAP clients,
2514 because the IGNORE_THREAD flag can not be syncronized through
2517 2003-03-17 [christoph] 0.8.11claws24
2520 don't use recursion to fetch uids when the number of messages
2521 does not match. Moved code into subfunction that is used
2522 again when needed, to prevent an endless loop.
2524 2003-03-17 [thorsten] 0.8.11claws23
2526 * src/imageview.[ch]
2527 export imageview_get_resized_size() (for plugins)
2528 * src/prefs_common.[ch]
2529 added prefs_common_get() (for plugins)
2531 2003-03-17 [christoph] 0.8.11claws22
2534 o remove UID guessing from copy code
2535 o support UIDPLUS extension for APPEND command
2537 2003-03-17 [paul] 0.8.11claws21
2540 remove 'Compiled-plugins' section.
2542 * src/plugins/dillo_viewer/dillo_viewer.c
2543 slight change to description text
2545 2003-03-16 [match] 0.8.11claws20
2546 * src/ldapserver.[ch] ** NEW **
2547 * src/ldapctrl.[ch] ** NEW **
2548 * src/ldapquery.[ch] ** NEW **
2549 * src/ldaputil.[ch] ** NEW **
2550 * src/addrcindex.[ch] ** NEW **
2551 * src/addrquery.h ** NEW **
2553 * src/addrcache.[ch]
2554 * src/addrindex.[ch]
2555 * src/addr_compl.[ch]
2556 * src/addressbook.[ch]
2561 * src/editldap_basedn.c
2565 included dynamic LDAP queries. improved address
2568 2003-03-16 [paul] 0.8.11claws19
2570 * tools/multiwebsearch.pl
2573 2003-03-16 [christoph] 0.8.11claws18
2576 * src/plugins/dillo_viewer/dillo_viewer.c
2577 * src/plugins/mathml_viewer/mathml_viewer.c
2578 make unregistering of MimeViewerFactorys possible
2580 2003-03-16 [alfons] 0.8.11claws17
2585 2003-03-16 [melvin] 0.8.11claws16
2587 * src/plugins/dillo_viewer.c
2588 Fixed bug where it was not possible to view more than
2589 one text/html attachment per message (bug discovered
2590 by Christoph Hohmann).
2592 2003-03-15 [melvin] 0.8.11claws15
2594 * src/prefs_actions.c
2595 Fixed compilation warnings.
2597 2003-03-15 [melvin] 0.8.11claws14
2599 * src/plugins/Makefile.am
2600 * src/plugins/dillo_viewer/.cvsignore ** NEW **
2601 * src/plugins/dillo_viewer/Makefile.am ** NEW **
2602 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
2603 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2604 newer (http://dillo.auriga.wearlab.de/).
2606 2003-03-15 [christoph] 0.8.11claws13
2609 don't query imap folder for attributes because we already
2610 for them from imap_status
2613 add support for plugable MimeViewers (unloading Viewers
2616 * src/plugins/Makefile.am
2617 * src/plugins/mathml_viewer/.cvsignore ** NEW **
2618 * src/plugins/mathml_viewer/Makefile.am ** NEW **
2619 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
2620 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2621 widget from http://helm.cs.unibo.it/mml-widget/
2623 2003-03-14 [christoph] 0.8.11claws12
2626 o error return code's should better be negative
2627 o replace printf with debug_print
2630 improve IMAP folder scan by checking UID-NEXT
2633 remove check that are unnecessary in my opinion
2635 2003-03-13 [christoph] 0.8.11claws11
2644 * src/prefs_scoring.c
2646 use a common function to get a displayable name
2649 2003-03-13 [paul] 0.8.11claws10
2653 tools/multiwebsearch.conf ** NEW FILE **
2654 tools/multiwebsearch.pl ** NEW FILE **
2655 add multiwebsearch Actions script
2657 2003-03-13 [colin] 0.8.11claws9
2660 Remove leading emtpy lines from quoted text
2663 2003-03-13 [melvin] 0.8.11claws8
2665 * src/prefs_actions.c
2668 Added Cancel and OK buttons
2671 2003-03-13 [christoph] 0.8.11claws7
2681 replace more folder type stuff with folder class stuff
2683 2003-03-13 [melvin] 0.8.11claws6
2685 * src/prefs_actions.c
2687 %u: user provided argument
2688 %h: user provided argument (hidden on input)
2689 %s: current text selection in the message view
2691 2003-03-13 [paul] 0.8.11claws5
2693 * sync with 0.8.11cvs5
2694 see ChangeLog 2003-03-11, 2003-03-12
2696 2003-03-12 [christoph] 0.8.11claws4
2699 use folder class idstr when writing folderlist.xml
2704 replace folder type checks with folder class checks
2706 2003-03-12 [christoph] 0.8.11claws3
2711 * src/mbox_folder.[ch]
2714 o create a list of known folder classes in the folder system
2715 o use folder class id strings for folder item identifiers
2717 2003-03-12 [christoph] 0.8.11claws2
2720 fix imap uid validity check
2722 2003-03-12 [christoph] 0.8.11claws1
2733 * src/prefs_scoring.c
2737 initial restructuring of folder system, seperating
2738 folders and folder classes
2740 2003-03-12 [paul] 0.8.11claws
2744 2003-03-12 [christoph]
2746 * src/gtk/prefswindow.c
2747 fix translation of "Page Index"
2749 2003-03-12 [paul] 0.8.10claws110
2751 a sync from 0.8.11cvs4 before the release
2753 * src/common/utils.c
2754 subject_compare_for_sort(): allow null strings (fixes
2757 2003-03-11 [paul] 0.8.10claws109
2760 update Spanish translation, submitted by
2761 Ricardo Mones Lastra
2763 2003-03-11 [melvin] 0.8.10claws108
2766 Updated French translations
2768 2003-03-11 [paul] 0.8.10claws107
2770 * manual/en/Makefile.am
2772 update English manual, add a new page
2773 updated by Francois Barriere <fbarriere@atmel.fr>
2778 update Bulgarian, Italian, and Serbian translations
2779 submitted by George Danchev, Alessandro Maestri, and
2782 2003-03-10 [paul] 0.8.10claws106
2785 src/gtk/prefswindow.c
2786 make some strings translatable
2788 2003-03-10 [darko] 0.8.10claws105
2791 code cleanup to make Hiro happy
2793 2003-03-10 [paul] 0.8.10claws104
2795 * sync with 0.8.11cvs2
2796 see ChangeLog 2003-03-10
2798 2003-03-09 [melvin] 0.8.10claws103
2801 textview_set_font(): fix for message display in
2802 UTF-8 locales (thanks to Sergey Vlasov).
2803 (was unintentionnaly reverted in 0.8.6claws6)
2805 2003-03-08 [darko] 0.8.10claws102
2808 fix infinite loop in wrapping as reported
2810 obsoletes patch #696482
2812 2003-03-08 [christoph] 0.8.10claws101
2815 add workaround for IMAP servers that do not
2816 support the "UID SEARCH UID" command
2818 2003-03-07 [christoph] 0.8.10claws100
2820 * src/plugins/spamassassin/spamassassin.[ch]
2821 * src/plugins/spamassassin/spamassassin_gtk.c
2824 2003-03-07 [paul] 0.8.10claws99
2827 updated Spanish translation, submitted by
2828 Ricardo Mones Lastra
2830 2003-03-07 [christoph] 0.8.10claws98
2833 fix in 0.8.10claws94 was wrong
2834 local delivery does not require escaping, remove escaping
2835 code to make signatures of mails with "." lines valid
2837 NOTE: requires that sendmail is executed with "-i" option,
2838 what is the default now, but has to be changed in all
2841 2003-03-07 [paul] 0.8.10claws97
2843 * sync with 0.8.11 release
2844 see ChangeLog 2003-03-07
2846 2003-03-06 [paul] 0.8.10claws96
2849 revert commit 0.8.10claws92
2851 2003-03-06 [paul] 0.8.10claws95
2854 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2857 fix bug 74, 'Crash opening editor window with pseudo-color
2860 Patches submitted by Kevin Vigor <kevin@vigor.nu>
2862 2003-03-06 [christoph] 0.8.10claws94
2865 fix rfc2821 (4.5.2) violation in SMTP data sending,
2866 all lines starting with a period get an extra period
2868 (found by Simon 'corecode' Schubert)
2870 2003-03-06 [paul] 0.8.10claws93
2873 if configured font can't be loaded fall back to gtk
2874 default. (with thanks to Christoph)
2876 closes long-standing bug 15 'Crashes on startup'
2878 2003-03-06 [paul] 0.8.10claws92
2881 freeze text before autosave and thaw afterwards
2882 fixes bug 67 'autosave make re-rediting message crazy'
2884 2003-03-06 [christoph] 0.8.10claws91
2887 ignore address comment in dupe check for Cc-list
2889 (closes reopened bug 47 Replying to message strips name part of
2890 e-mail addresses of Cc: lines)
2892 2003-03-06 [paul] 0.8.10claws90
2895 remove reference to gtkxtext.h as its no longer in
2898 2003-03-06 [paul] 0.8.10claws89
2900 * sync with 0.8.10cvs25
2901 see ChangeLog 2003-03-06
2903 2003-03-06 [oliver] 0.8.10claws88
2908 2003-03-06 [oliver] 0.8.10claws87
2911 remove changes introduced inclaws74
2913 another attempt to sanely delete and update
2914 messages deleted in separate messageview
2916 2003-03-05 [christoph] 0.8.10claws86
2919 check if "From" matches any account's address if
2920 addressbook completion of addresses is disabled too
2922 (closes Bug 70 "Display recipient in from" doesn't check
2923 folder's default account)
2925 2003-03-05 [christoph] 0.8.10claws85
2928 * src/common/utils.[ch]
2929 don't strip address comments when building Cc lists
2931 (closes Bug 47 Replying to message strips name part of e-mail addresses
2935 fix return value of copy function
2937 2003-03-05 [christoph] 0.8.10claws84
2940 don't ask imap server for non rfc822 headers
2942 (closes bug 71 IMAP FETCH asks for FROM header field twice)
2945 destroy session on socket error to allow reconnecting
2947 2003-03-05 [christoph] 0.8.10claws83
2950 fix building with gnome when no prefix is set
2952 (closes bug 66 Gnome directory is set to NONE)
2954 2003-03-05 [paul] 0.8.10claws82
2956 * sync with 0.8.10cvs23
2957 see ChangeLog 2003-03-05
2959 2003-03-04 [christoph] 0.8.10claws81
2962 o fix moving and copying when folder returns 0 for new
2964 o remove some code for single message copy and move
2965 operations and use functions for multiple messages
2967 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2970 remove unused include
2972 2003-03-04 [paul] 0.8.10claws80
2975 list 'Compiled plugins'
2977 2003-03-03 [christoph] 0.8.10claws79
2980 have to multiply the percentage of the current fetch with
2981 the percentage that it has of the total fetch operation
2984 2003-03-03 [christoph] 0.8.10claws78
2987 fix calculation of expected lines for progress indicator
2989 2003-03-03 [christoph] 0.8.10claws77
2992 * src/common/utils.c
2993 fix segfault when opening the root news folder
2995 2003-03-03 [christoph] 0.8.10claws76
2997 * src/mainwindow.[ch]
2998 * src/common/Makefile.am
2999 * src/common/progressindicator.[ch]
3000 add UI independent progress indicator handling
3003 use new progress indicator for message info fetching
3005 * src/common/hooks.h
3008 2003-03-03 [oliver] 0.8.10claws75
3012 removed commented code
3014 2003-03-03 [oliver] 0.8.10claws74
3017 cleanups and refactoring
3019 compose_reply_mode reply & forwarding interface for
3022 act on messages marked for deletion in folderview_selected
3023 based on prefs_common.immediate_exec since a message might
3024 have been deleted by messageview in a folder we are changing
3025 to (does anybody understand what I'm on about ?)
3027 2003-03-03 [oliver] 0.8.10claws73
3029 * src/messageview.[ch]
3031 - messageview_delete: delete message shown in messagview
3032 - messageview_update_view: update messageview to currently
3033 selected summaryview message
3034 - add separate messageview to msgview_list in order to update
3035 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3036 * src/summaryview.[ch]
3037 summary_get_selection returns a list of selected msgs
3040 toolbar reply refactoring
3042 2003-03-03 [paul] 0.8.10claws72
3044 * sync with 0.8.10cvs21
3045 see ChangeLog 2003-03-03
3047 2003-03-02 [christoph] 0.8.10claws71
3049 * src/common/passcrypt.c
3052 2003-03-02 [christoph] 0.8.10claws70
3055 * src/prefs_account.c
3056 * src/prefs_gtk.[ch]
3057 * src/common/.cvsignore
3058 * src/common/Makefile.am
3059 * src/common/passcrypt.c ** NEW **
3060 * src/common/passcrypt.h.in ** NEW **
3061 Implement password encryption in config files
3062 using unix encrypt and setkey functions. The crypt
3063 key can be set as a configure parameter. Old
3064 passwords will be converted if they do not begin
3067 2003-03-02 [paul] 0.8.10claws69
3069 * src/prefs_account.c
3072 2003-03-01 [thorsten] 0.8.10claws68
3080 corrected format strings
3083 (fix compile errors with GNU gettext-0.11.5)
3085 2003-03-01 [oliver] 0.8.10claws67
3088 menu callbacks call toolbar_menu_reply
3090 2003-03-01 [oliver] 0.8.10claws66
3094 menu callbacks call toolbar_menu_reply
3096 callbacks from menu handled by toolbar_menu_reply
3098 2003-03-01 [paul] 0.8.10claws65
3101 revert commit 0.8.10claws54 - breaks editing of
3105 update Bulgarian translation, submitted by
3108 2003-02-28 [christoph] 0.8.10claws64
3114 * src/gtkxtext.h ** REMOVE **
3120 * src/prefs_common.c
3121 * src/prefs_matcher.c
3122 * src/procheader.[ch]
3125 * src/common/ssl_certificate.c
3126 * src/gtk/colorlabel.c
3129 o remove code obsoleted by new cache and folder system rework
3131 2003-02-28 [oliver] 0.8.10claws63
3134 * fix bug where reply in Messageview replied to
3135 Message displayed in summaryview
3136 (reportedd via ML by chinatinte at gmx dot ch)
3137 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3138 didn't work in separate MessageView Toolbar
3139 (wondering if anybody uses this at all ?)
3140 * src/summaryview.[ch]
3141 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3142 (generalize reply and forward code);
3144 remove focus_in event which updated summaryview to messageview
3146 2003-02-28 [paul] 0.8.10claws62
3149 add the --check option
3150 Patch submitted by Ricardo Mones Lastra
3152 2003-02-28 [paul] 0.8.10claws61
3154 * src/prefs_account.c
3155 re-order 'Signature' items
3157 2003-02-28 [paul] 0.8.10claws60
3159 * sync with 0.8.10cvs20
3160 see ChangeLog 2003-02-28
3162 2003-02-28 [paul] 0.8.10claws59
3165 update to reflect recent movement of files
3167 2003-02-28 [paul] 0.8.10claws58
3169 * sync with 0.8.10cvs19
3170 see ChangeLog 2003-02-28
3172 2003-02-27 [martin] 0.8.10claws57
3174 * src/prefs_matcher.c
3175 fix segfault in prefs_matcher_ok() when the
3176 last entry is deleted and prevents that the
3177 message "entry not saved" comes up after deleting
3180 2003-02-27 [martin] 0.8.10claws56
3182 * src/prefs_filtering.c
3183 fix segfault in prefs_filtering_ok() when the
3184 last entry is deleted and prevents that the
3185 message "entry not saved" comes up after deleting
3188 2003-02-27 [paul] 0.8.10claws55
3190 * sync with 0.8.10cvs18
3191 see ChangeLog 2003-02-27
3193 2003-02-27 [paul] 0.8.10claws54
3196 fix bug where the address book crashes with
3198 Patch [687729] submitted by David Frager
3199 <dbfrager@users.sourceforge.net>
3201 2003-02-25 [christoph] 0.8.10claws53
3204 * src/colorlabel.[ch] ** REMOVE **
3205 * src/gtk/Makefile.am
3206 * src/gtk/colorlabel.[ch] ** NEW **
3207 move colorlabel files to gtk directory
3209 * src/esmtp.[ch] ** REMOVE **
3210 has been merged into smtp.[ch] in 0.7.5
3212 2003-02-25 [christoph] 0.8.10claws52
3215 * src/about.[ch] ** REMOVE **
3216 * src/gtk/Makefile.am
3217 * src/gtk/about.[ch] ** NEW **
3218 move about files to gtk directory
3220 2003-02-25 [christoph] 0.8.10claws51
3223 some code optimization of folder scanning code
3225 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3227 2003-02-25 [christoph] 0.8.10claws50
3230 * src/common/sylpheed.c
3231 add command line parameter parsing to common code
3233 2003-02-24 [christoph]
3237 fix gnome prefix problems, the configure script now removed
3238 `gnome-config --prefix` from `gnome-config --datadir`
3239 and adds $(prefix} instead
3241 (closes Bug 24 Makefile does not respect prefix when installing
3244 2003-02-24 [christoph] 0.8.10claws49
3247 check for valid session before trying to authenticate
3249 (closes Bug 60 crash if "authenticate on logon" is activated
3250 and newsserver-hostname is not valid)
3252 2003-02-24 [melvin] 0.8.10claws48
3254 * src/prefs_actions.c
3255 Make sure all user's input is sent to the action and then
3258 2003-02-23 [alfons] 0.8.10claws46
3261 also wait cursor when deleting files
3265 * tools/freshmeat_search.pl
3266 tools/google_search.pl
3267 scripts should now work for any browser/browser command line
3269 2003-02-22 [christoph] 0.8.10claws45
3272 fix IMAP flag setting, IMAP flag is not handled correctly
3273 anymore by the folder system and information about the
3274 folder should not be saved in the MsgInfo (in my opinion)
3276 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3278 2003-02-22 [christoph] 0.8.10claws44
3281 fix spelling of "label" ;-)
3283 2003-02-22 [thorsten] 0.8.10claws43
3286 src/prefs_common.[ch]
3288 do not use description as attachment name
3290 2003-02-22 [alfons] 0.8.10claws42
3293 freeze/thaw folder item updates when changing color labels,
3294 and put a wait cursors on
3296 2003-02-22 [thorsten] 0.8.10claws41
3299 save-all fixes: crash if invoked on multipart container,
3300 mimeinfo access, pathseparators, error dialog
3302 2003-02-21 [alfons] 0.8.10claws40
3307 2003-02-21 [colin] 0.8.10claws39
3312 2003-02-21 [colin] 0.8.10claws38
3315 Freeze/thaw folderItem updates when filtering messages
3316 via Tools/Filter messages
3318 2003-02-21 [paul] 0.8.10claws37
3321 revert commit 0.8.10claws26, there are ulterior motives
3322 for users to set a Reply-To header when posting to
3325 2003-02-21 [paul] 0.8.10claws36
3327 * sync with 0.8.10cvs17
3328 see ChangeLog 2003-02-21
3330 2003-02-20 [christoph] 0.8.10claws35
3333 IMAP UID fetch speedup using SEARCH
3335 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3338 fix problem with UIDs in IMAP UID cache that no longer existed
3340 2003-02-20 [christoph] 0.8.10claws34
3345 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3347 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3350 Rewrite imap_cmd_gen_recv use sock_getline instead
3351 of sock_gets to avoid problems with too long reply
3354 2003-02-20 [colin] 0.8.10claws33
3356 * src/prefs_account.c
3359 2003-02-20 [colin] 0.8.10claws32
3362 Remove useless '&& !to_sender'
3367 change my e-mail address
3369 2003-02-19 [colin] 0.8.10claws31
3371 * src/prefs_common.c
3372 X11 style colors for every configurable color
3374 2003-02-19 [alfons] 0.8.10claws30
3376 * src/prefs_gtk.[ch]
3377 * src/prefs_common.c
3378 for color_new accept both plain integers and X11 style color
3379 names (as found in /usr/lib/X11/rgb.txt)
3381 2003-02-19 [paul] 0.8.10claws29
3384 add tooltips to online/offline button and account selector
3387 2003-02-19 [paul] 0.8.10claws28
3391 src/prefs_account.[ch]
3392 src/prefs_common.[ch]
3393 move 'Maximum number of articles to download' to
3395 clean up account prefs gui a little by hiding entries
3396 rather then greying out entries
3398 2003-02-19 [hiro] 0.8.10claws27
3400 * src/common/utils.c
3401 fix bug #54 'yesterdays date is displayed in the message
3404 2003-02-19 [paul] 0.8.10claws26
3407 fix bug reported in Feature Request [688596]
3408 'Reply-to header in news'
3410 2003-02-18 [paul] 0.8.10claws25
3413 add a 'List all keys' button to key selection dialog
3415 2003-02-18 [colin] 0.8.10claws24
3417 * src/stock_pixmap.c
3420 2003-02-18 [colin] 0.8.10claws23
3422 * src/common/smtp.[ch]
3424 Try to starttls if it seems to be the only
3425 way to authenticate a user
3427 2003-02-18 [paul] 0.8.10claws22
3431 src/stock_pixmap.[ch]
3432 src/pixmaps/drafts_close.xpm ** NEW FILE **
3433 src/pixmaps/drafts_open.xpm ** NEW FILE **
3434 as a Drafts folder is a special folder allow it to have
3435 its own unique icons
3437 2003-02-18 [colin] 0.8.10claws21
3440 Fix port selection when using starttls
3442 2003-02-18 [paul] 0.8.10claws20
3445 src/prefs_common.[ch]
3446 make blue the default new mail colour
3448 2003-02-18 [paul] 0.8.10claws19
3450 * sync with 0.8.10cvs14
3451 see ChangeLog 2003-02-18
3453 2003-02-17 [jens] 0.8.10claws18
3456 fixed a compile problem with gcc 3.3
3457 works on 2.95.3 too (testet on PPC as it is big endian)
3459 2003-02-17 [paul] 0.8.10claws17
3461 * sync with 0.8.10cvs13
3462 see ChangeLog 2003-02-17
3464 2003-02-17 [paul] 0.8.10claws16
3466 * sync with 0.8.10cvs12
3467 see ChangeLog 2003-02-17
3469 2003-02-16 [match] 0.8.10claws15
3472 Eliminates reloading of address data when items
3473 deleted or added. Applied submitted by
3474 Luke Plant <lukeplant@softhome.net>
3476 2003-02-16 [paul] 0.8.10claws14
3479 when a 'protocol error' is encountered disconnect from
3480 the server. This means that the user can carry on viewing
3481 other articles and doesn't have to either wait until the
3482 server timesout or quit sylpheed.
3483 Fixes bug #53 'Unable to read messages in newsgroups,
3484 displayed message doesn't change'
3486 2003-02-15 [christoph] 0.8.10claws13
3489 fix bug that stopped scanning of folders when an
3490 IMAP folder was empty
3492 (closes bug 46 stop scan messages in folders after empty folder)
3498 tools/freshmeat_search.pl ** NEW FILE **
3499 tools/google_search.pl ** NEW FILE **
3500 Add 2 Actions scripts which search freshmeat/google
3501 for the selected text using the browser configured
3504 Note: These scripts are very dependent on the format of the
3505 browser command and may not work on every occasion. Testing
3508 2003-02-14 [alfons] 0.8.10claws12
3511 fix breakage because of uninitialized account pointer.
3514 2003-02-14 [paul] 0.8.10claws11
3517 src/prefs_account.[ch]
3518 src/prefs_common.[ch]
3519 move signature settings to Account Prefs
3521 2003-02-14 [paul] 0.8.10claws10
3523 * sync with 0.8.10cvs11
3524 see ChangeLog 2003-02-14
3526 2003-02-13 [thorsten] 0.8.10claws9
3529 revert news progressbar (GUI separation)
3531 2003-02-13 [paul] 0.8.10claws8
3534 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3537 2003-02-13 [paul] 0.8.10claws7
3541 fix 'Follow-up and Reply-to' so that it creates a reply to
3542 the newsgroup and the sender. If the message has the keyword
3543 'poster' in the Followup-To header, all replies go to the
3544 sender, re: RFC 1036, Section 2.2.3
3545 rename all instances of 'ignore_replyto' to 'to_sender', both
3546 were previously used, now we use just one.
3548 2003-02-13 [paul] 0.8.10claws6
3550 * sync with 0.8.10cvs9
3551 see ChangeLog 2003-02-13
3553 2003-02-13 [paul] 0.8.10claws5
3556 show which plugins are configured in the configure
3559 2003-02-12 [thorsten] 0.8.10claws4
3562 show progress while fetching news headers
3564 2003-02-12 [christoph] 0.8.10claws3
3567 * src/plugins/Makefile.am
3568 use AM_CONDITIONAL to enable plugins, automake correctly
3569 manages this when creating distdir
3571 2003-02-12 [christoph] 0.8.10claws2
3573 * ac/spamassassin.m4
3574 * src/plugins/spamassassin/Makefile.am
3575 fix building SpamAssassin plugin without OpenSSL
3577 2003-02-12 [paul] 0.8.10claws1
3581 src/plugins/Makefile.am
3582 fix failure of 'make release'
3584 2003-02-12 [paul] 0.8.10claws
3586 * 0.8.10claws released
3588 2003-02-12 [paul] 0.8.9claws56
3595 updated translations by George Danchev, Ricardo Mones Lastra,
3596 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3599 Allow the building of RPMs by a regular user. Submitted
3602 2003-02-11 [alfons] 0.8.9claws55
3605 don't use pixmaps for label color rect but draw rectangles
3606 so we can respect the color map of palette based visuals
3607 (fixes the long time crashes on Suns - thanks to Andreas
3608 Engel and Steve O'Hara-Smith for testing)
3610 2003-02-11 [christoph] 0.8.9claws54
3612 * src/matcher_parser_parse.y
3613 correct bug where filering rules of not existing folders in
3614 matcherrc were added to global filtering
3616 (closes Debian Bug #180253 - Directory's filter-rules are merged with
3617 main filter-rules after removing directory, http://bugs.debian.org/180253)
3619 2003-02-11 [paul] 0.8.9claws53
3621 * sync with 0.8.10cvs7
3622 see ChangeLog 2003-02-09
3624 2003-02-11 [melvin] 0.8.9claws52
3627 Updated French tranlsations
3629 2003-02-10 [paul] 0.8.9claws51
3632 correct --enable-openssl
3633 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3635 2003-02-09 [martin] 0.8.9claws50
3637 * src/prefs_matcher.c
3638 fix segfault in prefs_matcher_substitute_cb() when
3641 2003-02-09 [paul] 0.8.9claws49
3644 fix bug where a newsgroup folder's processing rules were
3645 merged with the global filtering rules when the newsgroup
3646 folder was deleted, causing some seriously bad results,
3647 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3649 2003-02-08 [melvin] 0.8.9claws48
3652 Corrected and modified an alert message.
3654 2003-02-07 [paul] 0.8.9claws47
3657 fix bug where both an 'Account properties' window and a
3658 'Folder properties' window were opened when clicking on
3659 'Properties' in an NNTP or IMAP folder's popup menu.
3661 2003-02-07 [paul] 0.8.9claws46
3663 * sync with 0.8.10cvs6
3664 see ChangeLog 2003-02-06
3666 2003-02-06 [christoph] 0.8.9claws45
3669 freeze folder updates while importing mbox files
3670 (closes bug 43 importing mbox took hours)
3672 Patch submitted by Jens Rantil <jens.rantil@telia.com>
3674 2003-02-06 [thorsten] 0.8.9claws44
3677 Updated german translations
3679 2003-02-06 [thorsten] 0.8.9claws43
3682 use guint for message numbers (fix count in grouplist dialog)
3684 2003-02-05 [paul] 0.8.9claws42
3686 * sync with 0.8.10cvs2
3687 see ChangeLog 2003-02-05
3689 2003-02-04 [colin] 0.8.9claws41
3691 * src/prefs_common.[ch]
3694 Add an option to disable threading by subject
3696 2003-02-04 [christoph] 0.8.9claws40
3699 only abort fetching mails from multiple accounts when the
3700 error is fatal and does not allow to check any more accounts
3701 (currently only disk full error)
3703 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3704 receive mails for other accouts)
3706 2003-02-04 [christoph] 0.8.9claws39
3709 first add the new message to the cache, then
3710 send the update notification
3712 (closes bug 39 after sending message folderview doesnt get updated)
3714 2003-02-04 [colin] 0.8.9claws38
3717 _really_ fix this Connecting... status
3719 2003-02-04 [paul] 0.8.9claws37
3722 see ChangeLog 2003-02-04
3724 2003-02-04 [paul] 0.8.9claws36
3726 * sync with 0.8.9cvs6
3727 see ChangeLog 2003-02-03
3729 2003-02-04 [paul] 0.8.9claws35
3732 updated by André Filipe de Assunção e Brito
3733 <bedecko@netsite.com.br>
3735 2003-02-03 [thorsten] 0.8.9claws34
3738 Updated german translations
3740 2003-02-02 [paul] 0.8.9claws33
3743 updated by Ricardo Mones Lastra
3745 2003-02-02 [thorsten] 0.8.9claws32
3748 Fix mh_get_msginfo() segfault if file is inaccessible
3750 2003-01-31 [colin] 0.8.9claws31
3753 Fix last commit's bug
3755 2003-01-31 [colin] 0.8.9claws30
3758 Missing a change for gpg-signed messages
3760 2003-01-31 [paul] 0.8.9claws29
3762 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
3764 src/stock_pixmap.[ch]
3766 indicate GnuPG signed messages by displaying an icon
3767 in the Attachment column.
3769 2003-01-31 [paul] 0.8.9claws28
3771 * sync with 0.8.9cvs4
3772 see ChangeLog 2003-01-31
3774 2003-01-31 [alfons] 0.8.9claws27
3777 tune URI parser to accept mailto URLs with a '?'
3778 (patch from Ruslan Balkin)
3780 2003-01-31 [colin] 0.8.9claws26
3783 Fix a leak introduced in claws24
3785 2003-01-31 [colin] 0.8.9claws25
3788 Freeze/Thaw folder updates when deleting dups
3790 2003-01-31 [colin] 0.8.9claws24
3795 little speed improvements
3797 2003-01-31 [colin] 0.8.9claws23
3800 Fix segfault when forwarding nothing
3801 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3803 2003-01-30 [paul] 0.8.9claws22
3805 * sync with 0.8.9cvs3
3806 see ChangeLog 2003-01-30
3808 2003-01-30 [paul] 0.8.9claws21
3810 * sync with 0.8.9cvs2
3811 see ChangeLog 2003-01-30
3813 2003-01-29 [paul] 0.8.9claws20
3815 * sync with 0.8.9cvs1
3816 see ChangeLog 2003-01-29
3818 2003-01-28 [paul] 0.8.9claws19
3821 update to reflect changes.
3822 thanks to Ricardo Mones Lastra
3824 2003-01-27 [christoph] 0.8.9claws18
3827 * ac/spamassassin.m4
3828 * src/plugins/spamassassin/README
3829 * src/plugins/spamassassin/libspamc.[ch]
3830 * src/plugins/spamassassin/utils.[ch]
3831 updated to latest libspamc
3833 2003-01-27 [christoph] 0.8.9claws17
3836 fix wrong use of procheader_get_header_fields
3838 2003-01-27 [christoph] 0.8.9claws16
3841 * src/prefs_account.[ch]
3842 * src/common/nntp.[ch]
3843 allow to force authentication for NNTP servers
3845 Patch submitted by Florian Mickler <dmk@d-labs.de>
3847 2003-01-26 [paul] 0.8.9claws15
3850 speed up of marking messages as read
3851 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3853 2003-01-26 [christoph] 0.8.9claws14
3856 * src/mgutils.[ch] ** REMOVE **
3857 * src/xml.[ch] ** REMOVE **
3858 * src/xmlprops.[ch] ** REMOVE **
3859 * src/common/Makefile.am
3860 * src/common/mgutils.[ch] ** NEW **
3861 * src/common/xml.[ch] ** NEW **
3862 * src/common/xmlprops.[ch] ** NEW **
3863 move xml files to common directory
3865 2003-01-26 [christoph] 0.8.9claws13
3867 * src/plugins/spamassassin/spamassassin_gtk.c
3868 only set gtk entry text if string is available
3870 2003-01-26 [melvin] 0.8.9claws12
3872 * src/description_window.c
3873 Allow resizing of the window
3874 Allow automatic horizontal scroll bar
3875 Do not vertically expand and fill
3877 2003-01-26 [christoph] 0.8.9claws11
3880 * src/gtkutils.[ch] ** REMOVE **
3881 * src/common/sylpheed.c
3882 * src/gtk/Makefile.am
3883 * src/gtk/description_window.c
3884 * src/gtk/gtkutils.[ch] ** NEW **
3885 * src/gtk/prefswindow.c
3886 move gtkutils to gtk directory
3888 2003-01-26 [paul] 0.8.9claws10
3891 rename summary_unread_clicked() to summary_status_clicked()
3893 2003-01-26 [melvin] 0.8.9claws9
3895 * src/prefs_actions.c
3896 Cosmetical changes to the help text
3898 2003-01-26 [paul] 0.8.9claws8
3903 src/prefs_sumamry_column.c
3905 rename the 'Unread' column to 'Status'
3907 2003-01-25 [match] 0.8.9claws7
3910 removed reference to LDAP constants. removed error2string.
3911 included functions to support LDAP dynamic queries.
3913 moved LDAP constants here.
3917 removed references to LDAP constants and references to
3920 2003-01-25 [paul] 0.8.9claws6
3923 summary_thread_build(), summary_thread_init(): remove
3924 unneeded reference to summaryview->folder_item
3926 2003-01-25 [christoph] 0.8.9claws5
3928 * src/gtk/description_window.c
3929 o allow description texts to expand over multiple columns
3930 o translate all columns
3931 * src/prefs_actions.c
3932 change syntax description to use new multi column feature
3934 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3936 2003-01-25 [match] 0.8.9claws4
3939 fixed bug with Quoted-Printable
3941 2003-01-25 [paul] 0.8.9claws3
3944 src/summaryview.[ch]
3945 implement per-folder collapsed/expanded threads setting
3947 * src/prefs_common.c
3948 remove global collapsed/expanded threads option
3950 2003-01-25 [christoph] 0.8.9claws2
3953 add pluginwindow and prefswindow
3955 make send respond correctly to messages that could be added
3956 to the queue folder, but the UID of the message is unknown
3959 don't return guessed UIDs in imap_add_msg anymore. We return
3960 0 to tell the folder system it was appened but the UID is
3961 unknown. Folder system now get's the UID by scaning the folder
3962 and searching the cache for the Message-ID
3963 (closes bug #29 Messages queued, but not sent)
3965 2003-01-25 [paul] 0.8.9claws1
3968 conv_encode_header(): fix bug when long headers with 8-bit
3969 characters are used, so that the encoded words are wrapped.
3970 If the space in the original text falls on the wrap boundary,
3972 Patch by Sergey Vlasov.
3975 fix bug where a change to the sorting method or thread view
3976 of a folder's messages is lost if simpify-subject is set and
3978 Patch by Luke Plant.
3980 2003-01-24 [paul] 0.8.9claws
3982 * sylpheed-0.8.9claws released
3986 remove reference to 'INSTALL.jp'
3988 2003-01-23 [paul] 0.8.8claws128
3994 updated translations. submitted by Ricardo Mones Lastra,
3995 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3997 2003-01-23 [colin] 0.8.8claws127
4000 Fix drafted and queued news articles re-edition
4002 2003-01-23 [melvin] 0.8.8claws126
4005 Updated French translations
4007 2003-01-23 [colin] 0.8.8claws125
4010 Fix "Connecting to..." status message
4012 2003-01-22 [paul] 0.8.8claws124
4015 updated by George Danchev
4018 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4021 2003-01-21 [paul] 0.8.8claws123
4024 updated by George Danchev
4030 don't translate 'Separator'
4032 * src/plugins/spamassassin/Makefile.am
4033 add aspell to CPPFLAGS
4035 * src/plugins/spamassassin/spamassassin.c
4036 src/plugins/spamassassin/spamassassin_gtk.c
4037 set correct default for spamassassin_receive_spam
4038 slightly re-word descriptions and some
4041 2003-01-19 [alfons] 0.8.8claws122
4044 mimeview_save_as(): we might as well show the file name for
4045 the single case "Save As" too
4047 2003-01-19 [alfons] 0.8.8claws121
4050 change bug tracker URL to bugzilla URL
4052 2003-01-19 [alfons] 0.8.8claws120
4055 mimeview_save_all(): display name of file before overwriting;
4056 continue saving all, even when one overwrite was cancelled
4058 2003-01-19 [christoph] 0.8.8claws119
4062 fix wrong usage of procmsg_find_children in summaryview
4063 by using procmsg_update_unread_children instead of
4064 summaryview_update_unread_children
4066 2003-01-19 [christoph] 0.8.8claws118
4069 fix infinite loop in procmsg_find_children
4070 (closes bug #25 sylpheed crashes on delete.)
4072 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4074 2003-01-19 [paul] 0.8.8claws117
4077 updated by Ivan Francolin Martinez
4079 2003-01-18 [melvin] 0.8.8claws116
4081 * src/prefs_actions.c
4082 Removed syntax limitation of only one '&' at the end of command.
4083 Now actions that contain '>/dev/null 2>&1' are possible.
4085 2003-01-18 [melvin] 0.8.8claws115
4087 * src/prefs_actions.c
4088 Actions IO dialog: when the action ends
4089 the "Close" button now has focus and [Escape] closes the
4092 2003-01-18 [christoph] 0.8.8claws114
4095 o add debug output when MsgInfos are really freed
4096 o free GSLists in procmsg_find_children and
4097 procmsg_update_unread_children
4099 2003-01-18 [christoph] 0.8.8claws113
4102 reorder Configuration menu
4104 2003-01-18 [christoph] 0.8.8claws112
4107 fix applying templates to forwarded messages
4109 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4111 2003-01-17 [christoph] 0.8.8claws111
4114 destroy folder items, when a folder item is removed
4116 2003-01-17 [christoph] 0.8.8claws110
4119 fix wrong folder stats update when ignored message is
4122 2003-01-17 [colin] 0.8.8claws109
4126 Quicksearch bugfixes:
4127 - hide help button at startup if not extended
4128 - switch to extended when looking for replies
4132 * sync with 0.8.9 release
4134 2003-01-17 [paul] 0.8.8claws108
4136 * sync with 0.8.8cvs11
4137 see ChangeLog 2003-01-17
4139 2003-01-16 [colin] 0.8.8claws107
4142 Changed encryption test to re-ask passphrase
4143 if an encrypted message hasn't been decrypted
4146 2003-01-16 [christoph] 0.8.8claws106
4149 * src/prefs_toolbar.c
4150 * src/gtk/prefswindow.h
4151 * src/plugins/spamassassin/spamassassin_gtk.c
4152 remove page destroy function that is not used anymore
4154 2003-01-16 [paul] 0.8.8claws105
4156 * sync with 0.8.8cvs9
4157 see ChangeLog 2002-01-16
4159 2003-01-16 [colin] 0.8.8claws104
4162 Fix bug with autosaved drafts for IMAP, when draft
4163 folder is specified - fixes bugzilla bug #20
4165 2003-01-15 [paul] 0.8.8claws103
4169 store folder and message-id of message forwarding
4170 in queue header and set forward flag after sending
4172 2003-01-15 [paul] 0.8.8claws102
4174 * sync with 0.8.8cvs8
4175 see ChangeLog 2002-01-15
4177 2003-01-15 [colin] 0.8.8claws101
4180 Fix linking with GNU libiconv
4182 2003-01-15 [darko] 0.8.8claws100
4185 fix crash when importing pine address book
4186 entry with an empty name (reported by DY
4187 <dybulk at tri8.net>)
4189 2003-01-14 [paul] 0.8.8claws99
4191 * configure.in ** REMOVED **
4192 configure.ac ** NEW FILE **
4193 rename configure.in to configure.ac, as it is now
4196 2003-01-14 [melvin] 0.8.8claws98
4199 folderview_check_new(): More precise function description
4201 2003-01-14 [melvin] 0.8.8claws97
4204 folderview_check_new(): return the number of new messages
4207 inc_account_mail(): Disable counting of new messages for IMAP
4208 and NNTP until bug [19] and [14] are fixed.
4210 2003-01-14 [paul] 0.8.8claws96
4212 * sync with 0.8.8cvs6
4213 see ChangeLog 2003-01-14
4215 2003-01-13 [alfons] 0.8.8claws95
4218 tune email address validation (c. 0.8.8claws89): if . is
4219 just one char away from @, the address is invalid too
4220 (correctly rejects addresses like foo@.com)
4222 2003-01-13 [paul] 0.8.8claws94
4226 fixes to the Message View toolbar and menu:
4227 fix non-functioning Forward button
4228 make Reply button consider default_reply_list
4229 remove 'Follow-up...' menu entry
4230 add 'Forward' and 'Redirect' menu entries
4232 2003-01-13 [melvin] 0.8.8claws93
4235 Fixed typo that could make new messages count incorrect.
4237 2003-01-13 [melvin] 0.8.8claws92
4239 * src/folderview.[ch]
4240 folderview_check_new(): return the number of new messages.
4242 Should fix bug [14] where new mail notification worked
4243 incorrectly with IMAP accounts.
4244 inc_spool_account(): return number of new msgs, or -1 on error
4245 inc_all_spool(): return number of new msgs
4247 2003-01-13 [melvin] 0.8.8claws91
4249 * src/prefs_actions.c
4252 2003-01-12 [thorsten] 0.8.8claws90
4254 * src/common/prefs.c
4255 close file before rename
4257 2003-01-12 [alfons] 0.8.8claws89
4260 add Christian Mertes
4261 * src/common/utils.[ch]
4262 g_stricase_hash(), g_stricase_equal(): functions for
4263 case insensitive hash tables
4265 use top level domain names to validate email address, based
4266 on a patch by Christian Mertes (thanks!), but changed
4267 implementation to use a hash table
4269 2003-01-12 [paul] 0.8.8claws88
4272 updated by George Danchev
4274 2003-01-12 [alfons] 0.8.8claws87
4277 delete / execute performance: use new style folder update
4279 2003-01-12 [paul] 0.8.8claws86
4281 * sync with 0.8.8cvs5
4282 see ChangeLog 2003-01-13 (!)
4284 2003-01-12 [alfons] 0.8.8claws85
4287 * src/matcher_parser_parse.y
4288 prepare change_score filtering action
4290 give up const-correctness on functions that call non-const-correct functions;
4291 several casts to gpointer in g_free();
4294 2003-01-12 [christoph] 0.8.8claws84
4299 * src/gtk/prefswindow.[ch]
4300 * src/plugins/spamassassin/spamassassin_gtk.c
4301 changed the call of the widget create function
4302 for PrefsPages, because sometimes the widget
4303 create function needs a widget that already has
4304 been attached to a window (to create GDK pixmaps
4305 for exmaple). So we simply pass the GtkWindow as
4306 the second parameter now.
4310 * src/prefs_toolbar.[ch]
4311 rewrite Toolbar Preferences using the new
4314 2003-01-11 [alfons] 0.8.8claws83
4317 fix crash when adding sender to addressbook because status bar
4318 isn't there (the status bar doesn't seem to be used though,
4319 but I'll let Match decide what to do with it)
4321 2003-01-11 [colin] 0.8.8claws82
4325 Two useless changes reversed
4327 2003-01-11 [colin] 0.8.8claws81
4331 Add mainwindow_get_mainwindow()
4334 Add alertpanel_error_log()
4341 Network errors get a View Log button
4343 2003-01-10 [alfons] 0.8.8claws80
4345 * src/prefs_toolbar.c
4347 use the translatable string for "Separator" as file name for
4348 separator toolbar items (probably make this uppercase?)
4350 2003-01-10 [alfons] 0.8.8claws79
4352 * src/prefs_toolbar.c
4353 put right A_SEPARATOR description string in "displayed
4354 toolbar items list" so manually added separators are
4355 saved correctly (bug #10, "Adding a separator to the main
4356 toolbar fails, entry in xml file is wrong")
4358 2003-01-10 [christoph] 0.8.8claws78
4362 o use CAPABILITY to check if NAMESPACE is available
4364 2003-01-10 [christoph] 0.8.8claws77
4367 apply UIDPLUS IMAP extension support patch
4369 Patch submitted by Simon 'corecode' Schubert
4371 2003-01-10 [paul] 0.8.8claws76
4374 a sync from main which fixes the news account folders'
4377 2003-01-10 [christoph] 0.8.8claws75
4380 don't accept 0 as a valid uid returned by copy and move
4381 functions. 0 means the message was copied or moved but the
4382 new uid could not be fetched. It is not an error condition
4383 for the copy or move operation.
4385 2003-01-10 [paul] 0.8.8claws74
4387 * src/prefs_filtering.c
4388 change English used in Alert when entry is not
4391 * sync with 0.8.8cvs4
4392 see ChangeLog 2003-01-10
4394 2003-01-10 [darko] 0.8.8claws73
4397 fix crash when importing address book entry
4398 without a valid address
4400 2003-01-09 [alfons] 0.8.8claws72
4403 filtering performance: use new style folder update
4405 2003-01-09 [christoph] 0.8.8claws71
4409 fix wrong selecting of mime encoding type, when
4410 opening property dialog of attachments in the
4411 compose window. 7bit was always selected and that
4412 destoryed files with 8bit data.
4413 (closes bug #9 Sylpheed-claws destroys attachments when
4414 changing MIME-types)
4416 2003-01-09 [paul] 0.8.8claws70
4418 * sync with 0.8.8cvs3
4419 see ChangeLog 2003-01-09
4421 2003-01-08 [alfons] 0.8.8claws69
4424 apply patch by Kim Schulz to fix build breakage
4425 because of missing variable
4427 2003-01-08 [paul] 0.8.8claws68
4429 * sync with 0.8.8cvs2
4430 see ChangeLog 2002-01-08
4432 2003-01-08 [paul] 0.8.8claws67
4435 updated by Alessandro Maestri
4438 when using 'Add sender to addressbook' allow
4439 name to be edited and remarks to be entered
4440 Patch submitted by Luke Plant