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

index 85a66fc..0902de7 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 a92b13f..28bed4d 100644 (file)
@@ -1912,6 +1912,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)