google quick fix

This commit is contained in:
Luke Smith 2019-03-19 10:15:53 -04:00
parent a0943929f6
commit 5553cbc733
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

3
mw
View File

@ -149,7 +149,8 @@ EOF
printf "\033[0m"
[ -z "$login" ] && login="$fulladdr"
if [ "$service" = "gmail.com" ]; then
type="Gmail"; ifgoogleline="folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail']"
type="Gmail"; ifgoogleline="folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail']
ssl_version = tls1_2"
printf "\033[1mGoogle\033[0m mail account detected. Remember to check the README to make sure of Google-specific settings you must enable.\\n"
else
type="IMAP"; ifgoogleline="remotehost = $imap"