Leaving the focus in the message pane feels clumsy. So let's try always
moving back to the query pane.
Signed-off-by: NeilBrown <neil@brown.name>
- [X] If an email part doesn't end with newline, last character is swallowed.
- [X] What is rule for doc:content? Does the mark move and get passed
down, or is it copied and left unchanged?
-- [ ] notmuch: When moving among messages, always move cursor to search
+- [X] notmuch: When moving among messages, always move cursor to search
pane
### Small
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):