* On 2007.04.29, in <[EMAIL PROTECTED]>,
*       "Chris G" <[EMAIL PROTECTED]> wrote: 
> The manual just says:-
> 
>     set alternates=<regular expression>
> 
> How does one specify a collection of different addresses?  Is it just
> <address1>|<address2>|<address3> ?

For 1.4.1, yes:

set altnernates="address1|address2|address3"

or, if you're picky:

set altnernates="^(address1|address2|address3)$"


* On 2007.04.29, in <[EMAIL PROTECTED]>,
*       "Kevin Coyner" <[EMAIL PROTECTED]> wrote: 
> 
> alternates "[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]"

This notation was introduced as a replacement for "set alternates"
during the 1.5 series.

-- 
 -D.    [EMAIL PROTECTED]        NSIT    University of Chicago

Reply via email to