mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 10:25:08 +00:00
(feat) added Junk handling feature from v2
This commit is contained in:
@@ -301,6 +301,8 @@
|
||||
return {name: l('SentFolderName'), icon: 'send'};
|
||||
else if (folder.type == 'trash')
|
||||
return {name: l('TrashFolderName'), icon: 'delete'};
|
||||
else if (folder.type == 'junk')
|
||||
return {name: l('JunkFolderName'), icon: 'thumb_down'};
|
||||
else if (folder.type == 'additional')
|
||||
return {name: folder.name, icon: 'folder_shared'};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user