Update custom views after del
This commit is contained in:
parent
3f34f77fcd
commit
d54267b318
|
@ -124,6 +124,7 @@ exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(
|
|||
}
|
||||
this.selectedMessageForDelete = null;
|
||||
msgListView.redraw();
|
||||
this.populateCustomLabelsForSelected(msgListView.focusedItemIndex);
|
||||
return cb(null);
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue