dotfiles/.config/neomutt/mailcap

18 lines
424 B
Plaintext

# HTML
# Opens HTML in w3m in separate window but unsupported in pager
# text/html; w3m -I %{charset} -T text/html;
# Opens HTML as plaintext
# text/html; w3m -I %{charset} -T text/html; copiousoutput;
text/plain; nvim %s
text/html; firefox %s; test=test -n "$DISPLAY";
text/html; w3m -v -F -T text/html %s;
# PDF
application/pdf; /usr/bin/zathura %s pdf
#Images
image/png; /usr/bin/feh %s
image/jpeg; /usr/bin/feh %s