X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FSearch.pm;h=bc2b69854a8765add7c4956f0f7a3c23d9edf0a0;hp=8c72fa17a5e7d08285924694a63373af8f176274;hb=de243560e2caa1d19bcbf518edfaf8b016161245;hpb=64cc1122d94f87badb4994518eda070d6362991e diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm index 8c72fa17..bc2b6985 100644 --- a/lib/PublicInbox/Search.pm +++ b/lib/PublicInbox/Search.pm @@ -91,7 +91,7 @@ are also supported EOF 'b:' => 'match within message body, including text attachments', 'nq:' => 'match non-quoted text within message body', - 'quot:' => 'match quoted text within message body', + 'q:' => 'match quoted text within message body', 'n:' => 'match filename of attachment(s)', 't:' => 'match within the To header', 'c:' => 'match within the Cc header',