diff options
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 &; |