Mercurial > emacs
diff lisp/mail/rmaildesc.el @ 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 | 8b5a826d67e4 |
children | 8ca01eaf0be8 |
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."