Skip to content

Commit

Permalink
Removes references to delightful IMAP widget
Browse files Browse the repository at this point in the history
  • Loading branch information
lepht committed May 3, 2011
1 parent 686028f commit 640b0e0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rc.lua
Expand Up @@ -51,7 +51,6 @@ require('delightful.widgets.pulseaudio')
-- Which widgets to install?
-- This is the order the widgets appear in the wibox.
install_delightful = {
-- delightful.widgets.imap,
delightful.widgets.network,
delightful.widgets.cpu,
delightful.widgets.memory,
Expand All @@ -62,16 +61,6 @@ install_delightful = {

-- Widget configuration
delightful_config = {
-- [delightful.widgets.imap] = {
-- {
-- user = 'myuser',
-- password = 'mypassword',
-- host = 'mail.example.com',
-- ssl = true,
-- mailboxes = { 'INBOX', 'awesome' },
-- command = 'evolution -c mail',
-- },
-- },
[delightful.widgets.cpu] = {
command = 'gnome-system-monitor',
},
Expand Down

0 comments on commit 640b0e0

Please sign in to comment.