mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:58:00 +01:00
began moving some mappings from mappings.js -> buffer.js; Also the constructors of Mail() and Buffer() accept an argument in which mode they should add the mapping
This commit is contained in:
@@ -29,9 +29,10 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
vimperator.config = {
|
||||
/*** required options, no checks done if they really exist, so be careful ***/
|
||||
name: "Muttator",
|
||||
hostApplication: "Thunderbird",
|
||||
hostApplication: "Thunderbird", // TODO: can this be found out otherwise?
|
||||
|
||||
/*** optional options, there are checked for existance and a fallback provided ***/
|
||||
get browserModes() { return [vimperator.modes.MESSAGE]; },
|
||||
features: ["mail", "hints"],
|
||||
get mainWidget() { return GetThreadTree(); }, // focusContent() focuses this widget
|
||||
mainWindowID: "messengerWindow", // used for :set titlestring
|
||||
|
||||
Reference in New Issue
Block a user