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

Re: Aliases for users w/ multiple addresses?



Hi Seth,

On Fri, Apr 23, 2004 at 13:55:49 +0200, Thomas Schuering wrote:
> > I can't see an easy way to make one alias send mail to two or more
> > addresses.  But being a noob and mutt having the reputation it's got, I
> > assume it's just because I'm missing something.
> 
> Maybe bad style, but you could make an alias:
> 
> alias myfriend Firstname Lastname <first@xxxxxxxxx>, Firstname Lastname 
> <second@xxxxxxxxx>
> 
> All this has to be on one (1) line.
> The ', ' is important.

another solution would be

alias myfriend1 Firstname Lastname <first@xxxxxxxxx>
alias myfriend2 Firstname Lastname <second@xxxxxxxxx>
alias myfriend myfriend1 myfriend2

Best regards

Jens