From: Xu Wang Date: Sat, 18 Jul 2015 16:34:16 +0000 (+2000) Subject: Re: Searching for phrases in the body of an email X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7b8565aae8a0c38cd6efaea3f0ef9ee1964d910;p=notmuch-archives.git Re: Searching for phrases in the body of an email --- diff --git a/d9/9c433b4f68eb8f1ba448193a576daa92e9c069 b/d9/9c433b4f68eb8f1ba448193a576daa92e9c069 new file mode 100644 index 000000000..c45195176 --- /dev/null +++ b/d9/9c433b4f68eb8f1ba448193a576daa92e9c069 @@ -0,0 +1,79 @@ +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 BDBFB6DE0AF8 + for ; Sat, 18 Jul 2015 09:34:18 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.576 +X-Spam-Level: +X-Spam-Status: No, score=-0.576 tagged_above=-999 required=5 + tests=[AWL=-0.006, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, + DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] 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 d07nifzB5cYO for ; + Sat, 18 Jul 2015 09:34:17 -0700 (PDT) +Received: from mail-oi0-f66.google.com (mail-oi0-f66.google.com + [209.85.218.66]) + by arlo.cworth.org (Postfix) with ESMTPS id E9C2F6DE0352 + for ; Sat, 18 Jul 2015 09:34:16 -0700 (PDT) +Received: by oiho132 with SMTP id o132so5850851oih.1 + for ; Sat, 18 Jul 2015 09:34:16 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :content-type; bh=IZJ0MQ5GgiGDXMSp22Al+12jiuONpkWlIKo9M710tU8=; + b=V4AFySxEfV8V3glZ4r7J1IsZsBguCPdRMHccbKzN7jHwA58Ccd5aYpGctXHJ9015Z1 + yeE07PkK+ApvEE8ssbEw7uG5vluaUdWTogjRfR5TBsqAbI2XDTF1hevUzX8zoWfylo89 + yTVOPeZGQ/nbvBqp2NsehwzYOaHjm/jjKzzsHn5ClfL6Z8Fs8HPp1dqZykO2B6h6ZKK5 + xKm9et3ucadrjxPzwd1eYBxUtbZFDekLKK6q8sHoVxyd1Y4SsihLDy3OnFTBRqMMvuFm + IDSzNWm25AUMDhs6voeeCLgjJzJjjwYH30lALKd833pqzk9yJ9H6Ym+2EW6jvIrs+L9Q + vh2w== +MIME-Version: 1.0 +X-Received: by 10.182.246.202 with SMTP id xy10mr18519080obc.64.1437237256105; + Sat, 18 Jul 2015 09:34:16 -0700 (PDT) +Received: by 10.182.241.167 with HTTP; Sat, 18 Jul 2015 09:34:16 -0700 (PDT) +In-Reply-To: <20150718153239.GB4527@chitra.no-ip.org> +References: <20150717121111.GF25651@chitra.no-ip.org> + <55A923E9.5070509@imca-cat.org> + <20150718091139.GB8311@chitra.no-ip.org> + + <20150718153239.GB4527@chitra.no-ip.org> +Date: Sat, 18 Jul 2015 12:34:16 -0400 +Message-ID: + +Subject: Re: Searching for phrases in the body of an email +From: Xu Wang +To: notmuch@notmuchmail.org +Content-Type: text/plain; charset=UTF-8 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Sat, 18 Jul 2015 16:34:18 -0000 + +On Sat, Jul 18, 2015 at 11:32 AM, Suvayu Ali + wrote: + +> Of course this does not help me solve my original goal, but I guess now +> I can try different queries based on your idea. + +Ah I see. Your goal is to search for phrases close to "no plain text". +But if you use fuzzy searching but an exact grep, then it is normal +that the numbers are not consistent, no? Because your grep is not +fuzzy. + +Kind regards, + +Xu