enable storing of GnuPG passphrase
[claws.git] / src / prefs_common.h
index 8be868a31427bb9e156115918f2b2c894072c509..002907ae70aaa07b26823a560b95c0a009d0b1e2 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
@@ -194,6 +198,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;
@@ -230,6 +236,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__ */