aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-08-15 21:16:07 +0800
committerDan Winship <danw@src.gnome.org>2002-08-15 21:16:07 +0800
commitaa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3 (patch)
tree8813fded8617462780908e94d8c5dff083e51890 /mail/mail-config.h
parent7dc4b13d477ea40930d0edf717b04fae4e558232 (diff)
downloadgsoc2013-evolution-aa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3.tar
gsoc2013-evolution-aa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3.tar.gz
gsoc2013-evolution-aa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3.tar.bz2
gsoc2013-evolution-aa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3.tar.lz
gsoc2013-evolution-aa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3.tar.xz
gsoc2013-evolution-aa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3.tar.zst
gsoc2013-evolution-aa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3.zip
Add a "don't sign meeting requests" option to the security pane, since
* mail-config.glade: Add a "don't sign meeting requests" option to the security pane, since some versions of Outlook won't recognize pgp-signed meeting requests. Sigh. * mail-config.c (account_copy, config_read, mail_config_write): Handle pgp_no_imip_sign. * mail-account-gui.c (mail_account_gui_new, mail_account_gui_save): Setup/save "don't sign meeting requests" button. svn path=/trunk/; revision=17778
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r--mail/mail-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h
index 49c1013785..7db91b2cfe 100644
--- a/mail/mail-config.h
+++ b/mail/mail-config.h
@@ -83,6 +83,7 @@ typedef struct {
char *pgp_key;
gboolean pgp_encrypt_to_self;
gboolean pgp_always_sign;
+ gboolean pgp_no_imip_sign;
gboolean pgp_always_trust;
char *smime_key;