From 316fa9af0949638a0354b67471052aa9bfe9fca0 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 12 Aug 2010 17:51:56 -0400 Subject: Expose description in the interface and REST API. --- src/mailman/interfaces/mailinglist.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mailman/interfaces/mailinglist.py') diff --git a/src/mailman/interfaces/mailinglist.py b/src/mailman/interfaces/mailinglist.py index 26373eb11..53f462d5d 100644 --- a/src/mailman/interfaces/mailinglist.py +++ b/src/mailman/interfaces/mailinglist.py @@ -99,6 +99,13 @@ class IMailingList(Interface): Subject prefix. """) + description = Attribute("""\ + A terse phrase identifying this mailing list. + + This description is used when the mailing list is listed with other + mailing lists, or in headers, and so forth. It should be as succinct + as you can get it, while still identifying what the list is.""") + list_id = Attribute( """The RFC 2919 List-ID header value.""") -- cgit v1.2.3-70-g09d2