Added work offline availability.
[claws.git] / src / prefs_common.h
index 002907ae70aaa07b26823a560b95c0a009d0b1e2..74f1481172793238a1d0f14ec48bea3472d7f04d 100644 (file)
@@ -111,6 +111,7 @@ struct _PrefsCommon
        gchar *boldfont;
        gchar *smallfont;
        gboolean display_folder_unread;
+       gboolean display_img;
        ToolbarStyle toolbar_style;
        gboolean show_statusbar;
        gboolean trans_hdr;
@@ -227,6 +228,11 @@ struct _PrefsCommon
        gboolean ask_on_clean;
        gboolean warn_queued_on_exit;
        gboolean return_receipt;
+       
+       /* boolean for work offline 
+          stored here for use in inc.c */
+       gboolean work_offline;
+
 };
 
 extern PrefsCommon prefs_common;