From 6a132e94e0de79860187bebd27d6c2323b2b1ef6 Mon Sep 17 00:00:00 2001 From: s-aga-r Date: Thu, 19 Feb 2026 13:10:37 +0530 Subject: [PATCH] fix(Email Account): remove redundant field (#37229) --- frappe/email/doctype/email_account/email_account.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/email/doctype/email_account/email_account.json b/frappe/email/doctype/email_account/email_account.json index 042366b1cf..08d661314d 100644 --- a/frappe/email/doctype/email_account/email_account.json +++ b/frappe/email/doctype/email_account/email_account.json @@ -65,7 +65,6 @@ "always_use_account_email_id_as_sender", "always_use_account_name_as_sender_name", "send_unsubscribe_message", - "add_x_original_from", "track_email_status", "headers_section", "column_break_mcbu",