aboutsummaryrefslogtreecommitdiff
path: root/widgets/gmail.lua
AgeCommit message (Collapse)AuthorFiles
2014-11-19gmail: fix error when gmail.com is unreachableBenoît Zugmeyer1
ex: no internet connection Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2014-11-15gmail: fix subject when gmail feed is in one lineBenoît Zugmeyer1
For some time now, gmail feeds are in a single line. The goal of this patch is to handle both cases (single and multiline). It will find the text between title tags after the first entry tag. Since the first feed title is skiped with this regex, title regexes aren't needed anymore. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-06-18Ported vicious.widgets module to lua 5.2Arvydas Sidorenko1
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-03-09gmail: fixed misleading commentAdrian C. (anrxc)1
2010-10-29gmail: inbox is now defaultAdrian C. (anrxc)1
With all the tags and other crap, we could be counting mail up to 3-5 times. If you hate this change let me know. Otherwise inbox is now default.
2010-04-02widgets: reuse existing datasets where appropriateAdrian C. (anrxc)1
Gmail, mbox, raid, weather and wifi could return the old value in case there isn't new data, no need for N/A to be so common on our wibox.
2010-03-14API: transform widgets namespace table to a directoryAdrian C. (anrxc)1