The Lambda Lab
/
projects
/
lambdamail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
737b9b9
)
Removed unused import.
author
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 24 Aug 2019 08:37:15 +0000
(10:37 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 24 Aug 2019 08:37:15 +0000
(10:37 +0200)
README
patch
|
blob
|
history
lambdamail.scm
patch
|
blob
|
history
diff --git
a/README
b/README
index
84f1dee
..
05e56e8
100644
(file)
--- a/
README
+++ b/
README
@@
-1,5
+1,5
@@
LambdaMail
-----------
+==========
This is an _extremely simple_ SMTP server designed specifically for
running on personal servers with a very small number (~1) users. It
diff --git
a/lambdamail.scm
b/lambdamail.scm
index
d185d89
..
cffc81f
100644
(file)
--- a/
lambdamail.scm
+++ b/
lambdamail.scm
@@
-14,7
+14,7
@@
(chicken process-context)
(chicken process-context posix)
(chicken condition)
- srfi-1 srfi-13
matchable
)
+ srfi-1 srfi-13)
(define lambdamail-version "0.0.1")