From: Robert Pluim Date: Thu, 17 Nov 2022 15:58:34 +0000 (+0100) Subject: ; Fix previous rmailsum change X-Git-Tag: emacs-29.0.90~1616^2~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11e64d0048215a87a80b4a493a2a0295b524cbba;p=emacs.git ; Fix previous rmailsum change --- 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)