Add documentation for new QUEUE_EMAIL_BOX_UPDATE_ONLY setting, to address #530

This commit is contained in:
Garret Wassermann
2017-07-16 19:30:59 -04:00
parent 9f9cdeec6c
commit 8a49babfe5
2 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,10 @@ These changes are visible throughout django-helpdesk
- **HELPDESK_EMAIL_FALLBACK_LOCALE** Fallback locale for templated emails when queue locale not found
**Default:** ``HELPDESK_EMAIL_FALLBACK_LOCALE= "en"``
- **QUEUE_EMAIL_BOX_UPDATE_ONLY** Only process mail with a valid tracking ID; all other mail will be ignored instead of creating a new ticket.
**Default:** ``False``
Options shown on public pages