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:
d03e984
)
Fixed bug.
author
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 4 Sep 2019 17:46:08 +0000
(19:46 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 4 Sep 2019 17:46:08 +0000
(19:46 +0200)
lambdamail.scm
patch
|
blob
|
history
diff --git
a/lambdamail.scm
b/lambdamail.scm
index
92bbd12
..
bcd7a7e
100644
(file)
--- a/
lambdamail.scm
+++ b/
lambdamail.scm
@@
-177,7
+177,7
@@
(cond
(dest
(let ((dest-dir (cadr dest)))
- (deliver-message-local msg dest-
file
))
+ (deliver-message-local msg dest-
dir
))
(print "Message DELIVERED (local):"))
(orig
(let ((password (caddr orig)))