aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog9
-rw-r--r--man/pgg.texi8
2 files changed, 17 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 020da464a18..1f417968fa9 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
12006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * pgg.texi (Caching passphrase): Fix markup and typos. Simplify.
4
52006-04-26 Sascha Wilde <wilde@sha-bang.de>
6
7 * pgg.texi (Caching passphrase): Added documentation for
8 pgg-gpg-use-agent.
9
12006-04-24 Bill Wohler <wohler@newt.com> 102006-04-24 Bill Wohler <wohler@newt.com>
2 11
3 * mh-e.texi (Getting Started): Made it more explicit that you need 12 * mh-e.texi (Getting Started): Made it more explicit that you need
diff --git a/man/pgg.texi b/man/pgg.texi
index 80dce7a9639..b8934b526e3 100644
--- a/man/pgg.texi
+++ b/man/pgg.texi
@@ -234,6 +234,14 @@ variable to @code{nil}.
234Elapsed time for expiration in seconds. 234Elapsed time for expiration in seconds.
235@end defvar 235@end defvar
236 236
237@defvar pgg-gpg-use-agent
238When using GnuPG (gpg) as PGP scheme you can use @code{gpg-agent} for
239caching@footnote{Actually @code{gpg-agent} does not cache passphrases
240but private keys. On the other hand, from a users point of view this
241technical difference isn't visible.}. If non-@code{nil} try to use a
242running @code{gpg-agent}. It defaults to @code{nil}.
243@end defvar
244
237@node Default user identity 245@node Default user identity
238@section Default user identity 246@section Default user identity
239 247