aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/toggle-thread-context.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/toggle-thread-context.go')
-rw-r--r--commands/msg/toggle-thread-context.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msg/toggle-thread-context.go b/commands/msg/toggle-thread-context.go
index 83dc87bd..fed87bad 100644
--- a/commands/msg/toggle-thread-context.go
+++ b/commands/msg/toggle-thread-context.go
@@ -11,6 +11,10 @@ func init() {
commands.Register(ToggleThreadContext{})
}
+func (ToggleThreadContext) Description() string {
+ return "Show/hide message thread context."
+}
+
func (ToggleThreadContext) Context() commands.CommandContext {
return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}