about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--commands/compose/send.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go
index 0574075..29da94d 100644
--- a/commands/compose/send.go
+++ b/commands/compose/send.go
@@ -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 "":