aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/modify-labels.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/modify-labels.go')
-rw-r--r--commands/msg/modify-labels.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msg/modify-labels.go b/commands/msg/modify-labels.go
index 90536b91..e317440c 100644
--- a/commands/msg/modify-labels.go
+++ b/commands/msg/modify-labels.go
@@ -16,6 +16,10 @@ func init() {
commands.Register(ModifyLabels{})
}
+func (ModifyLabels) Description() string {
+ return "Modify message labels."
+}
+
func (ModifyLabels) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}