1
0
Fork 0

Code cleanup; ensure no tb in the event of a very-long filename.

This commit is contained in:
Adam Coddington 2013-01-20 16:51:10 -08:00
parent 999dfb0ac3
commit 895fcff4b7
4 changed files with 22 additions and 6 deletions

View file

@ -189,7 +189,12 @@ To subscribe to the incoming mail signal, following this lead::
Settings
========
You can disable mailbox information from being listed in the Django admin
by adding a setting named ``DJANGO_MAILBOX_ADMIN_ENABLED``
indicating your preference toward whether or not the models appear in the admin
(defaulting to ``True``).
+---------------------------------------+--------------+-------------------------------------------------------------------------+
| Setting | Default | Notes |
+=======================================+==============+=========================================================================+
| ``DJANGO_MAILBOX_ADMIN_ENABLED`` | ``True`` | Controls whether mailboxes appear in the Django Admin. |
+---------------------------------------+--------------+-------------------------------------------------------------------------+
| ``DJANGO_MAILBOX_SKIPPED_EXTENSIONS`` | ``['.p7s']`` | A list of extensions to skip when processing email message attachments. |
+---------------------------------------+--------------+-------------------------------------------------------------------------+