mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 23:05:54 +00:00
Rename Folder Hash to ETag as it is the more obvious name
This commit is contained in:
@@ -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
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user