rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

config (500B)


      1 [general]
      2 accounts = MfellerIo
      3 metadata = $XDG_CONFIG_HOME/offlineimap/offlineimap
      4 pythonfile = $XDG_CONFIG_HOME/offlineimap/offlineimap.py
      5 
      6 [Account MfellerIo]
      7 localrepository = MfellerLocal
      8 remoterepository = MfellerRemote
      9 
     10 [Repository MfellerRemote]
     11 type = IMAP
     12 remotehost = mail.mfeller.io
     13 remoteuser = mark
     14 remotepasseval = get_pass("bsd-mark")
     15 sslcacertfile = /etc/ssl/certs/ca-bundle.trust.crt
     16 ssl = yes
     17 
     18 [Repository MfellerLocal]
     19 type = Maildir
     20 localfolders = ~/.local/mail
     21 restoreatime = no