From: David Bremner Date: Wed, 6 Apr 2016 01:20:45 +0000 (+2100) Subject: Re: [PATCH v2 2/7] verify during thread-breakage that messages are removed as well X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0000d34dbbcb0b2ef7a6eb2056eadacd188bb7a;p=notmuch-archives.git Re: [PATCH v2 2/7] verify during thread-breakage that messages are removed as well --- diff --git a/c0/4345c8dde0e5966d4af88d58bb68c1bf4d9929 b/c0/4345c8dde0e5966d4af88d58bb68c1bf4d9929 new file mode 100644 index 000000000..1d6d4fd96 --- /dev/null +++ b/c0/4345c8dde0e5966d4af88d58bb68c1bf4d9929 @@ -0,0 +1,66 @@ +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 A95FD6DE0243 + for ; Tue, 5 Apr 2016 18:20:56 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.02 +X-Spam-Level: +X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[AWL=-0.009, + SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 Hfj3B6Ni80Q2 for ; + Tue, 5 Apr 2016 18:20:49 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id D94A26DE01F7 + for ; Tue, 5 Apr 2016 18:20:48 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1anc9p-00055n-EU; Tue, 05 Apr 2016 21:21:21 -0400 +Received: (nullmailer pid 17793 invoked by uid 1000); + Wed, 06 Apr 2016 01:20:45 -0000 +From: David Bremner +To: Daniel Kahn Gillmor , + Notmuch Mail +Subject: Re: [PATCH v2 2/7] verify during thread-breakage that messages are + removed as well +In-Reply-To: <1459606541-23889-2-git-send-email-dkg@fifthhorseman.net> +References: <1459445693-3900-1-git-send-email-dkg@fifthhorseman.net> + <1459606541-23889-1-git-send-email-dkg@fifthhorseman.net> + <1459606541-23889-2-git-send-email-dkg@fifthhorseman.net> +User-Agent: Notmuch/0.21+74~g6c60fb1 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 05 Apr 2016 22:20:45 -0300 +Message-ID: <87zit7fs7m.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: Wed, 06 Apr 2016 01:20:56 -0000 + +Daniel Kahn Gillmor writes: + +> +> +test_subject_count() { +> + notmuch new >/dev/null +> + test_begin_subtest "${3:-looking for $2 instance of '$1'}" +> + count=$(notmuch count --output=threads "$1") +> + test_expect_equal "$count" "$2" +> +} + +It's confusing that this doesn't have anything to do with the subject: +prefix or the corresponding header. +