[PATCH v2 5/5] Update documentation
Todd
todd at electricoding.com
Tue Jan 13 16:00:28 PST 2015
---
NEWS | 16 ++++++++++++++++
doc/man7/notmuch-search-terms.rst | 6 ++++++
2 files changed, 22 insertions(+)
diff --git a/NEWS b/NEWS
index 44e8d05..0df7977 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Notmuch 0.20 (TBD)
+=========================
+
+Overview
+--------
+
+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 `notmuch
+ insert`. See the `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..8d1acfc 100644
--- a/doc/man7/notmuch-search-terms.rst
+++ b/doc/man7/notmuch-search-terms.rst
@@ -40,6 +40,8 @@ indicate user-supplied values):
- attachment:<word>
+- mimetype:<word>
+
- tag:<tag> (or is:<tag>)
- id:<message-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 can be used to search for the specific
+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
More information about the notmuch
mailing list