This commit is contained in:
Drew DeVault 2020-05-19 12:11:43 -04:00
parent 61e9940849
commit 3ba836003a
1 changed files with 1 additions and 1 deletions

View File

@ -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{