diff options
Diffstat (limited to 'commands/compose/postpone.go')
-rw-r--r-- | commands/compose/postpone.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/postpone.go b/commands/compose/postpone.go index a869417b..3c23eda3 100644 --- a/commands/compose/postpone.go +++ b/commands/compose/postpone.go @@ -108,7 +108,7 @@ func (p Postpone) Execute(args []string) error { } store.Append( targetFolder, - models.SeenFlag, + models.SeenFlag|models.DraftFlag, time.Now(), buf, buf.Len(), |