aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose')
-rw-r--r--commands/compose/send.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go
index 1b65ab01..4eceefe9 100644
--- a/commands/compose/send.go
+++ b/commands/compose/send.go
@@ -107,6 +107,14 @@ func (Send) Execute(aerc *widgets.Aerc, args []string) error {
domain: domain,
}
+ log.Debugf("send config uri: %s", ctx.uri)
+ log.Debugf("send config scheme: %s", ctx.scheme)
+ log.Debugf("send config auth: %s", ctx.auth)
+ log.Debugf("send config starttls: %s", ctx.starttls)
+ log.Debugf("send config from: %s", ctx.from)
+ log.Debugf("send config rcpts: %s", ctx.rcpts)
+ log.Debugf("send config domain: %s", ctx.domain)
+
warn, err := composer.ShouldWarnAttachment()
if err != nil || warn {
msg := "You may have forgotten an attachment."