浏览代码

dumb error fix

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

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

@@ -186,7 +186,7 @@ choice=$(dialog --title "Luke's mutt/offlineIMAP wizard" \
4 "Remove an email account." \
5 "Remove all email accounts." \
6 "Exit this wizard." \
3>&1 1>&2 2>&3 3>&1 ) || clear && exit
3>&1 1>&2 2>&3 3>&1 )

case $choice in
0) dialog --title "Accounts detected" --msgbox "The following accounts have been detected:


正在加载...
取消
保存