commands/helper: remove duplicated method
This commit is contained in:
parent
c5fdefe7af
commit
381c1fc05f
6 changed files with 6 additions and 14 deletions
commands/msg
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue