diff options
-rw-r--r-- | lib/net/jao-notmuch.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 316ece4..854d458 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -268,7 +268,8 @@ (notmuch-tree-matching-message prev (not no-exit))))) (t (notmuch-tree-matching-message prev (not no-exit))))) (when (notmuch-tree-get-message-id) - (jao-notmuch-tree-hide-others t))) + (jao-notmuch-tree-hide-others t)) + (when prev (forward-char 2))) (defvar jao-notmuch-tree--prefix-map (let ((m (make-keymap "Thread operations"))) |