diff options
Diffstat (limited to 'mail')
-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 (); |