aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/reply.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/reply.go')
-rw-r--r--commands/msg/reply.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/msg/reply.go b/commands/msg/reply.go
index 8b21995c..a7768372 100644
--- a/commands/msg/reply.go
+++ b/commands/msg/reply.go
@@ -221,6 +221,9 @@ func (reply) Execute(aerc *widgets.Aerc, args []string) error {
})
return nil
} else {
+ if template == "" {
+ template = aerc.Config().Templates.NewMessage
+ }
return addTab()
}
}