commands/helper: remove duplicated method

This commit is contained in:
Reto Brunner 2020-05-09 11:50:30 +02:00 committed by Drew DeVault
parent c5fdefe7af
commit 381c1fc05f
6 changed files with 6 additions and 14 deletions
commands/msg

View file

@ -49,7 +49,7 @@ func (Move) Execute(aerc *widgets.Aerc, args []string) error {
if err != nil {
return err
}
uids, err := h.uids()
uids, err := h.markedOrSelectedUids()
if err != nil {
return err
}