mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 5553cbc73315ce7718de61199b3d62bd2bb3b7c2
parent a0943929f6b8e926a5bd6401440a2332142641f2
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Tue, 19 Mar 2019 10:15:53 -0400

google quick fix

Diffstat:
Mmw | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mw b/mw @@ -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"