diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-26 09:42:37 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-26 09:42:37 -0400 |
commit | 2d8803f7abb5c741b3f83a01cc9ffbc67d4c0eb7 (patch) | |
tree | 925369e788460526f0c91f467897205ccbbb4197 | |
parent | 8ba6e4723aa8f1a3eb28aaba85a17cc814a41131 (diff) | |
parent | aebfde5840fbee26f19ccce3b3392af9ed32960c (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,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 ;} |