summaryrefslogtreecommitdiff
path: root/commands/msg/modify-labels.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/modify-labels.go')
-rw-r--r--commands/msg/modify-labels.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/msg/modify-labels.go b/commands/msg/modify-labels.go
index ca3ccf7..a3b4900 100644
--- a/commands/msg/modify-labels.go
+++ b/commands/msg/modify-labels.go
@@ -57,6 +57,7 @@ func (ModifyLabels) Execute(aerc *widgets.Aerc, args []string) error {
switch msg := msg.(type) {
case *types.Done:
aerc.PushStatus("labels updated", 10*time.Second)
+ store.ClearVisualMark()
case *types.Error:
aerc.PushError(msg.Error.Error())
}