diff options
author | Nikolaus Schulz <microschulz@web.de> | 2011-07-09 18:41:20 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2011-07-09 18:41:20 +0200 |
commit | 6cb9ba91228e7e70d998590374f5dd73a14a2fbf (patch) | |
tree | 277c19bc9758d58cca71abc936b00981f3c6e238 | |
parent | 14e0929ba2f3ae35f2602d94c5817741726aa58a (diff) | |
download | archivemail-6cb9ba91228e7e70d998590374f5dd73a14a2fbf.tar.gz archivemail-6cb9ba91228e7e70d998590374f5dd73a14a2fbf.tar.bz2 archivemail-6cb9ba91228e7e70d998590374f5dd73a14a2fbf.zip |
FAQ: update note about missing bzip2 support
-rw-r--r-- | FAQ | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,10 +2,9 @@ 1. Why doesn't archivemail support bzip2 compression in addition to gzip? ------------------------------------------------------------------------- -I am quite happy to add bzip2 support to archivemail as soon as a 'bzip2' -module (similar to the gzip module) is available for python. -[ Hint hint ;) ] - +The bzip2 module in Python 2.x is not fully compatible with the gzip module, +and cannot be used with the current implementation of compressed mailbox +support in archivemail. See Python feature request #5863 for details. 2. Can you add a switch to archive mailboxes greater than a certain size? ------------------------------------------------------------------------- |