diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-26 21:55:09 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-26 21:55:09 +0100 |
commit | b143b6f30f7315fc18784adec9e4022c03c0aa08 (patch) | |
tree | b22b75311c9092b32e5aba07783142a6eb47577a /msmtp | |
parent | a59263b6672009c3dc8615ffb6c03342c8da3cac (diff) |
Change personal email address
Diffstat (limited to 'msmtp')
-rw-r--r-- | msmtp/.msmtprc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc index f056ee7..0cdb91d 100644 --- a/msmtp/.msmtprc +++ b/msmtp/.msmtprc @@ -13,9 +13,9 @@ port 587 account personal host box.bknguyen.org -from mail@urbainvaes.com -user mail@urbainvaes.com -passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/mail@urbainvaes.com.gpg" +from urbain@vaes.uk +user urbain@vaes.uk +passwordeval "gpg --use-agent --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/email/urbain@vaes.uk.gpg" port 587 account default : personal |