sync with sylpheed 0.6.6cvs3
[claws.git] / src / compose.h
index 1fd29bd87d7cac4a31367ffbc3d20bcc3db80a30..a9011b757dc4dec85a3fec0af7f8ccd14551a5bb 100644 (file)
@@ -183,14 +183,14 @@ struct _Compose
        PrefsAccount *account;
        PrefsAccount *orig_account;
 
+       UndoMain *undostruct;
+
        /* external editor */
        gchar *exteditor_file;
        pid_t  exteditor_pid;
        gint   exteditor_readdes;
        gint   exteditor_tag;
 
-       UndoMain *undostruct;
-
 #if USE_PSPELL
         /* Pspell spell checker */
         GtkPspell *gtkpspell;