From e2d66857b39ec7c45d6d1062d7a1fa419f29fffb Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Gasull Date: Wed, 28 Nov 2018 18:43:50 +0800 Subject: [PATCH] Add blank lines back --- configuration/mutt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration/mutt.md b/configuration/mutt.md index a54f8836..9b57d77f 100644 --- a/configuration/mutt.md +++ b/configuration/mutt.md @@ -202,17 +202,21 @@ In `.mailcap`: ### also would be convenient to use mailcap's TEST feature to ### show some html in mutt pager (e.g. with w3m, links or html2text), ### else open others in dispvm + # MS Word documents application/msword; qvm-open-in-dvm %s application/vnd.oasis.opendocument.spreadsheet; qvm-open-in-dvm %s application/vnd.oasis.opendocument.text; qvm-open-in-dvm %s + # Images image/jpg; qvm-open-in-dvm %s image/jpeg; qvm-open-in-dvm %s image/png; qvm-open-in-dvm %s image/gif; qvm-open-in-dvm %s + # PDFs application/pdf; qvm-open-in-dvm %s + # HTML text/html; w3m -T text/html '%s' | cat --squeeze-blank; nametemplate=%s.html; copiousoutput text/html; qvm-open-in-dvm %s