On Mon, May 07, 2001 at 04:32:50PM -0700, Mike Fedyk wrote: > On Mon, May 07, 2001 at 04:23:32PM -0400, Brian Nelson wrote: > > Probably. RTFM "send-hook" and "push". You'd probably want something > > in you .muttrc like > > > > send-hook . 'push <create-alias>' > > > > but you'd probably need some extra stuff to fully automate it. I > > haven't tried this so I'm not sure... > > > Actually, using the ":" in mutt runtime, ":<create-alias>" gives an error, > and in that context "a" is "attach". Looking in context help (?), there > isn't an entry for "alias" in this context. > > Maybe someone else knows?
How about a macro? macro index r "<create-alias><enter><enter><enter><enter><enter><reply>" macro pager r "<create-alias><enter><enter><enter><enter><enter><reply>" will add an alias with all the default options when you type 'r' for a reply. -- Brian Nelson <[EMAIL PROTECTED]>