--- /dev/null
+Return-Path: <wking@tremily.us>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 19E35431FC0\r
+ for <notmuch@notmuchmail.org>; Sat, 10 May 2014 15:40:47 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id yY9EDd+ZFTbq for <notmuch@notmuchmail.org>;\r
+ Sat, 10 May 2014 15:40:39 -0700 (PDT)\r
+Received: from qmta05.westchester.pa.mail.comcast.net\r
+ (qmta05.westchester.pa.mail.comcast.net [76.96.62.48])\r
+ by olra.theworths.org (Postfix) with ESMTP id 0C10A431FBF\r
+ for <notmuch@notmuchmail.org>; Sat, 10 May 2014 15:40:38 -0700 (PDT)\r
+Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71])\r
+ by qmta05.westchester.pa.mail.comcast.net with comcast\r
+ id 0Naf1o0031YDfWL55NgeJU; Sat, 10 May 2014 22:40:38 +0000\r
+Received: from odin.tremily.us ([24.18.63.50])\r
+ by omta20.westchester.pa.mail.comcast.net with comcast\r
+ id 0Ngc1o00P152l3L3gNgdFf; Sat, 10 May 2014 22:40:38 +0000\r
+Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
+ by odin.tremily.us (Postfix) with ESMTPS id 885BA11A68DB;\r
+ Sat, 10 May 2014 15:40:36 -0700 (PDT)\r
+Received: (nullmailer pid 1396 invoked by uid 1000);\r
+ Sat, 10 May 2014 22:40:04 -0000\r
+From: "W. Trevor King" <wking@tremily.us>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] nmbug-status: Make the footer's <hr> gray\r
+Date: Sat, 10 May 2014 15:39:57 -0700\r
+Message-Id:\r
+ <a8aa84ef36cf0046456d908117badacbbb9bf29f.1399761510.git.wking@tremily.us>\r
+X-Mailer: git-send-email 1.9.1.353.gc66d89d\r
+In-Reply-To: <m28uq9ibph.fsf@guru.guru-group.fi>\r
+References: <m28uq9ibph.fsf@guru.guru-group.fi>\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
+ s=q20140121; t=1399761638;\r
+ bh=35Jkux9yLe7WXAMDi6+/kOZ6vi0INdLX1UhOAqkEMd0=;\r
+ h=Received:Received:Received:Received:From:To:Subject:Date:\r
+ Message-Id;\r
+ b=nscDXxyrD6cW398S8sxlbeuRbSdsKsMZ+rJo827bHt14+I5QNdEQTCakKsVGADbhI\r
+ R1LgTrOe6n8IBA332z+RwYxopJc+U7PCy7s50rrDa9m+0he3Xrdmp6MtTgLKbfWm6v\r
+ QK6h45IflxPOJnXJ8pU2y5AwxzeKSrhV9OKiQUcmjZXA2I58hml0WEhGwo+lxeU606\r
+ AHjwloQfHPYkmzRRDyNKqX1a8CE48yaAT9IN0qugQ/e1BkikcFxifyHDHG89bj7Ra/\r
+ famdVCQow7TTzcQKRIRqGD3j8bW5nTo/fmkUnPB4/qiiUV1a/WI256Q/5r/hk61P4O\r
+ bHlqwkVJzgGXA==\r
+Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 10 May 2014 22:40:47 -0000\r
+\r
+So it's less agressive. IE uses 'color' for drawing the rule, while\r
+Gecko and Opera use the border or 'background-color' [1].\r
+\r
+[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=239386\r
+---\r
+On Sun, May 11, 2014 at 12:08:10AM +0300, Tomi Ollila wrote:\r
+> The rendered <hr/> irritates me a bit, though. Maybe it could be\r
+> colored light gray ?\r
+\r
+I can't reroll that one myself, unless Carl gives the ok. But here's\r
+some light-gray styling as an additional patch.\r
+\r
+Cheers,\r
+Trevor\r
+\r
+ devel/nmbug/nmbug-status | 6 ++++++\r
+ 1 file changed, 6 insertions(+)\r
+\r
+diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status\r
+index 926d4e4..c92d268 100755\r
+--- a/devel/nmbug/nmbug-status\r
++++ b/devel/nmbug/nmbug-status\r
+@@ -315,6 +315,12 @@ _PAGES['html'] = HtmlPage(\r
+ tbody:nth-child(4n+3) tr td {{\r
+ background-color: #bce;\r
+ }}\r
++ hr {{\r
++ border: 0;\r
++ height: 1px;\r
++ color: #ccc;\r
++ background-color: #ccc;\r
++ }}\r
+ </style>\r
+ </head>\r
+ <body>\r
+-- \r
+1.9.1.353.gc66d89d\r
+\r