diff options
Diffstat (limited to 'commands/msg/archive.go')
-rw-r--r-- | commands/msg/archive.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/archive.go b/commands/msg/archive.go index 25f68c8a..0714a805 100644 --- a/commands/msg/archive.go +++ b/commands/msg/archive.go @@ -40,7 +40,7 @@ func init() { } func (Archive) Context() commands.CommandContext { - return commands.MESSAGE + return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER } func (Archive) Aliases() []string { |