commit c9e92a2ccd4e07bd93f80bffa369fe645d7af89a parent 1413a3df4e6f0bc24b4e493b89754fb87174d04d Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 4 Apr 2018 11:19:03 -0400 Update GPG key, add gdh folder hook Diffstat:
M | links/.gitconfig | | | 6 | ++++-- |
M | links/.mutt/muttrc | | | 7 | +++++++ |
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/links/.gitconfig b/links/.gitconfig @@ -1,7 +1,9 @@ [user] - email = andersd@riseup.net + email = anders@adamsgaard.dk name = Anders Damsgaard - signkey = 56A56CA2 + #signkey = 56A56CA2 + # gpg --list-secret-keys --keyid-format LONG + signkey = 5C959DF243CE4DD17A5B2610B790F4AD1BF858FE [color] ui = auto [push] diff --git a/links/.mutt/muttrc b/links/.mutt/muttrc @@ -14,6 +14,13 @@ folder-hook adamsgaard 'set \ postponed=+adamsgaard/Drafts\ sendmail = "msmtp -a adamsgaard"' +folder-hook geodatahub 'set \ + from="Anders Damsgaard <anders@geodatahub.dk> "\ + realname="Anders Damsgaard"\ + record=+adamsgaard/Sent\ + postponed=+adamsgaard/Drafts\ + sendmail = "msmtp -a adamsgaard"' + folder-hook riseup 'set \ from="Anders Damsgaard <andersd@riseup.net> "\ realname="Anders Damsgaard"\