deltachat-core-rust
deltachat-core-rust copied to clipboard
`Config::NotifyAboutWrongPw` logic is buggy
NotifyAboutWrongPw introduced in https://github.com/deltachat/deltachat-core-rust/pull/1613 gets reset to None
on failed configuration. This means that if user runs failed configure()
on configured account, they will not be notified about wrong password later if they change their account password from the web UI.
See also discussion here: https://github.com/deltachat/deltachat-core-rust/pull/5866#discussion_r1722052447