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))))
|
(list to))))
|
||||||
(apply process-send/recv
|
(apply process-send/recv
|
||||||
"mail"
|
"mail"
|
||||||
(list "-r" from
|
(append (if from
|
||||||
"-s" subject
|
(list "-r" from)
|
||||||
|
'())
|
||||||
|
(list "-s" subject)
|
||||||
tos)
|
tos)
|
||||||
body-lines))))
|
body-lines))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue