]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Search.pm
search: index attachment filenames
[public-inbox.git] / lib / PublicInbox / Search.pm
index ceee39af88e5f8aefa0f46a9ddfa4b1f96d440ba..0c05677216f3e3e3887ffadfa18ff4d963e5e234 100644 (file)
@@ -69,6 +69,7 @@ my %prob_prefix = (
        tcf => 'XTO XCC A',
        b => 'XNQ XQUOT',
        bs => 'XNQ XQUOT S',
+       n => 'XFN',
 
        # n.b.: leaving out "a:" alias for "tcf:" even though
        # mairix supports it.  It is only mentioned in passing in mairix(1)
@@ -77,7 +78,7 @@ my %prob_prefix = (
        nq => 'XNQ',
 
        # default:
-       '' => 'XMID S A XNQ XQUOT',
+       '' => 'XMID S A XNQ XQUOT XFN',
 );
 
 # not documenting m: and mid: for now, the using the URLs works w/o Xapian