2005-11-27 [paul] 1.9.100cvs37
[claws.git] / src / prefs_common.h
index 80104aaa15f902c7e535dd946556782ac0be03b6..873d3bcb615804bb23e52c43d5486d4120263233 100644 (file)
@@ -76,6 +76,7 @@ struct _PrefsCommon
        gboolean autochk_newmail;
        gint autochk_itv;
        gboolean chk_on_startup;
+       gboolean open_inbox_on_inc;
        gboolean newmail_notify_auto;
        gboolean newmail_notify_manu;
        gchar   *newmail_notify_cmd;
@@ -239,6 +240,7 @@ struct _PrefsCommon
        gboolean conv_mb_alnum;
        gboolean display_header_pane;
        gboolean display_header;
+       gboolean display_xface;
        gint line_space;
        gboolean render_html;
        gboolean textview_cursor_visible;
@@ -277,7 +279,6 @@ struct _PrefsCommon
        gboolean always_show_msg;
        gboolean mark_as_read_on_new_window;
        gboolean mark_as_read_delay;
-       gboolean open_inbox_on_inc;
        gboolean immediate_exec;
        SelectOnEntry select_on_entry;
        NextUnreadMsgDialogShow next_unread_msg_dialog;
@@ -321,9 +322,34 @@ struct _PrefsCommon
        gulong color_new;
        
        GList *summary_quicksearch_history;
-       
+
        gint filteringwin_width;
        gint filteringwin_height;
+       gint filteringactionwin_width;
+       gint filteringactionwin_height;
+       gint matcherwin_width;
+       gint matcherwin_height;
+       gint templateswin_width;
+       gint templateswin_height;
+       gint actionswin_width;
+       gint actionswin_height;
+       gint addressbookwin_width;
+       gint addressbookwin_height;
+       gint addressbookeditpersonwin_width;
+       gint addressbookeditpersonwin_height;
+       gint pluginswin_width;
+       gint pluginswin_height;
+       gint prefswin_width;
+       gint prefswin_height;
+       gint folderitemwin_width;
+       gint folderitemwin_height;
+       gint editaccountwin_width;
+       gint editaccountwin_height;
+       gint accountswin_width;
+       gint accountswin_height;
+       gint logwin_width;
+       gint logwin_height;
+
        gint warn_dnd;
        gint broken_are_utf8;
 };