mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 19:05:47 +01:00
made guioptions handling generic. Updated minimum requirement to Firefox3 beta3
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user