mirror of
https://github.com/moparisthebest/mail
synced 2024-12-24 08:18:48 -05:00
[WO-530] fix typo
This commit is contained in:
parent
eb0002c8d5
commit
ed43dfc55a
@ -1346,7 +1346,7 @@ define(function(require) {
|
|||||||
path: folder.path
|
path: folder.path
|
||||||
})) {
|
})) {
|
||||||
// remove the obsolete folder
|
// remove the obsolete folder
|
||||||
self._account.folders.splice(self._account.folder.indexOf(folder), 1);
|
self._account.folders.splice(self._account.folders.indexOf(folder), 1);
|
||||||
foldersChanged = true;
|
foldersChanged = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user