소스 검색

mutt-wizard works on FreeBSD, also changed mbsync with isync (actual package name)

pull/444/head
qorg11 4 년 전
부모
커밋
dfc8fa755f
No known key found for this signature in database GPG 키 ID: 343FC20A4ACA62B9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      README.md
  2. +1
    -1
      bin/mw

+ 1
- 1
README.md 파일 보기

@@ -112,5 +112,5 @@ mutt-wizard is free/libre software, licensed under the GPLv3.

## To-do

- Add ~~Mac OS~~/BSD compatibility (the script is confired to work for Mac OS now)
- Add ~~Mac OS~~/~~BSD~~ compatibility (the script is confired to work for Mac OS and FreeBSD now)
- ~~Out-of-the-box compatibility with Protonmail Bridge~~ (I believe this is done, but more bug-testing is welcome since I don't have PM)

+ 1
- 1
bin/mw 파일 보기

@@ -7,7 +7,7 @@ command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
printf "\`pass\` must be installed and initialized to encrypt passwords.\\nBe sure it is installed and run \`pass init <yourgpgemail>\`.\\nIf you don't have a GPG public private key pair, run \`%s --full-gen-key\` first.\\n" "$GPG"
exit
}
! command -v mbsync >/dev/null && printf "\`mbsync\` must be installed to run mutt-wizard.\\n" && exit
! command -v mbsync >/dev/null && printf "\`mbsync (isync package)\` must be installed to run mutt-wizard.\\n" && exit

prefix="/usr/local"
muttdir="$HOME/.config/mutt" # Main mutt config location


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