1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 12:12:26 +01:00

[muttator] fixed guioptions handling

This commit is contained in:
Martin Stubenschrott
2008-12-04 22:19:03 +01:00
parent b8d32c8e3d
commit fd77862f15
2 changed files with 9 additions and 3 deletions

View File

@@ -33,8 +33,14 @@ const config = { //{{{
/*** optional options, there are checked for existance and a fallback provided ***/
features: ["hints", "mail", "marks", "addressbook", "tabs"],
defaults: { guioptions: "f" },
guioptions: { m: ["mail-toolbar-menubar2"], T: ["mail-bar2"], f: ["folderPaneBox", "folderpane_splitter"], F: ["folderPaneHeader"] },
defaults: { guioptions: "fr" },
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 browserModes() [modes.MESSAGE],