On 000516, at 08:01:43, AG wrote:
> | I've an interesting quandry and can't find the answer in the manual.  My
> | mail is presorted by procmail into multple mbox spoolfiles.  Each of these
> | hase an mbox-hook telling it where to put read mail.  Unfortunately,
> | except for the catch-all box, which can be defined as $spoolfile, the
> | boxes are deleted when emptied.
> | 
> | Is there a way to tell mutt *not* to delete the empty mboxes?
> 
> Errm.  That looks a little dumber than it is.  Yes, I can set save_empty
> to keep *all* empy mail boxes.  But I only want to save these 4 when empty
> :)

Perhaps folder hooks will work:

    folder .         "set save_empty=no"
    folder (a|b|c|d) "set save_empty=yes"

-- 
David Ellement <[EMAIL PROTECTED]>

Reply via email to