Add missing fallthrough
This commit is contained in:
parent
84f49e96ce
commit
d931bbeff1
|
@ -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 "":
|
||||
|
|
Loading…
Reference in New Issue