aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/msg.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/msg.go')
-rw-r--r--commands/msg/msg.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/msg/msg.go b/commands/msg/msg.go
index 7b6fb129..65a40562 100644
--- a/commands/msg/msg.go
+++ b/commands/msg/msg.go
@@ -4,9 +4,7 @@ import (
"git.sr.ht/~rjarry/aerc/commands"
)
-var (
- MessageCommands *commands.Commands
-)
+var MessageCommands *commands.Commands
func register(cmd commands.Command) {
if MessageCommands == nil {