l

Results 700 comments of l

PR adding compression: https://github.com/KillingSpark/zstd-rs/pull/79 So it is not just a placeholder anymore, but probably still cannot get compression levels that original library has? In any case if it does some...

> Support for CONDSTORE improves the performance of chat message (email) read status synchronization. This is not particularly important with few messages, but grows more impactful as the number of...

Delta Chat returns from `sync_seen_flags` immediately if condstore is not supported: https://github.com/deltachat/deltachat-core-rust/blob/839b0e94af8cacdcd5a5ce99eb5757fba8fa2c32/src/imap.rs#L1160-L1166

At least in "The Decker Tour" case the script that runs at runtime only sets the text of the volatile widget. It seems possible to remove `mark_dirty()` from `interpret_` (like...

> Deletion of the message by the user? Yes, the purpose is to notify user if someone has access to the device for 5 minutes, enough to copy do second...

Let's move this to project resurrection for now. It is possible to rebase and fix conflicts later as most conflicts are about imports, but this can be done when someone...

This ecryptfs bugreport suggests ecryptfs implements advisory posix locks without forwarding to the underlying filesystem: https://bugs.launchpad.net/ecryptfs/+bug/2012301

Looking at eCryptfs source code at https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/ecryptfs, does not look like it cares about file locks at all. POSIX locks are probably handled independent of the FS and there is...

I even tried installing from flatpak and exporting into mounted Private/ folder with eCryptfs, it works.

Original problem was also reported for Linux Mint btw, so maybe there is something special about Linux Mint in contrast to e.g. Ubuntu.