Re: Multiple emailaddresses and mailing-lists
* Mutter <mutt@xxxxxxxxxxxxxxxxxxxx> [2004-04-22 17:22 +0530]:
> are associated with different email IDs, so is there anything in
> mutt like in the windoze OE that typing just a name and pressing Enter
> would autocomplete the name as well as email address? Or whatever
> other easy way? It's a bit tedious after composing and saving
> mail, to press Esc f and such to change the name and address if
> it's to be done quite many times.
I use this in my .muttrc:
alias f_de Nicolas Rachinsky <x>
alias f_net Nicolas Rachinsky <y>
alias f_list Nicolas Rachinsky <list@xxxxxxxxxxxx>
alias f_nr Nicolas Rachinsky <nr@xxxxxxxxxxxx>
macro compose v "<edit-from>^Uf_<tab>" "Absender wählen"
Nicolas