2005-10-06 [colin] 1.9.15cvs16
[claws.git] / src / prefs_common.h
index 27d2cd536ce793ebf602bde5e78b399d3b8ceaf8..80104aaa15f902c7e535dd946556782ac0be03b6 100644 (file)
@@ -284,6 +284,7 @@ struct _PrefsCommon
        gboolean add_address_by_click;
        gchar *pixmap_theme_path;
        int hover_timeout; /* msecs mouse hover timeout */
+       gboolean ask_mark_all_read;
 
        /* Other */
        gchar *uri_cmd;
@@ -324,6 +325,7 @@ struct _PrefsCommon
        gint filteringwin_width;
        gint filteringwin_height;
        gint warn_dnd;
+       gint broken_are_utf8;
 };
 
 extern PrefsCommon prefs_common;