Switching from mbsync to offlineimap. More mail crap
This commit is contained in:
parent
8a8771581a
commit
f28c485ce7
8 changed files with 51 additions and 18 deletions
|
|
@ -1,9 +1,12 @@
|
|||
[general]
|
||||
accounts = IOCOM
|
||||
accounts = IOCOM, Gmail
|
||||
pythonfile = ~/dotfiles/offlineimap.py
|
||||
|
||||
|
||||
[Account IOCOM]
|
||||
localrepository = IOCOMLocal
|
||||
remoterepository = IOCOMRemote
|
||||
status_backend = sqlite
|
||||
|
||||
[Repository IOCOMLocal]
|
||||
type = Maildir
|
||||
|
|
@ -13,3 +16,22 @@ localfolders = ~/.mail/iocom
|
|||
type = IMAP
|
||||
remotehost = secure.emailsrvr.com
|
||||
remoteuser = dswan@insors.com
|
||||
remotepasseval = iocom_password()
|
||||
realdelete = no
|
||||
|
||||
|
||||
[Account Gmail]
|
||||
localrepository = GmailLocal
|
||||
remoterepository = GmailRemote
|
||||
status_backend = sqlite
|
||||
|
||||
[Repository GmailLocal]
|
||||
type = Maildir
|
||||
localfolders = ~/.mail/gmail
|
||||
|
||||
[Repository GmailRemote]
|
||||
type = Gmail
|
||||
remoteuser = dustinswan@gmail.com
|
||||
remotepasseval = gmail_password()
|
||||
realdelete = no
|
||||
sslcacertfile = /usr/local/opt/curl-ca-bundle/share/ca-bundle.crt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue