mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +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