We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nil
1 parent 7ac333c commit 6ec9977Copy full SHA for 6ec9977
widgets/gmail_all.lua
@@ -39,7 +39,7 @@ local mail = {
39
-- {{{ Gmail widget type
40
local function worker(format, warg)
41
-- Get info from the Gmail atom feed
42
- local f = io.popen("curl --connect-timeout 1 -m 3 -fsn " .. helpers.shellquote(feed[1]))
+ local f = io.popen("curl --connect-timeout 1 -m 3 -fsn " .. helpers.shellquote(feed))
43
44
-- Could be huge don't read it all at once, info we are after is at the top
45
local xml = f:read(2000)
0 commit comments