diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-26 03:55:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-26 03:55:00 +0800 |
commit | 83f5888387c17fd95faf4c75117a5768ac7a4825 (patch) | |
tree | 0822cf6c1cf442d910c5cfb3476d62027b23d33c /mail/mail-config.glade | |
parent | c22378ec3d57a2d351d663819e2c3da97e81101f (diff) | |
download | gsoc2013-evolution-83f5888387c17fd95faf4c75117a5768ac7a4825.tar.gz gsoc2013-evolution-83f5888387c17fd95faf4c75117a5768ac7a4825.tar.zst gsoc2013-evolution-83f5888387c17fd95faf4c75117a5768ac7a4825.zip |
Some compiler warning fixes.
2002-06-25 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (mail_add_storage): Some compiler warning
fixes.
* mail-crypto.c (mail_crypto_pgp_mime_part_sign): Removed.
(mail_crypto_get_pgp_cipher_context): New convenience function to
construct a pgp cipher context.
(mail_crypto_pgp_mime_part_verify): Use the new
get_pgp_cipher_context function.
(mail_crypto_pgp_mime_part_encrypt): Same.
(mail_crypto_pgp_mime_part_decrypt): Here too.
* mail-account-gui.c (mail_account_gui_new): Initialise the
pgp_always_trust checkbox.
(mail_account_gui_save): Get whether or not to always_trust the
user's pgp keys.
* mail-config.c (account_copy): Copy over the pgp_always_trust
option.
(config_read): Read in the always_trust option.
(mail_config_write): Save the always_trust option.
svn path=/trunk/; revision=17277
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index ef84672b4a..acc414b65e 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -2090,7 +2090,7 @@ Kerberos <widget> <class>GtkVBox</class> - <name>vbox69</name> + <name>vboxPGP</name> <border_width>3</border_width> <homogeneous>False</homogeneous> <spacing>3</spacing> @@ -2168,6 +2168,20 @@ Kerberos <fill>False</fill> </child> </widget> + + <widget> + <class>GtkCheckButton</class> + <name>pgp_always_trust</name> + <can_focus>True</can_focus> + <label>Always _trust keys in my keyring when encrypting</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> </widget> </widget> |