[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple imap servers/addresses
At Thu, 15 Oct 2009 09:18:29 -0400, Steven Knight wrote:
> That was my understanding, but the matching is not occurring and I'm not
> sure why.
Matching should work if you're in Summary buffer, not in Folder.
Also you can debug your regexp by eval'ing next code in scratch buffer:
(let ((string "%wl:v.mayatskih@imap.gmail.com:993!"))
(when (string-match "gmail" string)
(match-string 0 string)))
where string is one of your folders name and "gmail" is regexp.
--
wbr, Vitaly