diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-10 03:24:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-10 03:24:06 +0800 |
commit | bfa7f88ced7715b3cdabb038e6f57c9784d0a8eb (patch) | |
tree | d1ef8996e7195b24dfea1a6012836b1347e844f4 /mail/mail-account-gui.h | |
parent | 6b0d359b25ee9a1a61c3c71a8babc9c894c30156 (diff) | |
download | gsoc2013-evolution-bfa7f88ced7715b3cdabb038e6f57c9784d0a8eb.tar.gz gsoc2013-evolution-bfa7f88ced7715b3cdabb038e6f57c9784d0a8eb.tar.zst gsoc2013-evolution-bfa7f88ced7715b3cdabb038e6f57c9784d0a8eb.zip |
Save the pgp and smime always-sign options.
2001-08-09 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_save): Save the pgp and
smime always-sign options.
* mail-config.c (account_copy): Copy the always-sign options over
too.
svn path=/trunk/; revision=11841
Diffstat (limited to 'mail/mail-account-gui.h')
-rw-r--r-- | mail/mail-account-gui.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h index d428ee2546..eaef146eda 100644 --- a/mail/mail-account-gui.h +++ b/mail/mail-account-gui.h @@ -71,7 +71,7 @@ typedef struct { GtkToggleButton *has_html_signature; GtkButton *edit_signature; GtkButton *edit_html_signature; - + /* incoming mail */ MailAccountGuiService source; GtkToggleButton *source_auto_check; @@ -97,8 +97,10 @@ typedef struct { /* Security */ GtkEntry *pgp_key; GtkToggleButton *pgp_encrypt_to_self; + GtkToggleButton *pgp_always_sign; GtkEntry *smime_key; GtkToggleButton *smime_encrypt_to_self; + GtkToggleButton *smime_always_sign; } MailAccountGui; |