mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Merge pull request #2 from invisiblebits/STC-668__create-ticket-from-soc-email
FIX - Fix default charset
This commit is contained in:
commit
fe1367c994
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ def get_settings():
|
||||||
'default_charset': getattr(
|
'default_charset': getattr(
|
||||||
settings,
|
settings,
|
||||||
'DJANGO_MAILBOX_DEFAULT_CHARSET',
|
'DJANGO_MAILBOX_DEFAULT_CHARSET',
|
||||||
'iso8859-1',
|
'utf8',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue