diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-03-26 11:53:27 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-03-26 11:55:41 +0100 |
| commit | d54cd11a56e33af8cf97a3188e25ef2ad7c73645 (patch) | |
| tree | 075795c83621be4194ab515c7e6759d0ef952788 /.config/neomutt/settings | |
| parent | 8fb39c93ad4a6b074090a220e5dfb959e38d4663 (diff) | |
Fix gpg header URL
Diffstat (limited to '.config/neomutt/settings')
| -rw-r--r-- | .config/neomutt/settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/neomutt/settings b/.config/neomutt/settings index 231d0cc..091c9de 100644 --- a/.config/neomutt/settings +++ b/.config/neomutt/settings @@ -7,7 +7,7 @@ set crypt_autosign = no set crypt_verify_sig = yes set pgp_use_gpg_agent = yes set pgp_default_key = "0xD9FDD29DE1EA6405" -my_hdr X-PGP-Key: https://a14m.me/key.asc +my_hdr X-PGP-Key: https://a14m.dev/pgp # Set preffered view modes auto_view text/enriched text/html |
