1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-09-20 19:05:09 +02:00

Missed a spot

This commit is contained in:
Drew DeVault 2019-05-19 18:25:38 -04:00
parent 455c6f0b77
commit ef57300faf

View File

@ -8,6 +8,7 @@ import (
)
func init() {
register("select", SelectMessage)
register("select-message", SelectMessage)
}