Commit 1d5274ba 1d5274ba3a59390a7ab774edeb2953fe7902302b by Sergey Poznyakoff

Remove X-Mailer. Send will add it if needed.

1 parent 64c2eb81
......@@ -12,6 +12,5 @@
%<{subject}%(lit)%<(isreply)%?(profile reply-prefix)%(concat)%|%(concat Re:)%>%(concat{subject})%(printhdr Subject: )\n%>\
%(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printhdr In-reply-to: )\n%>\
%(lit)%(concat(references))%<(nonnull)%(void(width))%(printhdr References: )\n%>\
X-Mailer: MH \(%(package_string)\)\n\
--------
......
......@@ -16,6 +16,5 @@
%<{subject}%(lit)%<(isreply{subject})%?(profile reply-prefix)%(concat)%|%(concat Re:)%>%(concat{subject})%(printhdr Subject: )\n%>\
%(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printhdr In-reply-to: )\n%>\
%(lit)%(concat(references))%<(nonnull)%(void(width))%(printhdr References: )\n%>\
X-Mailer: MH \(%(package_string)\)\n\
--------
......