neomutt: update
This commit is contained in:
parent
36fc7d0eb4
commit
3a20a48c4b
2 changed files with 6 additions and 7 deletions
|
|
@ -1,3 +1 @@
|
||||||
# HTML
|
text/html; html2text -utf8 -links -from_encoding %{charset} -width ${COLUMNS:-80} '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html
|
||||||
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
|
||||||
text/plain; nvim %s
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ set imap_check_subscribed
|
||||||
|
|
||||||
# Set preffered view modes
|
# Set preffered view modes
|
||||||
auto_view text/html text/calendar application/ics # view html automatically
|
auto_view text/html text/calendar application/ics # view html automatically
|
||||||
alternative_order text/html text/plain text/enriched text/*
|
alternative_order text/enriched text/html text/plain text/*
|
||||||
|
|
||||||
|
|
||||||
# main options
|
# main options
|
||||||
|
|
@ -29,7 +29,6 @@ unset sig_dashes # no dashes before sig
|
||||||
unset mime_forward # forward attachments as part of body
|
unset mime_forward # forward attachments as part of body
|
||||||
unset help # No help bar at the top of index
|
unset help # No help bar at the top of index
|
||||||
# set status_on_top # Status bar on top of index
|
# set status_on_top # Status bar on top of index
|
||||||
set tmpdir = ~/Programs/neomutt/temp # where to keep temp files
|
|
||||||
|
|
||||||
unset confirmappend # don't ask, just do!
|
unset confirmappend # don't ask, just do!
|
||||||
set quit # don't ask, just do!!
|
set quit # don't ask, just do!!
|
||||||
|
|
@ -61,9 +60,11 @@ set menu_scroll
|
||||||
set tilde
|
set tilde
|
||||||
unset markers
|
unset markers
|
||||||
|
|
||||||
|
set allow_ansi=yes
|
||||||
set mailcap_path = ~/.config/neomutt/mailcap
|
set mailcap_path = ~/.config/neomutt/mailcap
|
||||||
set header_cache = "~/.cache/mutt"
|
set header_cache = "~/.cache/neomutt"
|
||||||
set message_cachedir = "~/.cache/mutt"
|
set message_cachedir = "~/.cache/neomutt"
|
||||||
|
set tmpdir = "$XDG_RUNTIME_DIR/neomutt/temp" # where to keep temp files
|
||||||
|
|
||||||
# Sidebar
|
# Sidebar
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue