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 360E2431FC7 for ; Mon, 26 Aug 2013 11:06:43 -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 nDpPpZjC3RTJ for ; Mon, 26 Aug 2013 11:06:36 -0700 (PDT) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 75CE5431FAF for ; Mon, 26 Aug 2013 11:06:36 -0700 (PDT) Received: by mail-wi0-f169.google.com with SMTP id l12so4423310wiv.4 for ; Mon, 26 Aug 2013 11:06:34 -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=2Ref8HjWXdPYeRv3P6688KcpshPkMePlfIsX9j0Y9kg=; b=JXEKAEnYZXde2nP6pznh3oJ0JCH9GKdMMdOar5jzEUyfgmUgUlyMEBjNipBJMdETnv EjaQFbkCssyv6h0rD/dOQ/58Wr4qaNrbG6d4eTfG3QAIM2AD7d0dpGHXCm7FWSGJqrCs lnzqBY/BFsk434vzgOnC1zUPj3cCeA7d6Vv5c1mYExQZnBlVR5JN4Jftjr3140oBFfpx LkppD9Y6qyFrQkbemzqhbADlpNtvZ/ly+i8oANqTrfaZUI77ENcASXQG2KUoKEVfu7WH RqZo713cqyDwhbqcpvoywJNRcc9bJE3g0dFvc0uEzxnbu8wGvQWOnt5MDxySWNtK1LZ0 Yo/w== X-Received: by 10.180.100.225 with SMTP id fb1mr5103049wib.22.1377460222766; Sun, 25 Aug 2013 12:50:22 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id v9sm13221710wiw.8.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 25 Aug 2013 12:50:22 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [Patch (rebased) 2/2] contrib: pick: add docstring for notmuch-pick-worker Date: Sun, 25 Aug 2013 20:50:14 +0100 Message-Id: <1377460214-4795-3-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1377460214-4795-1-git-send-email-markwalters1009@gmail.com> References: <1377460214-4795-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, 26 Aug 2013 18:06:43 -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 f6710e9..30757c1 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -795,6 +795,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