1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 08:14:12 +01:00

added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well

This commit is contained in:
Martin Stubenschrott
2008-02-05 15:30:08 +00:00
parent 7d9e1e100a
commit 5f04e70663
5 changed files with 39 additions and 17 deletions

View File

@@ -32,7 +32,8 @@ vimperator.config = {
// this widget is focused when focusContent() is called
get mainWidget() { return GetThreadTree(); },
dialogs: []
dialogs: [],
features: ["mail", "hints"]
}
// vim: set fdm=marker sw=4 ts=4 et: