From: Mark Walters Date: Mon, 3 Jun 2013 22:06:09 +0000 (+0100) Subject: [PATCH] contrib: pick: remove reference to inbox in docstring X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd913a6c3bc0c83f501d2cf7055044a5ce4ac058;p=notmuch-archives.git [PATCH] contrib: pick: remove reference to inbox in docstring --- diff --git a/de/7464eed0114db117547ee106700921fdfe95cc b/de/7464eed0114db117547ee106700921fdfe95cc new file mode 100644 index 000000000..c44bc00f0 --- /dev/null +++ b/de/7464eed0114db117547ee106700921fdfe95cc @@ -0,0 +1,88 @@ +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 2958C431FBF + for ; Mon, 3 Jun 2013 15:06:20 -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 NRXAmeZOMCFK for ; + Mon, 3 Jun 2013 15:06:14 -0700 (PDT) +Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com + [74.125.82.50]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 528F7431FBD for ; Mon, 3 Jun 2013 15:06:14 -0700 + (PDT) +Received: by mail-wg0-f50.google.com with SMTP id k13so3750732wgh.5 + for ; Mon, 03 Jun 2013 15:06:13 -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=Xz/P8zJttDFOcN8OGc0f5tKx8s5wHmVlGw8QxDKOdmc=; + b=ox1/ep4Nk1wZbM18HsIpQ6h8rZ5srbN4eovbBVnfC6JRcNg3RAQDY2KkbECVGFa8VP + 2ZsPSxAxK5vxE6jNrLY1ejhq66nCoB7PytOB89xi0/63R9NZA0Z9rX0/xEQ+yQFOITGe + K9c8Me3CL3UKFOjHyUfWgiau+vbap/jFcXd6ekNASM+Vkdqe0gnvpUamNx1nDC9N+9zi + 1KwvzhLU64I+f5qlhjU1SeLrKJoOo3BAjpQpWCjS6R7ZUjlFqiaoysXrnYCqr9kwrWao + GHhcbmJ2wE+7kHboH0LR51AtH7RwVghLkKBUYcVuqneb+MTRJCRKFoB9CJP4akUY/2vA + f7Rg== +X-Received: by 10.194.123.69 with SMTP id ly5mr21085398wjb.29.1370297173120; + Mon, 03 Jun 2013 15:06:13 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id fz8sm26501528wib.2.2013.06.03.15.06.12 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 03 Jun 2013 15:06:12 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH] contrib: pick: remove reference to inbox in docstring +Date: Mon, 3 Jun 2013 23:06:09 +0100 +Message-Id: <1370297169-28433-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, 03 Jun 2013 22:06:20 -0000 + +Copy the recent changes in show to use just notmuch-archive-tags (as a +link) rather than saying '(defaults to "inbox")'. +--- + contrib/notmuch-pick/notmuch-pick.el | 7 +++---- + 1 files changed, 3 insertions(+), 4 deletions(-) + +diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el +index 10a2bf7..16f8d15 100644 +--- a/contrib/notmuch-pick/notmuch-pick.el ++++ b/contrib/notmuch-pick/notmuch-pick.el +@@ -443,10 +443,9 @@ Does NOT change the database." + "Archive the current message. + + Archive the current message by applying the tag changes in +-`notmuch-archive-tags' to it (remove the \"inbox\" tag by +-default). If a prefix argument is given, the message will be +-\"unarchived\", i.e. the tag changes in `notmuch-archive-tags' +-will be reversed." ++`notmuch-archive-tags' to it. If a prefix argument is given, the ++message will be \"unarchived\", i.e. the tag changes in ++`notmuch-archive-tags' will be reversed." + (interactive "P") + (when notmuch-archive-tags + (apply 'notmuch-pick-tag +-- +1.7.9.1 +