From c9c5ee00ef64242a458252b2ec750587fe189ba9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 3 Jun 2017 01:42:10 +0200 Subject: mutt/mailcap: use full paths to script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- mutt/mailcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mutt') diff --git a/mutt/mailcap b/mutt/mailcap index 1ec849a..b155bec 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,3 +1,3 @@ text/html; chromium %s &; test=test -n "$DISPLAY"; needsterminal; -text/html; ~/.config/mutt/tiny.pl %s %{charset} ; copiousoutput ; nametemplate=%s.html -text/plain; ~/.config/mutt/tiny.pl %s %{charset} 't' ; copiousoutput ; nametemplate=%s.html +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