From: David Edmondson Date: Fri, 2 May 2014 15:01:59 +0000 (+0100) Subject: Re: [PATCH] NEWS: folder:, path:, and database upgrade X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c457c182e2e5a2089e690b2b9e7bea73042d953;p=notmuch-archives.git Re: [PATCH] NEWS: folder:, path:, and database upgrade --- diff --git a/28/9a3ffc876856bc134d145c9aa2b92877fe655f b/28/9a3ffc876856bc134d145c9aa2b92877fe655f new file mode 100644 index 000000000..8bad98eba --- /dev/null +++ b/28/9a3ffc876856bc134d145c9aa2b92877fe655f @@ -0,0 +1,113 @@ +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 430BC429E32 + for ; Fri, 2 May 2014 08:02:12 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 HOFifajLFVxj for ; + Fri, 2 May 2014 08:02:08 -0700 (PDT) +Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com + [74.125.82.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 4BC57429E28 for ; Fri, 2 May 2014 08:02:08 -0700 + (PDT) +Received: by mail-wg0-f46.google.com with SMTP id n12so2738958wgh.5 + for ; Fri, 02 May 2014 08:02:04 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:to:subject:in-reply-to:references:user-agent + :from:date:message-id:mime-version:content-type; + bh=x3uJIYeWAzCQk7L2dP+pL46MTWlyb0tRoe5OvXotWYM=; + b=CU36ZmHz/A0vT2f7LKeeIp0PJeJEB4BHjma2a978zj7fDe5nM37jcoFgKQDoY3lf4N + 3oLxyXJSTbGZoQh5sKsJoq5rOfYevuv3M4tfYJswl3kXZncM2oabzALz67nSw1GHZT9X + tDUVtJRbDCy0ObAarmAVC0xhgjbomRLBpCqjGkFL/3YVSdVCmssPyTuDX//ZIgnKXzOG + R7iUD0emgkVg9KnT9/rrSFLacWkxYVgDtNswYppH67FAPmRfU2YkO4MQBQykGUOrKJ1M + 0P6dkKnl4h7HZf9+4uYm9hvSrFWfKJiPs/Jx4+H5yGM17xtqNr43mYaJ0VbD0zMV20hR + dpXQ== +X-Gm-Message-State: + ALoCoQl4Sdq/y0WsllcE+5/f8eMMQTnuKT+n6LuqzuKa4Xbukc3gmlOgLR9/qja7QRQy6T6MDNQY +X-Received: by 10.194.59.43 with SMTP id w11mr2177806wjq.65.1399042923805; + Fri, 02 May 2014 08:02:03 -0700 (PDT) +Received: from localhost ([2a01:348:1a2:1:a288:b4ff:fe8a:77d8]) + by mx.google.com with ESMTPSA id c2sm1362741wja.18.2014.05.02.08.02.01 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 02 May 2014 08:02:02 -0700 (PDT) +To: Mark Walters , Jani Nikula , + notmuch@notmuchmail.org +Subject: Re: [PATCH] NEWS: folder:, path:, and database upgrade +In-Reply-To: <87ppjw9spw.fsf@qmul.ac.uk> +References: <1398609977-9943-1-git-send-email-jani@nikula.org> + + <87ppjw9spw.fsf@qmul.ac.uk> +User-Agent: Notmuch/0.18~rc0 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +From: David Edmondson +Date: Fri, 02 May 2014 16:01:59 +0100 +Message-ID: +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha1; protocol="application/pgp-signature" +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: Fri, 02 May 2014 15:02:12 -0000 + +--=-=-= +Content-Type: text/plain + +On Fri, May 02 2014, Mark Walters wrote: +> I don't like the wildcard bit as an important part of the change was the +> removal of stemming. Perhaps keep exact in the headline and in the body +> say explicitly what the changes are no stemming, no wildcards (except +> globbing), etc (maybe case sensitivity is different?) + +I'm not too upset about exactly what it says. + +I wonder how many users care about "the removal of stemming" as opposed +to "wildcards no longer work", though :-) + +> On Thu, 01 May 2014, David Edmondson wrote: +>> On Sun, Apr 27 2014, Jani Nikula wrote: +>>> +The `folder:` search prefix now requires an exact match +>> +>> I think that it would be clearer to say: +>> +>> The `folder:` search prefix no longer supports wildcard matching +>> +>> (Or something like that.) +>> _______________________________________________ +>> notmuch mailing list +>> notmuch@notmuchmail.org +>> http://notmuchmail.org/mailman/listinfo/notmuch + +--=-=-= +Content-Type: application/pgp-signature; name="signature.asc" + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iKYEARECAGYFAlNjs2hfFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl +bnBncC5maWZ0aGhvcnNlbWFuLm5ldDc1M0Y5NDJDMEExNjc3MDE4OURGMUYyMDY5 +RUNEMEFCRjA0OTY1MTYACgkQaezQq/BJZRZPdACgiPNc03m000jeJFGqSbzhbTaG +Py4AoIq25nsuhs4D4Wn0/GAm/ZXP88NB +=gxag +-----END PGP SIGNATURE----- +--=-=-=--