Opened 8 years ago

Closed 7 years ago

#1334337 closed Bugs (fixed)

Message count includes deleted items

Reported by: jjongsma Owned by: roundcube
Priority: 5 Milestone: 0.1-beta2
Component: IMAP connection Version: None
Severity: critical Keywords:
Cc:

Description

When I logged into Roundcube this morning, it said it
was displaying "1-40 of 45" messages in my inbox. 
However, only 25 messages showed up, and the "next
page" icon just gives me a blank screen.

It seems that I had deleted a bunch of items in
Evolution, but did not expunge the folder, and the
Roundcube count included those deleted items even
though it was not displaying them.  When I manually
expunged the folder, the count returned to normal in
Roundcube.

Change History (3)

comment:1 Changed 8 years ago by roundcube

Logged In: YES 
user_id=1262041

That's right. RC just asks the server for message count and
shows the returned value. Messages marked as deleted are
skipped while building the message list.
I think the message count should be updated after fetching
the message headers.

comment:2 Changed 8 years ago by roundcube

Logged In: YES 
user_id=1262041

Fixed (as far as possible) in CVS

comment:3 Changed 7 years ago by richs

  • Resolution changed from Fixed to fixed
  • Status changed from assigned to closed

It looks like this is fixed, as message counts only show Unseen messages now.

Note: See TracTickets for help on using tickets.