aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/archive.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/archive.go')
-rw-r--r--commands/msg/archive.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/msg/archive.go b/commands/msg/archive.go
index c4f06a3b..d4ad8f91 100644
--- a/commands/msg/archive.go
+++ b/commands/msg/archive.go
@@ -58,7 +58,6 @@ func (Archive) Execute(aerc *widgets.Aerc, args []string) error {
uids = append(uids, msg.Uid)
}
store.ClearVisualMark()
- acct.Messages().Invalidate()
findNextNonDeleted(uids, store)
var uidMap map[string][]uint32