From 22023fdc8d3e5ade6306fdab4dba5503dd40dc27 Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 26 Dec 2024 13:23:24 +0100 Subject: [PATCH] docs(sterni/mblog/maildir): add more references Change-Id: Ie3367d05c1cf76ee98501f0527c1da6f3282b4fe Reviewed-on: https://cl.tvl.fyi/c/depot/+/12920 Reviewed-by: sterni Autosubmit: sterni Tested-by: BuildkiteCI --- users/sterni/mblog/maildir.lisp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/users/sterni/mblog/maildir.lisp b/users/sterni/mblog/maildir.lisp index 42f18c619..9acd2a401 100644 --- a/users/sterni/mblog/maildir.lisp +++ b/users/sterni/mblog/maildir.lisp @@ -4,12 +4,14 @@ (in-package :maildir) (declaim (optimize (safety 3))) +;; https://cr.yp.to/proto/maildir.html +;; http://qmail.org/qmail-manual-html/man5/maildir.html (defun list (dir) "Returns a list of pathnames to messages in a maildir. The messages are - returned in no guaranteed order. Note that this function doesn't fully - implement the behavior prescribed by maildir(5): It only looks at `cur` - and `new` and won't clean up `tmp` nor move files from `new` to `cur`, - since it is strictly read-only." +returned in no guaranteed order. Note that this function doesn't fully +implement the behavior prescribed by maildir(5): It only looks at `cur` +and `new` and won't clean up `tmp` nor move files from `new` to `cur`, +since it is strictly read-only. In this, it follows mlist(1)." (flet ((subdir-contents (subdir) (directory (merge-pathnames