* wl-folder.el (wl-folder-update-line): Fix.
authoryoichi <yoichi>
Mon, 24 Feb 2003 09:54:19 +0000 (09:54 +0000)
committeryoichi <yoichi>
Mon, 24 Feb 2003 09:54:19 +0000 (09:54 +0000)
wl/wl-folder.el

index 20a1898..4807a64 100644 (file)
@@ -2218,7 +2218,7 @@ Use `wl-subscribed-mailing-list'."
                                     (+ (nth 0 nums)(nth 1 nums)))
                                "*")
                            (or (nth 2 nums) "*")))
-           (put-text-property (match-beginning 2) (point) id is-group)
+           (wl-folder-put-folder-property (match-beginning 2) (point) id is-group)
            (if is-group
                ;; update only colors
                (wl-highlight-folder-group-line nums)