summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-05-08 11:12:55 -0400
committerDavid Bremner <david@tethera.net>2018-05-09 10:31:57 -0400
commita07b28a488cd5d8f3d9dcf77401cc43ce6473138 (patch)
tree7d2eb4c127a0cfb2dfdd9a08f43693127ac86c8c /doc
parentf2e6f76a046492650713c1c3f1f1a19f49de59ea (diff)
doc: fix notmuch-search example
For some reason the searched tag did not match the displayed results.
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/notmuch-search.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst
index 181058c6..e42da2ae 100644
--- a/doc/man1/notmuch-search.rst
+++ b/doc/man1/notmuch-search.rst
@@ -146,9 +146,9 @@ message having multiple filenames.
::
% notmuch search date:today.. and tag:bad-news
- thread:0000000000063c10 Today [1/1] Some Persun; To the bone (inbox unread)
- thread:0000000000063c25 Today [1/1(2)] Ann Other; Bears (inbox unread)
- thread:0000000000063c00 Today [1/1] A Thurd; Bites, stings, sad feelings (inbox unread)
+ thread:0000000000063c10 Today [1/1] Some Persun; To the bone (bad-news inbox unread)
+ thread:0000000000063c25 Today [1/1(2)] Ann Other; Bears (bad-news inbox unread)
+ thread:0000000000063c00 Today [1/1] A Thurd; Bites, stings, sad feelings (bad-news unread)
EXIT STATUS
===========