···11+.\" -*-nroff-*-
22+.\"
33+.\" pgpewrap, a command line munging tool
44+.\" Manpage Copyright (c) 2013 Honza Horak
55+.\"
66+.\" This program is free software; you can redistribute it and/or modify
77+.\" it under the terms of the GNU General Public License as published by
88+.\" the Free Software Foundation; either version 2 of the License, or
99+.\" (at your option) any later version.
1010+.\"
1111+.\" This program is distributed in the hope that it will be useful,
1212+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
1313+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414+.\" GNU General Public License for more details.
1515+.\"
1616+.\" You should have received a copy of the GNU General Public License
1717+.\" along with this program; if not, write to the Free Software
1818+.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1919+.\"
2020+.TH pgpewrap 1 "May 2013" Unix "User Manuals"
2121+.SH NAME
2222+pgpewrap \- Mutt command line munging tool
2323+2424+.SH SYNTAX
2525+.PP
2626+\fBpgpewrap\fP [ \fBflags\fP ] \-\- \fBprefix\fP [ \fBrecipients\fP ]
2727+2828+.SH DESCRIPTION
2929+.PP
3030+This is a little C program which does some command line munging: The
3131+first argument is a command to be executed. When \fBpgpewrap\fP
3232+encounters a "\-\-" (dash\-dash) argument, it will interpret the next
3333+argument as a prefix which is put in front of all following
3434+arguments.
3535+3636+.SH EXAMPLE
3737+3838+ pgpewrap pgpe file \-\- \-r a b c
3939+4040+will execute:
4141+4242+ pgpe file -r a -r b -r c
4343+4444+This script is needed with PGP 5 and with GPG, since their command
4545+line interfaces can't be properly served by mutt's format mechanism.
4646+
+58
doc/pgpring.man
···11+.\" -*-nroff-*-
22+.\"
33+.\" pgpring, a key ring dumper
44+.\" Manpage Copyright (c) 2004-2013 Matthew Wilcox, Honza Horak
55+.\"
66+.\" This program is free software; you can redistribute it and/or modify
77+.\" it under the terms of the GNU General Public License as published by
88+.\" the Free Software Foundation; either version 2 of the License, or
99+.\" (at your option) any later version.
1010+.\"
1111+.\" This program is distributed in the hope that it will be useful,
1212+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
1313+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414+.\" GNU General Public License for more details.
1515+.\"
1616+.\" You should have received a copy of the GNU General Public License
1717+.\" along with this program; if not, write to the Free Software
1818+.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1919+.\"
2020+.TH pgpring 1 "May 2013" Unix "User Manuals"
2121+.SH NAME
2222+pgpring \- Mutt key ring dumper
2323+2424+.SH SYNTAX
2525+.PP
2626+\fBpgpring\fP [ \fB\-k\fP \fIkeyring\fP ] [ \fB\-2\fP | \fB\-5\fP ]
2727+[ \fB\-s\fP ] [ \fB\-S\fP ] [ \fB\-f\fP ]
2828+2929+.SH DESCRIPTION
3030+.PP
3131+pgpring is a key ring dumper. It extracts information from PGP's
3232+binary key ring and emits it in an (almost) readable output format
3333+understood by mutt's key selection routines. This output format
3434+mimics the one used by the GNU Privacy Guard (GPG).
3535+3636+.SH OPTIONS
3737+.TP
3838+.BI \-k " keyring"
3939+Dump the contents of the specified keyring.
4040+.TP
4141+.B \-2
4242+Use the default keyring for PGP 2.x.
4343+.TP
4444+.B \-5
4545+Use the default keyring for PGP 5.
4646+.TP
4747+.B \-s
4848+Dump the secret keyring.
4949+.TP
5050+.B \-S
5151+Dump signatures.
5252+.TP
5353+.B \-f
5454+Dump fingerprints.
5555+5656+.SH AUTHORS
5757+Thomas Roessler <roessler@does\-not\-exist.org>
5858+