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:
parent
47da2de396
commit
6673c58ca4
4 changed files with 30 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ class MessageAdmin(admin.ModelAdmin):
|
|||
]
|
||||
list_display = (
|
||||
'subject',
|
||||
'timestamp',
|
||||
'processed',
|
||||
'read',
|
||||
'mailbox',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue