VM

Comment 7 for bug 612111

Revision history for this message
Arik (akwm) wrote : [Bug 612111] Re: digest message improperly handles boundary

Interesting. I had the following:

(setq vm-auto-displayed-mime-content-types '("text/plain" "multipart"))
(setq vm-mime-internal-content-type-exceptions '("text/html"))

and was getting infinite recursion on trying to display. Adding
"message" to the content types just simply displays it. I think I like
that better. I posted the patch in the old branch "mime-digest-fix",
we'll have to figure out what other cases use this code, since it's
not only digest type!

~Arik