diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-07-26 10:59:25 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-07-26 10:59:25 -0400 |
commit | 568a0bbe8ed3c3dd0d84dc16b3395867d7aa09b2 (patch) | |
tree | 77049349a0f4dda08fa4bd68417667ab4449a6ff /.mailcap | |
parent | Update savehooks (diff) |
Open html in emails with chrome
Diffstat (limited to '.mailcap')
-rw-r--r-- | .mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -text/html; firefox %s; nametemplate=%s.html +text/html; google-chrome %s; nametemplate=%s.html text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput application/pdf; mutt_bgrun evince %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format application/x-pdf; mupdf %s; nametemplate=%s.pdf; test=test "$DISPLAY" != ""; description=Portable Document Format |