about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-04-12 21:10:05 +0000
committerEric Wong <e@80x24.org>2017-04-12 21:10:05 +0000
commit3d6bb5064927764e57758d195db78639f4ec87f3 (patch)
tree93bec3910c76164f105ddcea46a3fcc365f10d1a /lib/PublicInbox/Search.pm
parent8a3fc4a2f027b36f27225ceee5908c571c8f4f47 (diff)
parentde243560e2caa1d19bcbf518edfaf8b016161245 (diff)
downloadpublic-inbox-3d6bb5064927764e57758d195db78639f4ec87f3.tar.gz
* origin/master:
  search: fix help message for searching within quotes
  learn: scan all inboxes when learning spam
  watchmaildir: do not reject lowercase flags on Maildir files
  searchview: show full (&x=t) messages in ascending chronlogical order
  searchview: add "t" id to link to thread overview
  extmsg: use updated mail-archive.com URL
  view: escape HTML description name
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-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 02d1827e..b0bfe232 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -89,7 +89,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',