--- /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 20147431FBF\r
+ for <notmuch@notmuchmail.org>; Fri, 14 Feb 2014 08:52:20 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References"\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 ZsKcHk0HUltS for <notmuch@notmuchmail.org>;\r
+ Fri, 14 Feb 2014 08:52:13 -0800 (PST)\r
+Received: from qmta04.westchester.pa.mail.comcast.net\r
+ (qmta04.westchester.pa.mail.comcast.net [76.96.62.40])\r
+ by olra.theworths.org (Postfix) with ESMTP id 4C583431FB6\r
+ for <notmuch@notmuchmail.org>; Fri, 14 Feb 2014 08:52:13 -0800 (PST)\r
+Received: from omta11.westchester.pa.mail.comcast.net ([76.96.62.36])\r
+ by qmta04.westchester.pa.mail.comcast.net with comcast\r
+ id SCri1n0020mv7h054GsC13; Fri, 14 Feb 2014 16:52:13 +0000\r
+Received: from odin.tremily.us ([24.18.63.50])\r
+ by omta11.westchester.pa.mail.comcast.net with comcast\r
+ id SGqC1n008152l3L3XGqC2Z; Fri, 14 Feb 2014 16:50:13 +0000\r
+Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
+ by odin.tremily.us (Postfix) with ESMTPS id D4397103A9A2;\r
+ Fri, 14 Feb 2014 08:50:11 -0800 (PST)\r
+Received: (nullmailer pid 18386 invoked by uid 1000);\r
+ Fri, 14 Feb 2014 16:48:57 -0000\r
+From: "W. Trevor King" <wking@tremily.us>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v4 2/4] nmbug-status: Add inter-message padding\r
+Date: Fri, 14 Feb 2014 08:48:53 -0800\r
+Message-Id:\r
+ <335139452f4694ac1fdf30ac9e80f33d325949bc.1392395932.git.wking@tremily.us>\r
+X-Mailer: git-send-email 1.8.5.2.8.g0f6c0d1\r
+In-Reply-To: <cover.1392395932.git.wking@tremily.us>\r
+References: <cover.1392395932.git.wking@tremily.us>\r
+In-Reply-To: <cover.1392395932.git.wking@tremily.us>\r
+References: <cover.1392395932.git.wking@tremily.us>\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
+ s=q20121106; t=1392396733;\r
+ bh=Ct7c0JPWAqpLuz3bwdGGh8Xdv1tc/S40HZiPSBGXIC0=;\r
+ h=Received:Received:Received:Received:From:To:Subject:Date:\r
+ Message-Id;\r
+ b=aYhDAT2863Tldq2Es9pmvnAKwdm3R2oOL2Ne8/03cpDW9ljjZpsfa/LGXWwDc81h5\r
+ kNQ9s8wRY1qyELad7lt/9659+3NY1uDbyD+P+jSacZbQ5GctSPqMsYilgVChgk7x4R\r
+ QJGS3Pwtv6BsstmIE2ABOtZNjsAKBU+Z1iJsJFogT8rp2BeWmIW+tPR1KXaEQvZSnd\r
+ 61FxgPOch/FVb9X6d+4FTrkpVLyw87pCEW7tnOveXaLt4b7ltgbu5AZyZTy/+OVRoB\r
+ 6xcL/SSy9UkF8QtWPomIlHIh6iBX1qn5dxtTcTl0tqb+KkZVPa6Fq2nVi5SpAVVHjN\r
+ tkhKp6Q0FLAPQ==\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: Fri, 14 Feb 2014 16:52:20 -0000\r
+\r
+We already had the tbody with a blank row separating threads (which is\r
+not colored); this commit adds a bit of spacing to separate messages\r
+within a thread. It will also add a bit of colored padding above the\r
+first message and below the final message, but the main goal is to add\r
+padding *between* two-row message blocks.\r
+\r
+ <--- new padding\r
+ thread-1, message-1, row-1 (class="message-first")\r
+ thread-1, message-1, row-2 (class="message-last")\r
+ <--- new padding\r
+ spacer tbody with a blank row\r
+ <--- new padding\r
+ thread-2, message-1, row-1 (class="message-first")\r
+ thread-2, message-1, row-2 (class="message-last")\r
+ <--- new padding\r
+ <--- new padding\r
+ thread-2, message-2, row-1 (class="message-first")\r
+ thread-2, message-2, row-2 (class="message-last")\r
+ <--- new padding\r
+---\r
+ devel/nmbug/nmbug-status | 11 +++++++++--\r
+ 1 file changed, 9 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status\r
+index a8bacab..018f191 100755\r
+--- a/devel/nmbug/nmbug-status\r
++++ b/devel/nmbug/nmbug-status\r
+@@ -208,11 +208,11 @@ class HtmlPage (Page):\r
+ stream.write(' <tbody>\n')\r
+ for message_display_data in thread:\r
+ stream.write((\r
+- ' <tr>\n'\r
++ ' <tr class="message-first">\n'\r
+ ' <td>{date}</td>\n'\r
+ ' <td><code>{message-id-term}</code></td>\n'\r
+ ' </tr>\n'\r
+- ' <tr>\n'\r
++ ' <tr class="message-last">\n'\r
+ ' <td>{from}</td>\n'\r
+ ' <td>{subject}</td>\n'\r
+ ' </tr>\n'\r
+@@ -255,6 +255,12 @@ _PAGES['html'] = HtmlPage(\r
+ table {{\r
+ border-spacing: 0;\r
+ }}\r
++ tr.message-first td {{\r
++ padding-top: {inter_message_padding};\r
++ }}\r
++ tr.message-last td {{\r
++ padding-bottom: {inter_message_padding};\r
++ }}\r
+ td {{\r
+ padding-left: {border_radius};\r
+ padding-right: {border_radius};\r
+@@ -287,6 +293,7 @@ For more infomation see <a href="http://notmuchmail.org/nmbug">nmbug</a>\r
+ </p>\r
+ <h3>Views</h3>\r
+ '''.format(date=datetime.datetime.utcnow().date(),\r
++ inter_message_padding='0.25em',\r
+ border_radius='0.5em'),\r
+ footer='</body>\n</html>\n',\r
+ )\r
+-- \r
+1.8.5.2.8.g0f6c0d1\r
+\r