diff options
| author | David Bremner <david@tethera.net> | 2014-12-09 21:01:11 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-03-11 08:04:00 +0100 |
| commit | c883e632bf0a3692fa4ca7aa77604e0e60820295 (patch) | |
| tree | c6ce8a5052663308d36f95b7f7b836af6be4ed4d /doc | |
| parent | 21ecd7369aa2aa24d26775c3fe5edcb437914774 (diff) | |
CLI: make gpg binary used by libgmime configurable.
Previously we set up a way for the top level notmuch command to choose
which gpg binary was invoked by libgmime. In this commit we add the
(mostly boilerplate) code to allow the notmuch-config command to read
and write this path, and use it in the appropriate struct.
Update tests for new default variable
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-config.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 2676a86c..40c12721 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -125,6 +125,14 @@ The available configuration items are described below. Default: ``true``. + **crypto.gpg_path** + + Name (or full path) of gpg binary to use in verification and + decryption of PGP/MIME messages. + + Default: ``gpg``. + + ENVIRONMENT =========== |
