diff options
| -rw-r--r-- | lisp/mail/rmailsum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 0e07116fba2..7bb42cb2f3a 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -773,8 +773,8 @@ Search, the `unseen' attribute is restored.") | |||
| 773 | ;; and we have gone to a different message while searching, | 773 | ;; and we have gone to a different message while searching, |
| 774 | ;; put back `unseen' on the former one. | 774 | ;; put back `unseen' on the former one. |
| 775 | (if rmail-summary-put-back-unseen | 775 | (if rmail-summary-put-back-unseen |
| 776 | (rmail-set-attribute "unseen" t | 776 | (rmail-set-attribute "unseen" t |
| 777 | rmail-current-message)) | 777 | rmail-current-message)) |
| 778 | ;; Arrange to do that later, for the new current message, | 778 | ;; Arrange to do that later, for the new current message, |
| 779 | ;; if it still has `unseen'. | 779 | ;; if it still has `unseen'. |
| 780 | (setq rmail-summary-put-back-unseen | 780 | (setq rmail-summary-put-back-unseen |