On Sunday, May 18, 2014 7:53:26 PM UTC-4, Seth Holmes wrote: > > I would recommend submitting a bug report. What you describe isn't how it > should be working. There should be no need to re-download every message, > just check the headers. >
Thank you. I'll submit a bug report. But before I do, I decided to download the source code and see if i can figure out what's going on. After some debugging, I think the slowness might be due to the fact that every time an email header is checked, the message-list object gets a redraw request, even if the header being checked is no different from an existing one. This appears to be causing a huge amount of garbage collection and other unnecessary processing which does nothing except slow everything down considerably ... especially for folders which contain a large number of messages (hundreds). I'm going to diagnose this further, and once I'm able to zero in on the problem with a bit more certainty, I'll post the bug report. . -- -- You received this message because you are subscribed to the K-9 Mail Users List. To post to this group, send email to [email protected] To unsubscribe, email [email protected] To report an issue with K-9 Mail, visit http://code.google.com/p/k9mail/issues/list For more options, visit this group at http://groups.google.com/group/k-9-mail --- You received this message because you are subscribed to the Google Groups "K-9 Mail" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
