Make from email address configurable on command-line.
This commit is contained in:
parent
b1226fd12c
commit
8e188a0a8c
2 changed files with 7 additions and 0 deletions
|
@ -107,6 +107,8 @@
|
|||
(-quiet () "Suppress all output"
|
||||
(-quiet- #t)
|
||||
(*progress-quiet* #t))
|
||||
(-from (email) "Sender email address"
|
||||
(*reminder-from* email))
|
||||
""
|
||||
"Query options:"
|
||||
(-mi (id) "Specify member by id" (-member-id- (string->number id)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue