浏览代码

barebones urlview conf added

tags/v3.1
Luke Smith 5 年前
父节点
当前提交
b64c44e03e
找不到此签名对应的密钥 GPG 密钥 ID: 4C50B54A911F6252
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      bin/mw

+ 1
- 0
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
}



正在加载...
取消
保存