aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/toggle-threads.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/toggle-threads.go')
-rw-r--r--commands/msg/toggle-threads.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/toggle-threads.go b/commands/msg/toggle-threads.go
index 21accc2c..66fa594d 100644
--- a/commands/msg/toggle-threads.go
+++ b/commands/msg/toggle-threads.go
@@ -13,7 +13,7 @@ func init() {
}
func (ToggleThreads) Context() commands.CommandContext {
- return commands.MESSAGE
+ return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}
func (ToggleThreads) Aliases() []string {