Haines Brown wrote (Fri, Oct 07, 2011 at 05:05:03PM -0400): > I run mutt under debian Squeeze, and occasionally am sent a .docx > message. I've not had much luck displaying it with trial and error, > and so I raise these questions:
I have the following line in /etc/mailcap (probably added by the installation scripts for libreoffice): application/vnd.openxmlformats-officedocument.wordprocessingml.document; soffice -no-oosplash -writer '%s'; edit=soffice -no-oosplash -writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document"; nametemplate=%s.docx I also have libreoffice installed, and can read docx files after a fashion using this package. HTH, mandar.