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:
Austin Horstman
2026-04-28 09:55:18 -05:00
parent c357182707
commit b1b08eeaff

View File

@@ -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 {