add global setting stuff for spelling checker; 'nother 20% done
[claws.git] / src / prefs_common.h
index 9db10427ca71833837b308aa059bcc9ab8c691c4..e89a90a120d0be46ee5517311277659b6d718b1e 100644 (file)
@@ -69,12 +69,15 @@ struct _PrefsCommon
        gint linewrap_len;
        gboolean linewrap_quote;
        gboolean linewrap_at_send;
+       gboolean reply_account_autosel;
        gboolean show_ruler;
        gchar *fw_quotemark;
        gchar *fw_quotefmt;
        gboolean forward_as_attachment;
-       gboolean reply_account_autoselect;
        gboolean smart_wrapping;
+       gboolean enable_ispell;
+       gchar *ispell_path;
+       gchar *dictionary_path;
 
        /* Display */
        gchar *widgetfont;
@@ -151,6 +154,7 @@ struct _PrefsCommon
        gint quote_level2_col;
        gint quote_level3_col;
        gint uri_col;
+       gint tgt_folder_col;
        gushort sig_col;
        gboolean recycle_quote_colors;
        gboolean conv_mb_alnum;