aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-09-15 06:14:57 +0000
committerPaul Rodger <paul@paulrodger.com>2002-09-15 06:14:57 +0000
commit3939c4851857a3691ea7d6689009d633769af642 (patch)
tree453ed11be16d9514a321eda9933762c0ff350990 /FAQ
parent5264ab35cdf5c3f0aca660f3d5e3ed52290e6007 (diff)
downloadarchivemail-3939c4851857a3691ea7d6689009d633769af642.tar.gz
archivemail-3939c4851857a3691ea7d6689009d633769af642.tar.bz2
archivemail-3939c4851857a3691ea7d6689009d633769af642.zip
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.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ9
1 files changed, 9 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 8708be0..a2e5648 100644
--- a/FAQ
+++ b/FAQ
@@ -5,3 +5,12 @@
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*'
+