diff options
Diffstat (limited to 'lib/net')
-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))) |