Fixed bugs:
[claws.git] / src / prefs_common.h
index edf80c2e17f2d107225a29f5e69dfb5185aae16d..7308a7a97511bc36305ff1e0195fc5f9a151b9b9 100644 (file)
@@ -69,11 +69,9 @@ struct _PrefsCommon
        gchar *outgoing_charset;
 
        /* Compose */
-       gboolean reply_with_quote;
-       gchar *quotemark;
-       gchar *quotefmt;
        gboolean auto_sig;
        gchar *sig_sep;
+       gint undolevels;
        gint linewrap_len;
        gboolean linewrap_quote;
        gboolean linewrap_at_send;
@@ -82,6 +80,11 @@ struct _PrefsCommon
        gboolean forward_account_autosel;
        gboolean reedit_account_autosel;
        gboolean show_ruler;
+
+       /* Quote */
+       gboolean reply_with_quote;
+       gchar *quotemark;
+       gchar *quotefmt;
        gchar *fw_quotemark;
        gchar *fw_quotefmt;
        gboolean forward_as_attachment;
@@ -91,6 +94,8 @@ struct _PrefsCommon
        gboolean enable_pspell;
        gchar *pspell_path;
        gchar *dictionary;
+       gint misspelled_col;
+       gint pspell_sugmode;
 #endif
         
        /* Display */
@@ -176,6 +181,9 @@ struct _PrefsCommon
        /* MIME viewer */
        gchar *mime_image_viewer;
        gchar *mime_audio_player;
+       gchar *mime_open_cmd;
+
+       GList *mime_open_cmd_history;
 
        /* Privacy */
        gboolean default_encrypt;
@@ -212,10 +220,11 @@ struct _PrefsCommon
 
 extern PrefsCommon prefs_common;
 
+void prefs_common_init         ();
 void prefs_common_read_config  (void);
 void prefs_common_save_config  (void);
 void prefs_common_open         (void);
 
-void prefs_summary_display_item_set    (void);
+void prefs_quote_description   (void);
 
 #endif /* __PREFS_COMMON_H__ */