diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-01-23 12:26:21 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-01-23 12:26:21 -0500 |
commit | 7074a3a86ac90dd206a60a877eb14b0a30a67693 (patch) | |
tree | 1ffba62f46c0e26ddce4da13694665cf6a291cf1 | |
parent | aliases (diff) |
Open html emails in firefox
-rw-r--r-- | .mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -text/html; lynx %s; nametemplate=%s.html +text/html; firefox %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 |