is contained in user-id. (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
+2000-12-01 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-nntp.el (elmo-nntp-get-folders-info):
+ Fixed problem when '\' character is contained in user-id.
+ (Reported by Yoichiro Okabe <okabe@wizsoft.co.jp>)
+
+\f
2000-11-28 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-imap4.el (elmo-imap4-delete-folder):
(if (not (string= postfix ""))
(save-excursion
(replace-regexp "^\\(211 [0-9]+ [0-9]+ [0-9]+ [^ \n]+\\).*$"
- (concat "\\1" postfix)))))
+ (concat "\\1"
+ (elmo-replace-in-string
+ postfix
+ "\\\\" "\\\\\\\\"))))))
(let (len min max group)
(while (not (eobp))
(condition-case ()