aboutsummaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-14 23:31:56 -0400
committerDrew DeVault <sir@cmpwn.com>2019-03-14 23:31:56 -0400
commit4c8feb9aa54ddb162558482905c4723e2743e657 (patch)
treef930d9b5b0e7e69cd3977f3a9ad3fc1be21f0fc0 /widgets
parent4ec7f5dea5f98ef5a8cddb84986ac52a2f7a1270 (diff)
Invalidate when UIDs finish downloading
Diffstat (limited to 'widgets')
-rw-r--r--widgets/msglist.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/msglist.go b/widgets/msglist.go
index 22695ec..e004e0e 100644
--- a/widgets/msglist.go
+++ b/widgets/msglist.go
@@ -172,10 +172,6 @@ func (ml *MessageList) Draw(ctx *ui.Context) {
}
func (ml *MessageList) SetStore(store *MessageStore) {
- if ml.store == store {
- return
- }
-
ml.store = store
if store != nil {
ml.spinner.Stop()