www.LinuxHowtos.org





mutt_pgpring

Section: User Manuals (1)
Updated: May 2013
Index Return to Main Contents
 

NAME

mutt_pgpring - Mutt key ring dumper

 

SYNTAX

mutt_pgpring [ -k keyring ] [ -2 | -5 ] [ -s ] [ -S ] [ -f ]

 

DESCRIPTION

mutt_pgpring is a key ring dumper. It extracts information from PGP's binary key ring and emits it in an (almost) readable output format understood by mutt's key selection routines. This output format mimics the one used by the GNU Privacy Guard (GPG).

 

OPTIONS

-k keyring
Dump the contents of the specified keyring.
-2
Use the default keyring for PGP 2.x.
-5
Use the default keyring for PGP 5.
-s
Dump the secret keyring.
-S
Dump signatures.
-f
Dump fingerprints.

 

ENVIRONMENT

HOME
Full path of the user's home directory.
PGPPATH
Directory in which the user's PGP public keyring can be found.

 

AUTHORS

Thomas Roessler <roessler@does-not-exist.org>


 

Index

NAME
SYNTAX
DESCRIPTION
OPTIONS
ENVIRONMENT
AUTHORS