Merge pull request #163 from Valansch/patch-1

Fixed sever typo
This commit is contained in:
Luke Smith 2019-04-26 09:31:55 -04:00 committed by GitHub
commit aebfde5840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
bin/mw
View File

@ -185,7 +185,7 @@ tryconnect() { mkdir -p "$maildir/$title"
echo "$mailboxes" | xargs -I {} mkdir -p "$maildir/$title/{}"
return 0
else
printf "\033[31m\033[31mLog-on not successful.\033[0m\\nIt seems that either you inputted the wrong password or sever settings, or there are other requirements for your account out of the control of mutt-wizard.\\n"
printf "\033[31m\033[31mLog-on not successful.\033[0m\\nIt seems that either you inputted the wrong password or server settings, or there are other requirements for your account out of the control of mutt-wizard.\\n"
return 1
fi ;}