Hi, * lee wrote:
> macro index .a "unmailboxes * ; mailboxes `mutt-mb -line ~/Mail`<enter>" > macro index .l "unmailboxes * ; mailboxes `mutt-mb -line ~/Mail/Lists`<enter>" That's not how macros work. If you hit '.a', mutt will simulate you pressing the keys 'u', 'n', 'm', ... and so on. I.e. it does not issue 'unmailboxes *'. You need to tell it that a rc command is following like so: macro index .a '<enter-command>unmailboxes *<enter>...' And you may also want to try to escape the backticks in the command because otherwise the command will be expanded at startup time and not execution time. Rocco
pgpB7qoVBjY5K.pgp
Description: PGP signature