diff options
Diffstat (limited to '.mailcap')
-rw-r--r-- | .mailcap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..dea866b --- /dev/null +++ b/.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 &; |