]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
Update documentation
authorTodd <todd@electricoding.com>
Thu, 22 Jan 2015 23:43:40 +0000 (17:43 -0600)
committerDavid Bremner <david@tethera.net>
Sat, 24 Jan 2015 15:51:20 +0000 (16:51 +0100)
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
doc/man7/notmuch-search-terms.rst

diff --git a/NEWS b/NEWS
index 53e06aa602925fb5500b51dd2bffd98629b7c28a..70ad3f3a90a0160d75b1ea7f38b6c87e3dd83902 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 Notmuch 0.20 (UNRELEASED)
+=========================
+
+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. See the
+  `notmuch-search-terms` manual page for details.
 
 Documentation
 -------------
index 1acdaa0b38de0eeef0a3013ff38ac395c3606505..315e8494f03d9e18b208cde720eca037a5785c7d 100644 (file)
@@ -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 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**.