l

Results 501 comments of l

Another option would be to just stamp a green checkmark on Saved messages in the UI :)

`test_webxdc_internet_access` is still broken, it tests that in 1:1 chat when you disable E2E it actually get disabled, webxdc is sent unencrypted and gets no internet access. Unintended consequence of...

Ok, I think we need a test that creates a file, rewinds as many timestamps as possible to some known to be old date, creates a new blob and runs...

> **alternative suggestion:** assuming that ctime maps to windows [lpCreationTime](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getfiletime) - why not check that together with mtime? so only remove the atime with this pr? You probably mean `crtime`?...

> compared to the bugs potential or the PR in its current form, the too large backup is a bit annoying, but probably the better tradeoff Well, it simply does...

Backup transfer in tests fail because of https://github.com/deltachat/deltachat-core-rust/issues/5431

@Simon-Laux Could you rebase this on top of main? Backup transfer should be fixed now that #5439 is merged.

There is an issue that all `BTreeMap` and `HashMap` are converted to `dict[Any, ...]` because of https://github.com/GREsau/schemars/issues/235

Now there are dataclasses for every type which are automatically converted to JSON. Next step is to generate functions that convert the result they get into dataclasses. There is a...

This does not currently check if the chat is verified, right? I wonder if it is fine to do for non-verified chat since it does not work with Thunderbird, need...