mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 11:32:44 +00:00
ContactView: lowercase the card tag
This commit is contained in:
@@ -832,7 +832,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