Hi,

how do I prevent external commands from being processed when mutt is
parsing a macro definition in ~/.muttrc? What I'm trying to do is:


macro index .a "unmailboxes * ; mailboxes `mutt-mb -line ~/Mail`<enter>"
macro index .l "unmailboxes * ; mailboxes `mutt-mb -line ~/Mail/Lists`<enter>"


This gets substituted correctly, but it is not what I want. It creates
interesting entries in the help screen and funny effects when the
macro is run ... The external command must not be executed before I
actually run the macro, i. e. it must be as if I type it on the :
commandline inside mutt (When I do that, it works as intended.).

Reply via email to