diff options
Diffstat (limited to 'Mailman/interfaces/preferences.py')
| -rw-r--r-- | Mailman/interfaces/preferences.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mailman/interfaces/preferences.py b/Mailman/interfaces/preferences.py index 17cfebae6..0809874e2 100644 --- a/Mailman/interfaces/preferences.py +++ b/Mailman/interfaces/preferences.py @@ -59,3 +59,11 @@ class IPreferences(Interface): This is an enum constant of the type DeliveryMode. It may also be None which means that no preference is specified.""") + + delivery_status = Attribute( + """The delivery status. + + This is an enum constant of type DeliveryStatus. It may also be None + which means that no preference is specified. + + XXX I'm not sure this is the right place to put this.""") |
