Getting vdirsyncer & khal working, updating offlineimap to work with fastmail, misc spacemacs config updates

This commit is contained in:
Dustin Swan
2015-09-04 09:26:37 -06:00
parent 0d19f199b7
commit ccf3304f80
5 changed files with 40 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
[general]
accounts = IOCOM, Gmail
accounts = IOCOM, FastMail
pythonfile = ~/dotfiles/offlineimap.py
@@ -19,18 +19,19 @@ remotepasseval = decrypt_password(".iocom-password.gpg")
realdelete = no
[Account Gmail]
localrepository = GmailLocal
remoterepository = GmailRemote
[Account FastMail]
localrepository = FastMailLocal
remoterepository = FastMailRemote
[Repository GmailLocal]
[Repository FastMailLocal]
type = Maildir
localfolders = ~/Mail/Gmail
localfolders = ~/Mail/FastMail
[Repository GmailRemote]
type = Gmail
remoteuser = dustinswan@gmail.com
remotepasseval = decrypt_password(".gmail-password.gpg")
[Repository FastMailRemote]
type = IMAP
remotehost = mail.messagingengine.com
remoteuser = dustinswan@fastmail.com
remotepasseval = decrypt_password(".dustinswan@fastmail.com-password.gpg")
realdelete = no
sslcacertfile=/usr/local/etc/openssl/osx_cert.pem
ssl = yes