l

Results 374 issues of l

Chatmail core already uses it. Delta Chat Desktop adopted git-cliff config: https://github.com/deltachat/deltachat-desktop/pull/5639 Once we mark a release, we can switch to using it instead of manually modifying changelog, resolving merge...

Some notes on enabling IMAP hibernation. Hibernation is supposed to reduce memory usage: https://doc.dovecot.org/2.3/configuration_manual/hibernation/ It can be enabled as described in the page, by appending to the end of the...

https://github.com/chatmail/relay/blob/fa5a6a64b3b4c981c50542182b093d8613659e1b/cmdeploy/src/cmdeploy/cmdeploy.py#L209-L211 These bindings don't work on macOS: https://support.delta.chat/t/cant-launch-scripts-cmdeploy-test-on-mac/4356 Are they even needed? We have dependencies in pyproject.toml, there should be no need to call `pip install` manually.

Took me a while to delete google.com and gogle.com requests that were restored over and over to merge https://github.com/chatmail/relay/pull/719 I also don't understand why rsync errors are ignored with `||...

We can remove cron or at least stop installing it once these PRs are merged: - https://github.com/chatmail/relay/pull/719 - https://github.com/chatmail/relay/pull/703

Similar data is already generated by fsreport available for the relay operator and metrics for prometheus are generated by mtail. Closes

Usernames should only be created with nine characters. Existing users should still work, but if they are deleted they cannot be recreated. This is a replacement for https://github.com/chatmail/relay/issues/697, you can...

We run a custom TURN server by default, but for different usecases like having a TURN server behind reverse proxy with a different IP we need an option to configure...

See forum topic: https://support.delta.chat/t/public-chatmail-servers-prohibits-sending-out-un-encrypted-messages-but-they-also-prohibit-receiving-unencrypted-messages-and-nothing-mentions-that/4236 We cannot just say that receiving unencrypted messages is not allowed, because it is only true for new users.

### Checklist - [x] I'm reporting a problem with Chatterino - [x] I've verified that I'm running **the most** recent nightly build or stable release - [x] I've looked for...

enhancement