diff options
author | Karel Kočí <karel.koci@nic.cz> | 2016-08-18 17:18:47 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2016-08-18 17:18:47 +0200 |
commit | fed33f9b8fd4eedc93df8a0446d51fbd30f6c31f (patch) | |
tree | 5a2d8161ac7a868d10eff659371b911777596d87 /config/offlineimap | |
parent | ec907b0df80ee3df937be8bc42fe7b3ac0646852 (diff) | |
download | myconfigs-fed33f9b8fd4eedc93df8a0446d51fbd30f6c31f.tar.gz myconfigs-fed33f9b8fd4eedc93df8a0446d51fbd30f6c31f.tar.bz2 myconfigs-fed33f9b8fd4eedc93df8a0446d51fbd30f6c31f.zip |
Add email to install script and add offlineimap
Diffstat (limited to 'config/offlineimap')
-rwxr-xr-x | config/offlineimap/config | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/config/offlineimap/config b/config/offlineimap/config new file mode 100755 index 0000000..704985a --- /dev/null +++ b/config/offlineimap/config @@ -0,0 +1,30 @@ +# vim: set ft=config: +[general] +accounts = email +maxsyncaccounts = 4 + +[Repository email-remote] +type = IMAP +remotehost = imap.seznam.cz +remoteuser = cynerd@email.cz +ssl = yes +sslcacertfile = /etc/ssl/certs/ca-certificates.crt + +[Repository email-local] +type = Maildir +localfolders = ~/.mail/email + +[Account email] +localrepository = email-local +remoterepository = email-remote +status_backend = sqlite +autorefresh = 5 +quick = 5 + +[mbnames] +enabled = yes +filename = ~/.mutt/mailboxes +header = "mailboxes " +peritem = "+%(foldername)s" +sep = " " +footer = "\n" |