On Fri, Oct 19, 2001 at 12:50:27 -0400, Matej Cepl wrote: > Hi, > > I would love to define following in my .muttrc (for obvious reasons): > > macro index \ee "<resend-message>f$record<enter>" \ > "resend message with fcc set to sent_mail" > > but unfortunately it doesn't work.
No, it doesn't. > .muttrc). Have anybody an idea, how could I use predefined variable in > .muttrc? I wrote a patch to Mutt 1.3.2 last year which could expand $$variable or $${variable} in Mutt commands. It was two $ characters to avoid conflicts with environment variables. It was posted to the mutt-dev list, but I have never got any feed back or requests to update to newer versions, so I almost forgot about it.