From: David Bremner Date: Thu, 4 Jul 2013 03:47:47 +0000 (+2100) Subject: Re: [PATCH 0/4] contrib: pick: add docstrings to several functions X-Git-Url: http://git.tremily.us/?p=notmuch-archives.git;a=commitdiff_plain;h=8e8527ef2423882c38779da5670d80a5f306fd68 Re: [PATCH 0/4] contrib: pick: add docstrings to several functions --- diff --git a/90/0ce6a1edebf4cabda42a93d0cddacc76d4d8d2 b/90/0ce6a1edebf4cabda42a93d0cddacc76d4d8d2 new file mode 100644 index 000000000..42fd561e2 --- /dev/null +++ b/90/0ce6a1edebf4cabda42a93d0cddacc76d4d8d2 @@ -0,0 +1,61 @@ +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 8D993431FC7 + for ; Wed, 3 Jul 2013 20:47:59 -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 1wNEWbfWggcm for ; + Wed, 3 Jul 2013 20:47:53 -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 6E07B431FC0 + for ; Wed, 3 Jul 2013 20:47:53 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1UuaWM-0002rt-O2; Thu, 04 Jul 2013 00:47:50 -0300 +Received: (nullmailer pid 26948 invoked by uid 1000); Thu, 04 Jul 2013 + 03:47:47 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/4] contrib: pick: add docstrings to several functions +In-Reply-To: <1372709143-12319-1-git-send-email-markwalters1009@gmail.com> +References: <1372709143-12319-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:47 -0300 +Message-ID: <87ppuzj89o.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:47:59 -0000 + +Mark Walters writes: + +> This series adds docstrings to several previously undocumented +> functions in notmuch-pick. It is probably independent of the previous +> series id:1372665243-7675-1-git-send-email-markwalters1009@gmail.com +> but I haven't checked that so safest to apply on top of + +Pushed, + +d