diff options
Diffstat (limited to 'commands/commands.go')
-rw-r--r-- | commands/commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go index ab9c3e63..71976d05 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -46,7 +46,7 @@ func CurrentContext() CommandContext { case *app.Composer: context |= COMPOSE case *app.MessageViewer: - context |= COMPOSE | MESSAGE | MESSAGE_VIEWER + context |= MESSAGE | MESSAGE_VIEWER case *app.Terminal: context |= TERMINAL } |