From f3662faba6eee9f5136ebbd2b326d10c648ca7ac Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 1 Mar 2021 22:12:18 -0500 Subject: Generate properly populated reply Cc lists --- atom.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'atom.c') diff --git a/atom.c b/atom.c index 16215df..14f9d54 100644 --- a/atom.c +++ b/atom.c @@ -166,7 +166,7 @@ int atomIndexOpen(FILE *file) { const char *template = XML_DECL Q( bubger - mailto:[mailto] + [base]/ [title] [updated] @@ -174,7 +174,6 @@ int atomIndexOpen(FILE *file) { ); struct Variable vars[] = { { "generator", GENERATOR_URL }, - { "mailto", baseMailto }, { "title", baseTitle }, { "updated", iso8601(time(NULL)).s }, { "base", baseURL }, -- cgit 1.4.1