From dc1fbe8f36b71d3742ec18fcd6aa7adb969bf499 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Fri, 6 Aug 2021 22:46:40 -0400 Subject: aliases, functions, mutt config, i3 template --- .config/mutt/mailcap | 4 +--- .config/mutt/muttrc | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to '.config/mutt') diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index dd41352..3c1d333 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap @@ -1,3 +1 @@ -#text/html; w3m -I %{charset} -T text/html; copiousoutput; -#text/html; firefox --new-tab %s; test=test -n "$DISPLAY"; nametemplate=%s.html; copiousoutput; -text/html; firefox %s &; copiousoutput +text/html; firefox %s && sleep 3; nametemplate=%s.html; needsterminal; copiousoutput diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index e750ef9..80bc259 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -4,9 +4,8 @@ source "cat ~/.config/mutt/mutt_smtp_pass |" -#mailboxes = +INBOX -#auto_view text/html -alternative_order text/plain text/html +auto_view text/html +alternative_order text/plain text/enriched text/html # Default list of header fields to weed when displaying. # Ignore all lines by default... -- cgit v1.2.3