From d8ea539440814aa57f506854bd99f55cb513ca47 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sat, 21 Jan 2006 15:28:08 +0000 Subject: [PATCH] (rmail-desc-set-attribute): Use rmail-header-add-header instead of rmail-header-set-header. --- lisp/mail/rmaildesc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmaildesc.el b/lisp/mail/rmaildesc.el index 9c4d6e79dff..2fb4329205d 100644 --- a/lisp/mail/rmaildesc.el +++ b/lisp/mail/rmaildesc.el @@ -410,7 +410,7 @@ set to the hyphen character (-)." (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." -- 2.39.5