summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.msmtprc4
m---------.passwords0
2 files changed, 2 insertions, 2 deletions
diff --git a/.msmtprc b/.msmtprc
index 99e0e3e..b8cae35 100644
--- a/.msmtprc
+++ b/.msmtprc
@@ -9,13 +9,13 @@ host smtp.gmail.com
port 587
from urbain.p.vaes@gmail.com
user urbain.p.vaes
-passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.passwords/main.asc"
+passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/Mail/gmail.gpg"
account imperial
host smtp.cc.ic.ac.uk
from u.vaes13@imperial.ac.uk
user uv113
-passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.passwords/imperial.asc"
+passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/Mail/imperial.gpg"
port 587
# Set a default account
diff --git a/.passwords b/.passwords
-Subproject 52cc876364cf6702d39782b897963e70a5eda2a
+Subproject 259e02293cf00c10994404eac6cea6b69e23941