From a514a615c56d94211efe62ea1f3ce31f10d65629 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 1 May 2022 11:21:44 +0200 Subject: mutt: Use XDG compliant config location .config/mutt/*: Use XDG_CONFIG_DIR compliant config location --- .mutt/gpg.rc | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .mutt/gpg.rc (limited to '.mutt/gpg.rc') diff --git a/.mutt/gpg.rc b/.mutt/gpg.rc deleted file mode 100644 index 502de7b..0000000 --- a/.mutt/gpg.rc +++ /dev/null @@ -1,17 +0,0 @@ -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_timeout = 60 -set pgp_verify_command = "gpg --batch --output - --verify %s %f" -set crypt_use_gpgme = yes -set crypt_autosign = yes -set crypt_replyencrypt = yes -set crypt_replysignencrypted = yes -set crypt_protected_headers_write = yes - -# add message-hook for non standard-compliant (old) gnupg style messages -message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp" - -send-hook . 'reset crypt_autoencrypt' -source "~/.mutt/gpg-auto.rc" -- cgit v1.2.3-54-g00ecf