aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/postpone.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/postpone.go')
-rw-r--r--commands/compose/postpone.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/postpone.go b/commands/compose/postpone.go
index eb7bc0a3..cc709ff7 100644
--- a/commands/compose/postpone.go
+++ b/commands/compose/postpone.go
@@ -95,7 +95,7 @@ func (Postpone) Execute(aerc *widgets.Aerc, args []string) error {
nbytes := int(ctr.Count())
worker.PostAction(&types.AppendMessage{
Destination: config.Postpone,
- Flags: []models.Flag{models.SeenFlag},
+ Flags: models.SeenFlag,
Date: time.Now(),
Reader: &buf,
Length: int(nbytes),