diff options
Diffstat (limited to 'widgets/account.go')
-rw-r--r-- | widgets/account.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/account.go b/widgets/account.go index 6e03160a..c76b6fc8 100644 --- a/widgets/account.go +++ b/widgets/account.go @@ -234,7 +234,7 @@ func (acct *AccountView) SelectedMessagePart() *PartInfo { } func (acct *AccountView) isSelected() bool { - return acct.aerc.NumTabs() > 0 && acct == acct.aerc.SelectedAccount() + return acct == acct.aerc.SelectedAccount() } func (acct *AccountView) onMessage(msg types.WorkerMessage) { |