mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 09:21:23 +00:00
ContactView: lowercase the card tag
This commit is contained in:
@@ -821,7 +821,7 @@
|
||||
data = [NSMutableDictionary dictionaryWithObjectsAndKeys:
|
||||
[[contact container] nameInContainer], @"pid",
|
||||
[contact nameInContainer], @"id",
|
||||
[card tag], @"tag",
|
||||
[[card tag] lowercaseString], @"tag",
|
||||
nil];
|
||||
o = [card fn];
|
||||
if (o) [data setObject: o forKey: @"fn"];
|
||||
|
||||
Reference in New Issue
Block a user