aboutsummaryrefslogtreecommitdiff
path: root/widgets
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-10-29 16:46:59 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-10-29 16:46:59 +0200
commit7f7a94d7959c970937c803f19416494cb55ae1e3 (patch)
treefee452ed9becb8a76e49fcb5d667cbcb2268ea92 /widgets
parent82eb67b40025608aa856322c9c475dc59577b4d8 (diff)
downloadvicious-legacy-7f7a94d7959c970937c803f19416494cb55ae1e3.tar.xz
gmail: inbox is now default
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.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/gmail.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/gmail.lua b/widgets/gmail.lua
index c772be8..2e3764d 100644
--- a/widgets/gmail.lua
+++ b/widgets/gmail.lua
@@ -37,7 +37,7 @@ local rss = {
}
-- Default is all unread
-local feed = rss.unread
+local feed = rss.inbox
local mail = {
["{count}"] = 0,
["{subject}"] = "N/A"