Skip to content

Commit

Permalink
Update settings documentation for DJANGO_MAILBOX_DEFAULT_CHARSET #280
Browse files Browse the repository at this point in the history
Update settings documentation for DJANGO_MAILBOX_DEFAULT_CHARSET
  • Loading branch information
pfouque authored Dec 17, 2023
2 parents 3c6f383 + 7231c67 commit 3b505ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/topics/appendix/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ Settings
* Default: ``False``
* Type: ``boolean``
* Controls whether or not we store original messages in ``eml`` field

* ``DJANGO_MAILBOX_DEFAULT_CHARSET``

* Default: ``iso8859-1``
* Type: ``string``
* Controls which charset is used if the charset is not specified in the header.

0 comments on commit 3b505ac

Please sign in to comment.