From 70aafa49346cadcd45a1e144c869d20d59dd849b Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Mon, 1 Jul 2013 21:05:39 +0100 Subject: [PATCH] [PATCH 0/4] contrib: pick: add docstrings to several functions --- 3a/d1ffc56cf7a7945f72de937bc2a2f2e1c18327 | 85 +++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 3a/d1ffc56cf7a7945f72de937bc2a2f2e1c18327 diff --git a/3a/d1ffc56cf7a7945f72de937bc2a2f2e1c18327 b/3a/d1ffc56cf7a7945f72de937bc2a2f2e1c18327 new file mode 100644 index 000000000..8ee33b2f8 --- /dev/null +++ b/3a/d1ffc56cf7a7945f72de937bc2a2f2e1c18327 @@ -0,0 +1,85 @@ +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 CCE10431FD6 + for ; Mon, 1 Jul 2013 13:05:57 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.7 +X-Spam-Level: ** +X-Spam-Status: No, score=2.7 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, + FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] 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 kFeiOjJesuzp for ; + Mon, 1 Jul 2013 13:05:50 -0700 (PDT) +Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com + [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 1E883431FBF for ; Mon, 1 Jul 2013 13:05:50 -0700 + (PDT) +Received: by mail-wg0-f45.google.com with SMTP id j13so4140252wgh.12 + for ; Mon, 01 Jul 2013 13:05:49 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id:x-mailer; + bh=Zk/qUFScXv9Yvbjh/Xq1uaojaWV6KxEdrwf1JwiP7HM=; + b=BWDH61R6gbKFbQNnJNjnyR3hyAwz6uLir/DEpi6Iwoe2huIiZbTQv1bi1pBt/pM7Hd + eOeYpwsDDTyD/w6G48ZFMidSpdkALT3lBJWfGjTHWtYvFfQ6Y2aRfCRDsflTz13XoEsn + 0RQ51l/X8WntX5astTK0Xpf92euAUs0iCEoOIRdQ3EfIjiJC/17B3FLD/YHa7qdMrY1k + lrzQhUi38IEMh2/3Vi1TpvPi+8aWypGdkFT3WqeHcrL1rG8QM6x5oRUI3lDv5l2dAUgB + IJJV6ttUv6vDdLH4dBUw571BmwYaJ9zgneUJpkooka7NV88cm6w6xr7B/U+YVWc5nkU4 + F2+A== +X-Received: by 10.194.157.99 with SMTP id wl3mr21067963wjb.76.1372709147683; + Mon, 01 Jul 2013 13:05:47 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id p1sm18523409wix.9.2013.07.01.13.05.46 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 01 Jul 2013 13:05:47 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH 0/4] contrib: pick: add docstrings to several functions +Date: Mon, 1 Jul 2013 21:05:39 +0100 +Message-Id: <1372709143-12319-1-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +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: Mon, 01 Jul 2013 20:05:58 -0000 + +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 it. + +Best wishes + +Mark + + + +Mark Walters (4): + pick: contrib: document notmuch-pick-show-out + pick: contrib: document notmuch-pick-refresh-result + pick: contrib: document notmuch-pick-message-window-kill-hook + contrib: pick: document several of the tree/forest insertion + functions. + + contrib/notmuch-pick/notmuch-pick.el | 23 +++++++++++++++++++++-- + 1 files changed, 21 insertions(+), 2 deletions(-) + +-- +1.7.9.1 + -- 2.26.2