From 32d3ec1cecfb4367e3c6820a02b08e697cb96987 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 14 Apr 2013 10:32:06 -0500 Subject: [PATCH] Moving mailcop to ~/.mailcap --- mailcap | 2 ++ mutt/mailcap | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 mailcap delete mode 100644 mutt/mailcap diff --git a/mailcap b/mailcap new file mode 100644 index 0000000..c8cbb2a --- /dev/null +++ b/mailcap @@ -0,0 +1,2 @@ +# text/html; luakit %s &; test=test -n "%DISPLAY"; needsterminal; +text/html; w3m -I %{charset} -T text/html; copiousoutput; diff --git a/mutt/mailcap b/mutt/mailcap deleted file mode 100644 index e845299..0000000 --- a/mutt/mailcap +++ /dev/null @@ -1,2 +0,0 @@ -text/html; luakit %s &; test=test -n "%DISPLAY"; needsterminal; -text/html; w3m -I %{charset} -T text/html; copiousoutput;