From: David Bremner Date: Mon, 23 Feb 2015 20:05:36 +0000 (+0100) Subject: [Patch v2 3/4] doc: typo fix for prefix discussion. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74fb70e3351c9d8e6e4d7de4773a0a972e85d6a8;p=notmuch-archives.git [Patch v2 3/4] doc: typo fix for prefix discussion. --- diff --git a/b5/57c7228ba7d42b193e9efcd7c835f6bfca7087 b/b5/57c7228ba7d42b193e9efcd7c835f6bfca7087 new file mode 100644 index 000000000..84762b343 --- /dev/null +++ b/b5/57c7228ba7d42b193e9efcd7c835f6bfca7087 @@ -0,0 +1,71 @@ +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 88446429E25 + for ; Mon, 23 Feb 2015 12:17:00 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 2EULmP+tQcot for ; + Mon, 23 Feb 2015 12:16:59 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 95714429E32 + for ; Mon, 23 Feb 2015 12:16:59 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YPzHH-0001c1-AU; Mon, 23 Feb 2015 20:06:51 +0000 +Received: (nullmailer pid 5906 invoked by uid 1000); Mon, 23 Feb 2015 + 20:06:24 -0000 +From: David Bremner +To: David Bremner , Jani Nikula , + notmuch@notmuchmail.org +Subject: [Patch v2 3/4] doc: typo fix for prefix discussion. +Date: Mon, 23 Feb 2015 21:05:36 +0100 +Message-Id: <1424721937-5797-4-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <1424721937-5797-1-git-send-email-david@tethera.net> +References: <87a9163fpf.fsf@maritornes.cs.unb.ca> + <1424721937-5797-1-git-send-email-david@tethera.net> +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: Mon, 23 Feb 2015 20:17:00 -0000 + +--- + doc/man7/notmuch-search-terms.rst | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst +index 1bd3df5..77abc70 100644 +--- a/doc/man7/notmuch-search-terms.rst ++++ b/doc/man7/notmuch-search-terms.rst +@@ -198,7 +198,7 @@ Boolean and Probabilistic Prefixes + ---------------------------------- + + Xapian (and hence notmuch) prefixes are either **boolean**, supporting +-exact matches like "tag:inbox" or **probabilistic**, supporting a most flexible **term** based searching. The prefixes currently supported by notmuch are as follows. ++exact matches like "tag:inbox" or **probabilistic**, supporting a more flexible **term** based searching. The prefixes currently supported by notmuch are as follows. + + +------------------+-----------------------+ + |Boolean |Probabilistic | +-- +2.1.4 +