SirMail: grepable message-index file format
This commit is contained in:
parent
6b907d6b61
commit
63d465f114
|
@ -202,7 +202,12 @@
|
||||||
(status "Saving mailbox information...")
|
(status "Saving mailbox information...")
|
||||||
(with-output-to-file (build-path mailbox-dir "mailbox")
|
(with-output-to-file (build-path mailbox-dir "mailbox")
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(write (cons uid-validity (map vector->list mailbox))))
|
(printf "(\n")
|
||||||
|
(for-each (lambda (l)
|
||||||
|
(write l)
|
||||||
|
(newline))
|
||||||
|
(cons uid-validity (map vector->list mailbox)))
|
||||||
|
(printf ")\n"))
|
||||||
'truncate))
|
'truncate))
|
||||||
|
|
||||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user