From c44cf3a3f0a73ad276c0316759fcb0d8a0d22032 Mon Sep 17 00:00:00 2001 From: James <31272717+gpd-pocket-hacker@users.noreply.github.com> Date: Mon, 9 Nov 2020 16:34:32 +0000 Subject: put ascii in subject of emails --- rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rx.c') diff --git a/rx.c b/rx.c index 2087f99..427dcd3 100644 --- a/rx.c +++ b/rx.c @@ -26,7 +26,7 @@ static void msg (char *account, char *event, char *ascii, int log, const char *e if (strstr (body, "HEARTBT")) return; - snprintf (subject, sizeof (subject) - 1, "Galaxy SIA from %s", account); + snprintf (subject, sizeof (subject) - 1, "Galaxy SIA: %s", ascii); send_email (email, subject, body); } -- cgit v1.2.3