mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-05 09:16:45 +02:00
Remove HELPDESK_FULL_FIRST_MESSAGE_FROM_EMAIL as it is only accessed as
a Django setting
This commit is contained in:
parent
edde51b349
commit
797f285f48
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user