diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-02 17:53:29 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-02 17:53:29 +0000 |
commit | bcb00dbbede21b3ee7146b200a63eb9eada1fc46 (patch) | |
tree | 9ad000f45b8f5948c064bc4e73b8961a493f4550 /CHANGELOG | |
parent | 3240b24d9f0069ea015ea335d84b5b02d9891d17 (diff) | |
download | archivemail-bcb00dbbede21b3ee7146b200a63eb9eada1fc46.tar.gz archivemail-bcb00dbbede21b3ee7146b200a63eb9eada1fc46.tar.bz2 archivemail-bcb00dbbede21b3ee7146b200a63eb9eada1fc46.zip |
CHANGELOG: updated to cover fixed IMAP message flag handling and new --copy
option.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ Version 0.7.1 - UNRELEASED (Thanks Elan Ruusamäe for tracking this down.) Closes: #1783369. (The Debian package has a different fix for this problem since 0.6.1-4, closing Debian bugs #255944 and #305902.) + * Fixed IMAP message flag conversion which was completely broken. (Thanks + Christian Brabandt) Closes: Debian bug #434807 + * New option --copy: archive mail, but don't delete it from the mailbox. + This is mainly useful for testing purposes, and complements --delete. + Closes: #981865, #988803, #1764851, Debian bug #434798 Version 0.7.0 - 2 November 2006 * Fixed long options --filter-append and --pwfile to accept their arguments. |