aboutsummaryrefslogtreecommitdiffstats
path: root/.config/mutt/macros.rc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-05-02 10:12:43 +0200
committerDavid Runge <dave@sleepmap.de>2022-05-06 11:33:12 +0200
commit7091c176533a5dd504c4f68dd7369076d0beefd6 (patch)
treed625898c265d03bcd0f18a455a8f957b6198c825 /.config/mutt/macros.rc
parent50e34189173af3d7f3030105240dbbdadcc5d615 (diff)
downloaddotfiles-7091c176533a5dd504c4f68dd7369076d0beefd6.tar.gz
dotfiles-7091c176533a5dd504c4f68dd7369076d0beefd6.tar.bz2
dotfiles-7091c176533a5dd504c4f68dd7369076d0beefd6.tar.xz
dotfiles-7091c176533a5dd504c4f68dd7369076d0beefd6.zip
mutt: Fix include locations
.config/mutt/*.rc: Fix remaining include locations to be fully XDG_CONFIG_DIR compliant.
Diffstat (limited to '.config/mutt/macros.rc')
-rw-r--r--.config/mutt/macros.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mutt/macros.rc b/.config/mutt/macros.rc
index 83dd9d0..f553665 100644
--- a/.config/mutt/macros.rc
+++ b/.config/mutt/macros.rc
@@ -1,7 +1,7 @@
# source folder settings and enter folder
-macro index,pager <F2> '<sync-mailbox><enter-command>source ~/.mutt/dave@sleepmap.de.rc<enter><change-folder>!<enter>'
-macro index,pager <F3> '<sync-mailbox><enter-command>source ~/.mutt/dvzrv@archlinux.org.rc<enter><change-folder>!<enter>'
+macro index,pager <F2> '<sync-mailbox><enter-command>source .config/mutt/dave@sleepmap.de.rc<enter><change-folder>!<enter>'
+macro index,pager <F3> '<sync-mailbox><enter-command>source .config/mutt/dvzrv@archlinux.org.rc<enter><change-folder>!<enter>'
macro attach W \
"<save-entry><bol>~/Downloads/<eol>" \