mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-11 14:35:28 +00:00
fix(contacts): Fix 5875
This commit is contained in:
@@ -262,7 +262,9 @@
|
||||
|
||||
- (BOOL) isThunderbird
|
||||
{
|
||||
return ([[self headerForKey:@"user-agent"] rangeOfString: @"Thunderbird"].location != NSNotFound);
|
||||
BOOL ret;
|
||||
ret = ([[self headerForKey:@"user-agent"] rangeOfString: @"Thunderbird"].location != NSNotFound);
|
||||
return ret;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user