mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 17:31:23 +00:00
5
NEWS
5
NEWS
@@ -8,8 +8,9 @@ Enhancements
|
||||
-
|
||||
|
||||
Bug fixes
|
||||
- [web] fix ACL editor in admin module for Safari (#4036)
|
||||
- [web] fix function call when removing contact category (#4039)
|
||||
- [web] fixed ACL editor in admin module for Safari (#4036)
|
||||
- [web] fixed function call when removing contact category (#4039)
|
||||
- [web] localized inbox label (#4040)
|
||||
|
||||
|
||||
3.2.7 (2017-02-14)
|
||||
|
||||
@@ -391,7 +391,7 @@
|
||||
|
||||
function metadataForFolder(folder) {
|
||||
if (folder.type == 'inbox')
|
||||
return {name: folder.name, icon:'inbox', special: true};
|
||||
return {name: l('InboxFolderName'), icon:'inbox', special: true};
|
||||
else if (folder.type == 'draft')
|
||||
return {name: l('DraftsFolderName'), icon: 'drafts', special: true};
|
||||
else if (folder.type == 'sent')
|
||||
|
||||
Reference in New Issue
Block a user