X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-reply-1.mdwn;h=cae4c5e818ceddd456f5a682555acedc4819b587;hb=716bcefd296e3ee39ff65e8ef89e671c9828191d;hp=83010f24a93c95f88d611b532d1d0b6abc378904;hpb=46b88668029f0f014c4ecf7a220b7a99a13776f3;p=notmuch-wiki diff --git a/manpages/notmuch-reply-1.mdwn b/manpages/notmuch-reply-1.mdwn index 83010f2..cae4c5e 100644 --- a/manpages/notmuch-reply-1.mdwn +++ b/manpages/notmuch-reply-1.mdwn @@ -34,7 +34,8 @@ The resulting message template is output to stdout. Supported options for reply include - --format=(default|json|sexp|headers-only) + + --format=(default|json|sexp|headers-only) default Includes subject and quoted message body as an RFC 2822 @@ -54,14 +55,14 @@ Only produces In-Reply-To, References, To, Cc, and Bcc headers. - --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. + --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. - --reply-to=(all|sender) + --reply-to=(all|sender) - all (default) + all (default) Replies to all addresses. sender Replies only to the sender. If replying to user's own @@ -70,16 +71,24 @@ ers in this order, and copy values from the first that contains something other than only the user's addresses. - --decrypt - Decrypt any MIME encrypted parts found in the selected con‐ - tent (ie. "multipart/encrypted" parts). Status of the decryp‐ - tion will be reported (currently only supported with --for‐ - mat=json and --format=sexp) and on successful decryption the - multipart/encrypted part will be replaced by the decrypted - content. + --decrypt=(false|auto|true) + If true, decrypt any MIME encrypted parts found in the selected con‐ + tent (i.e., "multipart/encrypted" parts). Status of the decryption + will be reported (currently only supported with --format=json and + --format=sexp), and on successful decryption the multipart/encrypted + part will be replaced by the decrypted content. + + If auto, and a session key is already known for the message, then it + will be decrypted, but notmuch will not try to access the user's + secret keys. + + Use false to avoid even automatic decryption. + + Non-automatic decryption expects a functioning gpg-agent(1) to pro‐ + vide any needed credentials. Without one, the decryption will likely + fail. - Decryption expects a functioning gpg-agent(1) to provide any - needed credentials. Without one, the decryption will fail. + Default: auto See notmuch-search-terms(7) for details of the supported syntax for <search-terms>. @@ -117,7 +126,7 @@

COPYRIGHT

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

0.24

+

0.29