summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-22 16:00:36 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-22 16:00:36 +0000
commit5856b6fff90bdc15915d17ae4bf38716eb8cf10b (patch)
treeb8e7148e8a6bdac1b74b62473df592fc0ea2557c /doc
parentc278a285ca8ec6b761d9ebbcd97370ab76b48547 (diff)
PGP key creation time fix by Roland Rosenfeld.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.sgml.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/manual.sgml.in b/doc/manual.sgml.in
index 9f2cd204..bfd39a2c 100644
--- a/doc/manual.sgml.in
+++ b/doc/manual.sgml.in
@@ -3405,6 +3405,29 @@ Default: set
If set, the PGP <em/+encrypttoself/ flag is used when encrypting messages.
+<sect2>pgp&lowbar;entry&lowbar;format<label id="pgp_entry_format">
+<p>
+Type: format string<newline>
+Default: &dquot;&percnt;4n &percnt;t&percnt;f &percnt;4l/0x&percnt;k &percnt;-4a &percnt;2c &percnt;u&dquot;
+
+This variable allows you to customize the PGP key selection menu to
+your personal taste. This string is similar to <ref id="index_format"
+name="&dollar;index&lowbar;format">, but has its own set of
+printf()-like sequences:
+
+<tscreen><verb>
+%n number
+%k key id
+%u user id
+%a algorithm
+%l key length
+%f flags
+%c capabilities
+%t trust/validity of the key-uid association
+%[<s>] date of the key where <s> is an strftime(3) expression
+</verb></tscreen>
+
+
<sect2>pgp&lowbar;gpg<label id="pgp_gpg">
<p>
Type: string<newline>