diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-02 06:40:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-02 06:40:17 +0800 |
commit | dfda76b995cedfee0588e3f9a9b7e22574dd0c58 (patch) | |
tree | 5d680062194ba89cb3ea9772cb752023cc27a382 /mail/mail-config.h | |
parent | 07f5146f0832d7611a21b328723382583b7107e0 (diff) | |
download | gsoc2013-evolution-dfda76b995cedfee0588e3f9a9b7e22574dd0c58.tar gsoc2013-evolution-dfda76b995cedfee0588e3f9a9b7e22574dd0c58.tar.gz gsoc2013-evolution-dfda76b995cedfee0588e3f9a9b7e22574dd0c58.tar.bz2 gsoc2013-evolution-dfda76b995cedfee0588e3f9a9b7e22574dd0c58.tar.lz gsoc2013-evolution-dfda76b995cedfee0588e3f9a9b7e22574dd0c58.tar.xz gsoc2013-evolution-dfda76b995cedfee0588e3f9a9b7e22574dd0c58.tar.zst gsoc2013-evolution-dfda76b995cedfee0588e3f9a9b7e22574dd0c58.zip |
Save the pgp and smime settings. (mail_account_gui_new): Setup the pgp and
2001-06-01 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_save): Save the pgp and
smime settings.
(mail_account_gui_new): Setup the pgp and s/mime page (but disable
the s/mime frame if we are not compiled with s/mime support).
* mail-config.c (account_copy): Updated to save extra pgp and
smime options.
(account_destroy): Free draft/sent folder info and also the new
pgp/smime keys.
(config_read): Read in the pgp and s/mime config options.
(mail_config_write): Save the account pgp and smime options.
svn path=/trunk/; revision=10084
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r-- | mail/mail-config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h index bb4fb8fbce..e4f9b1d020 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -57,6 +57,12 @@ typedef struct { gchar *drafts_folder_name, *drafts_folder_uri; gchar *sent_folder_name, *sent_folder_uri; + + gchar *pgp_key; + gboolean pgp_encrypt_to_self; + + gchar *smime_key; + gboolean smime_encrypt_to_self; } MailConfigAccount; typedef enum { |