mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
Fix column display for subfolders of draft & sent
This commit is contained in:
@@ -111,6 +111,10 @@
|
||||
folderType = @"sent";
|
||||
else if ([folderName isEqualToString: trashFolderName])
|
||||
folderType = @"trash";
|
||||
else if ([folderName hasPrefix: [NSString stringWithFormat: @"%@/", draftsFolderName]])
|
||||
folderType = @"draft/folder";
|
||||
else if ([folderName hasPrefix: [NSString stringWithFormat: @"%@/", sentFolderName]])
|
||||
folderType = @"sent/folder";
|
||||
else
|
||||
folderType = @"folder";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user