aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-02 17:53:29 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-02 17:53:29 +0000
commitbcb00dbbede21b3ee7146b200a63eb9eada1fc46 (patch)
tree9ad000f45b8f5948c064bc4e73b8961a493f4550 /CHANGELOG
parent3240b24d9f0069ea015ea335d84b5b02d9891d17 (diff)
downloadarchivemail-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--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5e11836..7c3d7ef 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.