From d33ff8191a032835c7d148c509f4555510cd4944 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 14 Apr 2020 10:56:15 -0400 Subject: Use mid: URLs for Atom IDs --- atom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atom.c') diff --git a/atom.c b/atom.c index 1ed940a..5f7e3c7 100644 --- a/atom.c +++ b/atom.c @@ -29,7 +29,7 @@ static char *atomID(const struct Envelope *envelope) { { "messageID", envelope->messageID }, {0}, }; - return templateURL("mailto:?Message-Id=[messageID]", vars); + return templateURL("mid:[messageID]", vars); } static int atomAuthor(FILE *file, struct Address addr) { -- cgit 1.4.1