Re: [PATCH 1/2] cli: Allow combining --remove-all and --batch
authorDavid Bremner <david@tethera.net>
Thu, 19 Nov 2015 11:58:04 +0000 (07:58 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:04 +0000 (14:50 -0700)
01/afe4f4cf4cb6f3a338e6125adba0fa5e3248e2 [new file with mode: 0644]

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