Don't use test_expect_failure for tests that are supposed to work
[stgit] / templates / mailattch.tmpl
CommitLineData
e5c32acf
CM
1From: %(sender)s
2Subject: [%(prefix)sPATCH%(version)s%(number)s] %(shortdescr)s
3Mime-Version: 1.0
4Content-Type: multipart/mixed; boundary=MIMEBOUNDARY
5
6This is a MIME message.
7
8--MIMEBOUNDARY
9Content-Type: text/plain
10Content-Disposition: inline
11
12%(fromauth)s%(longdescr)s
13---
14
15%(diffstat)s
16--MIMEBOUNDARY
17Content-Type: text/plain; name=%(patch)s.patch
18Content-Disposition: attachment; filename=%(patch)s.patch
19
20%(diff)s
21--MIMEBOUNDARY--