missytake
missytake
I think it's a mailadm problem - the error message is typical for mailadm. We recently introduced better error messages for that, this looks like the old error messages... I...
Ah, nginx was giving us a 502 for the mailadm request - I had a configuration error in my mailadm setup. Now it works.
> ```python > assert msg_in_2.get_sender_contact().id is contact_of_1.id > ``` > > this line fails in the new test yes - this is unexpected, right? the core should treat the old...
This makes an awful lot of sense.
any idea what's wrong with clippy? https://github.com/deltachat/deltachat-core-rust/pull/3530/checks?check_run_id=7827685498
> question is how useful this will be because the nodebindings are in their own repo and not part of the core repo. Well, most core changes don't require changes...
Does this need to be in 1.30?
Sooo I found a bug in this branch ;) **expected behavior:** when I add a new account, I get redirected to it and can use it. **actual behavior:** when I...
oh *actually* I think the accounts were *merged*. I see mails to both my new account and my old account in the old one account now xD this is weeeeird
So my old account now authenticates with the credentials of the new account, and new chats are created through this connection. But it kept the profile pic and settings etc.