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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/postpone.go b/commands/compose/postpone.go
index d5b3ed2f..3dd55554 100644
--- a/commands/compose/postpone.go
+++ b/commands/compose/postpone.go
@@ -21,6 +21,10 @@ func init() {
commands.Register(Postpone{})
}
+func (Postpone) Description() string {
+ return "Save the current state of the message to the postpone folder."
+}
+
func (Postpone) Context() commands.CommandContext {
return commands.COMPOSE
}