simplify handle_set method for dictproxy subclasses

This commit is contained in:
holger krekel
2024-07-31 20:04:34 +02:00
parent 1f1d1fdf59
commit 888f7e669a
4 changed files with 21 additions and 20 deletions

View File

@@ -2,6 +2,11 @@
## untagged
- fix metadata dictproxy which would confuse transactions
resulting in missed notifications and other issues.
([#393](https://github.com/deltachat/chatmail/pull/388))
([#394](https://github.com/deltachat/chatmail/pull/389))
- add optional "imap_rawlog" config option. If true,
.in/.out files are created in user home dirs
containing the imap protocol messages.