fix mailbox flags in LIST

This commit is contained in:
Andris Reinman 2017-05-16 14:37:54 +03:00
parent 52cb6568fc
commit fe5d3f123c

View file

@ -256,7 +256,10 @@ module.exports.generateFolderListing = function (folders, skipHierarchy) {
}
item = {
flags: [].concat(folder.flags || []),
// flags array is used to store permanentflags
//flags: [].concat(folder.flags || []),
flags: [],
path
};