(fix) show proper icon for shared mailboxes

This commit is contained in:
Ludovic Marcotte 2015-07-24 10:21:33 -04:00
parent 51b8ce7400
commit a03715f74a

View file

@ -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';