Whole document tree
6. Miscellaneous ConfigurationThis chapter documents some additional Mailcrypt configuration options which could not be naturally described elsewhere.
6.1 Alternate KeyringBy default, Mailcrypt will use the same public keyring that PGP would use if executed from the shell.
You can cause Mailcrypt to use a specific public keyring by setting the
variable This feature might be useful if you maintain multiple keyrings; you can switch between them by setting this variable. Depending on your tastes, you might want to configure fetching from a keyring as well (see section 5.1 Keyring Fetch).
6.2 Comment FieldBy default, Mailcrypt will supply a "comment" option to PGP, resulting in output which looks something like this:
To change the comment to one of your own, set the variable
6.3 Mode Line
You can change these strings by setting the variables
6.4 Key Bindings
The Mailcrypt key bindings are defined by the keymaps
For example, if you wanted C-c C-m to be the Mailcrypt prefix
(instead of C-c /) in
For more information on Emacs key bindings, see section `Customizing Key Bindings' in The GNU Emacs Manual.
6.5 Nonstandard PathsThe information in this section should be unnecessary, but is provided "just in case".
Mailcrypt will look for the PGP executable in your standard search path
under the name `pgp'. To use a different name (or to provide a
complete path), set the variable
PGP 5.0 includes four separate executables, usually installed as "pgpe",
"pgps", "pgpv", and "pgpk". The variables
GnuPG is normally installed as "gpg". In order to keep your identities straight, Mailcrypt needs to know where your secret keyring resides. Mailcrypt figures this out heuristically by assuming that the file `secring.pgp' is in the same directory as your public key ring. It determines the location of the latter by doing a dry run of PGP with `+verbose=1' and parsing the output.
If this heuristic is failing for you, you can manually tell Mailcrypt
where your secret key ring is by setting the variable
Note that the trailing slash is required. If the heuristic fails, please report it as a bug (see section 10. Credits).
Note that if you have changed the default location of your secret
keyring, Mailcrypt will be unable to locate it. You can work around
this by either setting
This document was generated by Davide G. M. Salvetti on April, 12 2002 using texi2html |