diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-03 01:42:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-03 01:42:10 +0200 |
commit | c9c5ee00ef64242a458252b2ec750587fe189ba9 (patch) | |
tree | c8c4ecf7a8ceba5e0316f195077aedc77dac968c /mutt | |
parent | 80e61f72ca2077b7a9825258d5384b7057247c79 (diff) | |
download | dotfiles-c9c5ee00ef64242a458252b2ec750587fe189ba9.tar.xz |
mutt/mailcap: use full paths to script
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
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 |