diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-07-09 15:54:58 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-07-09 15:54:58 +0100 |
commit | b76c5b392b9437c7fdccab67b2d82191f5bb06e6 (patch) | |
tree | e5da82469790fd553c6dfce1d5e9dc149074a183 | |
parent | fe7491a08acf724115d8e00412a1f9a6a3b02be3 (diff) |
Add content in mailcap
-rw-r--r-- | mutt/mailcap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 7a38c95..59df58e 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1 +1,3 @@ -text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput +text/html; pandoc -f html -t markdown; copiousoutput; compose=vim %s +image/*; feh %s +application/pdf; zathura %s |