diff options
author | Peter Williams <peterw@ximian.com> | 2002-08-27 03:04:23 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-08-27 03:04:23 +0800 |
commit | 4fd7dd89f36a9dea7ea7f775cfc7f803effbfc3e (patch) | |
tree | db21465d66ee9eba8aa7e0ab7c43dcb2f9f7d46a /mail/ChangeLog | |
parent | 70e176f79dde254653ccdbd1ffad99e7d0b2abe1 (diff) | |
download | gsoc2013-evolution-4fd7dd89f36a9dea7ea7f775cfc7f803effbfc3e.tar.gz gsoc2013-evolution-4fd7dd89f36a9dea7ea7f775cfc7f803effbfc3e.tar.zst gsoc2013-evolution-4fd7dd89f36a9dea7ea7f775cfc7f803effbfc3e.zip |
Enforce the mailer policy that deleted messages are marked as seen. Fixes
2002-08-26 Peter Williams <peterw@ximian.com>
* mail-ops.c (transfer_messages_transfer): Enforce the mailer policy
that deleted messages are marked as seen. Fixes 29448. This could
go in camel_folder_transfer_messages_to, but I don't think we
necessarily want to enforce that policy for Camel in general.
svn path=/trunk/; revision=17865
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bf9afb466b..15269754f0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2002-08-26 Peter Williams <peterw@ximian.com> + + * mail-ops.c (transfer_messages_transfer): Enforce the mailer policy + that deleted messages are marked as seen. Fixes 29448. This could + go in camel_folder_transfer_messages_to, but I don't think we + necessarily want to enforce that policy for Camel in general. + 2002-08-23 Peter Williams <peterw@ximian.com> Address most of bug #4940. Fails on the last page of the add account |