From f32f0c8435634bc985e90ca0327cfbe754c4043d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 5 Nov 2021 19:55:04 +0000 Subject: [PATCH] [Minor] Store newlines type --- lualib/lua_mime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/lua_mime.lua b/lualib/lua_mime.lua index 44294efff..ffc1fb2f9 100644 --- a/lualib/lua_mime.lua +++ b/lualib/lua_mime.lua @@ -584,7 +584,7 @@ exports.message_to_ucl = function(task) local result = {} result.size = task:get_size() result.digest = task:get_digest() - + result.newlines = task:get_newlines_type() result.headers = task:get_headers(true) or {} local parts = task:get_parts() or {} -- 2.39.5