Re: How to specify multiple alternates

2007-04-30 Thread Chris G
On Sun, Apr 29, 2007 at 08:34:59PM -0500, David Champion wrote:
> * On 2007.04.29, in <[EMAIL PROTECTED]>,
> * "Chris G" <[EMAIL PROTECTED]> wrote: 
> > The manual just says:-
> > 
> > set alternates=
> > 
> > How does one specify a collection of different addresses?  Is it just
> > || ?
> 
> 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.
> 
OK, thanks all, I just wasn't sure that the mutt RE implementation
included the | for 'or'.

-- 
Chris Green


Re: How to specify multiple alternates

2007-04-29 Thread David Champion
* On 2007.04.29, in <[EMAIL PROTECTED]>,
*   "Chris G" <[EMAIL PROTECTED]> wrote: 
> The manual just says:-
> 
> set alternates=
> 
> How does one specify a collection of different addresses?  Is it just
> || ?

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]NSITUniversity of Chicago


Re: How to specify multiple alternates

2007-04-29 Thread Kevin Coyner


On Sun, Apr 29, 2007 at 08:44:22PM +0100, Chris G wrote..

> The manual just says:-
> 
> set alternates=
> 
> How does one specify a collection of different addresses?  Is it just
> || ?

Like this:

alternates "[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]"


-- 
Kevin Coyner  GnuPG key: 1024D/8CE11941


signature.asc
Description: Digital signature


How to specify multiple alternates

2007-04-29 Thread Chris G
The manual just says:-

set alternates=

How does one specify a collection of different addresses?  Is it just
|| ?

-- 
Chris Green