Keep subject when applying reply template to preserve email threading

Templates now only fill the message body, not the subject, so the
Re: [original subject] line stays intact for proper Gmail threading.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-06-30 11:58:42 -04:00
parent 77a4f9300f
commit 16947e305c
-1
View File
@@ -2751,7 +2751,6 @@ export default function AdminPage({ content, onSave, onLogout }: Props) {
setContactReplyDraft({ setContactReplyDraft({
...contactReplyDraft, ...contactReplyDraft,
subject: template.subject,
message: template.message, message: template.message,
}) })
setContactReplyMsg(`Applied template: ${template.label}.`) setContactReplyMsg(`Applied template: ${template.label}.`)