From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CB2F71F992 for ; Sun, 29 May 2016 04:16:50 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] nntp fixes Date: Sun, 29 May 2016 04:16:42 +0000 Message-Id: <20160529041644.345-1-e@80x24.org> List-Id: These are fixes for fallout from the NewsGroup class removal commit 528230a0411897 ("remove redundant NewsGroup class") Eric Wong (2): inbox: drop references ASAP for search and msgmap nntp: fix for missing articles/bodies/heads lib/PublicInbox/Inbox.pm | 2 +- lib/PublicInbox/NNTP.pm | 2 +- t/nntpd.t | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-)