mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
thunderbird: clarify external gnupg
Clarify that this option only enables Thunderbird external GnuPG integration and does not import or accept public keys in the Thunderbird OpenPGP key manager.
This commit is contained in:
@@ -540,7 +540,16 @@ in
|
||||
type = types.bool;
|
||||
default = false;
|
||||
example = true;
|
||||
description = "Allow using external GPG keys with GPGME.";
|
||||
description = ''
|
||||
Allow Thunderbird to use external GnuPG secret keys through
|
||||
GPGME, as used by its documented smartcard and external-key
|
||||
workflow.
|
||||
|
||||
This installs `gpgme` and sets
|
||||
`mail.openpgp.allow_external_gnupg`. Public keys and key
|
||||
acceptance settings still live in Thunderbird's internal
|
||||
OpenPGP key manager.
|
||||
'';
|
||||
};
|
||||
|
||||
userChrome = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user