Mailto override.

This commit is contained in:
Dominik Pantůček 2023-04-11 09:39:07 +02:00
parent 3c9a3fe856
commit 33d2bf9088
2 changed files with 15 additions and 5 deletions

View file

@ -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)))