aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-hdrs.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-10 03:10:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-10 03:10:45 +0800
commit6b0d359b25ee9a1a61c3c71a8babc9c894c30156 (patch)
tree932b7a9ae938dace102e56d38f8c5b5c89edc37d /composer/e-msg-composer-hdrs.c
parent6683241eb5b06bbafd20fca9d1fad0fb3ef28676 (diff)
downloadgsoc2013-evolution-6b0d359b25ee9a1a61c3c71a8babc9c894c30156.tar
gsoc2013-evolution-6b0d359b25ee9a1a61c3c71a8babc9c894c30156.tar.gz
gsoc2013-evolution-6b0d359b25ee9a1a61c3c71a8babc9c894c30156.tar.bz2
gsoc2013-evolution-6b0d359b25ee9a1a61c3c71a8babc9c894c30156.tar.lz
gsoc2013-evolution-6b0d359b25ee9a1a61c3c71a8babc9c894c30156.tar.xz
gsoc2013-evolution-6b0d359b25ee9a1a61c3c71a8babc9c894c30156.tar.zst
gsoc2013-evolution-6b0d359b25ee9a1a61c3c71a8babc9c894c30156.zip
Set the smime/pgp always-sign options when here so it updates when the
2001-08-09 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (from_changed_cb): Set the smime/pgp always-sign options when here so it updates when the user changes his/her identity. svn path=/trunk/; revision=11840
Diffstat (limited to 'composer/e-msg-composer-hdrs.c')
-rw-r--r--composer/e-msg-composer-hdrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c
index fe11b8c6d6..916d8014c0 100644
--- a/composer/e-msg-composer-hdrs.c
+++ b/composer/e-msg-composer-hdrs.c
@@ -740,7 +740,7 @@ e_msg_composer_hdrs_set_from_account (EMsgComposerHdrs *hdrs,
omenu = GTK_OPTION_MENU (hdrs->priv->from.entry);
default_account = mail_config_get_default_account_num ();
-
+
/* find the item that represents the account and activate it */
l = hdrs->priv->from_options;
while (l) {