diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
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> |