aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-account.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-10-31 12:55:41 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-10-31 12:55:41 +0800
commit19a21a87e4819013f6499c8ee724475a2184a24e (patch)
tree62b4b62c76e895fb9c7d7feb8060fdd7d5987111 /e-util/e-account.h
parent36eff5914b2ccf251e4c1da4586dd07bdc6bb092 (diff)
downloadgsoc2013-evolution-19a21a87e4819013f6499c8ee724475a2184a24e.tar
gsoc2013-evolution-19a21a87e4819013f6499c8ee724475a2184a24e.tar.gz
gsoc2013-evolution-19a21a87e4819013f6499c8ee724475a2184a24e.tar.bz2
gsoc2013-evolution-19a21a87e4819013f6499c8ee724475a2184a24e.tar.lz
gsoc2013-evolution-19a21a87e4819013f6499c8ee724475a2184a24e.tar.xz
gsoc2013-evolution-19a21a87e4819013f6499c8ee724475a2184a24e.tar.zst
gsoc2013-evolution-19a21a87e4819013f6499c8ee724475a2184a24e.zip
add encrypt_key id, and change some of the names around to be more
2003-10-31 Not Zed <NotZed@Ximian.com> * 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
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 {