mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 01:36:44 +03:00
v2.2.1
This commit is contained in:
parent
3983932bc0
commit
aa05f10629
5 changed files with 29 additions and 31 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
MessageFlagsCache
|
||||
} from 'Common/Cache';
|
||||
|
||||
import { subQueryPrefix } from 'Common/Links';
|
||||
import { SUB_QUERY_PREFIX } from 'Common/Links';
|
||||
|
||||
import AppStore from 'Stores/User/App';
|
||||
import SettingsStore from 'Stores/User/Settings';
|
||||
|
|
@ -314,7 +314,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
|
|||
|
||||
if (folderHash && (!sSearch || !sSearch.includes('is:'))) {
|
||||
sGetAdd = 'MessageList/' +
|
||||
subQueryPrefix() +
|
||||
SUB_QUERY_PREFIX +
|
||||
'/' +
|
||||
urlsafeArray([
|
||||
sFolderFullNameRaw,
|
||||
|
|
@ -381,7 +381,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
|
|||
{},
|
||||
null,
|
||||
'Message/' +
|
||||
subQueryPrefix() +
|
||||
SUB_QUERY_PREFIX +
|
||||
'/' +
|
||||
urlsafeArray([
|
||||
sFolderFullNameRaw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue