add global setting stuff for spelling checker; 'nother 20% done
[claws.git] / src / prefs_common.h
index 3f341a48479412e940099eb5b1601b46b6aa0ba9..e89a90a120d0be46ee5517311277659b6d718b1e 100644 (file)
 
 typedef struct _PrefsCommon    PrefsCommon;
 
+typedef enum
+{
+       RECVDIALOG_ALWAYS,
+       RECVDIALOG_WINDOW_ACTIVE,
+       RECVDIALOG_NEVER
+} RecvDialogShow;
+
 struct _PrefsCommon
 {
        /* Receive */
@@ -43,6 +50,7 @@ struct _PrefsCommon
        gboolean autochk_newmail;
        gint autochk_itv;
        gboolean chk_on_startup;
+       gboolean noerrorpanel;
        gint max_articles;
 
        /* Send */
@@ -61,16 +69,27 @@ 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 smart_wrapping;
+       gboolean enable_ispell;
+       gchar *ispell_path;
+       gchar *dictionary_path;
 
        /* Display */
        gchar *widgetfont;
        gchar *textfont;
+       gchar *smallfont;
+       gchar *boldfont;
+       gchar *normalfont;
        gboolean display_folder_unread;
        ToolbarStyle toolbar_style;
        gboolean show_statusbar;
        gboolean trans_hdr;
-       gboolean enable_thread;
+       /* gboolean enable_thread; */
        gboolean enable_hscrollbar;
        gboolean swap_from;
        gboolean use_addr_book;
@@ -79,6 +98,9 @@ struct _PrefsCommon
        /* Filtering */
        GSList *fltlist;
 
+       gint kill_score;
+       gint important_score;
+
        gboolean show_mark;
        gboolean show_unread;
        gboolean show_mime;
@@ -132,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;
@@ -153,13 +176,13 @@ struct _PrefsCommon
        gchar *mime_audio_player;
 
        /* Privacy */
-       gboolean gpgme_warning;
        gboolean default_encrypt;
        gboolean default_sign;
-        gboolean auto_check_signatures;
-        gboolean signature_popup;
+       gboolean auto_check_signatures;
+       gboolean gpg_signature_popup;
        gboolean passphrase_grab;
        gchar *default_signkey;
+       gboolean gpg_warning;
 
        /* Interface */
        gboolean sep_folder;
@@ -169,6 +192,7 @@ struct _PrefsCommon
        gboolean open_inbox_on_inc;
        gboolean immediate_exec;
        gboolean add_address_by_click;
+       RecvDialogShow receive_dialog;
 
        gboolean confirm_on_exit;
        gboolean clean_on_exit;