summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-02 19:04:54 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-02 19:04:54 -0400
commitb64c44e03ef3cf5a8f4e43d2a69c6fb064c3061a (patch)
tree8c31159f1657f975f7da5b33498765b4d867ab43
parent6ce7d15239a8af4416703a4ba1593bd6490c7f1f (diff)
barebones urlview conf added
-rwxr-xr-xbin/mw1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mw b/bin/mw
index aacc081..eaaca70 100755
--- a/bin/mw
+++ b/bin/mw
@@ -224,6 +224,7 @@ finalize() { \
echo "$boxes" | grep -i junk | head -n 1 | formatShortcut j junk
echo "$boxes" | grep -i archive | head -n 1 | formatShortcut a archive
[ "$accounttype" = "offline" ] && printf "All done.\\n\033[33mYou should now be able to run \`\033[32mmbsync %s\033[33m\` to begin to download your mail.\033[0m\\n" "$title"
+ command -V urlview >/dev/null 2>&1 && [ ! -f "$HOME/.urlview" ] && echo "COMMAND \$BROWSER" > "$HOME/.urlview"
return 0
}