From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 38874431FC2 for ; Tue, 15 Jul 2014 16:12:11 -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 wSe2U-431hem for ; Tue, 15 Jul 2014 16:12:08 -0700 (PDT) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id DE8CA431FC0 for ; Tue, 15 Jul 2014 16:12:08 -0700 (PDT) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1X7BtH-0003E6-5X; Tue, 15 Jul 2014 20:12:07 -0300 Received: (nullmailer pid 9174 invoked by uid 1000); Tue, 15 Jul 2014 23:12:03 -0000 From: David Bremner To: "W. Trevor King" , notmuch@notmuchmail.org Subject: Re: [PATCH v2 0/6] nmbug-status fixups from notmuch-to-html In-Reply-To: References: User-Agent: Notmuch/0.18.1+39~g64ba418 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Tue, 15 Jul 2014 20:12:03 -0300 Message-ID: <87k37e9pz0.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain Cc: Tomi Ollila , Carl Worth 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: Tue, 15 Jul 2014 23:12:11 -0000 "W. Trevor King" writes: > Changes from v1 [1] > > * Tweaked the license commit message (1/6) [2] with Carl's permission > [3]. > * Squashed v1's footer commits (old 2/5, 3/5, and 6/5, now 3/6) [4]. > * Squashed v1's description commits (old 4/5 and 5/5, now 2/6) [4]. > * Added commits 4/6, 5/6, and 6/6 to optionally load templates from > the config file. Series pushed. > Carl Worth (3): > Add explicit license information > Add a docstring describing the program > Move the generated date from the top of the page to the footer. Yay, patches from Carl ;).