diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3c0c219b7d..59a144e955 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,8 +1,19 @@ 2004-02-06 Radek Doulik <rodo@ximian.com> + * em-folder-view.c (emfv_popup_mark_nojunk): move to the next + message after mark not junk as well + * em-junk-filter.c (em_junk_sa_test_spamd): split into spamassassin and spamd tests (em_junk_sa_is_available): test spamd only if spamd usage enabled + (pipe_to_sa_with_error): extended pipe_to_sa, last added parametr + specifies return value if an error occured + (em_junk_sa_check_junk): don't use /bin/sh -c when running + spamassassin, it's not needed and we need to avoid getting 126,127 + exit codes from the shell + (em_junk_sa_check_junk): pass 0 rv_err to pipe_to_sa_with_error to + avoid false positives in case someone removes/uninstalls SA while + evolution runs 2004-02-06 Not Zed <NotZed@Ximian.com> |