From a11f76cf00b430d3f7eec710879847cb654fe17f Mon Sep 17 00:00:00 2001
From: Luke Bonham <copycat-killer@users.noreply.github.com>
Date: Mon, 20 Jan 2014 09:53:32 -0800
Subject: [PATCH] Updated imap (markdown)

---
 imap.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/imap.md b/imap.md
index b0d5375..7952c81 100644
--- a/imap.md
+++ b/imap.md
@@ -46,10 +46,8 @@ and you'll have the same security provided by `~/.netrc`.
 **Or** you can use a keyring, like [python keyring](https://pypi.python.org/pypi/keyring):
 
     myimapcheck = lain.widgets.imap({
-        is_plain = true,
-        password = "myplainpassword",
-        server   = "mail.autistici.org",
-        mail     = "dada@anche.no",
+        password = "keyring get mymail",
+        [...]
     })
 
 When `is_plain == false`, it *executes* `password` before using it, so you can also use whatever password fetching solution you want.
-- 
2.39.5