diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:46:32 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:47:59 +0100 |
commit | f22f1723c01b56da14ae1de3491a78af1bc4c464 (patch) | |
tree | 030411c811d3474c4b322eca29d1bf8e96b7511f /dot_neomutt/mailcap | |
parent | d8713792f93473fe14e01d151529fb6ef139448f (diff) |
Dot files with `chezmoi`
Diffstat (limited to 'dot_neomutt/mailcap')
-rw-r--r-- | dot_neomutt/mailcap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_neomutt/mailcap b/dot_neomutt/mailcap new file mode 100644 index 0000000..06f3de1 --- /dev/null +++ b/dot_neomutt/mailcap @@ -0,0 +1,4 @@ +text/html; xdg-open %s &> /dev/null &; nametemplate=%s.html +application/*; xdg-open %s &> /dev/null &; +image/*; xdg-open %s &> /dev/null &; + |