From 25ed3bbb6849bf7bb153f2a276bc896b31171dfd Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 20 Oct 2012 09:24:37 +0200 Subject: [PATCH] make opening parent of text/html|epub the default (instead of opening html temp file --- src/sampleconf/mimeview | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sampleconf/mimeview b/src/sampleconf/mimeview index f913086c..e76231b1 100644 --- a/src/sampleconf/mimeview +++ b/src/sampleconf/mimeview @@ -24,9 +24,9 @@ xallexcepts = application/pdf application/postscript application/x-dvi \ application/x-all = xdg-open %f application/epub+zip = ebook-viewer %f -# If you want to open the parent epub document for epub parts instead of -# opening them as html documents: -#text/html|epub = ebook-viewer %F;ignoreipath=1 +# Open the parent epub document for epub parts instead of opening them as +# html documents. This is almost always what we want. +text/html|epub = ebook-viewer %F;ignoreipath=1 application/x-mobipocket-ebook = ebook-viewer %f