Update dependencies

This brings in some bug fixes.
This commit is contained in:
Simon Ser 2020-03-03 16:55:06 +00:00 committed by Drew DeVault
parent f3535703b0
commit 89f1684ea4
3 changed files with 66 additions and 74 deletions
commands/compose

View file

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