>> David DeSimone <[EMAIL PROTECTED]> writes:
> > * When replying, use whatever address was used to send me
> > mail... (that is what use_from does)
>
> The use_from variable does NOT do that. The variable you're looking for
> is called reverse_name.
Yes, sorry... I was reading thru the docs, and use_from got stuck on
my head...
> In order for this variable to work properly, though, I believe your
> $alternates regexp must match any addresses that could be sent to you.
yes, it's properly set up.
> This way Mutt will know what addresses to recognize and include in the
> reverse_name behavior.
I have a better idea of what I want now...
* Use reverse_name when replying, always. For example, if
[EMAIL PROTECTED] sends me an email to [EMAIL PROTECTED], but my send hook
says mutt should use [EMAIL PROTECTED] when sending mail to
[EMAIL PROTECTED], I want [EMAIL PROTECTED] to be used, not
[EMAIL PROTECTED] (reverse_name does this, but not quite)
* I want to use my bigfoot address with friends and such, because
it's easier for them to remember (send-hook does this, and it seems
to take precedence over reverse_name, am I wrong?)
* Use my university's address otherwise ("send-hook ." takes care of
this, but it overrides reverse_name, it seems)
Is it possible to do want I want?
TIA and sorry about the noise,
Marcelo