aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-15 22:58:46 +0800
committerDan Winship <danw@src.gnome.org>2000-09-15 22:58:46 +0800
commit3b3f989e833c51ff0f8f0d544e14dec5e93a64dd (patch)
tree67d5ec9210d1acc65a02a6098bbf10816a59138a /mail/ChangeLog
parent283e2c32dbeeb212826a11e25eefc95c8267cde5 (diff)
downloadgsoc2013-evolution-3b3f989e833c51ff0f8f0d544e14dec5e93a64dd.tar
gsoc2013-evolution-3b3f989e833c51ff0f8f0d544e14dec5e93a64dd.tar.gz
gsoc2013-evolution-3b3f989e833c51ff0f8f0d544e14dec5e93a64dd.tar.bz2
gsoc2013-evolution-3b3f989e833c51ff0f8f0d544e14dec5e93a64dd.tar.lz
gsoc2013-evolution-3b3f989e833c51ff0f8f0d544e14dec5e93a64dd.tar.xz
gsoc2013-evolution-3b3f989e833c51ff0f8f0d544e14dec5e93a64dd.tar.zst
gsoc2013-evolution-3b3f989e833c51ff0f8f0d544e14dec5e93a64dd.zip
Don't get_message_flags, because POP doesn't support it and it's pointless
* mail-ops.c (do_fetch_mail): Don't get_message_flags, because POP doesn't support it and it's pointless anyway since we're setting deleted, not toggling it. call camel_folder_sync with expunge=TRUE so that the deletions are actually recorded. svn path=/trunk/; revision=5450
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index edae194c17..cbff28d1a9 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,7 +1,11 @@
2000-09-15 Dan Winship <danw@helixcode.com>
* mail-ops.c (do_fetch_mail): Fix the sense of the "keep on
- server" check so we're not doing this backwards.
+ server" check so we're not doing this backwards. Don't
+ get_message_flags, because POP doesn't support it and it's
+ pointless anyway since we're setting deleted, not toggling it.
+ call camel_folder_sync with expunge=TRUE so that the deletions are
+ actually recorded.
2000-09-15 Dan Winship <danw@helixcode.com>