]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-desc-set-attribute): Use
authorAlex Schroeder <alex@gnu.org>
Sat, 21 Jan 2006 15:28:08 +0000 (15:28 +0000)
committerAlex Schroeder <alex@gnu.org>
Sat, 21 Jan 2006 15:28:08 +0000 (15:28 +0000)
rmail-header-add-header instead of rmail-header-set-header.

lisp/mail/rmaildesc.el

index 9c4d6e79dffcbe1e8579ce978fbbc317d2176e38..2fb4329205dd381db56bff3b4eb3dffe9d48113d 100644 (file)
@@ -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."