Skip to content

Instantly share code, notes, and snippets.

@citizenspress
Created February 4, 2015 22:15
Show Gist options
  • Save citizenspress/0462ddc7b54319fac47c to your computer and use it in GitHub Desktop.
Save citizenspress/0462ddc7b54319fac47c to your computer and use it in GitHub Desktop.
Mailcap for Mutt to open doc and docx
## Mutt
## Formatted Documents
application/msword; antiword -f %s; copiousoutput;
application/vnd.openxmlformats-officedocument.wordprocessingml.document; cat %s|/usr/local/bin/docx2txt.pl|pandoc -t html | elinks -force-html; copiousoutput
application/rtf; unrtf --text %s; copiousoutput;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment