diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:27:59 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:27:59 +0200 |
| commit | 10d91492ce11ac07a18efd7ace26b856be507c01 (patch) | |
| tree | 237bbf63aea0253055c6dc8e7462441a77da82be /dot.emacs.d/init.el | |
| parent | df88b2c24cccf35dbd5da767b86fdfc39d08c55e (diff) | |
Emacs/Gnus: Change Openpgp header URL to keys.openpgp.org
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 59d6f5a..f56523e 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -344,7 +344,7 @@ nnir-notmuch-program "/home/qsx/.local/bin/notmuch-gnus" nnir-notmuch-remove-prefix (concat (getenv "HOME") "/.nnmaildir/")) (add-hook 'message-setup-hook (defun qsx-message-add-my-headers () - (message-add-header "Openpgp: id=E384009D3B54DCD321BF953295EE94A432583DB1; url=https://pgp.mit.edu/pks/lookup?op=get&search=0x95EE94A432583DB1; preference=signencrypt")))) + (message-add-header "Openpgp: id=E384009D3B54DCD321BF953295EE94A432583DB1; url=https://keys.openpgp.org/vks/v1/by-fingerprint/E384009D3B54DCD321BF953295EE94A432583DB1; preference=signencrypt")))) (use-package gnus-alias :ensure t |
