Skip to content
  • Jim Nelson's avatar
    Conversation list loads too much mail when scrolling down: Closes #7279 · 547114f1
    Jim Nelson authored
    Two problems: (a) determination for vector expansion was not accounting
    for INCLUDING_ID flag properly, and (b) messages added to the interior of
    the vector during normalization (can happen when the database has a
    gap in the middle of the vector) were being treated as appended (i.e. new)
    messages, causing the ConversationMonitor to load all of them.
    547114f1