Re: searching: '*analysis' vs 'reanalysis'
authorDavid Bremner <david@tethera.net>
Mon, 6 Jun 2016 17:29:36 +0000 (14:29 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:00 +0000 (16:22 -0700)
69/f98d5d91715eeb23eea04cdbf6374b8a76466e [new file with mode: 0644]

diff --git a/69/f98d5d91715eeb23eea04cdbf6374b8a76466e b/69/f98d5d91715eeb23eea04cdbf6374b8a76466e
new file mode 100644 (file)
index 0000000..822f002
--- /dev/null
@@ -0,0 +1,70 @@
+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 54EEF6DE0130\r
+ for <notmuch@notmuchmail.org>; Mon,  6 Jun 2016 10:29:52 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.012\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5\r
+ tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\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 g6fPLpTcXqSy for <notmuch@notmuchmail.org>;\r
+ Mon,  6 Jun 2016 10:29:44 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 3E6866DE00DA\r
+ for <notmuch@notmuchmail.org>; Mon,  6 Jun 2016 10:29:44 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1b9yL9-000245-Oa; Mon, 06 Jun 2016 13:29:27 -0400\r
+Received: (nullmailer pid 1035 invoked by uid 1000);\r
+ Mon, 06 Jun 2016 17:29:36 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: sfischme@uwaterloo.ca, Gaute Hope <eg@gaute.vetsj.com>,\r
+ notmuch@notmuchmail.org\r
+Cc: Austin Clements <amdragon@gmail.com>\r
+Subject: Re: searching: '*analysis' vs 'reanalysis'\r
+In-Reply-To: <877fe2tiy8.fsf@uwaterloo.ca>\r
+References: <1465196150-astroid-3-33kf2otxir-16915@strange>\r
+ <87lh2ijxor.fsf@tesseract.cs.unb.ca>\r
+ <1465217156-astroid-4-8l08w9cils-2318@strange> <877fe2tiy8.fsf@uwaterloo.ca>\r
+User-Agent: Notmuch/0.22+28~gb9bf3f4 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 06 Jun 2016 14:29:36 -0300\r
+Message-ID: <878tyins3j.fsf@tesseract.cs.unb.ca>\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: Mon, 06 Jun 2016 17:29:52 -0000\r
+\r
+Sebastian Fischmeister <sfischme@uwaterloo.ca> writes:\r
+\r
+>\r
+> I ran into this problem before as well. Storage is cheap. Notmuch could\r
+> index all emails with reversed text to get around some of this\r
+> problem. It doesn't solve the problem of *analysis*, but it's still an\r
+> improvement.\r
+\r
+It would probably be more useful to have brute force regexp searches on\r
+headers.  Austin did some experiments that sounded promising, where you\r
+basically postprocess the result of a xapian query with a regexp. OTOH,\r
+I don't know what kept him from proposing this for mainline. If it was\r
+just parser issues, those are probably more or less solved now, at least\r
+for people using xapian 1.3+\r
+\r
+d\r