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
|
end
|
||||||
-- Find pathes to mailboxes.
|
-- Find pathes to mailboxes.
|
||||||
local p = io.popen("find " .. mailpath ..
|
local p = io.popen("find " .. mailpath ..
|
||||||
" -mindepth 1 -maxdepth 2 -type d" ..
|
" -mindepth 1 -maxdepth 2 -type d" ..
|
||||||
" -not -name .git")
|
" -not -name .git")
|
||||||
local boxes = {}
|
local boxes = {}
|
||||||
repeat
|
repeat
|
||||||
line = p:read("*l")
|
line = p:read("*l")
|
||||||
|
|
Loading…
Reference in New Issue