From: David Bremner Date: Thu, 4 Jul 2013 03:47:59 +0000 (+2100) Subject: Re: [PATCH 0/5] Document notmuch-pick and some bugfixes X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8092d0b5809f77afae06f96d8bc95e81b2f2b76b;p=notmuch-archives.git Re: [PATCH 0/5] Document notmuch-pick and some bugfixes --- diff --git a/1e/643b6d84ea9eb737b7c74fb3226b8d40735e15 b/1e/643b6d84ea9eb737b7c74fb3226b8d40735e15 new file mode 100644 index 000000000..cbf539291 --- /dev/null +++ b/1e/643b6d84ea9eb737b7c74fb3226b8d40735e15 @@ -0,0 +1,63 @@ +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 0D457431FBF + for ; Wed, 3 Jul 2013 20:48:14 -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 r8khIP9ivYpn for ; + Wed, 3 Jul 2013 20:48:10 -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 588AF431FD7 + for ; Wed, 3 Jul 2013 20:48:03 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1UuaWY-0002s4-TU; Thu, 04 Jul 2013 00:48:02 -0300 +Received: (nullmailer pid 26963 invoked by uid 1000); Thu, 04 Jul 2013 + 03:47:59 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/5] Document notmuch-pick and some bugfixes +In-Reply-To: <1372665243-7675-1-git-send-email-markwalters1009@gmail.com> +References: <1372665243-7675-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.15.2+193~gb7df509 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Thu, 04 Jul 2013 00:47:59 -0300 +Message-ID: <87mwq3j89c.fsf@zancas.localnet> +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: Thu, 04 Jul 2013 03:48:14 -0000 + +Mark Walters writes: + +> This adds some documentation to all the defvars in notmuch-pick and to +> the notmuch-pick function itself (as suggested by David in +> id:87li5rtvbh.fsf@zancas.localnet. This series replaces +> id:1372627117-31188-1-git-send-email-markwalters1009@gmail.com but +> does still need to be applied on top of the main series there (because +> it documents the pick function as it is after that change). + +Pushed, + +d