Browse Source

google quick fix

tags/v3.1
Luke Smith 5 years ago
parent
commit
5553cbc733
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mw

+ 2
- 1
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"


Loading…
Cancel
Save