diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-05-19 22:11:52 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-05-19 22:13:52 +1200 |
commit | 9f3407f48d642e32ca60b66802d3468bedbc88fc (patch) | |
tree | abd607d6b25df4c1921e75fc0a094cabae5d6acb /git/config.mi5 | |
parent | Merge branch 'release/v9.3.0' into develop (diff) | |
download | dotfiles-9f3407f48d642e32ca60b66802d3468bedbc88fc.tar.gz dotfiles-9f3407f48d642e32ca60b66802d3468bedbc88fc.zip |
Update Mutt config; self and opportunistic encrypt
Install the GPG_KEYID export, built using whatever the value of the
GPG_KEYID macro is (renamed from KEY)
Diffstat (limited to 'git/config.mi5')
-rw-r--r-- | git/config.mi5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/config.mi5 b/git/config.mi5 index fba79411..3337a683 100644 --- a/git/config.mi5 +++ b/git/config.mi5 @@ -34,4 +34,4 @@ [user] name = <% NAME %> email = <% EMAIL %> - signingKey = <% KEY %> + signingKey = <% GPG_KEYID %> |