* wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
authorteranisi <teranisi>
Tue, 11 Sep 2001 11:06:57 +0000 (11:06 +0000)
committerteranisi <teranisi>
Tue, 11 Sep 2001 11:06:57 +0000 (11:06 +0000)
wl/ChangeLog
wl/wl-e21.el

index a224bd9..0d09471 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
+
 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
index edcf99a..242323f 100644 (file)
@@ -342,7 +342,7 @@ corresponding to the mode line clicked."
        (;; basic folder
        (and (setq fld-name (wl-folder-get-folder-name-by-id
                             (get-text-property (point) 'wl-folder-entity-id)))
-            (looking-at "[[:blank:]]+\\([[:blank:]\n]+\\)"))
+            (looking-at "[[:blank:]]+\\([^[:blank:]\n]+\\)"))
        (setq start (match-beginning 1)
              end (match-end 1))
        (let (image)