1
0
Fork 1
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:
Mike Varga 2022-10-17 15:08:15 -04:00
parent 323f74728f
commit d960b95d1c

View file

@ -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):