1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:17:59 +01:00

[muttator] also search closed threads; new gj and gk key bindings

This commit is contained in:
Martin Stubenschrott
2008-05-06 13:31:53 +00:00
parent 2dc790a1e4
commit 5419d29a50
2 changed files with 123 additions and 32 deletions

View File

@@ -505,6 +505,10 @@ const liberator = (function () //{{{
if (window == ww.activeWindow && document.commandDispatcher.focusedElement && clearFocusedElement)
document.commandDispatcher.focusedElement.blur();
// TODO: make more generic
if (liberator.has("mail") && clearFocusedElement && gDBView)
gDBView.selection.select(gDBView.selection.currentIndex);
var elem = liberator.config.mainWidget || content;
if (elem != document.commandDispatcher.focusedElement)
elem.focus();