blob is binary.
amp;id=5d0402aeea1dcc69adb46227ab1cd73b5e768880'>5d0402a ^
index : tour | |
touring some programming systems | elioat <elioat@tilde.institute> |
about summary refs log blame commit diff stats |
package msgview
import (
"git.sr.ht/~sircmpwn/aerc/commands"
)
var (
MessageViewCommands *commands.Commands
)
func register(cmd commands.Command) {
if MessageViewCommands == nil {
MessageViewCommands = commands.NewCommands()
}
MessageViewCommands.Register(cmd)
}