Fix argv0
This commit is contained in:
parent
e772720fd9
commit
cb798ca799
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
|||
to
|
||||
(list to))))
|
||||
(apply process-send/recv
|
||||
(list "mail"
|
||||
"-r" from
|
||||
"mail"
|
||||
(list "-r" from
|
||||
"-s" subject
|
||||
tos)
|
||||
body-lines))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue