mirror of https://github.com/lcpz/lain.git
Styling to match upstream
This commit is contained in:
parent
1539a1b5d4
commit
94204ac2da
|
@ -44,8 +44,8 @@ local function worker(args)
|
|||
end
|
||||
-- Find pathes to mailboxes.
|
||||
local p = io.popen("find " .. mailpath ..
|
||||
" -mindepth 1 -maxdepth 2 -type d" ..
|
||||
" -not -name .git")
|
||||
" -mindepth 1 -maxdepth 2 -type d" ..
|
||||
" -not -name .git")
|
||||
local boxes = {}
|
||||
repeat
|
||||
line = p:read("*l")
|
||||
|
|
Loading…
Reference in New Issue