From d518276c3583de763a3a7de522af7d8b82efe00a Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 3 Aug 2014 17:51:57 +0300 Subject: IMAP IDLE and push notifications.. finally! --- muttrc | 2 +- offlineimaprc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/muttrc b/muttrc index fbb4a02..227068f 100644 --- a/muttrc +++ b/muttrc @@ -39,7 +39,7 @@ set realname = "Vasil Zlatanov" set editor = "vim" # Basic config, you can leave this as is -set mail_check = 20 +set mail_check = 3 set timeout = 15 unset imap_passive set header_cache=~/.muttlocal/cache/headers diff --git a/offlineimaprc b/offlineimaprc index 4445f6a..945cf0d 100644 --- a/offlineimaprc +++ b/offlineimaprc @@ -2,7 +2,7 @@ ui = ttyui accounts = BitMessage # This will suppress anything but errors -#ui = quiet +ui = quiet [Account Gmail] @@ -43,7 +43,6 @@ nametrans = lambda folder: {'[Gmail]/Drafts': 'drafts', localrepository = BitMessage-Local remoterepository = BitMessage-Remote autorefresh = 5 -quick = 20 [Repository BitMessage-Local] type = Maildir @@ -51,6 +50,7 @@ localfolders = ~/.mail/Swiss [Repository BitMessage-Remote] type = IMAP +idlefolders = ['INBOX'] remotehost = mail.bitmessage.ch remoteuser = BM-2cT677uioXaWcyyGPoLeS1t7fSoYbmFscj@bitmessage.ch #remotepass = youwish -- cgit v1.2.3-54-g00ecf