summary refs log tree commit diff stats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/compose/send.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go
index 0c93ae9..36b9fd8 100644
--- a/commands/compose/send.go
+++ b/commands/compose/send.go
@@ -230,7 +230,7 @@ func (Send) Execute(aerc *widgets.Aerc, args []string) error {
 			return
 		}
 		if config.CopyTo != "" {
-			aerc.PushStatus("Copying to " + config.CopyTo, 10*time.Second)
+			aerc.PushStatus("Copying to "+config.CopyTo, 10*time.Second)
 			worker := composer.Worker()
 			r, w := io.Pipe()
 			worker.PostAction(&types.AppendMessage{