diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-05-05 21:59:37 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-05-05 21:59:37 -0400 |
| commit | efd13303973519f428f3a22c8e3dcc828758bba2 (patch) | |
| tree | 00c11211bd294e3ad15c5a8e4c06ab36de9a8ff1 | |
| parent | 86df60dbcc3c6378e0df25e584781a82e31a15d0 (diff) | |
add .mailcap file and update muttrc.
| -rw-r--r-- | .mailcap | 1 | ||||
| -rw-r--r-- | MANIFEST | 1 | ||||
| -rw-r--r-- | mutt/muttrc | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..468df4a --- /dev/null +++ b/.mailcap @@ -0,0 +1 @@ +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput; @@ -21,3 +21,4 @@ alacritty|.config foot|.config sway|.config fuzzel|.config +.mailcap| diff --git a/mutt/muttrc b/mutt/muttrc index 61666a9..0d5b395 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -15,6 +15,8 @@ set forward_format = "Fwd: %s" set forward_quote set include set reverse_name +set markers = no +set mark_old = no set header_cache = $XDG_CACHE_HOME/mutt/header_cache |
