Open Bug 388527 Opened 17 years ago Updated 2 years ago

"Processed mail count of move/copy mails in status bar" is not updated when last mail is processed

Categories

(MailNews Core :: Backend, defect)

x86
All
defect

Tracking

(Not tracked)

People

(Reporter: World, Unassigned)

Details

"Processed mail count of move/copy mails in status bar" is not updated when last mail is processed.
When N mails are requested, processed count display ends at N-x(where N>>x & x>1),  except when x==0 very fortunately.
This is not problem usually, but if user encountered mail move/copy problem, user aware that Thunderbird/Seamonkey said "last moved/copied mail is (N-x)-th mail", then user tends to say "not all mails were copied/moved!" in his/her bug report.

Please update status bar message for processed mail count when last mail is processed.
I think saying "All N mails were processed" is better, because this message is kept for relatively long time when move of many mails.
"x>1" should have been "x>0" or "x>1-1/Infinity" or "x>=1". 
Product: Core → MailNews Core
WADA, is this happening for you for both imap and pop?
Flags: needinfo?(m-wada)
(In reply to Wayne Mery (:wsmwk) from comment #2)
> WADA, is this happening for you for both imap and pop?

IIRC, when I tested, I tested with local mail folder only. I didn't check with IMAP because problem in "move of many many mails" tends to happen if IMAP.
I checked with local mail folder and with Tb 17.0.1, and I couldn't ofserve problem because I couldn't see "count display at Copy phase of bulk move" at status bar.
Flags: needinfo?(m-wada)
Severity: minor → S4
You need to log in before you can comment on or make changes to this bug.