mu4e: tweak mu4e-view-html-plaintext-ratio-heuristic to 5

Some mails were not showing; this was because they had a short (useless)
text part and an html-part with the content. However, the short part was
still too big to fail our heuristic in
    mu4e-view-html-plaintext-ratio-heuristic

Set it to 5 instead. This fixed #743, though not the more general case.
This commit is contained in:
djcb 2015-12-27 09:45:54 +02:00
parent 6fa9556aa8
commit 48388c9d1b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ is always used."
:type 'boolean
:group 'mu4e-view)
(defcustom mu4e-view-html-plaintext-ratio-heuristic 10
(defcustom mu4e-view-html-plaintext-ratio-heuristic 5
"Ratio between the length of the html and the plain text part
below which mu4e will consider the plain text part to be 'This
messages requires html' text bodies."