summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-30 21:33:22 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-30 21:33:22 +0200
commitd80bdb95636061c9e195812bc464ca47c515e09d (patch)
tree4856a9a8434f72bbda335d159098348ddaf6def7
parent96f28c6f724b81a900ae4c849ba489e3e4e29f6d (diff)
downloadqutebrowser-d80bdb95636061c9e195812bc464ca47c515e09d.tar.gz
qutebrowser-d80bdb95636061c9e195812bc464ca47c515e09d.zip
FAQ: Update mailcap answer
-rw-r--r--doc/faq.asciidoc11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index 05314ec6f..5cb86f27e 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -147,13 +147,14 @@ It also works nicely with rapid hints:
----
How do I use qutebrowser with mutt?::
- Due to a Qt limitation, local files without `.html` extensions are
- "downloaded" instead of displayed, see
- https://github.com/qutebrowser/qutebrowser/issues/566[#566]. You can work
- around this by using this in your `mailcap`:
+ For security reasons, local files without `.html` extensions aren't
+ rendered as HTML, see
+ https://bugs.chromium.org/p/chromium/issues/detail?id=777737[this Chromium issue]
+ for details. You can do this in your `mailcap` file to get a proper
+ extension:
+
----
- text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needsterminal;
+ text/html; qutebrowser %s; nametemplate=%s.html
----
What is the difference between bookmarks and quickmarks?::