mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Rename inbox() to mailbox() because we select any mailbox folder
This commit is contained in:
parent
65e9deda2a
commit
997e0561ad
5 changed files with 11 additions and 21 deletions
|
|
@ -18,7 +18,7 @@ import { ComposePopupView } from 'View/Popup/Compose';
|
|||
import { FolderCreatePopupView } from 'View/Popup/FolderCreate';
|
||||
import { ContactsPopupView } from 'View/Popup/Contacts';
|
||||
|
||||
class FolderListMailBoxUserView extends AbstractViewLeft {
|
||||
export class FolderListMailBoxUserView extends AbstractViewLeft {
|
||||
constructor() {
|
||||
super('User/MailBox/FolderList', 'MailFolderList');
|
||||
|
||||
|
|
@ -220,5 +220,3 @@ class FolderListMailBoxUserView extends AbstractViewLeft {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
export { FolderListMailBoxUserView };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue