diff options
author | Glenn Morris <rgm@gnu.org> | 2009-02-26 08:23:05 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-02-26 08:23:05 +0000 |
commit | ee6ccffcefbf93ad9d74098661dc01dfb2548bbc (patch) | |
tree | 50b59515952be736ada490d84cd14de57d2d7017 /lisp/mail/rmailsum.el | |
parent | d6223c239109592e7497043392b7d562cfb2df52 (diff) | |
download | emacs-ee6ccffcefbf93ad9d74098661dc01dfb2548bbc.tar.gz |
(rmail-summary-rmail-update): Use rmail-message-unseen-p.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-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 6821c1a3443..6ae14d74320 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -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) |