Don't break global mbox table in mbox.split_mbox
This commit is contained in:
parent
52bb99af35
commit
9192881346
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function _M.parse_from(from)
|
|||
end
|
||||
|
||||
function _M.split_mbox(mbox_s)
|
||||
mbox = {}
|
||||
local mbox = {}
|
||||
mbox_s = string.gsub(mbox_s, "\r\n", "\n") .."\n\nFrom \n"
|
||||
local nj, i, j = 1, 1, 1
|
||||
while 1 do
|
||||
|
|
Loading…
Add table
Reference in a new issue