From 497839b1ee804d86f9dac453108c7bbf071060ee Mon Sep 17 00:00:00 2001
From: Fraser Li <55525214+fraserli@users.noreply.github.com>
Date: Mon, 22 Jun 2020 21:41:07 +1000
Subject: Added support for multiple gpg keys with pass (#472)

---
 bin/mw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mw b/bin/mw
index c7a5c62..9bf00c3 100755
--- a/bin/mw
+++ b/bin/mw
@@ -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
     }
-- 
cgit v1.2.3


From 5edde7ef8ee45905d5afba0067eb8dc8a6f95cd9 Mon Sep 17 00:00:00 2001
From: Ashley Glenday <aglenday@users.noreply.github.com>
Date: Tue, 30 Jun 2020 21:27:49 +1000
Subject: Update domains.csv (#478)

Added Australian ISP Bigpond.
---
 share/domains.csv | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/domains.csv b/share/domains.csv
index 5ba77b0..18775ef 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
-- 
cgit v1.2.3


From c4144ffb7c479830acf579caa05e9f85f71b36aa Mon Sep 17 00:00:00 2001
From: cl1pp0 <28967414+cl1pp0@users.noreply.github.com>
Date: Sat, 4 Jul 2020 14:30:45 +0200
Subject: add mail.de to domains.csv (#485)

Co-authored-by: cl1pp0 <cl1pp0>
---
 share/domains.csv | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/domains.csv b/share/domains.csv
index 18775ef..69d6432 100644
--- a/share/domains.csv
+++ b/share/domains.csv
@@ -184,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
-- 
cgit v1.2.3