2005-01-27 [colin] 1.0.0cvs18.1
[claws.git] / src / compose.h
index 146735f64dc1f1289c3fb8a65d757bb93c055dff..d9423e3217912028e797376094bf91ee0f8d2d5b 100644 (file)
@@ -33,6 +33,7 @@ typedef struct _AttachInfo    AttachInfo;
 #include "prefs_account.h"
 #include "undo.h"
 #include "toolbar.h"
+#include "messageview.h"
 
 #ifdef USE_ASPELL
 #include "gtkaspell.h"
@@ -281,5 +282,8 @@ void compose_destroy_all                (void);
 void compose_draft                     (gpointer data);
 void compose_toolbar_cb                        (gint           action, 
                                         gpointer       data);
+void compose_reply_from_messageview    (MessageView    *msgview, 
+                                        GSList         *msginfo_list, 
+                                        guint           action);
 
 #endif /* __COMPOSE_H__ */