diff options
Diffstat (limited to 'commands/msg/mark.go')
-rw-r--r-- | commands/msg/mark.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/mark.go b/commands/msg/mark.go index f86c3413..5717e33d 100644 --- a/commands/msg/mark.go +++ b/commands/msg/mark.go @@ -19,7 +19,7 @@ func init() { } func (Mark) Context() commands.CommandContext { - return commands.MESSAGE + return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER } func (Mark) Aliases() []string { |