diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-26 09:31:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 09:31:55 -0400 |
commit | aebfde5840fbee26f19ccce3b3392af9ed32960c (patch) | |
tree | 5579059e4ad6fbbed5a7fadae97173a76c43f0da /bin | |
parent | f0ba067b81f768535de134518402d068d22863b3 (diff) | |
parent | ee9d226ebe025a74a83640315a09221a9c3f9b17 (diff) |
Merge pull request #163 from Valansch/patch-1
Fixed sever typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;} |