make return receipts work again
[claws.git] / src / messageview.h
index 9b89bc9be887b1d54e35fc4ac509646b8f235b78..cf9684947bd56e05cc939bb5f95c3322dc46001e 100644 (file)
@@ -30,6 +30,7 @@ typedef struct _MessageView   MessageView;
 #include "textview.h"
 #include "imageview.h"
 #include "mimeview.h"
+#include "noticeview.h"
 #include "procmsg.h"
 
 typedef enum
@@ -50,6 +51,7 @@ struct _MessageView
        TextView *textview;
        ImageView *imageview;
        MimeView *mimeview;
+       NoticeView *noticeview;
 
        MainWindow *mainwin;