Ver código fonte

Explicitly emit null instead of dropping from output

tags/3.3
Jason Stephenson 1 ano atrás
pai
commit
758be4ce1f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      lualib/lua_mime.lua

+ 1
- 1
lualib/lua_mime.lua Ver arquivo

@@ -607,7 +607,7 @@ exports.message_to_ucl = function(task, stringify_content)
from_ip = maybe_stringify_ip(task:get_from_ip()),
}
if not next(result.envelope) then
result.envelope = nil
result.envelope = ucl.null
end

local parts = task:get_parts() or E

Carregando…
Cancelar
Salvar