aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/reply.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/reply.go')
-rw-r--r--commands/msg/reply.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msg/reply.go b/commands/msg/reply.go
index aeb186f8..76f1e088 100644
--- a/commands/msg/reply.go
+++ b/commands/msg/reply.go
@@ -36,6 +36,10 @@ func init() {
commands.Register(reply{})
}
+func (reply) Description() string {
+ return "Open the composer to reply to the selected message."
+}
+
func (reply) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}