aboutsummaryrefslogtreecommitdiffstats
path: root/.config/mutt/gpg.rc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-05-01 11:35:22 +0200
committerDavid Runge <dave@sleepmap.de>2022-05-01 16:18:05 +0200
commita4864eba1167abd8f096ce91400a3521bebc589b (patch)
tree87f9966d90b6d993df8519daa066fc7f83827a92 /.config/mutt/gpg.rc
parenta514a615c56d94211efe62ea1f3ce31f10d65629 (diff)
downloaddotfiles-a4864eba1167abd8f096ce91400a3521bebc589b.tar.gz
dotfiles-a4864eba1167abd8f096ce91400a3521bebc589b.tar.bz2
dotfiles-a4864eba1167abd8f096ce91400a3521bebc589b.tar.xz
dotfiles-a4864eba1167abd8f096ce91400a3521bebc589b.zip
mutt: Fix source paths
.config/mutt/*: Fix source paths so that they are XDG_CONFIG_DIR compliant.
Diffstat (limited to '.config/mutt/gpg.rc')
-rw-r--r--.config/mutt/gpg.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mutt/gpg.rc b/.config/mutt/gpg.rc
index 502de7b..0e67f41 100644
--- a/.config/mutt/gpg.rc
+++ b/.config/mutt/gpg.rc
@@ -14,4 +14,4 @@ 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 "~/.mutt/gpg-auto.rc"
+source ".config/mutt/gpg-auto.rc"