diff options
Diffstat (limited to 'commands/msg/read.go')
-rw-r--r-- | commands/msg/read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/read.go b/commands/msg/read.go index 5b4bd073..cf85fd66 100644 --- a/commands/msg/read.go +++ b/commands/msg/read.go @@ -23,7 +23,7 @@ func init() { } func (FlagMsg) Context() commands.CommandContext { - return commands.MESSAGE + return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER } func (FlagMsg) Aliases() []string { |