]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Smsg.pm
nntp: attempt RFC 5536 3.1.5-conformant Path: headers
[public-inbox.git] / lib / PublicInbox / Smsg.pm
index 51226b8ed85428d51ccf29d46100ab1c48bb82b7..171e0a00908e4b7bdf51ba05beda6dcc498aa08c 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(tid to cc bytes lines)};
        $self;
 }