1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 14:05:45 +01:00

made guioptions handling generic. Updated minimum requirement to Firefox3 beta3

This commit is contained in:
Martin Stubenschrott
2008-02-06 18:17:32 +00:00
parent 7479699004
commit 1985fc2853
4 changed files with 19 additions and 18 deletions

View File

@@ -33,7 +33,8 @@ vimperator.config = {
// this widget is focused when focusContent() is called
get mainWidget() { return GetThreadTree(); },
dialogs: [],
features: ["mail", "hints"]
features: ["mail", "hints"],
guioptions: { m: ["mail-toolbar-menubar2"], T: ["mail-bar2"], f: ["folderPaneBox", "folderpane_splitter"], F: ["folderPaneHeader"] }
}
// vim: set fdm=marker sw=4 ts=4 et: