mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 12:44:13 +01:00
[muttator] fixed guioptions handling
This commit is contained in:
@@ -33,8 +33,14 @@ const config = { //{{{
|
|||||||
|
|
||||||
/*** optional options, there are checked for existance and a fallback provided ***/
|
/*** optional options, there are checked for existance and a fallback provided ***/
|
||||||
features: ["hints", "mail", "marks", "addressbook", "tabs"],
|
features: ["hints", "mail", "marks", "addressbook", "tabs"],
|
||||||
defaults: { guioptions: "f" },
|
defaults: { guioptions: "fr" },
|
||||||
guioptions: { m: ["mail-toolbar-menubar2"], T: ["mail-bar2"], f: ["folderPaneBox", "folderpane_splitter"], F: ["folderPaneHeader"] },
|
|
||||||
|
guioptions: {
|
||||||
|
m: ["MenuBar", ["mail-toolbar-menubar2"]],
|
||||||
|
T: ["Toolbar" , ["mail-bar2"]],
|
||||||
|
f: ["Folder list", ["folderPaneBox", "folderpane_splitter"]],
|
||||||
|
F: ["Folder list header", ["folderPaneHeader"]]
|
||||||
|
},
|
||||||
|
|
||||||
get isComposeWindow() window.wintype == "msgcompose",
|
get isComposeWindow() window.wintype == "msgcompose",
|
||||||
get browserModes() [modes.MESSAGE],
|
get browserModes() [modes.MESSAGE],
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ const config = { //{{{
|
|||||||
defaults: { guioptions: "r" },
|
defaults: { guioptions: "r" },
|
||||||
|
|
||||||
guioptions: {
|
guioptions: {
|
||||||
m: ["MenuBar", ["toolbar-menubar"]],
|
m: ["Menubar", ["toolbar-menubar"]],
|
||||||
T: ["Toolbar", ["nav-bar"]],
|
T: ["Toolbar", ["nav-bar"]],
|
||||||
b: ["Bookmark bar", ["PersonalToolbar"]]
|
b: ["Bookmark bar", ["PersonalToolbar"]]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user