mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 15:58:52 +00:00
(fix) make sure consider non-void GUID
This commit is contained in:
@@ -787,7 +787,7 @@ static NSString *inboxFolderName = @"INBOX";
|
||||
else
|
||||
guid = [[[result objectForKey: @"status"] objectForKey: currentFolder] objectForKey: @"x-guid"];
|
||||
|
||||
if (!guid)
|
||||
if (!guid || [guid isNull])
|
||||
{
|
||||
// Don't generate a GUID for "Other users" and "Shared" namespace folders - user foldername instead
|
||||
if ((otherUsersFolderName && [currentFolder isEqualToString: otherUsersFolderName]) ||
|
||||
|
||||
Reference in New Issue
Block a user