summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imagrc.toml10
1 files changed, 3 insertions, 7 deletions
diff --git a/imagrc.toml b/imagrc.toml
index b47e3278..7a681ee9 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -262,17 +262,13 @@ Date: {{date}}
From: {{from}}
Reply-To: {{from}}
Message-Id: {{message_id}}
-{{#if is_in_reply_to}}
-In-Reply-To: {{in_reply_to}}
-{{/if}}
To: {{to}}
Cc: {{cc}}
Subject: {{subject}}
+{{#if is_in_reply_to}}In-Reply-To: {{in_reply_to}}{{/if}}
-Dear {{to | get_name}},
-{{if cc}}
-dear {{cc | get_name}}
-{{/if}}
+{{#if has_to_name}}Dear {{to_name}},{{/if}}
+{{#if has_cc_name}}dear {{cc_name}},{{/if}}
With kind regards
"""