On 2001-12-05T23:15:11 +0000, [EMAIL PROTECTED] wrote: > #-"From" related > #set alternates="(webmaster|mail)@*.(linuxkafe).(net) > set envelope_from > set from="[EMAIL PROTECTED]" > set hidden_host > set hostname="linuxkafe.net" > set realname="Americo Rocha" > set reverse_name
I, for my part, only use following: a shell variable EMAIL="[EMAIL PROTECTED]" the mutt option set use_from="yes" and a set real name for my user account. mutt then automatically generates an according from-Header. There might be a cleaner solution, but none that I am aware of. -towo