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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/e-util/e-account.h b/e-util/e-account.h
index ff937b3905..e50c773991 100644
--- a/e-util/e-account.h
+++ b/e-util/e-account.h
@@ -72,9 +72,11 @@ typedef struct {
gboolean pgp_no_imip_sign;
gboolean pgp_always_trust;
- char *smime_key;
+ char *smime_sign_key;
+ char *smime_encrypt_key;
+ gboolean smime_sign_default;
gboolean smime_encrypt_to_self;
- gboolean smime_always_sign;
+ gboolean smime_encrypt_default;
} EAccount;
typedef struct {