diff options
author | Milan Crha <mcrha@redhat.com> | 2011-11-14 22:24:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-11-14 22:24:33 +0800 |
commit | 78a2a77d1079c4790eeef64aa42b034dab172292 (patch) | |
tree | c5fb4391864ab2784fe293f991d111888c77217b /modules/mail/em-composer-prefs.c | |
parent | 6f391134f0c1c2019bd9c58fced43e0b46c87ab8 (diff) | |
download | gsoc2013-evolution-78a2a77d1079c4790eeef64aa42b034dab172292.tar.gz gsoc2013-evolution-78a2a77d1079c4790eeef64aa42b034dab172292.tar.zst gsoc2013-evolution-78a2a77d1079c4790eeef64aa42b034dab172292.zip |
Bug #662914 - Reply to gnupg signed mails should be signed
Diffstat (limited to 'modules/mail/em-composer-prefs.c')
-rw-r--r-- | modules/mail/em-composer-prefs.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c index 8453b88540..4f4c0d15ac 100644 --- a/modules/mail/em-composer-prefs.c +++ b/modules/mail/em-composer-prefs.c @@ -456,6 +456,13 @@ em_composer_prefs_construct (EMComposerPrefs *prefs, G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE); + widget = e_builder_get_widget (prefs->builder, "chkSignReplyIfSigned"); + g_object_bind_property ( + shell_settings, "composer-sign-reply-if-signed", + widget, "active", + G_BINDING_BIDIRECTIONAL | + G_BINDING_SYNC_CREATE); + widget = e_builder_get_widget (prefs->builder, "chkTopSignature"); g_object_bind_property ( shell_settings, "composer-top-signature", |