On 2000.08.16, in <[EMAIL PROTECTED]>,
        "Evan Vetere" <[EMAIL PROTECTED]> wrote:
> I've got a bunch of mail files in ~/mail; procmail drops stuff there.
> Each file in that dir is, uh, sourced, in my .muttrc: 
> 
> mailboxes ~/mail/blah ~/mail/bork ~/mail/foo ~/mail/zort 
> 
> Can I generate that list automagically? I'm imagining something like: 
> 
> mailboxes ~/mail/*

You could try:
        source 'echo mailboxes `ls ~/mail/.` |'

Not sure it'll work, but something like it should.

-- 
 -D.    [EMAIL PROTECTED]        NSIT    University of Chicago

Reply via email to