aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/bounce.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/bounce.go')
-rw-r--r--commands/msg/bounce.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/bounce.go b/commands/msg/bounce.go
index d999007d..a268a15f 100644
--- a/commands/msg/bounce.go
+++ b/commands/msg/bounce.go
@@ -40,7 +40,7 @@ func (*Bounce) CompleteTo(arg string) []string {
}
func (Bounce) Context() commands.CommandContext {
- return commands.MESSAGE
+ return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}
func (b Bounce) Execute(args []string) error {