# HG changeset patch # User Henrik Enberg # Date 1137586547 0 # Node ID cfd79a3dbf7349ffe3c08c220a590ce53870a7f5 # Parent 0afa819977c5466518a1b053c0e5ca349c185d38 *** empty log message *** diff -r 0afa819977c5 -r cfd79a3dbf73 lisp/mail/ChangeLog --- a/lisp/mail/ChangeLog Wed Jan 18 12:15:29 2006 +0000 +++ b/lisp/mail/ChangeLog Wed Jan 18 12:15:47 2006 +0000 @@ -1,12 +1,13 @@ 2006-01-18 Henrik Enberg + * rmail.el (rmail-get-inbox-list): New function. + (rmail-get-new-mail): Use it. Only call `rmail-show-message' + on file-error condition if no new messages are found. + (rmail): Only call `rmail-show-message' if no new mail + was found. + * rmailsum.el (rmail-summary-get-new-mail): Only call `rmail-summary-goto-msg' if no new mail was found. - - * rmail.el (rmail-get-new-mail): Only call `rmail-show-message' - on file-error condition if no new messages are found. - (rmail): Only call `rmail-show-message' if no new mail - was found. 2006-01-18 Alex Schroeder