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,AWL,BAYES_00 shortcircuit=no autolearn=ham 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 7E23A20179 for ; Mon, 20 Jun 2016 07:22:30 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] better ghost handling Date: Mon, 20 Jun 2016 07:22:22 +0000 Message-Id: <20160620072224.23973-1-e@80x24.org> List-Id: Improve the handling of ghosts in the WWW topic view; which lead me to a related NNTP cleanup. Eric Wong (2): www: improve topic view by scanning for ghosts nntp: use lookup_mail instead of lookup_message lib/PublicInbox/NNTP.pm | 6 ++---- lib/PublicInbox/Search.pm | 6 ++++++ lib/PublicInbox/SearchMsg.pm | 2 +- lib/PublicInbox/View.pm | 14 +++++++++++--- 4 files changed, 20 insertions(+), 8 deletions(-)