aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/read.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/read.go')
-rw-r--r--commands/msg/read.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msg/read.go b/commands/msg/read.go
index 686c1a9e..e548c12b 100644
--- a/commands/msg/read.go
+++ b/commands/msg/read.go
@@ -23,6 +23,10 @@ func init() {
commands.Register(FlagMsg{})
}
+func (FlagMsg) Description() string {
+ return "Set or unset a flag on the marked or selected messages."
+}
+
func (FlagMsg) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}