From 4a7f7bec8ba4adb1ec02518669adff87df583b9c Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Mon, 2 Sep 2013 21:15:13 +0100 Subject: [PATCH] [Patch v3 2/3] contrib: pick: add docstring for notmuch-pick-worker --- aa/10679a9d1ea758d0be027f385608e64563b43d | 84 +++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 aa/10679a9d1ea758d0be027f385608e64563b43d diff --git a/aa/10679a9d1ea758d0be027f385608e64563b43d b/aa/10679a9d1ea758d0be027f385608e64563b43d new file mode 100644 index 000000000..b54afee66 --- /dev/null +++ b/aa/10679a9d1ea758d0be027f385608e64563b43d @@ -0,0 +1,84 @@ +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 9A2EC431FD6 + for ; Mon, 2 Sep 2013 13:15:31 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.201 +X-Spam-Level: +X-Spam-Status: No, score=0.201 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, + 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 gwT2meSIw0rT for ; + Mon, 2 Sep 2013 13:15:27 -0700 (PDT) +Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com + [209.85.212.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 111B6431FCF + for ; Mon, 2 Sep 2013 13:15:25 -0700 (PDT) +Received: by mail-wi0-f178.google.com with SMTP id hn9so1083747wib.17 + for ; Mon, 02 Sep 2013 13:15:24 -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:in-reply-to:references; + bh=nqfa42hXWtaV6KVh9NWHxpLdm7jambgVAyOSD7G9eJg=; + b=ibgLD7pbqba3L769nqD/u3ZZzgICbCKqtIJolNql93yREBeVpfIkwRTc8eXJxYXFLN + MDO6r5kUVSqWGpNVhtDCwTnbnXe5/HMK8hu87zAbTYtdQTkQaEIFlfpsvMTaqofQA4q1 + fg00E2woDKQXtw1UWSn5+1qphN4r/3OtfqukC9/vuZMCj/hYtj5xDrJqloMI4VDsBnMM + 2nEsSzp06oDL7n3n4bCyBwCkZt/Pax4EGNApY4+QM1+pKjjbFdDiRDQH33h2q3PGPnbO + EyzpL4fsdrigtWTVTrG3lG5DXq+zuToM2eE9coXXIl98WjBlK0oRZIAIqrLF+7TojdJ+ + QsTQ== +X-Received: by 10.180.206.42 with SMTP id ll10mr15154265wic.50.1378152923560; + Mon, 02 Sep 2013 13:15:23 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id i3sm20801117wiw.7.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 02 Sep 2013 13:15:23 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [Patch v3 2/3] contrib: pick: add docstring for notmuch-pick-worker +Date: Mon, 2 Sep 2013 21:15:13 +0100 +Message-Id: <1378152914-18930-3-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +In-Reply-To: <1378152914-18930-1-git-send-email-markwalters1009@gmail.com> +References: <1378152914-18930-1-git-send-email-markwalters1009@gmail.com> +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, 02 Sep 2013 20:15:31 -0000 + +--- + contrib/notmuch-pick/notmuch-pick.el | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el +index 32bd6b5..5dcc942 100644 +--- a/contrib/notmuch-pick/notmuch-pick.el ++++ b/contrib/notmuch-pick/notmuch-pick.el +@@ -854,6 +854,10 @@ Complete list of currently available key bindings: + results-buf))))) + + (defun notmuch-pick-worker (basic-query &optional query-context target open-target) ++ "Insert the actual pick search in the current buffer. ++ ++This is is a helper function for notmuch-pick. The arguments are ++the same as for the function notmuch-pick." + (interactive) + (notmuch-pick-mode) + (setq notmuch-pick-basic-query basic-query) +-- +1.7.9.1 + -- 2.26.2