summaryrefslogtreecommitdiff
path: root/bin/mw
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-10-12 07:58:01 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-10-12 07:58:01 -0400
commit7537332c782d2796ba2d96aa50029ef47f11d96c (patch)
tree64de10163193a08448bda736b8dd4aa370cf98dc /bin/mw
parentc08cfd53654bb3046502955c93399861b487c760 (diff)
parentad5ca516439adce1e9be4eb50f8bbb1dc7bfcc03 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard into master
Diffstat (limited to 'bin/mw')
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 6f4448f..cb65be3 100755
--- a/bin/mw
+++ b/bin/mw
@@ -254,7 +254,7 @@ finalize() { echo "$mailboxes" | xargs -I {} mkdir -p "$maildir/$fulladdr/{}/cur
esac
done
echo "$toappend" >> "$accdir/$idnum-$fulladdr.muttrc"
- [ -z "${online+x}" ] && printf "\033[33mYou should now be able to run \`\033[32mw -y %s\033[33m\` to begin to download your mail.\033[0m\\n" "$fulladdr"
+ [ -z "${online+x}" ] && printf "\033[33mYou should now be able to run \`\033[32mmw -y %s\033[33m\` to begin to download your mail.\033[0m\\n" "$fulladdr"
command -V urlview >/dev/null 2>&1 && [ ! -f "$HOME/.urlview" ] && echo "COMMAND \$BROWSER" > "$HOME/.urlview"
return 0 ;}