diff options
author | Robert Pluim <rpluim@gmail.com> | 2022-11-17 16:58:34 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2022-11-17 17:00:26 +0100 |
commit | 11e64d0048215a87a80b4a493a2a0295b524cbba (patch) | |
tree | 2c2ab31fe09d5a296eb5776673ff88f91eff5fcd /lisp | |
parent | 51589f81323aa5010573ecfa5c3be95416a57df3 (diff) | |
download | emacs-11e64d0048215a87a80b4a493a2a0295b524cbba.tar.gz emacs-11e64d0048215a87a80b4a493a2a0295b524cbba.tar.bz2 emacs-11e64d0048215a87a80b4a493a2a0295b524cbba.zip |
; Fix previous rmailsum change
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/rmailsum.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |