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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 887F91FAE2 for ; Sun, 11 Mar 2018 09:19:27 +0000 (UTC) Received: by mail-io0-x233.google.com with SMTP id u84so8087416iod.9 for ; Sun, 11 Mar 2018 01:19:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=toonufEAilBLnjPTXy+zlj66L2UQbCBqPVnqKQrx8yE=; b=pEmD9tso7x1rgtDFiNRNbhsJ2UW4gRI655GFnwm2ethxOQ8pQrOCEpdiNgYsaSTHma Ux+ONifrCAWEipm6zwY+pfOwtZSsAxmOUP3qqIbh8dKVFKzUkUSpx2yRQ/VjPRiECPDi TiSpi+EMubCPcGuhPbLTseQTi0ycP+HlT7UDJRJ9ZsMj0a5bQ+SZHzk38o1p4lDMPj7Z 2Ob+7YBe5x2GD5HmFEU/BDboR+T4Z5kneRMRZqibrxjvJiZtzMQflmlDnASAC9oBlNq/ pkbrx6SinR9cdBWcZfOt1D1fumMObcSwqepIE0/VwDwgrYFVjI5ceUNXIDHtbfbOPyPf Ivfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=toonufEAilBLnjPTXy+zlj66L2UQbCBqPVnqKQrx8yE=; b=aJvMN6sa9+BONYEj0V7mPRqmB9JKvs12L3fP79Rq2cCgJgS5i/ZIKUa4nOlUAcPqig 1f2PUYwHOvw84fiQXtSjIQw6m9oUAz5xAh1PwHFHZE8U8Wr9HAHxvVR94JwSGDyoqnd/ vobPyK1sNG1/rj/daIXUgasGfcLmS6iTctnkymBSFewD6chbg+g5r6Bs+l8XShxHHtKx i7TnbJuPFh7s0it0WpWQ5Qsjd7h2jpnTTBuLY0iNkqyZAfFsfGiU3hwxpuPGzgb1AVJd VWPtxlVNpC4J7Ol62hbRTjCsUyO4awc8qfa/8JN1GE2Fl2/emYY758SX22+ZuAtCXfu6 WmHQ== X-Gm-Message-State: AElRT7GIYAo/1K4nTfY4f5phvxhVfnUcrD25khx+C9gQ7J/sbPnAq5nF CRcgTh1ljBu1lsVzRJNzdkq5LifBI3hTuINk7Hw= X-Google-Smtp-Source: AG47ELvJ8J4EkSy6ToauC7RubewM3mz6thfcmHp/i9StpIHdVTNRVvZAhFrxyRRaxhAtwvWfzejnWU/KtmsaC9/1PmE= X-Received: by 10.107.202.67 with SMTP id a64mr5026476iog.194.1520759966130; Sun, 11 Mar 2018 01:19:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.225.146 with HTTP; Sun, 11 Mar 2018 01:19:25 -0800 (PST) From: =?UTF-8?Q?Nicol=C3=A1s_Ojeda_B=C3=A4r?= Date: Sun, 11 Mar 2018 10:19:25 +0100 Message-ID: Subject: [BUG] public-inbox-httpd: messages without subject are not viewable To: meta@public-inbox.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: Hello, When browsing messages in the web interface, there is no link displayed for messages without subject. Using a "(no subject)" dummy subject like in the git repository would work well enough. Thanks! Best wishes, Nicol=C3=A1s