diff options
author | Werner Koch <wk@gnupg.org> | 2005-12-16 16:52:48 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-12-16 16:52:48 +0100 |
commit | 38e7c4c50ad8a1026886f975c5a8be2ac8438e35 (patch) | |
tree | 1898b6de84e426726dac4338acdb4905572d42c4 /doc | |
parent | Add support for direct pkcs#7 signatures (diff) | |
download | gnupg2-38e7c4c50ad8a1026886f975c5a8be2ac8438e35.tar.xz gnupg2-38e7c4c50ad8a1026886f975c5a8be2ac8438e35.zip |
Fixed importing certs created by newer versions of Mozilla.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tools.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index 850202bd5..d39d950f4 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -14,6 +14,7 @@ GnuPG comes with a couple of smaller tools: * gpgsm-gencert.sh:: Generate an X.509 certificate request. * gpg-preset-passphrase:: Put a passphrase into the cache. * gpg-connect-agent:: Communicate with a running agent. +* gpgparsemail:: Parse a mail message into an annotated format * symcryptrun:: Call a simple symmetric encryption tool. @end menu @@ -774,6 +775,17 @@ be used to directly connect to any Assuan style socket server. @end table @c +@c GPGPARSEMAIL +@c +@node gpgparsemail +@section Parse a mail message into an annotated format + +The @command{gpgparsemail} is a utility currentlu only useful for +debugging. Run it with @code{--help} for usage information. + + + +@c @c SYMCRYPTRUN @c @node symcryptrun |