-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmailcap
More file actions
7 lines (7 loc) · 735 Bytes
/
Copy pathmailcap
File metadata and controls
7 lines (7 loc) · 735 Bytes
1
2
3
4
5
6
7
text/html; sh -c 'html_prefix_blockquotes.gawk | CHARSET=%{charset} html2txt.sh | mail_body_coloring.gawk'; copiousoutput
text/plain; mail_body_coloring.sh %{charset}; nametemplate=.txt; copiousoutput
application/pdf; sh -c 'cat %s | pdftohtmlpipe | w3m -T text/html'; nametemplate=.pdf; needsterminal
application/msword; sh -c 'cat %s | doctohtml | w3m -T text/html'; nametemplate=.doc; needsterminal
application/vnd.oasis.opendocument.text; sh -c 'cat %s | doctohtml | w3m -T text/html'; nametemplate=.doc; needsterminal
application/vnd.openxmlformats-officedocument.wordprocessingml.document; sh -c 'cat %s | doctohtml | w3m -T text/html'; nametemplate=.doc; needsterminal
application/zip; nvim %s; nametemplate=.zip; needsterminal