mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(rmail-summary-rmail-update): Use rmail-message-unseen-p.
This commit is contained in:
parent
d6223c2391
commit
ee6ccffcef
2 changed files with 4 additions and 1 deletions
|
|
@ -947,7 +947,7 @@ Search, the `unseen' attribute is restored.")
|
|||
;; Arrange to do that later, for the new current message,
|
||||
;; if it still has `unseen'.
|
||||
(setq rmail-summary-put-back-unseen
|
||||
(rmail-message-attr-p msg-num rmail-unseen-attr-index)))
|
||||
(rmail-message-unseen-p msg-num)))
|
||||
(setq rmail-summary-put-back-unseen nil))
|
||||
;; Go to the desired message.
|
||||
(setq rmail-current-message msg-num)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue