mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-12 08:58:00 +00:00
(fix) refactored code and we now return the unseenCount when fetching uids
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user