From 6257bdfc8847f570d8f1e95faa025ef376675aff Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Mon, 1 Jul 2013 22:07:41 +0100 Subject: [PATCH] [PATCH 2/2] contrib: pick: add docstring for notmuch-pick-worker --- 8b/f9bdcfc9e8196b1ec1431e5c30816f229e0147 | 85 +++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 8b/f9bdcfc9e8196b1ec1431e5c30816f229e0147 diff --git a/8b/f9bdcfc9e8196b1ec1431e5c30816f229e0147 b/8b/f9bdcfc9e8196b1ec1431e5c30816f229e0147 new file mode 100644 index 000000000..568094f78 --- /dev/null +++ b/8b/f9bdcfc9e8196b1ec1431e5c30816f229e0147 @@ -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 1C43A431FC7 + for ; Mon, 1 Jul 2013 14:08:00 -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 g8-5WGfnrG+W for ; + Mon, 1 Jul 2013 14:07:54 -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 753C9431FD7 + for ; Mon, 1 Jul 2013 14:07:50 -0700 (PDT) +Received: by mail-wi0-f178.google.com with SMTP id k10so3522969wiv.5 + for ; Mon, 01 Jul 2013 14:07: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:in-reply-to:references; + bh=UO0XJerX0Abr2Uw4eX4vaFWgThOPZDk+qnxiU1zkA7M=; + b=pZfsu3mwdlMUknrb36KrmxkWs7RBd2aJAvH75bm0n7C8CgbYaBjqaWQ6h4yTPNXZK6 + bUrCOl843FaocRIHjiEe1z14SX0WZweMsDmp/73YTl7czlqFmIxYp+pB2HcR4OeZMZWf + 6NbRowTYIXcO8szp/U9iW0d4tXNLlIU92TGWpLbmtkLpBm0VWSryfKl7+k91jbxOCkfL + vFufM7/mc3WNuByJzrQrCAEwwhqSQEaxaO02PLCXNscWo4wBo/T21z6yC1Ho+wRUChau + MABrFmxu+wg9w2AdC/xp+4wi5qoj+1tv6izVsIwbvnr36s1iMbTEGhJFhFjnUspiciN9 + F2Ag== +X-Received: by 10.194.157.99 with SMTP id wl3mr21212629wjb.76.1372712869097; + Mon, 01 Jul 2013 14:07:49 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id + fo10sm18874093wib.8.2013.07.01.14.07.48 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 01 Jul 2013 14:07:48 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH 2/2] contrib: pick: add docstring for notmuch-pick-worker +Date: Mon, 1 Jul 2013 22:07:41 +0100 +Message-Id: <1372712861-13515-3-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +In-Reply-To: <1372712861-13515-1-git-send-email-markwalters1009@gmail.com> +References: <1372712861-13515-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, 01 Jul 2013 21:08:00 -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 ce627db..b15da41 100644 +--- a/contrib/notmuch-pick/notmuch-pick.el ++++ b/contrib/notmuch-pick/notmuch-pick.el +@@ -794,6 +794,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