Closed
Bug 37603
Opened 25 years ago
Closed 24 years ago
Subscribed newsgroups not being updated in the correct order
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: bugzilla, Assigned: sspitzer)
Details
After the subscribe dialog the subscribes newsgroups are updated to show how
many new messages there are in each newsgroup.
The updating are not done from the top down but in the order you subscribes to
the newsgroups.
Lets say the newsgroup have the following news groups:
a
b
c
d
Now you go into the subscribe dialog and first subscribe to c then a the d then
b and the press ok.
Now see how Mozilla updates the numbers for messages in the newsgroups. Like
this: c a d b
Instead Mozilla should update the newsgroups in the order they appear in the
screen. Alfabeticly.
Reporter | ||
Comment 1•25 years ago
|
||
Changing subject to be correct...
Summary: Subscribes newsgroups now being updated in the correct order → Subscribed newsgroups not being updated in the correct order
Comment 2•25 years ago
|
||
What build and OS ?? Use the helper page to enter a bug:
http://www.mozilla.org/quality/help/bug-form.html
Assignee | ||
Comment 3•25 years ago
|
||
here's the reason why this happens:
the list of newsgroups in the folder pane is sorted alphabetically, but that's
probably not the order they are in your newsrc file.
the internal list of newsgroups (as children of the news server) should match
the order in the newsrc file.
the real problem is that we are sorting the newsgroups in the folder pane.
to verify that I'm correct try this:
with a new profile, add news.mozilla.org
the subscribe to newsgroups one at a time, doing so in alphabetical order.
then, when you update the counts, it will go in order.
thanks for logging the bug. marking m19
Status: NEW → ASSIGNED
Target Milestone: --- → M19
Comment 5•25 years ago
|
||
we also have 18343 which is about not alphabetizing newsgroups.
Assignee | ||
Comment 6•25 years ago
|
||
these are all subscribe bugs. accepting.
Component: Networking - News → Subscribe
QA Contact: fenella → stephend
Reporter | ||
Comment 7•24 years ago
|
||
We should update the newsgroups in the order that they are shown in the
folderpane.
Comment 8•24 years ago
|
||
This would get fixed (though not exactly as requested) if we displayed
newsgroups in the .rc file order rather than sorting them.
Assignee | ||
Comment 9•24 years ago
|
||
this is fixed, because now we show you the folders in the order they appear in
the newsrc file. see http://bugzilla.mozilla.org/show_bug.cgi?id=18343
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.4
Verified FIXED. We now display and update newsgroups based on the order in
which you subscribed them on :
Mac OS 9. 1- 2001-08-24-08
Windows 2K - 2001-08-24-03
RedHat 7.1 - 2001-08-24-08
I subscribed to (in this order):
n.p.m.macosx
n.p.f.editor
n.private
I restarted Moz on all platforms after this, opened the twisty and noticed that
they were correctly listed in this order and also updated counts in order.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: stephend → search
You need to log in
before you can comment on or make changes to this bug.
Description
•