iequidoo

Results 216 comments of iequidoo

This doesn't look as a Core bug, but rather as an SQLite bug (but unlikely) or some problem with sync requests implementation by your device, e.g. they don't work as...

It's unlikely that Btrfs checksums can protect from reordered writes because they are calculated for blocks independently. You would rather get some fs metadata mismatch, but if just two data...

So this time it's definitely not a bit flipping. I'd suggest you try another fs, say, ext4 in the default `data=ordered` mode and see what happens (i'd expect the same...

I guess, you switched to Btrfs because of ext4 lacking data checksumming? Then Btrfs is better but also not ideal it seems. What you can do is to somehow script...

Btw, #6877 removes this logic and Core will try to move all messages from the Inbox and Spam folders as if it sees messages for the first time. But i...

> `2025-07-01T18:42:20.964Z core/event INFO "" 1 "src/imap.rs:627: Not moving the message fcada117-13f8-43bf-8431-ed95d77f6aee@localhost that we have seen before."` Do you have any logs preceding these lines? Maybe there's smth that may...

I think you can send the full log to relevant members of the "chatmail core" or "Chatmail adventures" Delta Chat group (i'm @iequidoo there as well, maybe somebody else is...

> Since we have merged [#6997](https://github.com/chatmail/core/pull/6997) (core 2.2.0) lowest UID is updated as long as some messages are fetched successfully even if connection times out while fetching new messages. The...

> one easy workaround could be to keep a copy from the last time the app started to go back to. At least when DeltaChat operates in the mode where...

The commit is only in an unmerged PR #7031. But it won't fix the issue completely because the reason of timeouts in the log is still unclear. But at least...