summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-05-02 13:07:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-06-01 14:02:08 +0200
commit7dbbf90493c1922576d80f4debdd7063d43b4561 (patch)
treee4380e2d631e4b6d420d9f3508b89f5b14de95a5
parentb5dd03ba38691a044d8d20d5359f17cb37663646 (diff)
Fix example imagrc: we do not have a "message_id" helper
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--imagrc.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 629775d5..b47e3278 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -263,7 +263,7 @@ From: {{from}}
Reply-To: {{from}}
Message-Id: {{message_id}}
{{#if is_in_reply_to}}
-In-Reply-To: {{in_reply_to | message_id}}
+In-Reply-To: {{in_reply_to}}
{{/if}}
To: {{to}}
Cc: {{cc}}