From 0f0ec12960bab53db7ef6da828c3e7daf494748b Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 22 Jul 2009 19:18:40 +0530 Subject: Hide signatures for Anjal. --- mail/em-account-editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index d95463b8b2..21650d0624 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -3011,7 +3011,8 @@ em_account_editor_construct (EMAccountEditor *emae, EAccount *account, em_accoun emae->account = e_account_new_from_xml (xml); g_free (xml); - emae->do_signature = TRUE; + if (type != EMAE_PAGES) + emae->do_signature = TRUE; } else { /* TODO: have a get_default_account thing?? */ emae->account = e_account_new (); -- cgit