On 2000-07-26 10:04:28 +0200, Marius Gedminas wrote:
> Is it really a regexp?
> I'm also not sure about the substring. My muttrc contains
> `subscribe @bugs.guug.de', but mails sent to [EMAIL PROTECTED]
> (where 42 is any string) are not matched by ~l.
It's a substring which is matched against the beginning of a mail
address. That is, you can easily use things like these:
subscribe mutt-users
subscribe [EMAIL PROTECTED]
etc., and they will work as intended. However, you can't do things
like this:
subscribe @securityfocus.com
--
Thomas Roessler <[EMAIL PROTECTED]>