dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

.offlineimaprc (485B)


      1 [general]
      2 accounts = pyratebeard
      3 pythonfile = ~/.offlineimap.py
      4 
      5 [Account pyratebeard]
      6 localrepository = pyratebeard-local
      7 remoterepository = pyratebeard-remote
      8 
      9 [Repository pyratebeard-local]
     10 type = Maildir
     11 localfolders = ~/var/mbox/pyratebeard
     12 
     13 [Repository pyratebeard-remote]
     14 type = IMAP
     15 remotehosteval = get_imap("pyratebeard")
     16 remoteuser = root@pyratebeard.net
     17 remotepasseval = get_pass("pyratebeard")
     18 ssl = yes
     19 sslcacertfile = /etc/ssl/certs/ca-certificates.crt
     20 readonly = false