]> granicus.if.org Git - neomutt/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)
commit012d3ad002fd3b80ce5f7cd504eba2275ca1539c
treee5b4bdb0bb49eff33738197bf8efca0cbcf98cd3
parent01ed07c0d05594cc9976740955af4cdafcdd9715
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