From 56333d439bb9bf225d413a6308d2077288207315 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 2 Jul 2012 18:32:00 +0200 Subject: Bug #677604 - Critical warnings on evolution start --- libemail-engine/e-mail-session.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libemail-engine') diff --git a/libemail-engine/e-mail-session.c b/libemail-engine/e-mail-session.c index 4b4cdf2122..881f6801a8 100644 --- a/libemail-engine/e-mail-session.c +++ b/libemail-engine/e-mail-session.c @@ -505,7 +505,10 @@ mail_session_add_from_source (EMailSession *session, /* Sanity checks. */ g_return_if_fail (uid != NULL); - g_return_if_fail (backend_name != NULL); + + /* send-only accounts */ + if (!backend_name) + return; /* Our own CamelSession.add_service() method will handle the * resulting CamelService, so we don't need the return value. */ -- cgit v1.2.3