Added work offline availability.
[claws.git] / src / prefs_common.h
index 05434576f9608705ce6c5e17831d4b43e8653f0c..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
@@ -97,6 +101,7 @@ struct _PrefsCommon
        gint misspelled_col;
        gint pspell_sugmode;
        gboolean check_while_typing;
+       gboolean use_alternate;
 #endif
         
        /* Display */
@@ -106,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;
@@ -193,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;
@@ -208,6 +216,7 @@ struct _PrefsCommon
        RecvDialogMode recv_dialog_mode;
        NextUnreadMsgDialogShow next_unread_msg_dialog;
        gboolean add_address_by_click;
+       gchar *pixmap_theme_path;
 
        /* Other */
        gchar *uri_cmd;
@@ -219,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;
@@ -228,6 +242,4 @@ void prefs_common_read_config       (void);
 void prefs_common_save_config  (void);
 void prefs_common_open         (void);
 
-void prefs_quote_description   (void);
-
 #endif /* __PREFS_COMMON_H__ */