Mercurial > emacs
changeset 88222:f1ded67120e9
(rmail-process-new-messages): Use
rmail-header-get-header instead of mail-fetch-field.
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Thu, 19 Jan 2006 11:52:33 +0000 |
parents | 18b22fde84db |
children | 8f13ff7281a6 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Thu Jan 19 11:52:07 2006 +0000 +++ b/lisp/mail/rmail.el Thu Jan 19 11:52:33 2006 +0000 @@ -2043,7 +2043,7 @@ date (count-lines start end) (cadr (mail-extract-address-components - (mail-fetch-field "from"))) + (rmail-header-get-header "from"))) (rmail-header-get-header "subject"))) message-descriptor-list))))) ;; Add the new message data lists to the Rmail message descriptor