GitHub user Humbedooh opened an issue:
https://github.com/apache/incubator-ponymail/issues/392
preferences may save 'null' as a favorite due to unclean GC
When removing a favorite list from an account via preferences.lua, the
entry is nil'ed out, leaving possibilities for 'null' to be present in the JSON
document. This needs to be changed to a table.remove call instead. Also, to fix
previously created null entries, the user account lib (lib/user.lua) should
check and discards nulls
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---