diff options
Diffstat (limited to 'widgets/msglist.go')
-rw-r--r-- | widgets/msglist.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/msglist.go b/widgets/msglist.go index ae50b0d0..3f7e2b39 100644 --- a/widgets/msglist.go +++ b/widgets/msglist.go @@ -148,6 +148,7 @@ func (ml *MessageList) storeUpdate(store *lib.MessageStore) { ml.nmsgs = len(store.Uids) } + ml.Scroll() ml.Invalidate() } |