aboutsummaryrefslogtreecommitdiff
path: root/mbox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mbox.lua')
-rw-r--r--mbox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbox.lua b/mbox.lua
index d5c1b56..c73236c 100644
--- a/mbox.lua
+++ b/mbox.lua
@@ -16,7 +16,7 @@ module("vicious.mbox")
-- {{{ Mailbox widget type
-function worker(format, mbox)
+local function worker(format, mbox)
local f = io.open(mbox)
-- mbox could be huge, get a 15kb chunk from EOF
-- * attachments could be much bigger than this