mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Only import last 14 days
This commit is contained in:
parent
323f74728f
commit
d960b95d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ from django_mailbox.transports import Pop3Transport, ImapTransport, \
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
INITIAL_IMPORT_LOOKBACK_DAYS = 365
|
||||
INITIAL_IMPORT_LOOKBACK_DAYS = 14
|
||||
|
||||
|
||||
class MailboxQuerySet(models.QuerySet):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue