add global setting stuff for spelling checker; 'nother 20% done
[claws.git] / src / prefs_common.h
index 8adbf2663f6f5cc15563487fe5951c74379c8f08..e89a90a120d0be46ee5517311277659b6d718b1e 100644 (file)
@@ -75,6 +75,9 @@ struct _PrefsCommon
        gchar *fw_quotefmt;
        gboolean forward_as_attachment;
        gboolean smart_wrapping;
+       gboolean enable_ispell;
+       gchar *ispell_path;
+       gchar *dictionary_path;
 
        /* Display */
        gchar *widgetfont;