Re: Search using email headers does not work
authorDavid Bremner <david@tethera.net>
Tue, 12 Feb 2013 20:05:07 +0000 (16:05 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:53:35 +0000 (09:53 -0800)
c4/22f9ee06386ad4499caa249f49b213df22a46b [new file with mode: 0644]

diff --git a/c4/22f9ee06386ad4499caa249f49b213df22a46b b/c4/22f9ee06386ad4499caa249f49b213df22a46b
new file mode 100644 (file)
index 0000000..9a341c1
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <bremner@unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id E13D6431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Feb 2013 12:05:21 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id ixfYRN-B6zKu for <notmuch@notmuchmail.org>;\r
+       Tue, 12 Feb 2013 12:05:17 -0800 (PST)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id E2A73431FC0\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Feb 2013 12:05:17 -0800 (PST)\r
+Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
+       by tesseract.cs.unb.ca with esmtpsa\r
+       (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1U5M6N-0004RG-Pm; Tue, 12 Feb 2013 16:05:16 -0400\r
+Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1U5M6G-0002mT-Eq; Tue, 12 Feb 2013 16:05:08 -0400\r
+From: David Bremner <david@tethera.net>\r
+To: Carl Worth <cworth@cworth.org>, Michal Vyskocil <mvyskocil@suse.cz>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: Search using email headers does not work\r
+In-Reply-To: <87wqudi9u0.fsf@yoom.home.cworth.org>\r
+References: <20130211145259.GF7346@zelvantb.site>\r
+       <87ehgl92e5.fsf@zancas.localnet>\r
+       <877gmdo46y.fsf@servo.finestructure.net>\r
+       <20130212173216.GL7346@zelvantb.site>\r
+       <87wqudi9u0.fsf@yoom.home.cworth.org>\r
+User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 12 Feb 2013 16:05:07 -0400\r
+Message-ID: <87mwv9i9ho.fsf@convex-new.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-Spam_bar: -\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 12 Feb 2013 20:05:22 -0000\r
+\r
+Carl Worth <cworth@cworth.org> writes:\r
+>\r
+> It's embarrassing to me that I added this note to the notmuch TODO file\r
+> in October 2009 (and it's still there):\r
+>\r
+>     Add support for the user to specify custom headers to be indexed.\r
+\r
+One techicality is that we would presumeably want to support this both\r
+for access via the CLI and via libnotmuch (e.g. for the python\r
+bindings).  So there is the question of where to store the list of\r
+indexed headers; perhaps in Xapian metadata. Or is there some simpler\r
+solution?\r
+\r
+d\r