(fix) small optimization over previous commit

This commit is contained in:
Ludovic Marcotte
2017-01-06 14:29:41 -05:00
committed by Francis Lachapelle
parent 893fdda43b
commit f7462fd5ee

View File

@@ -480,7 +480,7 @@
NSString *uid;
sm = [SOGoUserManager sharedUserManager];
uid = [sm getUIDForEmail: [self replySenderBaseEMail]];
uid = [sm getUIDForEmail: baseEmail];
if (uid)
{