2010-05-04 [iwkse] 3.7.6cvs1
[claws.git] / src / prefs_common.h
index e091671fbf02448cac3c53bdd9335aeb9b8ca206..f4f456188359e9ca5aac36480e7b9545ce7d8df9 100644 (file)
@@ -317,6 +317,7 @@ struct _PrefsCommon
        gboolean enable_smooth_scroll;
        gint scroll_step;
        gboolean scroll_halfpage;
+       gboolean hide_quoted;
        gboolean respect_flowed_format;
 
        gboolean show_other_header;
@@ -363,7 +364,6 @@ struct _PrefsCommon
        /* Other */
 #ifndef G_OS_WIN32
        gchar *uri_cmd;
-       gchar *print_cmd;
 #endif
        gchar *ext_editor_cmd;
        gboolean cmds_use_system_default;
@@ -469,6 +469,10 @@ struct _PrefsCommon
        gint addressbook_folderselwin_height;
        gint aboutwin_width;
        gint aboutwin_height;
+       gint addrgather_width;
+       gint addrgather_height;
+       gint news_subscribe_width;
+       gint news_subscribe_height;
 
        gint warn_dnd;
        gint broken_are_utf8;