From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.4 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5E94C1F736 for ; Sat, 30 Jan 2016 23:39:11 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] view: permalink Thread: display cleanups Date: Sat, 30 Jan 2016 23:39:01 +0000 Message-Id: <20160130233903.5559-1-e@80x24.org> List-Id: I noticed some oddities in the pseudo "Thread:" header in the per-message view from "permalink". These fix it. I'm not sure if "Thread:" is a good word to display, even; since it's not a real email header (at least not from the raw message itself...) Perhaps ":thread [ expand | mbox.gz | scroll down ]" makes things more obvious? 2 changes: view: do not kill whitespace in permalink thread timestamp view: cleanup permalink Thread: header display lib/PublicInbox/View.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)