mutt-wizard

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

commit aebfde5840fbee26f19ccce3b3392af9ed32960c
parent f0ba067b81f768535de134518402d068d22863b3
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Fri, 26 Apr 2019 09:31:55 -0400

Merge pull request #163 from Valansch/patch-1

Fixed sever typo
Diffstat:
Mbin/mw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mw b/bin/mw @@ -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 ;}