On Tue, Jul 09, 2002 at 11:52:57AM -0400, Jay Daniels wrote: > Then aliases is not what I thought it was. I wanted aliases for > From: in which I could choose what goes in the From field. mutt > never prompts me for the From address, but only for the subject and > to field.
AFAIK, there is no mechanism to do it this way. You can use send-hooks to automagically re-write any header field. I do this for various list mail for instance. I've never tried to do anything real fancy, but seems quite flexible as long as the FROM address does not need to be changed frequently: unset use_from send-hook . 'my_hdr From: Hal Burgiss <[EMAIL PROTECTED]>' send-hook . 'my_hdr Reply-to: Hal Burgiss <[EMAIL PROTECTED]>' send-hook redhat-list 'my_hdr From: Hal Burgiss <[EMAIL PROTECTED]>' -- Hal Burgiss _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list