diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-10-24 02:33:31 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-10-24 02:33:31 +0000 |
commit | b40728e740e1fb75e0bd89687262c743a2331bf4 (patch) | |
tree | 4cb7f038386128a12d80938600f384658764ef70 | |
parent | 8e73e315e4a77dbccd8bfa3f1c049e279b581eb1 (diff) | |
download | archivemail-b40728e740e1fb75e0bd89687262c743a2331bf4.tar.gz archivemail-b40728e740e1fb75e0bd89687262c743a2331bf4.tar.bz2 archivemail-b40728e740e1fb75e0bd89687262c743a2331bf4.zip |
Updated changelog about latest bugfix (skipping invalid files in Maildirs).
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ Version 0.7.1 - UNRELEASED * Username and password in IMAP URLs can now be double-quoted, so it should be no longer a problem if they contain delimiters like the '@' character. Closes: #1640878 + * Invalid messages/files in Maildirs caused archivemail to silently stop + processing mails and claim it's all done. Now skip these and go ahead. + Closes: #1783369, Debian bug #255944, and Debian bug #305902 also seems to + be about this issue. Version 0.7.0 - 2 November 2006 * Fixed long options --filter-append and --pwfile to accept their arguments. |