]> Sergey Matveev's repositories - public-inbox.git/commitdiff
search: fix help message for searching within quotes
authorEric Wong <e@80x24.org>
Tue, 11 Apr 2017 23:39:54 +0000 (23:39 +0000)
committerEric Wong <e@80x24.org>
Tue, 11 Apr 2017 23:40:43 +0000 (23:40 +0000)
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.

lib/PublicInbox/Search.pm

index 8c72fa17a5e7d08285924694a63373af8f176274..bc2b69854a8765add7c4956f0f7a3c23d9edf0a0 100644 (file)
@@ -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',