mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
new setting to delete email from server; don't store duplicate emails;
This commit is contained in:
parent
201f568750
commit
5bdd3703f1
3 changed files with 21 additions and 4 deletions
|
|
@ -68,6 +68,11 @@ def get_settings():
|
|||
settings,
|
||||
'DJANGO_MAILBOX_default_charset',
|
||||
'iso8859-1',
|
||||
),
|
||||
'delete_original_message': getattr(
|
||||
settings,
|
||||
'DJANGO_MAILBOX_DELETE_ORIGINAL_MESSAGE',
|
||||
True
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue