Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am citizenspress on github.
  • I am gcox (https://keybase.io/gcox) on keybase.
  • I have a public key whose fingerprint is 5F55 A17D 078D 3246 46B5 E7A6 9C34 C835 4696 522D

To claim this, I am signing this object:

@citizenspress
citizenspress / gist:0462ddc7b54319fac47c
Created February 4, 2015 22:15
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;