1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Collect a timestamp from emails + migration

This commit is contained in:
Mike Varga 2022-10-17 13:09:24 -04:00
parent 47da2de396
commit 6673c58ca4
4 changed files with 30 additions and 0 deletions

View file

@ -79,6 +79,7 @@ class MessageAdmin(admin.ModelAdmin):
]
list_display = (
'subject',
'timestamp',
'processed',
'read',
'mailbox',