소스 검색

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:


불러오는 중...
취소
저장