summaryrefslogtreecommitdiff
path: root/mail/setup.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-06-25 09:42:25 -0400
committerKali Kaneko <kali@leap.se>2015-06-25 11:56:53 -0400
commit0bc30f37c0f47a7b99e6e70a589fbc9b714cb297 (patch)
tree3f5d5a1650c946177cac0f44720483198601e618 /mail/setup.py
parent4f31a8f8b5d851793e299bd84a6fff92cf9cd021 (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 'mail/setup.py')
0 files changed, 0 insertions, 0 deletions