Update .muttrc

This commit is contained in:
Chris Cowley 2025-09-22 14:40:22 +02:00
parent 989a80b53e
commit 30feadcd60

View file

@ -75,6 +75,18 @@ source ~/.mailboxes
set use_threads=threads sort=date sort_aux=date
# Prefer text/plain, but fall back to HTML with w3m
auto_view text/html
alternative_order text/plain text/html
# Use w3m to convert HTML to plain text
# -dump : output text
# -T text/html : treat input as HTML
# -cols 80 : wrap to 80 columns
# -o display_link_number=1 : show link numbers (optional)
# -o display_image=true : shows [IMG] markers
text/html; w3m -dump -T text/html -cols 80 %s; copiousoutput
#### BEGIN NOTMUCH-MUTT SETTINGS
# macro index \
# "unset wait_key~/.mutt/mutt-notmuch.pl --prompt search~/.cache/mutt_results" \