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 255A8429E3E for ; Fri, 2 May 2014 09:28:49 -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 G0DZGYDULpjz for ; Fri, 2 May 2014 09:28:43 -0700 (PDT) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6DDAA429E32 for ; Fri, 2 May 2014 09:28:43 -0700 (PDT) Received: by mail-ee0-f49.google.com with SMTP id e53so3289000eek.36 for ; Fri, 02 May 2014 09:28:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=e9QKAk2n0HB/FNVfAdvRKC6k0NWI9hlcvKpwxATR2U0=; b=bwOe9ZpB7It08e4/Ku4HZ9buCYczj4mJxDhuuv6wCM6fyTV+g48QsLmTaiFDu5qIsL 9qDOrGpJxWzuLmwTRMLI2Eds/q9tHeZuvLvO/nfkIq0HZCsaAEMhqHJ58mflcu7JWtEn XFfkTlUQH7AoyIxdCaUehkEqP/5bQWkIyc14oJJ80E/X3V3ReJycuGLcmMXnO0GbBMKS XP6ifowQMZhQxYvSt75n39hvUKDWqvw/fqNuHOcu6RyFmEPNfVcJF5iKBcOKWBtSQ7/I pd2lhZHwCZobmwIk5kIQP5vhoqhiubEO8OIDALjb7yX1OzhH23Cc5eHuGpit91xYo9k0 Myaw== X-Gm-Message-State: ALoCoQlOJeeE5zSt4E5w29pC2USIUYQ9cB82vSapKVfIn/ou+S05FByynyhwDrQzPaLurYHY9lS/ X-Received: by 10.14.194.70 with SMTP id l46mr15840064een.95.1399048120963; Fri, 02 May 2014 09:28:40 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id m42sm5740796eex.21.2014.05.02.09.28.39 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 02 May 2014 09:28:40 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org, David Edmondson , Mark Walters , david@tethera.net Subject: [PATCH] NEWS: make it explicit that wildcard matching is no longer supported Date: Fri, 2 May 2014 19:28:38 +0300 Message-Id: <1399048118-9959-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.9.2 In-Reply-To: References: 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 16:28:49 -0000 Wildcard matching was a feature of the probabilistic prefix, and we no longer have it for the boolean prefix. Also note that top-level folder can now be searched. --- NEWS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 75dba6f963b0..f10c280be328 100644 --- a/NEWS +++ b/NEWS @@ -21,12 +21,13 @@ General The `folder:` search prefix now requires an exact match The `folder:` prefix has been changed to search for email messages - by the exact, case sensitive maildir or MH folder name. The new - behaviour allows for more accurate mail folder based searches, and - should lead to less surprising results than the old behaviour. Users - are advised to see the `notmuch-search-terms` manual page for - details, and review how the change affects their existing `folder:` - searches. + by the exact, case sensitive maildir or MH folder name. Wildcard + matching (`folder:foo*`) is no longer supported. The new behaviour + allows for more accurate mail folder based searches, makes it + possible to search for messages in the top-level folder, and should + lead to less surprising results than the old behaviour. Users are + advised to see the `notmuch-search-terms` manual page for details, + and review how the change affects their existing `folder:` searches. There is a new `path:` search prefix. -- 1.9.2