Update dependencies
This brings in some bug fixes.
This commit is contained in:
parent
f3535703b0
commit
89f1684ea4
3 changed files with 66 additions and 74 deletions
commands/compose
|
@ -167,7 +167,7 @@ func (Send) Execute(aerc *widgets.Aerc, args []string) error {
|
|||
}
|
||||
}
|
||||
// TODO: the user could conceivably want to use a different From and sender
|
||||
if err = conn.Mail(from.Address); err != nil {
|
||||
if err = conn.Mail(from.Address, nil); err != nil {
|
||||
return 0, errors.Wrap(err, "conn.Mail")
|
||||
}
|
||||
aerc.Logger().Printf("rcpt to: %v", rcpts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue