diff options
| -rwxr-xr-x | bin/mw | 2 | ||||
| -rw-r--r-- | share/domains.csv | 2 | 
2 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@  command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"  [ -z ${PASSWORD_STORE_DIR+x} ] && PASSWORD_STORE_DIR="$HOME/.password-store"  [ -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"          exit      } diff --git a/share/domains.csv b/share/domains.csv index 5ba77b0..69d6432 100644 --- a/share/domains.csv +++ b/share/domains.csv @@ -29,6 +29,7 @@ autoproduzioni.net,mail.autistici.org,993,smtp.autistici.org,465  bartender.net,imap.mail.com,993,smtp.mail.com,587  bastardi.net,mail.autistici.org,993,smtp.autistici.org,465  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  billycarlyle.uk,mail.muny.us,993,mail.muny.us,465  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  lukesmith.xyz,mail.lukesmith.xyz,993,mail.lukesmith.xyz,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.polimi.it,outlook.office365.com,993,smtp.office365.com,587  mail.ru,imap.mail.ru,993,smtp.mail.ru,465  | 
