make blue the default new mail colour
[claws.git] / src / prefs_common.h
index a2a2c8532ccbe5be6d9b80240e317185573639d0..cec5d29e9e5add7a7c35a705a25f129eb4355522 100644 (file)
@@ -270,6 +270,7 @@ struct _PrefsCommon
        gboolean ssl_ask_unknown_valid;
 #endif
 #endif
+
        /* Memory cache*/
        gint cache_max_mem_usage;
        gint cache_min_keep_time;
@@ -279,7 +280,7 @@ struct _PrefsCommon
        gboolean work_offline;
        
        gint summary_quicksearch_type;
-
+       gint color_new;
 };
 
 extern PrefsCommon prefs_common;