diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
commit | 6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 (patch) | |
tree | 93ebfb332b3a231931fe1b1276632bdaa33fa6e4 /offlineimaprc | |
parent | c021038355b6773ab13dae92327fda50c366395f (diff) | |
download | dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2 dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip |
Organise everything systematically.
Diffstat (limited to 'offlineimaprc')
-rw-r--r-- | offlineimaprc | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/offlineimaprc b/offlineimaprc deleted file mode 100644 index a54e9f5..0000000 --- a/offlineimaprc +++ /dev/null @@ -1,73 +0,0 @@ -[general] -ui = ttyui -accounts = Dovecot -# This will suppress anything but errors -ui = quiet - -[Account Dovecot] -localrepository = Dovecot-Local -remoterepository = Dovecot-Remote -autorefresh = 15 - -[Repository Dovecot-Local] -type = Maildir -localfolders = ~/.mail/dove - -[Repository Dovecot-Remote] -type = IMAP -idlefolders = ['INBOX'] -remotehost = skozl.com -remoteuser = v@skozl.com -#remotepass = youwish -ssl = yes -sslcacertfile = /etc/ssl/certs/ca-certificates.crt - -[Account Gmail] -localrepository = Gmail-Local -remoterepository = Gmail-Remote - -[Repository Gmail-Local] -type = Maildir -localfolders = ~/.mail/Gmail -nametrans = lambda folder: {'drafts': '[Gmail]/Drafts', - 'sent': '[Gmail]/Sent Mail', - 'flagged': '[Gmail]/Starred', - 'trash': '[Gmail]/Trash', - 'spam': '[Gmail]/Spam', - 'archive': '[Gmail]/All Mail', - }.get(folder, folder) - - -[Repository Gmail-Remote] -type = Gmail -#idlefolders = ['INBOX'] -remoteuser = vasil.zlatanov@gmail.com -#remotepass = youwish -realdelete = yes -maxconnections = 2 -sslcacertfile = ~/.mutt/ca-certificates.crt -nametrans = lambda folder: {'[Gmail]/Drafts': 'drafts', - '[Gmail]/Sent Mail': 'sent', - '[Gmail]/Starred': 'flagged', - '[Gmail]/Trash': 'trash', - '[Gmail]/Spam': 'spam', - '[Gmail]/All Mail': 'archive', - }.get(folder, folder) - -[Account BitMessage] -localrepository = BitMessage-Local -remoterepository = BitMessage-Remote -autorefresh = 15 - -[Repository BitMessage-Local] -type = Maildir -localfolders = ~/.mail/Swiss - -[Repository BitMessage-Remote] -type = IMAP -idlefolders = ['INBOX'] -remotehost = mail.bitmessage.ch -remoteuser = BM-2cT677uioXaWcyyGPoLeS1t7fSoYbmFscj@bitmessage.ch -#remotepass = youwish -ssl = yes -cert_fingerprint = f7dbaf99a66bdcc4fcf0cc7ca76b812d5e4bbb59 |