X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-search-1.mdwn;h=098d9be4d68cab58c032d150ed66ffe727c3dac2;hb=716bcefd296e3ee39ff65e8ef89e671c9828191d;hp=4adb33bdf0d4e91cdff6fd9bdd0189c26f7c06ac;hpb=47c9a681445722a5b996786fb97df71747615bb7;p=notmuch-wiki diff --git a/manpages/notmuch-search-1.mdwn b/manpages/notmuch-search-1.mdwn index 4adb33b..098d9be 100644 --- a/manpages/notmuch-search-1.mdwn +++ b/manpages/notmuch-search-1.mdwn @@ -51,26 +51,26 @@ threads Output the thread IDs of all threads with any message - matching the search terms, either one per line (--for‐ - mat=text), separated by null characters (--format=text0), - as a JSON array (--format=json), or an S-Expression list - (--format=sexp). + matching the search terms, either one per line (--for- + mat=text), separated by null characters (--format=text0), + as a JSON array (--format=json), or an S-Expression list + (--format=sexp). 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‐ - mat=sexp). + 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- + mat=sexp). files Output the filenames of all messages matching the search - terms, either one per line (--format=text), separated by - null characters (--format=text0), as a JSON array (--for‐ - mat=json), or as an S-Expression list (--format=sexp). + terms, either one per line (--format=text), separated by + null characters (--format=text0), as a JSON array (--for- + mat=json), or as an S-Expression list (--format=sexp). Note that each message may have multiple filenames asso‐ ciated with it. All of them are included in the output - (unless limited with the --duplicate=N option). This may + (unless limited with the --duplicate=N option). This may be particularly confusing for folder: or path: searches in a specified directory, as the messages may have dupli‐ cates in other directories that are included in the out‐ @@ -78,10 +78,10 @@ search. 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‐ - mat=sexp). + 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- + mat=sexp). --sort=(newest-first|oldest-first) This option can be used to present results in either chronologi‐ @@ -106,9 +106,9 @@ --exclude=(true|false|all|flag) A message is called "excluded" if it matches at least one tag in - search.tag_exclude that does not appear explicitly in the search - terms. This option specifies whether to omit excluded messages - in the search process. + search.exclude_tags that does not appear explicitly in the + search terms. This option specifies whether to omit excluded + messages in the search process. true (default) Prevent excluded messages from matching the search terms. @@ -176,7 +176,7 @@

COPYRIGHT

-       2009-2018, Carl Worth and many others
+       2009-2019, Carl Worth and many others
 
-

0.27

+

0.29