Marco Goetze <[EMAIL PROTECTED]> wrote:
>
>   set alternates=brian@(darkstar\.)?brie\.com

Something I've been wondering lately...

Is the above proper quoting?  That is, are the backslashes correct?

Doubtless the intent is to quote the '.' characters so that they are
interpreted as literal dots.  But as I understand Mutt's quoting
algorithm, the first pass of Mutt reading the .muttrc file will remove
the backslashes, making the regexp come out essentially to
"brian@(darkstar.)?brie.com", which will probably work, but is
technically incorrect.

So what is really needed is this, right?

    set alternates=brian@(darkstar\\.)?brie\\.com

Or this?

    set alternates='brian@(darkstar\.)?brie\.com'

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
Convex Division  |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to