Update custom views after del

This commit is contained in:
Bryan Ashby 2018-07-08 11:33:39 -06:00
parent 3f34f77fcd
commit d54267b318
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(
}
this.selectedMessageForDelete = null;
msgListView.redraw();
this.populateCustomLabelsForSelected(msgListView.focusedItemIndex);
return cb(null);
});
} else {