From: Tomi Ollila Date: Sat, 10 May 2014 21:08:10 +0000 (+0300) Subject: Re: [PATCH 0/5] nmbug-status fixups from notmuch-to-html X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1f67135222f7a2523d53c1c112ff500013e03d2;p=notmuch-archives.git Re: [PATCH 0/5] nmbug-status fixups from notmuch-to-html --- diff --git a/c4/a42c8635cc8592550c15f873ad3847b1612042 b/c4/a42c8635cc8592550c15f873ad3847b1612042 new file mode 100644 index 000000000..d48362995 --- /dev/null +++ b/c4/a42c8635cc8592550c15f873ad3847b1612042 @@ -0,0 +1,91 @@ +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 A9AFA431FC2 + for ; Sat, 10 May 2014 14:08:23 -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=[none] + 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 adRu281i01dt for ; + Sat, 10 May 2014 14:08:17 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id ACA75431FBF + for ; Sat, 10 May 2014 14:08:17 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 88A321000E5; + Sun, 11 May 2014 00:08:10 +0300 (EEST) +From: Tomi Ollila +To: "W. Trevor King" , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/5] nmbug-status fixups from notmuch-to-html +In-Reply-To: +References: +User-Agent: Notmuch/0.18+11~gbc95cc5 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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 21:08:23 -0000 + +On Sat, May 10 2014, "W. Trevor King" wrote: + +> 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. + +I think the series is good as it is. + +I like seeing something after last patch at the end of the page -- It makes +it easier to notice when patches end. Perhaps I get used to see date +there. + +The rendered
irritates me a bit, though. Maybe it could be colored +light gray ? + +> Cheers, +> Trevor + +Tomi + + +> +> [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