added initial pspell support
[claws.git] / src / compose.h
index 97ad717713a08db7c9a6124eff0817847fd91ba5..920ba34421e6a795e4636bd08cdc8107bda8e861 100644 (file)
@@ -32,6 +32,10 @@ typedef struct _AttachInfo   AttachInfo;
 #include "addressbook.h"
 #include "prefs_account.h"
 
+#ifdef USE_PSPELL
+#include "gtkspell.h"
+#endif
+
 typedef enum
 {
        COMPOSE_TO,
@@ -170,6 +174,11 @@ struct _Compose
        pid_t  exteditor_pid;
        gint   exteditor_readdes;
        gint   exteditor_tag;
+
+#if USE_PSPELL
+        /* Pspell spell checker */
+        GtkPspell *gtkpspell;
+#endif
 };
 
 struct _AttachInfo