Remove HELPDESK_FULL_FIRST_MESSAGE_FROM_EMAIL as it is only accessed as

a Django setting
This commit is contained in:
Christopher Broderick 2025-03-29 11:19:29 +00:00
parent edde51b349
commit 797f285f48

View File

@ -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)