aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-29 11:16:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-29 11:16:06 +1200
commit85cf63d01e4e64cc39671e689ecd3f278cb20c33 (patch)
treedcbb0c32c85269102578da9d49b023a3e6c87b25
parentUse "unset" rather than "set ... = no" in muttrc (diff)
downloaddotfiles-85cf63d01e4e64cc39671e689ecd3f278cb20c33.tar.gz
dotfiles-85cf63d01e4e64cc39671e689ecd3f278cb20c33.zip
Turn on reverse_alias in muttrc
-rw-r--r--mutt/muttrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 0cface82..1dcd810b 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -127,6 +127,11 @@ set quote_regexp = '^(>[ \t]*)+'
#
unset recall
+# If I have an alias configured for someone, use that in the index display, in
+# preference to whatever the From: line actually says.
+#
+set reverse_alias
+
# Don't delay on switching or altering mailboxes so that I see the messages;
# just do it straight away.
#