diff options
author | Kali Kaneko <kali@leap.se> | 2015-06-25 09:42:25 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-06-25 11:56:53 -0400 |
commit | 9db1529e60cadff872cd3066e837e15413216b71 (patch) | |
tree | b341965786a7d2feb0bc2f363f07e72e18664b72 /pkg/tools/with_venvwrapper.sh | |
parent | c8dfed5b5f4ccb87003119f14e189566219365bb (diff) |
[bug] saving message to drafts folder hangs
the bug consist on a fetch-while-pending-inserts hanging. the pending
insert dict was not being cleaned up because the lookup for the
Message-Id *is* case-sensitive (in the headers dict).
by using a temporary all-keys-lowercase dict the lookup can be performed
right, and the fetch returns successfully.
at this point there's still a pending bug with Drafts, and it is that
the new version is inserted but the MUA (TB) doesn't hide the older
version (although a Delete flag is added).
Resolves: #7189, #7190
Releases: 0.4.0
Diffstat (limited to 'pkg/tools/with_venvwrapper.sh')
0 files changed, 0 insertions, 0 deletions