Skip to content

Instantly share code, notes, and snippets.

View brianclemens's full-sized avatar

Brian Clemens brianclemens

View GitHub Profile
@brianclemens
brianclemens / mailcap
Created September 5, 2019 04:10 — forked from Konfekt/mailcap
mutt mailcap file to display attachments in mutt mail client
# Fichiers LibreOffice, Word, Excel et PowerPoint
# From http://wiki.free-unices.org/doku.php/config/mutt/new_mailcap
application/vnd.oasis.opendocument.text; mutt_bgrun okular '%s'; test=test -n "$DISPLAY"
application/vnd.oasis.opendocument.text; odt2txt '%s'; copiousoutput
# application/vnd.oasis.opendocument.text; pandoc --from=odt --to=plain '%s'; copiousoutput
application/vnd.oasis.opendocument.spreadsheet; mutt_bgrun libreoffice --nologo '%s'; test=test -n "$DISPLAY"
application/vnd.oasis.opendocument.spreadsheet; odt2txt '%s'; copiousoutput
application/vnd.oasis.opendocument.presentation; mutt_bgrun libreoffice --nologo '%s'; test=test -n "$DISPLAY"