]> Sergey Matveev's repositories - public-inbox.git/commit
imap: *SEARCH: reinstate "TEXT" search-key
authorEric Wong <e@yhbt.net>
Tue, 16 Jun 2020 07:05:06 +0000 (07:05 +0000)
committerEric Wong <e@yhbt.net>
Tue, 16 Jun 2020 21:41:59 +0000 (21:41 +0000)
commit9c2bac94376c5029d258fed1ad3bf8c6b2270019
tree1890027edfd65922ab33d34d8d62c9b515ddcd6a
parentbdee1f6bfaa0017877e5d5284c2d5e41f67e847a
imap: *SEARCH: reinstate "TEXT" search-key

I accidentally dropped "TEXT" handling while porting
the IMAP search query parser to Parse::RecDescent.
This reinstates it and adds a test to prevent future
regression, and the additional test fixes a counting
error for non-Xapian-enabled systems.
lib/PublicInbox/IMAPsearchqp.pm
t/imapd.t