[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 11e64d0048: ; Fix previous rmailsum change
From: |
Robert Pluim |
Subject: |
master 11e64d0048: ; Fix previous rmailsum change |
Date: |
Thu, 17 Nov 2022 11:02:16 -0500 (EST) |
branch: master
commit 11e64d0048215a87a80b4a493a2a0295b524cbba
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>
; 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 93fc0f5d2b..971e504dcd 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 11e64d0048: ; Fix previous rmailsum change,
Robert Pluim <=