Fix scdoc & gofmt issues
This commit is contained in:
parent
b8208509f4
commit
ca2cd00fe7
8 changed files with 29 additions and 35 deletions
commands/compose
|
@ -174,10 +174,10 @@ func SendMessage(aerc *widgets.Aerc, args []string) error {
|
|||
r, w := io.Pipe()
|
||||
worker.PostAction(&types.AppendMessage{
|
||||
Destination: config.CopyTo,
|
||||
Flags: []string{},
|
||||
Date: time.Now(),
|
||||
Reader: r,
|
||||
Length: nbytes,
|
||||
Flags: []string{},
|
||||
Date: time.Now(),
|
||||
Reader: r,
|
||||
Length: nbytes,
|
||||
}, func(msg types.WorkerMessage) {
|
||||
switch msg := msg.(type) {
|
||||
case *types.Done:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue