FAQ: update note about missing bzip2 support

This commit is contained in:
Nikolaus Schulz 2011-07-09 18:41:20 +02:00
parent 14e0929ba2
commit 6cb9ba9122
1 changed files with 3 additions and 4 deletions

7
FAQ
View File

@ -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?
-------------------------------------------------------------------------