* elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
authoryoichi <yoichi>
Sat, 27 Jan 2007 08:09:40 +0000 (08:09 +0000)
committeryoichi <yoichi>
Sat, 27 Jan 2007 08:09:40 +0000 (08:09 +0000)
elmo/ChangeLog
elmo/elmo-msgdb.el

index a5bb6c9..f57d16f 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * elmo-msgdb.el (elmo-msgdb-extra-fields): Make it non-destructive.
+
 2007-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-shimbun.el (elmo-shimbun-update-overview): Add argnument
index 0d43d20..774ec47 100644 (file)
@@ -150,7 +150,7 @@ VALUE is the field value."
                  (cond ((functionp real-fields)
                         (funcall real-fields extra))
                        ((listp real-fields)
-                        real-fields)))
+                        (copy-sequence real-fields))))
              (list extra))))
        elmo-msgdb-extra-fields))
     elmo-msgdb-extra-fields))