diff options
-rw-r--r-- | commands/msg/reply.go | 3 |
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() } } |