summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-25 19:46:47 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-25 19:46:47 +0000
commitc79acba09979eb337535fccf7f5b396d170f2500 (patch)
treec868126709bbaec68f5dd5c41248627bb370c1d6 /doc
parent27a6ffef72dea842785e909c0274b9551b1dc6ce (diff)
Roland's sort_keys patch.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.sgml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/manual.sgml.in b/doc/manual.sgml.in
index c041cbc1..f6bac4d5 100644
--- a/doc/manual.sgml.in
+++ b/doc/manual.sgml.in
@@ -4148,6 +4148,24 @@ are sorted alphabetically. Valid values:
You may optionally use the <tt/reverse-/ prefix to specify reverse sorting
order (example: <tt/set sort_browser=reverse-date/).
+<sect2>pgp&lowbar;sort&lowbar;keys<label id="pgp_sort_keys">
+<p>
+Type: string<newline>
+Default: address
+
+Specifies how the entries in the `pgp keys' menu are sorted. The
+following are legal values:
+
+<itemize>
+<item>address (sort alphabetically by user id)
+<item>keyid (sort alphabetically by key id)
+<item>date (sort by key creation date)
+<item>trust (sort by the trust of the key).
+</itemize>
+
+If you prefer reverse order of the above values, prefix it with
+`reverse-'.
+
<sect2>spoolfile<label id="spoolfile">
<p>
Type: string<newline>