diff options
Diffstat (limited to 'commands/msg/msg.go')
-rw-r--r-- | commands/msg/msg.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/commands/msg/msg.go b/commands/msg/msg.go deleted file mode 100644 index 65a40562..00000000 --- a/commands/msg/msg.go +++ /dev/null @@ -1,14 +0,0 @@ -package msg - -import ( - "git.sr.ht/~rjarry/aerc/commands" -) - -var MessageCommands *commands.Commands - -func register(cmd commands.Command) { - if MessageCommands == nil { - MessageCommands = commands.NewCommands() - } - MessageCommands.Register(cmd) -} |