mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Found more JSON properties to change into JavaScript camelCase
This commit is contained in:
parent
b9ef8ae2c9
commit
974350ebee
45 changed files with 361 additions and 412 deletions
|
|
@ -301,8 +301,8 @@ export class FolderModel extends AbstractModel {
|
|||
this.exists = true;
|
||||
|
||||
this.hash = '';
|
||||
// this.id = null;
|
||||
this.uidNext = null;
|
||||
this.id = 0;
|
||||
this.uidNext = 0;
|
||||
|
||||
addObservablesTo(this, {
|
||||
name: '',
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ const
|
|||
}
|
||||
}, {
|
||||
folder: message.folder,
|
||||
Uids: message.uid,
|
||||
Keyword: keyword,
|
||||
SetAction: isSet ? 0 : 1
|
||||
uids: message.uid,
|
||||
keyword: keyword,
|
||||
setAction: isSet ? 0 : 1
|
||||
})
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue