mu-view: add --format=html
Support showing the HTML body (if any) instead of the default plain-text body. Update manpage.
This commit is contained in:
@ -237,7 +237,7 @@ struct Options {
|
||||
bool terminate; /**< add \f between msgs in view */
|
||||
OptSize summary_len; /**< max # of lines for summary */
|
||||
|
||||
enum struct Format { Plain, Sexp };
|
||||
enum struct Format { Plain, Sexp, Html };
|
||||
Format format; /**< output format*/
|
||||
|
||||
StringVec files; /**< Message file(s) */
|
||||
|
||||
Reference in New Issue
Block a user