aboutsummaryrefslogtreecommitdiffstats
path: root/.config/mutt/gpg.rc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-10-18 17:37:53 +0200
committerDavid Runge <dave@sleepmap.de>2022-10-18 17:37:53 +0200
commit948447be22dfbab2de32ca700fb524bf4257e32c (patch)
treee16a1fb75ce5d7313c388a1326b6b46f044b094e /.config/mutt/gpg.rc
parent403611d18470d0ee44a9453e539fd28bb2138c32 (diff)
downloaddotfiles-948447be22dfbab2de32ca700fb524bf4257e32c.tar.gz
dotfiles-948447be22dfbab2de32ca700fb524bf4257e32c.tar.bz2
dotfiles-948447be22dfbab2de32ca700fb524bf4257e32c.tar.xz
dotfiles-948447be22dfbab2de32ca700fb524bf4257e32c.zip
Add mutt config for mediation-team@archlinux.org
.config/mutt/mediation-team@archlinux.org.{rc,sig}: Add mutt config for mediation-team@archlinux.org .config/mutt/*rc: Set filetype to muttrc so syntax highlighting is correct in vi. Fix a few minor issues (e.g. quotes). .config/mutt/muttrc: Source files from home (~) instead of PWD (else mutt always has to be run from home).
Diffstat (limited to '.config/mutt/gpg.rc')
-rw-r--r--.config/mutt/gpg.rc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/mutt/gpg.rc b/.config/mutt/gpg.rc
index 0e67f41..057cadf 100644
--- a/.config/mutt/gpg.rc
+++ b/.config/mutt/gpg.rc
@@ -1,7 +1,7 @@
set pgp_good_sign="^gpg: Good signature from "
set pgp_use_gpg_agent = yes
set pgp_self_encrypt = yes
-set pgp_default_key = '1793DAD5D803A8FFD7451697BB992F9864FAD168'
+set pgp_default_key = "1793DAD5D803A8FFD7451697BB992F9864FAD168"
set pgp_timeout = 60
set pgp_verify_command = "gpg --batch --output - --verify %s %f"
set crypt_use_gpgme = yes
@@ -14,4 +14,5 @@ set crypt_protected_headers_write = yes
message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp"
send-hook . 'reset crypt_autoencrypt'
-source ".config/mutt/gpg-auto.rc"
+source "~/.config/mutt/gpg-auto.rc"
+# vi: ft=muttrc