summaryrefslogtreecommitdiffhomepage
path: root/lib/net
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-28 00:36:23 +0100
committerjao <jao@gnu.org>2021-08-28 00:36:23 +0100
commitdd84ad177d145756bf48c082f059c3179c07c3e8 (patch)
tree687edfb67637411abba5a895543f9dd65eeda023 /lib/net
parent2f83449a712b31855f58d0d448531477fe74ed58 (diff)
downloadelibs-dd84ad177d145756bf48c082f059c3179c07c3e8.tar.gz
elibs-dd84ad177d145756bf48c082f059c3179c07c3e8.tar.bz2
jao-notmuch: previous tree message
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/jao-notmuch.el3
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")))