mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve issue #123
This commit is contained in:
parent
8934205ede
commit
5db8f032b8
2 changed files with 14 additions and 4 deletions
|
|
@ -380,8 +380,8 @@ class AppUser extends AbstractApp {
|
|||
.then(() => promise)
|
||||
.then(
|
||||
() => Remote.foldersReloadWithTimeout(),
|
||||
errorCode => {
|
||||
FolderUserStore.folderListError(getNotification(errorCode, '', errorDefCode));
|
||||
error => {
|
||||
FolderUserStore.folderListError(getNotification(error.code, '', errorDefCode) + '.\n' + error.message);
|
||||
Remote.foldersReloadWithTimeout();
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue