aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-account.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-account.h')
-rw-r--r--e-util/e-account.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-account.h b/e-util/e-account.h
index 4e5de875d5..2969ecef63 100644
--- a/e-util/e-account.h
+++ b/e-util/e-account.h
@@ -69,6 +69,8 @@ typedef enum _e_account_item_t {
E_ACCOUNT_SMIME_ENCRYPT_TO_SELF,
E_ACCOUNT_SMIME_ENCRYPT_DEFAULT,
+ E_ACCOUNT_PROXY_PARENT_UID,
+
E_ACCOUNT_ITEM_LAST
} e_account_item_t;
@@ -125,6 +127,8 @@ typedef struct _EAccount {
gboolean pgp_no_imip_sign;
gboolean pgp_always_trust;
+ char *parent_uid;
+
char *smime_sign_key;
char *smime_encrypt_key;
gboolean smime_sign_default;