From: David Bremner Date: Thu, 19 Nov 2015 11:57:42 +0000 (+2000) Subject: Re: [PATCH] test: Tests for combining --batch and --remove-all X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=86db6e0a2b60137b8b00e1de8527735c78d3814a;p=notmuch-archives.git Re: [PATCH] test: Tests for combining --batch and --remove-all --- diff --git a/3b/999a0b0eac0d3d7c931babaadae33aec9198a0 b/3b/999a0b0eac0d3d7c931babaadae33aec9198a0 new file mode 100644 index 000000000..0ef515503 --- /dev/null +++ b/3b/999a0b0eac0d3d7c931babaadae33aec9198a0 @@ -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 4057F6DE1009 + for ; Thu, 19 Nov 2015 03:59:31 -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 bRBtVTO5q2IT for ; + Thu, 19 Nov 2015 03:59:29 -0800 (PST) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 8E9196DE0B4F + for ; Thu, 19 Nov 2015 03:59:29 -0800 (PST) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZzNqk-0003y5-2R; Thu, 19 Nov 2015 11:58:02 +0000 +Received: (nullmailer pid 29417 invoked by uid 1000); Thu, 19 Nov 2015 + 11:57:42 -0000 +From: David Bremner +To: Daniel Schoepe , notmuch@notmuchmail.org +Subject: Re: [PATCH] test: Tests for combining --batch and --remove-all +In-Reply-To: <1439280136-25465-2-git-send-email-daniel@schoepe.org> +References: + <1439280136-25465-1-git-send-email-daniel@schoepe.org> + <1439280136-25465-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:57:42 -0400 +Message-ID: <8737w2p5ft.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:31 -0000 + +Daniel Schoepe writes: + +> This patch adds some tests for combining --remove-all with --batch or +> --input when calling notmuch-tag. + +pushed, + +d