diff options
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/pop3/camel-pop3-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/pop3/camel-pop3-store.c b/camel/providers/pop3/camel-pop3-store.c index ea4db42097..ba2b9857ac 100644 --- a/camel/providers/pop3/camel-pop3-store.c +++ b/camel/providers/pop3/camel-pop3-store.c @@ -328,7 +328,7 @@ query_auth_types (CamelService *service, CamelException *ex) int saved_port; #endif - if (service->url) { + if (service->url && !service->url->empty) { passwd = connect_to_server (service, FALSE, ex); if (camel_exception_get_id (ex) != CAMEL_EXCEPTION_NONE) return NULL; |