Grimoire-
Command
.es

GNU+Linux command memo

Mutt force HTML view of Content-Type: text/plain;

Forcer l’interprétation d’une partie de courriel en tant que HTML lorsque son Content-Type est mal renseigné (comme c’est le cas avec les courriels d’HelloAsso, que je suis quand même heureux de recevoir pour Meta-Press.es !).

Force HTML view of a mail-part labelled as Content-Type: text/plain;.

Edit muttrc file adding this macro :

macro attach "h" "|w3m -s -cols 96 -graph -ppc 4.0 -ppl 4.0 -I %{charset} -T text/html \r" "View text/html with w3m"

Then list the mail parts of your message (with v in the email list), go on the mail-part and press h.

w3m will open your mail-part and present it as for a 96 columns console.