From 25a49a51da808f0e0c86e0ae07154f0da92cafc7 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 3 Jun 2017 01:43:17 +0200 Subject: Move mailcap to top of repo and install with make MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- Makefile | 1 + mailcap | 3 +++ mutt/mailcap | 3 --- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 mailcap delete mode 100644 mutt/mailcap diff --git a/Makefile b/Makefile index 1c03087..c109f64 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ install: -ln -sf "$(PWD)/zsh/zshenv" "$(HOME)/.zshenv" -mkdir -p "$(HOME)/.cache/zsh" -mkdir -p "$(HOME)/.local/share/nvim/backup" + -ln -sf "$(PWD)/mailcap" "$(HOME)/.mailcap" ~/misc/grawity/: -mkdir -p ~/misc/grawity diff --git a/mailcap b/mailcap new file mode 100644 index 0000000..b155bec --- /dev/null +++ b/mailcap @@ -0,0 +1,3 @@ +text/html; chromium %s &; test=test -n "$DISPLAY"; needsterminal; +text/html; /home/kyrias/.config/mutt/tiny.pl %s %{charset} ; copiousoutput ; nametemplate=%s.html +text/plain; /home/kyrias/.config/mutt/tiny.pl %s %{charset} 't' ; copiousoutput ; nametemplate=%s.html diff --git a/mutt/mailcap b/mutt/mailcap deleted file mode 100644 index b155bec..0000000 --- a/mutt/mailcap +++ /dev/null @@ -1,3 +0,0 @@ -text/html; chromium %s &; test=test -n "$DISPLAY"; needsterminal; -text/html; /home/kyrias/.config/mutt/tiny.pl %s %{charset} ; copiousoutput ; nametemplate=%s.html -text/plain; /home/kyrias/.config/mutt/tiny.pl %s %{charset} 't' ; copiousoutput ; nametemplate=%s.html -- cgit v1.2.3-54-g00ecf