Re: Aliases for users w/ multiple addresses?
This one looks clever--thanks for this suggestion, and for the others I've
received...
Seth Williamson
* Jens Paulus <jpaulus@xxxxxxxxxx> [2004-04-23 14:34:24 +0200]:
> 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
>