From 35f4b5e7d2e190a899e9ab3c58619d03460db53b Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 26 Jul 2020 21:54:02 +0200 Subject: Added mail config with mutt --- .mailcap | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .mailcap (limited to '.mailcap') diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..e00e02c --- /dev/null +++ b/.mailcap @@ -0,0 +1,2 @@ +text/html; "$BROWSER" %s &: test=test -n "$DISPLAY"; needsterminal; +text/html; "$BROWSERCLI" -I %{charse} -T text/html; copiousoutput; -- cgit