<<< Date Index >>>     <<< Thread Index >>>

Re: from & to fields



* Thorsten Haude <mutt@xxxxxxxxxxxxxx> [2004-08-08 12:28 +0200]:
> I tried with both
>     set alternates=(yoo@vranx\.de|yooden@vranx\.de|.+@thorstenhau\.de)
> Result: alternates="(yoo@xxxxxxxx|yooden@xxxxxxxx|.+@xxxxxxxxxxxxxx)"
> and
>     set alternates=(yoo@vranx\\.de|yooden@vranx\\.de|.+@thorstenhau\\.de)
> Result: alternates="(yoo@vranx\.de|yooden@vranx\.de|.+@thorstenhau\.de)"

You can see in the index if it works. Just look for +, F and so on.

> but the behaviour does not change, I do not get the reversed address,
> but the one from my default hook:
>     send-hook . 'my_hdr From: yooden@xxxxxxxx'

I think this hook will overwrite it. Why do you need it?

> If the hook causes this, how could I use different sender for
> different mailing lists and reverse_name in my inbox?

That depends on your setup. I add and remove send-hooks with
folder-hooks.

Nicolas