From: Lee Watson Date: Sat, 21 Nov 2015 11:53:19 +0000 (+0000) Subject: Styling to match upstream X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/94204ac2dad82e8b9b206cb596b3a27fb8379640?ds=sidebyside;hp=-c Styling to match upstream --- 94204ac2dad82e8b9b206cb596b3a27fb8379640 diff --git a/widgets/maildir.lua b/widgets/maildir.lua index 4f3fc79..12f3545 100644 --- a/widgets/maildir.lua +++ b/widgets/maildir.lua @@ -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")