From 19a21a87e4819013f6499c8ee724475a2184a24e Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 31 Oct 2003 04:55:41 +0000 Subject: add encrypt_key id, and change some of the names around to be more 2003-10-31 Not Zed * e-account.c (e_account_(sg)et_from_xml): add encrypt_key id, and change some of the names around to be more meaningful. svn path=/trunk/; revision=23144 --- e-util/e-account.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'e-util/e-account.h') 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 { -- cgit