mutt stable branch with some hacks
1.\" -*-nroff-*-
2.\"
3.\" pgpring, a key ring dumper
4.\" Manpage Copyright (c) 2004-2013 Matthew Wilcox, Honza Horak
5.\"
6.\" This program is free software; you can redistribute it and/or modify
7.\" it under the terms of the GNU General Public License as published by
8.\" the Free Software Foundation; either version 2 of the License, or
9.\" (at your option) any later version.
10.\"
11.\" This program is distributed in the hope that it will be useful,
12.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
13.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14.\" GNU General Public License for more details.
15.\"
16.\" You should have received a copy of the GNU General Public License
17.\" along with this program; if not, write to the Free Software
18.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19.\"
20.TH pgpring 1 "May 2013" Unix "User Manuals"
21.SH NAME
22pgpring \- Mutt key ring dumper
23
24.SH SYNTAX
25.PP
26\fBpgpring\fP [ \fB\-k\fP \fIkeyring\fP ] [ \fB\-2\fP | \fB\-5\fP ]
27[ \fB\-s\fP ] [ \fB\-S\fP ] [ \fB\-f\fP ]
28
29.SH DESCRIPTION
30.PP
31pgpring is a key ring dumper. It extracts information from PGP's
32binary key ring and emits it in an (almost) readable output format
33understood by mutt's key selection routines. This output format
34mimics the one used by the GNU Privacy Guard (GPG).
35
36.SH OPTIONS
37.TP
38.BI \-k " keyring"
39Dump the contents of the specified keyring.
40.TP
41.B \-2
42Use the default keyring for PGP 2.x.
43.TP
44.B \-5
45Use the default keyring for PGP 5.
46.TP
47.B \-s
48Dump the secret keyring.
49.TP
50.B \-S
51Dump signatures.
52.TP
53.B \-f
54Dump fingerprints.
55
56.SH ENVIRONMENT
57.PP
58.IP "HOME"
59Full path of the user's home directory.
60.IP "PGPPATH"
61Directory in which the user's PGP public keyring can be found.
62
63.SH AUTHORS
64Thomas Roessler <roessler@does\-not\-exist.org>
65