aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/mark.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/mark.go')
-rw-r--r--commands/msg/mark.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msg/mark.go b/commands/msg/mark.go
index 42110038..6c36dcd7 100644
--- a/commands/msg/mark.go
+++ b/commands/msg/mark.go
@@ -19,6 +19,10 @@ func init() {
commands.Register(Mark{})
}
+func (Mark) Description() string {
+ return "Mark, unmark or remark messages."
+}
+
func (Mark) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}