mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 01:11:22 +00:00
@@ -470,7 +470,11 @@
|
||||
|
||||
- (NSString *) userEmail
|
||||
{
|
||||
return [[context activeUser] systemEmail];
|
||||
NSDictionary *identity;
|
||||
|
||||
identity = [[context activeUser] defaultIdentity];
|
||||
|
||||
return [identity objectForKey: @"email"];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user