Re: Dynamically Generated .muttrc Content

2000-08-02 Thread Aaron Schrab
At 19:20 -0400 02 Aug 2000, Evan Vetere <[EMAIL PROTECTED]> wrote: > I'm trying to source a directory full o' files into my .muttrc. Typical > methods such as 'source ~/.mutt/*' (where .mutt is the directory) don't > work, so I tried doing source "cat ~/.mutt/* |" -- Aaron Schrab [EMAIL PRO

Re: Dynamically Generated .muttrc Content

2000-08-02 Thread Mikko Hänninen
Evan Vetere <[EMAIL PROTECTED]> wrote on Wed, 02 Aug 2000: > Sourcing all files individually, literally, within the file to begin > with, works just fine. Anyone know any tricks to make this baby work? Hmm. You already have source-everything.pl, maybe that can be put to use: source `~/.mutt/so

Dynamically Generated .muttrc Content

2000-08-02 Thread Evan Vetere
I'm trying to source a directory full o' files into my .muttrc. Typical methods such as 'source ~/.mutt/*' (where .mutt is the directory) don't work, so I tried doing source `ls ~/.mutt/*` only to find that fail too. Next, I tried including each file with its own 'source' statement attached, and