diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-03 10:54:31 +0300 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-03 10:54:31 +0300 |
commit | 90e567e09a24e124a585174dd49a0298c7f42369 (patch) | |
tree | 936a29bba0ad3908f1d5b438abf87adc4c00e3e2 /offlineimaprc | |
parent | de12ddd5802b56445672589e467ff0eac98447f3 (diff) | |
download | dotfiles-90e567e09a24e124a585174dd49a0298c7f42369.tar.gz dotfiles-90e567e09a24e124a585174dd49a0298c7f42369.tar.bz2 dotfiles-90e567e09a24e124a585174dd49a0298c7f42369.zip |
reconfiguring for bitmessage.ch
Diffstat (limited to 'offlineimaprc')
-rw-r--r-- | offlineimaprc | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/offlineimaprc b/offlineimaprc index 209cb7d..4445f6a 100644 --- a/offlineimaprc +++ b/offlineimaprc @@ -1,18 +1,16 @@ [general] ui = ttyui -accounts = Gmail +accounts = BitMessage # This will suppress anything but errors -ui = quiet +#ui = quiet [Account Gmail] localrepository = Gmail-Local remoterepository = Gmail-Remote # Minutes between syncs -autorefresh = 5 # Number of quick-syncs between autorefreshes. Quick-syncs do not update if the # only changes were to IMAP flags -quick = 10 [Repository Gmail-Local] type = Maildir @@ -29,9 +27,9 @@ nametrans = lambda folder: {'drafts': '[Gmail]/Drafts', [Repository Gmail-Remote] type = Gmail remoteuser = vasil.zlatanov@gmail.com -remotepass = **** -realdelete = no -maxconnections = 1 +#remotepass = youwish +realdelete = yes +maxconnections = 4 sslcacertfile = /etc/ssl/certs/ca-certificates.crt nametrans = lambda folder: {'[Gmail]/Drafts': 'drafts', '[Gmail]/Sent Mail': 'sent', @@ -41,4 +39,20 @@ nametrans = lambda folder: {'[Gmail]/Drafts': 'drafts', '[Gmail]/All Mail': 'archive', }.get(folder, folder) +[Account BitMessage] +localrepository = BitMessage-Local +remoterepository = BitMessage-Remote +autorefresh = 5 +quick = 20 + +[Repository BitMessage-Local] +type = Maildir +localfolders = ~/.mail/Swiss +[Repository BitMessage-Remote] +type = IMAP +remotehost = mail.bitmessage.ch +remoteuser = BM-2cT677uioXaWcyyGPoLeS1t7fSoYbmFscj@bitmessage.ch +#remotepass = youwish +ssl = yes +cert_fingerprint = f7dbaf99a66bdcc4fcf0cc7ca76b812d5e4bbb59 |