From f6b359e17dd99a1525d9649479f7ec518b9eb100 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 13 Feb 2013 07:50:58 +2000 Subject: [PATCH] Re: Search using email headers does not work --- 70/ce32ecdde358c9792d904003e0c907d306d9d7 | 75 +++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 70/ce32ecdde358c9792d904003e0c907d306d9d7 diff --git a/70/ce32ecdde358c9792d904003e0c907d306d9d7 b/70/ce32ecdde358c9792d904003e0c907d306d9d7 new file mode 100644 index 000000000..c190df0fd --- /dev/null +++ b/70/ce32ecdde358c9792d904003e0c907d306d9d7 @@ -0,0 +1,75 @@ +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 313D1431FB6 + for ; Tue, 12 Feb 2013 03:51:06 -0800 (PST) +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 YKmjm2uQgkVM for ; + Tue, 12 Feb 2013 03:51:05 -0800 (PST) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A3A17431FAF + for ; Tue, 12 Feb 2013 03:51:05 -0800 (PST) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1U5EO7-0000gx-P7; Tue, 12 Feb 2013 07:51:04 -0400 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1U5EO2-0002Jo-5Z; Tue, 12 Feb 2013 07:50:58 -0400 +From: David Bremner +To: Michal Vyskocil , notmuch@notmuchmail.org +Subject: Re: Search using email headers does not work +In-Reply-To: <20130211145259.GF7346@zelvantb.site> +References: <20130211145259.GF7346@zelvantb.site> +User-Agent: Notmuch/0.15.1 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Tue, 12 Feb 2013 07:50:58 -0400 +Message-ID: <87ehgl92e5.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +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: Tue, 12 Feb 2013 11:51:06 -0000 + +Michal Vyskocil writes: + +> Hi, +> +> I'd like to search for all emails with a defined email header. According +> notmuch-search(1) [1] this should be a trivial. But I got a very limited +> results +> +> $ notmuch count --exclude=false "X-Mailinglist" +> 2 + +Hi Michal; + +Unfortunately currently headers other than those references in the +notmuch-search-terms man page are not indexed. The only workaround I +can think of without patching notmuch is to use some tool to tag the +messages you care about. + +d -- 2.26.2