Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
This commit is contained in:
commit
832b643c48
2
bin/mw
2
bin/mw
@ -3,7 +3,7 @@
|
|||||||
command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
|
command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
|
||||||
[ -z ${PASSWORD_STORE_DIR+x} ] && PASSWORD_STORE_DIR="$HOME/.password-store"
|
[ -z ${PASSWORD_STORE_DIR+x} ] && PASSWORD_STORE_DIR="$HOME/.password-store"
|
||||||
[ -r "$PASSWORD_STORE_DIR/.gpg-id" ] &&
|
[ -r "$PASSWORD_STORE_DIR/.gpg-id" ] &&
|
||||||
"$GPG" --list-secret-keys "$(cat "$PASSWORD_STORE_DIR/.gpg-id")" >/dev/null 2>&1 || {
|
"$GPG" --list-secret-keys $(cat "$PASSWORD_STORE_DIR/.gpg-id") >/dev/null 2>&1 || {
|
||||||
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"
|
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
|
exit
|
||||||
}
|
}
|
||||||
|
@ -29,6 +29,7 @@ autoproduzioni.net,mail.autistici.org,993,smtp.autistici.org,465
|
|||||||
bartender.net,imap.mail.com,993,smtp.mail.com,587
|
bartender.net,imap.mail.com,993,smtp.mail.com,587
|
||||||
bastardi.net,mail.autistici.org,993,smtp.autistici.org,465
|
bastardi.net,mail.autistici.org,993,smtp.autistici.org,465
|
||||||
bguth.de,wp300.webpack.hosteurope.de,993,wp300.webpack.hosteurope.de,587
|
bguth.de,wp300.webpack.hosteurope.de,993,wp300.webpack.hosteurope.de,587
|
||||||
|
bigpond.com,imap.telstra.com,143,smtp.telstra.com,587
|
||||||
bikerider.com,imap.mail.com,993,smtp.mail.com,587
|
bikerider.com,imap.mail.com,993,smtp.mail.com,587
|
||||||
billycarlyle.uk,mail.muny.us,993,mail.muny.us,465
|
billycarlyle.uk,mail.muny.us,993,mail.muny.us,465
|
||||||
birdlover.com,imap.mail.com,993,smtp.mail.com,587
|
birdlover.com,imap.mail.com,993,smtp.mail.com,587
|
||||||
@ -183,6 +184,7 @@ loves.dicksinhisan.us,mail.cock.li,993,mail.cock.li,587
|
|||||||
loves.dicksinmyan.us,mail.cock.li,993,mail.cock.li,587
|
loves.dicksinmyan.us,mail.cock.li,993,mail.cock.li,587
|
||||||
lukesmith.xyz,mail.lukesmith.xyz,993,mail.lukesmith.xyz,587
|
lukesmith.xyz,mail.lukesmith.xyz,993,mail.lukesmith.xyz,587
|
||||||
mail.com,imap.mail.com,993,smtp.mail.com,587
|
mail.com,imap.mail.com,993,smtp.mail.com,587
|
||||||
|
mail.de,imap.mail.de,993,smtp.mail.de,465
|
||||||
mail.mcgill.ca,outlook.office365.com,993,smtp.office365.com,587
|
mail.mcgill.ca,outlook.office365.com,993,smtp.office365.com,587
|
||||||
mail.polimi.it,outlook.office365.com,993,smtp.office365.com,587
|
mail.polimi.it,outlook.office365.com,993,smtp.office365.com,587
|
||||||
mail.ru,imap.mail.ru,993,smtp.mail.ru,465
|
mail.ru,imap.mail.ru,993,smtp.mail.ru,465
|
||||||
|
|
Loading…
Reference in New Issue
Block a user