projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdc1c55
)
* elmo-imap4.el (elmo-folder-list-subfolders): Fixed last change.
author
teranisi
<teranisi>
Tue, 26 Nov 2002 11:51:03 +0000
(11:51 +0000)
committer
teranisi
<teranisi>
Tue, 26 Nov 2002 11:51:03 +0000
(11:51 +0000)
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-imap4.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
91b106e
..
f95fcc8
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-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.
diff --git
a/elmo/elmo-imap4.el
b/elmo/elmo-imap4.el
index
f56aab8
..
f0d1f7a
100644
(file)
--- a/
elmo/elmo-imap4.el
+++ b/
elmo/elmo-imap4.el
@@
-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)