of dir (remove drive letter).
+2004-07-29 KOSEKI Yoshinori <kose@meadowy.org>
+
+ * lisp/gnus-namazu.el (gnus-namazu/make-directory-table): Fix normalization
+ of dir (remove drive letter).
+
2004-07-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
* texi/ptexinfmt.el: Support @s.
(setq dir (nnmail-group-pathname
(substring group (match-end 0))
"/"))
- (push (cons (concat (cdr pair) (substring dir 1)) group)
+ (push (cons (concat (cdr pair)
+ (substring dir (+ 1 (string-match "/" dir)))) group)
alist)))))
gnus-newsrc-hashtb)
(dolist (pair (nconc agent cache alist))