about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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) {
lours for Xt and cwmJune McEnroe 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 2021-02-07Fully configure and rebind cwmJune McEnroe 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe