Daniel Gruno
Daniel Gruno
We need someone to get started on writing documentation on how to use Kibble; - How do you set up the base - How do you set up an organisation...
It would be awesome if we could have some documented use cases for Kibble. Who needs it, what can they gain from using Kibble, all that stuff. This would be...
URIs with in them can cause trouble with some URL parsers, thus the links to thread.html should make use of URI encoding when creating permalinks, to avoid this.
notifications.lua looks for notifications, and if AAA is enabled, tries to parse list-id which requires a `list_raw` element present. As that isn't set in archiver.py, it causes a nil error....
The composer script should use unicode for replies/topics, at the very least in the body of the email.
It would be awesome if we had some self-serve tools in the UI for simple operations like removing a post, marking something public/private, renaming a list etc, without having to...
This addresses #427 by only allowing sort-by-subject to happen if we can establish that an email is a reply.
This patch removes the nesting style if we hit 12 levels or above, thus preserving the width of the emails.
It would seem that when some (older) MTAs send out email, they do not conform to RFC-2821 about newlines. From the RFC, it is stated that: ~~~ In addition, the...
suppress_if_match is/was used to suppress emails if a later mailer section also matches the current svn event, thus allowing the first section(s) to act as a fallback if no other,...