mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-24 15:42:43 +00:00
(fix) small optimization over previous commit
This commit is contained in:
committed by
Francis Lachapelle
parent
893fdda43b
commit
f7462fd5ee
@@ -480,7 +480,7 @@
|
||||
NSString *uid;
|
||||
|
||||
sm = [SOGoUserManager sharedUserManager];
|
||||
uid = [sm getUIDForEmail: [self replySenderBaseEMail]];
|
||||
uid = [sm getUIDForEmail: baseEmail];
|
||||
|
||||
if (uid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user