(fix) show proper icon for shared mailboxes

pull/91/head
Ludovic Marcotte 2015-07-24 10:21:33 -04:00
parent 51b8ce7400
commit a03715f74a
1 changed files with 2 additions and 0 deletions

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