diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-07-22 21:48:40 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@novell.com> | 2009-07-22 21:48:40 +0800 |
commit | 0f0ec12960bab53db7ef6da828c3e7daf494748b (patch) | |
tree | 45d78be28d1f6aa8ad9583bbdd25d7ff6b76cffd | |
parent | 631da1b6baf2204ebb844a1d3962c2c7d811eb41 (diff) | |
download | gsoc2013-evolution-0f0ec12960bab53db7ef6da828c3e7daf494748b.tar.gz gsoc2013-evolution-0f0ec12960bab53db7ef6da828c3e7daf494748b.tar.zst gsoc2013-evolution-0f0ec12960bab53db7ef6da828c3e7daf494748b.zip |
Hide signatures for Anjal.
-rw-r--r-- | mail/em-account-editor.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 (); |