Closed Bug 146543 Opened 23 years ago Closed 19 years ago

Menu item for switching accounts/folders

Categories

(SeaMonkey :: MailNews: Message Display, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 21344

People

(Reporter: jglick, Assigned: neil)

References

Details

(Whiteboard: [adt2][ue2][usability])

Attachments

(2 files)

If the Folder Pane is closed in Main Mail window, there is no way to switch accounts or folders. Using Mail with the Folder pane closed is a less common usage overall, but is still an issue for those users who prefer to work this way. Bug 21344 [UI: Location toolbar (menu of mail folders and newsgroups)] is to implement a Location toolbar, UI that could be used to directly switch accounts or folders or newsgroups. A temporary alternate (and eventual alternate) to the Location toolbar is a menu item that could be used to switch accounts/folders/newgroups. 3 Pane Mail: Go Menu ---> Account Account Account --> Select This Account ------------------- List of Folders or Newsgroups When an Account is selected, Account Central gets focus in the right pane. When a Folder/Newsgroup is selected, the Thread pane is populated with the msg headers for that folder/newgrp. This menu item would need to be disabled in Standalone Message Window.
Attached image Example
Robin, is the capitalization for the menu item "Select This Account" correct?
Keywords: nsbeta1
Whiteboard: [ue][usability]
"Select this Account" would be correct. Thanks.
> A temporary alternate (and eventual alternate) to the Location toolbar is a menu > item that could be used to switch accounts/folders/newgroups. Neil has posted a patch to the location bar bug, isn't it better to go forward with that work instead of creating something new and 'temporary'?
Sorry, I didn't mean "temporary" as in the "Go: Account" menu item would be removed when 21344 was fixed. I meant to say, we should have both, a UI control for switching accounts (bug 21344) And a menu item (this bug) for switching accounts/folders/newsgroups. Since 21344 might be more difficult to get working/approved/checked in, etc., at least getting the menu part in (which might be easier to implement/get approved) would be a good idea until 21344 can be completed. Sorry for confusion.
Re: my comment 3 -- Our style guide for documentation recommends "This" but doesn't make any recommendations for the UI. To be consistent within the Mail application, since there's already a precedent (Find in This Message), let's go with "Select This Account" for the menu item.
Discussed in mail news bug meeting. Decided to minus this bug. Is this a dupe of bug 21344?
Keywords: nsbeta1nsbeta1-
Its not a dup. Bug 21344 is for a toolbar to change accounts when the Folder pane is closed. This bug is for a menu item to change accounts. Currently, if the folder pane is closed, there is No way to switch accounts.
Keywords: nsbeta1-nsbeta1
Whiteboard: [ue][usability] → [ue2][usability]
Blocks: 160730
Although not strictly a duplicate of bug 21344 that patch covers this bug.
Mail triage team: nsbeta1+/adt2
Keywords: nsbeta1nsbeta1+
Whiteboard: [ue2][usability] → [adt2][ue2][usability]
neil, any interest in taking this bug?
re-assign to neil
Assignee: sspitzer → neil
Attachment #114663 - Flags: review?(sspitzer)
Comment on attachment 114663 [details] [diff] [review] Extracted from patch in bug 21344 I think your rdf template xul is incomplete. for example, what about NoSelect imap folders?
> what about NoSelect imap folders? nevermind that. Thinking about it, I was wrong. The menu for switching folders / accounts should resemble the folder pane. Whatever you see there, and can do there, you should be able to do with the menu. (except the "Free Webmail" thing, but that's a Netscape 7.x only thing, so don't worry about it.) some of the xul you added has stuff that we don't need, right? like: + HasUnreadMessages="rdf:http://home.netscape.com/NC- rdf#HasUnreadMessages" + NewMessages="rdf:http://home.netscape.com/NC-rdf#NewMessages" I didn't think we were going to show a different icon (or different text style) for folders (or servers) with unread or new messages? see http://lxr.mozilla.org/mozilla/source/mailnews/base/resources/content/msgFolderP ickerOverlay.xul (which might not be perfect, as I see BiffState might be used when we don't need it) for the minimal things we need. I think it is just: SpecialFolder="rdf:http://home.netscape.com/NC-rdf#SpecialFolder" IsServer="rdf:http://home.netscape.com/NC-rdf#IsServer" IsSecure="rdf:http://home.netscape.com/NC-rdf#IsSecure" ServerType="rdf:http://home.netscape.com/NC-rdf#ServerType" is this menu item completely hidden for the stand alone msg window? setting to 1.4 alpha for neil, as that's when I think I can finish the review.
Target Milestone: --- → mozilla1.4alpha
how are you doing "select this account" "select this folder" to allow the user to select accounts, or folders that have subfolders?
> I didn't think we were going to show a different icon (or different text > style) for folders (or servers) with unread or new messages? How are keyboard users going to find folders with unread or new messages? It occurs to me that it might be better to make the folder selector widget focusable and drive that from the keyboard instead to resolve this. > is this menu item completely hidden for the stand alone msg window? I don't build the template, so no menu items are generated.
> how are you doing "select this account" "select this folder" to allow the > user to select accounts, or folders that have subfolders? I just duplicated the parent menu as a menuitem on the submenu. If you prefer, I could have actual wording "Select this account/folder" instead.
We should use "Select This Account" or "Select This Folder" to be consistent with the other places in Mail where we have a similar situation. From comment #0: >3 Pane Mail: Go Menu ---> > Account > Account > Account --> Select This Account > ------------------- > List of Folders or Newsgroups
just a data point, for new folder we do: "choose this for the parent" for both accounts and folders.
I'll try to drive this in for 1.4 final.
Target Milestone: mozilla1.4alpha → mozilla1.4final
on second thought, it might be too late for 1.4 final. (we need two new strings, which affects l10n, and I think we could ship 1.4 final without this.)
Keywords: nsbeta1+nsbeta1
Target Milestone: mozilla1.4final → ---
not sure why seth removed nsbeta1+
Keywords: nsbeta1nsbeta1+
adt: nsbeta1-
Keywords: nsbeta1+nsbeta1-
Comment on attachment 114663 [details] [diff] [review] Extracted from patch in bug 21344 I think this patch is missing the "Select this Folder" / "Select this Account" piece. let's wait until 1.5
Attachment #114663 - Flags: review?(sspitzer)
thunderbird is interested in this, as they are with bug #21344
Product: Browser → Seamonkey
doesn't this exist on trunk ? Go > (account name) Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060101 SeaMonkey/1.5a
(In reply to comment #27) >doesn't this exist on trunk ? Yes, I originally thought this might get review before bug 21344 though. *** This bug has been marked as a duplicate of 21344 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: