Is your feature request related to a problem?
The matcha.set_compose_field function in the plugin API supports to, cc, bcc, subject, and body, but doesn't allow setting the Reply-To field.
Describe the solution you'd like
Add support for the reply_to field in matcha.set_compose_field.
Describe alternatives you've considered
N/A
Additional context
Check plugin/api.go:luaSetComposeField.
Is your feature request related to a problem?
The
matcha.set_compose_fieldfunction in the plugin API supportsto,cc,bcc,subject, andbody, but doesn't allow setting theReply-Tofield.Describe the solution you'd like
Add support for the
reply_tofield inmatcha.set_compose_field.Describe alternatives you've considered
N/A
Additional context
Check
plugin/api.go:luaSetComposeField.