Luke Smith
há 5 anos
ascendente
cometimento
da764165f5
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4C50B54A911F6252
1 ficheiros alterados com
1 adições e
0 eliminações
-
bin/mw
|
|
@@ -1,5 +1,6 @@ |
|
|
|
#!/bin/sh |
|
|
|
[ ! -f "$HOME/.password-store/.gpg-id" ] && 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 \`gpg --full-gen-key\` first.\\n" && exit |
|
|
|
! command -v mbsync >/dev/null && printf "\`mbsync\` must be installed to run mutt-wizard.\\n" && exit |
|
|
|
muttdir="$HOME/.config/mutt" # Main mutt config location |
|
|
|
accdir="$muttdir/accounts" # Directory for account settings |
|
|
|
maildir="$HOME/.local/share/mail" # Location of mail storage |
|
|
|