diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-02 21:53:20 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-02 21:53:20 +0000 |
commit | c0552fcd0609e58aa3e9fb59508ee6fac966824b (patch) | |
tree | 3da4c2a3d28225dc80a5ead4e1c9ad053e08e0a7 /CHANGELOG | |
parent | 3e0288e21ba639dce871d5623238b4cae450760e (diff) | |
download | archivemail-c0552fcd0609e58aa3e9fb59508ee6fac966824b.tar.gz archivemail-c0552fcd0609e58aa3e9fb59508ee6fac966824b.tar.bz2 archivemail-c0552fcd0609e58aa3e9fb59508ee6fac966824b.zip |
With IMAP no IdentityCache object was initialized, causing a crash if
--warn-duplicates was used. Closes: Debian bug #434786.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Version 0.7.1 - UNRELEASED * Expand tilde in argument of long option --pwfile. (Thanks Christian Brabandt) Closes: Debian bug #434813 * 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) Version 0.7.0 - 2 November 2006 * Fixed long options --filter-append and --pwfile to accept their arguments. |