diff --git a/widgets/account.go b/widgets/account.go index f8b6581..8f94e92 100644 --- a/widgets/account.go +++ b/widgets/account.go @@ -252,10 +252,6 @@ func (acct *AccountView) onMessage(msg types.WorkerMessage) { } }) acct.dirlist.SetMsgStore(msg.Info.Name, store) - store.OnUpdate(func(_ *lib.MessageStore) { - store.OnUpdate(nil) - acct.msglist.SetStore(store) - }) } case *types.DirectoryContents: if store, ok := acct.dirlist.SelectedMsgStore(); ok {