mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-21 23:32:54 +00:00
FAQ: update note about missing bzip2 support
This commit is contained in:
parent
14e0929ba2
commit
6cb9ba9122
1 changed files with 3 additions and 4 deletions
7
FAQ
7
FAQ
|
@ -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?
|
||||
-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue