]> git.notmuchmail.org Git - notmuch/commitdiff
doc: fix notmuch-search example
authorDavid Bremner <david@tethera.net>
Tue, 8 May 2018 15:12:55 +0000 (11:12 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 9 May 2018 14:31:57 +0000 (10:31 -0400)
For some reason the searched tag did not match the displayed results.

doc/man1/notmuch-search.rst

index 181058c6d7a19d156d0e9ca2e033b696153b5002..e42da2aec65407a69c069995a2172569d728ea2e 100644 (file)
@@ -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
 ===========