"Fossies" - the Fresh Open Source Software Archive

Member "archivemail-0.9.0/FAQ" (9 Jul 2011, 674 Bytes) of package /linux/privat/old/archivemail-0.9.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 1. Why doesn't archivemail support bzip2 compression in addition to gzip?
    3 -------------------------------------------------------------------------
    4 
    5 The bzip2 module in Python 2.x is not fully compatible with the gzip module,
    6 and cannot be used with the current implementation of compressed mailbox
    7 support in archivemail.  See Python feature request #5863 for details.
    8 
    9 2. Can you add a switch to archive mailboxes greater than a certain size?
   10 -------------------------------------------------------------------------
   11 
   12 If you are using mbox format mailboxes instead, use the find(1) command instead, it is more flexible:
   13 
   14     find $HOME/Mail -type f ! -name '*archive*' 
   15