(fix) refactored code and we now return the unseenCount when fetching uids

This commit is contained in:
Ludovic Marcotte
2015-07-31 14:31:38 -04:00
parent 40d269c504
commit 0c7bdac091
6 changed files with 40 additions and 30 deletions
+2 -2
View File
@@ -410,7 +410,7 @@
- (WOResponse *) copyMessagesAction
{
NSString *value, *destinationFolder;
NSString *destinationFolder;
SOGoMailAccount *account;
WOResponse *response;
SOGoMailFolder *co;
@@ -450,7 +450,7 @@
NSString *currentMailbox, *currentAccount, *keyForMsgUIDs;
NSMutableDictionary *moduleSettings, *threadsCollapsed;
NSMutableArray *mailboxThreadsCollapsed;
NSString *value, *destinationFolder;
NSString *destinationFolder;
SOGoUserSettings *us;
WOResponse *response;
NSDictionary *data;