dotfiles

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

config (518B)


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