From: David Bremner Date: Thu, 19 Nov 2015 11:58:04 +0000 (+2000) Subject: Re: [PATCH 1/2] cli: Allow combining --remove-all and --batch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8f1b4a7a214f435ad243985e661021ccf991a671;p=notmuch-archives.git Re: [PATCH 1/2] cli: Allow combining --remove-all and --batch --- diff --git a/01/afe4f4cf4cb6f3a338e6125adba0fa5e3248e2 b/01/afe4f4cf4cb6f3a338e6125adba0fa5e3248e2 new file mode 100644 index 000000000..687bfef72 --- /dev/null +++ b/01/afe4f4cf4cb6f3a338e6125adba0fa5e3248e2 @@ -0,0 +1,59 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 0CABD6DE1A59 + for ; Thu, 19 Nov 2015 03:59:57 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.092 +X-Spam-Level: +X-Spam-Status: No, score=0.092 tagged_above=-999 required=5 tests=[AWL=0.092] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id GgXcricSrwRe for ; + Thu, 19 Nov 2015 03:59:55 -0800 (PST) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 1CCAD6DE19E7 + for ; Thu, 19 Nov 2015 03:59:51 -0800 (PST) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZzNr5-0003yD-ST; Thu, 19 Nov 2015 11:58:23 +0000 +Received: (nullmailer pid 29434 invoked by uid 1000); Thu, 19 Nov 2015 + 11:58:04 -0000 +From: David Bremner +To: Daniel Schoepe , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] cli: Allow combining --remove-all and --batch +In-Reply-To: <1439279198-21330-2-git-send-email-daniel@schoepe.org> +References: <1439279198-21330-1-git-send-email-daniel@schoepe.org> + <1439279198-21330-2-git-send-email-daniel@schoepe.org> +User-Agent: Notmuch/0.21+7~g55fb7da (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Thu, 19 Nov 2015 07:58:04 -0400 +Message-ID: <87ziyanqur.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Thu, 19 Nov 2015 11:59:57 -0000 + +Daniel Schoepe writes: + +> This patch removes the restriction on notmuch-tag that disallows using +> both --remove-all and --batch. Combining the two options removes tags +> on all messages affected by each query before applying the new tags. + +pushed, + +d