mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
[local-sync] Fix starred role on folders
This commit is contained in:
parent
40791028d5
commit
5ac3fe9ea8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class FetchFolderList {
|
|||
'\\Trash': 'trash',
|
||||
'\\All': 'all',
|
||||
'\\Important': 'important',
|
||||
'\\Flagged': 'flagged',
|
||||
'\\Flagged': 'starred',
|
||||
'\\Inbox': 'inbox',
|
||||
}[attrib];
|
||||
if (role) {
|
||||
|
|
Loading…
Add table
Reference in a new issue