Quoting ergänzt
This commit is contained in:
parent
c1340266ab
commit
2022c65400
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
from="office@krautspace.de"
|
from="office@krautspace.de"
|
||||||
to=("hackspace-jena@lstsrv.org" "krautspace-announce@lstsrv.org")
|
to=("hackspace-jena@lstsrv.org" "krautspace-announce@lstsrv.org")
|
||||||
replyto="hackspace-jena@lstsrv.org"
|
#replyto="hackspace-jena@lstsrv.org"
|
||||||
subject="Einladung zum Plenum"
|
subject="Einladung zum Plenum"
|
||||||
location="https://talk.kabi.tk/krautspace"
|
location="https://talk.kabi.tk/krautspace"
|
||||||
body_file=email_text # Use PROSEDATE for dd.mm.YYYY and URLDATE for YYYmmdd
|
body_file=email_text # Use PROSEDATE for dd.mm.YYYY and URLDATE for YYYmmdd
|
||||||
|
|
||||||
## Find next Thursday
|
## Find next Thursday
|
||||||
date_fmt () { date -u -d "$2 next Thu" $1; }
|
date_fmt () { date -u -d "$2 next Thu" "$1"; }
|
||||||
|
|
||||||
## Check if next Thursday is the first of a month
|
## Check if next Thursday is the first of a month
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue