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

added new hint color options and a new hintmatching option (thanks Daniel)

This commit is contained in:
Martin Stubenschrott
2008-04-30 21:45:36 +00:00
parent 47d149910f
commit 3c4edd335b
7 changed files with 192 additions and 50 deletions

View File

@@ -89,7 +89,7 @@ liberator.config = {
function () { liberator.commandline.open(":", "open ", liberator.modes.EX); });
// don't wait too long when selecting new messages
GetThreadTree()._selectDelay = 250; // TODO: make configurable
GetThreadTree()._selectDelay = 300; // TODO: make configurable
}
}