]> granicus.if.org Git - mutt/commit
Extend pattern language to do simple string matches as well as regular
authorBrendan Cully <brendan@kublai.com>
Tue, 6 Sep 2005 03:16:11 +0000 (03:16 +0000)
committerBrendan Cully <brendan@kublai.com>
Tue, 6 Sep 2005 03:16:11 +0000 (03:16 +0000)
commit6c7068085a1aedff67bce66e35ed222a83685147
treee5b4bdb0bb49eff33738197bf8efca0cbcf98cd3
parentd0e7825af1af2c7cc416e5969bf3f0cdde7cfcc9
Extend pattern language to do simple string matches as well as regular
expressions when the pattern is invoked with = instead of ~. And, when
possible, perform full body searches on the IMAP server instead of
locally, for an enormous speed boost.
doc/manual.xml.head
imap/command.c
imap/imap.c
imap/imap.h
init.c
mutt.h
pattern.c