From dbf9f9d85908a2892c8e4061b7bc091c0eec689e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 11 May 2014 12:12:44 +1700 Subject: [PATCH] [PATCH 0/5] nmbug-status fixups from notmuch-to-html --- 94/dde8a2e7148c591ca61d8b75d3a5270adcafa6 | 90 +++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 94/dde8a2e7148c591ca61d8b75d3a5270adcafa6 diff --git a/94/dde8a2e7148c591ca61d8b75d3a5270adcafa6 b/94/dde8a2e7148c591ca61d8b75d3a5270adcafa6 new file mode 100644 index 000000000..fdaaca11d --- /dev/null +++ b/94/dde8a2e7148c591ca61d8b75d3a5270adcafa6 @@ -0,0 +1,90 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 7BDB1431FD4 + for ; Sat, 10 May 2014 12:13:39 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id UdGN0DsM28kb for ; + Sat, 10 May 2014 12:13:31 -0700 (PDT) +Received: from qmta14.westchester.pa.mail.comcast.net + (qmta14.westchester.pa.mail.comcast.net [76.96.59.212]) + by olra.theworths.org (Postfix) with ESMTP id 583F7431FC0 + for ; Sat, 10 May 2014 12:13:31 -0700 (PDT) +Received: from omta01.westchester.pa.mail.comcast.net ([76.96.62.11]) + by qmta14.westchester.pa.mail.comcast.net with comcast + id 0JgA1o0010EZKEL5EKDVx6; Sat, 10 May 2014 19:13:29 +0000 +Received: from odin.tremily.us ([24.18.63.50]) + by omta01.westchester.pa.mail.comcast.net with comcast + id 0KDT1o00P152l3L3MKDUzH; Sat, 10 May 2014 19:13:29 +0000 +Received: from mjolnir.tremily.us (unknown [192.168.0.140]) + by odin.tremily.us (Postfix) with ESMTPS id 9272C119F471; + Sat, 10 May 2014 12:13:26 -0700 (PDT) +Received: (nullmailer pid 7427 invoked by uid 1000); + Sat, 10 May 2014 19:12:54 -0000 +From: "W. Trevor King" +To: notmuch@notmuchmail.org +Subject: [PATCH 0/5] nmbug-status fixups from notmuch-to-html +Date: Sat, 10 May 2014 12:12:44 -0700 +Message-Id: +X-Mailer: git-send-email 1.9.1.353.gc66d89d +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; + s=q20140121; t=1399749209; + bh=7vcbJGYRM0TcOEkAw7MsAgF3pyn0vc59Gi1g6yZD9/4=; + h=Received:Received:Received:Received:From:To:Subject:Date: + Message-Id; + b=bbSqtY8aOIn78bQwqxHUKacUil9arBXgCzUtXD2rXxmlQ53kpWT5XO2/MJ7xI3FlL + 3KoJ1RIigEEf3tNmklidD66aaUcJW4mOPAN8ZqhNY12HBBhcr2PoZZpgV4Fnp3QWoO + 213KVFaRJkmF6rfsYTEhKajkNkCrsi4XYZD/X9bIu3anDptr9LQjno5eRICc7Mxp5Q + GOwLF5xtBV+uUmljLmxb0Km0RavX3tfl/ROS2fCeoS2OihzBhixZW7rO+m0vbAPwj8 + qideZbEqgK7vAlzOREZ1dQ5AzoPYWw1HwKxAg++vSoAz9rNtc4Y8fIc0LsTrJJAAtt + qu9D0uhxSqUeg== +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 10 May 2014 19:13:39 -0000 + +I've cherry-picked the three patches I liked from Carl's master [1,2] +and added two cleanup commits of my own. I've left Carl's commit +messages unchanged. I'm fine squashing my fixups into Carl's +originals (leaving Carl as the author) if that's ok with him. + +Cheers, +Trevor + +[1]: id:20140423001824.GM9243@odin.tremily.us + http://thread.gmane.org/gmane.mail.notmuch.general/17986/focus=17994 +[2]: git://git.cworth.org/git/notmuch-to-html + +Carl Worth (3): + Add explicit license information + Move the generated date from the top of the page to the footer. + Add a comment describing the program + +W. Trevor King (2): + nmbug-status: Use a triple-quoted string for the footer template + nmbug-status: Shift the script description into a docstring + + devel/nmbug/nmbug-status | 36 +++++++++++++++++++++++++++++------- + 1 file changed, 29 insertions(+), 7 deletions(-) + +-- +1.9.1.353.gc66d89d + -- 2.26.2