]> git.notmuchmail.org Git - notmuch/commitdiff
man: show and reply --decrypt option requires gpg-agent
authorJani Nikula <jani@nikula.org>
Fri, 1 Mar 2013 16:43:26 +0000 (18:43 +0200)
committerDavid Bremner <bremner@debian.org>
Sat, 2 Mar 2013 14:41:38 +0000 (10:41 -0400)
man/man1/notmuch-reply.1
man/man1/notmuch-show.1

index 454bdee35c359abd67445dd671582e5377af81cc..bf2021f50a55fd1316e2bc25f9b5c118f9009a77 100644 (file)
@@ -89,9 +89,12 @@ user's addresses.
 
 Decrypt any MIME encrypted parts found in the selected content
 (ie. "multipart/encrypted" parts). Status of the decryption will be
 
 Decrypt any MIME encrypted parts found in the selected content
 (ie. "multipart/encrypted" parts). Status of the decryption will be
-reported (currently only supported with --format=json and --format=sexp)
-and the multipart/encrypted part will be replaced by the decrypted
-content.
+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.
+
+Decryption expects a functioning \fBgpg-agent\fR(1) to provide any
+needed credentials. Without one, the decryption will fail.
 .RE
 
 See \fBnotmuch-search-terms\fR(7)
 .RE
 
 See \fBnotmuch-search-terms\fR(7)
index 8be9eaec00b5a58cfcbd141355f5953d92836e0e..7697dfcc2eccc8db32a1771eee9a26acfeb8284f 100644 (file)
@@ -163,8 +163,13 @@ will be replaced by the signed data.
 Decrypt any MIME encrypted parts found in the selected content
 (ie. "multipart/encrypted" parts). Status of the decryption will be
 reported (currently only supported with --format=json and
 Decrypt any MIME encrypted parts found in the selected content
 (ie. "multipart/encrypted" parts). Status of the decryption will be
 reported (currently only supported with --format=json and
---format=sexp) and the multipart/encrypted part will be replaced
-by the decrypted content.  Implies --verify.
+--format=sexp) and on successful decryption the multipart/encrypted
+part will be replaced by the decrypted content.
+
+Decryption expects a functioning \fBgpg-agent\fR(1) to provide any
+needed credentials. Without one, the decryption will fail.
+
+Implies --verify.
 .RE
 
 .RS 4
 .RE
 
 .RS 4