aboutsummaryrefslogtreecommitdiff
path: root/widgets/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/account.go')
-rw-r--r--widgets/account.go4
1 files changed, 0 insertions, 4 deletions
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 {