mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Remove unused parameter 'name' in views
This commit is contained in:
parent
8be4c384bb
commit
c9fe7516c4
14 changed files with 28 additions and 36 deletions
|
|
@ -48,9 +48,9 @@ import { AdvancedSearchPopupView } from 'View/Popup/AdvancedSearch';
|
|||
const
|
||||
canBeMovedHelper = () => MessageUserStore.hasCheckedOrSelected();
|
||||
|
||||
export class MessageListMailBoxUserView extends AbstractViewRight {
|
||||
export class MailMessageList extends AbstractViewRight {
|
||||
constructor() {
|
||||
super('User/MailBox/MessageList', 'MailMessageList');
|
||||
super('MailMessageList');
|
||||
|
||||
this.bPrefetch = false;
|
||||
this.emptySubjectValue = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue