2021-03-12
2021-03-12 12:44:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
b84e273254354978bc700f3a7349488f76d93bd5
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: b84e273254354978bc700f3a7349488f76d93bd5
ABS: Use absolute path to configuration dir in email subject.
Fixes remainder of [WS-648].
3878: Inside #if undefined(__NT__)
"Subject": sprintf("ABS @ %s @ %s:%s",
version(),
gethostname(),
- query_configuration_dir()),
+ combine_path(getcwd(),
+ query_configuration_dir())),
"Date": Roxen.http_date(time(1)),
"Content-Type": "text/plain",
"From": abs_from,