* Johan Svedberg <[EMAIL PROTECTED]> [2002-06-11 23:16]:
> I was just wondering if it's possible to have "two word" aliases?
> Like alias foo bar John Doe <[EMAIL PROTECTED]>?
let's assume mutt allowed two-word-aliases.
let's look at the following alias command:
alias Johan Svedberg Johan Svedberg <[EMAIL PROTECTED]>
and let's assume that you entered the
following addresses at the To: prompt:
To: Johan, Johan Svedberg
what will be the result of the expansion?
(A) To: Svedberg Johan Svedberg <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
(B) To: [EMAIL PROTECTED],
Johan Svedberg <[EMAIL PROTECTED]>
(C) To: Svedberg Johan Svedberg <[EMAIL PROTECTED]>,
Johan Svedberg <[EMAIL PROTECTED]>
(D) none of the above
chose.
Sven