Closed Bug 146054 Opened 22 years ago Closed 21 years ago

Green Arrow indicating new mail does not display for Secure POP account

Categories

(SeaMonkey :: MailNews: Message Display, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 95370

People

(Reporter: llanero, Assigned: sspitzer)

References

Details

Attachments

(4 files)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510
BuildID:    2002051009

It happens in the third mailbox, which is a secure pop account.


Reproducible: Always
Steps to Reproduce:
1. Check new mail
2. The green arrow does not shows in the account name
3. expanding the account name shows the inbox in bold and with the green arrow.

Actual Results:  I don't see if mail has arrived

Expected Results:  Noticing that mail has arrived

This looks like a previous bug that was causing my second pop account not
displaying the green arrow, but it works now. Perhaps this has something to do
with the secure pop.
i know there were a couple of bugs like these, but i haven't seen it lately.
(testing day old CVS, linux.)

llanero@jazzfree.com: Are you still seeing this bug with recent builds?
Do you mean the "nightly builds" listed in the mozilla.org web page?

ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-i686-pc-linux-gnu-sea.tar.gz
?

(this bug is in mozilla 1.0 which I use. Only secure pop accounts show this
behaviour)
Hi, I downloaded the nightly build and installed it.

I sended the same message to both the secure pop account and the normal one.

After "get all new messages", I can see the green arrow in the normal one, but
it does not appear in the secure pop account.

It does not matter if the accounts are collapsed or not, the green arrow in the
secure pop account only appears in the inbox folder and not in the account name.

Hope this helps.
build 2002120804 win2000
I have the same problem, there is no green arrow when new mails arrive for a
secure pop account, after "making the pop account insecure" the green arrow
shows up after a new mail arrives, seems to be a problem with two icons to be
drawn when new mail arrives for a secure pop account.
Reporter: Can you reproduce this bug with a recent build of Mozilla (for
example, 1.4 RC1)? If so, then please comment again with details. If not, then
please resolve this bug as WORKSFORME. Thanks.
This is a dupe (or has one somewhere); I've seen this symptom (for secure POP 
accounts) described elsewhere.
Summary: Green Arrow indicating new mail does not display → Green Arrow indicating new mail does not display for Secure POP account
Whiteboard: DUPEME
I tested Mozilla 1.4RC1

The two screenshots show how mail is reported when I send a message to some
accounts.

I don't have a Secure pop account to test.

In the first screenshot, account 1 is imap, account 2 is pop, account 5 is
secure imap and *has* new mail, as you can see in screenshot 2, with the tree
expanded.

When I expand the account 1 (imap) and account 2 (pop), the green arrow
dissapears from the account name (but is still displayed in the inbox folder). I
don't know if this is the desired behaviour, since when collapsed again, the
inbox still has unread mail, and the green arrow does not show in the account name.

Hope this helps.



I looked at modern.jar and there is no gif for new mails on secure servers, so
I tried to creat one. Place it in the chrome-folder in your profile and add

/* new mail icon for secure servers */
treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-pop3,
isSecure-true, biffState-NewMail,) {
list-style-image: url("server-remote-lock-new.gif") !important;
}
treechildren:-moz-tree-image(folderNameCol, isServer-true, serverType-imap,
isSecure-true, biffState-NewMail,) {
list-style-image: url("server-remote-lock-new.gif") !important;
}

to userChrome.css. This should help until the bug is fixed. Perhabs someone can
create a better looking icon because I had some problems to get the lock and
the arrow in a 16x16-icon.
Only a few changes that should make the icon look better.
*** Bug 201319 has been marked as a duplicate of this bug. ***
In Mozilla 1.5 there were some changes regarding the pseudo elements. As a
result of this the entry in the userChrome.css has to be modified:

/* new mail icon for secure servers */
treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3,
isSecure-true, biffState-NewMail,) {
list-style-image: url("server-remote-lock-new.gif") !important;
}
treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap,
isSecure-true, biffState-NewMail,) {
list-style-image: url("server-remote-lock-new.gif") !important;
}
This is a dupe of bug 95370. I'll put a note there pointing to the useful work
that already happended here. Bug 95370 also has a icon for this attached, but I
think Sven's does look better.

*** This bug has been marked as a duplicate of 95370 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: