On Wed, Jul 22, 2009 at 03:53:20PM +0200, Rocco Rutte wrote: > Hi, > > * lee wrote: > > On Wed, Jul 22, 2009 at 10:18:14AM +0100, Christian Ebert wrote: > > > > > mailboxes = `mutt-mb ~/Mail` > > > > mailboxes `mutt-mb ~/Mail` > > > > grr, mailboxes is a command, not a variable. > > > Both work --- does it make a difference? > > Yes and no. Given 'mutt-mb ~/Mail' prints '~/Mail/foobar' and given that > $folder is ~/Mail, you get: > > mailboxes ~/Mail ~/Mail/foobar > > with the former and: > > mailboxes ~/Mail/foobar > > with the latter. See "mailbox shortcuts" in the manual.
Ah, I see what you mean. With the first, I'm getting an entry for "=/" in the list, with the second version, I don't. So the second one is the one I want. I'll change that in the documentation of mutt-mb.