Hello Michael,

Thank you for your reply; I had read about that send-hooks, but I am still
not sure they are the answer to my problem.

Part of the problem is solved rightaway by defining a default address with a
send-hook, but I don't wish to restrict the use of the second address to
messages sent to some (well-known) recipients; what I would really like to
do is to, when sending email, fill in the "From:" (and "Reply-to:") field 
just like I do with the recipient and subject line. Or to have the option to 
edit/change them in the send menu.

I mean, using a send-hook I can define the default address, but what can I do if I
suddenly wish to email someone using [EMAIL PROTECTED]? I never
emailed that person before, so I don't have a send-hook describing the
correct address to use... 

Must I create *in advance* a send-hook for every single person I wish to email 
from my non-default address?

Thank you for any further tips,

Manuel


On Thu, Jul 20, 2000 at 09:22:55AM -0700, Michael Elkins wrote:
> On Thu, Jul 20, 2000 at 04:58:35PM +0000, [EMAIL PROTECTED] wrote:
> > I retrieve email from two different email accounts, and I would like to be
> > able to *send* email from both addresses; after looking at the manual I
> > thought that perhaps "$alternates" was the right variable, but, according to
> > the manual, it only defines which addresses mutt recognizes as "mine" when
> > it comes to saying whether email is "From:" me or "To:" me.

(...)

> First you use a default hook to set the mail address you most often use:
> 
>       send-hook ~A my_hdr from: Default Adderss <[EMAIL PROTECTED]>
> 
> Then put specific hooks for when you want to use the other addresses:
> 
>       send-hook ~C bob my_hdr from: Other Address <[EMAIL PROTECTED]>
> 
> (this will set your mail to [EMAIL PROTECTED] when sending mail to: or cc:
> `bob').  (...)

Reply via email to