MacOS fixes

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
This commit is contained in:
Abin Simon
2018-03-13 10:25:21 +05:30
parent a4e016a8f3
commit 4537d35666
6 changed files with 45 additions and 5 deletions

View File

@ -0,0 +1,6 @@
[general]
accounts =
starttls = yes
ssl = true
pythonfile = ~/.config/mutt/credentials/imappwd.py

View File

@ -0,0 +1,19 @@
[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