From 8bc3ccb9017b04aafccafa294f219ced5b41a372 Mon Sep 17 00:00:00 2001 From: Kevin Kuehler Date: Mon, 28 Oct 2019 12:07:07 -0700 Subject: Add manual threading to the pipeline Signed-off-by: Kevin Kuehler --- widgets/account.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets/account.go') diff --git a/widgets/account.go b/widgets/account.go index ebc321d..d3f94cc 100644 --- a/widgets/account.go +++ b/widgets/account.go @@ -239,6 +239,10 @@ func (acct *AccountView) onMessage(msg types.WorkerMessage) { if store, ok := acct.dirlist.SelectedMsgStore(); ok { store.Update(msg) } + case *types.NativeThreadSupport: + if store, ok := acct.dirlist.SelectedMsgStore(); ok { + store.Update(msg) + } case *types.DirectoryThreaded: if store, ok := acct.dirlist.SelectedMsgStore(); ok { store.Update(msg) -- cgit v1.2.3