*** empty log message ***
This commit is contained in:
parent
b2b2c677c8
commit
462c10945e
1 changed files with 2 additions and 2 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue