Emit X-Mailer header
Showing
2 changed files
with
2 additions
and
0 deletions
... | @@ -100,6 +100,7 @@ static char *format_str = | ... | @@ -100,6 +100,7 @@ static char *format_str = |
100 | "%<{subject}Subject: Re: %(unre{subject})\\n%>" | 100 | "%<{subject}Subject: Re: %(unre{subject})\\n%>" |
101 | "%(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printstr In-reply-to: )\\n%>" | 101 | "%(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printstr In-reply-to: )\\n%>" |
102 | "%(lit)%(concat(references))%<(nonnull)%(void(width))%(printstr References: )\\n%>" | 102 | "%(lit)%(concat(references))%<(nonnull)%(void(width))%(printstr References: )\\n%>" |
103 | "X-Mailer: MH \\(%(package_string)\\)\\n" | ||
103 | "--------\n"; | 104 | "--------\n"; |
104 | 105 | ||
105 | static mh_format_t format; | 106 | static mh_format_t format; | ... | ... |
... | @@ -12,5 +12,6 @@ | ... | @@ -12,5 +12,6 @@ |
12 | %<{subject}Subject: Re: %(unre{subject})\n%>\ | 12 | %<{subject}Subject: Re: %(unre{subject})\n%>\ |
13 | %(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printstr In-reply-to: )\n%>\ | 13 | %(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printstr In-reply-to: )\n%>\ |
14 | %(lit)%(concat(references))%<(nonnull)%(void(width))%(printstr References: )\n%>\ | 14 | %(lit)%(concat(references))%<(nonnull)%(void(width))%(printstr References: )\n%>\ |
15 | X-Mailer: MH \(%(package_string)\)\n\ | ||
15 | -------- | 16 | -------- |
16 | 17 | ... | ... |
-
Please register or sign in to post a comment