This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |