X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-reply-1.mdwn;h=84c06bf96abf36de4a1f2576122e03afc7372bc7;hb=7ab49d222b1bafd16ce17aa2a8f21648fb3ac8fd;hp=19639bb0ba5970b332ede18aa74d37640ca7d4db;hpb=972d44d9cb20af9363eb251fc6e748912ad0ca32;p=notmuch-wiki diff --git a/manpages/notmuch-reply-1.mdwn b/manpages/notmuch-reply-1.mdwn index 19639bb..84c06bf 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 @@ -42,11 +43,11 @@ json Produces JSON output containing headers for a reply mes‐ sage and the contents of the original message. This out‐ - put can be used by a client to create a reply message - intelligently. + put can be used by a client to create a reply message in‐ + telligently. - sexp Produces S-Expression output containing headers for a - reply message and the contents of the original message. + sexp Produces S-Expression output containing headers for a re‐ + ply message and the contents of the original message. This output can be used by a client to create a reply message intelligently. @@ -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 in‐ + tended for programs that invoke notmuch(1) internally. If omit‐ + ted, 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 se‐ + cret 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-2016, Carl Worth and many others
+       2009-2021, Carl Worth and many others
 
-

0.23

+

0.32