mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 01:08:50 +00:00
(fix) show proper icon for shared mailboxes
This commit is contained in:
@@ -285,6 +285,8 @@
|
||||
return 'send';
|
||||
else if (folder.type == 'trash')
|
||||
return 'delete';
|
||||
else if (folder.type == 'additional')
|
||||
return 'folder_shared';
|
||||
|
||||
//if ($rootScope.currentFolder == folder)
|
||||
// return 'folder_open';
|
||||
|
||||
Reference in New Issue
Block a user