Styling to match upstream

This commit is contained in:
Lee Watson 2015-11-21 11:53:19 +00:00
parent 1539a1b5d4
commit 94204ac2da
No known key found for this signature in database
GPG Key ID: EB82105DA41CDAA9
1 changed files with 2 additions and 2 deletions

View File

@ -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")