about summary refs log blame commit diff stats
path: root/js/games/nluqo.github.io/~bh/art/Kathleen2.jpg
blob: fea2377b52fb2a45c63b0b7f289b6946a7851b08 (plain) (tree)
blob is binary.
amp;id=5d0402aeea1dcc69adb46227ab1cd73b5e768880'>5d0402a ^
98da4c9 ^
5d0402a ^





2a09617 ^
5d0402a ^


2a09617 ^
5d0402a ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


               
                                           





                                              
                                     


                                                            
                                         
 
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)
}