From 59b519ab7e703ebdbad06bd9ba3cae6e55d880d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 10 May 2021 00:12:13 +0700 Subject: am: learn to process quoted lines that ends with CRLF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In previous changes, mailinfo has learnt to process lines that decoded from base64 or quoted-printable, and ends with CRLF. Let's teach "am" that new trick, too. Signed-off-by: Đoàn Trần Công Danh Signed-off-by: Junio C Hamano --- mailinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mailinfo.h') diff --git a/mailinfo.h b/mailinfo.h index 2ddf8be90f..f2ffd0349e 100644 --- a/mailinfo.h +++ b/mailinfo.h @@ -6,6 +6,7 @@ #define MAX_BOUNDARIES 5 enum quoted_cr_action { + quoted_cr_unset = -1, quoted_cr_nowarn, quoted_cr_warn, quoted_cr_strip, -- cgit v1.2.3