summaryrefslogtreecommitdiffstats
path: root/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'rx.c')
-rw-r--r--rx.c2
1 files changed, 1 insertions, 1 deletions
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);
}