mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Update documentation
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.
This commit is contained in:
parent
694c7b9ba7
commit
8fb1cbc1c2
2 changed files with 16 additions and 0 deletions
10
NEWS
10
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
|
||||
-------------
|
||||
|
|
|
@ -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**.
|
||||
|
|
Loading…
Reference in a new issue