*** empty log message ***

This commit is contained in:
Roland McGrath 1991-07-23 20:23:44 +00:00
parent b2b2c677c8
commit 462c10945e

View file

@ -1158,9 +1158,9 @@ and reverse search is specified by a negative numeric arg."
(save-restriction
(widen)
(while (and (not found) (< current rmail-total-messages))
(setq current (1+ current))
(if (rmail-message-labels-p current ", ?\\(unseen\\),")
(setq found current))))
(setq found current))
(setq current (1+ current))))
(if found
(rmail-show-message found))))