diff options
author | Tharre <tharre3@gmail.com> | 2015-09-12 20:50:51 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:36 +0000 |
commit | 4b4737732ebcd505d6a1ebf4b9a9311a6bf2a585 (patch) | |
tree | c507cd96c77730cd39145ef12dcd61aaff96cf77 /shell | |
parent | e6d129edba8695ae28514f635001fe67b119d0b5 (diff) | |
download | dotfiles-4b4737732ebcd505d6a1ebf4b9a9311a6bf2a585.tar.gz dotfiles-4b4737732ebcd505d6a1ebf4b9a9311a6bf2a585.tar.xz dotfiles-4b4737732ebcd505d6a1ebf4b9a9311a6bf2a585.zip |
mutt: add gpg support
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 |