Argument passing.
This commit is contained in:
parent
cb798ca799
commit
6fb6528919
1 changed files with 5 additions and 3 deletions
|
@ -50,8 +50,10 @@
|
|||
(list to))))
|
||||
(apply process-send/recv
|
||||
"mail"
|
||||
(list "-r" from
|
||||
"-s" subject
|
||||
(append (if from
|
||||
(list "-r" from)
|
||||
'())
|
||||
(list "-s" subject)
|
||||
tos)
|
||||
body-lines))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue