Closed
Bug 214896
Opened 22 years ago
Closed 21 years ago
Main window title should not show message subject
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird0.7
People
(Reporter: rod-mozilla, Assigned: mscott)
References
(Depends on 1 open bug)
Details
(Whiteboard: fixed-aviary1.0)
Attachments
(1 file)
1.15 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030731 Mozilla Firebird/0.6.1
Build Identifier: Mozilla Thunderbird 0.1 (20030723)
When a message is selected in the Main window, the window title changes to read
"Subject - Folder - Thunderbird". However, once you've opened a few emails, it
is very unclear looking at the Taskbar which window is an email, and which is
the main window.
In addition, if you don't display the message pane in the "3 pane view", then
the title is totally erroneous, as you have no message open in that window.
The window should instead just be (at most) "Folder - Thunderbird". (Discussion
as to whether it should just say "Thunderbird" is another point, but a much more
minor one).
Reproducible: Always
Steps to Reproduce:
See Mozillazine discussion:
http://forums.mozillazine.org/viewtopic.php?t=14778&highlight=window+title
Reporter | ||
Comment 1•22 years ago
|
||
Oh, and see old MailNews bug: Bug 142471
Comment 2•22 years ago
|
||
Occurs in Linux as well
OS --> All
To add to the confusion, the taskbar icon is the same for a message window as
for the main 3 pane view, so there is no visual cue that they are any different.
OS: Windows XP → All
Updated•22 years ago
|
QA Contact: asa
Comment 3•22 years ago
|
||
*** Bug 223342 has been marked as a duplicate of this bug. ***
Comment 4•22 years ago
|
||
I would love to see an elegant solution for this. I would vote for this bug,
but it's still "NEW".
i'm surprised that this hasn't made it into TB yet, since Bug 142471
(http://bugzilla.mozilla.org/show_bug.cgi?id=142471) has a fix for MailNews that
works perfectly with TB. I've applied it using notepad to delete the offending
"setTitleFromFolder" line from threadPane.js, found in mail.jar, and now I no
longer see the message subject in my TB title. It shows "[Folder] for [email
address] - Mozilla Firebird".
I would submit a patch, but I don't understand the patch lingo well enough to
type one for myself, only enough to apply it on my own system.
Comment 6•21 years ago
|
||
*** Bug 228998 has been marked as a duplicate of this bug. ***
I don't understand that it hasn't been fixed yet. It's truly irritating, and
indeed the patch worketh well, but you can't blame a regular user for not
finding out how to do that.
There's an extension now, so at least until this is fixed in the core, the
"regular" user doesn't have to try to apply the patch themselves.
http://forums.mozillazine.org/viewtopic.php?p=478400#478400
Comment 9•21 years ago
|
||
How can I vote for this bug??
Comment 10•21 years ago
|
||
*** Bug 233098 has been marked as a duplicate of this bug. ***
Comment 11•21 years ago
|
||
I asked Scott about this bug and he suggested I write up a proposal for the
suggested behaviour for the application window title. It turned out to be short
enough to just post here:
Thunderbird Window Title Proposal
Currently, Thunderbird uses the subject line of the selected message, the
current mailbox title, and the application title in the window title bar. I
suggest that this behaviour be changed to show the current mailbox title and the
application title, but not the current message subject line.
While it is generally a good idea to show the title of the current document in
the window title bar, this doesn't apply directly to a mail browser. In
individual message windows, this makes sense (subject as window title). However,
the main application window needs to be distinguished from individual message
windows.
As it stands right now, the window title for the main application window is
exactly the same as an individual message window. A typical use-case goes as
follows:
1. Open the main mail application window
2. Open several messages in their own windows
3. Minimize the main mail application window
Now, in the task bar, there is no way to tell which of the taskbar items is the
main application window vs. an individual mail message.
Here are some Examples:
Current Thunderbird application window title (with a message selected):
"Hello from Spain - Inbox for address@domain.com - Mozilla Thunderbird"
Proposed application window title (with a message selected):
"Inbox for address@domain.com - Mozilla Thunderbird"
Other popular mail applications follow the proposed behaviour as well (Apple
Mail, Microsoft Outlook, and Outlook Express):
Apple Mail: Mailbox title + unread count ("In (3 unread)")
Microsoft Outlook: Mailbox Title + App Title ("Inbox - Microsoft Outlook")
Microsoft Outlook Express: Mailbox Title + App Title ("Inbox - Outlook Express")
Ximian Evolution: Mailbox Title + App Title ("Inbox - Ximian Evolution")
As for individual message windows, the current behaviour works relatively well
and is close to the conventions used by other mail applications. The only key
difference here is that Thunderbird shows the mailbox title ("Inbox for
address@domain.com") after the message subject. This tends to make the window
titles excessively long and given that the message subject is already shown,
this may not be necessary.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.7
Assignee | ||
Comment 12•21 years ago
|
||
implements Steven Garrity's spec
Assignee | ||
Comment 13•21 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Whiteboard: fixed-aviary1.0
Comment 15•13 years ago
|
||
How can I get this behavior back?
I need the selected message's subject line in Thunderbird's titlebar for technical reasons.
Any ideas?
Thanks
David.P
You need to log in
before you can comment on or make changes to this bug.
Description
•