(fix) simplified logic and improved code readability

This commit is contained in:
Ludovic Marcotte
2015-09-21 08:59:36 -04:00
parent 7692832672
commit 1c666e8ead
3 changed files with 18 additions and 27 deletions
+5
View File
@@ -87,6 +87,11 @@
[super dealloc];
}
- (NSString *) modulePath
{
return @"Mail";
}
- (void) _setupContext
{
SOGoUser *activeUser;