aboutsummaryrefslogtreecommitdiff
path: root/aerc.go
diff options
context:
space:
mode:
Diffstat (limited to 'aerc.go')
-rw-r--r--aerc.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/aerc.go b/aerc.go
index 5b6f9d7..978d448 100644
--- a/aerc.go
+++ b/aerc.go
@@ -25,6 +25,11 @@ func getCommands(selected libui.Drawable) []*commands.Commands {
account.AccountCommands,
commands.GlobalCommands,
}
+ case *widgets.Composer:
+ return []*commands.Commands{
+ // TODO: compose-specific commands
+ commands.GlobalCommands,
+ }
case *widgets.MessageViewer:
return []*commands.Commands{
msgview.MessageViewCommands,