Synch up with main trunk.
authorteranisi <teranisi>
Sat, 19 Feb 2005 04:47:26 +0000 (04:47 +0000)
committerteranisi <teranisi>
Sat, 19 Feb 2005 04:47:26 +0000 (04:47 +0000)
2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>

* wl-util.el (wl-read-search-condition-internal): Fixed the last
change.

2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>

* wl-util.el (wl-read-search-condition-internal): Protect
elmo-global-flags from distraction.

wl/ChangeLog
wl/wl-util.el

index ad3913c..3c2e961 100644 (file)
@@ -1,3 +1,13 @@
+2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-util.el (wl-read-search-condition-internal): Fixed the last
+       change.
+
+2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-util.el (wl-read-search-condition-internal): Protect
+       elmo-global-flags from distraction.
+
 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
index 114cdf3..04d180c 100644 (file)
@@ -1092,7 +1092,7 @@ is enclosed by at least one regexp grouping construct."
                              (elmo-uniq-list
                               (append
                                '(unread answered forwarded digest any)
-                               elmo-global-flags)
+                               (copy-sequence elmo-global-flags))
                               #'delq)))))
        (unless (elmo-flag-valid-p value)
          (message "Invalid char in `%s'" value)