forked from mirror/django-mailbox
Code cleanup; ensure no tb in the event of a very-long filename.
This commit is contained in:
parent
999dfb0ac3
commit
895fcff4b7
4 changed files with 22 additions and 6 deletions
13
readme.rst
13
readme.rst
|
|
@ -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. |
|
||||
+---------------------------------------+--------------+-------------------------------------------------------------------------+
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue