MIME (I guess)
Tomas By <[email protected]> Thu, 11 Jan 2018 16:11:05 +0100
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <87373cl9bq.wl-tomas__5484.09291445768$1515683452$gmane$org@basun.net> |
Hi all, Occasionally I get mails that look like this | To: "[email protected]" <[email protected]> | Subject: (something) | From: (somebody) | Date: (sometime) | | [1 <text/plain; ISO-8859-1 (7bit)>] | | [2 <text/html; ISO-8859-1 (quoted-printable)>] and "playing" the embedded bits only produces an error from (eg) the ebook reader. In my .wl I have | (require 'mime-w3m) | (setq wl-summary-toggle-mime "mime") | (setq mime-edit-split-message nil) | (setq mime-w3m-safe-url-regexp nil) | | (setq mime-view-type-subtype-score-alist | '(((text . plain) . 4) | ((text . enriched) . 3) | ((text . html) . 2) | ((text . richtext) . 1))) What do I need to change/add? Is there no way to tell WL to unpack the mail and just display the text? I understand MIME might be video etc but I think it is only some form of markup. /Tomas