diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-28 01:54:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-28 01:54:48 +0800 |
commit | 0347b891ddc691fa888efa1bcd08a304235abf9b (patch) | |
tree | be9ce7f8b056b67d0623233de39ae84305bdb15f /mail/ChangeLog | |
parent | 1a36cc706eadea5e0b8b5a1a5cb3e4f9261adcbb (diff) | |
download | gsoc2013-evolution-0347b891ddc691fa888efa1bcd08a304235abf9b.tar gsoc2013-evolution-0347b891ddc691fa888efa1bcd08a304235abf9b.tar.gz gsoc2013-evolution-0347b891ddc691fa888efa1bcd08a304235abf9b.tar.bz2 gsoc2013-evolution-0347b891ddc691fa888efa1bcd08a304235abf9b.tar.lz gsoc2013-evolution-0347b891ddc691fa888efa1bcd08a304235abf9b.tar.xz gsoc2013-evolution-0347b891ddc691fa888efa1bcd08a304235abf9b.tar.zst gsoc2013-evolution-0347b891ddc691fa888efa1bcd08a304235abf9b.zip |
If the message has been deleted, don't try filtering it - skip to the next
2000-09-27 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (do_filter_ondemand): If the message has been
deleted, don't try filtering it - skip to the next message.
Fixes bugzilla bug #639.
svn path=/trunk/; revision=5601
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 766fa3787c..d82f757481 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-09-27 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-ops.c (do_filter_ondemand): If the message has been + deleted, don't try filtering it - skip to the next message. + Fixes bugzilla bug #639. + 2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser-factory.c: Shuffling (un)select all menu items to |