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