aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-display.h')
-rw-r--r--mail/mail-display.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail-display.h b/mail/mail-display.h
index 80d17d78c3..d7b940f330 100644
--- a/mail/mail-display.h
+++ b/mail/mail-display.h
@@ -25,6 +25,8 @@
struct _MailDisplay {
GtkVBox parent;
+ struct _MailDisplayPrivate *priv;
+
EScrollFrame *scroll;
GtkHTML *html;
/* GtkHTMLStream *stream; */
@@ -44,7 +46,7 @@ struct _MailDisplay {
relative URL Content-Location on a leaf part in order to
construct the full URL */
struct _location_url_stack *urls;
-
+
GHashTable *related; /* related parts not displayed yet */
/* Sigh. This shouldn't be needed. I haven't figured out why it is