From 3e715985c6921ce4e24288f22aa6d7628bb1cd8b Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 9 Jan 2023 16:53:23 +0530 Subject: [PATCH] fix: ignore unhandled emails while deleting email account (#19534) [skip ci] --- frappe/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/hooks.py b/frappe/hooks.py index 9ad95e796b..28b2c0dea1 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -392,4 +392,5 @@ ignore_links_on_delete = [ "Email Queue", "Document Share Key", "Integration Request", + "Unhandled Email", ]