about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-09-09 00:01:23 +0000
committerEric Wong <e@80x24.org>2016-09-09 00:02:17 +0000
commit766d9b1ef9e2e2c325c5dae9d17bfeb85c9d2f93 (patch)
tree8477bef287cb6cd48eb266a8b47a196a5685eaa0 /lib/PublicInbox/Search.pm
parentc617254e00ae43414236603cf9bbcdc8cbc2b139 (diff)
downloadpublic-inbox-766d9b1ef9e2e2c325c5dae9d17bfeb85c9d2f93.tar.gz
We only document the "s:" anyways.  While the long name is more
descriptive, the ambiguity makes agnostic caching (by Varnish or
similar) slightly harder and longer URLs are more likely to be
accidentally truncated when shared.
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-rw-r--r--lib/PublicInbox/Search.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index aec459b3..3b25b662 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -58,7 +58,6 @@ my %bool_pfx_external = (
 );
 
 my %prob_prefix = (
-        subject => 'S',
         s => 'S', # for mairix compatibility
         m => 'Q', # 'mid' is exact, 'm' can do partial
         f => 'A', # for mairix compatibility