diff options
author | Shreyas Srinivasan <shres@src.gnome.org> | 2005-07-10 17:55:57 +0800 |
---|---|---|
committer | Shreyas Srinivasan <shres@src.gnome.org> | 2005-07-10 17:55:57 +0800 |
commit | 38035659d1d57b512b28b19dc4436609de3d52ca (patch) | |
tree | b89585e02a9a19bbd95f1fc25bc2e75f680e14cf /e-util/e-account.h | |
parent | b239860999f0f90ed7e070111a106434fb4c22d6 (diff) | |
download | gsoc2013-evolution-38035659d1d57b512b28b19dc4436609de3d52ca.tar.gz gsoc2013-evolution-38035659d1d57b512b28b19dc4436609de3d52ca.tar.zst gsoc2013-evolution-38035659d1d57b512b28b19dc4436609de3d52ca.zip |
2005-07-10 Shreyas Srinivasan
* e-util/e-account.[ch]: Add structures to handle proxies.
* e-util/e-account-list.[ch]: Add functions to remove proxy
accounts and account's proxies.
svn path=/trunk/; revision=29697
Diffstat (limited to 'e-util/e-account.h')
-rw-r--r-- | e-util/e-account.h | 4 |
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; |