]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Smsg.pm
searchidx: index THREADID in Xapian
[public-inbox.git] / lib / PublicInbox / Smsg.pm
index 51226b8ed85428d51ccf29d46100ab1c48bb82b7..0a0384efaadf7811d372631885ec771345370c7b 100644 (file)
@@ -82,7 +82,8 @@ sub psgi_cull ($) {
 
        # drop NNTP-only fields which aren't relevant to PSGI results:
        # saves ~80K on a 200 item search result:
-       delete @$self{qw(ts to cc bytes lines)};
+       # TODO: we may need to keep some of these for JMAP...
+       delete @$self{qw(ts tid to cc bytes lines)};
        $self;
 }