From: Tomi Ollila Date: Mon, 10 Jun 2013 15:44:17 +0000 (+0300) Subject: Re: [PATCH] contrib: pick: remove reference to inbox in docstring X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b59978c52cb2c17721b28abc9b58de6efdb78896;p=notmuch-archives.git Re: [PATCH] contrib: pick: remove reference to inbox in docstring --- diff --git a/37/bb4acc73a81edc151aeb68126a21009185bde0 b/37/bb4acc73a81edc151aeb68126a21009185bde0 new file mode 100644 index 000000000..64ee54a46 --- /dev/null +++ b/37/bb4acc73a81edc151aeb68126a21009185bde0 @@ -0,0 +1,89 @@ +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 646A3431FAF + for ; Mon, 10 Jun 2013 08:44:27 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 AEG3zTljCouQ for ; + Mon, 10 Jun 2013 08:44:18 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 5F51A431FAE + for ; Mon, 10 Jun 2013 08:44:18 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id B52A2100044; + Mon, 10 Jun 2013 18:44:17 +0300 (EEST) +From: Tomi Ollila +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH] contrib: pick: remove reference to inbox in docstring +In-Reply-To: <1370297169-28433-1-git-send-email-markwalters1009@gmail.com> +References: <1370297169-28433-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.15.2+181~gfb53171 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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, 10 Jun 2013 15:44:27 -0000 + +On Tue, Jun 04 2013, Mark Walters wrote: + +> Copy the recent changes in show to use just notmuch-archive-tags (as a +> link) rather than saying '(defaults to "inbox")'. +> --- + +LGTM. For consistency... + +Tomi + + +> 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 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch