From 42e9cd933e0358f3176ba55455d919baf29ed5c9 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 5 Apr 2013 17:23:12 +0200 Subject: Add .mailcap configuration for mutt to work properly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .mailcap | 1 + 1 file changed, 1 insertion(+) create mode 100644 .mailcap (limited to '.mailcap') diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..cfb885c --- /dev/null +++ b/.mailcap @@ -0,0 +1 @@ +text/html; /bin/w3m -T text/html -dump; copiousoutput -- cgit