Add missing fallthrough
1 files changed, 2 insertions(+), 0 deletions(-) M commands/compose/send.go
M commands/compose/send.go => commands/compose/send.go +2 -0
@@ 196,8 196,10 @@ func (_ Send) Execute(aerc *widgets.Aerc, args []string) error { } sendAsync := func() (int, error) { + fmt.Println(scheme) switch scheme { case "smtp": + fallthrough case "smtps": return smtpAsync() case "":