diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-03 17:51:57 +0300 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-03 17:51:57 +0300 |
commit | d518276c3583de763a3a7de522af7d8b82efe00a (patch) | |
tree | d8524322a13ac8a5e8485834d32a19a6fbfe5dba /offlineimaprc | |
parent | 7ac902b23725a47957b03b19a97d260cf031f70f (diff) | |
download | dotfiles-d518276c3583de763a3a7de522af7d8b82efe00a.tar.gz dotfiles-d518276c3583de763a3a7de522af7d8b82efe00a.tar.bz2 dotfiles-d518276c3583de763a3a7de522af7d8b82efe00a.zip |
IMAP IDLE and push notifications.. finally!
Diffstat (limited to 'offlineimaprc')
-rw-r--r-- | offlineimaprc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |