소스 검색

msmtprc removed on purge

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

+ 5
- 2
bin/mw 파일 보기

@@ -279,11 +279,11 @@ case "$1" in
add) asktype && askinfo && tryconnect && finalize ;;
pass) pick "change the password of" && getpass ;;
delete) pick delete && confirm "delete the \`$title\` profile" && delete ;;
purge) confirm "delete all account data" && rm -rf "$mbsyncrc" "$accdir" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." ;;
purge) confirm "delete all account data" && rm -rf "$mbsyncrc" "$accdir" "$HOME/.config/msmtp" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." ;;
cron) choosecron ;;
*) cat << EOF
mw: mutt-wizard, auto-configure email accounts for mutt
and
including downloadable mail with \`isync\`.

Allowed options:
init Run once and first to copy required files
@@ -293,6 +293,9 @@ Allowed options:
purge Delete all accounts and settings
cron Enable or disable an autosync via cronjob
all else Print this message

NOTE: Once at least one account is added, you can run
\`mbsync -a\` to begin downloading mail.
EOF
esac



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