From c7225ffd120578fefb1d1ead73c1ed84d83de997 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Apr 2020 17:59:43 -0400 Subject: Rename baseAddress to baseMailto --- html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index 24cdf1a..bbc9662 100644 --- a/html.c +++ b/html.c @@ -81,7 +81,7 @@ static char *htmlReply(const struct Envelope *envelope) { struct Variable vars[] = { { "mailbox", envelope->replyTo.mailbox }, { "host", envelope->replyTo.host }, - { "cc", baseAddress }, + { "cc", baseMailto }, { "re", (strncmp(envelope->subject, "Re: ", 4) ? "Re: " : "") }, { "subject", envelope->subject }, { "messageID", envelope->messageID }, @@ -515,7 +515,7 @@ static int htmlIndexNav(FILE *file) { if (error) return error; } return 0 - || htmlNavItem(file, "write", "mailto:", baseAddress) + || htmlNavItem(file, "write", "mailto:", baseMailto) || templateRender(file, TEMPLATE(), NULL, NULL); } -- cgit 1.4.1