diff options
Diffstat (limited to 'mail/em-format.h')
-rw-r--r-- | mail/em-format.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-format.h b/mail/em-format.h index 98812ea377..14bdab1cdc 100644 --- a/mail/em-format.h +++ b/mail/em-format.h @@ -95,7 +95,9 @@ struct _EMFormatHeader { struct _EMFormat { GObject parent; - + + struct _EMFormatPrivate *priv; + struct _CamelMedium *message; /* the current message */ EDList header_list; /* if empty, then all */ |