1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Show 'read' date in admin for messages.

This commit is contained in:
Adam Coddington 2012-12-07 11:08:17 -08:00
parent fc53a8203b
commit 4a785a18ce
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='django-mailbox',
version='1.4',
version='1.4.1',
url='http://bitbucket.org/latestrevision/django-mailbox/',
description='Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.',
author='Adam Coddington',