Mercurial > emacs
changeset 88204:cfd79a3dbf73
*** empty log message ***
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Wed, 18 Jan 2006 12:15:47 +0000 |
parents | 0afa819977c5 |
children | f400fb7ee08a |
files | lisp/mail/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <enberg@printf.se> + * 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 <alex@gnu.org>