Added work offline availability.
[claws.git] / src / prefs_common.h
index e7c54abae656ae0bc13ea7e4882576fd100b4e15..74f1481172793238a1d0f14ec48bea3472d7f04d 100644 (file)
@@ -59,6 +59,9 @@ struct _PrefsCommon
        gint autochk_itv;
        gboolean chk_on_startup;
        gboolean noerrorpanel;
+       gboolean newmail_notify_auto;
+       gboolean newmail_notify_manu;
+       gchar   *newmail_notify_cmd;
        gint max_articles;
 
        /* Send */
@@ -88,6 +91,7 @@ struct _PrefsCommon
        gchar *fw_quotemark;
        gchar *fw_quotefmt;
        gboolean forward_as_attachment;
+       gboolean bounce_keep_from;
        gboolean smart_wrapping;
        gboolean block_cursor;
 #if USE_PSPELL
@@ -107,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;
@@ -194,6 +199,8 @@ struct _PrefsCommon
        /* Privacy */
        gboolean auto_check_signatures;
        gboolean gpg_signature_popup;
+       gboolean store_passphrase;
+       gint     store_passphrase_timeout;
        gboolean passphrase_grab;
        gchar *default_signkey;
        gboolean gpg_warning;
@@ -221,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;