diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-08-18 12:17:56 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-08-18 12:17:56 +0000 |
commit | 5264ab35cdf5c3f0aca660f3d5e3ed52290e6007 (patch) | |
tree | 83f809ed090f30924e157e79fd94610957206fe0 /FAQ | |
parent | 604e11428f16fe5696bac15ae6cdd7158f52b397 (diff) | |
download | archivemail-5264ab35cdf5c3f0aca660f3d5e3ed52290e6007.tar.gz archivemail-5264ab35cdf5c3f0aca660f3d5e3ed52290e6007.tar.bz2 archivemail-5264ab35cdf5c3f0aca660f3d5e3ed52290e6007.zip |
Fixed a bug where we would throw an exception if a message was dated
exactly on the unix epoch. Also fixed a bug where trailing slashes
were being passed to the archive file name.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ + +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 ;) ] |