From 797f285f4890c4398052526fcc8a9cb166afff1b Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Sat, 29 Mar 2025 11:19:29 +0000 Subject: [PATCH] Remove HELPDESK_FULL_FIRST_MESSAGE_FROM_EMAIL as it is only accessed as a Django setting --- helpdesk/settings.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/helpdesk/settings.py b/helpdesk/settings.py index 5acec0ff..8f4e904d 100644 --- a/helpdesk/settings.py +++ b/helpdesk/settings.py @@ -400,13 +400,6 @@ HELPDESK_KB_ENABLED = ( else getattr(settings, "HELPDESK_KB_ENABLED", True) ) -# Include all signatures and forwards in the first ticket message if set -# Useful if you get forwards dropped from them while they are useful part -# of request -HELPDESK_FULL_FIRST_MESSAGE_FROM_EMAIL = getattr( - settings, "HELPDESK_FULL_FIRST_MESSAGE_FROM_EMAIL", False -) - # If set then we always save incoming emails as .eml attachments # which is quite noisy but very helpful for complicated markup, forwards and so on # (which gets stripped/corrupted otherwise)