From: David Bremner Date: Mon, 6 Jun 2016 12:42:28 +0000 (+2100) Subject: Re: searching: '*analysis' vs 'reanalysis' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f2b7d3038e3ec4a4217265bf87cb69ae66c335c;p=notmuch-archives.git Re: searching: '*analysis' vs 'reanalysis' --- diff --git a/c0/b58f5c491fffac197d3e91aaf51255d5d74484 b/c0/b58f5c491fffac197d3e91aaf51255d5d74484 new file mode 100644 index 000000000..fcd793401 --- /dev/null +++ b/c0/b58f5c491fffac197d3e91aaf51255d5d74484 @@ -0,0 +1,64 @@ +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 472446DE0281 + for ; Mon, 6 Jun 2016 05:42:44 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.012 +X-Spam-Level: +X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 + tests=[AWL=-0.001, 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 Ag4AwSRglvs1 for ; + Mon, 6 Jun 2016 05:42:36 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 0019D6DE01C2 + for ; Mon, 6 Jun 2016 05:42:35 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1b9trH-0006vd-Fd; Mon, 06 Jun 2016 08:42:19 -0400 +Received: (nullmailer pid 18294 invoked by uid 1000); + Mon, 06 Jun 2016 12:42:28 -0000 +From: David Bremner +To: Gaute Hope , notmuch@notmuchmail.org +Subject: Re: searching: '*analysis' vs 'reanalysis' +In-Reply-To: <1465196150-astroid-3-33kf2otxir-16915@strange> +References: <1465196150-astroid-3-33kf2otxir-16915@strange> +User-Agent: Notmuch/0.22+28~gb9bf3f4 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Mon, 06 Jun 2016 09:42:28 -0300 +Message-ID: <87lh2ijxor.fsf@tesseract.cs.unb.ca> +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: Mon, 06 Jun 2016 12:42:44 -0000 + +Gaute Hope writes: + +> Hi, +> +> I have an email with the word 'reanalysis' in the subject line and the +> email body. However, when I try to search for '*analysis' or 'analysis' +> I do not get any matches, should not '*analysis' at least match? +> + +We talked about this on IRC (the short answer is no), but is there some +improvement you could suggest to the "Wildcards" section in +notmuch-search-terms(7) ? + +d