diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-28 04:20:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-28 04:20:53 +0800 |
commit | abd6186b370629d256780c022db5e303dad1ff41 (patch) | |
tree | 13a32fc7e126fe43c44be6c21c5fbbc480ab85fd /mail/ChangeLog | |
parent | 0347b891ddc691fa888efa1bcd08a304235abf9b (diff) | |
download | gsoc2013-evolution-abd6186b370629d256780c022db5e303dad1ff41.tar gsoc2013-evolution-abd6186b370629d256780c022db5e303dad1ff41.tar.gz gsoc2013-evolution-abd6186b370629d256780c022db5e303dad1ff41.tar.bz2 gsoc2013-evolution-abd6186b370629d256780c022db5e303dad1ff41.tar.lz gsoc2013-evolution-abd6186b370629d256780c022db5e303dad1ff41.tar.xz gsoc2013-evolution-abd6186b370629d256780c022db5e303dad1ff41.tar.zst gsoc2013-evolution-abd6186b370629d256780c022db5e303dad1ff41.zip |
Fix it so that "send later" will still mark a message as being replied,
2000-09-27 Jeffrey Stedfast <fejj@helixcode.com>
* mail-callbacks.c (composer_postpone_cb): Fix it so that "send
later" will still mark a message as being replied, forwarded,
whatever. Closes bug #568 on bugzilla.
svn path=/trunk/; revision=5602
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 d82f757481..a622d1ca41 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2000-09-27 Jeffrey Stedfast <fejj@helixcode.com> + * mail-callbacks.c (composer_postpone_cb): Fix it so that "send + later" will still mark a message as being replied, forwarded, + whatever. Closes bug #568 on bugzilla. + +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. |