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)
h=v1.8.0&id=4e01caf19cfbc798862e6b8b2dbd77328c8f99a2'>^
34a60763 ^
f07bb12f ^
34a60763 ^

f07bb12f ^





4e9450f9 ^
f07bb12f ^

34a60763 ^

f07bb12f ^
34a60763 ^
f07bb12f ^

34a60763 ^
f07bb12f ^
34a60763 ^

f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45