about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-04-11 23:39:54 +0000
committerEric Wong <e@80x24.org>2017-04-11 23:40:43 +0000
commitde243560e2caa1d19bcbf518edfaf8b016161245 (patch)
treea9c8748daca23339157c7512889884ef82cfb4a1
parent64cc1122d94f87badb4994518eda070d6362991e (diff)
downloadpublic-inbox-de243560e2caa1d19bcbf518edfaf8b016161245.tar.gz
I'm not sure if people use either and it's not in mairix
(where we base our abbreviations off of).  Lets go
with the shorter prefix since it's easier-to-type.
-rw-r--r--lib/PublicInbox/Search.pm2
1 files changed, 1 insertions, 1 deletions
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',