diff options
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index bbd0132017..8ad399315a 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -115,6 +115,7 @@ struct _EMFormatHTML { unsigned int mark_citations:1; unsigned int simple_headers:1; /* simple header format, no box/table */ unsigned int hide_headers:1; /* no headers at all */ + unsigned int show_rupert:1; /* whether we print rupert or not */ }; struct _EMFormatHTMLClass { |