Closed
Bug 1733275
Opened 3 years ago
Closed 3 years ago
Create new tab modes for 3-pane and message tabs
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Thunderbird
Mail Window Front End
Tracking
(thunderbird_esr91 unaffected)
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D124724
Assignee | ||
Comment 2•3 years ago
|
||
To create a new 3-pane tab:
openTab("mail3PaneTab", { folderURI: "mailbox://nobody@Local%20Folders/Templates" });
To create a new message tab:
openTab("mailMessageTab", { messageURI: "mailbox-message://nobody@Local%20Folders/Drafts#36" });
Updated•3 years ago
|
Attachment #9243586 -
Attachment description: WIP: Bug 1733275 - Create new tab modes for 3-pane and message tabs → Bug 1733275 - Create new tab modes for 3-pane and message tabs. r=mkmelin
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b58c6e4f7c22
Create new tab modes for 3-pane and message tabs. r=mkmelin
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•