Update .muttrc
This commit is contained in:
parent
989a80b53e
commit
30feadcd60
1 changed files with 12 additions and 0 deletions
12
dot_muttrc
12
dot_muttrc
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue