Closed Bug 141089 Opened 22 years ago Closed 16 years ago

[RFE] Titlebar should show account name instead of email address

Categories

(SeaMonkey :: MailNews: Message Display, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bamm, Assigned: bugzilla)

References

Details

Attachments

(1 file, 1 obsolete file)

Most people remember their accounts by the account name they gave
it rather than the server used. This change may be trivial but it
makes the MailNews client look less geeky.
*** Bug 154569 has been marked as a duplicate of this bug. ***
Showing the Account Name makes it look more professional.
Status: UNCONFIRMED → NEW
Ever confirmed: true
*** Bug 168285 has been marked as a duplicate of this bug. ***
This appears to be fixed. I had the same problem in Mozilla 1.1, but with build
2002092511 on Mac OS X, the account name shows up in the window title instead of
the server address.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Nope. Using today's build 2002092617, clicking on Inbox, titlebar still says
"Inbox for bamm@upastrosoc.org - Mozilla" instead of "Inbox for Home Mail -
Mozilla".
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202
Red Hat Linux 8

This situation is still present.

I have multiple accounts, both for the same email address of jay@jaysmith.com 
-- and that is what the title bar shows: jay@jaysmith.com. This would not be so
bad if my accounts were for other email addresses. But since it is the same
address, it is _easy_ to get confused about which account I am in.

(I use multiple accounts because I need to use different signature files, and
sometimes log into different IMAP systems, etc.)
WFM on Mozilla/5.0 (Windows; U; Win98; en-GB; rv:1.7a) Gecko/20040217
Product: Browser → Seamonkey
Assignee: sspitzer → mail
Status: REOPENED → NEW
I may have misspoke.. The bug is _partially_ fixed, looking at Mozilla/5.0
(Windows; U; Win98; en-US; rv:1.8b) Gecko/20050217.

If you click on the "root" of an account (the part with the drop down arrow next
to it), it gives the account name in the title bar, eg. "home mail - Mozilla"
(this is the desired behaviour).

But if you click on any of the mail boxes within that account (Inbox, Trash
etc.), it then shows the email address, eg. "Inbox for me@home.com - Mozilla"
(or sometimes the subject and email address if a message is selected, eg. "This
is a subject line - me@home.com - Mozilla").

So it's inconsistent as well as looking geeky and unprofessional. :)
The patch shows the account name instead of the mail address and we also get some faster code.
Assignee: mail → aqualon
Status: NEW → ASSIGNED
Attachment #313869 - Flags: superreview?(neil)
Attachment #313869 - Flags: review?(mnyromyr)
QA Contact: olgam → mail
Summary: [RFE] Titlebar should show Account Name instead of server → [RFE] Titlebar should show account name instead of email address
Comment on attachment 313869 [details] [diff] [review]
Show account name in the title bar

>         if (server.type == "nntp") {
>           // <folder> on <hostname>
>           middle = gMessengerBundle.getString("titleNewsPreHost");
>           end = server.hostName;
>         } else {
>+            // <folder> for <accountname>
>             middle = gMessengerBundle.getString("titleMailPreHost");
>+            end = server.prettyName;
>         }
>         if (middle) title += " " + middle;
>         if (end) title += " " + end;
This is a -w diff really right? ;-)
Attachment #313869 - Flags: superreview?(neil) → superreview+
(In reply to comment #10)
> This is a -w diff really right? ;-)

Not exactly *cough* ;-)

Now the patch has a correct indentation.
Attachment #313869 - Attachment is obsolete: true
Attachment #313937 - Flags: superreview+
Attachment #313937 - Flags: review?(mnyromyr)
Attachment #313869 - Flags: review?(mnyromyr)
Comment on attachment 313937 [details] [diff] [review]
Show account name in the title bar v2

Yeah, that's much more sensible this way.
Attachment #313937 - Flags: review?(mnyromyr) → review+
Keywords: checkin-needed
Checking in mailnews/base/resources/content/commandglue.js;
/cvsroot/mozilla/mailnews/base/resources/content/commandglue.js,v  <--  commandglue.js
new revision: 1.284; previous revision: 1.283
done
Status: ASSIGNED → RESOLVED
Closed: 22 years ago16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: