diff options
Diffstat (limited to 'commands/account/clear.go')
-rw-r--r-- | commands/account/clear.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/account/clear.go b/commands/account/clear.go index 5bab7109..af7da324 100644 --- a/commands/account/clear.go +++ b/commands/account/clear.go @@ -51,8 +51,6 @@ func (Clear) Execute(aerc *widgets.Aerc, args []string) error { if clearSelected { defer store.Select(0) - } else { - store.SetReselect(store.Selected()) } store.ApplyClear() acct.SetStatus(statusline.SearchFilterClear()) |