aboutsummaryrefslogtreecommitdiff
path: root/commands/account/move.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/move.go')
-rw-r--r--commands/account/move.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/account/move.go b/commands/account/move.go
index d4978ac..d58a279 100644
--- a/commands/account/move.go
+++ b/commands/account/move.go
@@ -25,6 +25,7 @@ func Move(aerc *widgets.Aerc, args []string) error {
}
msg := acct.Messages().Selected()
store := acct.Messages().Store()
+ acct.Messages().Next()
store.Move([]uint32{msg.Uid}, args[1], func(msg types.WorkerMessage) {
switch msg := msg.(type) {
case *types.Done: