From a678d73cb80702ab9257ee66ab983f324c8f3a16 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 23 Jan 2015 21:11:38 +0200 Subject: [PATCH] Re: [PATCH v4 5/5] Update documentation --- f3/aec55934d1413a122f6b82b3d4ea2eb87216e4 | 150 ++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 f3/aec55934d1413a122f6b82b3d4ea2eb87216e4 diff --git a/f3/aec55934d1413a122f6b82b3d4ea2eb87216e4 b/f3/aec55934d1413a122f6b82b3d4ea2eb87216e4 new file mode 100644 index 000000000..32cf6b0a0 --- /dev/null +++ b/f3/aec55934d1413a122f6b82b3d4ea2eb87216e4 @@ -0,0 +1,150 @@ +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 9AF7C431FC9 + for ; Fri, 23 Jan 2015 11:11:33 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.738 +X-Spam-Level: * +X-Spam-Status: No, score=1.738 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438, 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 WOeFzATjdHTV for ; + Fri, 23 Jan 2015 11:11:30 -0800 (PST) +Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com + [74.125.82.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 33F36431FBC for ; Fri, 23 Jan 2015 11:11:30 -0800 + (PST) +Received: by mail-wg0-f41.google.com with SMTP id a1so9229227wgh.0 + for ; Fri, 23 Jan 2015 11:11:27 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=/q8bl+JicUE05HsiWLQ6Tfe5uWHRmDuTFOAyI1GDrN8=; + b=EGzUREMF+f/1b9/SXFlQL+DvsnIRG5+UBh86RpJ0Xpbt3E1IA6Nn2NOAw69Pc68FCH + iDj6+YehDet9LkBmyOBNhdDu9XsJUe/7oe7rDQYXCaSHFOnuQmRRGzcJPzvkSMEb8tFI + EKRyX0JsUdA6iOQZn4Ro7nonfPCtVTnZvw/n9qey/fHugB1YtHb00W5SZcmgz3SpoDxC + r6n8u8cKnB5SyJmGjqfmuKc193IDjkQ+TjbEwzV4KJTCNE638bVx7l4H2KZYAlL6l9p0 + jOLR8lhX0C5rQ9li+N9LqeRuiiKpEej7Hu8sYYSFw43vz091y9wYxWK4fuRxu3yuxSCi + i4UQ== +X-Gm-Message-State: + ALoCoQk6Qh7aHJJAhGYZb/ZdCGRnwiK2EONcLnoce3X688siyoPGcqEiapYiqf8AaLINJ1j/gZZa +X-Received: by 10.180.95.4 with SMTP id dg4mr940219wib.61.1422040286825; + Fri, 23 Jan 2015 11:11:26 -0800 (PST) +Received: from localhost (mobile-internet-bcee98-87.dhcp.inet.fi. + [188.238.152.87]) + by mx.google.com with ESMTPSA id h8sm2988225wiy.4.2015.01.23.11.11.25 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 23 Jan 2015 11:11:25 -0800 (PST) +From: Jani Nikula +To: Todd , notmuch@notmuchmail.org +Subject: Re: [PATCH v4 5/5] Update documentation +In-Reply-To: <1421970220-9019-6-git-send-email-todd@electricoding.com> +References: <1421970220-9019-1-git-send-email-todd@electricoding.com> + <1421970220-9019-6-git-send-email-todd@electricoding.com> +User-Agent: Notmuch/0.19+37~g290dc80 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Fri, 23 Jan 2015 21:11:38 +0200 +Message-ID: <871tmlxqfp.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +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, 23 Jan 2015 19:11:33 -0000 + +On Fri, 23 Jan 2015, Todd wrote: +> Adds new entry to the NEWS file, and updates the search terms section +> of the man page. The search terms section needs to be updated again +> once the new section in the documentation covering probablistic terms +> has been committed. +> --- +> NEWS | 11 +++++++++++ +> doc/man7/notmuch-search-terms.rst | 6 ++++++ +> 2 files changed, 17 insertions(+) +> +> diff --git a/NEWS b/NEWS +> index 53e06aa..a4f2a3f 100644 +> --- a/NEWS +> +++ b/NEWS +> @@ -1,4 +1,5 @@ +> Notmuch 0.20 (UNRELEASED) +> +========================= +> +> Documentation +> ------------- +> @@ -13,6 +14,16 @@ Contrib +> previously provided by `notmuch-deliver` should now be provided by +> `notmuch insert`, provided by the main notmuch binary. +> +> +Command-Line Interface +> +---------------------- +> + +> +There is a new `mimetype:` search prefix +> + +> + The new `mimetype:` search prefix allows searching for the +> + content-type of attachments, which is now indexed by. See the + +"indexed by." ? + +Otherwise the series looks good to me, tests pass, and I rebuilt my own +database with it and gave it a spin. Seems to work, and I like it. + + +BR, +Jani. + + + +> + `notmuch-search-terms` manual page for details. +> + +> + +> Notmuch 0.19 (2014-11-14) +> ========================= +> +> diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst +> index 1acdaa0..315e849 100644 +> --- a/doc/man7/notmuch-search-terms.rst +> +++ b/doc/man7/notmuch-search-terms.rst +> @@ -40,6 +40,8 @@ indicate user-supplied values): +> +> - attachment: +> +> +- mimetype: +> + +> - tag: (or is:) +> +> - id: +> @@ -66,6 +68,10 @@ by including quotation marks around the phrase, immediately following +> The **attachment:** prefix can be used to search for specific filenames +> (or extensions) of attachments to email messages. +> +> +The **mimetype:** prefix will be used to match text from the +> +content-types of MIME parts within email messages (as specified by the +> +sender). +> + +> For **tag:** and **is:** valid tag values include **inbox** and +> **unread** by default for new messages added by **notmuch new** as well +> as any other tag values added manually with **notmuch tag**. +> -- +> 1.9.1 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch -- 2.26.2