mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Cleanup AppUserStore
Simplify KeyState/Focused as Scope enum
This commit is contained in:
parent
62cb918180
commit
eff92c3152
27 changed files with 177 additions and 232 deletions
|
|
@ -322,7 +322,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
|
|||
iOffset,
|
||||
iLimit,
|
||||
sSearch,
|
||||
AppUserStore.projectHash(),
|
||||
SettingsGet('ProjectHash'),
|
||||
folderHash,
|
||||
inboxUidNext,
|
||||
useThreads ? 1 : 0,
|
||||
|
|
@ -387,7 +387,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
|
|||
urlsafeArray([
|
||||
sFolderFullNameRaw,
|
||||
iUid,
|
||||
AppUserStore.projectHash(),
|
||||
SettingsGet('ProjectHash'),
|
||||
AppUserStore.threadsAllowed() && SettingsUserStore.useThreads() ? 1 : 0
|
||||
]),
|
||||
['Message']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue