diff options
-rw-r--r-- | mail/em-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index d3b9b1f9c3..23f6b0cfc4 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -232,7 +232,7 @@ em_utils_check_user_can_send_mail (GtkWindow *parent) account_list = e_get_account_list (); - if (e_list_length ((EList *) account_list) > 0) { + if (e_list_length ((EList *) account_list) == 0) { if (!em_utils_configure_account (parent)) return FALSE; } |