diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-01-23 10:25:02 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-01-23 10:25:13 +0100 |
commit | e68619973482c8311829b6b0622dddcb949105b4 (patch) | |
tree | 5f95d18db1c6d06a124b2a318f2f8e84bfee0bad /mutt/.neomutt/mailcap | |
parent | 9b6262f23887f00fea9f667ebfe8d0635fd80871 (diff) |
email conf
Diffstat (limited to 'mutt/.neomutt/mailcap')
-rw-r--r-- | mutt/.neomutt/mailcap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/.neomutt/mailcap b/mutt/.neomutt/mailcap new file mode 100644 index 0000000..dea866b --- /dev/null +++ b/mutt/.neomutt/mailcap @@ -0,0 +1,3 @@ +text/html; xdg-open %s &> /dev/null &; nametemplate=%s.html +application/*; xdg-open %s &> /dev/null &; +image/*; xdg-open %s &> /dev/null &; |