diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-19 12:11:43 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-05-19 12:11:43 -0400 |
commit | 3ba836003a3457d96b19979b4c442f64745157e9 (patch) | |
tree | 6ff931b51b1abb91a184a0129cbefe38ef980495 /commands | |
parent | 61e994084975e86c53dec89cca49f99693e77424 (diff) | |
download | aerc-3ba836003a3457d96b19979b4c442f64745157e9.tar.gz |
gofmt
Diffstat (limited to 'commands')
-rw-r--r-- | commands/compose/send.go | 2 |
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{ |