summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b67c1d7)
than in the RFC822 handler; this will cause them to be displayed using
an output marker rather than throw an error.
inlineonly, fmt);
case MESSAGE_RFC822:
inlineonly, fmt);
case MESSAGE_RFC822:
return show_message_rfc822 (ct, alternate, fmt);
return show_message_rfc822 (ct, alternate, fmt);
+
+ /*
+ * Treat unknown message types as equivalent to
+ * application/octet-stream for now
+ */
+ default:
+ return show_content (ct, alternate, textonly,
+ inlineonly, fmt);