aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
Diffstat (limited to 'mutt')
-rw-r--r--mutt/mailcap2
-rw-r--r--mutt/muttrc7
2 files changed, 7 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap
index ebf86c98..b8fd5b03 100644
--- a/mutt/mailcap
+++ b/mutt/mailcap
@@ -1,7 +1,7 @@
# Simple mailcap for a terminal-only Mutt; I generally download everything
# anyway and deal with it on a shell, or pass it to a GUI machine.
#
-text/html; lynx -dump -force_html %s; \
+text/html; lynx -dump -nomargins -force_html -width 1024 %s; \
copiousoutput; \
description=HTML; \
nametemplate=%s.html
diff --git a/mutt/muttrc b/mutt/muttrc
index 201a41f7..1dcd810b 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -125,7 +125,12 @@ set quote_regexp = '^(>[ \t]*)+'
# Don't offer to resume a postponed message when I hit <mail>; I'll use
# <recall-message> for that.
#
-set recall = no
+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.