aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc14
1 files changed, 12 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index f20ddcee..7a1e3e31 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -21,6 +21,14 @@ set abort_noattach_regexp = "attached is|(find|i've|see) attached"
#
unset abort_unmodified
+# Put the alias file in a nice XDG location, distinct from the muttrc, so that
+# we don't end up losing them each time the dotfiles are reinstalled; muttrd(5)
+# points out that this file needs to be explicitly sourced, too.
+#
+set alias_file \
+ = ~/.config/mutt/aliases
+source $alias_file
+
# Don't send terminal bells on errors, but do send them when new mail arrives,
# because that should light up my tmux window label and/or urxvt window.
#
@@ -213,10 +221,12 @@ macro index,pager \\A \
'Add sender address to abook'
# Shortcut to reload configuration
+set my_muttrc \
+ = ~/.config/mutt/muttrc
macro generic,index,browser,pager \\R '\
<enter-command>unhook *<enter>\
-<enter-command>source $alias_file<enter>\
-<enter-command>echo "Reloaded with $alias_file"<enter>' \
+<enter-command>source $my_muttrc<enter>\
+<enter-command>echo "Reloaded $my_muttrc"<enter>' \
"Clear hooks and reload"
# Shortcut to toggle thread display