X-Git-Url: https://git.notmuchmail.org/git?p=notmuch-wiki;a=blobdiff_plain;f=manpages%2Fnotmuch-search-1.mdwn;h=731a6110b0f05d48eff504a475167b2747dec7e3;hp=8146d9cc5a951cee7fdcceb500172b4e9b09b8a9;hb=7ab49d222b1bafd16ce17aa2a8f21648fb3ac8fd;hpb=2db88ae8b0f1f2cdfeb8cdd701de15c38a74c605 diff --git a/manpages/notmuch-search-1.mdwn b/manpages/notmuch-search-1.mdwn index 8146d9c..731a611 100644 --- a/manpages/notmuch-search-1.mdwn +++ b/manpages/notmuch-search-1.mdwn @@ -12,8 +12,8 @@

DESCRIPTION

-       Search  for  messages  matching  the given search terms, and display as
-       results the threads containing the matched messages.
+       Search for messages matching the given search terms, and display as re‐
+       sults the threads containing the matched messages.
 
        The output consists of one line per thread, giving  a  thread  ID,  the
        date  of  the  newest (or oldest, depending on the sort option) matched
@@ -33,9 +33,9 @@
               available).
 
        --format-version=N
-              Use the specified structured  output  format  version.  This  is
-              intended  for  programs  that  invoke  notmuch(1) internally. If
-              omitted, the latest supported version will be used.
+              Use the specified structured output format version. This is  in‐
+              tended  for programs that invoke notmuch(1) internally. If omit‐
+              ted, the latest supported version will be used.
 
        --output=(summary|threads|messages|files|tags)
 
@@ -46,8 +46,8 @@
                      ber  matched  and  the  total number), the authors of the
                      thread and the subject. In the case where a  thread  con‐
                      tains  multiple files for some messages, the total number
-                     of files is printed in  parentheses  (see  below  for  an
-                     example).
+                     of files is printed in parentheses (see below for an  ex‐
+                     ample).
 
               threads
                      Output  the  thread  IDs  of all threads with any message
@@ -59,8 +59,8 @@
               messages
                      Output  the  message  IDs  of  all  messages matching the
                      search terms, either one per line (--format=text),  sepa‐
-                     rated  by  null  characters  (--format=text0),  as a JSON
-                     array (--format=json), or as an S-Expression list (--for-
+                     rated  by null characters (--format=text0), as a JSON ar‐
+                     ray (--format=json), or as an S-Expression  list  (--for-
                      mat=sexp).
 
               files  Output  the filenames of all messages matching the search
@@ -79,8 +79,8 @@
 
               tags   Output  all  tags that appear on any message matching the
                      search terms, either one per line (--format=text),  sepa‐
-                     rated  by  null  characters  (--format=text0),  as a JSON
-                     array (--format=json), or as an S-Expression list (--for-
+                     rated  by null characters (--format=text0), as a JSON ar‐
+                     ray (--format=json), or as an S-Expression  list  (--for-
                      mat=sexp).
 
        --sort=(newest-first|oldest-first)
@@ -88,8 +88,8 @@
               cal order (oldest-first) or reverse  chronological  order  (new-
               est-first).
 
-              Note:  The  thread  order  will  be  distinct  between these two
-              options (beyond being simply reversed).  When  sorting  by  old-
+              Note:  The  thread  order will be distinct between these two op‐
+              tions (beyond being  simply  reversed).  When  sorting  by  old-
               est-first  the  threads  will be sorted by the oldest message in
               each thread, but when sorting by newest-first the  threads  will
               be sorted by the newest message in each thread.
@@ -114,8 +114,8 @@
                      Prevent excluded messages from matching the search terms.
 
               all    Additionally prevent excluded messages from appearing  in
-                     displayed  results,  in  effect  behaving  as  though the
-                     excluded messages do not exist.
+                     displayed  results,  in effect behaving as though the ex‐
+                     cluded messages do not exist.
 
               false  Allow excluded messages to match search terms and  appear
                      in  displayed results. Excluded messages are still marked
@@ -176,7 +176,7 @@
 
 

COPYRIGHT

-       2009-2020, Carl Worth and many others
+       2009-2021, Carl Worth and many others
 
-

0.31

+

0.32