Mercurial > emacs
changeset 88258:e03b9b63e187
(rmail-desc-set-attribute): Use
rmail-header-add-header instead of rmail-header-set-header.
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Sat, 21 Jan 2006 15:28:08 +0000 |
parents | b6d2078cce14 |
children | e7a1851e3fcc |
files | lisp/mail/rmaildesc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmaildesc.el Sat Jan 21 15:27:34 2006 +0000 +++ b/lisp/mail/rmaildesc.el Sat Jan 21 15:28:08 2006 +0000 @@ -410,7 +410,7 @@ (car (cdr (assoc attr-index rmail-desc-attr-alist))) ?-)) (aset attributes attr-index code) - (rmail-header-persist-attributes attributes))) + (rmail-header-add-header rmail-header-attribute-header attributes))) (defun rmail-desc-set-start (n pos) "Set the start position for message N to POS."