Re: setting mailboxes from the output of a command

2009-07-22 Thread lee
On Tue, Jul 21, 2009 at 04:04:23PM -0500, Kyle Wheeler wrote: > >mailboxes = `mutt-mb /home/lee/Mail` > > Just to make sure you notice: mailboxes is a *command*, not a value, > so mutt is interpreting that = as a mailbox name to expand (namely, > $folder). Thanks, I found it another post here.

Re: setting mailboxes from the output of a command

2009-07-21 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Monday, July 20 at 11:39 PM, quoth lee: >On Mon, Jul 20, 2009 at 11:22:03PM -0600, lee wrote: > >> How do I set the mailboxes from the command output? I don't want to >> use a file with mailboxes lines and source that. > >Never mind, I found that

Re: setting mailboxes from the output of a command

2009-07-20 Thread lee
On Mon, Jul 20, 2009 at 11:22:03PM -0600, lee wrote: > How do I set the mailboxes from the command output? I don't want to > use a file with mailboxes lines and source that. Never mind, I found that the program to run must be in the path. It's working now: mailboxes = `mutt-mb /home/lee/Mail`

setting mailboxes from the output of a command

2009-07-20 Thread lee
Hi, how do you set mailboxes from the output of a command? The documentation says: my_hdr X-Operating-System: `uname -a` The output of the Unix command ``uname -a'' will be substituted before the line is parsed. Note that since initialization files are line oriented, only the first li