From 11e64d0048215a87a80b4a493a2a0295b524cbba Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Thu, 17 Nov 2022 16:58:34 +0100 Subject: [PATCH] ; Fix previous rmailsum change --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 93fc0f5d2bd..971e504dcd1 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -436,7 +436,7 @@ headers of the messages." (rmail-summary--walk-thread-message-recursively msgnum enc-msgs) (rmail-new-summary (format "thread containing message %d" msgnum) (list 'rmail-summary-by-thread msgnum) - (if (and rmail-summary-intersect-consecutive-filters + (if (and rmail-summary-progressively-narrow (rmail-summary--exists-1)) (lambda (msg msgnum) (and (eq (aref rmail-summary-currently-displayed-msgs msg) -- 2.39.5