mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
avoid infinite loop when trying to update a folder id
This commit is contained in:
committed by
Julio García
parent
f6d1a37127
commit
95298de9f1
@@ -166,6 +166,8 @@ MAPIStoreMappingKeyFromId (uint64_t idNbr)
|
||||
NSString *current;
|
||||
NSString *newURL;
|
||||
|
||||
if ([oldURL isEqualToString: urlString]) return;
|
||||
|
||||
searchURL = [[oldURL stringByAppendingString:@"*"] UTF8String];
|
||||
|
||||
while (indexing->get_fmid(indexing, [username UTF8String],
|
||||
|
||||
Reference in New Issue
Block a user