2000-10-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
+ * elmo-util.el (elmo-make-directory): Fixed permission lateral
+ representation.
+
* elmo-util.el (elmo-string-matched-member): New function.
2000-10-26 Yuuichi Teranishi <teranisi@gohome.org>
(elmo-make-directory parent))
(make-directory path)
(if (string= path (expand-file-name elmo-msgdb-dir))
- (set-file-modes path 448) ; 700
- )))
+ (set-file-modes path (+ (* 64 7) (* 8 0) 0))))) ; chmod 0700
(defun elmo-delete-directory (path &optional no-hierarchy)
"Delete directory recursively."