(gnus-cache-file-name): Do not replace file name character in base path.
authorkeiichi <keiichi>
Thu, 23 Dec 1999 10:09:21 +0000 (10:09 +0000)
committerkeiichi <keiichi>
Thu, 23 Dec 1999 10:09:21 +0000 (10:09 +0000)
lisp/gnus-cache.el

index 0cc99b5..0795259 100644 (file)
@@ -419,8 +419,7 @@ Returns the list of articles removed."
                ;; Translate the first colon into a slash.
                (when (string-match ":" group)
                  (aset group (match-beginning 0) ?/))
-               (nnheader-replace-chars-in-string group ?. ?/)))
-           t))
+               (nnheader-replace-chars-in-string group ?. ?/)))))
          (if (stringp article) article (int-to-string article))))
 
 (defun gnus-cache-update-article (group article)