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