diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-16 12:14:51 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-16 12:14:51 -0700 |
commit | 17b880131630de5686e126d528b80832843b7edc (patch) | |
tree | eaf5fa48068e61c9892713e5ff30922de493b8b4 /autoconf | |
parent | 4abc05bfb55b012e5d4082423b0565b59f85a05c (diff) | |
parent | e9d16d64562c97914e91e4870a848874cfc28cb6 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/offlineimap_header.macos | 6 | ||||
-rw-r--r-- | autoconf/offlineimap_profile | 1 | ||||
-rw-r--r-- | autoconf/offlineimap_profile.macos | 19 |
3 files changed, 25 insertions, 1 deletions
diff --git a/autoconf/offlineimap_header.macos b/autoconf/offlineimap_header.macos new file mode 100644 index 0000000..86d5678 --- /dev/null +++ b/autoconf/offlineimap_header.macos @@ -0,0 +1,6 @@ +[general] +accounts = +starttls = yes +ssl = true +pythonfile = ~/.config/mutt/credentials/imappwd.py + diff --git a/autoconf/offlineimap_profile b/autoconf/offlineimap_profile index 0711979..2277d6b 100644 --- a/autoconf/offlineimap_profile +++ b/autoconf/offlineimap_profile @@ -7,7 +7,6 @@ remoterepository = $title-remote auth_mechanisms = LOGIN type = $type remoteuser = $login -sslcacerfile = /etc/ssl/cets/ca-certificates.crt remotepasseval = mailpasswd("$title") remotehost = $imap remoteport = $iport diff --git a/autoconf/offlineimap_profile.macos b/autoconf/offlineimap_profile.macos new file mode 100644 index 0000000..e985538 --- /dev/null +++ b/autoconf/offlineimap_profile.macos @@ -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 |