mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Fixed length call.
This commit is contained in:
@@ -649,7 +649,7 @@ static NSString *sieveScriptName = @"sogo";
|
||||
|
||||
cUrl = [NSURL URLWithString: (sieveServer ? sieveServer : @"")];
|
||||
|
||||
if ([dd sieveServer] && [dd sieveServer].length > 0)
|
||||
if ([dd sieveServer] && [[dd sieveServer] length] > 0)
|
||||
url = [NSURL URLWithString: [dd sieveServer]];
|
||||
else
|
||||
url = [NSURL URLWithString: @"localhost"];
|
||||
|
||||
Reference in New Issue
Block a user