* elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
authorteranisi <teranisi>
Mon, 18 Dec 2000 02:11:17 +0000 (02:11 +0000)
committerteranisi <teranisi>
Mon, 18 Dec 2000 02:11:17 +0000 (02:11 +0000)
elmo/ChangeLog
elmo/elmo-nntp.el

index 1e5827b..404136b 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-nntp.el (elmo-nntp-get-folders-info): Fixed last change.
+
 2000-12-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-nntp.el (elmo-nntp-get-folders-info):
index 1cc964c..7ad5770 100644 (file)
@@ -1144,7 +1144,7 @@ Returns a list of cons cells like (NUMBER . VALUE)"
                                  (concat "\\1"
                                          (elmo-replace-in-string
                                           postfix
-                                          "\\\\" "\\\\\\\\"))))))
+                                          "\\\\" "\\\\\\\\\\\\\\\\"))))))
          (let (len min max group)
            (while (not (eobp))
              (condition-case ()