소스 검색

since logons check before, delete not nec w/ error

tags/v3.3
Luke Smith 3 년 전
부모
커밋
7413dc6d5a
No known key found for this signature in database GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      bin/mw

+ 2
- 2
bin/mw 파일 보기

@@ -153,7 +153,7 @@ EOF
}

delete() { if [ -z "${fulladdr+x}" ]; then
echo "Select the account your would like to delete (by number):"
echo "Select the account you would like to delete (by number):"
list || exit 1
read -r input
match="^$input:"
@@ -357,7 +357,7 @@ esac done

case "$action" in
list) list ;;
add) checkbasics && askinfo && getboxes && getprofiles && finalize || { delete ; exit 1 ;} ;;
add) checkbasics && askinfo && getboxes && getprofiles && finalize ;;
delete) delete ;;
sync) mailsync $fulladdr ;;
toggle) togglecron ;;


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