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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 833245f15d..78a60f848e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,19 @@ 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. + +2001-06-01 Jeffrey Stedfast <fejj@ximian.com> + * mail-account-gui.c (source_type_changed): Call build_extra_conf() here too. This is when we REALLY want to call it anyway, not on switch-page because then we'd lose any data on |