diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_gnupg/gpg.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/_gnupg/gpg.conf b/shell/_gnupg/gpg.conf index aa048f9..585e888 100644 --- a/shell/_gnupg/gpg.conf +++ b/shell/_gnupg/gpg.conf @@ -1,2 +1,5 @@ # needs long keyID, obtained with gpg --list-key --with-colons trusted-key 5431BDE2C8F0B2F4 + +# store encrypted outgoing mails with my own public key +encrypt-to 0xC8F0B2F4 |