- [X] visiting a new file from a 44 popup is weird.
- [X] search in history always finds a new history line. It doesn't
check if new patterns still matches this line.
-- [ ] in notmuch cursor should go to query result when changing
+- [X] in notmuch cursor should go to query result when changing
messages.
- [ ] menu for address completions in email-compose
m = p.call("doc:dup-point", 0, edlib.MARK_UNGROUPED, ret='mark')
p.call("notmuch:select", m, direction)
- if self.query_pane:
- self.query_pane.take_focus()
return 1
def handle_j(self, key, focus, **a):
focus.call("notmuch:select-message", s2, s)
self.selmsg = s2
self.call("view:changed")
+ self.take_focus()
return 1
def handle_reposition(self, key, focus, mark, mark2, **a):