diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-02-04 16:08:15 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-02-04 16:08:15 +0000 |
commit | da34dcfa5a78e34b5ccc013a1aa6324fe9d851a2 (patch) | |
tree | 38c3338fce839da0eaca1f8a4eed48f7af3222cc | |
parent | 64b385426badc6f6e745081ee973c2914ed5de3e (diff) |
Update mail passwords
-rw-r--r-- | .mbsyncrc | 4 | ||||
-rw-r--r-- | .msmtprc | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -6,14 +6,14 @@ Sync All IMAPAccount Work Host outlook.office365.com User uv113@ic.ac.uk -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/imperial/u.vaes13@imperial.ac.uk.gpg" +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/u.vaes13@imperial.ac.uk.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPAccount Personal Host box.bknguyen.org User me@urbainvaes.com -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/mailinabox/me@urbainvaes.com.gpg" +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/me@urbainvaes.com.gpg" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -8,14 +8,14 @@ account imperial host outlook.office365.com from u.vaes13@imperial.ac.uk user uv113@ic.ac.uk -passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/imperial/u.vaes13@imperial.ac.uk.gpg" +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/u.vaes13@imperial.ac.uk.gpg" port 587 account personal host box.bknguyen.org from me@urbainvaes.com user me@urbainvaes.com -passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/mailinabox/me@urbainvaes.com.gpg" +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/me@urbainvaes.com.gpg" port 587 account default : personal |