Mailto override.
This commit is contained in:
parent
3c9a3fe856
commit
33d2bf9088
2 changed files with 15 additions and 5 deletions
|
@ -37,7 +37,8 @@
|
|||
mailman
|
||||
texts
|
||||
tests
|
||||
reminders)
|
||||
reminders
|
||||
util-mail)
|
||||
|
||||
;; Print banner
|
||||
(print "HackerBase 0.9.4 (c) 2023 Brmlab, z.s.")
|
||||
|
@ -100,6 +101,8 @@
|
|||
(-show-destroyed- #t))
|
||||
(-sendmail () "Actually send emails"
|
||||
(-send-emails- #t))
|
||||
(-mailto (email) "Override all outgoing emails destination"
|
||||
(*mailto-override* 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