aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/fold.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/fold.go')
-rw-r--r--commands/msg/fold.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msg/fold.go b/commands/msg/fold.go
index 7942e965..d3ec2438 100644
--- a/commands/msg/fold.go
+++ b/commands/msg/fold.go
@@ -16,6 +16,10 @@ func init() {
commands.Register(Fold{})
}
+func (Fold) Description() string {
+ return "Collapse or expand the thread children of the selected message."
+}
+
func (Fold) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}