From 7406d6e90761064ffba5e46024654427b19a8843 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 16 Apr 2020 10:59:40 -0400 Subject: Move message fragment link to subject --- html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index b977137..22fafd5 100644 --- a/html.c +++ b/html.c @@ -105,14 +105,13 @@ int htmlMessageOpen(FILE *file, const struct Envelope *envelope) { const char *template = TEMPLATE(
-

[subject]

+

[subject]

[from]
-- cgit 1.4.1