Adds notmuch to muttrc + some small config changes

This commit is contained in:
Jonathan Hodgson 2020-05-03 18:07:05 +01:00
parent a05811e83f
commit 039f1dfedf
2 changed files with 36 additions and 14 deletions

View file

@ -1,6 +1,5 @@
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; sxiv -a -b %s; copiousoutput
text/plain; $EDITOR %s
text/html; w3m -I %{charset} -T text/html; copiousoutput
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; zathura %s
text/html; $BROWSER %s
text/html; w3m -I %{charset} -T text/html -dump; copiousoutput;
image/*; sxiv -a -b %s &
video/*; setsid mpv --quiet %s &
application/pdf; zathura %s &