incubator-ponymail icon indicating copy to clipboard operation
incubator-ponymail copied to clipboard

Bug: mailinglists mapping - private property handling is inconsistent

Open sebbASF opened this issue 7 years ago • 0 comments

setup.py creates the mailinglists mapping with the properties: description, list, name

However archiver.py creates entries using the properties: description, list, name, private

Also edit-list.py stores entries using the properties: description, list, name

If the private property is useful, then setup and edit-list.py should take account of it.

It's not clear if the private property is useful when applied to a list, as each message has a private property. It might be best to just drop the property in archiver.py.

sebbASF avatar Jul 17 '18 14:07 sebbASF