sync with 0.8.11cvs31
[claws.git] / src / action.h
index 28d3fe2da2c51fec3587d60d45a59a95b6a2e806..a7abadb392975c85396fa4d6a1eec60ceb24551a 100644 (file)
@@ -24,6 +24,7 @@
 #include <gtk/gtkitemfactory.h>
 
 #include "mainwindow.h"
+#include "messageview.h"
 #include "compose.h"
 
 typedef enum
@@ -52,6 +53,8 @@ void actions_execute                    (gpointer       data,
 
 void action_update_mainwin_menu        (GtkItemFactory *ifactory, 
                                 MainWindow     *mainwin);
+void action_update_msgview_menu        (GtkItemFactory *ifactory,
+                                MessageView    *msgview);
 void action_update_compose_menu        (GtkItemFactory *ifactory, 
                                 Compose        *compose);