diff options
-rw-r--r-- | users/sterni/mblog/note.lisp | 2 | ||||
-rw-r--r-- | users/sterni/mblog/packages.lisp | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/users/sterni/mblog/note.lisp b/users/sterni/mblog/note.lisp index 93d9231aa293..b1f903c9a7aa 100644 --- a/users/sterni/mblog/note.lisp +++ b/users/sterni/mblog/note.lisp @@ -56,7 +56,7 @@ :initarg :mime-subtype :reader apple-note-mime-subtype)) (:documentation - "Representation of a Note created using Apple's Notes using the IMAP backend")) + "Representation of a Note created using Apple's Notes via the IMAP backend")) (defun apple-note-p (msg) "Checks X-Uniform-Type-Identifier of a MIME:MIME-MESSAGE diff --git a/users/sterni/mblog/packages.lisp b/users/sterni/mblog/packages.lisp index 7e357f89ffac..aa2fa952f1d0 100644 --- a/users/sterni/mblog/packages.lisp +++ b/users/sterni/mblog/packages.lisp @@ -11,17 +11,15 @@ :babel :babel-encodings :closure-html - :who :cl-date-time-parser - :mime4cl - :who) + :mime4cl) (:import-from :alexandria :when-let* :when-let :starts-with-subseq :ends-with-subseq) - (:shadow :with-html-output) ; conflict between closure-html and who + (:import-from :who :escape-char-minimal) (:export :apple-note :apple-note-uuid |