aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc20
1 files changed, 15 insertions, 5 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index f20ddcee..8d7b57fb 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -17,10 +17,18 @@ set abort_noattach_regexp = "attached is|(find|i've|see) attached"
# Don't assume I don't want to continue editing a message if I didn't change
# anything to it; if I want to send a message with just my signature, that's my
-# right
+# right.
#
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.
#
@@ -93,7 +101,7 @@ set quit = ask-yes
# I prefer a slightly stricter pattern to match what is and isn't a quote; this
# avoids flagging things like closing braces on new lines in code blocks as
-# quotes
+# quotes.
#
set quote_regexp = '^(>[ \t]*)+'
@@ -180,7 +188,7 @@ set autocrypt_dir \
= ~/.local/share/mutt/autocrypt
# Set custom filter to generate an HTML part for plain-text messages in
-# Markdown style; defaults to off, per God's will and common decency
+# Markdown style; defaults to off, per God's will and common decency.
#
set send_multipart_alternative_filter \
= ~/.local/libexec/mutt/filters/markdown-to-html
@@ -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