]> granicus.if.org Git - mutt/commit
Fix imap_sync_mailbox() hcache leak.
authorKevin McCarthy <kevin@8t8.us>
Thu, 13 Dec 2018 00:10:23 +0000 (16:10 -0800)
committerKevin McCarthy <kevin@8t8.us>
Thu, 13 Dec 2018 00:10:23 +0000 (16:10 -0800)
commit101e05d6d31c97dd81d13cc44f5257dace9cb879
tree42c612f0f8aa50c4205dd17a9313653d4b0bb1cb
parent29da7c2a3038193b08803e608801b152462e85d0
Fix imap_sync_mailbox() hcache leak.

Uploading changed messages to the server ends up overwriting the
hcache.  Add a straightforward fix and a longish explanation comment
for the stable branch fix.

Add a TODO noting a better fix should be done in the master branch in
the future.
imap/imap.c