aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-02 23:35:50 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-02 23:35:50 +0000
commit74c871644e4375983df62741a75aa5e6580f4535 (patch)
tree1775fd25fbd50068d8081394eb7d6743319d64fe /CHANGELOG
parentc0552fcd0609e58aa3e9fb59508ee6fac966824b (diff)
downloadarchivemail-74c871644e4375983df62741a75aa5e6580f4535.tar.gz
archivemail-74c871644e4375983df62741a75aa5e6580f4535.tar.bz2
archivemail-74c871644e4375983df62741a75aa5e6580f4535.zip
When converting from other formats to mbox, don't preserve existing 'Status' and
'X-Status' mbox headers, we better overwrite them with correct values.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ca60e6b..cbf0714 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,9 @@ Version 0.7.1 - UNRELEASED
* archivemail now accepts --days=0
* Fixed crash if --warn-duplicate is used with IMAP (Thanks Christian
Brabandt) Closes: Debian bug #434786 (the Debian package already has a fix)
+ * When converting from other formats to mbox, archivemail used to preserve
+ existing 'Status' and 'X-Status' mbox headers; these are now silently
+ overwritten to ensure they have correct values.
Version 0.7.0 - 2 November 2006
* Fixed long options --filter-append and --pwfile to accept their arguments.