@@ -43,6 +43,7 @@
(define (ini->file ini file #:private? [private? #f])
(let* ((file (get-ini-file file))
(_ (make-parent-directory* file))
(out (if (and private?
(memq (system-type 'os) '(unix macosx)))
(open-output-file file
@@ -198,4 +199,3 @@
ini)))))
The note is not visible to the blocked user.