aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/commands.go2
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
}