summaryrefslogtreecommitdiff
path: root/commands/msg/read.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/read.go')
-rw-r--r--commands/msg/read.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/msg/read.go b/commands/msg/read.go
index 4f8880a..c6bcd0d 100644
--- a/commands/msg/read.go
+++ b/commands/msg/read.go
@@ -175,6 +175,7 @@ func (FlagMsg) Execute(aerc *widgets.Aerc, args []string) error {
wg.Wait()
if success {
aerc.PushStatus(actionName+" flag '"+flagName+"' successful", 10*time.Second)
+ store.ClearVisualMark()
}
}()