diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index e2700f19..81158705 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -462,7 +462,7 @@ into a string." (last-child (plist-get thread :last-child)) (duplicate (plist-get thread :duplicate))) ;; Do not prefix root messages. - (if (or (= level 0) empty-parent) + (if (= level 0) (setq mu4e~headers-thread-state '())) (if (> level 0) (let* ((length (length mu4e~headers-thread-state))