From 715c9a47972b34bfea17ea23a59f0ddd857add75 Mon Sep 17 00:00:00 2001 From: Jeffas Date: Mon, 15 Jul 2019 22:17:00 +0100 Subject: Update status message to include destination --- commands/msg/move.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/msg') 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) -- cgit v1.2.3