(load "~/.sbclrc") (ql:quickload :loop :silent t) (in-package #:loop) (connect-index! "message-id.db") (remake-index!) (index-from-fs!) (format t "Index built.~%")