add common prefs option '/Interface/Open next message on deletion'
[claws.git] / src / prefs_common.h
index a2a2c8532ccbe5be6d9b80240e317185573639d0..57e7a697e9b9e97ea44ccdc0e90ae3332ced3bda 100644 (file)
@@ -74,7 +74,6 @@ struct _PrefsCommon
        gboolean newmail_notify_auto;
        gboolean newmail_notify_manu;
        gchar   *newmail_notify_cmd;
-       gint max_articles;
 
        /* Send */
        gboolean use_extsend;
@@ -211,14 +210,13 @@ struct _PrefsCommon
        gint scroll_step;
        gboolean scroll_halfpage;
 
-       gboolean display_img;
-       gboolean resize_image;
-
        gchar *force_charset;
 
        gboolean show_other_header;
        GSList *disphdr_list;
 
+       gboolean attach_desc;
+
        /* MIME viewer */
        gchar *mime_image_viewer;
        gchar *mime_audio_player;
@@ -243,6 +241,7 @@ struct _PrefsCommon
        gboolean show_msg_with_cursor_key;
        gboolean open_unread_on_enter;
        gboolean mark_as_read_on_new_window;
+       gboolean open_on_delete;
        gboolean open_inbox_on_inc;
        gboolean immediate_exec;
        RecvDialogMode recv_dialog_mode;
@@ -270,6 +269,7 @@ struct _PrefsCommon
        gboolean ssl_ask_unknown_valid;
 #endif
 #endif
+
        /* Memory cache*/
        gint cache_max_mem_usage;
        gint cache_min_keep_time;
@@ -279,7 +279,7 @@ struct _PrefsCommon
        gboolean work_offline;
        
        gint summary_quicksearch_type;
-
+       gint color_new;
 };
 
 extern PrefsCommon prefs_common;
@@ -288,5 +288,6 @@ void prefs_common_init              ();
 void prefs_common_read_config  (void);
 void prefs_common_save_config  (void);
 void prefs_common_open         (void);
+PrefsCommon *prefs_common_get  (void);
 
 #endif /* __PREFS_COMMON_H__ */