Rename Folder Hash to ETag as it is the more obvious name

This commit is contained in:
the-djmaze
2023-02-16 10:55:23 +01:00
parent 1a05a0adf2
commit fb2eb62f83
16 changed files with 74 additions and 69 deletions

View File

@@ -13,17 +13,16 @@ export class MessageCollectionModel extends AbstractCollectionModel
/*
constructor() {
super();
this.Filtered
this.filtered
this.folder
this.folderHash
this.folderInfo
this.totalEmails
this.unreadEmails
this.totalThreads
this.threadUid
this.newMessages
this.offset
this.limit
this.search
this.limited
}
*/