diff options
-rw-r--r-- | muttrc | 2 | ||||
-rw-r--r-- | offlineimaprc | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |