diff options
Diffstat (limited to 'email')
-rw-r--r-- | email/email.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/email/email.scm b/email/email.scm index 6ed285f..d6b4e7e 100644 --- a/email/email.scm +++ b/email/email.scm @@ -902,6 +902,8 @@ list of header keys and values." decoded-octets))) (define (read-next-email-in-mbox port) + "Read next email from PORT and return as a bytevector. PORT is an +input port reading an mbox file." ;; Read and discard From_ line (get-line-with-delimiter port) ;; Read the actual email |