From 283a879d99a633c28597d2ed088781582dfe98a8 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 18 May 2004 07:48:19 +0000 Subject: ** Quick fix for #57434 2004-05-18 Not Zed ** Quick fix for #57434 * em-format.c (emf_format_clone): fix the FIXME about cloning headers shown. * em-format-html.c (efh_format_headers): only show rupert if we're showing rupert. * em-format-html-print.c (efhp_init): default show_rupert to off. * em-format-html.c (efh_init): default show_rupert to on. * em-format-html.h: added show_rupert bit. svn path=/trunk/; revision=25953 --- mail/em-format-html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-format-html.h') 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 { -- cgit v1.2.3