sync with 0.8.1cvs14
[claws.git] / src / prefs_common.h
index 40697729f2ff06a1a9a0f48020d371acb54f2f05..da841e24c0c0662d1e8424e3ee2c21382a63eef0 100644 (file)
@@ -200,14 +200,13 @@ struct _PrefsCommon
 
        GList *mime_open_cmd_history;
 
-#if USE_GPGME 
+#if USE_GPGME
        /* Privacy */
        gboolean auto_check_signatures;
        gboolean gpg_signature_popup;
        gboolean store_passphrase;
-       gint     store_passphrase_timeout;
+       gint store_passphrase_timeout;
        gboolean passphrase_grab;
-       gchar *default_signkey;
        gboolean gpg_warning;
 #endif /* USE_GPGME */
 
@@ -237,7 +236,6 @@ struct _PrefsCommon
        gboolean clean_on_exit;
        gboolean ask_on_clean;
        gboolean warn_queued_on_exit;
-       gboolean return_receipt;
 
        /* Memory cache*/
        gint cache_max_mem_usage;