1
0
Fork 0
mirror of https://git.code.sf.net/p/archivemail/code synced 2024-12-22 07:42:55 +00:00
archivemail/FAQ
Paul Rodger 3939c48518 Fixed a bug where mailbox locking would fail under Solaris, also fixed
a bug where archiving maildir mailboxes without a 'Received Date' or
'From' header would fail.
Removed another assert() statement that would crash on the unix epoch.
2002-09-15 06:14:57 +00:00

16 lines
608 B
Text

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 ;) ]
2. Can you add a switch to archive mailboxes greater than a certain size?
-------------------------------------------------------------------------
If you are using mbox format mailboxes instead, use the find(1) command instead, it is more flexible:
find $HOME/Mail -type f ! -name '*archive*'