summary refs log tree commit diff stats
path: root/widgets/msglist.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/msglist.go')
-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()