From d54267b318630c910fc62471a3cd89b652c177f2 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 8 Jul 2018 11:33:39 -0600 Subject: [PATCH] Update custom views after del --- core/msg_list.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/msg_list.js b/core/msg_list.js index aec6e852..6046b4a6 100644 --- a/core/msg_list.js +++ b/core/msg_list.js @@ -124,6 +124,7 @@ exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher( } this.selectedMessageForDelete = null; msgListView.redraw(); + this.populateCustomLabelsForSelected(msgListView.focusedItemIndex); return cb(null); }); } else {