4537d35666
fix adding new account in macos Fix mailsync ping command Fix mutt-wizard Fix muttrc for mac Add files for offlineimap_profile and offlineimap_header Update README with MacOS install instructions
20 lines
485 B
Plaintext
20 lines
485 B
Plaintext
[Account $title]
|
|
|
|
localrepository = $title-local
|
|
remoterepository = $title-remote
|
|
|
|
[Repository $title-remote]
|
|
auth_mechanisms = LOGIN
|
|
type = $type
|
|
remoteuser = $login
|
|
sslcacertfile = /usr/local/etc/openssl/cert.pem
|
|
remotepasseval = mailpasswd("$title")
|
|
remotehost = $imap
|
|
remoteport = $iport
|
|
folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail']
|
|
sslcacertfile = /usr/local/etc/openssl/cert.pem
|
|
|
|
[Repository $title-local]
|
|
type = Maildir
|
|
localfolders = ~/.mail/$title
|