diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-10-02 14:29:05 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-10-02 14:29:05 +0200 |
commit | c0e7240276eb7d1c7039258250f747113f69ae6a (patch) | |
tree | adb31c7d2c6cf7f8bb8451166297286e1be1cfd8 /msmtp/.msmtprc | |
parent | ee07f3a792cb0a09fcd87dd31eb8ea596b8365a3 (diff) |
Update inria password
Diffstat (limited to 'msmtp/.msmtprc')
-rw-r--r-- | msmtp/.msmtprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc index f3a2cb0..1858dc3 100644 --- a/msmtp/.msmtprc +++ b/msmtp/.msmtprc @@ -8,7 +8,7 @@ account inria host smtp.inria.fr from urbain.vaes@inria.fr user uvaes -passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/urbain.vaes@inria.fr.gpg" +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/inria/uvaes.gpg" port 587 account enpc |