diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-19 18:25:38 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-19 18:25:38 -0400 |
commit | ef57300fafb45f54d10f8ec75d19301dec351ba0 (patch) | |
tree | fdaed5e73f1edce0b61366a54fe968120e1e361f /commands/account | |
parent | 455c6f0b774bb5e37906dd3fb8c786892f0b1519 (diff) | |
download | aerc-ef57300fafb45f54d10f8ec75d19301dec351ba0.tar.gz |
Missed a spot
Diffstat (limited to 'commands/account')
-rw-r--r-- | commands/account/select.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/account/select.go b/commands/account/select.go index bd44c1b..707f6c9 100644 --- a/commands/account/select.go +++ b/commands/account/select.go @@ -8,6 +8,7 @@ import ( ) func init() { + register("select", SelectMessage) register("select-message", SelectMessage) } |