diff options
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/smtp/camel-smtp-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/smtp/camel-smtp-provider.c b/camel/providers/smtp/camel-smtp-provider.c index 83fb54bc8e..0436800554 100644 --- a/camel/providers/smtp/camel-smtp-provider.c +++ b/camel/providers/smtp/camel-smtp-provider.c @@ -40,7 +40,7 @@ static CamelProvider smtp_provider = { CAMEL_PROVIDER_IS_REMOTE, - CAMEL_URL_NEED_HOST, + CAMEL_URL_NEED_HOST | CAMEL_URL_ALLOW_AUTH, { 0, 0 }, |