about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--commands/msg/move.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/move.go b/commands/msg/move.go
index 45fa635..b7d52ff 100644
--- a/commands/msg/move.go
+++ b/commands/msg/move.go
@@ -68,7 +68,7 @@ func (_ Move) Execute(aerc *widgets.Aerc, args []string) error {
 
 		switch msg := msg.(type) {
 		case *types.Done:
-			aerc.PushStatus("Messages moved.", 10*time.Second)
+			aerc.PushStatus("Message moved to "+args[optind], 10*time.Second)
 		case *types.Error:
 			aerc.PushStatus(" "+msg.Error.Error(), 10*time.Second).
 				Color(tcell.ColorDefault, tcell.ColorRed)