summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--atom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom.c b/atom.c
index 2851e3c..bf4b456 100644
--- a/atom.c
+++ b/atom.c
@@ -27,7 +27,7 @@ static char *atomID(const char *messageID) {
 		{ "messageID", messageID },
 		{0},
 	};
-	return templateURL("mailto:?In-Reply-To=[messageID]", vars);
+	return templateURL("mailto:?Message-Id=[messageID]", vars);
 }
 
 int atomEntryHead(FILE *file, const struct Envelope *envelope) {
ead pagesJune McEnroe 2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe 2020-04-26Remove margins in article.message headerJune McEnroe 2020-04-26Generate index.atomJune McEnroe 2020-04-26Generate XHTML content in Atom entriesJune McEnroe 2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe