Closed
Bug 145341
Opened 23 years ago
Closed 23 years ago
no mail counter with automatic download
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: ToddAndMargo, Assigned: naving)
References
Details
(Keywords: regression, Whiteboard: [adt2 rtm])
Attachments
(1 file, 1 obsolete file)
3.35 KB,
patch
|
cavin
:
review+
Bienvenu
:
superreview+
jesup
:
approval+
|
Details | Diff | Splinter Review |
Hi All,
In my Mail server settings, if I check the automatic download, I
loose the "Receiving 20 of 50" counter at the bottom of the screen.
(This down not occure if I download messages manually by clicking
"Get Msgs".) I am using 1.0.0.2002050408 on Win NT.
Many thanks,
--Tony
aewell@gbis.com
POP3, IMAP?
Confirming with Windows 2000 and the commercial 2002-05-20 1.0 mozilla branch build.
qatest36, set to biff every 1 minute, password saved, 2 messages.
pref of 'automatically download news messages' was checked.
setting bug status to new, over to Sheela. I think this is part of GetMsgs and
not biff, let me know if it's my bug, Sheela. Thanks!
Assignee: mscott → naving
Component: Mail Notification → Mail Window Front End
QA Contact: stephend → sheelar
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•23 years ago
|
||
Reporter,
Can you be more clear as to what you mean by automatic download?
Do you have both Check for new messages every [n] minutes
And Autmatically download any new messages both checked in your preference?
Hi Sheela,
Under the server settings, I have the following checked:
--- Check for new mail at startup
--- Check for new messages every 2 minutes
--- Automatically download any new messages
My (eMail) password is not saved.
Looking over my original post, I should have worked on the wording a
bit longer. Here is the problem. When I open my eMail windows, the
eMail program tries to poll my pop server. It asks me for a password. I
enter the password. The eMail program proceeds to download my new
messages -- without the counter at the bottom of the windows that tells
me "Receiving 10 or 25".
Now, if I blast off a bunch of test messages to myself and click on "Get
Msgs" before the two minute poll kicks off, I do get the "Recieving x of
y" counter.
So, manual downloads gives me the "Receiving x of y", but automatic does not.
Many thanks,
---Tony
aewell@gbis.com
Assignee | ||
Comment 6•23 years ago
|
||
David, can I get r=? for upcoming patch, thx (I don't see cavin around)
Keywords: nsbeta1,
regression
Assignee | ||
Comment 7•23 years ago
|
||
The fix is to pass valid msgWindow when we are doing pop3 download on biff. So
I had to change that !msgWindow -> must be doing a biff. Not passing msgWindow
also causes other problems like you cannot stop download and no alerts will pop
up if there are errors.
Comment 8•23 years ago
|
||
Reporter,
Thanks for the info. Now it is clear that we don't show the status when biff
retrieves messages vs a manual get message does show the status.
Comment 9•23 years ago
|
||
we don't want to display error messages when biffing. I take it this fix makes
it so that we do? that's undesirable.
Assignee | ||
Comment 10•23 years ago
|
||
But this is on automatic download on biff. We are writing to Inbox and there
could be an overflow because of less disk space etc. we still pass null
msgWindow for new mail check on biff.
Assignee | ||
Comment 11•23 years ago
|
||
*** Bug 145946 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
Comment on attachment 84516 [details] [diff] [review]
proposed fix
I misunderstood your comments, sorry.
all you need here is this line:
+ server->SetPerformingBiff(PR_FALSE); //biff is over
you don't need to check if we were performing biff earlier; it's a bit like
saying
if (bool)
bool = false;
instead of just
bool = false;
other than that, it looks fine.
Assignee | ||
Comment 13•23 years ago
|
||
Attachment #84516 -
Attachment is obsolete: true
Assignee | ||
Comment 14•23 years ago
|
||
Cavin, can I get r=? thx.
Comment 15•23 years ago
|
||
Comment on attachment 84534 [details] [diff] [review]
patch with david's changes
r=cavin.
Attachment #84534 -
Flags: review+
Comment 16•23 years ago
|
||
Comment on attachment 84534 [details] [diff] [review]
patch with david's changes
sr=bienvenu
Attachment #84534 -
Flags: superreview+
Assignee | ||
Comment 17•23 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 18•23 years ago
|
||
It seems that this has fixed bug 123812
Assignee | ||
Comment 19•23 years ago
|
||
We should take this bug because it fixes other problems as in bug 123812
Comment 20•23 years ago
|
||
Verified auto download shows the status of x of y downloading in the status
bar while downloading messages
Commercial Trunk builds: 2002-05-28-08 on mac os x, win98, linux rh 6.2
Status: RESOLVED → VERIFIED
Updated•23 years ago
|
Comment 21•23 years ago
|
||
*** Bug 148880 has been marked as a duplicate of this bug. ***
Keywords: adt1.0.1
Comment 22•23 years ago
|
||
nsbeta1+ because it fixes 123812 which is to make the mail throbber animate
correctly.
Comment 23•23 years ago
|
||
adt1.0.1+ (on ADT's behalf) approval for checkin to the 1.0 branch, pending
Driver's approval. Pls check this in tonight, and add the fixed1.0.1 keyword.
Blocks: 143047
Comment 24•23 years ago
|
||
Comment on attachment 84534 [details] [diff] [review]
patch with david's changes
please check into the 1.0.1 branch ASAP. once landed remove the
mozilla1.0.1+ keyword and add the fixed1.0.1 keyword
Attachment #84534 -
Flags: approval+
Updated•23 years ago
|
Keywords: mozilla1.0.1+
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Updated•23 years ago
|
Keywords: mozilla1.0.1+ → fixed1.0.1
Using the testcase in http://bugzilla.mozilla.org/show_bug.cgi?id=145341#c5 with
builds:
6-5-2002 commercial mozilla 1.0.1, this is fixed with:
Mac OS X 10.1.5, Mac OS 9.2.2, Windows 2000, RedHat Linux 7.3
Updated•23 years ago
|
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•