diff options
author | jao <jao@gnu.org> | 2021-08-28 00:36:23 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-08-28 00:36:23 +0100 |
commit | dd84ad177d145756bf48c082f059c3179c07c3e8 (patch) | |
tree | 687edfb67637411abba5a895543f9dd65eeda023 /lib | |
parent | 2f83449a712b31855f58d0d448531477fe74ed58 (diff) | |
download | elibs-dd84ad177d145756bf48c082f059c3179c07c3e8.tar.gz elibs-dd84ad177d145756bf48c082f059c3179c07c3e8.tar.bz2 |
jao-notmuch: previous tree message
Diffstat (limited to 'lib')
-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"))) |