diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 19:33:29 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 19:34:22 +0200 |
commit | 615b9752c0d807e32b3f63654f9bf8144deaf420 (patch) | |
tree | dae75c05f831a9886f85dbf3350dcef1814c6fad /mutt/mailcap | |
parent | ed845448c42d977f0fdd71d63908b3d036c227de (diff) | |
download | dotfiles-615b9752c0d807e32b3f63654f9bf8144deaf420.tar.xz |
neomutt: Fix config locations for new release
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap new file mode 100644 index 0000000..1ec849a --- /dev/null +++ b/mutt/mailcap @@ -0,0 +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 |