* elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
authorteranisi <teranisi>
Tue, 26 Nov 2002 11:51:03 +0000 (11:51 +0000)
committerteranisi <teranisi>
Tue, 26 Nov 2002 11:51:03 +0000 (11:51 +0000)
elmo/ChangeLog
elmo/elmo-imap4.el

index 91b106e..f95fcc8 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
+
 2002-11-24  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * utf7.el (toplevel): Check the ucs features dynamically.
index f56aab8..f0d1f7a 100644 (file)
@@ -1879,6 +1879,7 @@ Return nil if no complete line has arrived."
                 elmo-imap4-default-hierarchy-delimiter))
         ;; Append delimiter when root with namespace.
         (root (if (and namespace-assoc
+                       (match-end 1)
                        (string= (substring root (match-end 1))
                                 ""))
                   (concat root delim)