feat(sterni/mblog): add package to read maildirs
Change-Id: I7be8d8b7d12bb194712aa26f3ddad74340357779 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5070 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
4803776491
commit
7577a89284
3 changed files with 25 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
(defpackage :maildir
|
||||
(:use :common-lisp)
|
||||
(:shadow :list)
|
||||
(:export :list)
|
||||
(:documentation
|
||||
"Very incomplete package for dealing with maildir(5)."))
|
||||
|
||||
(defpackage :mblog
|
||||
(:use
|
||||
:common-lisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue