浏览代码

instruction to press space

tags/v3.1
Luke 6 年前
父节点
当前提交
76514c1539
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mutt-wizard.sh

+ 1
- 1
mutt-wizard.sh 查看文件

@@ -66,7 +66,7 @@ getAccounts() { \
# Yields a menu of available accounts.
inventory() { \
getAccounts
choices=$(dialog --separate-output --checklist "Choose an email account." 15 40 16 "${accounts[@]}" 2>&1 >/dev/tty)
choices=$(dialog --separate-output --checklist "Select all desired email accounts with <SPACE>." 15 40 16 "${accounts[@]}" 2>&1 >/dev/tty)

if [ -z "$choices" ];
then


正在加载...
取消
保存