diff options
-rw-r--r-- | notmuch.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.org b/notmuch.org index ebbb0ff..971f53c 100644 --- a/notmuch.org +++ b/notmuch.org @@ -479,7 +479,7 @@ (save-window-excursion (other-window -1) (derived-mode-p 'notmuch-hello-mode))) (delete-window) - (jao-notmuch-refresh-hello (zerop (mod (cl-incf jao-notmuch--visits) 10))))) + (jao-notmuch-refresh-hello (= 0 (mod (cl-incf jao-notmuch--visits) 10))))) (advice-add 'notmuch-tree :before #'jao-notmuch-before-tree) (advice-add 'notmuch-tree-quit :after #'jao-notmuch-after-tree-quit) |