diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-05 23:43:19 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-05 23:43:19 -0700 |
commit | 5875e570357bd025f7805e73e23e0bc773904b2f (patch) | |
tree | f661a752ee9d75b6471e1239848396081cf79fb4 | |
parent | 3049b27fa5c7874db802b8fbdf2e016abe87fd9e (diff) | |
parent | 91c960d440ed4a2a653465e380f9dd8f8c2307be (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
-rw-r--r-- | autoconf/offlineimap_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/offlineimap_profile b/autoconf/offlineimap_profile index 01b572c..8468dbf 100644 --- a/autoconf/offlineimap_profile +++ b/autoconf/offlineimap_profile @@ -9,7 +9,7 @@ remoteuser = $login sslcacerfile = /etc/ssl/cets/ca-certificates.crt remotepasseval = mailpasswd("$title") remotehost = $imap -port = $iport +remoteport = $iport folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail'] sslcacertfile = /etc/ssl/certs/ca-certificates.crt |