aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-08-24 08:26:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-08-24 08:26:54 +1200
commit5fc65e920e1ace64bd17226f1933eaeed807b53a (patch)
tree55d95318a79a478854157952d33837c0477fd84d /mutt
parentMerge branch 'release/v10.4.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-10.5.0.tar.gz (sig)
dotfiles-10.5.0.zip
Merge branch 'release/v10.5.0'v10.5.0
* release/v10.5.0: Allow wider wraps for HTML mail translation Remove margins for HTML mail translation Turn on reverse_alias in muttrc Use "unset" rather than "set ... = no" in muttrc Update/extend irssi aliases
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.