Skip to content

Commit 17d935f

Browse files
committed
Add MIME-Version mail header
1 parent 4e4d80e commit 17d935f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/commit-email.rb

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def make_header(to, from, info)
319319
headers << x_repository(info)
320320
headers << x_revision(info)
321321
headers << x_id(info)
322+
headers << 'Mime-Version: 1.0'
322323
headers << 'Content-Type: text/plain; charset=utf-8'
323324
headers << 'Content-Transfer-Encoding: quoted-printable'
324325
headers << "From: #{from}"

0 commit comments

Comments
 (0)