Hello Folks,

 I make backup of e-mail with this at procmailrc:

#----------------------------------------------------------------------
## backup copies of the last $MAXBACKUP e-mails.
#----------------------------------------------------------------------
:0 c:
${BACKUP_DIR}
#----------------------------------------------------------------------
:0 ic
| cd ${BACKUP_DIR} && rm -f dummy `ls -t msg.* | sed -e 1,${MAXBACKUP}d`
##     c    carbon copy. Don't stop at this recipe.
##     i    Ignore  any write errors on this recipe (i.e. usually
##           due to an early closed pipe).

 that's supposed to be an MH folder, procmail delivers to it as it is an
 MH folder but when I try to open it from within mutt it shows the folder
 as empty. I've created an empty file ${BACKUP_DIR}/.xmhcache but it
 didin't help. I'm using qmail here.
 
 My question is: What I could do to make mutt open this as a regular MH
 folder???

 cheers,
-- 
   Francisco.
   São Paulo, Brasil.
             __o
            `\<,
     _____(*)/(*)_____

Reply via email to