]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tree.el
Make keys of notmuch-tag-formats regexps and use caching
[notmuch] / emacs / notmuch-tree.el
index e3aa2cd980b5555df7ec8ec65d57320eafeef177..c78d9de5114c90eed69bc1eac168b6ad85cc7d9e 100644 (file)
@@ -881,6 +881,7 @@ the same as for the function notmuch-tree."
         (message-arg "--entire-thread"))
     (if (equal (car (process-lines notmuch-command "count" search-args)) "0")
        (setq search-args basic-query))
+    (notmuch-tag-clear-cache)
     (let ((proc (notmuch-start-notmuch
                 "notmuch-tree" (current-buffer) #'notmuch-tree-process-sentinel
                 "show" "--body=false" "--format=sexp"