diff options
author | jao <jao@gnu.org> | 2021-08-20 00:18:59 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-08-20 00:18:59 +0100 |
commit | 3847fdab8fa0542f09ed74a1f2907e6f406d06c9 (patch) | |
tree | 2ea01a6dc164e01f5e24ebcb394cc111b7465576 /lib | |
parent | a9bddfe4deba2054463b2569bd686f7b89865bb1 (diff) | |
download | elibs-3847fdab8fa0542f09ed74a1f2907e6f406d06c9.tar.gz elibs-3847fdab8fa0542f09ed74a1f2907e6f406d06c9.tar.bz2 |
nits
Diffstat (limited to 'lib')
-rw-r--r-- | lib/net/jao-notmuch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 4f9d28a..320e898 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -321,8 +321,7 @@ (when (notmuch-tree-next-thread prev) (unless (jao-notmuch--looking-at-new-p) (notmuch-tree-matching-message prev (not no-exit))))) - ((notmuch-tree-get-message-id) - (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))) |