diff options
Diffstat (limited to 'commands/msg/pipe.go')
-rw-r--r-- | commands/msg/pipe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/pipe.go b/commands/msg/pipe.go index 7a2489a2..29d63baf 100644 --- a/commands/msg/pipe.go +++ b/commands/msg/pipe.go @@ -218,7 +218,7 @@ func (Pipe) Execute(aerc *widgets.Aerc, args []string) error { } }) } - provider.Store().ClearVisualMark() + provider.Store().Marker().ClearVisualMark() return nil } |